/********** Template CSS **********/
:root {
    /* --primary: #b78d65; */
    --primary: #CE0012;
    --light: #f8f8f8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: #ffffff;
    /* border-color: #777777; */
}

.btn-outline-body:hover {
    color: var(--primary);
    background: #ffffff;
    border-color:#ffffff;
}



/*** Navbar ***/
.navbar .dropdown-toggle::after {
    /* border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle; */
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: 0.5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.5);
}


/**Banner Image **/
.social-media1{
    position: absolute;
    margin-top: 80%;
}
.social-media1 a{

    padding:5px;
    color:grey;
}
.bannermain{

    border:1px solid blue;
    width:900px;
    height:700px;
    box-sizing:border-box;
    display:flex;
    margin-bottom:1rem;

}
.containermain1{
   /* border:1px solid red;*/

    margin:0;
    padding:auto;
}

.outer1 {
    margin-top:5%;
    position:absolute;
    width: 680px;
    height: 680px;
    box-shadow:  0px 0px 0px 60px #DBDBDB;
    right:3%;

   }
.innerimage1{
    position: absolute;
    height: 680px;
    width: 680px;
}
.innerimage1 img {
    border-radius: circle;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-position:center;
    background-size:cover;
    justify-content: center;
    vertical-align: top;
    align-items: center;
  }

  .btn-hover:hover{
    background-color: #CE0012;
  }
  .bannerintro{
    margin-bottom: 1rem !important;
    color: gray;
    font-size:21px;
    margin-top:5%;
    font-weight: 500;
    font-family:'Poppins';
    position: absolute;
    float:left;
  }
  .banner-color1{
    color:#252525;
    /*font-weight:bolder;*/
  }
  .banner-color2{
    color:#CE0012;
    /*font-weight:bolder;*/
  }
.bannertext{
    font-family:"poppins";
    line-height: 1.2;
    font-size: 45px;
}
.bannertext5{
    font-family:"poppins";
    line-height: 1;
    font-size: 44px;
    font-weight:bolder;
}

.bannerdesc{
    font-family:'Poppins';
    font-size: 16px;
    font-weight:lighter;
}


.divider{
    position: absolute;
    border-radius: 10px;
    margin-top:42%;
    float:right;
    height:10px;
    width:100px;
    background-color: black;
}
.readmore{
  margin-top:10%;

}
.readmore a{

    height:50px;
    width:210px;
    font-size: 13px;
    text-align: center;
    color: #FFF;
    box-shadow: 6px 6px 25px 0px rgb(0 0 0 / 35%);
    background-color: #202020;
    padding: 14px 25px 12px 27px;
    text-align:center;
    border-radius:30px;

}
.socialmedia1{
    padding-top: 50px;

}
.socialmedia1 a{
    line-height: 1.5;
    color:#252525;
    font-family:'Poppins';
}

.bannerimage{
    position:relative;
    right:120px;
    width:160%;
    height:150%;




}
@media (max-width: 950px){
.bannermain{
   width:100%;
}
.bannertext{

    width:100%;
}
.bannerdesc{
    width:100%;
}

}

@media (max-width: 1000px) {
    .bannerimage{
      width: 100%;
      height:auto;
      position:relative;
    }
  }

.bullet1{
    position:absolute;
    width:250px;
    height:60px;
    margin-left:53%;
    margin-top:8%;
    content:'';
    background-color:  #DBDBDB;
    border-radius: 50px 0px 0px 50px;
}

.bullet2{
    position:absolute;
    width:70px;
    height:60px;
    margin-left:48%;
    margin-top:8%;
    border-radius:50px;
    background-color:  #DBDBDB;
}

.bullet3{
    position:absolute;
    width:80px;
    height:51px;
    margin-left:59%;
    margin-top:11.2%;
    border-radius: 40%;
    background-color: #f9f9f9;
    content:'';
}

.bullet4{
    position:absolute;
    content:'';
    width:110px;
    height:55px;
    margin-left:56%;
    margin-top:14%;
    border-radius:50px 0px 0px 50px;;
    background-color:  #DBDBDB;
}



/**Banner Image **/

/**Our Service New**/
.servicemain{

    width:80%;
    margin:auto;
    padding:0;
    height:85vh;
}
.servicecontent1{

    width:5%;
    float:left;
    height:100%;
}
.servicecontent2{

    width:95%;
    float:right;
    height:100%;
}


/**Our Service New**/

/**How We Work**/

.leads1{
    width:100%;
    height:90vh;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin:0;
    padding:0;
  }
.containerfirst{
    display: flex;
    width:100%;
    height:320px;
}
.containersecond{
    width:100%;
    display: flex;
    height:320px;
    margin-left:10%;
}
.containerbox1{
   border-radius:10px;
   width:40%;
   Height:30vh;
   background-color: #fff;
   box-shadow: 3px 3px 17px 0 rgb(0 0 0 / 65%);
   margin-left: 60px;
   display: flex;
   margin-top:2.1%;
   position:relative;
}
.containerbox1::after{
position:absolute;
width:1vw;
height:2vh;
content:'';
right:70%;
bottom:-4%;
transform: rotate(45deg);
background-color: #FFFFFF;
border-right:0px solid red;
border-left:0px solid red;
border-top:0px solid red;
border-bottom:0px solid red;
}
.containerbox2{
    border-radius:10px;
    width:40%;
    Height:30vh;
    margin-left: 80px;
    background-color: #fff;
    box-shadow: 3px 3px 17px 0 rgb(0 0 0 / 65%);
    margin-top:2.1%;
    display: flex;
 }
 .containerbox3{
    border-radius:10px;
    width:40%;
    Height:30vh;
    background-color: #fff;
    box-shadow: 3px 3px 17px 0 rgb(0 0 0 / 65%);
    display: flex;
    position:relative;
 }
 .containerbox3:before{
    position:absolute;
    width:1vw;
    height:2vh;
    content:'';
    left:70%;
    bottom:97%;
    transform: rotate(45deg);
    background-color: #FFFFFF;
    border-right:0px solid red;
    border-left:0px solid red;
    border-top:0px solid red;
    border-bottom:0px solid red;
 }
 .containerbox4{
    border-radius:10px;
    width:40%;
    Height:30vh;
    right:0px;
    background-color: #fff;
    box-shadow: 3px 3px 17px 0 rgb(0 0 0 / 65%);
    display:flex;
    position:relative;
    margin-left: 80px;
 }
 .containerbox4:before{
    position:absolute;
    width:1vw;
    height:2vh;
    content:'';
    left:70%;
    bottom:97%;
    transform: rotate(45deg);
    background-color: #FFFFFF;
    border-right:0px solid red;
    border-left:0px solid red;
    border-top:0px solid red;
    border-bottom:0px solid red;
 }
 .containerbox2::after{
    position:absolute;
    width:1vw;
    height:2vh;
    content:'';
    left:57%;
    top:97%;
    transform: rotate(45deg);
    background-color: #FFFFFF;
    border-right:1px solid red;
    border-left:0px solid red;
    border-top:0px solid red;
    border-bottom:1px solid red;
 }
.box1img{

    background-image: linear-gradient(to top right, #d5faad, #41e5cd);
    width: 4vw;
}
.box2img {

    background-image: linear-gradient(to bottom right, #fc5b85, #fc8158);
    width: 4vw;
}
.box3img{

    width: 4vw;
    background-image: linear-gradient(to bottom right, #16bbff, #4370ff);
}
.box4img {
    overflow: hidden;

    border-radius: 10px 0 0 10px;
    width: 4vw;
    background-image: linear-gradient(to bottom right, #d740cb, #7887e6);
}

.topic1{
    font-size:16px;
    position:absolute;
    height:19vh;
    width:21vw;
    display:flex;
    margin-left:80px;
    padding:78px 5px 5px 10px;
    font-family: sans-serif;
    justify-content: center;

}
.headding{
    display:block;
    font-weight: bold;
    font-size:18px;
    color:black;
    padding:30px;
}

/* Arrow starts*/
.solutions__list {
    display:flex;
    flex:0 0 0 100%;
}
ul{
    padding:0;
}
.solutions__item{
    width:30%;
    background-color: #5fc2d7;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.9px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.solutions__item:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 19px;
    border-color: transparent transparent transparent #5fc2d7;
    right: -19px;
    top: 0;
    box-sizing: border-box;
}
li{
    list-style-type:none;
}
.solutions__item+.solutions__item {
    margin-left: 39px;
}
.solutions__item span:before {
    border-width: 0 20px 20px 0;
    border-color: transparent #5fc2d7 transparent transparent;
    top: 0;
}
.solutions__item span:before, .solutions__item span:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    left: -19px;
}
.solutions__item span:after {
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #5fc2d7 transparent;
    bottom: 0;
}
.solutions__item span:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    left: -19px;
}

/* Arrow ends*/



/**How We Work End**/
.topic1{
    text-align:justify;
}

/*About Us starts*/
.shadow-lg1{
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 15%);
}
.card1{
  border-radius: 15px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  padding: 25px 15px;
  max-width: 100%;
}
.card2{
    overflow:hidden;
    border-radius:15px;
    position: relative;
    bottom:10%;
    padding: 25px 15px;
    min-height: 250px;

}
.card3{
  border-radius: 15px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  top:5%;
  padding: 25px 15px;
  max-width: 100%;
}
.fs-5{
    color:gray;
    font-weight: bolder;
}

@media(max-width: 576px){
.card1{
        position: relative;
        block-size: fit-content;
        width: fit-content;
        width:auto;
        top:7%;
     }
.card2{
    position: relative;
    block-size: fit-content;
    width: fit-content;
    bottom:auto;
    width:auto;
    }

}


@media (max-width: 880px){

.servicemain {
   display:none;
}

}
@media (min-width:880px){
    .servicelist .service-item{
        block-size: fit-content;
        width: fit-content;
        margin-right: 20px;
        border: 1px solid rgb(216, 216, 216);
        padding: 50px;
        border: 0px;
        display: flex;
    }
    .p-5 {
        padding: 3rem!important;
    }
    .servicelist{
        display:none;
    }

    div {
        display: block;
    }
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: 0.5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 2px;
    transition: 0.5s;
    opacity: 0.3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
   
    background-color: #16bbff;
}


#terms-conditions.page-header {
   
        background-color: #16bbff;
}

#contact-us.page-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(/assets/img/pages/page-header-contact-1.jpg);
}

#account-based-marketing.page-header {
   
        background-color: #16bbff;
}
#lead-management.page-header {
   
        background-color: #16bbff;
}
#data-solutions.page-header {
    
        background-color: #16bbff;
}
#digital-marketing.page-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(/assets/img/pages/page-header-digital-marketing.jpg);
}
#design-development.page-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(/assets/img/pages/page-header-design-development.jpg);
}

#bant-callback.page-header {
    
        background-color: #16bbff;
}
#data-access.page-header {
  
        background-color: #16bbff;
}
#event-registration.page-header {
    
        background-color: #16bbff;
}
#gdpr.page-header {
  
        background-color: #16bbff;
}
#privacy-cookie-consent.page-header {
   
        background-color: #16bbff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/*** Icons ****/
i.icon {
    font-size: 64px;
    color: var(--primary);
}

/*** Section Title ***/
.section-title {
    font-family: 'poppins';
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/*** Facts ***/
.fact-item{
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 14%);
}
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 120px;
    transition: 0.5s;
}

.fact-item:hover .fact-icon {
    background: var(--primary);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: 0.5;
}

.fact-item:hover .fact-icon i {
    color: #ffffff;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    -o-object-fit: cover;
       object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border:1px dotted yellow;
    border: 5px solid var(--primary);
    z-index: -1;
}

/*** Service ***/
.service-item{
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 14%);
}

.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;

}

.service-item .service-text {
    background: var(--light);
    transition: 0.5s;
}

.service-item:hover .service-text {
    background-color: var(--primary);
}

.service-item * {
    transition: 0.5;

}
.service-text{
    border-radius:10px;
}

.service-item .service-text i.bi {
    color: var(--primary);
}

.service-item:hover .service-text i.bi {
    color: #fff;
}

.service-item:hover * {
    color: #ffffff;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
}

.service-item:hover .btn {
    width: 140px;
}





/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: 0.5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #ffffff !important;
}

/*** Team ***/
.team-items {
    margin: -0.75rem;
}

.team-item {
    padding: 0.75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #ffffff;
    transition: 0.5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #ffffff;
    background: var(--primary);
}

/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #ffffff;
    border-radius: 40px;
    transition: 0.5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: 0.4;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

/*** Footer ***/
.footer .btn.btn-link,
.footer .btn.bi {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before,
.footer .btn.bi::before {
    position: relative;
    /* content: "\f105";
    font-family: "Font Awesome 5 Free"; */
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover,
.footer .btn.bi:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


    .imgframe{
    height: 100%;
    width: 100%;
    margin-left: 0px;
    position: static;
    }
    .imgframe1 {
        height: 300px;
        width: 100%;
        right: 0px;
        position: static;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .imgframe2 {
        height: 300px;
        width: 100%;
        left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
         position: static;

    }

    .imgframe3 {

        height: 300px;
        width: 100%;
        left: 0px;
        bottom: 0px;
        position: static;
         z-index: 1;
         margin-top: 30px;
         margin-bottom: 20px;

    }
    .patren,.patren1{
        display: none;
    }


/*how we work */

    .card-img div:first-child {
        width: 380px;
        height: 350px;
        max-width: 100%;
        background-color: #fff;
        position: relative;
      }
      .center1 {
        display: grid;
        justify-content: center;
        align-content: center;
      }
      .container-main1 {
        margin: 60px 0px;

      }
      .card-content2 div {
        padding: 0px;
        margin: 0px;
      }
      .card-content2 h1 {
        font-size: 30px;
      }
      .card-content2 p {
        font-size: 18px;
      }
      .container-img {
        position: relative;
        z-index: 0;
      }

      .card-img {
        margin-top: 25px;
      }
      .down-layer{
        position: absolute;
        width: 100%;
        height: 100%;
        top: -30px;
        left: 30px;
        background: rgb(243, 238, 253);
        background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(238, 242, 255));
        opacity: 0.9;
        z-index: -9;
      }

      .top-layer{
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -30px;
        right: 30px;
        background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(238, 242, 255));
        opacity: 0.9;
        z-index: -9;
      }

      .grid-main{
        max-width: 1000px;
      }
      .my-7{
        margin-bottom: 3rem !important;
        font-family:'Poppins';
        font-size: 16px;
      }

      @media (max-width: 786px) {
        .card-img div:first-child {
          width: 330px;
          height: 300px;
          text-align: center;
          margin: 0 auto;
        }

        .card-content2 div {
        width: 100%;
        padding: 0px 25px;
        height:max-content;
      }
        .direction {
          display: none;
        }
        .margin-sm{
          margin: 0 auto;
        }
      }
      .reverse{
      display: flex;
      flex-direction: row-reverse;
    }

/*How we work*/


/*FAQ's*/
.heading1{
    color:#CE0012;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #212529;
    display: flex;
    font-size: 16px;
    overflow-anchor: none;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: left;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    width: 100%;
}
.accordion-button:after {
    background-image: url("/assets/img/icons/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    transition: transform .2s ease-in-out;
    width: 1.25rem;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.accordion-body {
    padding: 1rem 1.25rem;
    font-family: 'Poppins';
}

.collapse:not(.show) {
    display: none;
}

/*FAQ's*/
