body {
    margin: 0;
    font-family: 'Roboto' !important;
}

.container{
    max-width: 1140px !important;
    margin: 0 auto;
}
a{
    text-decoration: none !important;
}
header.t-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 0;
}

header.t-header .company_logo {
    /* width: 140px; */
    width: 15%;
}
header.t-header .navigation {
     /* width: 950px; */
     width: 80%;
}
header.t-header .search {
    /* width: 50px; */
    width: 5%;
}
/* header.t-header .tnavbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.navbar-links {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .navbar-links li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0px 32px;
    font-weight: 400;
    transition: 0.4s all;
  }
  
  .navbar-links li.navbar-dropdown {
    position: relative;
  }
  
  .navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  
  .navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    left: 22px;
    width: 174px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px rgb(0 0 0 / 30%);
    z-index: 111;
    transition: 0.4s all;
  }
  li.navbar-dropdown:after {
    content: url(./img/dropdown-icon.svg);
    position: absolute;
    right: 10px;
    top: 0;
}
  .navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #000;
  }
  .navbar-dropdown .dropdown a:hover {
    color: #E55245 !important;
  }
  .navbar-links li a:hover {
    color: #E55245;
  } */
  .menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
}
.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.menu-link > i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
}
.menu-link:hover {
    color: #E55245;
}
.submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid #000;
    background-color: #1E232E;
    transition: all 0.3s ease-in-out;
}
.submenu-item {
    display: block;
    margin-top: 0.75rem;
}
.submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: var(--color-black-500);
    transition: all 0.35s ease;
}
.submenu-link:hover {
    outline: none;
    color: var(--color-pink-500);
}
.burger {
    position: relative;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}
.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border: none;
    outline: none;
    background: #fff;
}
.burger-line:nth-child(1) {
    top: 0px;
}
.burger-line:nth-child(2) {
    top: 0.5rem;
}
.burger-line:nth-child(3) {
    top: 1rem;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}
.navbar {
    justify-content: center !important;
}

.menu-link a, .submenu-link{
    color: #fff;
    text-decoration: none;
}
.menu-link a:hover, .submenu-link:hover {
    color: #E55245;
}
nav a.active {
    color: #E55245;
}
.menu-link i{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
header.t-header .navigation {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.t-header .search_btn {
    font-size: 24px;
    cursor: pointer;
    border: none;
    color: #fff;
    background: transparent;
  }
  
.front_banner{
    background-image: url(./img/banner_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 567px;
}
.front_banner .content {
    padding-top: 150px;
    display: flex;
    flex-wrap: wrap;
}
.front_banner .content .text h1 {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
}
.front_banner .content .text {
    width: 700px;
}
.front_banner .content .btn {
    width: 416px;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding-top: 30px;
}
.front_banner .content .btn:before {
    content: "";
    background-image: url(./img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 129px;
    height: 66px;
    position: absolute;
    left: 0;
}
.front_banner .content button.schedule_btn {
    font-size: 18px;
    font-weight: 500;
    background: #364669;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0px 16px 0px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.front_banner .content button.schedule_btn img {
    background: #E55245;
    padding: 16px;
    margin-right: 16px;
    border-radius: 4px 0 0 4px;
}
.front_banner .content button.schedule_btn:hover{
    background: #E55245;
}
.front_banner .content button.schedule_btn:hover img {
    background: #364669;
}
.partners {
    background: #f1f6ff;
}
.partners .banner-img img {
    width: 100%;
    margin-top: -240px;
}
.partners-area {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 72px 0;
}
.partners-logos{
    margin-top: 30px;
}
.features {
    padding: 96px 0;
}
.features .heading-txt p.sub-title {
    color: #E55245;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.features .heading-txt h3.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #1E232E;
}
.features .features-btn a {
    color: #E55245;
    text-decoration: none;
    float: right;
    margin-bottom: 10px;
}
.features .features-heading {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.features .features-heading .heading-txt {
    width: 85%;
}
.features .features-btn{
    width: 15%;
}
.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 32px;
    /* justify-content: space-between; */
}
.features-grid .feature-item {
    width: 350px;
    background: #F1F7FF;
    padding: 56px 42px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 32px; */
}
.features-grid .feature-item .feature-img {
    width: 96px;
    height: 96px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-grid .feature-item .feature-content {
    margin-top: 40px;
}
.features-grid .feature-item .feature-content .item-txt {
    font-size: 32px;
    font-weight: 600;
    color: #586175;
    margin-bottom: 16px;
}
.features-grid .feature-item .feature-content .item-desc {
    font-size: 16px;
    font-weight: 400;
    color: #586175;
}


.solutions {
    padding-bottom: 96px;
}
.solutions .heading-txt p.sub-title {
    color: #E55245;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.solutions .heading-txt h3.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #1E232E;
}
.solutions .solutions-btn a {
    color: #E55245;
    text-decoration: none;
    float: right;
    margin-bottom: 10px;
}
.solutions .solutions-heading {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    /* margin-bottom: 72px; */
}
.solutions .solutions-heading .heading-txt {
    width: 80%;
}
.solutions .solutions-btn{
    width: 20%;
}
.solutions-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: space-between; */
    margin-top: 72px;
    gap: 32px;
}
.solutions-grid .solution-item {
    width: 255px;
    background: #F1F7FF;
    padding: 28px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.solutions-grid .solution-item .solution-content {
    margin-top: 16px;
}
.solutions-grid .solution-item .solution-content .item-txt {
    font-size: 16px;
    font-weight: 600;
    color: #586175;
    margin-bottom: 8px;
}
.solutions-grid .solution-item .solution-content .item-desc {
    font-size: 14px;
    font-weight: 400;
    color: #586175;
}


.efficiency {
    padding: 96px 0;
    background: #F1F6FF;
}
.efficiency .heading-txt p.sub-title {
    color: #E55245;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.efficiency .heading-txt h3.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #1E232E;
}
.efficiency .efficiency-btn a {
    color: #E55245;
    text-decoration: none;
    float: right;
    margin-bottom: 10px;
}
.efficiency .efficiency-heading {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.efficiency .efficiency-heading .heading-txt {
    width: 75%;
}
.efficiency .efficiency-btn {
    width: 25%;
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}
.efficiency .efficiency-btn button {
    font-size: 18px;
    font-weight: 500;
    background: #364669;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0px 16px 0px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.efficiency .efficiency-btn button img {
    background: #E55245;
    padding: 16px;
    margin-right: 16px;
    border-radius: 4px 0 0 4px;
}
.efficiency .efficiency-btn button:hover{
    background: #E55245;
}
.efficiency .efficiency-btn button:hover img {
    background: #364669;
}
.efficiency-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-top: 56px;
}
.efficiency-grid .efficiency-item {
    width: 350px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    /* margin-top: 56px; */
    border-bottom: 1px solid #BFCCE0;
}
.efficiency-grid .efficiency-item .efficiency-content {
    margin-top: 16px;
}
.efficiency-grid .efficiency-item .efficiency-content .item-txt {
    font-size: 40px;
    font-weight: 600;
    color: #1E232E;
    margin-bottom: 16px;
}
.efficiency-grid .efficiency-item .efficiency-content .item-desc {
    font-size: 18px;
    font-weight: 400;
    color: #586175;
}


.testimonial {
    padding: 96px 0;
}
.testimonial .heading-txt p.sub-title {
    color: #E55245;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.testimonial .heading-txt h3.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #1E232E;
}
.testimonial .testimonial-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testimonial .testimonial-box .heading-txt {
    width: 430px;
}
.testimonial .testimonial-box .testimonial-video {
    width: 640px;
    height: 360px;
    background-image: url(./img/testimonial/video-overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}



.testimonial .testimonial-box .testimonial-video #vidbutton {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transform: scale(1, 1);
    transition: transform .5s ease;
  }
  .testimonial .testimonial-box .testimonial-video #vidbutton img{
    margin-bottom: 16px;
  }
  
  .testimonial .testimonial-box .testimonial-video #lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    background-color: rgba(0, 0, 0, 0.95);
  }
  
  .testimonial .testimonial-box .testimonial-video #video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 95%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  }
  .testimonial .testimonial-box .testimonial-video #video-wrapper iframe#video {
    width: 100%;
}
  
  .testimonial .testimonial-box .testimonial-video #close-btn {
    color: grey;
    font-size: 25px;
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 2;
    transform: scale(1, 1);
    transition: transform .5s ease, color .5s ease;
  }
  
  .testimonial .testimonial-box .testimonial-video #close-btn:hover {
    color: white;
    cursor: pointer;
    transform: scale(1.2, 1.2);
    transition: transform .5s ease, color .5s ease;
  }


.faq {
    padding-bottom: 96px;
}
.faq .heading-txt p.sub-title {
    color: #E55245;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.faq .heading-txt h3.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #1E232E;
}
.faq .faq-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 96px 64px;
    background: #F1F6FF;
    border-radius: 8px;
}
.faq .faq-box .heading-txt {
    width: 27%;
}
.faq .faq-content {
    width: 73%;
}
button.accordion-button {
    font-size: 32px;
    font-weight: 600;
    color: #586175 !important;
    background-color: #F1F6FF !important;
    border: none !important;
    padding: 32px 0;
}
.accordion-item {
    background-color: transparent !important; 
    border: 0 !important;
    border-bottom: 1px solid #bfcce0 !important
}
.accordion-button:not(.collapsed), .accordion-button:focus{
    box-shadow: none !important;
}
/* .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23586175'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
} */
    .accordion-body {
    padding: 0rem !important;
}
.accordion-body p{
    font-size: 16px;
    font-weight: 400;
    color: #586175 !important;
}


.who_we_are {
    padding-top: 96px;
}
.who_we_are .who_we_are-box .sub-title {
    color: #E55245;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.who_we_are .who_we_are-box h3.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #1E232E;
}
.who_we_are .who_we_are-box .content {
    font-weight: 400;
    font-size: 16px;
    color: #1E232E;
    margin-top: 40px;
}
.who_we_are .who_we_are-box {
    display: flex;
    margin-bottom: 72px;
    width: 716px;
    flex-direction: column;
}


/*********Inner Banner******************/
.inner_banner{
    background-image: url(./img/banner_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 320px;
}
.inner_banner .content {
    padding-top: 176px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_banner .content .left p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.inner_banner .content .left h1 {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
}
.inner_banner .content .left {
    width: 710px;
}
.inner_banner .content .right {
    width: 352px;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.inner_banner .content .right .contact-cta .title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inner_banner .content .right .contact-cta .title h4{
    color: #fff;
    margin-bottom: 0px;
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: bold;
}
.inner_banner .content .right .contact-cta .desc a{
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-decoration: none;
}
.inner_banner .content .right .contact-cta .desc a:hover{
    color: #E55245;
}



.contact-info {
    padding-top: 96px;
}
.contact-info .contact-info-box .map{
    margin-bottom: 96px;
}
.contact-info .contact-info-box .details {
    display: flex;
}
.contact-info .contact-info-box .details .left {
    width: 850px;
}
.contact-info .contact-info-box .details .right {
    width: 160px;
}
.contact-info .contact-info-box .details .left .subtitle {
    color: #E55245;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.contact-info .contact-info-box .details .left .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #1E232E;
    margin-bottom: 24px;
}
.contact-info .contact-info-box .details .left .address {
    font-size: 32px;
    font-weight: 600;
    color: #586175;
    width: 470px;
}
.contact-info .contact-info-box .details .right .subtitle {
    color: #E55245;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.contact-info .contact-info-box .details .right ul {
    list-style: none;
    padding: 0;
}
.contact-info .contact-info-box .details .right ul li {
    line-height: 2;
    font-size: 16px;
    color: #586175;
}
.contact-info .contact-info-box .details .right ul li a {
    color: #586175;
    text-decoration: none;
}
.contact-info .contact-info-box .details .right ul li img {
    margin-right: 8px;
}


.contact-form {
    padding: 96px 0px 61px 0px;
    background: #F1F6FF;
}
.contact-form .contact-form-box .sub-title {
    color: #E55245;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.contact-form .contact-form-box h3.title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #1E232E;
    margin-bottom: 56px;
}
.contact-form .contact-form-box {
    display: flex;
    width: 716px;
    flex-direction: column;
}
.contact-form .contact-form-box form{
    width: 544px;
}
.contact-form .contact-form-box form .form-control {
    padding: 20px;
    border: 1px solid #BFCCE0 !important;
    border-radius: 4px !important;
    color: #818DA9;
    font-size: 18px;
}
.contact-form .contact-form-box form .form-group {
    margin-bottom: 24px;
}
.contact-form .contact-form-box form .form-group .form-check-input[type=checkbox] {
    width: 40px;
    height: 40px;
    border: 1px solid #BFCCE0;
    border-radius: 4px;
    margin-left: 0;
}
.contact-form .contact-form-box form .form-check {
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 16px;
}
.contact-form .contact-form-box form .form-check .form-check-label {
    width: 97%;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #586175;
}
.contact-form .contact-form-box form .btn-primary {
    color: #fff;
    border-color: #1E232E;
    background-color: #1E232E;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    padding: 20px;
    width: 100%;
}
.contact-form .contact-form-box form .btn-primary:hover {
    background-color: #E55245 !important;
}
.contact-form .contact-form-box form .form-control:focus {
    color: #E55245 !important;
    background-color: #fff;
    border-color: #E55245;
    outline: 0;
    box-shadow: 0 0 0 0.15rem #e55245 !important;
}
.contact-form .contact-form-box form .form-check-input:checked{
    background-color: #E55245 !important;
}


/***********Whitepappers*******************/

.whitepappers {
    padding: 96px 0;
}

.whitepappers-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.whitepappers-grid .whitepapper-item {
    width: 352px;
    display: flex;
    flex-direction: column;
}
.whitepappers-grid .whitepapper-item .whitepapper-img{
    border: 2px solid #DBE5F6;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.whitepappers-grid .whitepapper-item .whitepapper-img img {
    width: 100%;
    height: 234px;
    object-fit: cover;
}
.whitepappers-grid .whitepapper-item .whitepapper-content {
    padding: 24px 24px 16px 24px;
    background: #F1F6FF;
    border-radius: 0 0 8px 8px;
}
.whitepappers-grid .whitepapper-item .whitepapper-content .whitepapper_badge {
    font-weight: 400;
    font-size: 14px;
    color: #1E232E;
    margin-bottom: 24px;
}
.whitepappers-grid .whitepapper-item .whitepapper-content .whitepapper_title {
    font-weight: 600;
    font-size: 24px;
    color: #1E232E;
    margin-bottom: 24px;
}

.whitepappers .whitepapper-content button {
    font-size: 18px;
    font-weight: 500;
    background: #364669;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0px 16px 0px 0px;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}
.whitepappers .whitepapper-content button img {
    background: #3F85ED;
    padding: 8px 16px;
    margin-right: 16px;
    border-radius: 4px 0 0 4px;
}
.whitepappers .whitepapper-content button:hover{
    background: #E55245;
}
.whitepappers .whitepapper-content button:hover img {
    background: #364669;
}



/*************Case Studies******************/
.case-studies {
    padding: 96px 0;
}

.case-study-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.case-study-grid .case-study-item {
    width: 352px;
    display: flex;
    flex-direction: column;
}
.case-study-grid .case-study-item .case-study-img{
    border: 2px solid #DBE5F6;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.case-study-grid .case-study-item .case-study-img img {
    width: 100%;
    height: 234px;
    object-fit: cover;
}
.case-study-grid .case-study-item .case-study-content {
    padding: 24px 24px 16px 24px;
    background: #F1F6FF;
    border-radius: 0 0 8px 8px;
}
.case-study-grid .case-study-item .case-study-content .case-study_badge {
    font-weight: 400;
    font-size: 14px;
    color: #1E232E;
    margin-bottom: 24px;
}
.case-study-grid .case-study-item .case-study-content .case-study_title {
    font-weight: 600;
    font-size: 24px;
    color: #1E232E;
    margin-bottom: 24px;
}

.case-studies .case-study-content .case-study_link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3F85ED;
    text-decoration: none;
}
.case-studies .case-study-content .case-study_link:hover{
    color: #E55245;
}



/*******Single Case Study*****/


.single-case-study-banner .content {
    padding-top: 140px;
}
.single-case-study-banner .case-study-featured-img{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.single-case-study-banner .case-study-featured-img img {
    width: 100%;
    height: 234px;
    object-fit: cover;
}
.single-case-study-body {
    padding: 96px 0 64px 0;
}
.single-case-study-body .single-case-study-content p {
    font-weight: 400;
    font-size: 18px;
    color: #1E232E;
}
.single-case-study-body .single-case-study-content ul li {
    font-weight: 400;
    font-size: 18px;
    color: #1E232E;
}
.single-case-study-body .single-case-study-content blockquote {
    margin: 48px 0;
    font-weight: 400;
    font-size: 18px;
    color: #1E232E;
    background: #F1F7FF;
    border-radius: 8px;
    padding: 36px 45px;
}
.single-case-study-body .single-case-study-content h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #1E232E;
    margin-top: 64px;
    margin-bottom: 24px;
}
.single-case-study-body .single-case-study-content {
    display: flex;
    width: 736px;
    flex-direction: column;
    border-bottom: 1px solid #DBE5F7;
    padding-bottom: 64px;
}

.other-case-studies {
    padding-bottom: 96px;
}
.other-case-studies .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #1E232E;
    margin-bottom: 113px;
}

.other-case-study-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.other-case-study-grid .case-study-item {
    width: 352px;
    display: flex;
    flex-direction: column;
}
.other-case-study-grid .case-study-item .case-study-img{
    border: 2px solid #DBE5F6;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.other-case-study-grid .case-study-item .case-study-img img {
    width: 100%;
    height: 234px;
    object-fit: cover;
}
.other-case-study-grid .case-study-item .case-study-content {
    padding: 24px 24px 16px 24px;
    background: #F1F6FF;
    border-radius: 0 0 8px 8px;
}
.other-case-study-grid .case-study-item .case-study-content .case-study_badge {
    font-weight: 400;
    font-size: 14px;
    color: #1E232E;
    margin-bottom: 24px;
}
.other-case-study-grid .case-study-item .case-study-content .case-study_title {
    font-weight: 600;
    font-size: 24px;
    color: #1E232E;
    margin-bottom: 24px;
}

.other-case-studies .case-study-content .case-study_link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3F85ED;
    text-decoration: none;
}
.other-case-studies .case-study-content .case-study_link:hover{
    color: #E55245;
}


/*********Blogs************/
.blog {
    padding: 96px 0;
}

.article-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.article-grid .article-item {
    width: 352px;
    display: flex;
    flex-direction: column;
}
.article-grid .article-item .article-img{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.article-grid .article-item .article-img img {
    width: 100%;
    height: 234px;
    object-fit: cover;
}
.article-grid .article-item .article-content {
    padding: 24px 24px 16px 24px;
    background: #F1F6FF;
    border-radius: 0 0 8px 8px;
}
.article-grid .article-item .article-content .article-date {
    font-weight: 400;
    font-size: 14px;
    color: #1E232E;
    margin-bottom: 24px;
}
.article-grid .article-item .article-content .article_title {
    font-weight: 600;
    font-size: 24px;
    color: #1E232E;
    margin-bottom: 24px;
}
.article-grid .article-item .article-content .article-excerpt {
    font-weight: 400;
    font-size: 16px;
    color: #1E232E;
}

/**********Single Blog**********/
.single-blog-banner{
    height: 567px;
}
.single-blog-banner .content {
    padding-top: 140px;
    flex-direction: column;
    align-items: center;
}
.single-blog-banner .content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
.single-blog-banner .content h1 {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    width: 782px;
}
.single-blog-banner .blog-featured-img{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    margin-top: 64px;
}

.single-blog-banner .blog-featured-img img {
    width: 100%;
    height: 414px;
    object-fit: cover;
}
.single-blog-body {
    padding: 300px 0 64px 0;
}
.single-blog-body .single-blog-content p {
    font-weight: 400;
    font-size: 18px;
    color: #1E232E;
}
.single-blog-body .single-blog-content ul li {
    font-weight: 400;
    font-size: 18px;
    color: #1E232E;
}
.single-blog-body .single-blog-content blockquote {
    margin: 48px 0;
    font-weight: 400;
    font-size: 18px;
    color: #1E232E;
    background: #F1F7FF;
    border-radius: 8px;
    padding: 36px 45px;
}
.single-blog-body .single-blog-content h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #1E232E;
    margin-top: 64px;
    margin-bottom: 24px;
}
.single-blog-body .single-blog-content {
    display: flex;
    width: 736px;
    flex-direction: column;
    border-bottom: 1px solid #DBE5F7;
    padding-bottom: 64px;
    margin: auto;
}

.related-blog {
    padding: 30px 0 96px 0;
}
.related-blog .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #1E232E;
    margin-bottom: 113px;
    text-align: center;
}

.related-blog .article-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.related-blog .article-grid .article-item {
    width: 352px;
    display: flex;
    flex-direction: column;
}
.related-blog .article-grid .article-item .article-img{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.related-blog .article-grid .article-item .article-img img {
    width: 100%;
    height: 234px;
    object-fit: cover;
}
.related-blog .article-grid .article-item .article-content {
    padding: 24px 24px 16px 24px;
    background: #F1F6FF;
    border-radius: 0 0 8px 8px;
}
.related-blog .article-grid .article-item .article-content .article-date {
    font-weight: 400;
    font-size: 14px;
    color: #1E232E;
    margin-bottom: 24px;
}
.related-blog .article-grid .article-item .article-content .article_title {
    font-weight: 600;
    font-size: 24px;
    color: #1E232E;
    margin-bottom: 24px;
}
.related-blog .article-grid .article-item .article-content .article-excerpt {
    font-weight: 400;
    font-size: 16px;
    color: #1E232E;
}




/*************Product******************/

.product_banner{
    background-image: url(./img/banner_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 448px;
}
.product_banner .content {
    padding-top: 176px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product_banner .content .box h1 {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
}
.product_banner .content .box {
    width: 300px;
}
.product_banner .content .arrow {
    width: 140px;
    padding-bottom: 60px;
}
.product_banner .content button.schedule_btn {
    font-size: 18px;
    font-weight: 500;
    background: #364669;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0px 16px 0px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.product_banner .content button.schedule_btn img {
    background: #E55245;
    padding: 16px;
    margin-right: 16px;
    border-radius: 4px 0 0 4px;
}
.product_banner .content button.schedule_btn:hover{
    background: #E55245;
}
.product_banner .content button.schedule_btn:hover img {
    background: #364669;
}
.banner_info {
    background: #F1F6FF;
    padding-top: 25px;
}
.banner_info .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner_info .box .info {
    width: 388px;
}
.banner_info .box .banner_info-img{
    width: 640px;
    position: relative;
}
.banner_info .box .banner_info-img img {
    position: absolute;
    bottom: 0px;
}

.product-partners {
    background: #f1f6ff;
}
.product-partners .partners-area {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 56px 0 40px 0;
}

.channels {
    padding-top: 69px;
    background: #FDFEFF;
}
.channels .txt h3.title {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #1E232E;
    margin-bottom: 40px;
}
.channels .channel-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 69px;
    border-bottom: 1px solid #DBE5F7;
}
.channels .channel-box .txt {
    width: 50%;
}
.channels .channel-box .channel-img {
    width: 50%;
    position: relative;
}
.channels .channel-box .channel-img img {
    width: 100%;
}
.channels .channel-box ul {
    padding: 0;
    list-style: none;
    margin-bottom: 80px;
}
.channels .channel-box li {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 20px 0;
}
.channels .channel-box li .list-txt {
    font-weight: 500;
    font-size: 24px;
    color: #586175;
}
.channels .channel-box  a.channel-btn {
    background: #E55245;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 16px 24px;
    text-decoration: none;
}


.hybrid {
    padding: 93px 0;
    background: #FDFEFF;
}
.hybrid .txt h3.title {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #1E232E;
    margin-bottom: 30px;
}
.hybrid .txt .desc {
    font-size: 16px;
    font-weight: 400;
    color: #586175 !important;
}
.hybrid .hybrid-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hybrid .hybrid-box .txt {
    width: 50%;
    padding: 80px;
}
.hybrid .hybrid-box .hybrid-img {
    width: 50%;
    position: relative;
}
.hybrid .hybrid-box .hybrid-img img {
    width: 100%;
}
.hybrid .hybrid-box span.pattern {
    display: flex;
    justify-content: flex-end;
}

.portal-login {
    padding-top: 93px;
    background: #F1F6FF;
    overflow: hidden;
}
.portal-login .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #1E232E;
    margin-bottom: 64px;
    text-align: center;
}
.portal-login .portal-login-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.portal-login .portal-login-box .pattern {
    width: 15%;
    position: relative;
}
.portal-login .portal-login-box .pattern img {
    position: absolute;
    width: 100%;
}
.portal-login .portal-login-box .portal-login-img {
    border: 8px solid rgb(255 255 255 / 25%);
    border-radius: 8px;
    box-shadow: 0px 0px 50px rgb(30 35 46 / 15%);
    width: 70%;
}
.portal-login .portal-login-box .portal-login-img img {
    width: 100%;
}
.portal-login .portal-login-box .pattern.left img {
    top: 0;
}
.portal-login .portal-login-box .pattern.right img {
    bottom: 0;
}

.system-integration {
    padding: 93px 0;
    background: #FDFEFF;
}
.system-integration .txt h3.title {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #1E232E;
    margin-bottom: 30px;
}
.system-integration .system-integration-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 69px;
    border-bottom: 1px solid #DBE5F7;
}
.system-integration .system-integration-box .txt {
    width: 30%;
}
.system-integration .system-integration-box .system-integration-img {
    width: 70%;
    position: relative;
}
.system-integration .system-integration-box .system-integration-img img {
    width: 100%;
}


.integration {
    padding: 93px 0;
    background: #FDFEFF;
}
.integration .txt h3.title {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #1E232E;
    margin-bottom: 30px;
}
.integration .txt .desc {
    font-size: 16px;
    font-weight: 400;
    color: #586175 !important;
    margin-bottom: 48px;
}
.integration .integration-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.integration .integration-box .txt {
    width: 50%;
    padding: 80px;
}
.integration .integration-box .integration-img {
    width: 50%;
    position: relative;
}
.integration .integration-box .integration-img img {
    width: 100%;
}
.integration .integration-box  a.integration-btn {
    background: #E55245;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 16px 24px;
    text-decoration: none;
}

.customize-warning {
    padding: 69px 0;
    background: #F1F6FF;
}
.customize-warning .txt h3.title {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    color: #1E232E;
    margin-bottom: 30px;
}
.customize-warning .txt .desc {
    font-size: 16px;
    font-weight: 400;
    color: #586175 !important;
    margin-bottom: 48px;
}
.customize-warning .customize-warning-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.customize-warning .customize-warning-box .txt {
    width: 50%;
    padding: 80px;
}
.customize-warning .customize-warning-box .customize-warning-img {
    width: 50%;
    position: relative;
}
.customize-warning .customize-warning-box .customize-warning-img img {
    width: 100%;
}


.import-tool {
    padding: 69px 0;
    background: #FDFEFF;
}
.import-tool .txt h3.title {
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    color: #1E232E;
    margin-bottom: 30px;
}
.import-tool .txt .desc {
    font-size: 16px;
    font-weight: 400;
    color: #586175 !important;
    margin-bottom: 48px;
}
.import-tool .import-tool-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.import-tool .import-tool-box .txt {
    width: 50%;
    padding: 80px;
}
.import-tool .import-tool-box .import-tool-img {
    width: 50%;
    position: relative;
}
.import-tool .import-tool-box .import-tool-img img {
    width: 100%;
}


.services {
    padding: 96px 0;
    background: linear-gradient(180deg, #F1F6FF 0%, #FFFFFF 100%);
}
.services .heading-txt p.sub-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #1E232E;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0.1em;
}
.services .heading-txt h3.title {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #586175;
}
.services .services-heading {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 64px;
}
.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}
.services-grid .service-item {
    width: 255px;
    background: #FFFFFF;
    padding: 28px 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.services-grid .service-item .service-content {
    margin-top: 16px;
}
.services-grid .service-item .service-content .item-txt {
    font-size: 16px;
    font-weight: 600;
    color: #586175;
    margin-bottom: 8px;
}
.services-grid .service-item .service-content .item-desc {
    font-size: 14px;
    font-weight: 400;
    color: #586175;
}

/**************************************************/
.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
  }
  
  /* The content */
  .search-overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  /* Close button */
  .search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .search-overlay .closebtn:hover {
    color: #ccc;
  }
  
  /* Style the search field */
  .search-overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .search-overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  /* Style the submit button */
  .search-overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .search-overlay button:hover {
    background: #bbb;
  }


/**********************************************/

/*********Footer*****************/
.cta {
    padding: 64px 0;
    background: #1E232E;
}
.cta .heading-txt h3.title {
    font-weight: 300;
    font-size: 32px;
    line-height: 37.5px;
    color: #fff;
    margin-bottom: 24px;
}
.cta .cta-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cta .heading-txt {
    width: 49%;
}
.cta .cta-img{
    width: 49%;
}
.cta .cta-img img{
    border-radius: 24px 24px 0px 0px;
    margin-bottom: -130px;
    width: 100%;
}
.cta button {
    font-size: 18px;
    font-weight: 500;
    background: #364669;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0px 16px 0px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cta button img {
    background: #E55245;
    padding: 16px;
    margin-right: 16px;
    border-radius: 4px 0 0 4px;
}
.cta button:hover{
    background: #E55245;
}
.cta button:hover img {
    background: #364669;
}

.footer {
    padding-top: 160px;
    padding-bottom: 64px;
    background: #F1F6FF;
}
.footerarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-col1 {
    width: 240px;
    margin-right: 144px;
}
.footerarea ul {
    list-style: none;
    padding: 0;
}
.footerarea li {
    line-height: 2;
    font-size: 16px;
    color: #586175;
}
.footerarea li a {
    color: #586175;
    text-decoration: none;
}
.footerarea li img {
    margin-right: 8px;
}
.footerarea p {
    margin-bottom: 32px;
    font-size: 16px;
    color: #586175;
}
.footer-logo img{
    margin-bottom: 32px;
}
.footer-logo p {
    font-size: 14px;
    color: #586175;
}





@media screen and (max-width: 1200px) {
    .container{
        padding: 0 32px !important;
    }
    header.t-header .company_logo {
        width: 15%;
    }
    header.t-header .navigation {
        width: 80%;
    }
    header.t-header .search {
        width: 5%;
    }
    .front_banner .content .text {
        width: 65%;
    }
    .front_banner .content .btn {
        width: 35%;
    }
    .front_banner .content .text h1 {
        font-size: 48px;
    }
    .front_banner .content .btn:before {
        left: unset;
        right: 73%;
    }
    .features-grid .feature-item {
        width: 294px;
        padding: 42px 20px;
    }
    .features-grid .feature-item .feature-content .item-txt {
        font-size: 26px;
    }
    .solutions-grid .solution-item {
        width: 216px;
        padding: 20px 25px;
    }
    .efficiency-grid .efficiency-item {
        width: 299px;
    }
    .testimonial .testimonial-box .heading-txt {
        width: 40%;
    }
    .testimonial .testimonial-box .testimonial-video {
        width: 60%;
    }
    .inner_banner .content .left {
        width: 65%;
    }
    .inner_banner .content .right {
        width: 35%;
    }
    .case-study-grid .case-study-item {
        width: 300px;
    }
    .other-case-study-grid .case-study-item {
        width: 300px;
    }
    .article-grid .article-item {
        width: 300px;
    }
    .related-blog .article-grid .article-item {
        width: 300px;
    }
    .whitepappers-grid .whitepapper-item {
        width: 300px;
    }
    .banner_info .box .info {
        width: 35%;
    }
    .banner_info .box .banner_info-img {
        width: 55%;
    }
    .banner_info .box .banner_info-img img{
        width: 100%;
    }
    .services-grid .service-item {
        width: 216px;
        padding: 20px 25px;
    }
    header.t-header {
        padding: 40px 32px !important;
    }

}


@media screen and (max-width: 1024px) {
    .front_banner .content .text {
        width: 100%;
    }
    .front_banner .content .btn {
        width: 100%;
        justify-content: center;
    }
    .partners .banner-img img {
        margin-top: -150px;
    }
    .front_banner .content .btn:before {
        right: 67%;
    }
    .partners-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .features .heading-txt h3.title {
        font-size: 38px;
    }
    .features .heading-txt p.sub-title {
        font-size: 20px;
        line-height: 22px;
    }
    .solutions-grid .solution-item {
        width: 47%;
        padding: 20px 25px;
    }
    .solutions .heading-txt h3.title {
        font-size: 38px;
    }
    .solutions .heading-txt h3.title {
        font-size: 30px;
        line-height: 1.3;
    }
    .solutions .heading-txt p.sub-title {
        font-size: 20px;
        line-height: 22px;
    }
    .solutions-grid{
        margin-top: 48px;
    }
    .efficiency .heading-txt h3.title {
        font-size: 30px;
        line-height: 1.3;
    }
    .efficiency .heading-txt p.sub-title {
        font-size: 20px;
        line-height: 22px;
    }
    .efficiency .efficiency-heading .heading-txt {
        width: 68%;
    }
    .efficiency .efficiency-btn {
        width: 32%;
    }
    .efficiency-grid .efficiency-item {
        width: 47%;
    }
    .testimonial .heading-txt h3.title {
        font-size: 30px;
        line-height: 1.3;
    }
    .testimonial .heading-txt p.sub-title {
        font-size: 20px;
        line-height: 22px;
    }
    .testimonial .testimonial-box .testimonial-video #vidbutton {
        font-size: 26px;
    }
    .faq .heading-txt h3.title {
        font-size: 30px;
        line-height: 1.3;
    }
    .faq .heading-txt p.sub-title {
        font-size: 20px;
        line-height: 22px;
    }
    button.accordion-button {
        font-size: 27px;
    }
    .cta {
        padding: 40px 0;
    }
    .cta .heading-txt h3.title {
        font-size: 24px;
        line-height: 1.3;
    }
    .footer-col1 {
        width: 100%;
        margin-right: 0;
    }
    .who_we_are .who_we_are-box h3.title {
        font-size: 30px;
        line-height: 1.3;
    }
    .who_we_are .who_we_are-box .sub-title {
        font-size: 20px;
        line-height: 22px;
    }
    .inner_banner .content .right .contact-cta .desc a {
        font-size: 32px;
    }
    .contact-info .contact-info-box .details .left {
        width: 80%;
    }
    .contact-info .contact-info-box .details .right {
        width: 20%;
    }
    .contact-info .contact-info-box .details .left .title {
        font-size: 30px;
        line-height: 1.3;
    }
    .contact-info .contact-info-box .details .left .subtitle,
    .contact-info .contact-info-box .details .right .subtitle {
        font-size: 20px;
        line-height: 22px;
    }
    .contact-info .contact-info-box .details .left .address {
        font-size: 28px;
    }
    .contact-form .contact-form-box .sub-title {
        font-size: 20px;
        line-height: 22px;
    }
    .contact-form .contact-form-box h3.title {
        font-size: 30px;
        line-height: 1.3;
    }
    .inner_banner .content .left h1 {
        font-size: 48px;
    }
    .single-case-study-banner {
        height: 370px;
    }
    .single-blog-banner {
        height: 570px;
    }
    .single-blog-banner .content h1, .single-blog-body .single-blog-content {
        width: 100%;
    }
    .single-blog-banner .blog-featured-img {
        margin-top: 30px;
    }
    .services-grid .service-item {
        width: 47%;
    }
    .services .heading-txt h3.title {
        font-size: 30px;
        line-height: 40px;
    }
    

}

@media screen and (max-width: 767px) {
    .front_banner .content .btn:before {
        content: unset;
    }
    .front_banner .content .text h1 {
        font-size: 38px;
        text-align: center;
    }
    .front_banner .content .btn{
        padding-top: 0;
    }
    .front_banner{
        height: 450px;
    }
    .partners .banner-img img {
        margin-top: -100px;
    }
    .partners-area{
        padding: 42px 0;
    }
    .features .features-heading {
        align-items: flex-start;
        flex-direction: column;
    }
    .features .features-btn a {
        float: none;
    }
    .features .features-heading .heading-txt {
        width: 100%;
    }
    .features .features-btn {
        width: 100%;
    }
    .features .heading-txt h3.title {
        font-size: 30px;
        line-height: 1.3;
    }
    .features .heading-txt p.sub-title {
        font-size: 18px;
        line-height: 22px;
    }
    .features-grid .feature-item {
        width: 262px;
        padding: 26px 15px;
    }
    .solutions .solutions-heading .heading-txt {
        width: 100%;
    }
    .solutions .solutions-btn {
        width: 100%;
    }
    .solutions .solutions-heading {
        align-items: flex-start;
        flex-direction: column;
    }
    .solutions .solutions-btn a {
        float: none;
    }
    .solutions-grid .solution-item {
        width: 100%;
        padding: 25px;
    }
    .efficiency .efficiency-heading .heading-txt {
        width: 100%;
    }
    .efficiency .efficiency-btn {
        width: 100%;
        justify-content: flex-start;
    }
    .efficiency .efficiency-heading {
        align-items: flex-start;
    }
    .efficiency-grid .efficiency-item {
        width: 100%;
    }
    .testimonial .testimonial-box .heading-txt {
        width: 100%;
    }
    .testimonial .testimonial-box .testimonial-video {
        width: 100%;
    }
    .faq .faq-content {
        width: 100%;
    }
    .faq .faq-box .heading-txt {
        width: 100%;
    }
    .cta .heading-txt {
        width: 100%;
    }
    .cta .cta-img {
        width: 100%;
    }
    .cta .cta-box {
        flex-direction: column-reverse;
    }
    .cta .cta-img {
        margin-top: 30px;
    }
    .inner_banner .content .left h1 {
        font-size: 38px;
        text-align: center;
    }
    .inner_banner .content .left {
        width: 100%;
    }
    .inner_banner .content .right {
        width: 100%;
        justify-content: center;
    }
    .inner_banner .content {
        padding-top: 150px;
    }
    .who_we_are .who_we_are-box {
        width: 100%;
    }
    .inner_banner .content .right .contact-cta .title {
        justify-content: center;
    }
    .contact-info .contact-info-box .details .right,
    .contact-info .contact-info-box .details .left {
        width: 100%;
    }
    .contact-info .contact-info-box .details {
        flex-wrap: wrap;
    }
    .contact-info .contact-info-box .details .left .address {
        font-size: 22px;
        width: auto;
    }
    .contact-form .contact-form-box {
        width: 100%;
    }
    .contact-form .contact-form-box form {
        width: 100%;
    }
    .case-study-grid .case-study-item {
        width: 100%;
    }
    .single-case-study-body {
        padding-top: 170px;
    }
    .inner_banner .content .left p {
        text-align: center;
    }
    .single-case-study-body .single-case-study-content {
        width: 100%;
    }
    .other-case-study-grid .case-study-item {
        width: 100%;
    }
    .article-grid .article-item {
        width: 100%;
    }
    .related-blog .article-grid .article-item {
        width: 100%;
    }
    .whitepappers-grid .whitepapper-item {
        width: 100%;
    }
    .banner_info .box {
        flex-direction: column;
    }
    .banner_info .box .info {
        width: 100%;
    }
    .banner_info .box .banner_info-img {
        width: 100%;
    }
    .banner_info .box .banner_info-img img {
        position: unset;
    }
    .product_banner{
        height: 380px;
    }
    .product_banner .content {
        padding-top: 140px;
    }
    .product_banner .content .arrow {
        display: none;
    }
    .channels .channel-box {
        flex-direction: column;
    }
    .channels .channel-box .txt {
        width: 100%;
    }
    .channels .channel-box .channel-img {
        width: 100%;
    }
    .hybrid .hybrid-box {
        flex-direction: column-reverse;
    }
    .hybrid .hybrid-box .hybrid-img {
        width: 100%;
    }
    .hybrid .hybrid-box .txt {
        width: 100%;
        padding: 0;
    }
    .hybrid .hybrid-box span.pattern, .portal-login .portal-login-box .pattern, .system-integration .system-integration-box .txt .pattern {
        display: none;
    }
    .portal-login .portal-login-box .portal-login-img {
        width: 100%;
    }
    .system-integration .system-integration-box {
        flex-direction: column;
    }
    .system-integration .system-integration-box .txt, .system-integration .system-integration-box .system-integration-img {
        width: 100%;
    }
    .system-integration .system-integration-box .txt .title br{
        display: none;
    }
    .integration .integration-box {
        flex-direction: column-reverse;
    }
    .integration .integration-box .integration-img, .integration .integration-box .txt {
        width: 100%;
        padding: 0;
    }
    .customize-warning .customize-warning-box {
        flex-direction: column;
    }
    .customize-warning .customize-warning-box .txt {
        width: 100%;
        padding: 0;
    }
    .customize-warning .customize-warning-box .customize-warning-img {
        width: 100%;
    }
    .import-tool .import-tool-box {
        flex-direction: column-reverse;
    }
    .import-tool .import-tool-box .import-tool-img {
        width: 100%;
    }
    .import-tool .import-tool-box .txt {
        width: 100%;
        padding: 0;
    }
    .services-grid .service-item {
        width: 100%;
        padding: 25px;
    }
    .services .heading-txt h3.title {
        font-size: 24px;
        line-height: 32px;
    }   
}

@media screen and (max-width: 620px) {
    .partners .banner-img img {
        margin-top: -70px;
    }
    .features-grid .feature-item {
        width: 100%;
        padding: 35px 15px;
    }
    .faq .faq-box {
        padding: 60px 36px;
    }
    button.accordion-button {
        font-size: 20px;
    }
    .footer-col2, .footer-col3, .footer-col4, .footer-col5 {
        width: 50%;
    }
    .single-case-study-body {
        padding-top: 250px;
    }
    .single-blog-body {
        padding: 420px 0 64px 0;
    }

}


/****************************************/



@media only screen and (min-width: 993px) {
    
    .menu-dropdown:hover > .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
   }
   ul#menu {
    display: flex;
    margin-bottom: 0;
}
}
@media only screen and (max-width: 992px) {
    header.t-header .company_logo {
        width: 30%;
    }
    header.t-header .navigation {
        width: 60%;
        justify-content: flex-end;
    }
    .navbar {
        position: fixed !important;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        /* overflow-y: auto; */
        visibility: hidden;
        background-color: #1E232E;
        transition: all 0.5s ease;
   }
    .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
   }
    .menu {
        width: 100%;
        height: auto;
        padding: 1rem 0;
   }
    .menu-item {
        display: block;
        margin: 0 auto;
   }
    .menu-link {
        justify-content: space-between;
        padding: 0.5rem 1.25rem;
   }
   .submenu {
    position: relative;
    top: -0.5rem;
    left: 2.5rem;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
}
.burger {
    display: block;
    opacity: 1;
    visibility: visible;
}
.overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
}
}


