@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
       url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
       url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
       url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.woff2') format('woff2'),
       url('../fonts/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

body {
  font-family: 'Roboto-Regular'!important;
  margin: 0px;
  border: none;
  outline: none;
}
ul {
  padding-left: 8px!important;
  margin-bottom: 0px!important;
}
li {
  list-style: none!important;
  font-size: 19px;
  color: #3a3a3a;
}
.navbar-nav li {
  font-size: 18px;
  color: #3a3a3a;
}
p {
  font-size: 19px!important;
  color: #3a3a3a;
}
.link-dec {
    color: #16739b;
}
.new-bg {
    background: #ecfff4;
}
h1 {
  font-family: 'Roboto-Bold';
  letter-spacing: -1.6px;
}

/*Scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, rgb(24 107 185), rgb(40 129 213));
}

::-webkit-scrollbar-track {
    background: #dedede;
}

/*common-btn*/
.common-btn {
  font-family: 'Roboto-Medium';
  background: linear-gradient(90deg, #1c8245, #146db6);
  color: #fff!important;
  font-size: 16px;
  text-align: center;
  padding: 8px 18px;
  min-width: 110px;
  margin-top: 5px;
  text-decoration: none;
  outline: none;
  display: inline-block;
  border: none;
  border-color: #236bae;
  border-radius: 22px;
  margin-right: 7px;
  cursor: pointer;
}
.common-btn:active {
  margin-top: 8px;    
}
.big-btn{
  font-size: 17px!important;
  padding: 12px 16px;
}
.btn.btn-bg{
  font-family: 'Roboto-Medium';
  background: linear-gradient(90deg, #1c8245, #146db6);;
  color: #fff!important;
  border-color: #236bae;
  border-radius: 20px;
  padding: 8px 18px;
  letter-spacing: -0.33px;
  min-width: 120px;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: 0 0 #ccc !important;
}
.btn.btn-bg:active {
    margin-top: 3px;
}

.bg-alternate {
  background: #e3f0f9;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.linking-text a {
  text-decoration: none;
  color: #186bb9;
  transition: 0.3s;
}
.linking-text a:hover {
  padding-left: 5px;
  color: #1b8044;
}
.list-before li:before {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  background: transparent;
  font-weight: bold;
  border: 2px solid transparent;
  font-size: 1.2rem;
  border-radius: 50%;
  color: #186bb9;
  margin-right: 5px;
  left: 0;
  top: 0;
}
.main-heading {
  color: #0b3558;
  font-size: 2.2rem;
  font-family: 'Roboto-Black';
  letter-spacing: -1.45px;
}
.main-heading-small {
  color: #0b3558;
  font-size: 1.6rem;
  font-family: 'Roboto-Black';
  letter-spacing: -1.2px;
}
.blue-heading {
    color: #0b3558;
    font-weight: 600;
    letter-spacing: -0.7px;
}

/*Header*/
/*all CSS move on it home page*/


/*Typing effect*/
.typing-container {
    color: #186bb9;            
    font-family: 'Roboto-Black';
    font-size: 3.2rem;
    letter-spacing: -1.45px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin-top: 26px;
}
.typing-container span {
    display: inline-block;
    overflow: hidden;
    border-right: 6px solid #186bb9;
    animation: typing 6s steps(40, end), blink 0.5s step-end infinite;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink {
    0%, 50% {
        border-color: #186bb9;
    }
    51%, 100% {
        border-color: transparent;
    }
}

::placeholder {  
    font-family: 'Roboto-Regular'!important;  
    font-size: 17px!important;
    color: #dedede;
}

/*CRM from*/
.register-demo-form h3 {
    letter-spacing: -1px;
}
.form-group.required {
    margin-bottom: 0.65rem;
}
.form-control {
  color: #5a6169 !important;
  font-family: 'Roboto-Regular';
}
.contact-form-box label {
  color: #5a6169 !important;
  font-family: 'Roboto-Regular';
  font-size: 1rem; 
}
.form-check.form-check-inline {
    margin: auto 5px;
    margin-right: 0;
}
.achieve-more {
    background: #fff; 
}

/*Counter Section*/
.counter {
    background: #186bb9;
    padding: 10px 15px;
    transition: 0.3s;
    text-align: center;
}
.counter-space {
    padding-left: 5.5rem;
}
.counter:hover {
    background: #1b8044;
}
.counter h3 {
    color: #fff;
    padding-top: 10px;
    font-weight: 800;
}
.counter h6 {
    font-size: 1.3rem;
    color: #fff;
}

/*Home page blog and stories*/
.card-dec {
    background: #ecfff4;
}
.card-dec small {
   color: #222222;
}
.card-dec .card {
    border: 2px solid #186bb9;
    border-radius: 30px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.card-dec .card:hover {
    background: #f0f8ff;
}

/*footer*/
.footer {
    color: #fff;
    padding-top: 35px;
    padding-bottom: 12px;
    position: relative;
    background: linear-gradient(135deg, #1c8245 0%, #146db6 100%);
}
.footer-menu {
    margin-bottom: 20px;
}
.footer h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Roboto-Black';
}
.footer-list ol, ul {
    padding-left: 0rem !important;
    margin-top: 2rem;
}
.footer-list li{
    margin-top: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
}
.footer-list li:before {
    display: none;
}
.footer-list li a {
    color: #dedede;
    text-decoration: none;
    transition: 0.4s;
    display: block;
    font-size: 1.1rem;
}
.footer-list li a:hover {
    text-decoration: none;
    color: #ffffff;
    padding-left: 10px;
}
.footer-list li i{
    margin-right: 5px;
}
.btm-bdr {
    padding-bottom: .7rem;
    border-bottom: 1px solid #ffffff80;
}
.social-media li{
    display: inline-block;
}
.social-media li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    background: #186bb900;
    transition: 0.3s;
    margin: 0 3px;
    padding-right: 0px !important;
}
.social-media li a:hover {
    background-color: #1c8245;
    color: #ffffff;
    border: 1px solid #ffffff80;
}
.footer-bottom {
    padding-top: 12px;
    text-align: center;
}
.footer-bottom span a {
    text-decoration: none;
    color: #fff;
}
.footer-bottom span a:hover {
    color: #439aeb;
}
.header-spacing {
    padding-top: 6.5rem;
    padding-bottom: 2rem;
}
.header-spacing .fas.fa-calendar-alt {
    color: #0b3558;
}

/*Blog Page*/

.header-spacing .common-btn {
    margin-bottom: 10px;
}
.header-spacing .text-end {
    text-align: left!important;
}
.blog-archieve{
    background: #ecfff4;
}
.blog-content-1 li{
    list-style-type: decimal;
}
.blog-archieve .card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 16px;
}
.blog-archieve .card-body {
    background: #e3f0fc80;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: none;
    border-bottom: 4px solid #0b3558;
    border-radius: 16px;
    transition: 0.3s;
}
.blog-archieve .card-body:hover {
    background: #f5fff9;  
    border-bottom: 4px solid #1b8044;
}
.blog-archieve .card-body a {
    text-decoration: none;
    color: #0b3558;
}
.blog-archieve .card-title {
    font-weight: 600;
    font-size: 21px;
    color: #0b3558;
}
.card-body i {
    color: #0b3558;
}
/*single-blog Page*/
.single-blog .card-body {
    background: #f8f9fa;
    color: #fff;
    transition: 0.3s;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding-top: 36px;
    text-align: center;
    border-radius: 0 0 16px 16px;
    border-bottom: 4px solid #0b3558;
    transition: 0.3s;
}
.single-blog .card-body:hover {
    background: #f5fff9;
    border-bottom: 4px solid #1b8044;
}
.single-blog .blog3-img {
    width: 30%;
    margin-bottom: 12px;
}
.single-blog .card-title {
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    color: #0b3558;
    letter-spacing: -1px;
}
.single-blog .card-text {
    color: #333;
    text-align: center;
    padding-top: 10px;
    line-height: 1.35;
}
.blog-content small strong {
   color: #1a5791;
}
.blog-content a {
   text-decoration: none;
}

/*Pricing Page*/
.pricing-box {
    padding: 8px;
}
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;  
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.price .grey {
    background-color: #cccccc;
    font-size: 20px;
}
.discount {
    color: #e74c3c;
    font-weight: bold;
}
.original-price {
    text-decoration: line-through;
    color: #575757;
}

/*contact-us*/
.contact-us {
    background: #ecfff4;
}
.contact-us i{
    font-size: 4.3rem;
}
.contact-us i:hover{
    transform: rotate(360deg);
    transition: 0.7s;
}
.contact-us p{
     font-size: 1.2rem;   
}
.how-it-works-box {
    cursor: pointer;
    padding: 5px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    background: #fff;
    color: #000;
    border-bottom: 3px solid #186bb9;
}
.form-control {
    border: 1px solid #186bb961 !important;
}
.how-it-works-text{
    padding: 15px;
    padding-top: 20px;
}
.how-it-works-text label {
    color: #186bb9;
    padding: 15px auto;
    font-family: 'Roboto-Bold';
}
.sc-shadow{
    box-shadow: 5px 0px 15px 0px #ccc;
}
.how-it-works-text p {
    margin-top: 7px;
    margin-bottom: 18px;
    line-height: 25px;
    font-size: 0.9rem;
    color: #000;
    transition: 0.3s;
}
.how-it-works-text i{
    color: #186bb9;
    display: block;
    font-size: 36px;
    padding-bottom: 12px;
    transition: 0.3s;
}
.how-it-works-box:hover{
    background: #186bb9;
}
.how-it-works-box:hover i{
    color: #fff;
}
.how-it-works-box:hover label {
    color: #fff;
}
.how-it-works-box:hover p{
    color: #fff;
}
.how-it-works-text span{
    font-family: 'Roboto-Bold'; 
    display: block;
}

/*Contact us CRM form*/
.contact-form-dtl .col-form-label{
    letter-spacing: 0px;
}
.contact-form-dtl h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
}
.contact-form-dtl h3 {
    color: #176bb9;
    font-size: 24px;
    letter-spacing: 0px;
}
.contact-form-dtl h5 {
    color: #1a8043;
    font-size: 20px;
    letter-spacing: 0px;
}
.contact-form-dtl label {
    color: #000;
    font-size: 16px!important;
}
.contact-form-dtl .form-control {
    font-size: 1rem;
}
#raise-a-ticket {
    padding: 32px;
    background: #ecfff4;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.contact-form-dtl .text-black {
    color: #000;
}
.contact-form-dtl .heading {
    font-size: 2.5rem;
    font-weight: 900;
}

.contact-form-dtl .form-control {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding-left: 10px;
    padding-right: 0;
    border-radius: 0;
    background: none; 
}
.contact-form-dtl .form-control:active, .form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #000  !important; 
}
.contact-form-dtl .col-form-label {
    color: #000;
    font-size: 13px; 
}
.contact-form-dtl .custom-select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 0;
    border-radius: 0; 
}
.contact-form-dtl .custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; 
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-form-dtl .contact-wrap {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background: #e3f0f9;
}
.contact-form-dtl .contact-wrap .col-form-label {
    font-size: 14px;
    color: #505050;
    margin: 10px 0 0 0;
    display: inline-block;
    padding: 0; 
    letter-spacing: 0px !important;
}
.contact-form-dtl .contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px; 
}
.contact-form-dtl .contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5); 
}
.contact-form-dtl .contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5); 
}
.contact-form-dtl .contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px; 
}
.contact-form-dtl .contact-wrap .form {
    background: #fff; 
}
.contact-form-dtl .contact-wrap .form h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.contact-form-dtl .contact-wrap .contact-info {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
}
.contact-form-dtl .contact-wrap .contact-info a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}
.contact-form-dtl .contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px; 
}
.contact-form-dtl label.error {
    font-size: 12px;
    color: red; 
    letter-spacing: 0px !important;
}
.contact-form-dtl #message {
    resize: vertical; 
}
.contact-form-dtl #form-message-warning, #form-message-success {
    display: none; 
}
.contact-form-dtl #form-message-warning {
    color: #B90B0B; 
}
.contact-form-dtl #form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal !important ;
}
.contact-form-dtl .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000; 
}
.contact-form-dtl .industry {
    display: none;
    margin-top: 10px;
}
@media (max-width: 1199.98px) {
    .contact-form-dtl .contact-wrap .contact-info {
    height: 400px !important; 
    } 
}

/*Career & Raise a tickets*/
.text-area {
    height: 210px!important;
}

/*Our Company & People*/
.person {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    background: #dedede;
    transition: 0.3s;
}
.person:hover {
    background: #c1c1c1;
}
.person h3 {
    color: #186bb9;
}
.person img {
    max-width: 132px;
    margin-right: 16px;
}

/*Customer Feedback*/
.customer-feedback {
    background: #e3f0f9;
    padding-top: 90px;
    padding-bottom: 40px;
}
#carouselExampleCaptions22 .carousel-inner{  
    position: relative;
    padding: 60px 0;
}
#carouselExampleCaptions22 .carousel-caption{
    right: auto;
    left: auto;
    bottom: auto;
    text-align: center;
    color: #000;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 65px;
    height: 16rem;
    padding-bottom: 20px;
    position: relative;
    border-radius: 20px;
}
#carouselExampleCaptions22 .carousel-item img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    z-index: 1;
}
#carouselExampleCaptions22 .carousel-caption h3 {  
    color: #186bb9;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}
#carouselExampleCaptions22 .carousel-caption h5{
    color: #575757;
    font-size: 16px;
    font-weight: 600;
}
.carousel-control-next, .carousel-control-prev {
    width: 4%;
}
#carouselExampleCaptions22 .carousel-control-prev-icon {
    position: absolute;
    color: #337def;
    background: #000;
    width: 25px;
    height: 25px;
}
#carouselExampleCaptions22 .carousel-control-next-icon {
    position: absolute;
    color: #337def;
    background: #000;
    width: 25px;
    height: 25px;
}
#carouselExampleCaptions22 .carousel-control-next, #carouselExampleCaptions22 .carousel-control-prev {
    width: 7%;
}

/*white-paper*/
.white-paper {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.white-paper-item {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
    background-color: #f9f9f9;
}


/*Case Study*/
.card .st-in-create-quotation {
    color: #000000;
    background: #eaf5fe;
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.3s;
}
.card .st-in-create-quotation:hover {
    background: #d1f5df;
}
.sub-heading {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 1.55rem
}
.case-study-text-box .card-title {
    font-weight: 600;
}
.thank-you {
    padding: 7rem 1rem;
}
.blog-points .card, .single-blog .card {
    background-color: #ffffff00!important;
    border: none!important;
}
.blog-points h3 {
    font-weight: 600;
    font-size: 21px;
    letter-spacing: -0.75px;
}
.blog-bg-1{
    background: #f8f9fa;
    padding: 40px 0;
}
.blog-bg-2{
    background: #ecfff4;
    padding: 40px 0;
}
.blog-calc {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.message-tq {
    margin: 48px auto!important;
    text-align: center;
}


/*Blog Crousel Section*/

.card-dec-slider .card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0 0 16px 16px;
    background-color: transparent;
}

.card-dec-slider .card-body {
    background: #e3f0fc80;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)!important;
    border: none;
    border-bottom: 4px solid #0b3558;
    border-radius: 0 0 16px 16px;
    transition: 0.3s;
}
.card-dec-slider .card-body a {
    text-decoration: none;
}
.card-dec-slider .card-body:hover {
    background: #f5fff9;  
    border-bottom: 4px solid #1b8044;
}
.card-dec-slider .card-title {
    font-weight: 600;
    font-size: 21px;
    color: #0b3558;
}
.blog-slider .slick-slide {
  padding: 0 10px;
}

.slick-track {
  display: flex !important;
}
/*Blog Crousel Section*/


/*Single Case Study*/

.quote-text {
    padding: 32px 36px;
    background: #ecfff4;
    font-size: 18px;
    line-height: 30.5px;
    font-weight: 500;
    color: #444444;
}
.quote-text strong {
    font-size: 24px;
}
.quote-mix .col-md-8 {
    padding-right: 0;
}
.quote-mix .col-md-4 {
    padding-left: 0;
}
.quote-mix img {
    width: 75%;
}
.quote-text h4 {
    font-size: 24px;
    font-weight: 600;
    color: #0b3558;
}      
.quote-text h5 {
    font-size: 18px;
    font-weight: 600;
}
.card-body.time-saving-result {
    background: url(../images/time-save-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 12px;
    color: #fff;
    border: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-body.time-saving-result h5 {
    font-size: 21px;
    font-weight: 500;
}
.card-body.efficiency-increased-result {
    background: url(../images/efficiency-increased-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 12px;
    color: #fff;
    border: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-body.efficiency-increased-result h5 {
    font-size: 21px;
    font-weight: 500;
}
.card-body.case-study-result {
    background: url(../images/money-save-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 5px;
    color: #fff;
    border: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;        
}
.final-result-cs {
    background: linear-gradient(272.73deg, #095e2b 0.34%, #1b8044 96.02%);
    color: #fff;
    padding: 30px 5px;
}
.card-body.final-result-cs h5 {
    font-size: 21px;
    font-weight: 500;        
}
.case-study-text-box {
    margin-bottom: 22px;
}

.single-case-study form h3 {
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    font-weight: 600;
}
.single-case-study .open-button {
    font-family: 'Roboto-Medium';
    background: linear-gradient(90deg, #1c8245, #146db6);
    color: #fff!important;
    font-size: 16px;
    text-align: center;
    padding: 8px 18px;
    text-decoration: none;
    outline: none;
    display: inline-block;
    border: none;
    border-color: #236bae;
    border-radius: 22px;
    width: 230px;
    transition: 0.3s;
    cursor: pointer;
}
.single-case-study .form-popup {
    margin: 5px;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 9999;
}

.single-case-study .form-container {
    max-width: 400px;
    padding: 16px 16px 2px 16px!important;
    background: #ecfff4;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}
.single-case-study .form-container input[type=text], .single-case-study .form-container input[type=password] {
    width: 100%;
    padding: 5px 12px;
    margin: 0 auto 12px auto;
    border: none;
    background: #f1f1f1;
}
.single-case-study .form-container input[type=text]:focus, .single-case-study .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}
.single-case-study .form-container .btn {
    font-family: 'Roboto-Medium';
    background: linear-gradient(90deg, #1c8245, #146db6);
    color: #ffffff!important;
    font-size: 16px;
    text-align: center;
    padding: 8px 18px;
    text-decoration: none;
    outline: none;
    display: inline-block;
    border: none;
    border-color: #236bae;
    border-radius: 22px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    transition: 0.3s;
}
.single-case-study .form-container .btn.cancel {
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(90deg, #146db6, #1c8245) border-box;
    color: #146db6 !important;
    transition: 0.3s;
}
.single-case-study .form-container .btn.cancel:hover {
    color: #ffffff!important;
    background: linear-gradient(90deg, #1c8245, #146db6);
}
.single-case-study .open-button:active {
    margin-top: 3px;
}
@media only screen and (max-width: 767px) {
    .quote-mix .col-md-8 {
      padding-right: 10px;
    }
    .quote-mix .col-md-4 {
      padding-left: 10px;
    }
    .quote-mix img {
      width: 100%;
    }
    .case-study-text-box {
      margin-bottom: 0!important;
    }
    .quote-text h5 {
      font-size: 19px;
    }
    .quote-text {
      padding: 18px 15px;
      font-size: 19px;
    }
    .single-case-study .form-popup {
      bottom: 0px;
    }
    .single-case-study .form-container h3 {
      font-size: 18px;
      font-weight: 600;
    }
    .single-case-study .form-container input[type=text], .single-case-study .form-container input[type=password] {
      margin: 3px auto 5px auto;
    }
}


/*Start Media Query*/
/*Small Desktop or Laptops*/
@media only screen and (max-width: 1400px) and (min-width: 1025px) {    
}

/*For Tablet and iPad Screens*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-dec-slider .card-body {
        height: 450px;
    }
    .i-pad-class .col-md-2 {
        display: none;
    }
    .i-pad-class .col-md-4, .i-pad-class .col-md-3 {
        width: 50%;
    }
    .header-spacing {
        padding-top: 7rem;
    }
    .header-spacing.blog-archieve .col-md-4 {
        width: 100%;
    }
}

/*For Mobile Screens*/
@media only screen and (max-width: 767px) {
    .card-dec-slider .card-body {
        height: 380px!important;
    }
    .blog-points img {
        margin-bottom: 10px;
    }
    .column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    header .container-fluid {
        padding-right: 1px;
    }
    .top-section .col-md-7.text-center {
        padding-right: 0;
    }
    .typing-container {
        font-size: 1.82rem;
        letter-spacing: -1.45px;
        font-weight: 700;
        margin-top: 0;
    }
    .typing-container span {
        border-right: 4px solid #186bb9;
    }
    .message-tq {
        margin: 16px auto!important;
        text-align: center;
    }
    .header-spacing {
        padding-top: 6.5rem;
        padding-bottom: 2rem;
    }
    .contact-form-dtl form {
        padding: 1.2rem !important;
    }
    .contact-form-dtl h1 {
        font-size: 25px;
    }
    .contact-form-dtl h3 {
        font-size: 21px;
    }
    .contact-form-dtl h5 {
        font-size: 18px;
    }
    .contact-form-dtl label {
    font-size: 16px !important;
    }
    .contact-form-dtl .form-control {
        font-size: 1.05rem;
    }
    .customer-feedback {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .thank-you {
        padding: 4rem 1rem;
    }
    #carouselExampleCaptions22 .carousel-caption {
        padding-left: 24px;
        padding-right: 24px;
        height: 28rem;
    }
    #carouselExampleCaptions22 .carousel-inner {
        padding: 60px 0;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 9%;
    }
    .pre-header-2 {
        width: max-content;
    }
    .pre-header {
        top: 40px;
        right: 70px;
        width: max-content;
    }
    .our-img{
        text-align: center;
    }
    .person {
        display: block!important;
    }
    .slick-next {
    right: 20px;
    }
    .slick-prev {
        left: 20px;
    }
    .main-heading {
        font-size: 1.8rem;
        letter-spacing: -1.4px;
    }
    .call-back .common-btn {
        padding: 7px 15px;
    }
    .blog-content ol, .blog-content ul {
        padding-left: 1rem!important;
    }
    .counter-space {
        padding-left: 8.5rem;
    }
    .navbar-dark .navbar-toggler-icon {
        background: url('../images/menu-bar.png')!important;
    }
    .navbar-collapse {
        padding-left: 10px;
        padding-right: 10px;
        background: #e4e4e4;
        border: 2px solid #979797;
    }
    header {
      position: relative;
    }
}