*{
    padding: 0;
    margin: 0;
}
html, body {
    overflow-x: hidden;
}

.fixed-top .container{
    padding: 0;
}
body {
    font-family: Avenirltstd book,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px !important;
    color: #585858;
    overflow: hidden;
}


body  p{
     line-height: 25px !important;
}





#header {
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgb(184 184 186) 100%);
}
li.nav-item a.nav-link.active {
    color: #ff6464 !important;
}

/* Declate color shifting animation */
@keyframes colorShift {
    0%, 100% {
        background:  #ff6464;
    }
    66% {
        background: #000;
    }
    
}

/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
}

/* Declare shine on hover animation */
@keyframes hoverShine {
    0%{
        background-image: linear-gradient(135deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    }
    50%{
        background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%);
    }
    100%{
        background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4) 100%);
    }
}

a.btn.calendly-badge-btn {
    /* background: #fff; */
    font-family: "DM Sans",sans-serif;
    text-transform: inherit !important;
    padding: 20px 16px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 19px !important;
    font-weight: 600 !important;
    border-radius: 5px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    border: 2px solid #ececec;
    margin: 0px 10px;
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}
a.btn.calendly-badge-btn::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background: #e2504e;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;
}



 .btn.calendly-badge-btn:hover::before {
    transform: scaleX(1);
    z-index: -1;
}
.btn.calendly-badge-btn:hover {
     color: #fff !important;
  
}


.fixed-top {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgb(184 184 186) 100%);
}
h3.display-4.mb-10.px-xl-10 {
    text-align: center;
    font-weight: 600;
}
.navbar-brand.d-md-block {
    margin-right: -3rem;
}

.navbar {
    padding: 10px 0;
}
.navbar-brand img {
    width: 40%;
}

.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
    color: #fff;
    float: left;
    padding: 0 8px;
    font-size: 18px;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link.active{
   color:#EDF828;
}

.navbar a {
    text-decoration: none;
}
.navbar-expand-md .navbar-collapse{
    flex-basis: 100%;
}

#navbarNav{
    justify-content: flex-end;
}


ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #EDF828;
}
ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #ff6464;
}
.navbar-brand.d-none.d-lg-block a img {
    width: 50%;
}


/*-----------Header banner Css-----------*/
.carousel-control-next {
    right: -23px;
}
.carousel-control-prev {
    left: -23px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 70%;
    background-color: #000;
    border-radius: 50%;
}

.display-2, .display-3 {
    line-height: 1.25;
}

.about-us .col-md-6{
 color: #000;
}
p.lead.fs-lg.mb-7.pe-xl-10 {
    font-size: 17px;
    display: flex;
    justify-content: normal;
    color: #fff;
    line-height: 27px  !important;
    padding-right: 20px;
}


a.btn.btn-lg.btn-white.me-2 {
    background: #fff;
    font-family: "DM Sans",sans-serif;
    text-transform: inherit !important;
    padding: 25px 32px;
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;

    
}

a.btn.btn-lg.btn-white.me-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background: #e2504e;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;

}


a.btn.btn-lg.btn-white.me-2:hover::before {
    transform: scaleX(1);
    z-index: -1;
}

a.btn.btn-lg.btn-white.me-2:hover {
     color: #fff !important;
  
}

a.btn.btn-lg.btn-outline-white {
    background: transparent;
    font-family: "DM Sans",sans-serif;
    text-transform: inherit !important;
    padding: 24px 32px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
     transition: all 1s;
    border: 2px solid #fff;
}
a.btn.btn-lg.btn-outline-white:hover::before {
    transform: scaleX(1);
     
    z-index: -1;
}
a.btn.btn-lg.btn-outline-white::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background:  #e2504e;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;
}


a.btn.btn-lg.btn-outline-white:hover {
    color: #fff !important;
    
   
}
.d-flex.justify-content-center.justify-content-lg-start {
    display: flex;
    margin: 0px auto;
    padding: 40px 0px 0px;
}

.carousel-item img.d-block.w-100 {
    border-radius: 20px;
}

.container.pt-25.pb-16.banner-text {
    display: block;
    margin: 0px auto;
    padding: 150px 0px 70px;
}

.carousel-item.active.carousel-item-start {
    display:block;
}

/*-----------Header  banner--css--end--*/
.d-flex.flex-row.meeting {
    gap: 0px 5px;
}
section#bouncecolor {
    padding: 80px 0px 80px;
    background-color: #fff!important;
}

section#bouncecolor .card-body {
    flex: 1 1 auto;
    padding: 2rem 1rem;
}
/*-----------service section css start---------------*/
h2.sub-text{
    text-align: center;
    font-size: 33px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
h3.sub-title {
    font-size: 20px;
    text-align: center;
    color: #f16263;
    font-weight: 600;
}
h2.sub-title-1 {
    font-size: 40px;
    color: #fff;
}
.bg-soft-fuchsia {
    background-color: #f0f0f8!important;
    box-shadow: 0 13px 23px rgba(0,3,2,-0.81), 0 6px 8px rgba(2,0,0,0.23);
      transition: 0.3s;

}
.bg-soft-aqua {
    background-color: #f0f0f8!important;
    box-shadow: 0 13px 23px rgba(0,3,2,-0.81), 0 6px 8px rgba(2,0,0,0.23);
     transition: 0.3s;

}
.bg-soft-grape {
    background-color: #f0f0f8!important;
    box-shadow: 0 13px 23px rgba(0,3,2,-0.81), 0 6px 8px rgba(2,0,0,0.23);
    transition: 0.3s;

}


.card.bg-soft-aqua.mb-6.fadeInLeft h4 {
    font-size: 25px;
}
.card.bg-soft-grape.mb-6.fadeInRight{
    font-size: 25px;
}

.card.bg-soft-fuchsia.mb-6.fadeInLeft{
    font-size: 25px;
}



.bg-soft-leaf {
    background-color: #f3f8f5!important;
    box-shadow: 0 13px 23px rgba(0,3,2,-0.81), 0 6px 8px rgba(2,0,0,0.23);
      transition: 0.3s;


}
.card.bg-soft-fuchsia, .bg-soft-aqua, .bg-soft-leaf, .bg-soft-grape {
    min-height: 314px;
}
.position-relative.card.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.icon.btn.btn-circle.btn-lg.pe-none.mb-3 {
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

.icon.btn.btn-circle.btn-lg.pe-none.mb-3 img {
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 0px auto;

}
.icon.btn.btn-circle.btn-lg.pe-none.mb-3 {
    font-weight: 600;
    font-size: 25px;
}
.position-relative.mb-14.mb-md-17 {
    display: flex;
    margin: 0px auto;
    justify-content: center;
    padding: 70px 0px  20px;
}
.d-flex.d-lg-block.d-xl-flex.flex-row {
    display: flex !important;
    margin: 0px auto;
}

.bg-soft-fuchsia:hover {
    transform: scale(1.1);
}
.bg-soft-aqua:hover {
    transform: scale(1.1);
}
.bg-soft-leaf:hover {
    transform: scale(1.1);}

.bg-soft-grape:hover {
    transform: scale(1.1);
}


.d-flex.flex-row.rapid-section {
    display: flex;
    margin: 0px auto;
    padding-left: 10px;
}

figure img {
    width: 100%;
    max-width: 100%;
    height: auto!important;
    border-radius: 20px;
}

figure.rounded.mx-5 img {
    width: 100%;
}
figure.rounded {
    display: flex;
    justify-content: center;
    margin: 0px auto;
    padding: 10px 0px;
}
.image-wrapper {
    display: flex;
    margin: 0px auto;
    gap: 10px 10px;
}


h2.fs-16.text-uppercase.text-muted.mb-3 {
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    color: #000 !important;
}

span.underline-3.style-2.yellow {
    border-bottom: 4px solid #dbdb14;
}

.row.gy-8 {
    display: flex;
    justify-content: flex-start;
    margin: 30px auto;
}
.row.gy-8 h4.mb-1 {
    line-height: 30px;
    padding: 12px 0px;
    font-size: 18px;
}

img.svg-inject.icon-svg.icon-svg-xs.solid-mono.text-fuchsia.me-4 {
    width: 100%;
    margin: 0px auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translatey(0px);
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}
.col-lg-6.about-us {
    display: block;
    margin: 0px auto;
    padding: 0px 10px;
}

section.wrapper-section.bg-light {
    padding: 80px 0px;
}

/*--------service section end css----------------*/


.items .card .card-body {
    flex: 1 1 auto;
    padding: 5rem 3rem 1rem;
    text-align: center;
}


section.wrapper.bg-dark {
    padding: 80px 0px;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgb(184 184 186) 100%);
}
section.wrapper.bg-dark h2.display-4.mb-3 {
    color: #f16263;;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
}
section.wrapper.bg-dark P{
    color: #fff;
    line-height: 27px !important;
    font-size: 17px !important;
}


/*------------testminonals css-------------------*/



.bg-pale-yellow {
    background-color: #fef3e4!important;
}
blockquote.icon {
    position: relative;
    border: 0;
    padding: 0;
}

blockquote.icon:before {
    content: "\201d";
    position: absolute;
    top: -1.5rem;
    left: -0.9rem;
    color: rgba(52,63,82,.05);
    font-size: 10rem;
    line-height: 1;
    z-index: 1;
}
.blockquote-details {
    display: flex;
    align-items: center;
    text-align: left;
}

.blockquote-details p {
    font-size: .8rem;
}
.bg-pale-red {
    background-color: #fae6e7!important;
}
.bg-pale-leaf {
    background-color: #eaf3ef!important;
}


.bg-pale-blue {
    background-color: #e0e9fa!important;
}

a.btn.btn-navy.rounded-pill.mt-3:hover {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

a.btn.btn-navy.rounded-pill.mt-3 {
    background-color:#074774;
    box-shadow: var(--bs-btn-box-shadow);
    transition: all 2s;
    color: #fff;
    padding: 10px 20px;
}
button.btn.btn-primary {
    background: #074774;
    border-color: #074774;
}
.card-body p {
    color: #000000;
    font-size: 15px;
}
input#mc-embedded-subscribe2 {
    background: #fff;
    border-color: #fff;
    color: #074774;
    /* border-color: #074774; */
}

.d-flex.d-lg-block.d-xl-flex.flex-row p {
    color: #000;
}

/*-------makes us different  scetion icon ---------*/
.d-flex.flex-row.support {
    display: flex;
    gap: 0px 12px;
}
.d-flex.flex-row.Creative {
    padding-left: 15px;
}

.d-flex.flex-row.rapid-section {
    display: flex;
    margin: 0px auto;
    padding-right: 40px;
}
/*start of animation*/
.fadeInUp{animation:fadeInUp 1s ease backwards;}
@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}


.fadeInDown{animation:fadeInDown 1s ease backwards;}
@keyframes fadeInDown{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}

.fadeInLeft{animation:fadeInLeft 1s ease backwards;}
@keyframes fadeInLeft{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}

.fadeInRight{animation:fadeInRight 1s ease backwards;}
@keyframes fadeInRight{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}

@keyframes fadeInRight{
  0%{
    transform: skew(-6deg) translateX(100vw);
    opacity:0;
  }
  50%{
    transform: skew(-30deg) translateX(50vw);
    opacity:0.5;
  }
  85%{
    transform: skew(-6deg) translateX(0);
  }
  90%{
    transform: skew(6deg);
  }
  100%{
    transform: skew(0);
    opacity:1;
  }
}
@keyframes fadeInLeft{
   0%{
    transform: skew(6deg) translateX(-100vw);
    opacity:0;
  }
  50%{
    transform: skew(30deg) translateX(-50vw);
    opacity:0.5;
  }
  85%{
    transform: skew(6deg) translateX(0);
  }
  90%{
    transform: skew(-6deg);
  }
  100%{
    transform:skew(0);
    opacity:1;
  } 
}
.fadeInRight{
  transform-origin: bottom left;
  margin-left:auto;
  justify-self:flex-end;}
.off-stage{
    transform:translateX(50vw);
  }


  .off-stage{
    transform:translateX(50vw);
  
}


.item.col-md-6.fadeInRight {
    animation: float 3s ease-in-out infinite;
}
/*end of animation css*/

section.contact-wrapper.bg-soft-primary {
    padding: 70px 0px;
    background: aliceblue;
}
.bg-soft-primary {
    background-color: #edf2fc!important;
    padding: 50px 0px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
h2.fs-16.text-uppercase.mb-3{
    color: #074774!important;
}
h3.display-4.mb-0 {
    font-size: 30px;
    padding: 10px 0px 30px;
}

/*---------------footer css start-----------------*/
.widget {
    padding: 0px 0px 10px;
}
.widget-service {
    padding-left: 30px;
}
.widget-service ul li a {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    text-decoration: none;
     font-size: 18px; 
}
.widget-service ul li a:hover{
    color: #ff6464;
}
nav.nav.social.social-muted.mb-0.text-md-end img {
    width: 45px;
    padding-right: 10px;
}
.widget a.phone-link:hover {
    color: #ff6464;
}
a.address{
    text-decoration: none;
     color: #fff;
    font-size: 18px;
}
a.address:hover{
    color: #ff6464;
}

/* .widget:hover {
    color: #f06163;
} */
/* address:hover{
    color: #f06163;

} */
/* h5.mb-1:hover {
    color: #f06163;
} */
.mc-field-group.input-group.form-floating {
    padding: 10px 0px;
}
.icon.text-primary.fs-28.me-4.mt-n1 {
    font-size: 25px;
    animation: float 3s ease-in-out infinite;
    font-weight: 700;
}
input#mce-EMAIL2 {
    background: #597aab00;
    /* padding: 3px 0px; */
    color: #BABABA;
}
.widget p {
    font-size: 18px;
    line-height: 20px;
}
footer {
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgb(184 184 186) 100%);
    color: #fff;
    padding: 60px 0px 0px;
}
a.phone-link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
img.mb-4 {
    width: 60%;
}
footer {
    background-color: #074774;
    color: #fff;
    padding: 60px 0px 10px;
}

.row.gx-lg-0.gy-6 {
    padding: 0px 0px 30px;
}
nav.nav.social.social-muted.mb-0.text-md-end {
    display: flex;
    /* margin: 0px auto; */
    text-align: end;
}
a.phone-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
/* a.phone-link:hover{
    color: #f06163;
} */
nav.nav.social.social-muted.mb-0.text-md-end a .fa {
    color: #fff;
    padding: 0px 10px;
    font-size: 30px;
}

.widget h5 {
    font-size: 23px;
    font-weight: 600;
}
.text-white {
    color: #fff!important;
    font-weight: 600;
}
h2.display-4.mb-3 {
    color: #074774;
}
.align-self-start.justify-content-start h5 {
    font-weight: 600;
}

h4.h5.text-primary{
     color: #074774 !important;
}

dt {
    float: left;
    width: 25px;
    margin-bottom: 10px;
}

 dd {
    margin-left: 25px;
    margin-bottom: 10px;
}

 em {
    font-size: 13px;
}
/*----------worked on a project---------------*/
section.our-projects{
     padding:80px 30px 40px;
}
section.our-projects h2.fs-15.text-uppercase.mb-3 {
    text-align: center;
    color: #000;
    font-size: 33px;
    font-weight: 700;
}

.slide-track  img{

  width:150px;
  height: 50px;
  animation: scroll 60s linear infinite;
}
.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
    background-color: #fff;
    padding: 3em 2em 0rem;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

/*---------amnimation css-------**/

@keyframes float {
    0% {
       /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
        transform: translatey(0px);
    }
    50% {
       /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
        transform: translatey(-20px);
    }
    100% {
        /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
        transform: translatey(0px);
    }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}





/*-----------Working process-------------------*/



.ptb-120 {
    padding: 80px 0;
}

.p-3 {
    padding: 1rem !important;
}
.section-heading {
    margin-bottom: 50px;
}
.process-card {
    position: relative;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #e0e9fa;
}
.process-icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 auto 35px;
    border: 1px solid #175cff!important;
}
.dots-line.first {
    position: relative;
    margin-right: -43px;
    margin-left: -43px;
}
.dots-line {
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    width: 100px;
    height: 1px;
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px dashed #175cff;
}
.rounded-custom {
    border-radius: 1rem !important;
}
.process-card:hover {
    background: #074774;
    color: #fff;
}
.shadow-hover:hover {
    
    box-shadow: 0 5px 20px 0 rgba(210,210,245,.5);
    z-index: 3;

}
.process-card:hover .process-icon span, .process-card:hover .process-icon span i {
    color: #fff !important;
}
.process-icon.border.border-light.bg-custom-light.rounded-custom.p-3:hover{
    border-color: #fff !important;

}


/*.process-card:hover .process-icon {
    background: #175cff !important;
}*/



/*technology stack css*/


.clear-fix {
    clear: both;
}

.hidden {
    visibility: hidden !important;
}

/* end global */

/* start of our services section */

#our-services {
    background: #f6f6f6;
    padding: 80px 0px;
    /* min-height: 100vh; */
    /* padding-top: 25vh; */
}.service-desc img {
    width: 100%;
}
/* OUR SEERVICES LEFT SIDE */

#our-services .desc {
   
 text-align: center;
}

#our-services .desc .heading h1 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
}

#our-services .desc .text {
    color: #f16263 !important;
    padding: 0px 0px 20px;
    font-size: 28px;
}
.heading.fadeInLeft {
    color: #000 !important;}

/* OUR SERVICES RIGHT SIDE */

#our-services .services {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

#our-services .services .column {
    float: left;
    margin-right: 75px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

#our-services .services .column .service {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    transition: all 0.1s ease;
    margin-bottom: 7px;
    animation: float 3s ease-in-out infinite;
     box-shadow: 0 13px 23px rgba(0,3,2,-0.81), 0 6px 8px rgba(2,0,0,0.23);
}

#our-services .services .column .service:hover {
    background: #efeffb;
    color: #fff;
    box-shadow: 0 13px 23px rgba(0,3,2,-0.81), 0 6px 8px rgba(2,0,0,0.23);
}



#our-services .services .column .service:hover .service-icon {
    color: #fff;
}

#our-services .services .column .service .service-desc {
    transform: rotate(-45deg);
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

#our-services .services .column .service .service-desc .service-icon  {
    font-size: 20px;
    margin-bottom: 5px;
    color: #f57469;
}
/*technology css end*/

@media (max-width:1440px){
.our_solution_category .solution_cards_box .solution_card {
    flex: 0 40%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 15px 6px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 315px;
    transition: 0.7s;
    width: 96%;
}

    .review {
        font-size: 22px;
        font-weight: 500;
        padding: 0px 0px 0px;
    }
    #our-services .services .column .service {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
}
.single-work-inner.style-two {
    background: #fff;
    padding: 0 30px 30px 30px;
    margin-top: 44px;
    min-height: 350px!important;
}
}

@media (max-width: 1024px){
    .single-service-box:hover .contents h4 {
    /* opacity: 0; */
    display: flex;
    justify-content: flex-start;
    padding: 0px 30px;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    top: 12%;
    opacity: 1;
    font-size: 22px  !important;
}
    .row.gy-8 h4.mb-1 {
    line-height: 35px;
    padding: 9px 0px;
    font-size: 18px;
}
.items .card .card-body {
    flex: 1 1 auto;
    padding: 7rem 1rem 0rem !important;
    text-align: center;
}
}
@media (max-width: 988px){
   
    h3.display-4.mb-10.px-xl-10 {
    text-align: center;
    font-size: 20px;
}
.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0px 0px;
}
.widget-service {
 
    padding-top: 30px;
}

.solution_card .solu_title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 13px;
    color: #fd6363;
}

.solution_card .solu_description p {
    font-size: 15px;
    display: flex;
    justify-content: space-around;
   
}


    .slick-initialized .slick-slide {
    display: block;
}
h1.display-2.mb-3.mt-5.text-white.fadeInLeft.typewrite {
    font-size: 40px;
}
img.mb-4 {
    width: 40%;
}
#mycarousel .carousel-inner {
    display: flex;
    justify-content: center;
    margin: 0px auto;
     width:100%;
}

     #our-services {
        padding: 60px 0px;
    }
    
    #our-services .desc {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }
    .heading h1:after {
    background: transparent;
}
    #our-services .services {
    display: grid;
    grid-template-columns: repeat(2 ,0fr);
    gap: 0px;
    grid-auto-rows: minmax(0, auto);
  
}
        
    #our-services .services .column {
        transform: rotate(0deg);
        margin-right: 10px;
    }
    
    #our-services .services .column .service .service-desc {
        transform: rotate(0deg);
    }
    .dots-line {
    display: none;
}
    .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
    .col-md-2.col-lg-5.offset-lg-1 {
        width: 100%;
        padding: 50px 0px 0px;
    }
    .navbar-brand.d-none.d-lg-block{
        display: block !important;
    }
    nav.navbar.navbar-expand-lg.navbar-dark {
        flex-wrap: wrap;
        display: flex;
        border-bottom: 1px solid #8f8f8f61;
    }
    h1.display-2.mb-5.mt-5.text-white {
    font-size: 38px;
    text-align: center;
    line-height: 45px;
    justify-content: center;
}
   .col-lg-6.about-us {
        width: 100%;
   
    }
    .navbar .navbar-nav .nav-link {
    color: #fff;
    float: left;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
}
    .col-lg-6.about-us {
        display: block;
        margin: 0px auto;
        padding: 40px 10px;
    }
    .image-wrapper {
        display: flex;
        width: 50%;
        justify-content: center;
    }
    figure.rounded{
        display: block;
        width: 100%;
    }
    .image-wrapper .col-md-6{
        width: 100% !important;
    }
    div#navbarSupportedContent {
        flex-basis: 50%;
        display: flex;
        margin: 0px auto;
    }
    .navbar-brand img {
        width: 288px;
    }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
  section.wrapper.bg-dark h2.display-4.mb-3 {
    color: #f16263;
    padding-top: 0px;
    font-size: 30px;
    font-weight: 600;
}
section.wrapper.bg-light.testminonals {
    padding: 60px 0px;
}
.testminonals .col-lg-5 {
    padding: 44px 20px 0px;
}
h3.display-4.mb-0 {
    font-size: 20px;
    padding: 0px 0px 30px;
}
h2.fs-16.text-uppercase.mb-3 {
    color: #949aa3!important;
    font-size: 20px;
}
.row.gx-0.gy-12.align-items-center {
    flex-direction: column-reverse;
}
section.wrapper-section.bg-light{
    padding: 80px 0px 40px !important;
}
.banner-text .col-md-2.col-lg-5.offset-lg-1 {
   
    padding: 40px 0px 40px;
}
.slider {
    background-color: #fff;
    padding: 3em 0em 2rem;
}
section.our-projects {
    padding: 4em 2em 4rem;
}
.section-heading h2 {
    font-weight: 700;
    font-size: 30px !important;
    line-height: 58px;
    color: #000;
    text-transform: uppercase;
}
.slide-track img {

    width: 120px;
    height: 50px;
    animation: scroll 60s linear infinite;
}
.row.gy-8 {
    display: flex;
    justify-content: flex-start;
    margin: 30px auto;
}
.form-floating.input-group label {
    font-size: 13px;
}
.banner-text.col-md-2 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.fixed-top {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 9999;
    background-color: #074774;
}

.d-flex.flex-row.rapid-section {
    display: flex;
    margin: 0px auto;
    padding-right: 70px;
    padding-left: 0px;
}

.d-flex.flex-row.support {
    display: flex;
    gap: 0px 0px;
}
.d-flex.flex-row.rapid-section {
    padding-left: 0px !important;
}
.button .btn {
    font-size: 14px;
    font-weight: 800;
    padding: 15px 30px;
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}

.navbar-nav {
    align-items: center;
    padding-top: 20px;
}

 .wrapper-section .row.gx-lg-0.gy-10.align-items-center {
    flex-direction: column-reverse;
}
 .row.gx-md-5.gy-5.align-items-center.counter-wrapper.isotope {
    padding-top: 40px;
}

nav.nav.social.social-muted.mb-0.text-md-end {
    display: flex;
    justify-content: center !important;
    margin: 0px;
}
}
@media (max-width: 767px){
    section.our-projects h2.fs-15.text-uppercase.mb-3 {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 22px !important;
}
    .section-heading h2 {
    font-weight: 700;
    font-size: 25px !important;
    line-height: 0px;
    color: #000;
    text-transform: uppercase;
}
    .work-process {
    padding: 0px 0px 80px!important;
    background-color: #e2e7ed;
}
.block-contents {
    /* padding-right: 63px; */
    margin-top: 75px !important;
    padding-left: 22px;
}

    section.wrapper-section.bg-light {
    padding: 80px 0px 0px;
}
.single-service-box:hover .contents h4 {
    /* opacity: 0; */
    display: flex;
    justify-content: center !important;
    padding: 0px 30px;
    /* width: 100%; */
    margin: 0px auto;
    position: absolute;
    top: 10% !important;
    opacity: 1;
    font-size: 23px !important;
    text-align: center;
}
.single-service-box .contents h4 {
    margin: 50px 0px !important;
    text-align: center;
}
    .text-content {
    color: white;
    font-size: 17px;
    position: absolute;
    top: 60%;
    left: 50%;
    right: -35%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center !important;
}

.solution_cards_box .solution_card {
    flex: 0 40%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 15px 1px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 360px!important;
    transition: 0.7s;
}
.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 0px 0px !important;
}
    .d-flex.flex-row.support {
        margin-left: 10px;
    }
    .d-flex.flex-row.support {
    display: flex;
    gap: 0px 10px;
}
    h2.text-center.py-5 {
    color: #000;
    font-size: 30px !important;
    font-weight: 600;
}
    .carousel-item.active.carousel-item-start {
    display: none;
}
.d-flex.flex-row.rapid-section {
    padding-left: 5px !important;
}

.d-flex.flex-row.support {
    padding-left: 0px !important;
    width: 100%;
}

    .image-wrapper {
    display: block;
    width: 100%;
    
}
p.lead.fs-lg {
    font-size: 15px;

}
  h3.display-3.mb-10 {
    font-size: 20px;
    line-height: 28px;
}
.container.pt-25.pb-16.banner-text {
    display: block;
    margin: 0px auto;
    padding: 90px 0px 70px;
}
    .navbar-brand img {
    width: 200px;
}
    .py-md-17 {
        padding-top: 4rem!important;
        padding-bottom:4rem!important;
    }
    section.wrapper.bg-light {
       padding: 0px 0px; 
    }
  
    .position-relative.mb-14.mb-md-17{
        padding: 30px 0px;
    }
  h2.fs-16.text-uppercase.text-muted.mb-3 {
    text-align: center;
    font-size: 33px;
    font-weight: 800;
    line-height: 35px;
    font-weight: 600;
    color: #000 !important;
}
    img.svg-inject.icon-svg.icon-svg-xs.solid-mono.text-fuchsia.me-4 {
       
        margin: 0px auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col-lg-6.about-us {
    display: block;
    margin: 0px auto;
    padding: 30px 10px 0px;
}
    .carousel-inner {
    display: flex;
    justify-content: center;
    margin: 0px auto;
    width: 90%;
}
.carousel-item {
    margin-right: 0px;
}
a.btn.btn-navy.rounded-pill.mt-3 {
    padding: 7px 15px;
    font-size: 15px;
}
.navbar-brand img {
    width: 165px;
}
h1.display-2.mb-5.mt-5.text-white {
    font-size: 25px;
    text-align: center;
    line-height: 40px;
}
a.btn.btn-lg.btn-white.rounded-pill.me-2 {
    display: inline-block;
    background: #fff;
    padding: 4px 10px;
    font-size: 18px;
}
a.btn.btn-lg.btn-outline-white.rounded-pill {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 4px 10px;
    font-size: 18px;
}
p.lead.fs-lg.lh-sm.mb-7.pe-xl-10 {
    font-size: 17px;
    display: flex;
    justify-content: normal;
    color: #fff;
    padding-right: 10px;
    word-break: break-word;
}
.mb-5 {
    margin-bottom: 2rem!important;
}
.mt-5 {
    margin-top: 0rem!important;
}
ul.navbar-nav li.nav-item {
    margin-right: 0px;
}
.navbar-toggler {
    background-color: transparent;
    border: 0px solid transparent !important;
    border-radius: 0.25rem;
    transition:none;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}

a.nav-link {
    font-size: 17px !important;
}
.card.mb-6 {
    margin: 0px 15px;
}
/*section#bouncecolor {
    padding: 0px 40px 0px 30px;
}
section.wrapper.bg-light {
    padding: 0px 40px 0px 30px;
}

section.wrapper.bg-dark {
    padding: 60px 40px 60px 30px;
}
section.wrapper.bg-light.testminonals {
    padding: 60px 40px 60px 30px;
}*/
h3.display-4.mb-10.px-xl-10 {
    text-align: center;
    font-size: 20px !important;
}
.solution_card .solu_title h3 {
    font-size: 22px !important;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 20px;
    color: #fd6363;
}
.row.gx-0.gy-12.align-items-center {
    padding: 0px 25px 0px 15px;
}
.slider {
    background-color: #fff;
    padding: 2em 0em 0rem;
}}
.ptb-120 {
    padding:80px 40px 80px 30px;
}

.widget p {
    font-size: 14px;
    line-height: 20px;
}
.icon.text-primary.fs-28.me-4.mt-n1 {
    margin-right: 0.75rem !important;
}
.widget .d-flex.flex-row {
    padding: 10px 0px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #000;
    border-radius: 50%;
    padding: 12px 12px;
}


.widget .d-flex.flex-row p.mb-0 {
    font-size: 13px;
}
    p.mb-2.mb-lg-0 {
        text-align: center;
    }
    nav.nav.social.social-muted.mb-0.text-md-end a .fa {
    color: #fff;
    padding: 0px 10px;
    font-size: 25px;
}
nav.nav.social.social-muted.mb-0.text-md-end {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
}
img.mb-4 {
    width: 50%;
}
img.mb-4 {
    width: 50%;
    margin-bottom: 0.75rem !important;
}
footer {
    background-color: #074774;
    color: #fff;
    padding: 50px 30px 30px 30px;
}
.row.gy-8 h4.mb-1 {
    line-height: 35px;
    padding: 0px 0px;
    font-size: 20px;
}

section.contact-wrapper.bg-soft-primary {
    padding: 70px 40px 70px 30px;
}


form#mc-embedded-subscribe-form2 {
    padding: 10px 0px 0px;
}

.about-us .d-flex.flex-row {
    padding: 10px 0px;
}
p.mb-0 {
    line-height: 25px;
    
}
nav.navbar.navbar-expand-lg.navbar-dark {
        flex-wrap: wrap;
        display: flex;
        border-bottom: 1px solid #8f8f8f61;
        padding: 15px 20px 15px 0px;
    }
    .slick-next {
    right: 8px !important;
}
.slick-prev, .slick-next{
    top: 60% !important;
}
.slick-prev:before, .slick-next:before {

    font-size: 30px !important;
}
.slick-prev {
    left: -5px !important;
}
.items .card .card-body {
    flex: 1 1 auto;
    padding: 4rem 1rem 1rem !important;
    text-align: center;
}
.card .card-body.download-button {
    display: flex;
    justify-content: flex-start !important;
}
.block-contents .section-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 20px !important;
}
.block-contents .section-title span {
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6464;
    font-size: 40px !important;
    line-height: 50px;
    padding-bottom: 0px;
}
.d-flex.flex-row.Creative {
    padding-left: 15px!important;
}
  .carousel-control-prev {
    left: 7px;
}
.carousel-control-next  {
    right: 7px;
}
section.our-projects h2.fs-15.text-uppercase.mb-3 {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 25px  !important;
}
h2.sub-text {
    text-align: center;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.solution_card .solu_title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 10px;
    color: #fd6363;
}
 
}
@media (max-width: 550px){

    a.btn.btn-lg.btn-outline-white {

    font-size: 17px !important;
}
#testimonial-area {
    padding: 0px 0px 80px;
}
p.lead.fs-lg.mb-7.pe-xl-10 {
    font-size: 17px;
    display: flex;
    justify-content: normal;
    color: #fff;
    line-height: 27px !important;
    padding-right: 0px;
}

a.btn.btn-lg.btn-white.me-2{
 
    padding: 24px 32px;
    font-size: 17px !important;
}

h3.display-4.mb-10.px-xl-10 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}
    #our-services .services {
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 0px;
    margin: 0px auto;
}
h1.display-2.mb-3.mt-5.text-white.fadeInLeft.typewrite {
    font-size: 25px;
    text-align: center;
}
span.display-2.mb-2.mt-5.text-white.fadeInLeft.typewrite {
    font-size: 25px;
}
h2.sub-text {
    text-align: center;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
h3.sub-title {
    font-size: 22px;
    text-align: center;
    color:#f16263;
    line-height: 40px;
}
.solution_card .solu_title h3 {
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 13px;
    color: #fd6363;
}
  .solution_cards_box .solution_card {
    flex: 0 40%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 15px 1px;
    padding: 30px 30px 0px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 360px!important;
    transition: 0.7s;
}
    .solution_card .solu_title h3 {
    font-size: 18px !important;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 13px;
    color: #fd6363;
}
    .solution_card .solu_description p {
    font-size: 14px !important;
     margin-bottom: 0px; 
}
}



.ball {
  position: absolute;
  border-radius: 100%;
  width: 100%;
}
.items .card.card-body p:hover {
    color: #6c757d;
    overflow: hidden;
}

.items .card {
    margin: 0px 10px;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 26px 35px rgb(0 0 0 / 3%), 0 16px 19px rgb(0 0 0 / 2%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    min-height: 350px;
    position: relative;
    transition: all .3s ease-in-out;
    transform: scale(0.9);
    opacity: 0.9;
    z-index: 99;
    top: 35px;
    background-color: #dadfe3; 
}
li.slick-active:before.card {
    content: '';
    animation-name: example;
    animation-duration: 0.25s;
    border-left: 8px solid #074774;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

}
.items .card:hover{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-left:12px solid #074774;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    text-overflow: ellipsis;
    padding: 0px 0px;
}

section.wrapper.bg-light.testminonals {
    padding: 40px 0px 70px;
    background-color: #fff!important;
}
/* .items .card .card-body {
    flex: 1 1 auto;
    padding: 7rem 3rem 0rem;
    text-align: center;
} */
h2.text-center.py-5{
    color:#000;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
section.our-projects h2.fs-15.text-uppercase.mb-3 {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 33px;

}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #074774 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before{
    color: #074774  !important;
  font-size:10px !important;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
   
}
.slick-track {
    display: flex !important;
    margin: 0px auto;
}

.items .card  .card-body h3{
  color:#000;
  align-items:left;
  font-weight:600;
  margin:0px 0px 0px 0px;
  font-size: 27px;
  
}
.items .card .py-4 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
a.cust_card_btn.my-5 {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cust_card_btn_div {
    /* margin: 0px 0px 50px; */
    display: flex;
    margin: 0px auto;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: -50px;
    width: 90px;
    height: 85px;
    margin-left: -45px;
    z-index: 26;
}
.cust_card_btn img {
    width: 100px;
    border-radius: 50px;
    display: flex;
    margin: 0px auto;
    border: 5px solid #074774;
    box-shadow: 0 9px 26px rgb(58 87 135 / 23%);
}
.items .card .card-body span{
  background:#991B1E;
  border-radius:4px;
  padding:10px 15px;
color:#fff;
  position:relative;
  float:right;
  margin-bottom:50px;
  
} 
.slick-prev {
    left: -60px;
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 30px!important;
    line-height: 1;
  
    
}
ul.slick-dots {
    bottom: -55px;
}

/* WORK PROCESS CSS */

.work-process {
    padding: 80px 0px;
    background-color: #e2e7ed;
}
.block-contents .section-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
   
}
.block-contents .section-title span {
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6464;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 0px;
}
.contents{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.contents h4 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    top: 55%;
    opacity: 1;
}
.single-service-box .contents h4 {
    margin: 25px 0px;
    text-align: center;
}
.single-service-box:hover .contents h4 {
    /* opacity: 0; */
    display: flex;
    justify-content: flex-start;
    padding: 0px 30px;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    top: 20%;
    opacity: 1;
    font-size: 30px;
    text-align: left;
}
/*.single-service-box:hover.contents h4::before{
    opacity: 1;
} */

.single-service-box .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    
}
.single-service-box .icon img {
    display: flex;
    justify-content: center;
    width: 30%;
    margin: 0px auto;
    position: absolute;
    top: 20%;
    left: 35%;
    opacity: 1;
}
.single-service-box:hover .icon img{
    opacity: 0;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  
}
/*
.single-service-box.contents h4::before{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 30px;
    height: 3px;
    transition: 0.5s;
    opacity: 0;
    border-bottom: 3px solid #;

}*/
.single-service-box:hover .overlay {
  opacity: 1;
}

.text-content {
    color: white;
    font-size: 17px;
    position: absolute;
    top: 60%;
    left: 50%;
    right: -35%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

.block-contents p {
    padding-top: 10px;
    font-size: 20px;
}
.mtm-30 {
    margin-top: -30px;
}
.block-contents {
    /* padding-right: 63px; */
    margin-top: 135px;
    padding-left: 22px;
}

.contents h4 a {
    text-decoration: none;
    color: #ff6464;
    font-weight: 600;
}
.single-service-box {
    padding: 40px;
    position: relative;
    overflow: hidden;
    min-height: 330px;
    margin-top: 20px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}
.single-service-box:hover::after {
  opacity: 0;
  visibility: hidden;
}
.single-service-box:hover .service-bg {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-service-box:hover .contents h4 a, .single-service-box:hover .contents p {
    color: #fff;
}
.single-service-box:hover .icon{
  color: #fff;
  border-color: #fff;
}
.single-service-box .p-text{
  padding: 40px;
  opacity: 0;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.single-service-box .p-text::after p :hover{
    visibility: visible;
    opacity: 1;
}
.single-service-box.p-text::after {
  position: absolute;

  content: "";
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  z-index: -1;
}
.single-service-box::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  z-index: -1;
}


.single-service-box .service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.single-service-box .service-bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #001659;
  opacity: 0.6;
  left: 0;
  top: 0;
}

.single-service-card {
  border: 1px solid #EBEDF2;
  background-color: #fff;
  margin-top: 40px;
}
.single-service-card.single-service-card_2 {
  border: 0px solid #EBEDF2;
  padding: 0px 10px;
  z-index: 1;
  position: relative;
  background-color: transparent !important;
}
.single-service-card.single-service-card_2 .service-cover-img {
  height: 200px;
  border-radius: 4px;
}
.single-service-card.single-service-card_2 .content {
  padding: 30px 10px 50px 10px !important;
}
.single-service-card.single-service-card_2 .content h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.single-service-card.single-service-card_2 .content h4 a {
  position: relative;
  padding: 0px 0px;
  visibility: visible;
  opacity: 1;
}
.single-service-card.single-service-card_2 .content a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: capitalize;
  margin-bottom: -15px;
  position: absolute;
  bottom: -1%;
  visibility: hidden;
  opacity: 0;
}
.single-service-card.single-service-card_2::after {
  position: absolute;
  content: "";
  clear: both;
  display: block;
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  z-index: -1;
  -webkit-box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
          box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
}
.single-service-card.single-service-card_2:hover a {
  visibility: visible;
  opacity: 1;
}
.single-service-card .service-cover-img {
  height: 230px;
}
.single-service-card .content {
  padding: 30px 40px;
}
.single-service-card .content .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-service-card .content .icon-title .icon {
  font-size: 55px;
  color: #FF5E14;
  line-height: 1;
  margin-right: 20px;
}
.single-service-card .content .icon-title .service-title h4:hover {
  color: #FF5E14;
}
.single-service-card .content .read-more {
  color: #FF5E14;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.single-service-card .content .read-more:hover {
  color: #001659;
}
.single-service-card .content .read-more i {
  margin-left: 5px;
}

.single-best-featured {
  margin-top: 50px;
}

/*------work process end------*/
.newsletter{
    background: url('../images/bg-top.png'), url('../images/bg-bottom.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat;
}


/* TESTIMONALS CSS */
#testimonial-area {
    padding: 0px 0px 0px;
}
  .section-heading h2 {
    font-size: 48px;
    line-height: 58px;
  }
.testi-wrap {
    position: relative;
    height: 560px;
    margin-top: -10px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.client-single.inactive.position-9 {
    right: -28px;
    bottom: 200px;
}
.client-single.inactive.position-10 {
    bottom: 0px;
    left: 11%;
}
.client-single.inactive.position-8 {
    left: 0;
    top: -58px;
}
.client-single {
  &.inactive {
    .client-comment,
    .client-info {
      display: none;
    }
    .client-comment,
    .client-info {
      opacity: 0;
      visibility: hidden;
    }
  }
  &.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  &.position-2 {
    left: -40px;
    top: 68px;
}
  &.position-3 {
    left: -60px;
    top: 180px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}
 &.position-4 {
    left: 0px;
    top: 310px;
}
&.position-5 {
    top: -25px;
    right: 55px;
}
&.position-6 {
    top: 75px;
    right: -40px;
}
&.position-7 {
    top: 330px;
    right: 32px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}
  &.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
    .client-comment,
    .client-info {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
    }
  }
  &:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
  }
  &.active .client-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;
    &:before {
      border-radius: 100%;
      content: "";
      background-image: linear-gradient( 180deg, #dc3545 0%, rgb(49 49 49) 100% );
      padding: 5px;
      width: 160px;
      height: 160px;
      top: -4px;
      left: 0px;
      position: absolute;
      z-index: -1;
    }
  }
  .client-img img {
    width: 150px;
    border-radius: 50%;
    /* border: 8px solid; */
    cursor: pointer;
  }
  &.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
  }
}

.client-comment {
  padding: 0 30px;
  h3 {
    font-size: 22px;
    line-height: 32px;
    color: #505b6d;
  }
  span i {
    font-size: 60px;
    color: #0084ff;
    margin: 40px 0 24px;
    display: inline-block;
  }
}

.client-info {
  h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
  }
  p {
    color: #0084ff;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }
  .client-single.active .client-img img {
    max-width: 100px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 580px;
  }
  #testimonial-area {
    padding: 100px 0 0;
  }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-heading h2 {
    font-size: 48px;
    line-height: 40px;
}
  
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }
  .client-single.position-4 {
    left: -25px;
}
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 630px;
  }
 
footer  .widget-service {
   
    padding-top: 20px;

}
.client-comment {
     padding: 0 0px !important; 
}
.button .btn {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 24px;
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}
.solution_cards_box .solution_card {
    flex: 0 40%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 15px 1px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 350px;
    transition: 0.7s;
    width: 85%;
}
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  .client-single.inactive.position-4{
    left: -43px !important;
    top: 310px;
}
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5, .client-single.position-7, .client-single.position-6 {
    right: -50px;
}
  .
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -54px;
}
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 600px;
  }
  &.position-4 {
    left: -50px;
    top: 310px;
}
.client-single.inactive.position-9 {
    right: -35px;
    bottom: 200px;
}

}

@media only screen and (min-width: 320px) and (max-width: 359px) {

  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5, .client-single.position-7, .client-single.position-6 {
    right: -50px;
}
  .client-single.position-4 {
    left: -50px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 550px;
  }
a.btn.btn-lg.btn-outline-white {
      padding: 24px 28px;
    font-size: 17px !important;
}

p.lead.fs-lg.mb-7.pe-xl-10 {
    font-size: 17px;
    display: flex;
    justify-content: normal;
    color: #fff;
    line-height: 27px !important;
    padding-right: 0px;
}

a.btn.btn-lg.btn-white.me-2 {
    padding: 24px 23px;
    font-size: 15px !important;
}

}

/* TESTIMONALS CSS END */

.client-single.inactive img {
    box-shadow: 0 -9px 0px rgba(0,3,2,-0.81), 0 6px 8px rgba(2,0,0,0.23);
    animation: float 6s ease-in-out infinite;
}

.client-comment h3{
    font-size: 17px;
    color: #000;
}

.client-info h3{
    color: #d83a3a;


}
.footer-top {
    border-bottom: 1px solid #eee;
    padding: 60px 0;
}
.footer .footer-top .download-text h3 {
    font-size: 30px;
    color: #081828;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer .footer-top .download-button {
    text-align: right;
}
.footer .footer-top 
.download-button .btn {
    display: inline-block;
    margin-right: 10px;
}
.download-button {
    display: flex;
    justify-content: end;
}

.button .btn {
    font-size: 19px;
    font-weight: 800;
    padding: 19px 45px;
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}
.download-text h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
a.animated-button.thar-four {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: 2px solid #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s: ;
}
a.animated-button.thar-four:hover {
    color: #fff !important;
    background-color: transparent;
    border: 2px solid #000000;
    text-shadow: nfour;
}
a.animated-button.thar-four:hover:before {
    right: 0%;
    left: auto;
    width: 100%;
}
a.animated-button.thar-four:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}
.download-text p {
    font-size: 18px;
}


/*---------------new  service section  css---------------*/
.section_our_solution {
    padding: 80px 0px;
}
.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 80px 0px 0px;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {
    flex: 0 40%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 15px 1px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 300px;
    transition: 0.7s;
    width: 85%;
}
.solution_cards_box .solution_card:hover {
    color: #fff;
    transform: scale(1.0);
    z-index: 9;
    background-image: linear-gradient( 180deg, #dc3545c4 0%, rgb(49 49 49 / 87%) 100% ) !important;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(181 185 204 / 5%);
    width: 170px;
    height: 460px;
    z-index: -1;
    transform: rotate(42deg);
    right: -60px;
    top: -40px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description a {
  background: #fff !important;
  color: #e76061;
}

.solution_card .so_top_icon {
}

.solution_card .solu_title h3 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 13px;
    color: #fd6363;
}
.solution_card .solu_description p {
    font-size: 15px;
    display: flex;
    justify-content: space-around;
    
}
h2.sub-text {
    text-align: center;
    font-size: 27px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.solution_card .solu_description a {
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 8px 23px;
    background: #e76061;
    text-decoration: none;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}

.hover_color_bubble {
    position: absolute;
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: 0rem;
    transition: 0.7s;
    background-image: linear-gradient( 180deg, #dc35451a 0%, rgb(49 49 49) 100% ) !important;
}
.icons-scoial {
    display: flex;
}

.so_top_icon-1 img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}
.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.icons {
    display: flex;
    justify-content: flex-end;
    margin: 0px auto;
    width: 100%;
    gap: 5px;
    
}

section.wrapper.bg-dark .card-body {
    flex: 1 1 auto;
    padding: 1rem 0rem;
}
/*.solution_cards_box .solution_card .so_top_icon-1 {
    width: 45px;
    height: 60px;
    border-radius: 5%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 55px;
    border-radius: 5%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}

@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  
}
/*-----------new  service section css  end------------*/




/* NEW TESTIMONIAL CSS */

.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f5f6;
    /* color: #3d5a80; */
    padding: 80px 0px 80px;
    display: none;
}
 .testimonial-slide {
     padding: 0px 20px;
}
.testimonial_box-top {
     background-color: #fff;
     padding: 0px 30px;
     border-radius: 15px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     text-align: center;
     box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
     min-height: 490px;
     transition: .3s;
}
/*.testimonial_box-top:hover{
    background-image: linear-gradient( 180deg, #dc3545c4 0%, rgb(49 49 49 / 87%) 100% ) !important;
    color: #fff;


}*/
.section-heading h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    color: #000;
    text-transform: uppercase;
}

.testimonial_box-text .testimonial_box-name:hover{
    color: #fff;
}
.testimonial_box-name:hover{
    color: #fff;
}
 .testimonial_box-text {
     padding: 10px 0;
}
}
 .testimonial_box-text p {
     color: #293241;
     font-size: 13px;
     line-height: 20px;
     margin-bottom: 0;
}
 .testimonial_box-img {
     padding: 20px 0 10px;
     display: flex;
     justify-content: center;
}
 .testimonial_box-img img {
     width: 70px;
     height: 70px;
     border-radius: 50px;
     border: 2px solid #e5e5e5;
}
 .testimonial_box-name {
     padding-top: 10px;
}
 .testimonial_box-name h4 {
     font-size: 25px;
     line-height: 25px;
     font-weight: 600;
     color: #000000;
     margin-bottom: 0;
}

/*------new testimonial  css end------*/

@media (max-width: 580px){
    #testimonial-area {
    padding: 100px 0 0;
    display: none !important;
}
    .testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f5f6;
    /* color: #3d5a80; */
    padding: 80px 0px 80px;
    display:block !important;
}
}
li.has-children--multilevel-submenu {
    position: relative;
}
ul > li.has-children:hover > .submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.submenu > li.has-children > a:hover:after {
    color: #086AD8;
}

.submenu > li.has-children > a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    font-size: 14px;
    vertical-align: middle;
    color: #ababab;
}
.submenu > li.has-children > a {
    position: relative;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #f06162;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    padding: 0px 0;
    z-index: 9;
}
.submenu .submenu {
    top: 0px;
    left: 100%;
    right: auto;
}
.submenu > li {
    position: relative;
}
ul > li.has-children:hover > .submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
li.has-children > a {
    position: relative;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu > li > a {
    display: block;
    padding: 5px 30px;
    color: #ababab;
    font-weight: 400;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.submenu > li > a > span {
    position: relative;
    font-size: 17px;
}



.submenu > li {
    position: relative;
    list-style: none;
}


#navbarNav > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
   
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#navbarNav > ul > li.has-children > a:after {
    position: static;
    margin-left: 5px;
    font-family: "FontAwesome";
    
    content: "\f107";
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.submenu > li.has-children > a:hover:after {
    color: #086AD8;
}
.submenu > li.has-children > a:hover:after {
    color: #086AD8;
}
.submenu > li.has-children > a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-weight: 600;
    content: "\f105";
    font-size: 14px;
    vertical-align: middle;
    color: #ababab;
}
.submenu > li > a:hover > span:after {
    width: 100%;
    left: 0;
    right: auto;
}

.submenu > li > a > span:after {
    content: "";
    width: 0;
    height: 3px;
    bottom: -3px;
    position: absolute;
    left: auto;
    left: 0;
    z-index: -1;
    background-color: #f56161;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.submenu > li.has-children > a:hover:after {
    color: #086AD8;
}



.rotating-text-wrapper {
    text-align: center;
    position: absolute;
    width: 100px;
    color: #fff;
    margin-top: -6px;
}
.rotating-text-wrapper h6 {
    font-size: 15px;
    margin: 0;
    padding: 11px 10px;
    color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    animation: blink 3s infinite;
    background: linear-gradient( 180deg, #dc3545ba 0%, rgb(0 0 0 / 94%) 100% ) !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    font-family: inherit !important;
    position: absolute;
    width: 130px;
    left: -20px;
    top: -31px;
    border-radius: 3px;
}

@keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: scale(1);
    }
    51% {
      opacity: 0;
      transform: scale(0);
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  