body {
    margin: 0;
    padding: 0 !important;
}
p {
    font-family: "Lato";
}
a {
    font-family: "Lato";
}
a:focus-visible:focus-within {
    border: 1px solid !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato";
}
span {
    font-family: "Lato";
}
div {
    font-family: "Lato";
}

button:focus-visible:focus-within {
    border: 1px solid !important;
    background-color: #c80808;
    color: #fff;
    outline: none;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 2.5rem !important;
}

.m-10 {
    margin: 6rem !important;
}

.m-15 {
    margin: 9rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
}

.mx-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mx-15 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-15 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}

.mt-10 {
    margin-top: 6rem !important;
}

.mt-15 {
    margin-top: 9rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 2.5rem !important;
}

.me-10 {
    margin-right: 6rem !important;
}

.me-15 {
    margin-right: 9rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 2.5rem !important;
}

.mb-10 {
    margin-bottom: 6rem !important;
}

.mb-15 {
    margin-bottom: 9rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 2.5rem !important;
}

.ms-10 {
    margin-left: 6rem !important;
}

.ms-15 {
    margin-left: 9rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -2.5rem !important;
}

.m-n10 {
    margin: -6rem !important;
}

.m-n15 {
    margin: -9rem !important;
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
}

.mx-n10 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
}

.mx-n15 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}

.my-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}

.my-n15 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -2.5rem !important;
}

.mt-n10 {
    margin-top: -6rem !important;
}

.mt-n15 {
    margin-top: -9rem !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.me-n5 {
    margin-right: -2.5rem !important;
}

.me-n10 {
    margin-right: -6rem !important;
}

.me-n15 {
    margin-right: -9rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -2.5rem !important;
}

.mb-n10 {
    margin-bottom: -6rem !important;
}

.mb-n15 {
    margin-bottom: -9rem !important;
}

.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.ms-n5 {
    margin-left: -2.5rem !important;
}

.ms-n10 {
    margin-left: -6rem !important;
}

.ms-n15 {
    margin-left: -9rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 2.5rem !important;
}

.p-10 {
    padding: 6rem !important;
}

.p-15 {
    padding: 9rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.px-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.px-15 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-15 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 2.5rem !important;
}

.pt-10 {
    padding-top: 6rem !important;
}

.pt-15 {
    padding-top: 9rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 2.5rem !important;
}

.pe-10 {
    padding-right: 6rem !important;
}

.pe-15 {
    padding-right: 9rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 2.5rem !important;
}

.pb-10 {
    padding-bottom: 6rem !important;
}

.pb-15 {
    padding-bottom: 9rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 2.5rem !important;
}

.ps-10 {
    padding-left: 6rem !important;
}

.ps-15 {
    padding-left: 9rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-2 {
    font-size: calc(1.265rem + 0.18vw) !important;
}

.fs-3 {
    font-size: calc(1.255rem + 0.06vw) !important;
}

.fs-4 {
    font-size: 1.2rem !important;
}

.fs-5 {
    font-size: 1.1rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
}

.fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
}
.scalein {
    opacity: 0;
    transform: scale(0.8); /* Start smaller */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out !important;
}

.scalein.visible {
    opacity: 1;
    transform: scale(1);
}

.casestudies-all .button.culture {
    color: #c80808;
}

.casestudies-all .button.culture:hover {
    background: transparent;
    box-shadow: none;
}

.casestudies-all .btn {
    text-decoration: none;
    user-select: none;
    color: #c80808;
    display: flex;
    align-items: center;
    justify-content: end;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 13px;
}
.casestudies-all .btn:focus {
    box-shadow: none;
}
.casestudies-all .btn .arrow {
    margin-left: 1rem;
    height: 0.1rem;
    width: 2.5rem;

    position: relative;
    background: #c80808;

    transition: width 0.2s ease;
}

.casestudies-all .btn .arrow::before,
.casestudies-all .btn .arrow::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;

    background: #c80808;

    height: 0.1rem;
    width: 0.6rem;
}

.casestudies-all .btn .arrow::before {
    transform: rotate(45deg);
    transform-origin: right bottom;
}

.casestudies-all .btn .arrow::after {
    transform: rotate(-45deg);
    transform-origin: right top;
}
/* 
.casestudies-all .btn:hover .arrow {
 left: 10px;
} 
.casestudies-all .btn .arrow {
 transition: 0.2s ease;
}  */

.ux-headerlist .readmore-btnnnn.viewallsolutions {
    margin-left: 51px !important;
    width: 220px !important;
    padding: 10px 20px 10px 20px !important;
    height: auto;
    color: #c80808 !important;
    font-weight: 600;
    font-size: 15px !important;
    font-family: "Montserrat" !important;
    line-height: normal !important;
    border: 1px solid #c80808 !important;
    border-radius: 0px;
    background: #fff !important;
}
.ux-headerlist .readmore-btnnnn.viewallsolutions:hover {
    background: #c80808 !important;
    color: #fff !important;
}
.ux-headerlist .readmore-btnnnn.viewallsolutions:hover::after {
    color: #fff;
}

.ux-headerlist .readmore-btnnnn.viewallsolutions::after {
    color: #c80808;
    font-family: "FontAwesome";
    text-decoration: none;
    content: "\f107";
    position: absolute;
    margin-left: 5px;
    position: absolute;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    font-size: 22px;
    font-weight: 400;
    left: 182px !important;
    top: 7px;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > .ux-headerlist:hover > .readmore-btnnnn.viewallsolutions::after {
    visibility: visible !important;
    transition: all 0.4s ease-in-out !important;
    left: 185px !important;
}

.demo-button.jobapply-button {
    width: 225px;
}
.demo-button {
    background-color: #ffffff26;
    color: #c80808;
    border: 1px solid #c80808;
    text-decoration: none;
    display: inline-block;
    transition: 0.25s;
    float: none;
    right: 0;
    left: 0;
    width: 175px;
    height: auto;
    font-size: 13px;
    padding: 13px 10px !important;
    border-radius: 0px !important;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
    text-align: center;
    margin: auto;
    font-weight: 900;
}
.demo-button:hover {
    background-color: #c80808 !important;
    box-shadow: none;
    color: #fff !important;
    border-color: #c80808 !important;
}
.readmore-btnnn {
    background: transparent;
    border: 1px solid #c80808;
    color: #c80808;
    border-radius: 0px;
    padding: 10px 10px;
    text-transform: capitalize;
    font-size: 12px;
    margin: 12px 0;
    font-weight: 600;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
    width: 110px;
    text-align: center;
}
.readmore-btnnn:hover {
    background: #c80808;
    outline: 0;
    color: #eee;
}
.readmore-btnnnn {
    background: transparent;
    border: 1px solid #c80808;
    color: #c80808;
    border-radius: 0px;
    padding: 10px 10px;
    text-transform: capitalize;
    font-size: 12px;
    font-family: "Montserrat";
    margin: 15px auto !important;
    display: block;
    letter-spacing: 0.5px;
    width: 110px;
    font-weight: 600;
    text-align: center;
    transition: 0.25s;
}
.readmore-btnnnn:hover {
    background: #c80808;
    outline: 0;
    color: #eee;
    border-radius: 0px;
}
.readmore-btnn {
    background: transparent;
    border: 1px solid #c80808;
    color: #c80808;
    border-radius: 0px;
    padding: 5px 15px;
    text-transform: capitalize;
    font-size: 12px;
    display: flex;
    width: 80px;
    margin: 20px 0 25px 0;
    font-weight: 900;
}
.readmore-btnn:hover {
    background: #c80808;
    outline: 0;
    color: #eee;
}
.readmore-solution {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    border-radius: 0px;
    padding: 5px 15px;
    text-transform: capitalize;
    font-size: 12px;
    margin: 15px auto !important;
    display: block;
    width: 100px;
    font-weight: 900;
    text-align: center;
}
.readmore-solution:hover {
    background: #c80808;
    outline: 0;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #c80808;
}
.newsreadmore-btnn {
    background: transparent;
    border: 1px solid #c80808;
    color: #c80808;
    border-radius: 0px;
    padding: 3px 10px;
    text-transform: capitalize;
    font-size: 12px;
    margin: 5px auto;
    font-weight: 900;
    width: auto !important;
    float: left;
    position: relative;
    letter-spacing: 1px;
    line-height: 24px;
}
.casestudy-btnn {
    background: transparent;
    border: none;
    color: #c80808;
    border-radius: 0px;
    padding: 0;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0;
    font-weight: 900;
    width: auto !important;
    float: left;
    position: relative;
    letter-spacing: 1px;
    line-height: 24px;
}
.casestudy-btnn:hover {
    background: transparent;
    outline: 0;
    color: #c80808;
    text-decoration: underline !important;
}
.newsreadmore-btnn:hover {
    background: #c80808;
    outline: 0;
    color: #eee;
}
/*About Us  */

.history-image img {
    width: 100%;
    height: 660px;
}

/*  Pre Loader */
.loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: none;
    transition: none !important;
}
/* .loader.hidden {
  animation: fadeIn 1s ease-in-out;
    width: 100px;
  height: 100px;
  background-color: transparent;
  animation-name: slide-in;
  animation-duration: 2s;
  animation-fill-mode: forwards;
} */
/* @keyframes slide-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
 @keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */
.myline {
    margin: 0 auto;
    width: 8%;
    height: 2px;
    background-color: #c80808;
    animation: myline 1.5s ease-in-out infinite alternate;
    position: relative;
    left: -3%;
}
.loader img {
    width: 100px !important;
    height: auto;
    position: relative;
    top: -4%;
    left: 47%;
    transform: scaleX(1) !important;
}
@keyframes myline {
    0% {
        transform: scaleX(0.1);
        -webkit-transform: scaleX(0.1);
    }
    50% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
    }
    75% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
    }
    100% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
    }
}
/*Pre Loader  */
#history-section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.history-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    width: 75%;
}

.history-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: auto;
    height: auto;
    margin-left: 540px;
    margin-top: auto;
    z-index: 2;
    padding: 40px 130px 40px 50px;
    background: white;
    margin-bottom: auto;
}
.col-md-4.col-lg-3.col-sm-4.quality-section a {
    background-color: transparent;
    color: #c80808;
    width: auto;
    text-align: left;
    padding: 0px 0px 15px 0px;
    font-size: 15px;
    box-shadow: none;
}

.history-info h3 {
    font-weight: 600;
    font-size: 17px;
    color: #333;
    padding-bottom: 5px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

@media screen and (max-width: 1353px) {
    .history-info {
        margin-left: 400px;
    }
}

@media screen and (max-width: 1238px) {
    .history-info {
        margin-left: 340px;
        width: 100%;
    }
}

@media screen and (max-width: 1111px) {
    .history-info {
        margin-left: 270px;
    }
}

@media screen and (max-width: 910px) {
    .history-info {
        margin-left: 150px;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
    .history-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-evenly;
        width: auto;
        height: auto;
        margin-top: 0;
        z-index: 2;
        padding: 50px 100px 50px 50px;
        background: white;
    }
    .history-info {
        width: 100%;
        margin-left: 260px;
        position: relative;
        top: 45px;
    }
    .history-image {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        width: auto;
    }
    .history-image img {
        width: 100%;
        height: 500px;
        max-width: 100%;
    }
    .col-md-7.col-xs-12.domain-focus {
        margin: auto;
    }
    .col-md-5.coe-image img {
        width: 75%;
        margin: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .history-info {
        margin: -300px 0px 0px 155px !important;
        padding: 30px 40px 0px 40px !important;
        width: auto;
        height: auto;
        align-items: flex-start;
        background: #fff;
        z-index: 2;
        position: relative;
    }
    .history-info h2 {
        text-align: left;
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .history-info h1 {
        text-align: left;
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .about-section {
        height: auto;
        margin-top: auto;
    }
    .history-info p {
        font-size: 15px !important;
    }
    .history-image {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
    }
    .history-image img {
        width: 100%;
        height: auto;
    }
    #history-section {
        width: 100%;
        height: 100%;
        display: block;
    }
    .count-title {
        font-size: 30px !important;
    }
    .count-text {
        font-size: 13px !important;
    }
    .history-info h3 {
        font-size: 21px !important;
    }

    .col-md-5.coe-image img {
        width: auto;
        float: right;
        margin: auto;
        left: 0;
    }
    .col-md-7.col-xs-12.domain-focus {
        margin: auto;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .history-info {
        margin-left: -70px;
        position: relative;
        top: 100px;
        width: 100%;
        margin-top: 0;
        padding: 30px 10px 50px 70px;
    }
    .history-image img {
        position: relative;
        width: auto;
        height: auto;
        right: 0;
    }
    .history-image {
        width: 100%;
    }
    .col-sm-6.col-md-3.col-lg-3.counter-section {
        margin: 0 auto;
        padding: 0;
        max-width: 40% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 35px;
    }
    .counter {
        padding: 0 !important;
        margin: 0 !important;
        height: 70px !important;
    }
    .counter::after {
        background: none !important;
    }
    .history-info h3 {
        font-size: 19px !important;
    }
    .history-info h2 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .history-info h1 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .about-section {
        height: auto;
        margin-top: auto;
    }
    .history-info p {
        font-size: 15px !important;
    }
    .col-md-4.col-lg-3.col-sm-4.quality-section {
        margin: 0 auto;
        padding: 0;
        max-width: 45% !important;
        display: inline-flex;
        flex-flow: column;
    }

    #dashboard {
        padding-bottom: 0px !important;
    }
    .count-text {
        font-size: 12px !important;
    }
    .count-title {
        font-size: 28px !important;
    }
    .col-md-7.col-xs-12.domain-focus {
        margin-top: 0px;
        width: 100%;
        height: auto;
    }
    .col-md-5.coe-image {
        margin: auto;
        max-width: 100% !important;
        display: inline-flex;
        flex-flow: column;
        height: auto;
        width: auto;
        padding-top: 20px;
    }
    .col-md-5.coe-image img {
        width: 75%;
        float: none;
        margin: auto;
        left: 0;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .history-info {
        margin-left: -70px;
        position: relative;
        top: 100px;
        width: 100%;
        margin-top: 0;
        padding: 30px 50px 50px 70px;
    }
    .history-image img {
        position: relative;
        width: auto;
        height: auto;
        right: 0;
    }

    .history-image {
        width: 100%;
    }
    .col-sm-6.col-md-3.col-lg-3.counter-section {
        margin: 0 auto;
        padding: 0;
        max-width: 22% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 20px;
    }
    .counter::after {
        background: none !important;
    }
    .counter {
        padding: 0 !important;
        margin: 0 !important;
        height: 70px !important;
    }

    .col-md-4.col-lg-3.col-sm-4.quality-section {
        margin: 0 auto;
        padding: 0;
        max-width: 22% !important;
        display: inline-flex;
        flex-flow: column;
    }
    .history-info h3 {
        font-size: 16px !important;
    }
    .history-info h2 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .history-info h1 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .about-section {
        margin-top: auto;
        height: auto;
    }
    .history-info p {
        font-size: 15px !important;
    }
    #dashboard {
        padding-bottom: 0px !important;
    }
    .count-text {
        font-size: 12px !important;
    }
    .count-title {
        font-size: 28px !important;
    }
    .col-md-7.col-xs-12.domain-focus {
        margin-top: 0px;
        width: 100%;
        height: auto;
    }
    .col-md-5.coe-image {
        margin: auto;
        max-width: 100% !important;
        display: inline-flex;
        flex-flow: column;
        height: auto;
        width: auto;
        padding-top: 20px;
    }
    .col-md-5.coe-image img {
        width: 75%;
        float: none;
        margin: auto;
        left: 0;
    }
}
.col-md-4.col-lg-3.col-sm-4.quality-section {
    padding: 0;
    margin: 0;
}

.history-info h2 {
    color: #c80808;
    font-size: 24px;
    display: inline-block;
    position: relative;
    text-transform: none;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0px 18px 20px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 35px;
}

.history-info h1 {
    color: #c80808;
    font-size: 24px;
    display: inline-block;
    position: relative;
    text-transform: none;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0px 18px 20px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
    word-spacing: normal;
    letter-spacing: normal;
    line-height: 35px;
}

.history-info p {
    word-spacing: normal;
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #333;
}

.about-thumb {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px;
    margin: 0 auto;
    color: #c80808;
}
.about-thumb h2 {
    font-size: 24px;
    font-weight: 600;
}
.thumb p {
    text-align: justify;
}
.banner {
    width: 100%;
    padding-top: 5px;
}
.butn:link,
.butn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    background-image: transparent;
    padding: 5px 10px;
    width: 140px;
    height: 35px;
    margin-right: 0px;
    border-radius: initial;
    border: 1px solid #c80808;
    color: #c80808;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.butn:hover,
.butn:active {
    color: #c80808;
    box-shadow: none;
    border: 1px solid #dddddd;
}

.butn span {
    z-index: 20;
}

/*  About Us */

/* entire container, keeps perspective */

#flip {
    padding-top: 50px;
    padding-bottom: 80px;
}

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.col-md-6.col-lg-4.col-sm-12.domain {
    margin-bottom: 20px;
    padding: 10px 20px;
}
.col-md-12.col-lg-12.col-sm-12.coe-home {
    max-width: 80%;
    margin: auto;
}
.flip-container,
.front,
.back {
    width: 100%;
    height: 375px;
}

.front,
.back {
    background: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    text-align: center;
}

.back {
    background: #333;
    color: #fff;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

span .h3,
.back h3 {
    text-transform: uppercase;
}

.front h3 {
    font-weight: normal;
    margin-top: 0;
}

.front h3:after {
    content: "";
    height: 2px;
    width: 40px;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    margin: 10px auto;
}

.block-content {
    padding: 15px 20px 20px 20px;
    margin: auto 0;
    height: 154px !important;
    width: 100%;
    text-align: center;
    display: flex !important;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.front h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    margin: auto;
    width: 100%;
}

.tag {
    color: #000;
    background: #f2f2f2;
    display: inline-block;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 15px;
}

.back p {
    margin: 20px 0;
    line-height: 20px;
}

.back .button {
    background: #6a6a6a;
    border: solid 2px #6a6a6a;
    color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0 10px;
    transition: all 200ms ease-in-out;
    position: relative;
    height: auto;
    bottom: 0;
    width: 100%;
    right: 0;
    margin: 10px 0 0 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.back .button:hover,
.back .button:focus {
    background: #c80808;
    border: 2px solid #c80808;
    color: white;
}

/* flip speed goes here */
.flipper {
    transition: 0.4s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front,
.back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;

    position: absolute;
    top: 0;
    left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
    transform: rotateY(0deg);
}
.flip-container:hover .front {
    transform: rotateY(180deg);
}

a {
    color: black;
}
.menu {
    width: 100%;
    margin: auto 0;
    height: 72px;
}
.menu-container {
    margin: auto 0;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 0 50px 20px 50px;
    height: 73px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}

.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 20%;
    float: left;
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}
.menu > ul {
    margin: auto 0;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    clear: right;
    right: 60px;
    height: 100%;
}
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
    float: right;
    background: #fff;
    padding: 0;
    margin: 0;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 20px 20px 20px 0;
    display: block;
}
.menu > ul > li:hover {
    background: transparent;
}

.menu > ul > li > ul {
    width: 280px;
    right: 364px;
    padding: 10px 20px;
    top: 48px;
    position: absolute;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
    opacity: 1 !important;
    display: block;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 100%;
    background: none;
    float: left;
}
.menu > ul > li > ul > li a {
    color: #777;
    padding: 0.2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 0.8em;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
    font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
    width: 280px;
    right: 364px;
    padding: 10px 20px;
    top: 48px;
    position: absolute;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
    opacity: 1 !important;
    display: none;
    margin: 0;
}
.menu > ul > li > ul.about-dropdown > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a:focus {
    background: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #2b2b2b !important;
    text-decoration: none;
    outline: 0;
    background-color: transparent !important;
}

.dropdown-menu.about-dropdown.normal-sub {
    width: 250px;
    right: 156px;
    padding: 10px 20px;
    top: 48px;
    position: absolute;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
    opacity: 1 !important;
    display: none;
    margin: 0;
}
.dropdown-menu.career.about-dropdown.normal-sub {
    right: 53px;
}
.menu > ul > li > ul.normal-sub > li a {
    border: none;
    padding: 0px 0;
    width: auto;
    border-bottom: none;
    margin: 0 15px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.ruby-menu-mega-blog::after {
    font-family: "FontAwesome";
    text-decoration: none;
    content: "\f107";
    position: absolute;
    margin-left: 5px;
    position: absolute;
    top: 26px;
    right: 493px;
    transition: all 0.3s ease;
}
.ruby-menu-mega-blog:hover::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    /*     padding-bottom: 1px; */
    color: #c80808;
}
.ruby-menu-mega-blog.ruby-menu-mega-blogg::after {
    font-family: "FontAwesome";
    text-decoration: none;
    content: "\f107";
    position: absolute;
    margin-left: 5px;
    position: absolute;
    top: 26px;
    right: 613px;
    transition: all 0.3s ease;
}

.ruby-menu-mega-blog.ruby-menu-mega-blogg:hover::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    /*     padding-bottom: 1px; */
}
.ruby-menu-mega-blog.ruby-menu-mega-bloggg::after {
    font-family: "FontAwesome";
    text-decoration: none;
    content: "\f107";
    position: absolute;
    margin-left: 5px;
    position: absolute;
    top: 26px;
    right: 380px;
    transition: all 0.3s ease;
}
.dropdown-solutions.about-drop {
    width: 250px !important;
    height: auto !important;
    padding: 10px 20px;
    border: 1px solid #ddd;
    top: 72px !important;
    right: 195px;
    transform: translateY(0px);
    z-index: 99999;
    left: auto !important;
}
.dropdown-solutions.about-drop li a {
    display: block;
    line-height: 40px !important;
    padding: 0 !important;
    background: #fff;
    color: #000;
    text-decoration: none;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-bottom: none;
    margin-left: 0 !important;
    font-family: "Lato";
}
.dropdown-solutions.about-drop li a:hover {
    background: transparent !important;
    color: #c80808 !important;
}
.dropdown-solutions.career-drop li a:hover {
    background: transparent !important;
    color: #c80808 !important;
}
.dropdown-solutions.project-drop li a:hover {
    background: transparent !important;
    color: #c80808 !important;
}
.dropdown-solutions.service-drop li a:hover {
    background: transparent !important;
    color: #c80808 !important;
}
.dropdown-solutions.career-drop {
    width: 250px !important;
    height: auto !important;
    padding: 10px 20px;
    border: 1px solid #ddd;
    top: 72px !important;
    right: 50px;
    transform: translateY(0px);
    z-index: 99999;
    left: auto !important;
}

.dropdown-solutions.project-drop {
    width: 250px !important;
    height: auto !important;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    top: 72px !important;
    right: -50px;
    transform: translateY(0px);
    z-index: 99999;
    left: auto !important;
}

.dropdown-solutions.project-drop li a {
    display: block;
    line-height: 40px !important;
    padding: 0 !important;
    background: #fff;
    color: #000;
    text-decoration: none;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-bottom: none;
    margin-left: 0 !important;
    font-family: "Lato";
}

.dropdown-solutions.career-drop li a {
    display: block;
    line-height: 40px !important;
    padding: 0 !important;
    background: #fff;
    color: #000;
    text-decoration: none;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-bottom: none;
    margin-left: 0 !important;
    font-family: "Lato";
}
.dropdown-solutions.service-drop {
    width: 250px !important;
    height: auto !important;
    padding: 10px 20px;
    border: 1px solid #ddd;
    top: 72px !important;
    right: 500px;
    transform: translateY(0px);
    z-index: 99999;
    left: auto !important;
}
.dropdown-solutions.service-drop li a {
    display: block;
    line-height: 40px !important;
    padding: 0 !important;
    background: #fff;
    color: #000;
    text-decoration: none;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-bottom: none;
    margin-left: 0 !important;
    font-family: "Lato";
}

.ruby-menu-mega-blog.ruby-menu-mega-bloggggg:hover::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    /*   padding-bottom: 1px; */
}
.ruby-menu-mega-blog.ruby-menu-mega-bloggggg::after {
    font-family: "FontAwesome";
    text-decoration: none;
    content: "\f107";
    position: absolute;
    margin-left: 5px;
    position: absolute;
    top: 26px;
    right: 28px;
    transition: all 0.3s ease;
}

.ruby-menu-mega-blog.ruby-menu-mega-bloggg:hover::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    /*     padding-bottom: 1px; */
}

.ruby-menu-mega-blog.ruby-menu-mega-blogggg::after {
    font-family: "FontAwesome";
    text-decoration: none;
    content: "\f107";
    position: absolute;
    margin-left: 5px;
    position: absolute;
    top: 26px;
    right: 135px;
    transition: all 0.3s ease;
}

.ruby-menu-mega-blog.ruby-menu-mega-bloggk:hover::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    /*   padding-bottom: 1px; */
}
.ruby-menu-mega-blog.ruby-menu-mega-bloggk::after {
    font-family: "FontAwesome";
    text-decoration: none;
    content: "\f107";
    position: absolute;
    margin-left: 5px;
    position: absolute;
    top: 26px;
    right: 234px;
    transition: all 0.3s ease;
}

.ruby-menu-mega-blog.ruby-menu-mega-blogggg:hover::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    /*     padding-bottom: 1px; */
}

.menu > ul > li > ul.normal-sub > li a:hover {
    color: #c80808;
    font-size: 14px;
    background: transparent;
}
.navbar-brand {
    float: left;
    height: 100% !important;
    padding: 0 !important;
    margin: auto 0 !important;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 1;
}
/* ??????????????????????????????????????????????????
  Mobile style's
  ?????????????????????????????????????????????????? */
@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-container .menu {
        display: inline-block;
    }
    .menu-mobile {
        display: block;
        float: right;
        padding: 20px 20px 0;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
        width: 100%;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
        padding: 0 40px;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

.dropdown-solutions {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0s 0.1s;
    height: 560px !important;
    z-index: 1111111;
    width: 120% !important;
    /*     margin-left: -50px; */
    /*     margin-right: -50px; */
    border-top: 1px solid #f4f4f4 !important;
}

.projects-dropdownsolutions.dropdown-solutions {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0s 0.1s;
    height: 600px !important;
    z-index: 1111111;
    width: 120% !important;
    /*     margin-left: -50px; */
    /*     margin-right: -50px; */
    border-top: 1px solid #f4f4f4 !important;
}
.dropdown-solutions > * {
    pointer-events: auto;
}
.ruby-grid.ruby-grid-lined .solution-subheading {
    padding-bottom: 35px;
    text-align: left;
    line-height: 0px;
    padding-top: 30px;
    padding-left: 15px;
    font-size: 25px;
    color: #000;
    font-family: "Lato";
    font-weight: 400;
}

div.ruby-grid > div.ruby-row div.ruby-col-4:hover {
    background: #f9f8fb;
}
div.ruby-menu-demo-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    z-index: 99999;
}

div.ruby-menu-demo-header-bg {
    background: url(../img/bg.jpg);
}

div.ruby-menu-demo-header-bg div.ruby-menu-demo-download > span {
    color: #efefef;
}

div.ruby-menu-demo-header-bg div.ruby-menu-demo-download > span > span {
    color: #efefef;
}

div.ruby-menu-demo-description {
    position: relative;
    width: 980px;
    height: 160px;
    margin: 0 auto;
    padding: 0;
}

div.ruby-menu-demo-description img {
    max-width: 200px;
    float: left;
    margin: 50px 20px 0 0;
}

span.ruby-menu-demo-highlight {
    color: #333;
}

div.ruby-menu-demo-bg-light,
div.ruby-menu-demo-bg-dark {
    width: 980px;
    height: auto;
    position: relative;
    background: #fff;
    margin: 0 auto;
    font-size: 16px;
}

div.ruby-menu-demo-bg-dark {
    background: efefef;
}

div.ruby-menu-demo-bg-light-c:after,
div.ruby-menu-demo-bg-dark-c:after {
    content: "";
    display: table;
    clear: both;
}

div.ruby-menu-demo-cv-1 {
    float: left;
    width: 33%;
}

div.ruby-menu-demo-cv-2 {
    float: left;
    width: 67%;
}

div.ruby-menu-demo-cv-3 {
    float: left;
    width: 48%;
}

div.ruby-menu-demo-cv-4 {
    float: left;
    width: 52%;
}

div.ruby-menu-demo-cr-1 {
    float: left;
    width: 33%;
}

div.ruby-menu-demo-cr-2 {
    float: left;
    width: 66%;
}

div.ruby-menu-demo-cs-1 {
    float: left;
    width: 33%;
}

div.ruby-menu-demo-cs-2 {
    float: left;
    width: 66%;
}

div.ruby-menu-demo-cf-1,
div.ruby-menu-demo-cf-2,
div.ruby-menu-demo-cf-3,
div.ruby-menu-demo-cf-4 {
    float: left;
    width: 25%;
    text-align: center;
}

div.ruby-menu-demo-f-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 22px;
    font-size: 30px;
    background: #efefef;
    color: #aaa;
}

div.ruby-menu-demo-f-title {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
}

div.ruby-menu-demo-f-desc {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    padding: 15px;
}

div.ruby-menu-demo-cs-1 table {
    line-height: 20px;
}

div.ruby-menu-demo-cs-1 table tr,
div.ruby-menu-demo-cs-1 table td {
    padding: 0;
    font-weight: 700;
}

div.ruby-menu-demo-cs-1 table td:last-child {
    padding-top: 5px;
}

h2.ruby-menu-demo-slogan-1,
h3.ruby-menu-demo-slogan-1 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #b1b1b1;
    margin: 0;
}

h1.ruby-menu-demo-slogan-2,
h3.ruby-menu-demo-slogan-2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    color: #222;
    margin: 0;
}

p.ruby-menu-demo-slogan-description,
p.ruby-menu-demo-slogan-description-2 {
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin: 35px 0;
}

p.ruby-menu-demo-slogan-description-2 {
    color: #666;
    font-weight: 600;
    margin: -10px 0;
}

span.ruby-menu-demo-code {
    color: #888;
    text-decoration: underline;
}

td.ruby-menu-demo-theme-td-1 {
    max-width: 30px;
    text-align: left;
    padding: 6px;
}

td.ruby-menu-demo-theme-td-2 {
    min-width: 120px;
    text-align: left;
    padding: 6px;
}

td.ruby-menu-demo-theme-td-1:hover {
    cursor: pointer;
}

.ruby-menu-demo-circle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 4px solid #222;
    display: inline-block;
    margin: 0;
}

.ruby-menu-demo-color-1 {
    background: #1aad86;
}

.ruby-menu-demo-color-2 {
    background: #0c67c2;
}

.ruby-menu-demo-color-3 {
    background: #ce0661;
}

.ruby-menu-demo-color-4 {
    background: #ea7500;
}

.ruby-menu-demo-color-5 {
    background: #74ba27;
}

.ruby-menu-demo-color-6 {
    background: #ff3264;
}

.ruby-menu-demo-color-7 {
    background: #fad814;
}

.ruby-menu-demo-color-8 {
    background: #ccc;
}

.ruby-menu-demo-color-9 {
    background: #111;
    border-color: #ccc;
}

.ruby-menu-demo-color-10 {
    background: #036de2;
    border-color: #489efd;
}

.ruby-menu-demo-color-11 {
    background: #f85252;
    border-color: #444;
}

.ruby-menu-demo-color-12 {
    background: #ca79d0;
    border-color: #f2def3;
}

.ruby-menu-demo-color-13 {
    background: #efefef;
    border-color: #222;
}

.ruby-menu-demo-color-14 {
    background: #ccc;
}

div.ruby-menu-demo-download {
    position: absolute;
    width: auto;
    top: 55px;
    right: 0;
}

div.ruby-menu-demo-download .fa {
    font-size: 20px;
    margin-right: 10px;
}

div.ruby-menu-demo-download > span {
    font-size: 16px;
    display: block;
    margin: 10px 26px;
}

div.ruby-menu-demo-download > span > span {
    font-size: 20px;
    color: #555;
    font-weight: 700;
}

button.ruby-btn {
    background: #19ad86;
    border: 2px solid #19ad86;
    color: #fff;
    border-radius: 0;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

button.ruby-btn:hover {
    background: #fff;
    color: #19ad86;
}

.switch {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.cmn-toggle-round + label {
    padding: 2px;
    margin-top: -10px;
    width: 40px;
    height: 20px;
    background-color: #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
    width: 18px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before,
input.cmn-toggle-on + label:before {
    background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after,
input.cmn-toggle-on + label:after {
    margin-left: 20px;
}

input.cmn-toggle-on:checked + label:before {
    background-color: #f1f1f1;
}

input.cmn-toggle-on:checked + label:after {
    margin-left: 0;
}

img.iphone7 {
    max-width: 350px;
    float: right;
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }

    div.ruby-menu-demo-description {
        position: relative;
        width: 760px;
        height: 160px;
        margin: 0 auto;
        padding: 0;
    }

    div.ruby-menu-demo-description img {
        max-width: 200px;
        float: left;
        margin: 50px 20px 0 0;
    }

    div.ruby-menu-demo-bg-light,
    div.ruby-menu-demo-bg-dark {
        width: 760px;
        font-size: 14px;
    }

    div.ruby-menu-demo-cs-1 {
        width: 27%;
    }

    div.ruby-menu-demo-cs-2 {
        width: 73%;
    }

    td.ruby-menu-demo-theme-td-1 {
        max-width: 27px;
        padding: 7px;
    }

    td.ruby-menu-demo-theme-td-2 {
        min-width: 100px;
        padding: 7px;
    }

    .ruby-menu-demo-circle {
        width: 22px;
        height: 22px;
        border: 3px solid #222;
    }

    img.iphone7 {
        max-width: 320px;
        float: right;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    div.ruby-menu-demo-header {
        width: 100%;
        height: auto;
    }

    div.ruby-menu-demo-description {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 220px;
        padding: 10px;
        text-align: center;
    }

    div.ruby-menu-demo-description img {
        float: none;
        margin: 90px 0 0;
    }

    div.ruby-menu-demo-download {
        position: relative;
        width: auto;
        top: 25px;
        right: auto;
        left: auto;
    }

    div.ruby-menu-demo-download > span {
        font-size: 20px;
        margin: 25px auto;
    }

    div.ruby-menu-demo-download > span > span {
        font-size: 26px;
    }

    button.ruby-btn {
        padding: 14px 25px;
        font-size: 16px;
        text-transform: uppercase;
    }

    div.ruby-menu-demo-bg-light.ruby-menu-demo-switches {
        display: none;
    }

    div.ruby-menu-demo-bg-light,
    div.ruby-menu-demo-bg-dark {
        width: 100%;
        font-size: 16px;
        padding: 25px;
        margin-bottom: -100px;
    }

    div.ruby-menu-demo-cv-1 {
        width: 100%;
    }

    div.ruby-menu-demo-cv-2 {
        width: 100%;
    }

    div.ruby-menu-demo-cv-3 {
        width: 100%;
    }

    div.ruby-menu-demo-cv-4 {
        width: 100%;
    }

    div.ruby-menu-demo-cr-1 {
        width: 100%;
    }

    div.ruby-menu-demo-cr-2 {
        width: 100%;
        margin-top: 40px;
    }

    div.ruby-menu-demo-cf-1,
    div.ruby-menu-demo-cf-2,
    div.ruby-menu-demo-cf-3,
    div.ruby-menu-demo-cf-4 {
        float: left;
        width: 50%;
        text-align: center;
    }

    div.ruby-menu-demo-f-desc {
        margin-bottom: 30px;
    }

    img.iphone7 {
        max-width: 300px;
        float: none;
        margin-right: 0 auto;
    }
}

/* theme */

div.ruby-wrapper,
div.ruby-wrapper.ruby-vertical {
    background: #f9f9f9;
    color: #222;
}

ul.ruby-menu > li > a {
    color: black;
}

ul.ruby-menu > li > a:hover,
ul.ruby-menu > li:hover > a,
ul.ruby-menu > li.ruby-active-menu-item > a:hover,
ul.ruby-menu > li.ruby-active-menu-item:hover > a {
    background: transparent;
    color: #2f2f2f;
}

ul.ruby-menu > li.ruby-active-menu-item > a {
    background: #efefef;
    color: #222;
}

ul.ruby-menu.ruby-menu-dividers > li > a,
ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social > a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #fff;
}

ul.ruby-menu.ruby-menu-dividers > li:first-child > a,
ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social:last-child > a {
    border-left: none;
}

ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li > a {
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li:first-child > a {
    border-top: none;
}

ul.ruby-menu.ruby-menu-dividers > li > a:hover,
ul.ruby-menu.ruby-menu-dividers > li:hover > a {
    border-left: 1px solid #222;
    border-right: 1px solid #222;
}

ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li > a:hover,
ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li:hover > a {
    border-bottom: 1px solid #222;
}

ul.ruby-menu.ruby-menu-dividers > li.ruby-active-menu-item > a {
    border-left: 1px solid #efefef;
    border-right: 1px solid #fff;
}

ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li.ruby-active-menu-item > a {
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
}

ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li > a {
    border-left: none;
    border-right: none;
}

ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li.ruby-active-menu-item > a:hover,
ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li.ruby-active-menu-item:hover > a {
    border-bottom: 1px solid #222;
    border-left: none;
}

ul.ruby-menu > li > ul,
ul.ruby-menu > li > ul > li > ul,
ul.ruby-menu > li > ul > li > ul > li > ul {
    border-top: 4px solid #222;
}

ul.ruby-menu > li > ul > li > a,
ul.ruby-menu > li > ul > li > ul > li > a,
ul.ruby-menu > li > ul > li > ul > li > ul > li > a {
    background: #fff;
    color: #666;
}

ul.ruby-menu > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > a:hover,
ul.ruby-menu > li > ul > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > ul > li > a:hover,
ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > ul > li > ul > li > a:hover {
    background: transparent;
    color: #c80808;
}

ul.ruby-menu > li.ruby-menu-mega > div,
ul.ruby-menu > li.ruby-menu-mega-blog > div,
ul.ruby-menu > li.ruby-menu-mega-shop > div {
    background: #fff;
    border-top: 4px solid #222;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav {
    background: #efefef;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a {
    background: #efefef;
    color: #666;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li.ruby-active-menu-item > a {
    background: #e6e6e6;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
    background: #fff;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a {
    background: #f9f8fb;
    color: #c80808;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 1s ease;
    transition: none;
}

ul.ruby-menu > li.ruby-menu-mega-blog > .projects-dropdownsolutions.dropdown-solutions > ul.ruby-menu-mega-blog-nav > li:hover > a {
    background: #f9f8fb;
    color: #c80808;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 1s ease;
    transition: none;
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul {
    background: #efefef;
    border-bottom: 1px solid #ddd;
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
    color: #666;
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div {
    background: #fff;
}

ul.ruby-menu > li.ruby-menu-mega > div ul li > a,
ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul > li > a {
    color: #555;
}

ul.ruby-menu > li.ruby-menu-mega > div ul li > a:hover,
ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul > li > a:hover {
    color: #222;
}

ul.ruby-menu > li.ruby-menu-mega > div ul.ruby-list-with-images li span.ruby-list-desc {
    color: #999;
}

span.ruby-c-title,
span.ruby-c-title a {
    color: #222;
}

span.ruby-c-title a:hover,
span.ruby-c-category,
span.ruby-c-category a,
span.ruby-c-date,
span.ruby-c-date a {
    color: #444;
}

span.ruby-c-category a:hover,
span.ruby-c-date a:hover {
    color: #222;
}

@media (min-width: 768px) {
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:after {
        background-color: #222;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover {
        color: #333;
    }

    /*    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li.ruby-active-menu-item > a:after,
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a:after {
        border-color: transparent #fff transparent transparent;
    } */
}

@media (max-width: 767px) {
    ul.ruby-menu > li > a {
        background: #efefef;
    }

    ul.ruby-menu > li > a:hover,
    ul.ruby-menu > li:hover > a,
    ul.ruby-menu > li.ruby-active-menu-item > a:hover {
        background: #ccc;
        color: #111;
    }

    ul.ruby-menu > li.ruby-active-menu-item > a {
        background: #ccc;
    }

    ul.ruby-menu > li > ul > li > a,
    ul.ruby-menu > li > ul > li > ul > li > a,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > a,
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
        background: #d1d1d1;
    }

    ul.ruby-menu > li > ul > li:hover > a,
    ul.ruby-menu > li > ul > li > a:hover,
    ul.ruby-menu > li > ul > li > ul > li:hover > a,
    ul.ruby-menu > li > ul > li > ul > li > a:hover,
    ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > a,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:hover {
        background: #d9d9d9;
        color: #111;
    }

    ul.ruby-menu > li > ul > li > ul > li > a {
        background: #e5e5e5;
    }

    ul.ruby-menu > li > ul > li > ul > li:hover > a,
    ul.ruby-menu > li > ul > li > ul > li > a:hover {
        background: #e1e1e1;
    }

    ul.ruby-menu > li > ul > li > ul > li > ul > li > a {
        background: #efefef;
    }

    ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > a,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:hover {
        background: #fff;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li.ruby-active-menu-item > a {
        background: #bcbcbc;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a {
        background: #d9d9d9;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a {
        background: #bcbcbc;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > a,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a {
        background: #d9d9d9;
    }

    span.ruby-dropdown-toggle:after {
        color: #fff;
    }

    ul.ruby-menu > li > a:before,
    ul.ruby-menu > li > ul > li > a:before,
    ul.ruby-menu > li > ul > li > ul > li > a:before,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before {
        background: #333;
    }

    ul.ruby-menu > li > ul > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before {
        background: #555;
    }

    ul.ruby-menu > li > ul > li > ul > li > a:before {
        background: #777;
    }

    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:before {
        background: #999;
    }

    .c-hamburger span {
        background: #222;
    }

    .c-hamburger span::before,
    .c-hamburger span::after {
        background-color: #222;
    }

    .c-hamburger--htx {
        background-color: #efefef;
        color: #222;
    }

    .c-hamburger--htx.is-active {
        background-color: #ddd;
    }

    ul.ruby-menu > li.ruby-menu-mega > div,
    ul.ruby-menu > li.ruby-menu-mega-blog > div,
    ul.ruby-menu > li.ruby-menu-mega-shop > div {
        border-top: none;
    }

    ul.ruby-menu > li > ul,
    ul.ruby-menu > li > ul > li > ul,
    ul.ruby-menu > li > ul > li > ul > li > ul {
        border-top: none;
    }

    ul.ruby-menu.ruby-menu-dividers > li,
    ul.ruby-menu.ruby-menu-dividers > li > a,
    ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social > a,
    ul.ruby-menu.ruby-menu-dividers > li > a:hover,
    ul.ruby-menu.ruby-menu-dividers > li:hover > a {
        border: none;
    }
}

/* transision */

span.ruby-dropdown-toggle {
    transition: transform 0.3s ease;
}

span.ruby-dropdown-toggle:after {
    transition: transform 0.3s ease;
}

@media (min-width: 767px) {
    ul.ruby-menu > li > a:after {
        transition: all 0.3s ease;
    }

    ul.ruby-menu > li > ul > li > a:after,
    ul.ruby-menu > li > ul > li > ul > li > a:after,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:after {
        transition: all 0.3s ease;
    }

    ul.ruby-menu > li > ul,
    ul.ruby-menu > li > div {
        transform: translateY(25px);
        transition: all 0.3s ease;
    }

    ul.ruby-menu.ruby-vertical > li > ul,
    ul.ruby-menu.ruby-vertical > li > div {
        transform: translateX(25px);
        transition: all 0.3s ease;
    }

    ul.ruby-menu.ruby-vertical > li:hover > ul,
    ul.ruby-menu.ruby-vertical > li:hover > div {
        transform: translateX(0);
    }

    ul.ruby-menu > li > ul > li > ul,
    ul.ruby-menu > li > ul > li > ul > li > ul,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > ul {
        transform: translateX(25px);
        transition: all 0.3s ease;
    }

    ul.ruby-menu > li > ul > li:hover > ul,
    ul.ruby-menu > li > ul > li > ul > li:hover > ul,
    ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > ul {
        transform: translateX(0);
    }

    ul.ruby-menu > li > ul > li.ruby-open-to-left > ul,
    ul.ruby-menu > li > ul > li > ul > li.ruby-open-to-left > ul,
    ul.ruby-menu > li > ul > li > ul > li > ul > li.ruby-open-to-left > ul {
        transform: translateX(-25px);
        transition: all 0.3s ease;
    }

    ul.ruby-menu > li > ul > li.ruby-open-to-left:hover > ul,
    ul.ruby-menu > li > ul > li > ul > li.ruby-open-to-left:hover > ul,
    ul.ruby-menu > li > ul > li > ul > li > ul > li.ruby-open-to-left:hover > ul {
        transform: translateX(0);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
        transform: translateY(-50px);
        transition: all 0.5s ease;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog:hover > div > ul.ruby-menu-mega-blog-nav > li.ruby-active-menu-item > div,
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > div {
        transform: translateY(0);
    }

    ul.ruby-menu.ruby-vertical > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
        transform: translateX(50px);
        transition: all 0.5s ease;
    }

    ul.ruby-menu.ruby-vertical > li.ruby-menu-mega-blog:hover > div > ul.ruby-menu-mega-blog-nav > li.ruby-active-menu-item > div,
    ul.ruby-menu.ruby-vertical > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > div {
        transform: translateX(0);
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div {
        transform: translateY(-50px);
        transition: all 0.5s ease;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop:hover > div > ul > li.ruby-active-menu-item > div,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > div {
        transform: translateY(0);
    }

    ul.ruby-menu.ruby-vertical > li.ruby-menu-mega-shop > div > ul > li > div {
        transform: translateX(50px);
        transition: all 0.5s ease;
    }

    ul.ruby-menu.ruby-vertical > li.ruby-menu-mega-shop:hover > div > ul > li.ruby-active-menu-item > div,
    ul.ruby-menu.ruby-vertical > li.ruby-menu-mega-shop > div > ul > li:hover > div {
        transform: translateX(0);
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:after {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

/* main */

*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
}

div.ruby-wrapper {
    position: relative;
    width: 980px;
    height: 50px;
    margin: 0 auto;
    background: #333;
}

div.ruby-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.ruby-wrapper > ul {
    position: relative;
}

ul.ruby-menu > li {
    float: right;
    font-size: 16px;
    height: 100%;
}

ul.ruby-menu > li.ruby-menu-right {
    float: right;
}

ul.ruby-menu > li > a {
    color: #000 !important;
    font-family: "Lato";
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    letter-spacing: normal;
    text-decoration: none;
    background: none;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px 0 15px;
    word-spacing: normal;
    line-height: 1px;
}

ul.ruby-menu > li > a:hover:before {
    opacity: 1;
    width: 50%;
    margin: auto;
}
ul.ruby-menu > li > a:hover:after {
    max-width: 100%;
}

ul.ruby-menu > li > a:before,
ul.ruby-menu > li > a:after {
    position: absolute;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

ul.ruby-menu > li > a {
    padding: 0px 20px;
}

ul.ruby-menu > li > a:hover,
ul.ruby-menu > li:hover > a,
ul.ruby-menu > li.ruby-active-menu-item > a:hover,
ul.ruby-menu > li.ruby-active-menu-item:hover > a {
    background: transparent;
}

ul.ruby-menu > li > a:only-child:after,
ul.ruby-menu > li:hover > a:only-child:after {
    content: "";
}

ul.ruby-menu > li.ruby-active-menu-item > a {
    background: transparent;
}

ul.ruby-menu > li > a .fa {
    position: relative;
    width: 24px;
}

ul.ruby-menu > li > a > img {
    max-width: 16px;
    display: block;
}

ul.ruby-menu > li.ruby-menu-social > a {
    padding: 0;
    width: 30px;
    padding: 0 8px;
    font-size: 16px;
}

ul.ruby-menu > li.ruby-menu-social > a > span {
    display: none;
}

ul.ruby-menu > li.ruby-menu-social.ruby-menu-search > a,
ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social.ruby-menu-search > a {
    transition: all 0.5s ease;
    max-height: 50px;
    width: 30px;
    transition: all 0.5s ease;
    transition-delay: 0.3s;
}

ul.ruby-menu > li.ruby-menu-social.ruby-menu-search > a:hover,
ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social.ruby-menu-search > a:hover {
    width: 120px;
}

ul.ruby-menu > li.ruby-menu-social.ruby-menu-search > a:hover > span input,
ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social.ruby-menu-search > a:hover > span input {
    transform: scaleY(1);
    max-width: 80px;
}

ul.ruby-menu > li.ruby-menu-social.ruby-menu-search > a span,
ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social.ruby-menu-search > a span {
    display: inline;
}

ul.ruby-menu > li.ruby-menu-social.ruby-menu-search > a > span input,
ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social.ruby-menu-search > a > span input {
    position: absolute;
    width: 80px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    background: none;
    color: #efefef;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 0;
    transform: scaleY(0);
    transition: all 0.5s ease;
    transition-delay: 0.3s;
}

ul.ruby-menu > li.ruby-menu-social.ruby-menu-search > a > span input:focus {
    outline: none;
    color: #efefef;
}

ul.ruby-menu > li.ruby-menu-social.ruby-menu-search > a > span input::-webkit-input-placeholder {
    color: #efefef;
}

ul.ruby-menu.ruby-menu-dividers > li > a,
ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social > a {
    border-left: 1px solid #111;
    border-right: 1px solid #666;
}

ul.ruby-menu.ruby-menu-dividers > li:first-child > a,
ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social:last-child > a {
    border-left: none;
}

ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li > a {
    border: none;
    border-top: 1px solid #111;
    border-bottom: 1px solid #666;
}

ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li:first-child > a {
    border-top: none;
}

ul.ruby-menu.ruby-menu-dividers > li > a:hover,
ul.ruby-menu.ruby-menu-dividers > li:hover > a {
    border-right: 1px solid #19ad86;
}

ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li > a:hover,
ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li:hover > a {
    border-bottom: 1px solid #19ad86;
}

ul.ruby-menu.ruby-menu-dividers > li.ruby-active-menu-item > a {
    border-right: 1px solid #17a47d;
}

ul.ruby-menu.ruby-vertical.ruby-menu-dividers > li.ruby-active-menu-item > a {
    border-bottom: 1px solid #17a47d;
}

ul.ruby-menu > li > ul,
ul.ruby-menu > li > ul > li > ul,
ul.ruby-menu > li > ul > li > ul > li > ul {
    position: absolute;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: none;
}

ul.ruby-menu > li > ul > li,
ul.ruby-menu > li > ul > li > ul > li {
    position: relative;
}

ul.ruby-menu > li > ul > li > a,
ul.ruby-menu > li > ul > li > ul > li > a,
ul.ruby-menu > li > ul > li > ul > li > ul > li > a {
    display: block;
    line-height: 40px;
    background: transparent;
    color: #2b2b2b;
    text-decoration: none;
    font-size: 14px;
    padding: 0px 0;
    width: auto;
    border-bottom: none;
    margin: 0 15px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: none;
}

ul.ruby-menu > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > a:hover,
ul.ruby-menu > li > ul > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > ul > li > a:hover,
ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > ul > li > ul > li > a:hover {
    background: transparent;
    color: #c80808;
}

ul.ruby-menu > li > ul > li > a:only-child:after,
ul.ruby-menu > li > ul > li > ul > li > a:only-child:after,
ul.ruby-menu > li > ul > li > ul > li > ul > li > a:only-child:after {
    content: "";
}

ul.ruby-menu > li > ul > li > a .fa,
ul.ruby-menu > li > ul > li > ul > li > a .fa,
ul.ruby-menu > li > ul > li > ul > li > ul > li > a .fa {
    position: relative;
    width: 24px;
}

ul.ruby-menu > li.ruby-menu-right > ul {
    right: 0;
}

ul.ruby-menu > li > ul > li > ul,
ul.ruby-menu > li > ul > li > ul > li > ul {
    left: 170px;
    top: -4px;
    z-index: 100;
}

ul.ruby-menu > li > ul > li.ruby-open-to-left > ul,
ul.ruby-menu > li > ul > li > ul > li.ruby-open-to-left > ul {
    left: auto;
    right: 170px;
}

ul.ruby-menu > li.ruby-menu-mega > div,
ul.ruby-menu > li.ruby-menu-mega-blog > div,
ul.ruby-menu > li.ruby-menu-mega-shop > div {
    position: absolute;
    width: 100%;
    height: auto;
    top: 45px;
    left: 0px;
    background: #fff;
    border-top: none;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li {
    font-size: 14px;
    width: 100%;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a {
    display: block;
    line-height: 30px;
    padding: 15px 15px;
    background: #fff;
    color: #000;
    text-decoration: none;
    width: 25.5%;
    font-size: 15px;
    font-weight: 600;
    border-bottom: none;
    margin-left: 36px;
    font-family: "Lato";
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li.ruby-active-menu-item > a {
    background: #fff;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    left: 350px;
    top: 0;
    background: #f9f8fb;
    border-left: 1px solid #dfdfdf;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
}

ul.ruby-menu > li.ruby-menu-mega-blog > .projects-dropdownsolutions.dropdown-solutions > ul.ruby-menu-mega-blog-nav > li > div {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    left: 350px;
    top: 0;
    background: #f9f8fb;
    border-left: 1px solid #dfdfdf;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li a:hover {
    background: #f9f8fb;
    color: #c80808;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 1s ease;
    transition: none;
}

ul.ruby-menu > li.ruby-menu-mega-blog > .projects-dropdownsolutions.dropdown-solutions > ul.ruby-menu-mega-blog-nav > li a:hover {
    background: #f9f8fb;
    color: #c80808;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 1s ease;
    transition: none;
}

ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li span a:hover {
    background: #f9f8fb;
    color: #c80808;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 1s ease;
    transition: none;
}

.ruby-c-content.submenu-quote {
    padding: 0 0 15px 15px;
    line-height: 8px;
    font-size: 14px;
    font-family: "Lato";
}
ul.ruby-menu > li.ruby-menu-mega-shop > div {
    text-align: center;
    z-index: 999999;
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul {
    width: 100%;
    background: #efefef;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    z-index: 100;
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li {
    display: inline-block;
    margin: 0;
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
    display: block;
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-stretch: expanded;
    color: #666;
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > a,
ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover,
ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a {
    text-decoration: none;
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div {
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    margin-top: 1px;
    text-align: left;
    background: #fff;
    z-index: -1;
}

div.ruby-grid,
div.ruby-grid-lined {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

div.ruby-grid > div.ruby-row {
    position: relative;
    width: 100%;
    height: auto;
}

div.ruby-grid > div.ruby-row div.ruby-row [class^="ruby-col"] {
    margin-top: 16px;
}

div.ruby-grid > div.ruby-row div.ruby-row:first-of-type [class^="ruby-col"] {
    margin-top: 0;
}

div.ruby-grid.ruby-grid-lined > div.ruby-row:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
}

div.ruby-grid.ruby-grid-lined > div.ruby-row > div.ruby-row-group:after {
    content: "";
    width: 100%;
    height: 0.8px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
    display: inline-block;
}
div.ruby-grid.ruby-grid-lined > div.ruby-row > div.ruby-row-group:last-child::after {
    height: 0;
}
div.ruby-grid.ruby-grid-lined > div.ruby-row > div.ruby-row-group > div[class^="ruby-col"]:last-child::after {
    width: 0;
}

div.ruby-grid.ruby-grid-lined > div.ruby-row > div.ruby-row-group > div[class^="ruby-col"]:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
}

div.ruby-grid.ruby-grid-lined > div.ruby-row:last-child:after {
    height: 0;
}

div.ruby-grid > div.ruby-row::after {
    content: "";
    display: table;
    clear: both;
}

div.ruby-grid > div.ruby-row [class^="ruby-col"] {
    position: relative;
    float: left;
    height: auto;
}

div.ruby-grid > div.ruby-row > [class^="ruby-col"] {
    padding: 16px;
    cursor: pointer;
}

div.ruby-grid > div.ruby-row > div.ruby-row-group > [class^="ruby-col"] {
    padding: 16px;
    cursor: pointer;
}

div.ruby-grid > div.ruby-row > [class^="ruby-col"] [class^="ruby-col"] {
    padding-left: 16px;
    cursor: pointer;
}

div.ruby-grid > div.ruby-row > [class^="ruby-col"] [class^="ruby-col"]:first-of-type {
    padding-left: 0;
}

div.ruby-grid > div.ruby-row div.ruby-col-1 {
    width: 8.33%;
}

div.ruby-grid > div.ruby-row div.ruby-col-2 {
    width: 16.66%;
}

div.ruby-grid > div.ruby-row div.ruby-col-3 {
    width: 25%;
}

div.ruby-grid > div.ruby-row div.ruby-col-4 {
    width: 33.33%;
}

div.ruby-grid > div.ruby-overflow div.ruby-row div.ruby-col-4 {
    width: 33.33%;
}

div.ruby-grid > div.ruby-row div.ruby-col-5 {
    width: 41.66%;
}

div.ruby-grid > div.ruby-row div.ruby-col-6 {
    width: 50%;
}

div.ruby-grid > div.ruby-row div.ruby-col-7 {
    width: 58.33%;
}

div.ruby-grid > div.ruby-row div.ruby-col-8 {
    width: 66.66%;
}

div.ruby-grid > div.ruby-row div.ruby-col-9 {
    width: 75%;
}

div.ruby-grid > div.ruby-row div.ruby-col-10 {
    width: 83.33%;
}

div.ruby-grid > div.ruby-row div.ruby-col-11 {
    width: 91.66%;
}

div.ruby-grid > div.ruby-row div.ruby-col-12 {
    width: 100%;
}

div.ruby-grid.ruby-grid-lined > div.ruby-row > div[class^="ruby-col"]:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0.9px;
    height: 100%;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
}

div.ruby-grid.ruby-grid-lined > div.ruby-row > div[class^="ruby-col"]:last-child:after {
    width: 0;
}

div.ruby-grid img {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
}

h3.ruby-list-heading {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

ul.ruby-menu > li.ruby-menu-mega > div ul,
ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul {
    margin: 0;
    margin-top: 10px;
}

ul.ruby-menu > li.ruby-menu-mega > div ul li,
ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul > li {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    display: block;
    width: 100%;
}

ul.ruby-menu > li.ruby-menu-mega > div ul li > a,
ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul > li > a {
    text-decoration: none;
    color: #555;
    display: inline-block;
}

ul.ruby-menu > li.ruby-menu-mega > div ul li > a:hover,
ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul > li > a:hover {
    color: #222;
    text-decoration: underline;
}

ul.ruby-menu > li.ruby-menu-mega > div ul li .fa,
ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div ul > li .fa {
    position: relative;
    width: 24px;
}

ul.ruby-menu > li.ruby-menu-mega > div ul.ruby-list-with-images li {
    height: 50px;
}

ul.ruby-menu > li.ruby-menu-mega > div ul.ruby-list-with-images li span.ruby-list-desc {
    font-size: 11px;
    display: block;
    position: absolute;
    top: 16px;
    left: 72px;
    color: #999;
}

ul.ruby-menu > li.ruby-menu-mega > div ul li > a > img {
    float: left;
    width: 60px;
    margin-right: 12px;
}

span.ruby-c-title,
span.ruby-c-category,
span.ruby-c-date {
    position: relative;
    display: block;
}

span.ruby-c-title a,
span.ruby-c-category a,
span.ruby-c-date a {
    text-decoration: none;
}

span.ruby-c-title,
span.ruby-c-title a {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 5px;
    margin-top: 0px;
    color: #000;
    text-align: left;
    font-family: "Lato";
    font-weight: 400;
}

span.ruby-c-title a:hover {
    color: #444;
    text-decoration: underline;
}

span.ruby-c-category,
span.ruby-c-category a {
    font-size: 11px;
    margin: 9px 0;
    color: #444;
}

span.ruby-c-date,
span.ruby-c-date a {
    font-size: 11px;
    color: #444;
}

span.ruby-c-category a:hover,
span.ruby-c-date a:hover {
    color: #19ad86;
}

div.ruby-c-inline {
    display: block;
    position: relative;
    height: 14px;
    margin: 7px 0;
}

div.ruby-c-inline span.ruby-c-category,
div.ruby-c-inline span.ruby-c-date {
    position: absolute;
    display: inline-block;
}

div.ruby-c-inline span.ruby-c-date {
    right: 0;
}

div.ruby-c-inline span.ruby-c-category,
div.ruby-c-inline span.ruby-c-category a {
    margin: 0;
}

span.ruby-c-content {
    display: block;
    position: relative;
    top: -10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-family: "Lato";
    cursor: pointer;
}

.ruby-wrapper .visible-xs {
    visibility: hidden;
    position: absolute;
}

@media (min-width: 768px) {
    div.ruby-wrapper.ruby-menu-transparent {
        background: none;
    }

    div.ruby-wrapper.ruby-menu-transparent > ul.ruby-menu > li.ruby-active-menu-item > a {
        background: none;
    }

    div.ruby-wrapper.ruby-menu-transparent > ul.ruby-menu > li.ruby-menu-social > a {
        border: none;
    }

    div.ruby-wrapper.ruby-menu-transparent > ul.ruby-menu.ruby-menu-dividers > li > a {
        border: none;
    }

    div.ruby-wrapper.ruby-menu-transparent > ul.ruby-menu > li:hover > a,
    div.ruby-wrapper.ruby-menu-transparent > ul.ruby-menu > li > a:hover,
    div.ruby-wrapper.ruby-menu-transparent > ul.ruby-menu.ruby-menu-dividers > li:hover > a,
    div.ruby-wrapper.ruby-menu-transparent > ul.ruby-menu.ruby-menu-dividers > li > a:hover {
        background: none;
        color: #e2e2e2;
    }

    div.ruby-wrapper.ruby-menu-transparent > ul.ruby-menu > li.ruby-menu-social.ruby-menu-search > a:hover,
    div.ruby-wrapper.ruby-menu-transparent > ul.ruby-menu > li.ruby-menu-social.ruby-menu-search:hover > a {
        background: none;
    }

    div.ruby-wrapper.ruby-menu-full-width {
        width: 100%;
    }

    div.ruby-wrapper.ruby-menu-full-width > ul.ruby-menu {
        width: 980px;
        margin: 0 auto;
    }

    ul.ruby-menu > li > ul,
    ul.ruby-menu > li > ul > li > ul,
    ul.ruby-menu > li > ul > li > ul > li > ul {
        visibility: hidden;
        opacity: 0;
    }

    ul.ruby-menu > li:hover > ul,
    ul.ruby-menu > li > ul > li:hover > ul,
    ul.ruby-menu > li > ul > li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    ul.ruby-menu > li.ruby-menu-mega > div,
    ul.ruby-menu > li.ruby-menu-mega-blog > div,
    ul.ruby-menu > li.ruby-menu-mega-shop > div {
        visibility: hidden;
        opacity: 0;
    }

    ul.ruby-menu > li.ruby-menu-mega:hover > div,
    ul.ruby-menu > li.ruby-menu-mega-blog:hover > div,
    ul.ruby-menu > li.ruby-menu-mega-shop:hover > div {
        visibility: visible;
        opacity: 1;
        max-height: 1500px;
        opacity: 1;
        transition-delay: 0s;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
        visibility: hidden;
        opacity: 0;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog:hover > div > ul.ruby-menu-mega-blog-nav > li.ruby-active-menu-item > div {
        visibility: visible;
        opacity: 1;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > div {
        visibility: visible;
        opacity: 1;
        z-index: 101;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div {
        visibility: hidden;
        opacity: 0;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop:hover > div > ul > li.ruby-active-menu-item > div,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > div {
        visibility: visible;
        opacity: 1;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:after {
        height: 1px;
        position: absolute;
        content: "";
        background-color: #19ad86;
        width: 0;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before {
        top: 10px;
        left: 5%;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:after {
        bottom: 10px;
        right: 5%;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover,
    .snip1217 .current a {
        color: #333;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover:before,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a:before,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover:after,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a:after,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > a:before,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > a:after {
        width: 90%;
    }

    ul.ruby-menu > li:hover > a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    ul.ruby-menu > li > ul > li > a:after,
    ul.ruby-menu > li > ul > li > ul > li > a:after,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:after {
        font-family: "FontAwesome";
        text-decoration: none;
        font-size: 16px;
        padding: 0;
        content: "\f105";
        position: absolute;
        right: 15px;
    }

    ul.ruby-menu > li > ul > li:hover > a:after,
    ul.ruby-menu > li > ul > li > ul > li:hover > a:after,
    ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    ul.ruby-menu > li > ul > li.ruby-open-to-left > a:after,
    ul.ruby-menu > li > ul > li > ul > li.ruby-open-to-left > a:after,
    ul.ruby-menu > li > ul > li > ul > li > ul > li.ruby-open-to-left > a:after {
        content: "\f104";
        right: auto;
        left: 10px;
    }

    ul.ruby-menu > li > ul > li.ruby-open-to-left:hover > a:after,
    ul.ruby-menu > li > ul > li > ul > li.ruby-open-to-left:hover > a:after,
    ul.ruby-menu > li > ul > li > ul > li > ul > li.ruby-open-to-left:hover > a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    /* 
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li.ruby-active-menu-item > a:after,
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a:after {
        content: "";
        position: absolute;
        right: 0;
        margin-top: 13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 8px 6px 0;
        border-color: transparent #fff transparent transparent;
    } */

    .ruby-col-4.vetcares.notactive:hover span {
        cursor: not-allowed !important;
        color: #979797 !important;
    }

    .ruby-col-4.vetcares.notactive a {
        color: #979797;
    }
    .ruby-col-4.vetcares.notactive span {
        color: #979797;
    }
    .ruby-col-4.vetcares.notactive:hover a {
        cursor: not-allowed !important;
        color: #979797;
        color: #979797 !important;
    }
    .ruby-col-4.vetcares.notactive a:hover {
        cursor: not-allowed !important;
        color: #979797 !important;
    }
    .ruby-col-4.vetcares.notactive:hover {
        cursor: not-allowed !important;
        color: #979797 !important;
    }
    div.ruby-grid > div.ruby-row div.ruby-col-4:hover .ruby-c-title a {
        color: #c80808;
        font-weight: 400;
        font-size: 22px;
        transition: all 0.2s ease-in-out;
    }
    div.ruby-grid > div.ruby-row div.ruby-col-4:hover .ruby-c-content {
        color: #c80808;
        font-size: 17px;
        transition: all 0.2s ease-in-out;
    }
    div.ruby-grid > div.ruby-row div.ruby-col-4 .ruby-c-title a {
        transition: none;
    }
    .ruby-active-menu-item.ux-headerlist.ruby-active-menu-itemm .ux-header {
        color: #c80808;
        background: #f9f8fb !important;
    }
    .ruby-active-menu-item.ux-headerlist.ruby-active-menu-itemm .ux-header:after {
        color: #c80808;
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
        left: 280px;
        top: 16px;
    }

    .ruby-active-menu-item.kran-projectlist.ruby-active-menu-itemm1 .ux-header {
        color: #c80808;
        background: #f9f8fb !important;
    }
    .ruby-active-menu-item.kran-projectlist.ruby-active-menu-itemm1 .ux-header:after {
        color: #c80808;
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
        left: 280px;
        /*     top: 16px; */
    }

    .ruby-active-menu-item.client-headerlist.ruby-active-menu-itemmc .ux-header {
        color: #c80808;
        background: #f9f8fb !important;
    }
    .ruby-active-menu-item.client-headerlist.ruby-active-menu-itemmc .ux-header:after {
        color: #c80808;
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
        left: 280px;
        /* 		top: 16px; */
    }
    div.ruby-grid.ruby-grid-lined > div.ruby-row > div.ruby-row-group > div.ruby-col-12.kranprojects-card > div[class^="ruby-col"]::after {
        content: "";
        position: absolute;
        top: 0;
        width: 0.9px;
        height: 100%;
        right: 0;
        background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
    }
    div.ruby-grid.ruby-grid-lined > div.ruby-row > div.ruby-row-group > div.ruby-col-12.kranprojects-card div[class^="ruby-col"]:last-child::after {
        width: 0;
    }
    div.ruby-grid.ruby-grid-lined > div.ruby-row > div.ruby-row-group.kranprojects-row > div[class^="ruby-col"]::after {
        width: 0px;
    }
}

/* responsive */

@media (max-width: 767px) {
    div.ruby-wrapper .hidden-xs {
        visibility: hidden;
        display: none;
    }

    div.ruby-wrapper {
        position: absolute;
        width: 100%;
        top: 0;
        background: #111;
    }

    .ruby-wrapper .visible-xs {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }

    div.ruby-wrapper > ul {
        position: absolute;
        top: 50px;
        width: 100%;
    }

    ul.ruby-menu > li,
    ul.ruby-menu > li.ruby-menu-right {
        float: none;
    }

    ul.ruby-menu > li > a {
        padding: 0 65px;
        background: #19ad86;
    }

    ul.ruby-menu > li > a:hover,
    ul.ruby-menu > li:hover > a,
    ul.ruby-menu > li.ruby-active-menu-item > a:hover {
        background: #127e61;
    }

    ul.ruby-menu > li.ruby-active-menu-item > a {
        background: #159572;
    }

    ul.ruby-menu > li.ruby-menu-social > a > span {
        display: block;
    }

    ul.ruby-menu > li > ul,
    ul.ruby-menu > li > ul > li > ul,
    ul.ruby-menu > li > ul > li > ul > li > ul {
        position: relative;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: none;
    }

    ul.ruby-menu > li,
    ul.ruby-menu > li > ul > li,
    ul.ruby-menu > li > ul > li > ul > li,
    ul.ruby-menu > li > ul > li > ul > li > ul > li {
        position: relative;
    }

    ul.ruby-menu > li > ul > li > a,
    ul.ruby-menu > li > ul > li > ul > li > a,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > a {
        width: 100%;
        line-height: 50px;
        padding: 0 80px;
        background: #d1d1d1;
    }

    ul.ruby-menu > li > ul > li:hover > a,
    ul.ruby-menu > li > ul > li > a:hover,
    ul.ruby-menu > li > ul > li > ul > li:hover > a,
    ul.ruby-menu > li > ul > li > ul > li > a:hover,
    ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > a,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:hover {
        background: #d9d9d9;
        color: #111;
    }

    ul.ruby-menu > li > ul > li > ul,
    ul.ruby-menu > li > ul > li > ul > li > ul {
        left: auto;
        top: auto;
        z-index: auto;
    }

    ul.ruby-menu > li > ul > li.ruby-open-to-left > ul,
    ul.ruby-menu > li > ul > li > ul > li.ruby-open-to-left > ul {
        left: auto;
        right: auto;
    }

    ul.ruby-menu > li > ul > li > ul > li > a {
        background: #e5e5e5;
        padding: 0 95px;
    }

    ul.ruby-menu > li > ul > li > ul > li:hover > a,
    ul.ruby-menu > li > ul > li > ul > li > a:hover {
        background: #e1e1e1;
    }

    ul.ruby-menu > li > ul > li > ul > li > ul > li > a {
        background: #efefef;
        padding: 0 110px;
    }

    ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > a,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:hover {
        background: #fff;
    }

    ul.ruby-menu > li.ruby-menu-social > a {
        border: none;
    }

    ul.ruby-menu > li.ruby-menu-mega,
    ul.ruby-menu > li.ruby-menu-mega-blog,
    ul.ruby-menu > li.ruby-menu-mega-shop {
        position: relative;
    }

    ul.ruby-menu > li.ruby-menu-mega > div,
    ul.ruby-menu > li.ruby-menu-mega-blog > div,
    ul.ruby-menu > li.ruby-menu-mega-shop > div {
        position: relative;
        top: auto;
        left: auto;
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav {
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li {
        position: relative;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a {
        line-height: 50px;
        padding: 0 75px;
        background: #d1d1d1;
        color: #222;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li.ruby-active-menu-item > a {
        background: #bcbcbc;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
        position: relative;
        width: 100%;
        min-height: auto;
        left: auto;
        top: auto;
        z-index: auto;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a {
        background: #d9d9d9;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div {
        position: relative;
        text-align: left;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul {
        position: relative;
        border: none;
        font-size: 14px;
        margin-bottom: -1px;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li {
        position: relative;
        display: block;
        margin-top: -1px;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
        padding: 0 80px;
        line-height: 50px;
        max-height: 50px;
        text-transform: none;
        font-weight: 400;
        background: #d1d1d1;
        color: #222;
        border: none;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a {
        background: #bcbcbc;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li:hover > a,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:hover,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li.ruby-active-menu-item > a {
        background: #d9d9d9;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
        display: block;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div {
        position: relative;
        top: 0;
        z-index: 9999;
        margin: 0;
    }

    ul.ruby-menu > li.ruby-menu-social img {
        display: inline-table;
        position: absolute;
        top: 15px;
    }

    ul.ruby-menu > li.ruby-menu-social > a {
        width: 100%;
    }

    ul.ruby-menu > li.ruby-menu-social .fa {
        position: absolute;
        top: 17px;
    }

    ul.ruby-menu > li.ruby-menu-social span {
        line-height: 50px;
        padding: 0 25px;
    }

    span.ruby-dropdown-toggle {
        position: absolute;
        width: 50px;
        height: 50px;
        max-width: 50px;
        max-height: 50px;
        left: 0;
        top: 0;
        padding: 10px 17px;
        z-index: 1000000;
        cursor: pointer;
    }

    span.ruby-dropdown-toggle:after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        color: #fff;
        font-size: 25px;
        right: 0;
    }

    span.ruby-dropdown-toggle.ruby-dropdown-toggle-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul.ruby-menu > li > a:before,
    ul.ruby-menu > li > ul > li > a:before,
    ul.ruby-menu > li > ul > li > ul > li > a:before,
    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before {
        content: "";
        width: 50px;
        height: 50px;
        background: #333;
        position: absolute;
        left: 0;
        top: 0;
    }

    ul.ruby-menu > li > ul > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a:before,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a:before {
        background: #555;
    }

    ul.ruby-menu > li > ul > li > ul > li > a:before {
        background: #777;
    }

    ul.ruby-menu > li > ul > li > ul > li > ul > li > a:before {
        background: #999;
    }

    ul.ruby-menu > li > ul > li > ul > li > ul,
    ul.ruby-menu > li > ul > li > ul,
    ul.ruby-menu > li > ul,
    ul.ruby-menu,
    ul.ruby-menu > li.ruby-menu-mega > div,
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div,
    ul.ruby-menu > li.ruby-menu-mega-blog > div,
    ul.ruby-menu > li.ruby-menu-mega-shop > div {
        max-height: 0;
        transform: scaleY(0);
        overflow: hidden;
    }

    ul.ruby-menu > li > ul.ruby-mobile-sublevel-show,
    ul.ruby-menu > li > ul > li > ul.ruby-mobile-sublevel-show,
    ul.ruby-menu > li > ul > li > ul > li > ul.ruby-mobile-sublevel-show,
    ul.ruby-menu.ruby-mobile-sublevel-show,
    ul.ruby-menu > li.ruby-menu-mega > div.ruby-mobile-sublevel-show,
    ul.ruby-menu > li.ruby-menu-mega-blog > div.ruby-mobile-sublevel-show,
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div.ruby-mobile-sublevel-show,
    ul.ruby-menu > li.ruby-menu-mega-shop > div.ruby-mobile-sublevel-show,
    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > div.ruby-mobile-sublevel-show {
        max-height: 20000px;
        transform: scaleY(1);
    }

    div.ruby-grid > div.ruby-row div.ruby-row [class^="ruby-col"] {
        margin-top: 0;
    }

    div.ruby-grid > div.ruby-row div.ruby-row:first-of-type [class^="ruby-col"] {
        margin-top: 0;
    }

    div.ruby-grid.ruby-grid-lined > div.ruby-row:after {
        height: 0;
    }

    div.ruby-grid > div.ruby-row > [class^="ruby-col"] {
        padding: 0;
    }

    div.ruby-grid > div.ruby-row > [class^="ruby-col"] [class^="ruby-col"] {
        padding-left: 0;
    }

    div.ruby-grid > div.ruby-row > [class^="ruby-col"] [class^="ruby-col"]:first-of-type {
        padding-left: 0;
    }

    div.ruby-grid > div.ruby-row div.ruby-col-1,
    div.ruby-grid > div.ruby-row div.ruby-col-2,
    div.ruby-grid > div.ruby-row div.ruby-col-3,
    div.ruby-grid > div.ruby-row div.ruby-col-4,
    div.ruby-grid > div.ruby-row div.ruby-col-5,
    div.ruby-grid > div.ruby-row div.ruby-col-6,
    div.ruby-grid > div.ruby-row div.ruby-col-7,
    div.ruby-grid > div.ruby-row div.ruby-col-8,
    div.ruby-grid > div.ruby-row div.ruby-col-9,
    div.ruby-grid > div.ruby-row div.ruby-col-10,
    div.ruby-grid > div.ruby-row div.ruby-col-11,
    div.ruby-grid > div.ruby-row div.ruby-col-12 {
        width: 100%;
        padding: 20px 30px;
    }

    div.ruby-grid.ruby-grid-lined > div.ruby-row > div[class^="ruby-col"]:after {
        width: 0;
    }

    div.ruby-grid img {
        position: relative;
        max-width: 100%;
        height: auto;
        display: block;
    }

    div.ruby-grid > div.ruby-row::after {
        content: "";
        display: table;
        clear: both;
    }

    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }

    .c-hamburger:focus {
        outline: none;
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 24px;
        left: 8px;
        right: 8px;
        height: 3px;
        background: #fff;
    }

    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        content: "";
    }

    .c-hamburger span::before {
        top: -10px;
    }

    .c-hamburger span::after {
        bottom: -10px;
    }

    .c-hamburger--htx {
        background-color: #19ad86;
    }

    .c-hamburger--htx span {
        -webkit-transition: background 0 0.3s;
        transition: background 0 0.3s;
    }

    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }

    .c-hamburger--htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }

    .c-hamburger--htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }

    .c-hamburger--htx.is-active {
        background-color: #333;
    }

    .c-hamburger--htx.is-active span {
        background: none;
    }

    .c-hamburger--htx.is-active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
    }

    ul.ruby-menu.ruby-menu-dividers > li,
    ul.ruby-menu.ruby-menu-dividers > li > a,
    ul.ruby-menu.ruby-menu-dividers > li.ruby-menu-social > a,
    ul.ruby-menu.ruby-menu-dividers > li > a:hover,
    ul.ruby-menu.ruby-menu-dividers > li:hover > a {
        border: none;
    }

    div.ruby-wrapper.ruby-menu-transparent > ul.ruby-menu > li.ruby-active-menu-item > a {
        padding-left: 45px;
    }

    ul.ruby-menu > li.ruby-menu-social.ruby-menu-search > a {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ruby-wrapper .hidden-md {
        visibility: hidden;
        display: none;
    }

    div.ruby-wrapper {
        width: 760px;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav {
        width: 170px;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
        width: 590px;
        left: 170px;
    }

    ul.ruby-menu.ruby-vertical > li.ruby-menu-mega > div,
    ul.ruby-menu.ruby-vertical > li.ruby-menu-mega-blog > div,
    ul.ruby-menu.ruby-vertical > li.ruby-menu-mega-shop > div {
        width: 560px;
    }

    ul.ruby-menu.ruby-vertical > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
        width: 360px;
    }

    span.ruby-c-date {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    div.ruby-grid > div.ruby-row div.ruby-col-3-md {
        width: 25%;
    }

    div.ruby-grid > div.ruby-row div.ruby-col-4-md {
        width: 33.33%;
    }

    div.ruby-grid > div.ruby-row div.ruby-col-6-md {
        width: 50%;
    }

    div.ruby-grid > div.ruby-row div.ruby-col-12-md {
        width: 100%;
    }

    div.ruby-grid.ruby-grid-lined > div.ruby-row:after,
    div.ruby-grid.ruby-grid-lined > div.ruby-row > div[class^="ruby-col"]:after {
        background: none;
    }

    ul.ruby-menu > li.ruby-menu-mega-shop > div > ul > li > a {
        padding: 20px 5px;
        font-size: 12px;
        font-stretch: condensed;
        color: #666;
    }
}
:root {
    --main: rgb(35, 86, 186);
}
.text-main {
    color: var(--main);
    text-align: center;
}
.flex-1 {
    flex: 1;
}

.logo-img {
    background-color: #eee;
    width: 75px;
    height: 75px;
    margin: 0 auto 18px auto;
    border-radius: 5rem;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
}
.logo-name {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--main);
    padding: 0 30px;
}

/*==========*/
/* Menus */
/*=========*/
/*Desktop Navbar*/
#navbar {
    position: relative;
    background-color: #333;
}
.menu-item {
    border-right: 1px solid #111;
}
.menu-item:first-child {
    border-left: 1px solid #111;
}

.menu-link {
    display: block;
    color: #8ea9c5;
    padding: 10px 20px;
    text-decoration: none !important;
}
.menu-item:hover .menu-link {
    color: #fff;
    background-color: #222;
}

.menu-content {
    position: absolute;
    width: 100%;
    background-color: #ebebeb;
    padding: 30px 0;
    left: 0;
    border-bottom: 5px solid var(--main);
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
    display: none;
    z-index: 3;
}
.menu-content .menu-content-link {
    display: block;
    padding: 5px 15px;
    transition: 0.25s;
}
.menu-content .menu-content-link:hover {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.menu-item .list-group .active {
    background-color: var(--main);
}

.menu-item:hover .menu-content {
    display: block;
}

.tab-content-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* animation */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

* {
    outline: none;
}

strong {
    font-weight: 600;
}
#nav-container {
    position: absolute;
    height: 100vh;
    width: 100%;
    pointer-events: none;
}
#nav-container .bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
}
#nav-container:focus-within .bg {
    visibility: visible;
    opacity: 0.6;
}
#nav-container * {
    visibility: visible;
}

.button {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 72px;
    width: 27px;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    float: right;
    bottom: 0px;
    right: 2px;
}
.icon-bar {
    display: block;
    width: 100%;
    height: 2px;
    background: #c80808;
    transition: 0.3s;
}
.icon-bar + .icon-bar {
    margin-top: 5px;
}

#nav-container:focus-within .button {
    pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 6px, 0) rotate(45deg);
    width: 20px;
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    width: 20px;
}

#nav-content {
    padding: 20px 30px;
    width: 90%;
    max-width: 350px;
    position: absolute;
    top: 72px;
    right: 0;
    height: calc(100% - 70px);
    background: #ececec;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
    contain: paint;
    text-align: left;
    z-index: 1;
}

#nav-content ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#nav-content li a {
    padding: 10px 5px;
    display: block;
    text-transform: capitalize;
    transition: color 0.1s;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

#nav-content li a:hover {
    color: #c80808;
}

#nav-content li:not(.small) + .small {
    margin-top: auto;
}

.small {
    display: flex;
    align-self: center;
}

.small a {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}
.small a + a {
    margin-left: 15px;
}

#nav-container:focus-within #nav-content {
    transform: none;
}

a,
a:visited,
a:focus,
a:active,
a:link {
    text-decoration: none;
    outline: 0;
}

a {
    color: currentColor;
    transition: 0.2s ease-in-out;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    height: auto;
    width: 100%;
}

.openBtn {
    background: none;
    border: none;
    padding: 10px 10px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 110px;
    border-radius: 50%;
    box-shadow: rgba(232, 188, 188, 0.35) 0px -50px 36px -28px inset;
    line-height: 12px;
}

.openBtn:hover {
    background: #ffefef;
}
.openBtn .fa {
    color: #fff;
}
.overlay {
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.overlay:hover {
    background: rgba(0, 0, 0, 0.9);
}
#FullScreenOverlay {
    display: none;
}
.overlay-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 5%;
    right: 45px;
    font-size: 35px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type="text"] {
    padding: 15px 15px 15px 5px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: transparent;
    height: 50px;
    border-radius: 0;
    border-bottom: 1px solid #777;
    color: #fff;
    font-family: Verdana, Arial, Tahoma, Serif;
}

.overlay input[type="text"]:hover {
    background: transparent;
}

.overlay button {
    float: left;
    width: 5%;
    padding: 10px;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
    height: 50px;
    border-radius: 0;
    position: absolute;
    right: 125px;
}

.overlay button:hover {
    background: transparent;
}
.SearchHero {
    background: #333333; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #dd1818, #333333); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #dd1818, #333333); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
    padding: 20px;
}
.SearchHero p {
    font-size: 13px;
}

/**
 * Change animation duration
 */
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated.fadeInUp {
    line-height: 30px;
    white-space: normal;
    top: 71%;
    position: absolute;
    z-index: 4;
    color: black;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.btn.btn-transparent.btn-rounded.btn-large {
    background: #fff;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}

.footer {
    background: #f8f9fb;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #e8e8e8;
    border-top-width: 0.1px;
}
.contact-info li a {
    text-transform: none !important;
}
.subscribe__btn i {
    font-family: "FontAwesome";
}
.social_profile i {
    font-family: "FontAwesome";
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer {
}
@media only screen and (max-width: 768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}
.single_footer h4 {
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
  font-size: 20px;
    text-align: left;
    font-family: "Montserrat";
}

.single_footer p {
    color: #fff;
}
.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.single_footer ul li {
    color: #2d2d2d;
    font-size: 11px;
    /*     display: flex; */
    /*   justify-content: center; */
}
.single_footer i {
    font-family: "FontAwesome";
    color: #2d2d2d;
    font-size: 15px;
}
.single_footer ul li a {
    color: #2d2d2d;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 14px;
    text-transform: capitalize;
}
.single_footer .contact-info li a {
    /*   line-height: 30px; */
}
.single_footer ul li a:hover {
    color: #c80808;
}

.single_footer_address ul li {
    color: #fff;
}
.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}
.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}
.subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.subscribe__btn i {
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover i {
    color: #ff3666;
}
button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
    margin-top: 40px;
}
.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social_profile ul li {
    float: left;
}
.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
    .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.social_profile ul li a:hover {
    background: #ff3666;
    border: 1px solid #ff3666;
    color: #fff;
    border: 0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
    margin-top: 70px;
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}
.copyright a {
    color: #01c7e9;
    transition: all 0.2s ease 0s;
}
.copyright a:hover {
    color: #ff3666;
}

/*Bottom Footer  */

footer p,
footer strong,
footer b,
footer {
    color: #b0b0b0;
}

.footer-bottom {
    /*     background-color: #1c1f2f; */
}
.footer-site-logo img {
    width: auto;
    height: 60px;
}
.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
    background-color: #f8f9fb !important;
}

#footer-navigation,
#footer-navigation li a:hover,
.custom-footer,
.custom-footer li a:hover {
    color: white;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.footer-bottom ul {
    margin: 0;
}
.inline-inside {
    font-size: 0;
    line-height: 0;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
#footer-menu li {
    display: inline-block;
    padding: 0 21px;
    position: relative;
    line-height: 1;
    color: #fff;
}

#footer-socials {
    text-align: right;
}

#footer-socials .socials {
    text-align: right;
    margin: 5px -7px;
    display: flex;
    justify-content: center;
}

a.socials-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 5px;
    line-height: 16px;
    padding: 5px;
    border-radius: 50%;
    background-color: transparent;
}

.socials-item i {
    display: inline-block;
    font-weight: normal;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}

.facebook {
    color: #fff;
}

.twitter {
    color: #fff;
}
.instagram {
    color: #fff;
}
.youtube {
    color: #fff;
}

.telegram {
    color: #fff;
}

/* .facebook:hover {
    color: #4e64b5;
}

.twitter:hover {
    color: #00aced;
}
.instagram:hover {
color: #f14843;
}
.youtube:hover {
    color: #c82929;
}

.telegram:hover {
    color: #0A66C2;
} */
#footer-menu a {
    color: #fff;
}

footer p,
footer li {
    font-size: 15px;
    line-height: 22px;
}

footer p,
footer li {
    font-size: 15px;
    line-height: 22px;
}

footer p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-site-info {
    font-size: 13px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    font-weight: 500;
    padding: 5px 0;
    color: #2d2d2d;
}
.socials-item i {
    font-family: "FontAwesome";
    color: #2d2d2d;
}

.navbar-brand .img-responsive.logo {
    width: auto;
    height: 41px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 10px 0;
}

.btn.btn-read.btn-xs {
    padding: 7px 12px 7px 12px;
    border-radius: 5px;
    background: #c80808;
    color: #ffffff;
    position: fixed;
    right: 40px;
    bottom: 20px;
}

.section-contact {
    padding: 100px;
    background-color: transparent;
}

.section-contact .header-section .title {
    position: relative;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 55px;
    color: #fff;
}

.section-contact .header-section .title .dot {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    background-color: #df383f;
}

.section-contact .header-section .description {
    font-family: "Roboto", sans-serif;
    color: #fff;
}

.section-contact .header-section .big-title {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 70%);
    font-size: 120px;
    font-weight: 700;
    opacity: 0.15;
    color: #fff;
}

.section-contact .form-contact .single-input {
    position: relative;
    margin-top: 40px;
}

.section-contact .form-contact .single-input i {
    position: absolute;
    top: 18px;
    left: 15px;
    color: #c80808;
    font-size: 15px;
}

.section-contact .form-contact .single-input input,
.section-contact .form-contact .single-input textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #07395c;
    padding-left: 50px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    transition: border 0.3s;
    padding-top: 15px;
}

.section-contact .form-contact .single-input input::placeholder,
.section-contact .form-contact .single-input textarea::placeholder {
    color: rgba(7, 57, 92, 0.3);
}

.section-contact .form-contact .single-input input:focus,
.section-contact .form-contact .single-input textarea:focus {
    border-color: #df383f;
}

.section-contact .form-contact .single-input textarea {
    height: 150px;
    min-height: 50px;
}

.section-contact .form-contact .submit-input input {
    margin-top: 40px;
    padding: 15px 50px;
    background-color: #c80808;
    color: #fff;
    border: none;
    font-weight: 700;
    transition: background-color 0.3s;
}

.section-contact .form-contact .submit-input input:hover {
    background-color: #07395c;
}

@media (max-width: 575.99px) {
    .section-contact {
        padding: 80px 60px;
    }

    .section-contact .header-section .title {
        font-size: 40px;
    }

    .section-contact .header-section .big-title {
        font-size: 80px;
    }

    .section-contact .header-section .description {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.99px) {
    .section-contact {
        padding: 80px 60px;
    }

    .section-contact .header-section .title {
        font-size: 45px;
    }

    .section-contact .header-section .big-title {
        font-size: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .section-contact {
        padding: 80px 60px;
    }

    .section-contact .header-section .title {
        font-size: 45px;
    }

    .section-contact .header-section .big-title {
        font-size: 100px;
    }
}

/* Header Styles */
.i-amphtml-sidebar-mask {
    width: auto !important;
    height: auto !important;
}

.hamburger {
    position: fixed;
    top: 20px;
    z-index: 9999;
    display: block;
    width: 27px;
    height: 28px;
    margin-left: 15px;
    background: transparent;
    border: none;
    right: 21px;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: "";
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 2px;
    width: 27px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #c80808;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 7px;
    -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 3px;
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #c80808;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
    content: "";
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}

.headerbar {
    height: 23px;
    z-index: 9999;
    top: 0;
    width: auto;
    display: flex;
    flex-direction: row-reverse;
    position: fixed;
    right: 15px;
}

.hamburger,
.search,
.account,
.basket {
    padding: 0;
    flex: 0;
    align-self: auto;
    cursor: pointer;
}

.site-name {
    flex: 1 1 auto;
    margin-left: -36px;
}

.tab-tooltip {
    position: absolute;
    top: -1000rem;
}

.tab-tooltip:focus {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    /* style */
    padding: 0.5rem 1rem;
    background: #f5f5f5;
    border: #a7a7a7 1px solid;
}

#header-sidebar,
#header-sidebar .submenu {
    width: 100%;
    height: auto !important;
}

#header-sidebar .main-menu,
#header-sidebar .submenu {
    overflow: auto;
}

#header-sidebar .submenu {
    top: 0;
    left: 0;
    position: fixed;
}

#header-sidebar .hide-submenu {
    visibility: hidden;
    transform: translateX(-100%);
}

#header-sidebar .show-submenu {
    visibility: visible;
    transform: translateX(0);
}

#header-sidebar .hide-parent {
    visibility: hidden;
}

#header-sidebar .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header-sidebar .link-container {
    display: block;
    height: 60px;
    line-height: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px;
}

#header-sidebar a {
    min-width: 44px;
    min-height: 44px;
    text-decoration: none;
    cursor: pointer;
}

#header-sidebar .submenu-icon {
    padding-right: 44px;
}

#header-sidebar .submenu-icon::after {
    position: absolute;
    right: 0;
    height: 19px;
    width: 44px;
    content: "";
    background-size: 1rem;
    background-image: url("../images/default/button-mobile.svg");
    background-repeat: no-repeat;
    background-position: center;
}

#header-sidebar .controls {
    display: flex;
    height: 50px;
    background: #fff;
}

#header-sidebar .controls a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-sidebar .controls span {
    line-height: 50px;
    margin: 0 auto;
}

#header-sidebar nav > .controls > a:first-of-type {
    visibility: hidden;
}

#header-sidebar .controls a svg {
    height: 15px;
    width: 15px;
}

#header-sidebar .link-icon {
    float: left;
    height: 60px;
    margin-right: 0.75rem;
}

#header-sidebar .link-icon > svg {
    height: 22px;
}

#header-sidebar {
    background: #fff;
    color: #232323;
    fill: #232323;
    text-transform: uppercase;
    letter-spacing: 0.18rem;
    font-size: 0.875rem;
    z-index: 20;
}

#header-sidebar a {
    color: #232323;
    text-transform: none;
    font-weight: 600;
    transition-duration: unset !important;
    letter-spacing: 1.5px;
    word-spacing: 2px;
    font-size: 17px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
}

div[class*="-sidebar-mask"] {
    opacity: 0.8;
}

#header-sidebar a:hover {
    text-decoration: underline;
    fill: #232323;
    color: #c80808;
}

#header-sidebar .view-all {
    font-style: italic;
    font-weight: bold;
}

#header-sidebar {
    display: none;
    height: auto;
    position: fixed !important;
    top: 72px;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-y: auto !important;
  height: 800px !important;
}
.headerbar {
    display: none;
}
#header-sidebar a:focus {
    transition-duration: unset !important;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 300;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li a {
    color: #696969;
    display: block;
    padding: 12px 30px 12px 20px;
    text-decoration: none;
    position: relative;

    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li a:hover,
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li a:focus {
    background-color: rgba(0, 0, 0, 0.15);
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li + li {
    border-top: 1px solid #e9e9e9;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a:after {
    display: block;
    content: "\f107";
    font-family: "FontAwesome";
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 10px;
    text-align: center;

    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a:hover:after,
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a:active:after {
    right: 10px;
    color: #394c53;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a.sldm-open:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu ul {
    display: none;
    padding-left: 20px;
    border-top: 1px solid #f2f2f2;
    background: #e5e5e5;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu ul li {
    background: #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu ul li a {
    font-size: 15px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default + ul {
    margin-top: 43px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default + ul:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #cfcfcf;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -30px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social:after,
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social:before {
    clear: both;
    content: " ";
    display: table;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li {
    float: left;
    width: 20%;
    font-size: 24px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a {
    padding: 12px 0;
    text-align: center;
    display: block;
    background: #dcdcdc;
    color: #585858;

    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
    margin-left: 1px;
    margin-right: 1px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover {
    background: #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-facebook {
    color: #326477;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-google-plus {
    color: #dd4b39;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-twitter {
    color: #394c53;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-pinterest {
    color: #bd2125;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-youtube {
    color: #d22222;
}

.gd-sldm .sldm nav .sldm-toggle i.sldm-close {
    -webkit-transform: translateY(-43px);
    -moz-transform: translateY(-43px);
    -o-transform: translateY(-43px);
    transform: translateY(-43px);
}

#header-sidebar .sldm-default.solution-dropdown {
    background: #f5f5f5;
}
#header-sidebar .sldm-default.solution-dropdown a {
    padding-left: 45px;
    font-size: 14px;
}
#header-sidebar .link-container.submenu-icon.sldm-open {
    background: #cecece;
}
#header-sidebar .sldm-default.solution-submenu a {
    font-size: 14px;
    height: auto;
    padding: 10px 10px 10px 60px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
#header-sidebar .sldm-default.solution-submenu .solution-mobile {
    font-size: 13px;
    color: #636363;
}
#header-sidebar .link-container.submenu-icon.sldm-open::after {
    position: absolute;
    right: 0;
    height: 19px;
    width: 44px;
    content: "";
    background-size: 1rem;
    background-image: url("../images/default/button-mobile.svg");
    background-repeat: no-repeat;
    background-position: center;
    rotate: 180deg;
}
/* Header Styles */

/* Banner Style */

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/* Banner Style */

/* Dashboard */

#dashboard {
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: transparent;
    position: relative;
    z-index: 1;
}
#service-dashboard {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.counter {
    background-color: transparent;
    padding: 20px 0;
    border-radius: 0;
    height: 200px;
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out;
    border-left: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.counter::after {
    content: " ";
    position: absolute;
    top: 17%;
    right: 0;
    height: 60%;
    margin-top: auto;
    margin-bottom: auto;
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
    width: 1px;
}
.counter.counter-border::after {
    background: none;
}
.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    color: #c80808;
    font-weight: 600;
    font-family: "Lato";
}

.count-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    color: #464646;
    font-family: "Lato";
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.counter img {
    width: auto;
    height: 30px;
    display: none;
}
/* Dashboard */

@media (min-width: 3001px) and (max-width: 3500px) {
    .person-image .image-div {
        height: 600px;
    }
    .single-person {
        height: 710px !important;
    }
    div.ruby-grid > div.ruby-row div.ruby-col-2.krantechnologies-card {
        width: 10.6%;
    }
    .col-lg-2_5 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
        .kran-technologies-logo .col-lg-2.col-md-3.col-sm-3.col-xs-4 {
  max-width: 8% !important;
}
}
/* Mobile View */

@media (min-width: 2601px) and (max-width: 3000px) {
    .flip-container,
    .front,
    .back {
        width: 100%;
        height: 700px;
        min-height: 500px;
        max-height: 800px;
    }
    .block-content {
        height: auto !important;
        display: block;
    }
    .history-image {
        height: 100%;
    }
    .history-image img {
        height: auto;
    }
    .col-md-5.coe-image img {
        width: 75%;
        margin: 0;
    }
    .snip1360 img {
        height: auto !important;
    }
    #client-logo a {
        padding: 70px !important;
    }
    .carousel-inner.testimonial-silde {
        max-width: 2000px !important;
        min-width: auto !important;
    }
    .ourkran-section .col-md-12.col-lg-12.col-sm-12 {
        display: flex;
    }
    .card.casestudy:hover .card-body {
        height: 90%;
    }
    .card.casestudy {
        height: 500px !important;
    }
    .card.casestudy .card-img-wrapper {
        height: 370px !important;
    }
    .card.casestudy img {
        height: 370px !important;
    }
    .snip1360.snipnews img {
        height: 300px !important;
    }
    .card.border-0.transform-on-hover .row {
        height: 370px !important;
    }
    .gallery-block.cards-gallery .card img {
        height: 370px !important;
    }
    .col-md-6.aboutus-image img {
        height: auto !important;
    }
    .relative__container::after {
        width: 30% !important;
    }
    .history-info.kran-corporate {
        margin-right: 600px !important;
    }
    .history-info.kran-csrtwo {
        margin-left: 600px !important;
    }
    .history-image.kran-csrimage {
        height: 100% !important;
    }
    .history-image.kranimagetwo {
        height: 100% !important;
    }
    .history-info.kran-corporate.domain-basic {
        margin-right: 0px !important;
    }
    .main.aims-solutions {
        max-width: 2000px !important;
    }
    .carousel-item img {
        height: auto;
    }
    .ourkran-section .container {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .snipp1360.kranculture {
        height: 400px !important;
    }
    .card.casestudy.solution-smofce {
        height: 200px !important;
    }
    .card.casestudy.solution-vetcares {
        height: 150px !important;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header.ruby-active-menu-itemm::after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > .ruby-active-menu-itemm::after {
        transition: all 0.4s ease;
        transform: scale(0.8);
        left: 270px;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header1::after {
        visibility: visible;
        top: 76px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header2::after {
        visibility: visible;
        top: 136px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header3::after {
        visibility: visible;
        top: 196px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header4::after {
        visibility: visible;
        top: 256px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header5::after {
        visibility: visible;
        top: 316px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header7::after {
        visibility: visible;
        top: 375px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header::after {
        visibility: visible;
        top: 16px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ruby-active-menu-itemm::after {
        visibility: hidden;
        transform: scale(0.8);
    }
    .person-image .image-div {
        height: 500px;
    }
    .single-person {
        height: 600px !important;
    }
    div.ruby-grid > div.ruby-row div.ruby-col-2.krantechnologies-card {
        width: 12.6%;
    }
    .col-lg-2_5 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
    #image-container .image {
        max-width: 5%;
    }
    #solutionsmodalBody .scroll4,
    #projectmodalBody .scroll4 {
        height: 700px !important;
    }
        .kran-technologies-logo .col-lg-2.col-md-3.col-sm-3.col-xs-4 {
  max-width: 9% !important;
}
.dropdown-solutions.career-drop li a {
	font-size: 16px !important;
}
.dropdown-solutions.service-drop li a {
	font-size: 16px !important;
	line-height: 20px !important;
    padding: 10px 0 !important;
}
.dropdown-solutions.project-drop li a {
	font-size: 16px !important;
}
.badge-without-number {
	right: 94px !important;
}
}

/* Mobile View  */

@media (min-width: 2301px) and (max-width: 2600px) {
    .flip-container,
    .front,
    .back {
        width: 100%;
        height: 605px;
        min-height: 500px;
        max-height: 700px;
    }
    .block-content {
        height: auto !important;
        display: block;
    }
    .history-image {
        height: 100%;
    }
    .history-image img {
        height: auto;
    }
    .col-md-5.coe-image img {
        width: 75%;
        margin: 0;
    }
    .snip1360 img {
        height: auto !important;
    }
    #client-logo a {
        padding: 70px !important;
    }
    .carousel-inner.testimonial-silde {
        max-width: 2000px !important;
        min-width: auto !important;
    }
    .ourkran-section .col-md-12.col-lg-12.col-sm-12 {
        display: flex;
    }
    .card.casestudy:hover .card-body {
        height: 90%;
    }
    .card.casestudy {
        height: 500px !important;
    }
    .card.casestudy .card-img-wrapper {
        height: 370px !important;
    }
    .card.casestudy img {
        height: 370px !important;
    }
    .snip1360.snipnews img {
        height: 300px !important;
    }
    .card.border-0.transform-on-hover .row {
        height: 370px !important;
    }
    .gallery-block.cards-gallery .card img {
        height: 370px !important;
    }
    .col-md-6.aboutus-image img {
        height: auto !important;
    }
    .relative__container::after {
        width: 30% !important;
    }
    .history-info.kran-corporate {
        margin-right: 600px !important;
    }
    .history-info.kran-csrtwo {
        margin-left: 600px !important;
    }
    .history-image.kran-csrimage {
        height: 100% !important;
    }
    .history-image.kranimagetwo {
        height: 100% !important;
    }
    .history-info.kran-corporate.domain-basic {
        margin-right: 0px !important;
    }
    .main.aims-solutions {
        max-width: 2000px !important;
    }
    .carousel-item img {
        height: auto;
    }
    .ourkran-section .container {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .snipp1360.kranculture {
        height: 400px !important;
    }
    .card.casestudy.solution-smofce {
        height: 200px !important;
    }
    .card.casestudy.solution-vetcares {
        height: 150px !important;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a::after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a::after {
        transition: all 0.4s ease;
        transform: scale(0.8);
        left: 270px;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header1::after {
        visibility: visible;
        top: 76px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header2::after {
        visibility: visible;
        top: 136px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header3::after {
        visibility: visible;
        top: 196px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header4::after {
        visibility: visible;
        top: 256px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header5::after {
        visibility: visible;
        top: 316px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header::after {
        visibility: visible;
        top: 16px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a::after {
        visibility: hidden;
        transform: scale(0.8);
    }
    .person-image .image-div {
        height: 500px;
    }
    .single-person {
        height: 600px !important;
    }
    div.ruby-grid > div.ruby-row div.ruby-col-2.krantechnologies-card {
        width: 12.6%;
    }
    .col-lg-2_5 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
    #image-container .image {
        max-width: 5.8%;
    }
    #solutionsmodalBody .scroll4,
    #projectmodalBody .scroll4 {
        height: 700px !important;
    }
        .kran-technologies-logo .col-lg-2.col-md-3.col-sm-3.col-xs-4 {
  max-width: 9% !important;
}
.dropdown-solutions.career-drop li a {
	font-size: 16px !important;
}
.dropdown-solutions.service-drop li a {
	font-size: 16px !important;
	line-height: 20px !important;
    padding: 10px 0 !important;
}
.dropdown-solutions.project-drop li a {
	font-size: 16px !important;
}
.badge-without-number {
	right: 94px !important;
}
}

/* Mobile View */

@media (min-width: 2001px) and (max-width: 2300px) {
    .flip-container,
    .front,
    .back {
        width: 100%;
        height: 630px;
        min-height: 430px;
        max-height: 550px;
    }
    .block-content {
        height: auto !important;
        display: block;
    }
    .history-image {
        height: 100%;
    }
    .history-image img {
        height: auto;
    }
    .col-md-5.coe-image img {
        width: 75%;
        margin: 0;
    }
    .snip1360 img {
        height: auto !important;
    }
    #client-logo a {
        padding: 60px !important;
        display: block;
    }
    .carousel-inner.testimonial-silde {
        max-width: 2000px !important;
        min-width: auto !important;
    }
    .ourkran-section .col-md-12.col-lg-12.col-sm-12 {
        display: flex;
    }
    .card.casestudy:hover .card-body {
        height: 90%;
    }
    .card.casestudy {
        height: 500px !important;
    }
    .card.casestudy .card-img-wrapper {
        height: 370px !important;
    }
    .card.casestudy img {
        height: 370px !important;
    }
    .snip1360.snipnews img {
        height: 300px !important;
    }
    .card.border-0.transform-on-hover .row {
        height: 370px !important;
    }
    .gallery-block.cards-gallery .card img {
        height: 370px !important;
    }
    .col-md-6.aboutus-image img {
        height: auto !important;
    }
    .history-image.kran-csrimage {
        height: 100% !important;
    }
    .history-image.kranimagetwo {
        height: 100% !important;
    }
    .history-info.kran-corporate {
        margin-right: 600px !important;
    }
    .history-info.kran-csrtwo {
        margin-left: 600px !important;
    }
    .history-info.kran-corporate.domain-basic {
        margin-right: 0px !important;
    }
    .carousel-item img {
        height: 600px !important;
    }
    .relative__container::after {
        width: 35% !important;
    }
    .ourkran-section .container {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .snipp1360.kranculture {
        height: 400px !important;
    }
    .card.casestudy.solution-smofce {
        height: 200px !important;
    }
    .card.casestudy.solution-vetcares {
        height: 150px !important;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a::after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a::after {
        transition: all 0.4s ease;
        transform: scale(0.8);
        left: 270px;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header1::after {
        visibility: visible;
        top: 76px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header2::after {
        visibility: visible;
        top: 136px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header3::after {
        visibility: visible;
        top: 196px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header4::after {
        visibility: visible;
        top: 256px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header5::after {
        visibility: visible;
        top: 316px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header::after {
        visibility: visible;
        top: 16px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a::after {
        visibility: hidden;
        transform: scale(0.8);
    }
    .person-image .image-div {
        height: 400px;
    }
    .single-person {
        height: 510px;
    }
    div.ruby-grid > div.ruby-row div.ruby-col-2.krantechnologies-card {
        width: 13.6%;
    }
    .col-lg-2_5 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
    #image-container .image {
        max-width: 6.2%;
    }
    #solutionsmodalBody .scroll4,
    #projectmodalBody .scroll4 {
        height: 700px !important;
    }
        .kran-technologies-logo .col-lg-2.col-md-3.col-sm-3.col-xs-4 {
  max-width: 10% !important;
}
.dropdown-solutions.career-drop li a {
	font-size: 16px !important;
}
.dropdown-solutions.service-drop li a {
	font-size: 16px !important;
	line-height: 20px !important;
    padding: 10px 0 !important;
}
.dropdown-solutions.project-drop li a {
	font-size: 16px !important;
}
.badge-without-number {
	right: 94px !important;
}
}

/* Mobile View */

@media (min-width: 1750px) and (max-width: 2000px) {
    .flip-container,
    .front,
    .back {
        width: 100%;
        height: 480px;
        min-height: 430px;
        max-height: 500px;
    }
    .card.border-0.transform-on-hover .row {
        height: 370px !important;
    }
    .gallery-block.cards-gallery .card img {
        height: 370px !important;
    }
    .snip1360.snipnews img {
        height: 300px !important;
    }
    .history-image {
        height: 100%;
    }
    .history-image img {
        height: auto;
    }
    .card.casestudy {
        height: 500px !important;
    }
    .card.casestudy .card-img-wrapper {
        height: 370px !important;
    }
    .card.casestudy img {
        height: 370px !important;
    }
    .block-content {
        height: auto !important;
        display: block;
    }
    .col-md-5.coe-image img {
        width: 75%;
        margin: 0;
    }
    .snip1360 img {
        height: auto !important;
    }
    #client-logo a {
        padding: 50px;
        display: block;
    }
    .carousel-inner.testimonial-silde {
        max-width: 2000px !important;
        min-width: auto !important;
    }
    .ourkran-section .col-md-12.col-lg-12.col-sm-12 {
        display: flex;
    }
    .card.casestudy:hover .card-body {
        height: 90%;
    }
    .col-md-6.aboutus-image img {
        height: auto !important;
    }
    .history-info.kran-corporate {
        margin-right: 600px !important;
    }
    .history-info.kran-csrtwo {
        margin-left: 600px !important;
    }
    .history-image.kran-csrimage {
        height: 100% !important;
    }
    .history-image.kranimagetwo {
        height: 100% !important;
    }
    .history-info.kran-corporate.domain-basic {
        margin-right: 0px !important;
    }
    .carousel-item img {
        height: 500px !important;
    }
    .relative__container::after {
        width: 40% !important;
    }
    .ourkran-section .container {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .snipp1360.kranculture {
        height: 400px !important;
    }
    .card.casestudy.solution-smofce {
        height: 200px !important;
    }
    .card.casestudy.solution-vetcares {
        height: 150px !important;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a::after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a::after {
        transition: all 0.4s ease;
        transform: scale(0.8);
        left: 270px;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header1::after {
        visibility: visible;
        top: 76px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header2::after {
        visibility: visible;
        top: 136px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header3::after {
        visibility: visible;
        top: 196px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header4::after {
        visibility: visible;
        top: 256px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header5::after {
        visibility: visible;
        top: 316px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header::after {
        visibility: visible;
        top: 16px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a::after {
        visibility: hidden;
        transform: scale(0.8);
    }
    .person-image .image-div {
        height: 400px;
    }
    .single-person {
        height: 510px;
    }

    .pd-team .person-image .image-div {
        height: 300px;
    }
    .pd-team.single-person {
        height: 410px;
    }
    div.ruby-grid > div.ruby-row div.ruby-col-2.krantechnologies-card {
        width: 15.6%;
    }
    .col-lg-2_5 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
    #solutionsmodalBody .scroll4,
    #projectmodalBody .scroll4 {
        height: 600px !important;
    }
    .kran-technologies-logo .col-lg-2.col-md-3.col-sm-3.col-xs-4 {
  max-width: 11% !important;
}
.dropdown-solutions.career-drop li a {
	font-size: 16px !important;
}
.dropdown-solutions.service-drop li a {
	font-size: 16px !important;
	line-height: 20px !important;
    padding: 10px 0 !important;
}
.dropdown-solutions.project-drop li a {
	font-size: 16px !important;
}
.badge-without-number {
	right: 94px !important;
}
}

/* Mobile App */
@media (min-width: 1501px) and (max-width: 1749px) {
    .kransolutions-row .krantechnologies-card .picture {
        width: auto;
        height: 120px !important;
    }
    div.ruby-grid > div.ruby-row div.ruby-col-2.krantechnologies-card {
        width: 15.6%;
    }
    .pd-team.single-person {
        height: 360px !important;
    }
    .pd-team .person-image .image-div {
        height: 250px !important;
    }
    .kran-technologies-logo .col-lg-2.col-md-3.col-sm-3.col-xs-4 {
 max-width: 10% !important;
}
.dropdown-solutions.career-drop li a {
	font-size: 16px !important;
}
.dropdown-solutions.service-drop li a {
	font-size: 16px !important;
	line-height: 20px !important;
    padding: 10px 0 !important;
}
.dropdown-solutions.project-drop li a {
	font-size: 16px !important;
}
.badge-without-number {
	right: 94px !important;
}
}

/* Mobile View */

@media (min-width: 1301px) and (max-width: 1749px) {
    .flip-container,
    .front,
    .back {
        width: 100%;
        height: 450px;
        min-height: 430px;
        max-height: 500px;
    }
    .block-content {
        height: 194px !important;
        display: block;
    }
    .col-md-5.coe-image img {
        width: 75%;
        margin: 0;
    }
    .snip1360 img {
        height: auto !important;
    }
    #client-logo a {
        padding: 50px;
        display: block;
    }
    .carousel-inner.testimonial-silde {
        max-width: 2000px;
        min-width: auto;
    }
    .ourkran-section .col-md-12.col-lg-12.col-sm-12 {
        display: flex;
    }
    .card.casestudy:hover .card-body {
        height: 90%;
    }
    .card.casestudy.solution-smofce {
        height: 200px !important;
    }
    .card.casestudy.solution-vetcares {
        height: 150px !important;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a::after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li a::after {
        transition: all 0.4s ease;
        transform: scale(0.8);
        left: 270px;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header1::after {
        visibility: visible;
        top: 76px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header2::after {
        visibility: visible;
        top: 136px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header3::after {
        visibility: visible;
        top: 196px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header4::after {
        visibility: visible;
        top: 256px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header5::after {
        visibility: visible;
        top: 316px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header7::after {
        visibility: visible;
        top: 375px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header::after {
        visibility: visible;
        top: 16px;
        left: 280px;
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a::after {
        visibility: hidden;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li .ruby-active-menu-itemm {
        background: #f8f9fb !important;
        color: #c80808;
        font-weight: 600;
        font-size: 15px;
        -webkit-transition: all 1s ease;
        transition: none;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > .ruby-active-menu-itemm::after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
        left: 280px;
        top: 16px;
    }
    .allsolutions-dropdown .dropdown-solutions {
        width: 123% !important;
    }
    .col-lg-2_5 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
    .pd-team.single-person {
        height: 330px;
    }
    .pd-team .person-image .image-div {
        height: 230px;
    }

}

@media (min-width: 1300px) and (max-width: 1400px) {
	      .bannerHead span {
    font-size: 30px !important;
    line-height: 40px;
  }
  p.animated.bannertitle {
  top: -90px !important;
  }
  .bannerHead.firstactive span {
  font-size: 23px !important;
  line-height: 38px;
  padding-bottom: 30px;
}
.bannerHead span div {
  font-size: 28px !important;
}
.bannerHead span ol li {
  font-size: 22px !important;
}
}
/* Mobile View */

@media (min-width: 1025px) and (max-width: 1300px) {
    .col-lg-2_5 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
    .dropdown-solutions {
        height: 560px !important;
        width: 126% !important;
    }
    .projects-dropdownsolutions.dropdown-solutions {
        /*         height: 560px !important; */
        width: 126% !important;
    }
    ul.ruby-menu > li.ruby-menu-mega > div,
    ul.ruby-menu > li.ruby-menu-mega-blog > div,
    ul.ruby-menu > li.ruby-menu-mega-shop > div {
        top: 46px !important;
        transform: translateY(25px);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a {
        line-height: 40px;
    }
    span.ruby-c-content {
        font-size: 14px;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a {
        padding: 10px 10px;
        /*         margin-left: 25px; */
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a {
        width: 27.5%;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a {
        font-size: 15px;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a {
        font-size: 15px;
    }
    .ruby-grid.ruby-grid-lined .solution-subheading {
        font-size: 22px;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > div {
        left: 350px;
    }
    div.ruby-grid > div.ruby-row .kransolutions-row div.ruby-col-4 {
        width: 50%;
    }
    .footer-site-info {
        font-size: 12px;
    }
    .footer-site-info a {
        font-size: 7px;
    }
    .overlay-content {
        top: 15%;
    }

    .overlay button {
        right: 95px;
    }
    .menu-container {
        width: 100% !important;
    }
    .content p {
        line-height: 20px !important;
        font-size: 14px !important;
    }
    .cd-horizontal-timeline .events-content p::before {
        left: 10px;
    }
    .aboutus-content.service-content {
        padding: 20px !important;
    }
    .aboutus-content.service-content h2 {
        text-align: left;
        font-size: 22px !important;
        line-height: 30px !important;
        padding-bottom: 20px !important;
    }
    .aboutus-content.service-content li {
        line-height: 32px !important;
        font-size: 16px !important;
    }
    .servicee-header h2 {
        font-size: 18px !important;
    }
    .counter.service-counter {
        height: 200px !important;
        padding: 30px 15px !important;
        margin: 15px 0 !important;
    }
    figure.snip1360.snipnews.blognews figcaption {
        height: 251px !important;
    }
    figure.snip1360.snipnews.blognews img {
        height: 251px !important;
    }
    .snip1360.snipnews {
        height: 700px !important;
    }
    figure.snip1360.snipnews.blognews h2 {
        margin: 0 0 5px !important;
        line-height: 30px !important;
        font-size: 16px !important;
        letter-spacing: normal !important;
    }
    figure.snip1360.snipnews.blognews {
        height: 330px !important;
    }
    .history-info.kran-corporate {
        margin-right: 440px !important;
        padding: 10px 0px 50px 0px !important;
    }
    .history-info.kran-csrtwo {
        margin-left: 440px !important;
    }
    .about-section {
        height: auto !important;
    }
    #coe {
        padding-top: 50px !important;
    }
    .front img {
        height: 200px;
    }
    .block-content {
        height: 195px !important;
    }
    .back .button {
        padding: 6px 6px !important;
        margin: 0px;
    }
    .cards.kran-solution {
        height: 420px !important;
    }
    .solutions-kran {
        padding: 15px !important;
    }
    .domain-basic.history-info.kran-corporate {
        margin-right: 0 !important;
    }
    .absolute.gallery-culturee h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    .contactus-content h2 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .carousel-item img {
        height: auto !important;
    }
    .carousel-control-next-icon::before {
        font-size: 30px !important;
        color: #fff !important;
        top: 40% !important;
    }
    .carousel-control-prev-icon::before {
        font-size: 30px !important;
        color: #fff !important;
        top: 40% !important;
    }
    .word {
        font-size: 30px !important;
    }
    .pfmsbenefits .service-images.fill.aims-modules img {
        height: 600px !important;
    }
    .pfmsbenefits .service-images.fill.aims-modules img {
        padding: 0 !important;
    }
    .aims-highlights .col-md-6.col-sm-12.col-lg-3.my-4 {
        max-width: 33.3%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .srs-highlights .col-md-6.col-sm-12.col-lg-4.my-4 {
        max-width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col-md-6.col-sm-12.col-lg-3.my-4.phoenix {
        max-width: 50% !important;
        padding: 0 15px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box.box1 {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box.box2 {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box {
        height: auto !important;
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.ms-highlights.concultancy-service .pfms-box {
        height: 480px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.product-service .pfms-box {
        height: 600px !important;
    }
    .aboutus-content.service-content.aims-modules {
        padding-left: 25px !important;
    }
    .pfms-key.domain-solutions.glxyalms.hlx-highlights .pfms-box {
        height: 310px !important;
    }
    .pfmsbenefits .aboutus-content.service-content.edge.aims-modules {
        padding: 0 20px 0 50px !important;
    }
    .pfms-key.domain-solutions.gadmin.hlx-highlights .pfms-box {
        height: 300px !important;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights img {
        width: 100px;
        height: 106px !important;
        margin: auto !important;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .pfms-box p {
        font-size: 14px !important;
    }
    .product-banner .block span {
        font-size: 40px !important;
    }
    .pfmsbenefits.smartoffice-salient .service-images.fill.aims-modules img {
        height: 350px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .col-md-6.col-sm-12.col-lg-3.my-4 {
        max-width: 32.333%;
    }
    .pfms-key.domain-solutions.srs-highlights.ims-highlights.product-service .pfms-box {
        height: 220px !important;
    }
    .pfms-key.domain-solutions.orbt-highlights.srs-highlights.concultancy-service .row {
        max-width: 100% !important;
    }
    .pfms-key.domain-solutions.srs-highlights.pms-highlights.product-service .pfms-box {
        height: 250px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .row {
        max-width: 100% !important;
    }
    .pfms-key.domain-solutions.charms-highlights.phoenix-highlights .pfms-box {
        height: 330px !important;
    }
    .content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.mobile-service .pfms-box p {
        font-size: 18px !important;
        line-height: 30px !important;
        color: #333 !important;
    }
    .solution-slider.carousel .carousel-item .img-box {
        height: 70px !important;
    }
    .solution-slider.carousel .carousel-item img {
        height: 60px !important;
    }
    .snip1360.snipnews.blognews.casecategory {
        height: auto !important;
    }
    .snip1360.snipnews.blognews.casecategory figcaption {
        height: 200px !important;
    }
    .job-list .snip1360.snipnews.blognews.casecategory figcaption {
        height: 355px !important;
    }
    .job-list .snip1360.snipnews.blognews.casecategory h2 {
        font-size: 18px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.quality-highlights.product-service .pfms-box {
        height: 275px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.admire-highlights.product-service .pfms-box {
        height: 300px !important;
        padding: 10px !important;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a::after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > a::after {
        transition: all 0.4s ease;
        transform: scale(0.8);
        left: 270px;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header1::after {
        visibility: visible;
        top: 71px;
        /*     left: 223px; */
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header2::after {
        visibility: visible;
        top: 131px;
        /*     left: 223px;  */
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header3::after {
        visibility: visible;
        top: 191px;
        /*     left: 223px; */
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header4::after {
        visibility: visible;
        top: 251px;
        /*     left: 223px; */
        transition: right 0.6s ease;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header5::after {
        visibility: visible;
        top: 311px;
        /*     left: 223px; */
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > .ux-header::after {
        visibility: visible;
        top: 11px;
        /*     left: 223px; */
        transition: right 0.6s ease;
        transform: scale(0.8);
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li:hover > a::after {
        visibility: hidden;
        transform: scale(0.8);
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > .ruby-active-menu-itemm {
        background: #f8f9fb !important;
        color: #c80808;
        font-weight: 600;
        font-size: 15px;
        -webkit-transition: all 1s ease;
        transition: none;
    }

    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > li > .ruby-active-menu-itemm::after {
        font-family: "FontAwesome";
        text-decoration: none;
        content: "\f107";
        position: absolute;
        margin-left: 5px;
        position: absolute;
        -webkit-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        font-size: 22px;
        font-weight: 400;
        left: 225px;
        top: 10px;
    }

    .ruby-active-menu-item.ux-headerlist.ruby-active-menu-itemm .ux-header:after {
        /* 	    left: 223px; */
        top: 11px;
    }
    .allsolutions .cards.kran-solution {
        height: 320px !important;
        padding: 20px 0 !important;
    }
    .ux-headerlist .readmore-btnnnn.viewallsolutions {
        margin-left: 35px !important;
        width: 188px !important;
        font-size: 12px !important;
    }
    .ux-headerlist .readmore-btnnnn.viewallsolutions::after {
        left: 157px !important;
        top: 4px;
    }
    ul.ruby-menu > li.ruby-menu-mega-blog > div > ul.ruby-menu-mega-blog-nav > .ux-headerlist:hover > .readmore-btnnnn.viewallsolutions::after {
        left: 159px !important;
    }
    .ruby-col-6.ruby-project {
        width: 65% !important;
    }
    .ruby-col-3.ruby-client {
        width: 35% !important;
    }
    .ruby-col-3.ruby-service {
        display: none !important;
    }
    .pd-team.single-person {
        height: 270px !important;
    }
    .pd-team .person-image .image-div {
        height: 170px !important;
    }
    .bannerHead span {
        font-size: 22px !important;
        line-height: 36px;
    }
        .bannerHead span div {
  font-size: 22px !important;
  line-height: 36px !important;
}
.bannerHead span ol li {
  font-size: 20px !important;
  line-height: 36px !important;
}
    .bannerHead.firstactive span {
        font-size: 20px !important;
        line-height: 36px;
        padding-bottom: 50px;
    }
    p.animated.bannertitle {
        font-size: 23px !important;
        top: -72px !important;
    }
    .bannerHead {
        padding: 0 100px;
    }
        	.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .non-flip {
  height: 400px !important;
}
.col-md-12.col-lg-12.col-sm-12.coe-home {
  max-width: 100% !important;
}
  .card.coe-card {
  margin-bottom: 10px;
  height: 120px !important;
    padding: 10px 10px !important;
}
}

/* Mobile view */

@media (min-width: 1024px) and (max-width: 1135px) {
    .clearfix.ruby-menu {
        display: none !important;
    }
    #header-sidebar {
        display: block !important;
        padding: 0 0 120px 0;
    }
    .headerbar {
        display: block !important;
        z-index: 998 !important;
    }
    .navbar-right {
        display: none !important;
    }
    .hamburger {
        top: 23px !important;
        right: 51px !important;
    }
    .menu-container {
        z-index: 99;
    }
    	#kran-tech-mobile {
		padding: 20px 0 !important;
	}
	#kran-technologies-logo h5 {
		font-size: 12px !important;
		padding: 5px 5px !important;
	}
	.kran-technologies-logo .col-lg-2.col-md-3.col-sm-3.col-xs-4 {
		max-width: 12.5% !important;
		margin: 0 !important;
	}
	#kran-technologies-logo .kran-technologies-logo a img {
		height: auto !important;
	}
	  .card.coe-card {
  margin-bottom: 10px;
}
}

/*  Mobile View */

@media (min-width: 769px) and (max-width: 1024px) {
    #nav-container {
        display: none;
    }
    .menu-mobile {
        display: none;
    }
    .clearfix.ruby-menu.show-on-mobile {
        display: none;
    }
    .clearfix.ruby-menu {
        display: none;
    }
    .openBtn {
        padding: 6px 6px;
        top: 22px;
        right: 100px;
    }

    .menu-container {
        position: fixed;
        z-index: 997;
        width: 100% !important;
        display: block;
        padding: 0 50px 0px 50px;
    }
    .overlay .closebtn {
        top: 0;
        right: 5%;
    }
    .overlay button {
        width: 5%;
        right: 70px;
    }
    .overlay input[type="text"] {
        font-size: 16px;
    }
    .overlay-content {
        position: relative;
        top: 25%;
        width: 80%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }
    #sbanner {
        position: relative;
        background-position: 50% !important;
    }
    .overlay {
        position: fixed;
        z-index: 1;
        height: 100px;
        top: 72px;
    }
    .navbar-brand {
        top: 0px;
        position: relative;
    }
    .footer-site-info {
        font-size: 12px;
    }
    .footer-site-info a {
        font-size: 7px;
    }
    #footer-menu li {
        padding: 0 10px;
    }
    #footer-navigation,
    #footer-navigation li a,
    .custom-footer,
    .custom-footer li a {
        font-size: 12px;
    }
    .navbar-brand .img-responsive.logo {
        width: auto;
        height: 41px;
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 10px 0;
    }

    #header-sidebar {
        display: block;
        padding: 0 0 120px 0;
    }
    .headerbar {
        display: block;
        z-index: 998;
    }
    .hamburger {
        top: 23px;
        right: 51px;
    }
    .bread-crumb .breadcrumb li i {
        font-size: 16px;
    }
    .bread-crumb .breadcrumb li a {
        font-size: 12px;
    }
    .section-contact .form-contact .single-input input,
    .section-contact .form-contact .single-input textarea {
        font-size: 14px;
    }
    .widget-body a {
        margin-bottom: 10px;
    }
    .back .button {
        padding: 15px 20px;
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .back p {
        margin: 15px 0;
        line-height: 20px;
        font-size: 14px;
    }
    .col-md-5.service-image img {
        height: auto;
    }
    .col-md-7.service-content {
        text-align: justify;
        height: auto;
        width: auto;
        margin: auto;
        max-width: 100%;
        padding: 20px 10px 10px 10px;
    }
    .col-md-5.service-image {
        margin: 0;
    }
    a.btn.btn-primary.btn-lg.text-center.get-in-touch {
        z-index: 1 !important;
        top: 50% !important;
        right: -30px !important;
    }
    .modal-content.getintouch-modal {
        top: 90px !important;
    }
    #coe .container {
        width: 100% !important;
    }
    .modal-content.getintouch-modal {
        width: 100%;
        height: auto;
    }
    .modal-header .close {
        text-align: left !important;
    }
    .content p {
        line-height: 20px !important;
        font-size: 14px !important;
    }
    .service-card {
        padding: 5px 15px !important;
    }
    #sbanner .block {
        padding: 140px 0 !important;
    }
    .solutions-kran {
        padding: 20px !important;
    }
    .solutions-kran h5 {
        font-size: 28px !important;
    }
    .col-md-6.col-xs-12.aboutus-content {
        padding: 0px 10px 0 10px !important;
    }
    .col-md-6.aboutus-image {
        display: flex;
        position: relative;
        top: 25%;
    }
    .col-md-6.aboutus-image img {
        height: auto !important;
    }
    .col-md-6.col-xs-12.aboutus-content h2 {
        text-align: left;
        font-size: 20px !important;
        line-height: 30px !important;
        padding-bottom: 15px !important;
    }
    .col-md-6.col-xs-12.aboutus-content h1 {
        text-align: left;
        font-size: 20px !important;
        line-height: 30px !important;
        padding-bottom: 15px !important;
    }
    .aboutus-content h3 {
        font-size: 16px !important;
        padding-bottom: 0px !important;
    }
    .col-md-6.col-xs-12.aboutus-content p {
        font-size: 15px !important;
    }
    .title-vm h2 {
        font-size: 26px !important;
    }
    .title-vm p {
        font-size: 16px !important;
    }
    .container-fluid.culture img {
        padding: 0 !important;
    }
    .aboutus-content {
        padding: 0px 10px 0 10px !important;
    }
    .aboutus-content h2 {
        text-align: left;
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .aboutus-content h1 {
        text-align: left;
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .aboutus-content h3 {
        padding-top: 0px !important;
        font-size: 18px !important;
        font-size: 16px !important;
        padding-bottom: 0px !important;
    }
    .aboutus-content p {
        font-size: 15px !important;
        margin-bottom: 0 !important;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .full__width img {
        width: 100%;
        height: 450px !important;
    }
    .absolute.culturee {
        left: 0% !important;
        width: 70% !important;
    }
    .absolute.culturee h3 {
        font-size: 16px !important;
        padding-bottom: 0px !important;
    }
    .absolute.culturee h2 {
        font-size: 20px !important;
        margin-bottom: 5px !important;
        line-height: 28px !important;
    }
    .absolute.culturee p {
        font-size: 15px !important;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 18px !important;
    }
    .col-lg-12.fill {
        padding: 0 !important;
    }
    .col-lg-3.fill {
        padding: 0px !important;
    }
    .technology-team {
        padding: 25px 0 0 0 !important;
        margin: 0 !important;
        width: 100% !important;
        display: flex !important;
    }
    .col-lg-3.fill img {
        padding: 0px !important;
    }
    .col-lg-4.fill img {
        padding: 25px !important;
    }
    .col-lg-6.fill img {
        padding: 25px !important;
    }
    .col-lg-6.col-sm-12.tech-content h3 {
        padding-bottom: 0px !important;
        padding-top: 20px !important;
        font-size: 16px !important;
    }
    .col-lg-6.col-sm-12.tech-content h2 {
        font-size: 20px !important;
        line-height: 30px !important;
        padding-right: 0 !important;
        padding-bottom: 15px !important;
    }
    .col-lg-6.col-sm-12.tech-content p {
        font-size: 15px !important;
        margin-bottom: 0 !important;
    }
    .snipp1360 figcaption {
        height: 260px !important;
    }
    .snipp1360 h2 {
        margin: 0 0 20px !important;
        line-height: 32px !important;
    }
    .snipp1360 p {
        line-height: 26px !important;
    }
    .snipp1360::before {
        bottom: 15px !important;
        left: 20px !important;
    }
    .snipp1360::before,
    .snipp1360::after {
        height: 70px !important;
        width: 70px !important;
    }
    .snipp1360::after {
        top: 30px !important;
        right: 30px !important;
    }
    .block h2 {
        line-height: 38px !important;
    }
    .block span {
        font-size: 28px !important;
    }
    .cd-horizontal-timeline .events-content p::before {
        left: -30px;
    }
    .col-lg-4.service-image {
        min-height: auto;
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        height: auto !important;
    }
    .col-lg-4.service-image img {
        margin: auto !important;
        width: 100%;
        height: 250px;
    }
    .col-lg-8.service-content {
        min-height: auto;
        display: block !important;
        width: 100% !important;
        margin: auto 0 !important;
        height: 100% !important;
    }
    .service-heading {
        padding: 18px 18px 18px 0 !important;
    }
    .col-lg-12.service-content p {
        padding: 0 !important;
        line-height: 24px;
        margin: 0 !important;
    }
    .col-xs-12.col-md-12.col-lg-12.mobile-head {
        padding: 0 !important;
    }
    .modal-dialog.modal-lg.emergency-form {
        width: 80% !important;
    }
    .servicee-header h2 {
        font-size: 18px !important;
    }
    .counter.service-counter {
        height: 200px !important;
        padding: 30px 15px !important;
        margin: 15px 0 !important;
    }
    .counter.service-counter h2 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .aboutus-content.service-content {
        padding: 20px !important;
    }
    .aboutus-content.service-content h2 {
        text-align: left;
        font-size: 22px !important;
        line-height: 30px !important;
        padding-bottom: 15px !important;
    }
    .aboutus-content.service-content li {
        line-height: 28px !important;
        font-size: 16px !important;
    }
    .post-slide h3 {
        font-size: 16px !important;
        padding: 0 0px 20px 0px !important;
    }
    .solution-info {
        padding-left: 50px !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
    .contactus-content {
        padding: 0px 40px 0 10px !important;
    }
    .snipp1360.kranculture {
        padding: 15px !important;
    }
    .kranculture figcaption {
        padding: 10px !important;
        height: 300px !important;
    }
    .snipp1360.kranculture h2 {
        font-size: 22px !important;
        line-height: 38px !important;
        padding: 0px 10px 10px 10px !important;
    }
    .snipp1360.kranculture img {
        height: 300px !important;
    }
    .social-unorder li a {
        width: auto !important;
    }
    .snip1360.snipnews figcaption {
        height: 69% !important;
    }
    .col-lg-3.col-md-3.col-sm-3.col-xs-4 {
        padding: 15px !important;
    }
    .aboutus-content.client-content {
        padding: 0 !important;
    }
    .absolute.clientss h2 {
        font-size: 20px !important;
        line-height: 30px !important;
        padding-right: 0 !important;
    }
    .absolute.clientss h3 {
        font-size: 18px !important;
        padding-bottom: 2px !important;
    }
    .absolute.clientss p {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    #client-logo a {
        padding: 0 !important;
    }
    .modal-dialog.modal-md.career-form {
        width: 80% !important;
    }
    #side-menu {
        display: none;
    }
    .navbar-right {
        display: none;
    }
    .bannerHead span {
       font-size: 18px !important;
    line-height: 32px;
    }
        .bannerHead span div {
  font-size: 18px !important;
  line-height: 32px !important;
}
.bannerHead span ol li {
  font-size: 17px !important;
  line-height: 32px !important;
}
    p.animated.bannertitle .service-banner {
   font-size: 18px !important;
    height: 40px !important;
    }
    .bannerHead.firstactive span {
        font-size: 18px !important;
        line-height: 36px;
        padding-bottom: 50px;
    }
    p.animated.bannertitle {
        font-size: 20px !important;
        top: -72px !important;
    }
    .bannerHead {
        top: 0 !important;
        padding: 0 80px 0 80px !important;
        line-height: 40px !important;
        text-align: center !important;
        width: 100% !important;
    }
    .animated.fadeInUp .btn {
        padding: 10px 25px !important;
        border-radius: 0px;
        font-size: 12px;
    }
    .carousel .testimonial p {
        text-indent: 10px !important;
        line-height: 26px !important;
        font-size: 16px !important;
    }
    #coe {
        padding-top: 50px !important;
    }
    .col-md-6.col-sm-12.service-focus h2 {
        padding: 0px !important;
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .about-section {
        padding-top: 30px !important;
    }
    .title h2 {
        padding-bottom: 50px !important;
        font-size: 28px !important;
    }
    #service {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    #product-list {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .snip1360 h2 {
        font-size: 15px !important;
    }
    #client-logo {
        padding-bottom: 50px !important;
    }
    #testimonial {
        padding: 50px 0px 50px 0px !important;
    }
    #asso-logo {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .career-accordian span {
        font-size: 14px !important;
        line-height: 34px !important;
        letter-spacing: 0.2px !important;
    }
    .career-accordian b {
        padding: 10px 0 !important;
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .career-accordian strong {
        padding: 10px 0 !important;
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .col-md-7.col-xs-12 h2 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .col-md-7.col-xs-12 h1 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    #service-dashboard {
        padding-bottom: 50px !important;
    }
    .solution-info h2 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .solution-info h1 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .client-section {
        padding-top: 50px !important;
    }
    #history-section {
        flex-direction: column;
        justify-content: normal;
        padding: 0 !important;
    }
    .history-image.kran-csrimage {
        position: absolute !important;
    }
    .history-info.kran-corporate {
        margin: 0 150px 20px 0 !important;
        padding: 50px 20px 50px 0px !important;
        position: relative;
        top: 100px !important;
    }
    .history-info.kran-corporate p {
        font-size: 15px !important;
    }
    .col-lg-12.col-md-12.col-sm-12.assamcares-csr {
        padding: 0 !important;
    }
    .tabtop li a:last-child {
        padding: 5px 10px !important;
    }
    .nav.nav-tabs.tabtop.tabsetting {
        width: 100% !important;
        height: auto;
        margin: auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .nav.nav-tabs.tabtop.tabsetting li {
        float: none;
        margin-bottom: 10px !important;
        margin-right: 15px;
    }
    .tabtop .active a::before {
        content: "";
    }
    .assamcares-csr p {
        font-size: 14px !important;
    }
    .assamcares-csr li {
        line-height: 28px !important;
        font-size: 14px !important;
    }
    .history-info.kran-csrtwo {
        width: auto !important;
        height: auto;
        margin: 0 0px 50px 200px !important;
        padding: 50px 20px 50px 20px !important;
        position: relative;
        top: 100px !important;
    }
    .history-image.kranimagetwo {
        position: absolute !important;
    }
    .awards {
        padding: 50px 0 !important;
    }
    .domainlist {
        top: 100px !important;
        padding: 30px !important;
        position: absolute !important;
        margin: auto !important;
    }
    .domainlist li {
        line-height: 28px !important;
        font-size: 14px !important;
    }
    .center-of-excellence {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .solution-info p {
        font-size: 15px !important;
    }
    .aboutus-content li {
        line-height: 28px !important;
        font-size: 15px !important;
    }
    .aboutus-content .list-bullets-service li {
        font-size: 15px !important;
        line-height: 26px !important;
    }
    .accordion_two_section {
        padding: 50px 0 !important;
    }
    figure.snip1360.snipnews.blognews h2 {
        margin: 0 0 5px !important;
        line-height: 28px !important;
        letter-spacing: 0px !important;
        font-size: 14px !important;
    }
    figure.snip1360.snipnews.blognews figcaption {
        height: 251px !important;
    }
    figure.snip1360.snipnews.blognews img {
        height: 251px !important;
    }
    figure.snip1360.snipnews.blognews span {
        font-size: 12px !important;
    }
    .col-md-7.domain-basic.history-info.kran-corporate {
        margin: 0 !important;
        padding: 0px 20px 0px 0px !important;
        position: relative;
        top: 0 !important;
    }
    .about-section.domainfullImage {
        padding-bottom: 20px;
    }
    .container-fluid.culture {
        padding: 50px 0 !important;
    }
    .maintanance-service {
        padding: 50px 0 50px 0 !important;
    }
    .container-fluid.solution-image {
        padding: 50px 0 50px 0 !important;
    }
    .col-md-6.col-sm-12.service-focus p {
        font-size: 14px !important;
    }
    .col-md-8.service-image {
        max-width: 100% !important;
    }
    #flip {
        padding-top: 50px;
        padding-bottom: 50px !important;
    }
    .counter {
        height: 130px !important;
    }
    .aboutus-timeline {
        padding: 50px 0 !important;
    }
    .about-us-section {
        padding: 50px 0 50px 0 !important;
    }
    .about-us-section.about-overview {
        padding: 80px 0 50px 0;
    }
    .modal-dialog {
        max-width: 100% !important;
        width: 90% !important;
    }
    .contactus-content p {
        margin-bottom: 0 !important;
        font-size: 16px !important;
    }
    #form-card {
        padding: 30px 0 !important;
    }
    .carousel-inner.testimonial-silde .testimonial {
        background: transparent !important;
        color: #000 !important;
        margin: 0 120px !important;
    }
    .carousel-inner.testimonial-silde {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: auto !important;
    }
    .about-section.krancsr.fullImage {
        height: auto !important;
        max-height: none !important;
    }
    .col-md-6.col-lg-4.col-sm-12.domain {
        margin-bottom: 20px;
        max-width: 50% !important;
        display: inline-flex;
        flex-flow: column;
    }
    .front img {
        height: 250px;
        position: relative !important;
    }
    .flip-container,
    .front,
    .back {
        width: 100%;
        height: 395px;
    }
    .block-content {
        height: 145px !important;
    }
    #product-list .col-md-6.col-lg-4.col-sm-12 {
        max-width: 50% !important;
        display: inline-flex;
        flex-flow: column;
    }
    .card.casestudy:hover .card-body {
        height: 90% !important;
    }
    #newsblock .card-wrapper.col-lg-4.col-md-6.col-xs-12 {
        max-width: 50% !important;
        display: inline-flex;
        flex-flow: column;
    }
    .aboutus-content.service-basic p {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .aboutus-content.service-basic h3 {
        font-size: 14px !important;
        line-height: 25px !important;
    }
    .aboutus-content.service-basic li {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .casestudy-half.domainlist {
        height: auto !important;
        top: 0 !important;
        position: relative !important;
    }
    .aboutus-content.service-basic .studybenefits li {
        line-height: normal !important;
        font-size: 14px !important;
    }
    .absolute.gallery-culturee h2 {
        font-size: 24px !important;
        line-height: normal;
    }
    .social-unorder {
        padding: 0 !important;
    }
    .social-unorder li a span {
        letter-spacing: 2px !important;
        font-size: 10px !important;
    }
    .pfms360 .aboutus-content li {
        font-size: 16px !important;
        line-height: 32px !important;
    }
    .pfms-key p {
        font-size: 16px !important;
    }
    .pfmsabout .contactus-content p {
        font-size: 16px !important;
    }
    .relative__container::after {
        width: 50% !important;
    }
    .pfmsbenefits .aboutus-content.service-content {
        height: auto !important;
    }
    .pfmsbenefits .service-images {
        height: auto !important;
    }
    .card.casestudy:hover .card-body .card-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .card.casestudy .card-body .card-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .product-banner .block span {
        font-size: 32px !important;
    }
    .product-banner .block p {
        font-size: 16px !important;
    }
    .demo-button {
        font-size: 12px;
        width: 200px;
        padding: 10px 10px !important;
    }
    .warning-content {
        padding: 30px 0 50px 0 !important;
    }
    .warning-content h1 {
        font-size: 24px !important;
        padding: 20px 0 !important;
    }
    .warning-content p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .front {
        cursor: pointer;
    }
    .tech-content {
        top: 0px !important;
    }
    .absolute.gallery-culturee h2 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .contactus-content h2 {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .carousel-item img {
        height: auto !important;
    }
    p {
        font-size: 16px !important;
    }

    .carousel-control-next-icon::before {
        font-size: 30px !important;
        color: #fff !important;
        top: 40% !important;
    }
    .carousel-control-prev-icon::before {
        font-size: 30px !important;
        color: #fff !important;
        top: 40% !important;
    }
    .word {
        font-size: 30px !important;
    }
    .aims-overview .solution-info {
        padding: 0 !important;
    }
    .pfmsbenefits .service-images.fill.aims-modules img {
        padding: 0 !important;
    }
    .col-md-6.col-sm-12.col-lg-3.my-4.phoenix {
        max-width: 50% !important;
        padding: 0 15px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box.box1 {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box.box2 {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box {
        height: auto !important;
        padding: 20px !important;
    }
    .toggle {
        top: 80% !important;
        left: -65px !important;
    }
    .sidebar-contact.active {
        right: 05px !important;
    }
    .toggle.active {
        background: transparent;
        left: 350px !important;
        top: 0 !important;
    }
    .flip-container.hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    }
    .social-unorder .kran-social::after {
        content: "";
        height: 80px;
        margin: 0 auto;
        width: 140px !important;
        display: block;
        background-size: 265px auto !important;
        background-position: 6px 25px !important;
    }
    .submitCareerForm-vacancy {
        width: 100% !important;
        padding: 20px !important;
    }
    .srs-highlights.concultancy-service .col-md-6.col-sm-12.col-lg-4.my-4 {
        max-width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .aboutus-content.service-content.aims-modules {
        padding-left: 25px !important;
    }
    .pfms-key.domain-solutions .col-md-6.col-sm-12.col-lg-4.my-4 {
        max-width: 50% !important;
    }
    .pfms-key.domain-solutions .col-md-6.col-sm-12.col-lg-3.my-4 {
        max-width: 50% !important;
    }
    .pfms-key.domain-solutions.glxyalms.hlx-highlights .pfms-box {
        padding: 15px 10px !important;
    }
    .pfms-key.domain-solutions.hlx-highlights .pfms-box {
        padding: 15px 10px !important;
    }
    .card.casestudy.solution-smofce {
        height: 100% !important;
        background: #f9f9f9;
    }
    .card.casestudy.solution-smofce .card-body {
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: baseline !important;
        height: 100%;
        flex-direction: column;
        position: relative;
    }
    .card.casestudy.solution-smofce .card-body .card-title {
        transition: none;
        margin: 0px 0 10px !important;
        color: #c80808 !important;
    }
    .card.casestudy.solution-smofce .card-body .card-text {
        transition: none;
        display: block !important;
    }
    .card.casestudy.solution-smofce:hover .card-body {
        height: 100% !important;
    }
    .card.casestudy.solution-vetcares {
        height: 100% !important;
        background: #f9f9f9;
    }
    .card.casestudy.solution-vetcares .card-body {
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: baseline !important;
        height: 100%;
        flex-direction: column;
        position: relative;
    }
    .card.casestudy.solution-vetcares .card-body .card-title {
        transition: none;
        margin: 0px 0 10px !important;
        color: #c80808 !important;
    }
    .card.casestudy.solution-vetcares .card-body .card-text {
        transition: none;
        display: block !important;
    }
    .card.casestudy.solution-vetcares:hover .card-body {
        height: 100% !important;
    }
    .pfmsbenefits .aboutus-content.service-content.edge.aims-modules {
        padding: 0 20px 0 50px !important;
    }
    .pfmsbenefits .aboutus-content.service-content.srs-modules li {
        padding: 5px 0 !important;
    }
    .pfms-key.domain-solutions.smartoffice.srs-highlights .pfms-box {
        height: 280px !important;
        width: 100%;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .pfms-box {
        height: 243px !important;
        border-radius: 10px;
        padding: 15px 0px !important;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights img {
        width: 90px !important;
        height: 98px !important;
        margin: auto;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .pfms-box p {
        font-size: 14px !important;
    }
    .card.casestudy .card-body ul {
        display: block !important;
    }
    .accordion_two_section.saarathi-core .card.casestudy .card-body ul {
        display: block !important;
    }
    .accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce {
        height: 360px !important;
    }
    .accordion_two_secti on.saarathi-core.ptb-100 .card.casestudy.solution-smofce .list-bullets-service li {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .pfms-key.domain-solutions.chms-highlights.srs-highlights.concultancy-service .row {
        max-width: 100% !important;
    }
    .charms-solution {
        width: 93% !important;
        margin: auto;
    }
    .phoenix-overview .solution-info {
        padding: 20px 0px 0 20px !important;
    }
    .pfms-key.domain-solutions.orbt-highlights.srs-highlights.concultancy-service .row {
        max-width: 100% !important;
    }
    .pfms-key.domain-solutions.orbt-highlights.srs-highlights.concultancy-service .pfms-box {
        height: auto !important;
    }
    .pfmsbenefits.culture.probityfms-edify .service-images.aims-modules {
        display: none;
    }
    .pfmsbenefits.culture.probityfms-edify .aboutus-content.service-content.aims-modules {
        border: none !important;
    }
    .pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .row {
        max-width: 100% !important;
    }
    .content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.mobile-service .pfms-box p {
        font-size: 17px !important;
        line-height: 27px !important;
        color: #333 !important;
    }
    .content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box {
        padding: 15px !important;
    }
    .content-container .content-sidebar {
        flex: 0 0 40% !important;
    }
    .content-container .content {
        flex: 0 1 60% !important;
        padding: 0 10px !important;
    }
    .content-container .content-sidebar .content-navigation {
        padding: 20px 0 !important;
    }
    .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights img {
        width: auto !important;
        height: 100px !important;
        margin: auto;
    }
    .solution-slider.carousel .thumb-wrapper {
        height: 270px !important;
        margin-bottom: 30px !important;
        padding: 20px 10px !important;
    }
    .solution-slider.carousel .carousel-item {
        max-height: 100% !important;
        text-align: center;
        overflow: hidden;
        display: block !important;
        margin-right: 0 !important;
    }
    .solution-slider .carousel-control-prev,
    .solution-slider .carousel-control-next {
        display: none;
    }
    .solution-slider.carousel .carousel-indicators {
        display: none;
    }
    .solution-slider.carousel .carousel-item img {
        width: auto !important;
        height: 80px !important;
    }
    .solution-slider.carousel {
        margin: auto !important;
        padding: 0 20px !important;
    }
    .solution-slider.carousel .carousel-item p {
        padding: 0 !important;
    }
    .solution-slider.carousel .thumb-content {
        padding: 15px 0 !important;
    }
    .article__body {
        padding: 0 20px !important;
    }
    div#nav-tab {
        width: 100% !important;
    }
    .snip1360.snipnews.blognews.casecategory figcaption {
        height: 200px !important;
    }
    .social-unorder .kran-social.kranlinkedin:hover::after {
        background-position: -142px 25px !important;
    }
    .social-unorder .kran-social.kraninsta:hover::after {
        background-position: -131px 25px !important;
    }
    .social-unorder .kran-social.krantwitter:hover::after {
        background-position: -134px 25px !important;
    }
    .social-unorder .kran-social.kranfb:hover::after {
        background-position: -130px 25px !important;
    }
    .job-list .snip1360.snipnews.blognews.casecategory figcaption {
        height: 355px !important;
    }
    .job-list .snip1360.snipnews.blognews.casecategory figcaption span {
        font-size: unset !important;
    }
    .job-list .snip1360.snipnews.blognews.casecategory h2 {
        font-size: 18px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.quality-highlights.product-service .pfms-box {
        height: 330px !important;
    }
    .culture.service-image.mobile-approach .benefits-image.fill {
        height: 800px !important;
    }
    .culture.service-image.mobile-approach .aboutus-content.service-content {
        height: 800px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.admire-highlights.product-service .pfms-box {
        padding: 10px;
    }
    .cpart-link {
        position: absolute !important;
        top: 22px !important;
        right: 105px !important;
    }
    .cpart-link.btn.cpart-button {
        font-size: 12px !important;
        width: 90px !important;
        height: 30px !important;
    }
    .timeline ol li div {
       height: 211px !important;
    width: 300px !important;
    }
    .timeline-carousel__item-inner p {
    font-size: 13px !important;
    }
    .pd-team.single-person {
        height: 500px;
    }
    .pd-team .person-image .image-div {
        height: 400px;
    }
    .visionmission-section .stretched-vision {
        height: 430px !important;
    }
    #image-container .image {
        max-width: 14%;
        height: auto;
    }
    #image-container .image .picture {
        width: auto;
        height: auto;
        padding: 10px;
    }
    #solutionsmodalBody {
        padding: 0 !important;
    }
    #projectmodalBody {
        padding: 0 !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic h2,
    #projectmodalBody .blog-heading.projects-basic h2 {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic .kranprojects-category,
    #projectmodalBody .blog-heading.projects-basic .kranprojects-category {
        font-size: 11px !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic p,
    #projectmodalBody .blog-heading.projects-basic p {
        font-size: 12px;
        line-height: 14px;
    }
    #solutionsmodalBody .blog-heading.projects-basic .header-title,
    #projectmodalBody .blog-heading.projects-basic .header-title {
        top: 10px;
        font-size: 13px !important;
    }
    #solutionsmodalBody .col-md-1.col-lg-1.col-xs-1.close-close.project-close,
    #projectmodalBody .col-md-1.col-lg-1.col-xs-1.close-close.project-close {
        top: -14px;
        right: -14px;
    }
    #solutionsmodalBody .project-detailssection .aboutus-content p,
    #projectmodalBody .project-detailssection .aboutus-content p {
        font-size: 13px !important;
        line-height: 24px;
    }
        #solutionsmodalBody .project-detailssection .aboutus-content ul li,
    #projectmodalBody .project-detailssection .aboutus-content ul li {
        font-size: 13px !important;
        line-height: 24px;
    }
    #solutionsmodalBody .project-servicessection ul,
    #projectmodalBody .project-servicessection ul {
        display: flex;
/*         flex-direction: column; */
    }
    #solutionsmodalBody .project-servicessection ul li,
    #projectmodalBody .project-servicessection ul li {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    #solutionsmodalBody .project-contactform.contact-form .title.flagship-solution p,
    #projectmodalBody .project-contactform.contact-form .title.flagship-solution p {
        font-size: 14px !important;
    }
    #solutionsmodalBody .project-clientsection .aboutus-content p,
    #projectmodalBody .project-clientsection .aboutus-content p {
        font-size: 13px !important;
        line-height: 24px;
    }
     #solutionsmodalBody .project-clientsection .aboutus-content ul li,
    #projectmodalBody .project-clientsection .aboutus-content ul li {
      font-size: 13px !important;
        line-height: 24px;
    } 
	.content-container .content-sidebar .key-nav {
		padding: 0 0px !important;
	}
	.content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box img
		{
		width: 100%;
		height: auto !important;
	}
	.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .non-flip {
  height: 400px !important;
}
.col-md-12.col-lg-12.col-sm-12.coe-home {
  max-width: 100% !important;
}
.single_footer .contact-info li a .contact-companyname {
  font-size: 14px !important;
}
#kranFacesContainer {
  max-width: 100% !important;
}
.col-sm-12.col-md-6.facesofkran.mb-5 {
  max-width: 50% !important;
}
  .aboutus-content.updated-content {
    padding: 6rem !important;
  }
  .card.coe-card {
  margin-bottom: 10px;
}
.footer-services li {
  padding: 5px 0 !important;
}
.footer-services li a {
  line-height: 20px !important;
}
.snip1360.snipnews.blognews.casecategory .lastdate-submission p {
  font-size: 12px !important;
}
.kran-faces .card1.past-card .kran-names {
  font-size: 9px !important;
}
.kran-names {
	font-size: 9px !important;
}
	}

/* Mobile View */

@media (min-width: 481px) and (max-width: 768px) {
.col-sm-12.col-md-6.facesofkran.mb-5 {
  max-width: 50% !important;
}
    #nav-container {
        display: none;
    }
    .menu-mobile {
        display: none;
    }
    .clearfix.ruby-menu.show-on-mobile {
        display: none;
    }
    .clearfix.ruby-menu {
        display: none;
    }
    .openBtn {
        padding: 6px 6px;
        top: 22px;
        right: 70px;
    }
    .menu-container {
        position: fixed;
        z-index: 997;
        width: 100% !important;
        display: block;
        padding: 0 20px 0px 20px;
    }
    .overlay .closebtn {
        top: 0px;
        right: 5%;
    }
    .overlay button {
        width: 10%;
        padding: 10px;
        right: 40px;
    }
    .overlay input[type="text"] {
        font-size: 14px;
        width: 80%;
    }
    .overlay-content {
        position: relative;
        top: 25%;
        width: 80%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }
    #sbanner {
        position: relative;
        background-position: 50% !important;
    }
    .overlay {
        position: fixed;
        z-index: 1;
        height: 100px;
        top: 72px;
    }
    .navbar-brand {
        top: 0px;
        position: relative;
    }
    .footer-site-info {
        font-size: 11px;
    }
    .footer-site-info a {
        font-size: 10px;
    }
    #footer-menu li {
        padding: 0 10px;
    }
    #footer-navigation,
    #footer-navigation li a,
    .custom-footer,
    .custom-footer li a {
        font-size: 12px;
        height: 30px;
    }
    .single_footer h4 {
        text-align: center;
    }
    .single_footer ul {
        text-align: center;
    }
    .navbar-brand .img-responsive.logo {
        width: auto;
        height: 41px;
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 10px 0;
    }
    .navbar-brand .img-responsive.logo {
        width: auto;
        height: 41px;
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 10px 0;
    }

    #header-sidebar {
        display: block;
        padding: 0 0 120px 0;
    }
    .headerbar {
        display: block;
        z-index: 998;
    }
    .bread-crumb .breadcrumb li i {
        font-size: 14px;
    }
    .bread-crumb .breadcrumb li a {
        font-size: 10px;
    }
    .hamburger {
        top: 23px;
    }
    .section-contact .form-contact .single-input input,
    .section-contact .form-contact .single-input textarea {
        font-size: 13px;
    }
    .widget-body a {
        margin-bottom: 10px;
    }
    a.btn.btn-primary.btn-lg.text-center.get-in-touch {
        z-index: 1 !important;
        top: 50% !important;
        right: -30px !important;
    }
    .modal-content.getintouch-modal {
        position: relative;
        top: 90px;
    }
    .getintouch-submit {
        position: relative !important;
        left: 0;
        top: 12px;
        float: right;
        margin: 0;
    }
    .col-lg-2.col-md-3.col-sm-3.col-xs-4 {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 50% !important;
        display: inline-flex !important;
        flex-flow: column !important;
    }
    #client-logo a {
        padding: 20px 35px;
        display: block;
    }
    .col-md-6.col-lg-4.col-sm-12.domain {
        margin-bottom: 20px;
        margin: auto;
    }
    .front img {
        height: 250px;
        position: relative !important;
    }
    .flipp-container .col-md-12.col-lg-12.col-sm-12 {
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .col-md-7.service-content {
        padding-top: 20px;
    }
    .col-md-7.service-content p {
        padding: 0 !important;
        font-size: 14px !important;
    }
    .block-content {
        display: flex;
        flex-wrap: wrap;
        align-content: start;
        justify-content: center;
    }
    .back {
        background: #333;
        color: #fff;
        padding: 40px 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .back p {
        margin: 15px 0;
        line-height: 20px;
        text-align: left;
    }
    .back .button {
        padding: 5px 10px;
        font-size: 14px;
    }
    #coe .container {
        width: 100% !important;
    }
    .modal-content.getintouch-modal {
        width: 100%;
        height: auto !important;
    }
    .modal-header .close {
        text-align: left !important;
    }
    .modal-dialog.get-intouch {
        max-width: 100%;
        width: auto !important;
        max-height: 100%;
        height: 100%;
        margin: auto;
        padding-right: 17px;
        padding-left: 17px;
    }
    .col-md-6 .form-group {
        margin-bottom: 2rem !important;
    }
    .col-md-6.col-sm-12.service-focus h2 {
        text-align: center !important;
    }
    .col-md-6.col-sm-12.service-focus p {
        text-align: center !important;
    }

    .col-md-8.service-image {
        max-width: 100% !important;
        padding-bottom: 30px !important;
    }
    .content {
        padding: 0 !important;
    }
    .content p {
        padding: 0 !important;
    }
    .solutions-kran {
        padding: 0 !important;
    }
    .solutions-kran img {
        margin: auto;
    }
    .solutions-kran h5 {
        text-align: center !important;
    }
    .solutions-kran p {
        text-align: center !important;
        padding: 0px 15px !important;
    }

    #sbanner .block {
        padding: 140px 0 !important;
    }
    .solutions-kran {
        padding: 20px !important;
    }
    .col-md-6.col-xs-12.aboutus-content {
        padding: 0px 0 10px 0 !important;
    }
    .col-md-6.col-xs-12.aboutus-content p {
        padding: 0 !important;
        font-size: 15px !important;
    }
    .col-md-6.aboutus-image img {
        height: auto !important;
    }
    .cd-horizontal-timeline .events-content p {
        padding: 0 !important;
    }
    .cd-horizontal-timeline .events-content h4 {
        font-size: 75px !important;
    }
    .container-fluid.culture img {
        padding: 0 20px !important;
    }
    .aboutus-content {
        padding: 0 20px !important;
    }
    
    .aboutus-content.updated-content {
  padding: 6rem !important;
}

    .aboutus-content p {
        padding: 0 !important;
        font-size: 15px !important;
    }
    .absolute.culturee {
        left: 0% !important;
        width: auto !important;
    }
    div#nav-tab {
        width: 100% !important;
        height: auto;
        margin: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 16px !important;
        padding: 10px 5px;
    }
    .col-lg-3.fill {
        margin: 0 auto;
        padding: 0;
        max-width: 20% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 10px;
    }
    .col-lg-3.fill img {
        padding: 0px !important;
    }
    .col-lg-12.fill {
        padding: 0 !important;
    }
    .col-lg-6.fill img {
        padding: 15px !important;
    }
    .col-lg-6.fill {
        padding: 0;
        padding-bottom: 0px;
        max-width: 35% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 10px;
        margin: auto;
    }
    .col-lg-4.fill img {
        padding: 15px !important;
    }
    .col-lg-4.fill {
        margin: 0 auto;
        padding: 0;
        max-width: 20% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 10px;
    }
    .technology-team {
        padding: 20px 0 0 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .col-lg-6.col-sm-12.tech-content h3 {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        font-size: 16px !important;
    }
    .col-lg-6.col-sm-12.tech-content {
        padding: 0 !important;
    }
    .col-lg-6.col-sm-12.tech-content p {
        padding: 0 !important;
        font-size: 15px !important;
    }
    .block p {
        font-size: 18px;
        line-height: 25px;
        padding: 0 !important;
    }
    .snipp1360 figcaption {
        padding: 0 !important;
        height: auto !important;
    }
    .snipp1360 p {
        padding: 0 !important;
    }
    .snipp1360 {
        padding: 0 !important;
    }
    .col-lg-4.service-image {
        min-height: auto;
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        height: auto !important;
    }
    .col-lg-4.service-image img {
        margin: auto !important;
        width: 100%;
        height: 250px;
    }
    .col-lg-8.service-content {
        min-height: auto;
        display: block !important;
        width: 100% !important;
        margin: auto 0 !important;
        height: 100% !important;
    }
    .service-heading {
        padding: 18px 18px 18px 0 !important;
    }
    .col-lg-12.service-content p {
        padding: 0 !important;
        line-height: 24px;
        margin: 0 !important;
    }
    .col-xs-12.col-md-12.col-lg-12.mobile-head {
        padding: 0 !important;
    }
    .owl-controls .owl-buttons .owl-prev {
        left: -8%;
    }
    .owl-controls .owl-buttons .owl-next {
        right: -8%;
    }
    .modal-dialog.modal-lg.emergency-form {
        width: auto !important;
        margin: auto !important;
    }
    .servicee-header h2 {
        font-size: 16px !important;
    }
    .col-md-12.contact-form h2 {
        font-size: 16px !important;
    }
    .counter.service-counter img {
        margin-top: 15px !important;
    }
    .counter.service-counter {
        height: 200px !important;
        margin: 20px 0 !important;
        padding: 25px 25px !important;
    }

    .counter.service-counter h2 {
        font-size: 14px !important;
    }
    .service-images.fill img {
        padding: 0 !important;
    }
    .service-images.fill {
        height: auto !important;
    }
    .aboutus-content.service-content {
        height: auto !important;
    }

    .carousel-inner.testimonial-silde .testimonial {
        margin: 0 20px !important;
    }
    .solution-info {
        padding-left: 20px !important;
        padding-bottom: 0 !important;
    }
    .aboutus-content.solution-content {
        height: auto !important;
        padding: 20px 10px 20px 15px !important;
    }
    .contactus-content {
        padding: 20px 0 !important;
        height: auto !important;
    }
    .snipp1360.kranculture {
        width: auto !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }
    .absolute.gallery-culturee p {
        padding: 0;
    }
    .absolute.gallery-culturee a {
        margin-bottom: 20px;
        position: relative;
        display: inline-flex;
        padding: 10px !important;
        font-size: 10px !important;
        letter-spacing: 0.5px;
        width: 130px !important;
    }
    .snipp1360.kranculture h2 {
        font-size: 18px !important;
        line-height: 32px !important;
        padding: 10px !important;
    }
    .col-md-12.col-lg-12.mobile-news {
        padding: 0;
    }
    .snip1360.snipnews {
        height: 680px !important;
    }
    .snip1360.snipnews figcaption {
        height: 70% !important;
    }
    .service-images.fill.client-details {
        height: auto !important;
    }
    .absolute.clientss h2 {
        font-size: 20px !important;
        line-height: 30px !important;
        padding: 0px 0 18px 0 !important;
    }
    .col-lg-3.col-md-3.col-sm-3.col-xs-4 {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 50% !important;
        display: inline-flex !important;
        flex-flow: column !important;
    }
    .aboutus-content.client-content {
        padding: 0 !important;
        background: transparent;
        height: auto !important;
    }
    .accordionThree .panel-group .panel-heading + .panel-collapse > .panel-body {
        padding: 0px 20px 20px 20px !important;
    }
    .accordionThree .panel .panel-heading div {
        padding: 25px 20px !important;
    }
    .modal-dialog.modal-md.career-form {
        width: auto !important;
    }
    .submitCareerForm-vacancy {
        width: auto !important;
        padding: 10px !important;
    }
    .form-group.careerform-vacancy {
        margin-bottom: 4rem !important;
        padding: 0px 20px !important;
    }
    .accordionThree .panel {
        padding: 10px 0 !important;
    }
    .career-accordian li {
        font-size: 16px !important;
        line-height: 36px !important;
    }
    .career-accordian p {
        font-size: 16px;
        line-height: 36px;
    }
    .card.solution-card2 {
        padding-top: 20px !important;
    }
    .snip1360.snipnews.blognews figcaption {
        height: auto !important;
    }
    .snip1360.snipnews.blognews .newsreadmore-btnn {
        float: none !important;
    }
    .snip1360.snipnews.blognews .author.blog-basic {
        margin-bottom: 0px !important;
    }
    .snip1360.snipnews.blognews {
        height: auto !important;
        margin-bottom: 15px;
        max-height: 1000px !important;
        padding: 25px 0 !important;
    }
    .author.blog-basic {
        display: flex !important;
        flex-direction: column !important;
    }
    .author span {
        margin-bottom: 15px !important;
    }
    .col-md-6.col-xs-12.aboutus-content h2 {
        font-size: 18px !important;
        font-weight: bold;
        line-height: 28px !important;
    }
    .col-md-6.col-xs-12.aboutus-content h1 {
        font-size: 18px !important;
        font-weight: bold;
        line-height: 28px !important;
    }

    .absolute.culturee h2 {
        font-size: 20px !important;
        margin-bottom: 5px !important;
        line-height: 28px !important;
        text-align: left;
    }
    .absolute.culturee p {
        line-height: 24px !important;
        text-align: left;
    }
    .button.culture {
        padding: 10px 15px !important;
        width: 100px !important;
    }
    /* .four_zero_four_bg { 
  height: 300px !important;
  background-position: center;
  background-size: 300px !important;
} */
    .four_zero_four_bg h1 {
        font-size: 32px !important;
    }
    #side-menu {
        display: none;
    }
    .navbar-right {
        display: none;
    }
    .snip1360 {
        padding-top: 10px !important;
    }
    .bannerHead span {
        font-size: 14px !important;
        line-height: 26px !important;
    }
        .bannerHead span div {
  font-size: 14px !important;
  line-height: 26px !important;
}
.bannerHead span ol li {
  font-size: 13px !important;
  line-height: 26px !important;
}
    p.animated.bannertitle .service-banner {
  font-size: 16px !important;
    height: 32px !important;
    }
    p.animated.bannertitle {
        font-size: 16px !important;
        top: -70px !important;
    }
    .bannerHead.firstactive span {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .bannerHead.firstactive {
        top: -4% !important;
    }
    .bannerHead {
        top: -2% !important;
        padding: 0 40px 0 40px !important;
        line-height: 36px !important;
        text-align: center !important;
        width: 100% !important;
    }
    .carousel-control-next {
        right: -30px !important;
    }
    .carousel-control-prev {
        left: -30px !important;
    }
    .carousel .testimonial p {
        text-indent: 20px !important;
        line-height: 28px !important;
        font-size: 15px !important;
    }
    .about-section {
        padding-top: 15px !important;
    }
    .title h2 {
        padding-bottom: 50px !important;
        padding: 20px 0;
        font-size: 20px !important;
    }
    #service {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    #product-list {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .snip1360 h2 {
        font-size: 14px !important;
    }
    #client-logo {
        padding-bottom: 50px !important;
    }
    #testimonial {
        padding: 50px 0px 50px 0px !important;
    }
    #asso-logo {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .career-accordian span {
        font-size: 14px !important;
        line-height: 34px !important;
        letter-spacing: 0.2px !important;
    }
    .career-accordian b {
        padding: 10px 0 !important;
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .career-accordian strong {
        padding: 10px 0 !important;
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .col-md-7.col-xs-12 h2 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .col-md-7.col-xs-12 h1 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    #service-dashboard {
        padding-bottom: 30px !important;
    }
    .solution-info h2 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .solution-info h1 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .client-section {
        padding-top: 50px !important;
    }
    #history-section {
        flex-direction: column;
        justify-content: normal;
        padding: 0 !important;
    }
    .history-image.kran-csrimage {
        position: relative !important;
    }
    .history-info.kran-corporate {
        margin: auto !important;
        padding: 20px !important;
        position: relative;
        top: 0 !important;
    }
    .history-info.kran-corporate p {
        font-size: 15px !important;
    }
    .col-lg-12.col-md-12.col-sm-12.assamcares-csr {
        padding: 0 !important;
    }
    .tabtop li a:last-child {
        padding: 5px 10px !important;
    }
    .nav.nav-tabs.tabtop.tabsetting {
        width: 100% !important;
        height: auto;
        margin: auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .nav.nav-tabs.tabtop.tabsetting li {
        float: none;
        margin-bottom: 10px !important;
        margin-right: 15px;
    }
    .tabtop .active a::before {
        content: "";
    }
    .assamcares-csr p {
        font-size: 14px !important;
    }
    .assamcares-csr li {
        line-height: 28px !important;
        font-size: 14px !important;
    }
    .history-info.kran-csrtwo {
        width: 100% !important;
        height: auto;
        padding: 20px !important;
        margin: auto !important;
        position: relative;
        top: 0 !important;
    }
    .history-image.kranimagetwo {
        position: relative !important;
    }
    .col-lg-6.col-sm-12.tech-content h2 {
        font-size: 18px !important;
        line-height: 28px !important;
        padding-right: 0 !important;
    }
    .awards {
        padding: 50px 0 !important;
    }
    .history-info.kran-corporate.domain-basic {
        padding: 0px !important;
    }
    .domainlist {
        top: 32px !important;
        padding: 30px !important;
    }
    .domainlist li {
        line-height: 28px !important;
        font-size: 14px !important;
    }
    .container-fluid.culture {
        padding: 50px 0 !important;
    }
    .maintanance-service {
        padding: 50px 0 50px 0 !important;
    }
    .container-fluid.solution-image {
        padding: 50px 0 50px 0 !important;
    }
    .accordion_two_section {
        padding: 50px 0 !important;
    }
    .carousel-inner.testimonial-silde {
        position: relative;
        overflow: hidden;
        min-width: unset !important;
        max-width: 100% !important;
        display: flex;
        width: auto;
        margin: auto !important;
    }
    .carousel .testimonial p::before {
        left: -35px !important;
        top: 8px !important;
    }
    .about-section.krancsr.fullImage {
        height: auto !important;
        max-height: none !important;
    }
    .animated.fadeInUp .btn {
        padding: 5px 12px !important;
        font-size: 10px !important;
    }
    .animated.fadeInUp {
        top: 71%;
    }
    .aboutus-content.service-basic p {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .aboutus-content.service-basic h3 {
        font-size: 12px !important;
        line-height: 25px !important;
    }
    .aboutus-content.service-basic li {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .casestudy-half.domainlist {
        height: auto !important;
    }
    #flip {
        padding-bottom: 50px !important;
    }
    .card.casestudy {
        height: 400px !important;
    }
    .card.casestudy:hover .card-body {
        height: 90% !important;
    }
    .single_footer ul li {
        line-height: 36px !important;
        justify-content: center;
    }
    .block span {
        font-weight: 600;
        font-size: 20px !important;
        font-family: "Montserrat";
    }
    .block h2 {
        font-weight: 600;
        padding-bottom: 15px;
        line-height: 34px !important;
    }
    .pfms360 .aboutus-content.service-content {
        padding: 20px 20px !important;
    }
    .pfms360 .aboutus-content li {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .pfms-key p {
        font-size: 16px !important;
    }
    .pfmsabout .contactus-content p {
        font-size: 16px !important;
    }
    .pfmsbenefits .pfms-bf {
        display: block !important;
    }
    .pfmsbenefits .service-images {
        width: 100% !important;
        max-width: 100% !important;
    }
    .pfbasic {
        font-size: 16px !important;
    }
    .center-of-excellence {
        font-size: 16px !important;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 15px !important;
        line-height: 28px !important;
    }
    .aboutus-timeline {
        padding: 50px 0 !important;
    }
    .about-us-section {
        padding: 50px 0 50px 0 !important;
    }
    .about-us-section.about-overview {
        padding: 80px 0 50px 0;
    }
    .relative__container::after {
        width: 60% !important;
        background: none !important;
    }
    .waves {
        display: none !important;
    }
    .cd-horizontal-timeline .events-content li {
        opacity: 1 !important;
        transform: unset !important;
        position: relative !important;
    }
    /* .timeline { */
    /*   display: none !important; */
    /* } */
    .pfmsbenefits .aboutus-content.service-content {
        height: auto !important;
    }
    .pfmsbenefits .service-images {
        height: auto !important;
    }
    .pfmsbenefits .aboutus-content.service-content li {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .kranculture img {
        height: 250px !important;
    }
    .kranculture figcaption {
        height: 250px !important;
    }
    .card.casestudy:hover .card-body .card-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .card.casestudy .card-body .card-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .product-banner .block span {
        font-size: 20px !important;
        letter-spacing: -1px;
    }
    .product-banner .block p {
        font-size: 16px !important;
    }
    .demo-button {
        font-size: 11px;
        width: 180px;
        padding: 5px 5px !important;
        line-height: 24px;
    }
    .warning-content {
        padding: 30px 0 50px 0 !important;
    }
    .warning-content h1 {
        font-size: 24px !important;
        padding: 20px 0 !important;
    }
    .warning-content p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .front {
        cursor: pointer;
    }
    .aboutus-content.quality-content {
        padding: 20px !important;
        max-width: 100% !important;
    }
    .aboutus-content .list-bullets-service li {
        font-size: 15px !important;
        line-height: 26px !important;
    }
    .aboutus-timeline .cd-horizontal-timeline .events-content {
        height: auto !important;
    }
    #about-counter {
        padding-bottom: 50px !important;
    }
    .carousel-item img {
        height: auto !important;
        width: 90% !important;
        margin: auto;
    }
    .absolute.gallery-culturee h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .contactus-content p {
        font-size: 15px !important;
    }
    .carousel-control-next-icon::before {
        font-size: 30px !important;
        color: #000 !important;
        top: 40% !important;
        left: 25% !important;
    }
    .carousel-control-prev-icon::before {
        font-size: 30px !important;
        color: #000 !important;
        top: 40% !important;
        right: 25% !important;
    }
    .contactus-content h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .word {
        font-size: 24px !important;
        padding: 30px 0 !important;
        height: 120px !important;
        line-height: normal !important;
    }
    .social-unorder li {
        margin-bottom: 50px !important;
    }
    .solution-info p {
        font-size: 15px !important;
    }
    .aboutus-content.service-content.aims-modules {
        border: 1px solid #ddd !important;
    }
    .pfmsbenefits .service-images.fill.aims-modules img {
        height: auto !important;
    }
    .aims-overview .solution-info {
        padding: 0 !important;
    }
    .aboutus-content.service-content.srs-modules {
        border: 1px solid #ddd !important;
    }
    .pfmsbenefits .aboutus-content.service-content.srs-modules .list-bullets-service {
        padding-left: 20px !important;
    }
    .pfms-key.domain-solutions.srs-highlights .pfms-box {
        height: 300px !important;
    }
    .aboutus-content.service-content.orion-modules {
        border: 1px solid #ddd !important;
    }
    .pfmsbenefits .service-images.fill.orion-modules img {
        height: auto !important;
    }
    .pfmsbenefits .aboutus-content.service-content.orion-modules .list-bullets-service {
        padding-left: 20px !important;
    }
    .list-heading h2 {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .list-heading.active h2 {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .solution-accordian li {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .pfms-key.domain-solutions.orion-highlights .pfms-box {
        height: auto !important;
        padding: 30px 20px !important;
    }
    .col-md-6.col-sm-12.col-lg-3.my-4.phoenix {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box.box1 {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box.box2 {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box {
        height: auto !important;
        padding: 20px !important;
    }
    .awards.solution-awards .card.casestudy {
        height: 350px !important;
    }
    .awards.solution-awards .card-img-wrapper {
        height: auto !important;
    }
    .awards.solution-awards .card.casestudy img {
        height: auto !important;
    }
    #main-slide .item img {
        height: 420px;
        max-width: 100% !important;
        width: 100%;
        object-fit: cover;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }
    .label-input100 {
        top: 1px !important;
        left: -12px !important;
    }
    .contactform {
        font-size: 28px !important;
    }
    .contacts.contact-wrapper {
        padding-top: 120px !important;
    }
    .toggle {
        top: 80% !important;
        left: -55px !important;
        display: none;
    }
    .sidebar-contact.active {
        right: 0px !important;
    }
    .toggle.active {
        background: transparent;
        left: 350px !important;
        top: 0 !important;
    }
    .flip-container.hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    }
    .absolute.clientss p {
        font-size: 15px !important;
    }
    .social-unorder .kran-social::after {
        content: "";
        height: 80px;
        margin: 0 auto;
        width: 140px !important;
        display: block;
        background-size: 265px auto !important;
        background-position: 8px 24px !important;
    }

    .pfms-key.domain-solutions.srs-highlights.concultancy-service .pfms-box {
        height: auto !important;
    }
    .pfms-key.domain-solutions.srs-highlights.mobile-service .pfms-box {
        height: auto !important;
    }
    .post-slide .post-description {
        font-size: 14px !important;
    }
    .service-benefits .aboutus-content.service-content h2 {
        font-size: 18px !important;
    }
    #projects {
        display: none;
    }
    .container-fluid.culture.service-image .benefits-image img {
        padding: 40px !important;
    }
    .form-group.field-name .col-sm-9.col-lg-9.col-md-9 {
        padding: 5px;
    }
    .service-modal .modal-body {
        margin: 15px 0;
    }
    .form-group.field-name {
        margin-bottom: 2rem !important;
    }
    .col-md-8.col-sm-12.service-captcha {
        padding: 10px 0 0 0 !important;
    }
    .form-group.field-name label {
        font-size: 14px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.product-service .pfms-box {
        height: auto !important;
    }
    .pfms-key.domain-solutions.vetcares.hlx-highlights .pfms-box {
        justify-content: center;
        align-items: center;
        height: auto !important;
    }
    .pfms-key.domain-solutions.vetcares.hlx-highlights .pfms-box p {
        text-align: center !important;
    }
    .pfms-key.domain-solutions.smartoffice.srs-highlights .pfms-box {
        height: auto !important;
    }
    .aboutus-content.service-content.aims-modules {
        padding-left: 20px !important;
    }
    .card.casestudy.solution-smofce {
        height: 100% !important;
        background: #f9f9f9;
    }
    .card.casestudy.solution-smofce .card-body {
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: baseline !important;
        height: 100%;
        flex-direction: column;
        position: relative;
    }
    .card.casestudy.solution-smofce .card-body .card-title {
        transition: none;
        margin: 0px 0 10px !important;
        color: #c80808 !important;
    }
    .card.casestudy.solution-smofce .card-body .card-text {
        transition: none;
        display: block !important;
    }
    .card.casestudy.solution-smofce:hover .card-body {
        height: 100% !important;
    }
    .card.casestudy.solution-vetcares {
        height: 100% !important;
        background: #f9f9f9;
    }
    .card.casestudy.solution-vetcares .card-body {
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: baseline !important;
        height: 100%;
        flex-direction: column;
        position: relative;
    }
    .card.casestudy.solution-vetcares .card-body .card-title {
        transition: none;
        margin: 0px 0 10px !important;
        color: #c80808 !important;
    }
    .card.casestudy.solution-vetcares .card-body .card-text {
        transition: none;
        display: block !important;
    }
    .card.casestudy.solution-vetcares:hover .card-body {
        height: 100% !important;
    }
    .pfmsbenefits .aboutus-content.service-content.edge.aims-modules {
        padding: 0 20px 0 50px !important;
    }
    .snip1360.snipnews.blognews.casecategory figcaption {
        height: auto !important;
    }
    .casecategory .author.blog-basic {
        margin-bottom: 0px;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .pfms-box {
        height: auto !important;
        border-radius: 10px;
        padding: 30px 0px !important;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights img {
        width: 90px !important;
        height: 98px !important;
        margin: auto;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .pfms-box p {
        font-size: 14px !important;
    }
    .card.casestudy .card-body ul {
        display: block !important;
    }
    .accordion_two_section.saarathi-core .card.casestudy .card-body ul {
        display: block !important;
    }
    .accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce {
        height: auto !important;
    }
    .accordion_two_secti on.saarathi-core.ptb-100 .card.casestudy.solution-smofce .list-bullets-service li {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .pfms-key.domain-solutions.chms-highlights.srs-highlights.concultancy-service .row {
        max-width: 100% !important;
    }
    .charms-solution {
        width: 93% !important;
        margin: auto;
    }
    .phoenix-overview .solution-info {
        padding: 0 !important;
    }
    .button-container {
        align-items: normal !important;
        flex-direction: column;
    }
    .pfms-key.domain-solutions.orbt-highlights.srs-highlights.concultancy-service .row {
        max-width: 100% !important;
    }
    .pfmsbenefits.culture.probityfms-edify .service-images.aims-modules {
        display: none;
    }
    .assamcares-csr li {
        font-size: 16px !important;
    }
    .blog-heading.casestudy h2 {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    #bbanner {
        height: auto !important;
        background-position: 50% !important;
    }
    .pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .row {
        max-width: 100% !important;
    }
    .solution-overview .col-lg-12.phoenix-overview {
        max-width: 100% !important;
    }
    .solution-overview .col-lg-12.service-image {
        max-width: 100% !important;
        margin: auto;
    }
    .solution-overview.indenture-box .p-5 {
        padding: 20px 10px !important;
    }
    .episode {
        grid-template-columns: 0fr 3fr !important;
    }
    .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights img {
        width: auto !important;
        height: 100px !important;
    }
    .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights .pfms-box {
        padding: 15px !important;
    }
    .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights .pfms-box .solution-icon {
        padding: 0px !important;
    }
    .content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box {
        padding: 10px !important;
    }
    .content-container .content {
        flex: 0 1 100% !important;
    }
    .content-container .content-sidebar {
        display: none !important;
    }
    .episode__content {
        padding: 10px 0 !important;
    }
    .solution-slider.carousel .thumb-wrapper {
        height: auto !important;
        margin-bottom: 20px !important;
        padding: 30px 20px !important;
    }
    .solution-slider.carousel .carousel-item {
        max-height: 100% !important;
        text-align: center;
        overflow: hidden;
        display: block !important;
        margin-right: 0 !important;
    }
    .solution-slider .carousel-control-prev,
    .solution-slider .carousel-control-next {
        display: none;
    }
    .solution-slider.carousel .carousel-indicators {
        display: none;
    }
    .solution-slider.carousel .carousel-item img {
        width: auto !important;
        height: 100px !important;
    }
    .solution-slider.carousel {
        margin: auto !important;
        padding: 0 20px !important;
    }
    .rich-text li:not(:last-child) {
        margin-bottom: 0 !important;
    }
    .article__body {
        width: 100% !important;
        padding: 20px 10px !important;
    }
    .article {
        flex-direction: column;
    }
    .article__image {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }
    .snip1360.snipnews.news-card .newsreadmore-btnn {
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
        font-weight: 600;
        float: none;
    }
    .snip1360.snipnews.news-card figcaption {
        height: auto !important;
    }
    .snip1360.snipnews.news-card {
        padding: 10px;
        height: auto !important;
    }
    .aboutus-content.quality-content h2 {
        font-size: 18px !important;
        line-height: 28px !important;
        padding: 0 !important;
    }
    .pfms-key.domain-solutions.srs-highlights.quality-highlights.product-service .pfms-box {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.quality-highlights.product-service .pfms-box img {
        padding: 0 !important;
    }
    .accordion-highlights .accordion_active .accordion_content {
        max-height: 500px !important;
    }
    .absolute.gallery-culturee {
        padding: 0 0 20px 0 !important;
    }
    .social-unorder .kran-social.kranlinkedin:hover::after {
        background-position: -142px 25px !important;
    }
    .social-unorder .kran-social.kraninsta:hover::after {
        background-position: -131px 25px !important;
    }
    .social-unorder .kran-social.krantwitter:hover::after {
        background-position: -134px 25px !important;
    }
    .social-unorder .kran-social.kranfb:hover::after {
        background-position: -130px 25px !important;
    }
    .block.full-time h6 {
        font-size: 13px;
    }
    .vacancy-section .row.job-row {
        max-width: 100% !important;
    }
    .author.author-mobile span {
        margin-bottom: 20px !important;
        width: 100%;
        display: flex;
    }
    .job-list .snip1360.snipnews.blognews.casecategory h2 {
        font-size: 18px !important;
    }
    .pfms360.culture.service-image.container .aboutus-content.service-content h2 {
        font-size: 22px !important;
        line-height: 30px !important;
        padding-bottom: 15px !important;
    }
    .pfms-key.domain-solutions.hlx-highlights.helix-points .pfms-box {
        height: auto !important;
    }
    .pfmsbenefits .aboutus-content.service-content.indenture.aims-modules {
        margin: 20px 0 !important;
        border: none !important;
    }
    .pfmsbenefits.glxyalms-core.promis-core .aboutus-content.service-content.aims-modules {
        align-items: baseline !important;
    }
    .solution-overview.orbit-overview-mobile .card.solution-card1 {
        width: 100%;
    }
    .solution-overview.orbit-overview-mobile .solution-info {
        padding-left: 0 !important;
        margin: 0 !important;
        align-items: start !important;
    }
    .solution-info h3 {
        padding-top: 20px;
        font-size: 14px !important;
        line-height: normal !important;
    }
    .aboutus-content.service-content.admire-modules {
        border: none !important;
    }
    .assamcares-csr .list-bullets-service li {
        font-size: 14px !important;
    }
    #cr .modal-header {
        padding: 20px 20px !important;
    }
    .col-md-6.col-lg-7.col-xs-12.aboutus-content.service-content.glxyalms {
        padding-top: 40px !important;
    }
    .col-md-6.col-lg-7.col-xs-12.aboutus-content.service-content.glxyalms .list-bullets-service {
        padding-left: 0;
    }
    .article__image-wrapper img {
        height: auto !important;
    }
    .question__text {
        font-size: 14px !important;
    }
    .accordian-wrapper .container {
        width: auto !important;
        margin: 0 !important;
        list-style: none;
        padding: 0 !important;
    }
    .accordian-wrapper .box .answer::after,
    .accordian-wrapper .box .answer.active::after {
        font-size: 16px !important;
        top: 35px !important;
        right: 21px !important;
    }
    .accordian-wrapper .container .box .answer.active {
        max-height: 100% !important;
    }
    #pr {
        overflow-y: scroll !important;
    }
    #prinner {
        overflow-y: scroll !important;
    }
    .offer-content::after {
        right: 10px !important;
    }
    .myline {
        left: -8%;
    }
    .loader img {
        top: -4%;
        left: 42%;
    }
    .allsolutions .cards.kran-solution {
        padding: 30px 0;
        height: auto !important;
    }
    .section-team .single-person .person-image img {
        width: auto !important;
        /*   border-radius: 50%; */
        /*   height: 200px !important; */
        margin: auto !important;
        display: flex !important;
    }
    .cpart-link {
        position: absolute !important;
        top: 22px !important;
        right: 75px !important;
    }
    .person-image .image-div {
        height: 210px !important;
    }
    .single-person {
        height: 300px !important;
    }
    .cpart-link.btn.cpart-button {
        font-size: 12px !important;
        width: 90px !important;
        height: 30px !important;
    }
    .counter-div {
        padding: 50px 0;
    }
    .visionmission-section .stretched-vision {
        height: auto !important;
    }
    .visionmission-section .col-md-6 {
        padding: 0 !important;
    }
    .clients-viewall {
        display: block !important;
    }
    #image-container .image {
        max-width: 20%;
        height: auto;
    }
    #image-container .image .picture {
        width: auto;
        height: auto;
        padding: 10px;
    }
    #solutionsmodalBody {
        padding: 0 !important;
    }
    #projectmodalBody {
        padding: 0 !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic h2,
    #projectmodalBody .blog-heading.projects-basic h2 {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic .kranprojects-category,
    #projectmodalBody .blog-heading.projects-basic .kranprojects-category {
        font-size: 10px !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic p,
    #projectmodalBody .blog-heading.projects-basic p {
        font-size: 11px;
        line-height: 14px;
    }
    #solutionsmodalBody .blog-heading.projects-basic .header-title,
    #projectmodalBody .blog-heading.projects-basic .header-title {
        top: 10px;
        font-size: 12px !important;
    }
    #solutionsmodalBody .col-md-1.col-lg-1.col-xs-1.close-close.project-close,
    #projectmodalBody .col-md-1.col-lg-1.col-xs-1.close-close.project-close {
        top: -14px;
        right: -14px;
    }
    #solutionsmodalBody .project-detailssection .aboutus-content p,
    #projectmodalBody .project-detailssection .aboutus-content p {
        font-size: 12px !important;
        line-height: 24px;
    }
        #solutionsmodalBody .project-detailssection .aboutus-content ul li,
    #projectmodalBody .project-detailssection .aboutus-content ul li {
        font-size: 12px !important;
        line-height: 24px;
    }
    #solutionsmodalBody .project-servicessection ul,
    #projectmodalBody .project-servicessection ul {
        display: flex;
        flex-direction: column;
    }
    #solutionsmodalBody .project-servicessection ul li,
    #projectmodalBody .project-servicessection ul li {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    #solutionsmodalBody .project-contactform.contact-form .title.flagship-solution p,
    #projectmodalBody .project-contactform.contact-form .title.flagship-solution p {
        font-size: 14px !important;
    }
    #solutionsmodalBody .project-clientsection .aboutus-content p,
    #projectmodalBody .project-clientsection .aboutus-content p {
        font-size: 12px !important;
        line-height: 24px;
    }
        #solutionsmodalBody .project-clientsection .aboutus-content ul li,
    #projectmodalBody .project-clientsection .aboutus-content ul li {
      font-size: 12px !important;
        line-height: 24px;
    } 
    .slick-prev, .slick-next {
		display: none !important;
	}
	.slick-dots {
		display: none !important;
	}
	.slick-slider.slick-dotted {
		padding: 0;
	}
	.slick-slide {
		display: block !important;
		width: auto !important;
	}
	.timeline-carousel__item-inner {
		padding-top: 20px !important;
	}
	.slick-slider.slick-dotted .slick-list.draggable div {
  width: auto !important;
}
#wikiArticle .nav-sticky-highlights.domain-solutions.srs-highlights.emetier.mobile-service {
  padding: 0 !important;
}
.content-container.sticky-solution .pfms-key.domain-solutions.mobile-service .pfms-box h5 {
	padding: 0 !important;
}
.content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box img {
  height: auto !important;
}
#wikiArticle .solution-icon {
  padding: 0 !important;
}
.content-container.sticky-solution .pfms-key.domain-solutions.mobile-service .pfms-box h5 {
	font-size: 24px !important;
	line-height: normal !important;
}
#kranFacesContainer {
  max-width: 100% !important;
}
.faq-section .accordion .accordion-item {
  padding: 0px 0px !important;
}
.contact-info li .fa-sharp.fa-light.fa-location-arrow {
  position: relative;
  top: -6px;
}
.faq-section .accordion button .accordion-title {
  font-size: 16px;
}
.carousel.testimonial-carousal .carousel-item {
	height: 270px !important;
}
.card.coe-card {
  margin-bottom: 10px;
}
.faq-section .accordion .accordion-content p {
	font-size: 13px !important;
}
}

/* Mobile view */

@media (min-width: 320px) and (max-width: 480px) {
    #nav-container {
        display: none;
    }
    .readmore-btnn {
        margin: 20px auto;
    }
    .cards.kran-solution {
        padding: 20px 0;
        height: 420px !important;
    }
    .menu-mobile {
        display: none;
    }
    .clearfix.ruby-menu.show-on-mobile {
        display: none;
    }
    .clearfix.ruby-menu {
        display: none;
    }
    .openBtn {
        padding: 6px 6px;
        top: 22px;
        right: 70px;
    }
    .menu-container {
        position: fixed;
        z-index: 997;
        width: 100% !important;
        display: block;
        padding: 0 20px 0px 20px;
    }
    .overlay .closebtn {
        top: 0px;
        right: 5%;
    }
    .overlay button {
        width: 15%;
        padding: 10px;
        right: 20px;
    }
    .overlay input[type="text"] {
        font-size: 14px;
        width: 80%;
    }
    .overlay-content {
        position: relative;
        top: 25%;
        width: 80%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }
    #sbanner {
        position: relative;
        background-position: 50% !important;
    }
    .overlay {
        position: fixed;
        top: 72px;
        z-index: 1;
        height: 100px;
    }
    .navbar-brand {
        top: 0px;
        position: relative;
    }
    .footer-site-info {
        font-size: 11px;
    }
    .footer-site-info a {
        font-size: 10px;
    }
    #footer-menu li {
        padding: 0 10px;
    }
    #footer-navigation,
    #footer-navigation li a,
    .custom-footer,
    .custom-footer li a {
        font-size: 12px;
        height: 30px;
    }
    .single_footer h4 {
        text-align: center;
    }
    .single_footer ul {
        text-align: center;
    }
    .navbar-brand .img-responsive.logo {
        width: auto;
        height: 41px;
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 10px 0;
    }

    #header-sidebar {
        display: block;
        padding: 0 0 80px 0;
    }
    .headerbar {
        display: block;
        z-index: 998;
    }
    .bread-crumb .breadcrumb li i {
        font-size: 15px !important;
    }
    .bread-crumb .breadcrumb li a {
        font-size: 10px;
    }
    .hamburger {
        top: 23px;
    }
    .section-contact .form-contact .single-input input,
    .section-contact .form-contact .single-input textarea {
        font-size: 12px;
    }
    .widget-body a {
        margin-bottom: 10px;
    }
    a.btn.btn-primary.btn-lg.text-center.get-in-touch {
        z-index: 1 !important;
        top: 50% !important;
        right: -30px !important;
    }
    .modal-content.getintouch-modal {
        position: relative;
        top: 90px;
    }
    .getintouch-submit {
        position: relative !important;
        left: 0;
        top: 12px;
        float: right;
        margin: 0;
    }
    .col-lg-2.col-md-3.col-sm-3.col-xs-4 {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 50% !important;
        display: inline-flex !important;
        flex-flow: column !important;
    }
    #client-logo a {
        padding: 20px 35px;
        display: block;
    }
    .col-md-7.service-content {
        padding-top: 20px;
    }
    .col-md-7.service-content p {
        padding: 0 !important;
        font-size: 14px !important;
    }
    .block-content {
        display: flex;
        flex-wrap: wrap;
        align-content: start;
        justify-content: center;
    }
    #coe .container {
        width: 100% !important;
    }
    .modal-content.getintouch-modal {
        width: 100%;
        height: auto !important;
    }
    .modal-header .close {
        text-align: left !important;
    }
    .modal-dialog.get-intouch {
        max-width: 100%;
        width: auto !important;
        max-height: 100%;
        height: 100%;
        margin: auto;
        padding-right: 17px;
        padding-left: 17px;
    }
    .col-md-6 .form-group {
        margin-bottom: 2rem !important;
    }
    .col-md-6.col-sm-12.service-focus h2 {
        text-align: center !important;
    }
    .col-md-6.col-sm-12.service-focus p {
        text-align: center !important;
    }

    .col-md-8.service-image {
        max-width: 100% !important;
        padding-bottom: 30px !important;
    }
    .content {
        padding: 0 !important;
    }
    .content p {
        padding: 0 !important;
    }
    .solutions-kran {
        padding: 0 !important;
    }
    .solutions-kran img {
        margin: auto;
    }
    .solutions-kran h5 {
        text-align: center !important;
    }
    .solutions-kran p {
        text-align: center !important;
        padding: 0px 15px !important;
    }

    #sbanner .block {
        padding: 140px 0 !important;
    }
    .contact-name {
        grid-column: 1 / 3;
    }
    .col-md-6.col-xs-12.aboutus-content {
        padding: 0px 0 10px 0 !important;
    }
    .col-md-6.col-xs-12.aboutus-content p {
        padding: 0 !important;
        font-size: 15px !important;
    }
    .col-md-6.aboutus-image img {
        height: auto !important;
    }
    .cd-horizontal-timeline .events-content p {
        padding: 0 !important;
    }
    .cd-horizontal-timeline .events-content h4 {
        font-size: 75px !important;
    }
    .container-fluid.culture img {
        padding: 0 20px !important;
    }
    .aboutus-content {
        padding: 0 20px !important;
    }

.aboutus-content.updated-content {
  padding: 6rem !important;
}
    .aboutus-content p {
        padding: 0 !important;
        font-size: 15px !important;
    }
    .absolute.culturee {
        left: 0% !important;
        width: auto !important;
    }
    div#nav-tab {
        width: 100% !important;
        height: auto;
        margin: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        flex-direction: column;
        align-items: initial;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 16px !important;
    }
    .col-lg-3.fill {
        margin: 0 auto;
        padding: 0;
        max-width: 20% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 10px;
    }
    .col-lg-3.fill img {
        padding: 0px !important;
    }
    .col-lg-12.fill {
        padding: 0 !important;
    }
    .col-lg-6.fill img {
        padding: 15px !important;
    }
    .col-lg-6.fill {
        padding: 0;
        padding-bottom: 0px;
        max-width: 35% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 10px;
        margin: auto;
    }
    .col-lg-4.fill img {
        padding: 15px !important;
    }
    .col-lg-4.fill {
        margin: 0 auto;
        padding: 0;
        max-width: 20% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 10px;
    }
    .technology-team {
        padding: 20px 0 0 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .col-lg-6.col-sm-12.tech-content h3 {
        padding-bottom: 0px !important;
        padding-top: 20px !important;
    }
    .col-lg-6.col-sm-12.tech-content {
        padding: 0 !important;
    }
    .col-lg-6.col-sm-12.tech-content p {
        padding: 0 !important;
        font-size: 15px !important;
    }
    .block p {
        font-size: 18px;
        line-height: 25px;
        padding: 0 !important;
    }
    .snipp1360 figcaption {
        padding: 0 !important;
        height: auto !important;
    }
    .snipp1360 p {
        padding: 0 !important;
    }
    .snipp1360 {
        padding: 0 !important;
    }
    .col-lg-4.service-image {
        min-height: auto;
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        height: auto !important;
    }
    .col-lg-4.service-image img {
        margin: auto !important;
        width: 100%;
        height: 250px;
    }
    .col-lg-8.service-content {
        min-height: auto;
        display: block !important;
        width: 100% !important;
        margin: auto 0 !important;
        height: 100% !important;
    }
    .service-heading {
        padding: 18px 18px 18px 0 !important;
    }
    .col-lg-12.service-content p {
        padding: 0 !important;
        line-height: 24px;
        margin: 0 !important;
    }
    .col-xs-12.col-md-12.col-lg-12.mobile-head {
        padding: 0 !important;
    }
    .owl-controls .owl-buttons .owl-prev {
        left: -8%;
    }
    .owl-controls .owl-buttons .owl-next {
        right: -8%;
    }
    .modal-dialog.modal-lg.emergency-form {
        width: auto !important;
        margin: auto !important;
    }
    .servicee-header h2 {
        font-size: 16px !important;
    }
    .col-md-12.contact-form h2 {
        font-size: 16px !important;
    }
    .counter.service-counter img {
        margin-top: 15px !important;
    }
    .counter.service-counter {
        height: 200px !important;
        margin: 20px 0 !important;
        padding: 25px 25px !important;
    }

    .counter.service-counter h2 {
        font-size: 14px !important;
        color: #c80808 !important;
        line-height: 20px !important;
    }
    .service-images.fill img {
        padding: 0 !important;
    }
    .service-images.fill {
        height: auto !important;
    }
    .aboutus-content.service-content {
        height: auto !important;
    }
    .carousel-inner.testimonial-silde .testimonial {
        margin: 0 20px !important;
    }
    .solution-info {
        padding-left: 20px !important;
        padding-bottom: 0 !important;
    }
    .aboutus-content.solution-content {
        height: auto !important;
        padding: 20px 10px 20px 15px !important;
    }
    .contactus-content {
        padding: 20px 0 !important;
        height: auto !important;
    }
    .snipp1360.kranculture {
        width: auto !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }
    .absolute.gallery-culturee p {
        padding: 0;
    }
    .absolute.gallery-culturee a {
        margin-bottom: 20px;
        position: relative;
        display: inline-flex;
        padding: 10px !important;
        font-size: 10px !important;
        letter-spacing: 0.5px;
        width: 130px !important;
    }
    .snipp1360.kranculture h2 {
        font-size: 18px !important;
        line-height: 32px !important;
        padding: 10px !important;
    }
    .col-md-12.col-lg-12.mobile-news {
        padding: 0;
    }
    .snip1360.snipnews {
        height: 680px !important;
    }
    .snip1360.snipnews figcaption {
        height: 70% !important;
    }
    .service-images.fill.client-details {
        height: auto !important;
    }
    .absolute.clientss h2 {
        font-size: 20px !important;
        line-height: 30px !important;
        padding: 0px 0 18px 0 !important;
    }
    .col-lg-3.col-md-3.col-sm-3.col-xs-4 {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 50% !important;
        display: inline-flex !important;
        flex-flow: column !important;
    }
    .aboutus-content.client-content {
        padding: 0 !important;
        background: transparent;
        height: auto !important;
    }
    .accordionThree .panel-group .panel-heading + .panel-collapse > .panel-body {
        padding: 0px 20px 20px 20px !important;
    }
    .accordionThree .panel .panel-heading div {
        padding: 25px 20px !important;
    }
    .modal-dialog.modal-md.career-form {
        width: auto !important;
    }
    .submitCareerForm-vacancy {
        width: auto !important;
        padding: 10px !important;
    }
    .form-group.careerform-vacancy {
        margin-bottom: 4rem !important;
        padding: 0px 20px !important;
    }
    .accordionThree .panel {
        padding: 10px 0 !important;
    }
    .career-accordian li {
        font-size: 16px !important;
        line-height: 36px !important;
    }
    .career-accordian p {
        font-size: 16px;
        line-height: 36px;
    }
    .card.solution-card2 {
        padding-top: 20px !important;
    }
    .snip1360.snipnews.blognews figcaption {
        height: auto !important;
    }
    .snip1360.snipnews.blognews .newsreadmore-btnn {
        float: none !important;
    }
    .snip1360.snipnews.blognews .author.blog-basic {
        margin-bottom: 0px !important;
    }
    .snip1360.snipnews.blognews {
        height: auto !important;
        margin-bottom: 15px;
        max-height: 1000px !important;
        padding: 25px 0 !important;
    }
    .author.blog-basic {
        display: flex !important;
        flex-direction: column !important;
    }
    .author span {
        margin-bottom: 15px !important;
    }
    .col-md-6.col-xs-12.aboutus-content h2 {
        font-size: 18px !important;
        font-weight: bold;
        line-height: 28px !important;
    }
    .col-md-6.col-xs-12.aboutus-content h1 {
        font-size: 18px !important;
        font-weight: bold;
        line-height: 28px !important;
    }
    .absolute.culturee h2 {
        font-size: 20px !important;
        margin-bottom: 5px !important;
        line-height: 28px !important;
        text-align: left;
    }
    .absolute.culturee p {
        line-height: 24px !important;
        text-align: left;
    }
    .button.culture {
        padding: 10px 15px !important;
        width: 100px !important;
    }
    /* .four_zero_four_bg { 
  height: 300px !important;
  background-position: center;
  background-size: 300px !important;
} */
    .four_zero_four_bg h1 {
        font-size: 32px !important;
    }
    #side-menu {
        display: none;
    }
    .navbar-right {
        display: none;
    }
    .snip1360 {
        padding-top: 10px !important;
    }
    .bannerHead span {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .bannerHead span div {
  font-size: 14px !important;
  line-height: 26px !important;
}
.bannerHead span ol li {
  font-size: 13px !important;
  line-height: 26px !important;
}
     p.animated.bannertitle .service-banner {
  font-size: 16px !important;
    height: 32px !important;
    }
    p.animated.bannertitle {
        font-size: 16px !important;
    }
    .bannerHead.firstactive span {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .bannerHead.firstactive {
        top: -4% !important;
    }
    .bannerHead {
        top: -2% !important;
        padding: 0 40px 0 40px !important;
        line-height: 36px !important;
        text-align: center !important;
        width: 100% !important;
    }
    .carousel-control-next {
        right: -30px !important;
    }
    .carousel-control-prev {
        left: -30px !important;
    }
    .carousel .testimonial p {
        text-indent: 20px !important;
        line-height: 28px !important;
        font-size: 15px !important;
    }
    .about-section {
        padding-top: 15px !important;
    }
    .title h2 {
        padding-bottom: 50px !important;
        padding: 20px 0;
        font-size: 24px !important;
    }
    #service {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    #product-list {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .snip1360 h2 {
        font-size: 15px !important;
    }
    #client-logo {
        padding-bottom: 50px !important;
    }
    #testimonial {
        padding: 50px 0px 50px 0px !important;
    }
    #asso-logo {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .career-accordian span {
        font-size: 14px !important;
        line-height: 34px !important;
        letter-spacing: 0.2px !important;
    }
    .career-accordian b {
        padding: 10px 0 !important;
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .career-accordian strong {
        padding: 10px 0 !important;
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .col-md-7.col-xs-12 h2 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .col-md-7.col-xs-12 h1 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    #service-dashboard {
        padding-bottom: 30px !important;
    }
    .solution-info h2 {
        padding: 0px 0px 18px 0px !important;
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .solution-info h1 {
        padding: 0px 0px 18px 0px !important;
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .client-section {
        padding-top: 50px !important;
    }
    #history-section {
        flex-direction: column;
        justify-content: normal;
        padding: 0 !important;
    }
    .history-image.kran-csrimage {
        position: relative !important;
    }
    .history-info.kran-corporate {
        margin: auto !important;
        padding: 20px !important;
        position: relative;
        top: 0 !important;
    }
    .history-info.kran-corporate p {
        font-size: 15px !important;
    }
    .col-lg-12.col-md-12.col-sm-12.assamcares-csr {
        padding: 0 !important;
    }
    .tabtop li a:last-child {
        padding: 5px 10px !important;
    }
    .nav.nav-tabs.tabtop.tabsetting {
        width: 100% !important;
        height: auto;
        margin: auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .nav.nav-tabs.tabtop.tabsetting li {
        float: none;
        margin-bottom: 10px !important;
        margin-right: 15px;
    }
    .tabtop .active a::before {
        content: "";
    }
    .assamcares-csr p {
        font-size: 14px !important;
    }
    .assamcares-csr li {
        line-height: 28px !important;
        font-size: 14px !important;
    }
    .history-info.kran-csrtwo {
        width: 100% !important;
        height: auto;
        padding: 20px !important;
        margin: auto !important;
        position: relative;
        top: 0 !important;
    }
    .history-image.kranimagetwo {
        position: relative !important;
    }
    .col-lg-6.col-sm-12.tech-content h2 {
        font-size: 18px !important;
        line-height: 28px !important;
        padding-right: 0 !important;
    }
    .awards {
        padding: 50px 0 !important;
    }
    .history-info.kran-corporate.domain-basic {
        padding: 0px !important;
    }
    .domainlist {
        top: 32px !important;
        padding: 30px !important;
    }
    .domainlist li {
        line-height: 28px !important;
        font-size: 14px !important;
    }
    .container-fluid.culture {
        padding: 50px 0 !important;
    }
    .maintanance-service {
        padding: 50px 0 50px 0 !important;
    }
    .container-fluid.solution-image {
        padding: 50px 0 50px 0 !important;
    }
    .accordion_two_section {
        padding: 50px 0 !important;
    }
    .carousel-inner.testimonial-silde {
        position: relative;
        overflow: hidden;
        min-width: unset !important;
        max-width: 100% !important;
        display: flex;
        width: auto;
        margin: auto !important;
    }
    .carousel .testimonial p::before {
        left: -35px !important;
        top: 8px !important;
    }
    .about-section.krancsr.fullImage {
        height: auto !important;
        max-height: none !important;
    }
    .front img {
        height: 250px;
        position: relative !important;
    }
    .animated.fadeInUp .btn {
        padding: 5px 12px !important;
        font-size: 10px !important;
    }
    .animated.fadeInUp {
        top: 71%;
    }
    .aboutus-content.service-basic p {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .aboutus-content.service-basic h3 {
        font-size: 12px !important;
        line-height: 25px !important;
    }
    .aboutus-content.service-basic li {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .casestudy-half.domainlist {
        height: auto !important;
    }
    #flip {
        padding-bottom: 50px !important;
    }
    .card.casestudy {
        height: 400px !important;
    }
    .card.casestudy:hover .card-body {
        height: 90% !important;
    }
    .single_footer ul li {
        line-height: 36px !important;
        display: flex;
        justify-content: center;
    }
    .block span {
        font-weight: 600;
        font-size: 20px !important;
        font-family: "Montserrat";
    }
    .block h2 {
        font-weight: 600;
        padding-bottom: 15px;
        line-height: 34px !important;
    }
    .pfms360 .aboutus-content.service-content {
        padding: 20px 20px !important;
    }
    .pfms360 .aboutus-content li {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .pfms-key p {
        font-size: 16px !important;
    }
    .pfmsabout .contactus-content p {
        font-size: 16px !important;
    }
    .pfmsbenefits .pfms-bf {
        display: block !important;
    }
    .pfmsbenefits .service-images {
        width: 100% !important;
        max-width: 100% !important;
    }
    .pfbasic {
        font-size: 16px !important;
    }
    .title.flagship-solution p {
        font-size: 16px !important;
    }
    .center-of-excellence {
        font-size: 16px !important;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 15px !important;
        line-height: 28px !important;
    }
    .aboutus-timeline {
        padding: 50px 0 !important;
    }
    .about-us-section {
        padding: 50px 0 50px 0 !important;
    }
    .about-us-section.about-overview {
        padding: 80px 0 50px 0;
    }
    .relative__container::after {
        width: 60% !important;
        background: none !important;
    }
    .waves {
        display: none !important;
    }
    .cd-horizontal-timeline .events-content li {
        opacity: 1 !important;
        transform: unset !important;
        position: relative !important;
    }
    /* .timeline { */
    /*   display: none !important; */
    /* } */
    .pfmsbenefits .aboutus-content.service-content {
        height: auto !important;
    }
    .pfmsbenefits .service-images {
        height: auto !important;
    }
    .list-bullets-service li {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .solutions-content h2 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .pfmsbenefits .aboutus-content.service-content li {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .kranculture img {
        height: 250px !important;
    }
    .kranculture figcaption {
        height: 250px !important;
    }
    .card.casestudy:hover .card-body .card-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .card.casestudy .card-body .card-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .product-banner .block span {
        font-size: 20px !important;
        letter-spacing: -1px;
    }
    .product-banner .block p {
        font-size: 16px !important;
    }
    .demo-button {
        font-size: 11px;
        width: 180px;
        padding: 5px 5px !important;
        line-height: 24px;
    }
    .warning-content {
        padding: 30px 0 50px 0 !important;
    }
    .warning-content h1 {
        font-size: 24px !important;
        padding: 20px 0 !important;
    }
    .warning-content p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .front {
        cursor: pointer;
    }
    .aboutus-content.quality-content {
        padding: 20px !important;
        max-width: 100% !important;
    }
    .aboutus-content .list-bullets-service li {
        font-size: 15px !important;
        line-height: 26px !important;
    }
    .aboutus-timeline .cd-horizontal-timeline .events-content {
        height: auto !important;
    }
    #about-counter {
        padding-bottom: 50px !important;
    }
    .carousel-item img {
        height: auto !important;
        width: 90% !important;
        margin: auto;
    }
    .absolute.gallery-culturee h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .contactus-content p {
        font-size: 15px !important;
    }
    .carousel-control-next-icon::before {
        font-size: 30px !important;
        color: #000 !important;
        top: 40% !important;
        left: 25% !important;
    }
    .carousel-control-prev-icon::before {
        font-size: 30px !important;
        color: #000 !important;
        top: 40% !important;
        right: 25% !important;
    }
    .contactus-content h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .word {
        font-size: 24px !important;
        padding: 30px 0 !important;
        height: 120px !important;
        line-height: normal !important;
    }
    .social-unorder li {
        margin-bottom: 50px !important;
    }
    .solution-info p {
        font-size: 15px !important;
    }
    .aboutus-content.service-content.aims-modules {
        border: 1px solid #ddd !important;
    }
    .pfmsbenefits .service-images.fill.aims-modules img {
        height: auto !important;
    }
    .aims-overview .solution-info {
        padding: 0 !important;
    }
    .aboutus-content.service-content.srs-modules {
        border: 1px solid #ddd !important;
    }
    .pfmsbenefits .aboutus-content.service-content.srs-modules .list-bullets-service {
        padding-left: 20px !important;
    }
    .pfms-key.domain-solutions.srs-highlights .pfms-box {
        height: 300px !important;
    }
    .aboutus-content.service-content.orion-modules {
        border: 1px solid #ddd !important;
    }
    .pfmsbenefits .service-images.fill.orion-modules img {
        height: auto !important;
    }
    .pfmsbenefits .aboutus-content.service-content.orion-modules .list-bullets-service {
        padding-left: 20px !important;
    }
    .list-heading h2 {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .list-heading.active h2 {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .solution-accordian li {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .pfms-key.domain-solutions.orion-highlights .pfms-box {
        height: auto !important;
        padding: 30px 20px !important;
    }
    .col-md-6.col-sm-12.col-lg-3.my-4.phoenix {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box.box1 {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box.box2 {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box {
        height: auto !important;
        padding: 20px !important;
    }
    .awards.solution-awards .card.casestudy {
        height: 280px !important;
    }
    .awards.solution-awards .card-img-wrapper {
        height: auto !important;
    }
    .awards.solution-awards .card.casestudy img {
        height: auto !important;
    }
    #main-slide .item img {
        height: 420px;
        max-width: 100% !important;
        width: 100%;
        object-fit: cover;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }
    .label-input100 {
        top: 1px !important;
        left: -12px !important;
    }
    .contactform {
        font-size: 28px !important;
    }
    .contacts.contact-wrapper {
        padding-top: 120px !important;
    }
    .toggle {
        top: 80% !important;
        left: -55px !important;
        display: none;
    }
    .sidebar-contact.active {
        right: 0px !important;
    }
    .toggle.active {
        background: transparent;
        left: 350px !important;
        top: 0 !important;
    }
    .flip-container.hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    }
    .absolute.clientss p {
        font-size: 15px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.concultancy-service .pfms-box {
        height: auto !important;
    }
    .pfms-key.domain-solutions.srs-highlights.mobile-service .pfms-box {
        height: auto !important;
    }
    .post-slide .post-description {
        font-size: 14px !important;
    }
    .service-benefits .aboutus-content.service-content h2 {
        font-size: 18px !important;
    }
    #projects {
        display: none;
    }
    .container-fluid.culture.service-image .benefits-image img {
        padding: 40px !important;
    }
    .form-group.field-name .col-sm-9.col-lg-9.col-md-9 {
        padding: 5px;
    }
    .service-modal .modal-body {
        margin: 15px 0;
    }
    .form-group.field-name {
        margin-bottom: 2rem !important;
    }
    .col-md-8.col-sm-12.service-captcha {
        padding: 10px 0 0 0 !important;
    }
    .form-group.field-name label {
        font-size: 14px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.product-service .pfms-box {
        height: auto !important;
    }
    .pfms-key.domain-solutions.vetcares.hlx-highlights .pfms-box {
        justify-content: center;
        align-items: center;
        height: auto !important;
    }
    .pfms-key.domain-solutions.vetcares.hlx-highlights .pfms-box p {
        text-align: center !important;
    }
    .pfms-key.domain-solutions.smartoffice.srs-highlights .pfms-box {
        height: auto !important;
    }
    .aboutus-content.service-content.aims-modules {
        padding-left: 20px !important;
    }
    .card.casestudy.solution-smofce {
        height: 100% !important;
        background: #f9f9f9;
    }
    .card.casestudy.solution-smofce .card-body {
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: baseline !important;
        height: 100%;
        flex-direction: column;
        position: relative;
    }
    .card.casestudy.solution-smofce .card-body .card-title {
        transition: none;
        margin: 0px 0 10px !important;
        color: #c80808 !important;
    }
    .card.casestudy.solution-smofce .card-body .card-text {
        transition: none;
        display: block !important;
    }
    .card.casestudy.solution-smofce:hover .card-body {
        height: 100% !important;
    }
    .card.casestudy.solution-vetcares {
        height: 100% !important;
        background: #f9f9f9;
    }
    .card.casestudy.solution-vetcares .card-body {
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: baseline !important;
        height: 100%;
        flex-direction: column;
        position: relative;
    }
    .card.casestudy.solution-vetcares .card-body .card-title {
        transition: none;
        margin: 0px 0 10px !important;
        color: #c80808 !important;
    }
    .card.casestudy.solution-vetcares .card-body .card-text {
        transition: none;
        display: block !important;
    }
    .card.casestudy.solution-vetcares:hover .card-body {
        height: 100% !important;
    }
    .pfmsbenefits .aboutus-content.service-content.edge.aims-modules {
        padding: 0 20px 0 50px !important;
    }
    .snip1360.snipnews.blognews.casecategory figcaption {
        height: auto !important;
    }
    .casecategory .author.blog-basic {
        margin-bottom: 0px;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .pfms-box {
        height: auto !important;
        border-radius: 10px;
        padding: 30px 0px !important;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights img {
        width: 90px !important;
        height: 98px !important;
        margin: auto;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .pfms-box p {
        font-size: 14px !important;
    }
    .card.casestudy .card-body ul {
        display: block !important;
    }
    .accordion_two_section.saarathi-core .card.casestudy .card-body ul {
        display: block !important;
    }
    .accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce {
        height: auto !important;
    }
    .accordion_two_secti on.saarathi-core.ptb-100 .card.casestudy.solution-smofce .list-bullets-service li {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .pfms-key.domain-solutions.chms-highlights.srs-highlights.concultancy-service .row {
        max-width: 100% !important;
    }
    .charms-solution {
        width: 93% !important;
        margin: auto;
    }
    .phoenix-overview .solution-info {
        padding: 0 !important;
    }
    .button-container {
        align-items: normal !important;
        flex-direction: column;
    }
    .pfmsbenefits .aboutus-content.service-content.aims-modules .list-bullets-service {
        padding-left: 0 !important;
    }
    .pfms-key.domain-solutions.orbt-highlights.srs-highlights.concultancy-service .row {
        max-width: 100% !important;
    }
    .blog-heading.casestudy h2 {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    #bbanner {
        height: auto !important;
        background-position: 50% !important;
    }
    .career-accordian.krancasestudy p {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .career-accordian.krancasestudy li span {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .career-accordian.krancasestudy li {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .career-accordian.krancasestudy p span {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .row {
        max-width: 100% !important;
    }
    .solution-overview .col-lg-12.phoenix-overview {
        max-width: 100% !important;
    }
    .solution-overview .col-lg-12.service-image {
        max-width: 100% !important;
        margin: auto;
    }
    .solution-overview.indenture-box .p-5 {
        padding: 20px 10px !important;
    }
    .episode {
        grid-template-columns: 0fr 3fr !important;
    }
    .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights img {
        width: auto !important;
        height: 100px !important;
        margin: auto;
    }
    .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights .pfms-box {
        padding: 15px !important;
    }
    .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights .pfms-box .solution-icon {
        padding: 0px !important;
    }
    .content-container .content {
        flex: 0 1 100% !important;
    }
    .content-container .content-sidebar {
        display: none !important;
    }
    .content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box {
        padding: 10px !important;
    }
    .episode__content {
        padding: 10px 0 !important;
    }
    .solution-slider.carousel .thumb-wrapper {
        height: auto !important;
        margin-bottom: 20px !important;
        padding: 30px 20px !important;
    }
    .solution-slider.carousel .carousel-item {
        max-height: 100% !important;
        text-align: center;
        overflow: hidden;
        display: block !important;
        margin-right: 0 !important;
    }
    .solution-slider .carousel-control-prev,
    .solution-slider .carousel-control-next {
        display: none;
    }
    .solution-slider.carousel .carousel-indicators {
        display: none;
    }
    .solution-slider.carousel .carousel-item img {
        width: auto !important;
        height: 100px !important;
    }
    .solution-slider.carousel {
        margin: auto !important;
        padding: 0 20px !important;
    }
    .article__body {
        width: 100% !important;
        padding: 20px 10px !important;
    }
    .article {
        flex-direction: column;
    }
    .article__image {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }
    .rich-text li:not(:last-child) {
        margin-bottom: 5px !important;
    }
    .snip1360.snipnews.news-card .newsreadmore-btnn {
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
        font-weight: 600;
        float: none;
    }
    .snip1360.snipnews.news-card figcaption {
        height: auto !important;
    }
    .snip1360.snipnews.news-card {
        padding: 10px;
        height: auto !important;
    }
    .aboutus-content.quality-content h2 {
        font-size: 18px !important;
        line-height: 28px !important;
        padding: 0 !important;
    }
    .pfms-key.domain-solutions.srs-highlights.quality-highlights.product-service .pfms-box {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.quality-highlights.product-service .pfms-box img {
        padding: 0 !important;
    }
    .accordion-highlights .accordion_active .accordion_content {
        max-height: 500px !important;
    }
    .absolute.gallery-culturee {
        padding: 0 0 20px 0 !important;
    }
    .block.full-time h6 {
        font-size: 12px;
    }
    .vacancy-section .row.job-row {
        max-width: 100% !important;
    }
    .author.author-mobile span {
        margin-bottom: 20px !important;
        width: 100%;
        display: flex;
    }
    .job-list .snip1360.snipnews.blognews.casecategory h2 {
        font-size: 18px !important;
    }
    .pfms360.culture.service-image.container .aboutus-content.service-content h2 {
        font-size: 22px !important;
        line-height: 30px !important;
        padding-bottom: 15px !important;
    }
    .pfms-key.domain-solutions.hlx-highlights.helix-points .pfms-box {
        height: auto !important;
    }
    .pfmsbenefits .aboutus-content.service-content.indenture.aims-modules {
        margin: 20px 0 !important;
        border: none !important;
    }
    .pfmsbenefits.glxyalms-core .aboutus-content.service-content.aims-modules {
        align-items: start !important;
    }
    .pfmsbenefits.glxyalms-core.promis-core .aboutus-content.service-content.aims-modules {
        align-items: baseline !important;
    }
    .solution-overview.orbit-overview-mobile .solution-info {
        align-items: start !important;
    }
    .solution-overview.orbit-overview-mobile .solution-info {
        padding-left: 0 !important;
    }
    .solution-info h3 {
        padding-top: 20px;
        font-size: 14px !important;
        line-height: normal !important;
    }
    .aboutus-content.service-content.admire-modules {
        border: none !important;
    }
    .assamcares-csr .list-bullets-service li {
        font-size: 14px !important;
    }
    #cr .modal-header {
        padding: 20px 20px !important;
    }
    .col-md-6.col-lg-7.col-xs-12.aboutus-content.service-content.glxyalms {
        padding-top: 40px !important;
    }
    .col-md-6.col-lg-7.col-xs-12.aboutus-content.service-content.glxyalms .list-bullets-service {
        padding-left: 0;
    }
    .article__image-wrapper img {
        height: auto !important;
    }
    .question__text {
        font-size: 14px !important;
    }
    .accordian-wrapper .container {
        width: auto !important;
        margin: 0 !important;
        list-style: none;
        padding: 0 !important;
    }
    .accordian-wrapper .box .answer::after,
    .accordian-wrapper .box .answer.active::after {
        font-size: 16px !important;
        top: 35px !important;
        right: 21px !important;
    }
    .accordian-wrapper .container .box .answer.active {
        max-height: 100% !important;
    }
    #pr {
        overflow-y: scroll !important;
    }
    #prinner {
        overflow-y: scroll !important;
    }
    .offer-content::after {
        right: 10px !important;
    }
    .myline {
        left: -10%;
    }
    .loader img {
        top: -4%;
        left: 40%;
    }
    .allsolutions .cards.kran-solution {
        padding: 30px 0;
        height: auto !important;
    }
    .section-team .single-person .person-image img {
        width: auto !important;
        /*   border-radius: 50%; */
        /*   height: 200px !important; */
        margin: auto !important;
        display: flex !important;
    }
    .person-image .image-div {
        height: 350px !important;
    }
    .single-person {
        height: 450px !important;
    }
    .cpart-link {
        position: absolute !important;
        top: 22px !important;
        right: 75px !important;
    }
    .cpart-link.btn.cpart-button {
        font-size: 12px !important;
        width: 90px !important;
        height: 30px !important;
    }

    .counter-div {
        padding: 50px 0;
    }
    .visionmission-section .stretched-vision {
        height: auto !important;
    }
    .visionmission-section .col-md-6 {
        padding: 0 !important;
    }
    .coe-home .domain.coe-homedomain {
        padding: 10px 0 !important;
    }
    .clients-viewall {
        display: block !important;
    }
    #image-container .image {
        max-width: 25%;
        height: auto;
    }
    #image-container .image .picture {
        width: auto;
        height: auto;
        padding: 10px;
    }
    #solutionsmodalBody {
        padding: 0 !important;
    }
    #projectmodalBody {
        padding: 0 !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic h2,
    #projectmodalBody .blog-heading.projects-basic h2 {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic .kranprojects-category,
    #projectmodalBody .blog-heading.projects-basic .kranprojects-category {
        font-size: 10px !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic p,
    #projectmodalBody .blog-heading.projects-basic p {
        font-size: 11px;
        line-height: 14px;
    }
    #solutionsmodalBody .blog-heading.projects-basic .header-title,
    #projectmodalBody .blog-heading.projects-basic .header-title {
        top: 10px;
        font-size: 12px !important;
    }
    #solutionsmodalBody .col-md-1.col-lg-1.col-xs-1.close-close.project-close,
    #projectmodalBody .col-md-1.col-lg-1.col-xs-1.close-close.project-close {
        top: -14px;
        right: -14px;
    }
    #solutionsmodalBody .project-detailssection .aboutus-content p,
    #projectmodalBody .project-detailssection .aboutus-content p {
        font-size: 12px !important;
        line-height: 24px;
    }
        #solutionsmodalBody .project-detailssection .aboutus-content ul li,
    #projectmodalBody .project-detailssection .aboutus-content ul li {
        font-size: 12px !important;
        line-height: 24px;
    }
    #solutionsmodalBody .project-servicessection ul,
    #projectmodalBody .project-servicessection ul {
        display: flex;
        flex-direction: column;
    }
    #solutionsmodalBody .project-servicessection ul li,
    #projectmodalBody .project-servicessection ul li {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    #solutionsmodalBody .project-contactform.contact-form .title.flagship-solution p,
    #projectmodalBody .project-contactform.contact-form .title.flagship-solution p {
        font-size: 14px !important;
    }
    #solutionsmodalBody .project-clientsection .aboutus-content p,
    #projectmodalBody .project-clientsection .aboutus-content p {
        font-size: 12px !important;
        line-height: 24px;
    }
        #solutionsmodalBody .project-clientsection .aboutus-content ul li,
    #projectmodalBody .project-clientsection .aboutus-content ul li {
      font-size: 12px !important;
        line-height: 24px;
    } 
	.slick-prev, .slick-next {
		display: none !important;
	}
	.slick-dots {
		display: none !important;
	}
	.slick-slider.slick-dotted {
		padding: 0;
	}
	.slick-slide {
		display: block !important;
		width: auto !important;
	}
	.timeline-carousel__item-inner {
		padding-top: 20px !important;
	}
	.slick-slider.slick-dotted .slick-list.draggable div {
  width: auto !important;
}
#wikiArticle .nav-sticky-highlights.domain-solutions.srs-highlights.emetier.mobile-service {
  padding: 0 !important;
}
.content-container.sticky-solution .pfms-key.domain-solutions.mobile-service .pfms-box h5 {
	padding: 0 !important;
}
.content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box img {
  height: auto !important;
}
#wikiArticle .solution-icon {
  padding: 0 !important;
}
.content-container.sticky-solution .pfms-key.domain-solutions.mobile-service .pfms-box h5 {
	font-size: 24px !important;
	line-height: normal !important;
}
#kranFacesContainer {
  max-width: 100% !important;
}
.faq-section .accordion .accordion-item {
  padding: 0px 0px !important;
}
.contact-info li .fa-sharp.fa-light.fa-location-arrow {
  position: relative;
  top: -6px;
}

.faq-section .accordion button .accordion-title {
  font-size: 16px;
}
.carousel.testimonial-carousal .carousel-item {
	height: 270px !important;
}
.card.coe-card {
  margin-bottom: 10px;
}
.faq-section .accordion .accordion-content p {
	font-size: 13px !important;
}
	}

/* Mobile view */

@media (min-width: 200px) and (max-width: 319px) {
    .myline {
        left: -10%;
    }
    .loader img {
        top: -4%;
        left: 40%;
    }
    #nav-container {
        display: none;
    }
    .readmore-btnn {
        margin: 20px auto;
    }
    .cards.kran-solution {
        padding: 20px 0;
        height: 420px !important;
    }
    .menu-mobile {
        display: none;
    }
    .clearfix.ruby-menu.show-on-mobile {
        display: none;
    }
    .clearfix.ruby-menu {
        display: none;
    }
    .openBtn {
        padding: 6px 6px;
        top: 22px;
        right: 70px;
    }
    .menu-container {
        position: fixed;
        z-index: 997;
        width: 100% !important;
        display: block;
        padding: 0 20px 0px 20px;
    }
    .overlay .closebtn {
        top: 0px;
        right: 5%;
    }
    .overlay button {
        width: 15%;
        padding: 10px;
        right: 20px;
    }
    .overlay input[type="text"] {
        font-size: 14px;
        width: 80%;
    }
    .overlay-content {
        position: relative;
        top: 25%;
        width: 80%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }
    #sbanner {
        position: relative;
        background-position: 50% !important;
    }
    .overlay {
        position: fixed;
        top: 72px;
        z-index: 1;
        height: 100px;
    }
    .navbar-brand {
        top: 0px;
        position: relative;
    }
    .footer-site-info {
        font-size: 11px;
    }
    .footer-site-info a {
        font-size: 10px;
    }
    #footer-menu li {
        padding: 0 10px;
    }
    #footer-navigation,
    #footer-navigation li a,
    .custom-footer,
    .custom-footer li a {
        font-size: 12px;
        height: 30px;
    }
    .single_footer h4 {
        text-align: center;
    }
    .single_footer ul {
        text-align: center;
    }
    .navbar-brand .img-responsive.logo {
        width: auto;
        height: 41px;
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 10px 0;
    }

    #header-sidebar {
        display: block;
        padding: 0 0 80px 0;
    }
    .headerbar {
        display: block;
        z-index: 998;
    }
    .bread-crumb .breadcrumb li i {
        font-size: 15px !important;
    }
    .bread-crumb .breadcrumb li a {
        font-size: 10px;
    }
    .hamburger {
        top: 23px;
    }
    .section-contact .form-contact .single-input input,
    .section-contact .form-contact .single-input textarea {
        font-size: 12px;
    }
    .widget-body a {
        margin-bottom: 10px;
    }
    a.btn.btn-primary.btn-lg.text-center.get-in-touch {
        z-index: 1 !important;
        top: 50% !important;
        right: -30px !important;
    }
    .modal-content.getintouch-modal {
        position: relative;
        top: 90px;
    }
    .getintouch-submit {
        position: relative !important;
        left: 0;
        top: 12px;
        float: right;
        margin: 0;
    }
    .col-lg-2.col-md-3.col-sm-3.col-xs-4 {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 50% !important;
        display: inline-flex !important;
        flex-flow: column !important;
    }
    #client-logo a {
        padding: 20px 35px;
        display: block;
    }
    .col-md-7.service-content {
        padding-top: 20px;
    }
    .col-md-7.service-content p {
        padding: 0 !important;
        font-size: 14px !important;
    }
    .block-content {
        display: flex;
        flex-wrap: wrap;
        align-content: start;
        justify-content: center;
    }
    #coe .container {
        width: 100% !important;
    }
    .modal-content.getintouch-modal {
        width: 100%;
        height: auto !important;
    }
    .modal-header .close {
        text-align: left !important;
    }
    .modal-dialog.get-intouch {
        max-width: 100%;
        width: auto !important;
        max-height: 100%;
        height: 100%;
        margin: auto;
        padding-right: 17px;
        padding-left: 17px;
    }
    .col-md-6 .form-group {
        margin-bottom: 2rem !important;
    }
    .col-md-6.col-sm-12.service-focus h2 {
        text-align: center !important;
    }
    .col-md-6.col-sm-12.service-focus p {
        text-align: center !important;
    }

    .col-md-8.service-image {
        max-width: 100% !important;
        padding-bottom: 30px !important;
    }
    .content {
        padding: 0 !important;
    }
    .content p {
        padding: 0 !important;
    }
    .solutions-kran {
        padding: 0 !important;
    }
    .solutions-kran img {
        margin: auto;
    }
    .solutions-kran h5 {
        text-align: center !important;
    }
    .solutions-kran p {
        text-align: center !important;
        padding: 0px 15px !important;
    }

    #sbanner .block {
        padding: 140px 0 !important;
    }
    .contact-name {
        grid-column: 1 / 3;
    }
    .col-md-6.col-xs-12.aboutus-content {
        padding: 0px 0 10px 0 !important;
    }
    .col-md-6.col-xs-12.aboutus-content p {
        padding: 0 !important;
        font-size: 15px !important;
    }
    .col-md-6.aboutus-image img {
        height: auto !important;
    }
    .cd-horizontal-timeline .events-content p {
        padding: 0 !important;
    }
    .cd-horizontal-timeline .events-content h4 {
        font-size: 75px !important;
    }
    .container-fluid.culture img {
        padding: 0 20px !important;
    }
    .aboutus-content {
        padding: 0 20px !important;
    }

.aboutus-content.updated-content {
  padding: 6rem !important;
}
    .aboutus-content p {
        padding: 0 !important;
        font-size: 15px !important;
    }
    .absolute.culturee {
        left: 0% !important;
        width: auto !important;
    }
    div#nav-tab {
        width: 100% !important;
        height: auto;
        margin: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        flex-direction: column;
        align-items: initial;
    }
    #tabs .nav-tabs .nav-link {
        font-size: 16px !important;
    }
    .col-lg-3.fill {
        margin: 0 auto;
        padding: 0;
        max-width: 20% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 10px;
    }
    .col-lg-3.fill img {
        padding: 0px !important;
    }
    .col-lg-12.fill {
        padding: 0 !important;
    }
    .col-lg-6.fill img {
        padding: 15px !important;
    }
    .col-lg-6.fill {
        padding: 0;
        padding-bottom: 0px;
        max-width: 35% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 10px;
        margin: auto;
    }
    .col-lg-4.fill img {
        padding: 15px !important;
    }
    .col-lg-4.fill {
        margin: 0 auto;
        padding: 0;
        max-width: 20% !important;
        display: inline-flex;
        flex-flow: column;
        padding-bottom: 10px;
    }
    .technology-team {
        padding: 20px 0 0 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .col-lg-6.col-sm-12.tech-content h3 {
        padding-bottom: 0px !important;
        padding-top: 20px !important;
    }
    .col-lg-6.col-sm-12.tech-content {
        padding: 0 !important;
    }
    .col-lg-6.col-sm-12.tech-content p {
        padding: 0 !important;
        font-size: 15px !important;
    }
    .block p {
        font-size: 18px;
        line-height: 25px;
        padding: 0 !important;
    }
    .snipp1360 figcaption {
        padding: 0 !important;
        height: auto !important;
    }
    .snipp1360 p {
        padding: 0 !important;
    }
    .snipp1360 {
        padding: 0 !important;
    }
    .col-lg-4.service-image {
        min-height: auto;
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        height: auto !important;
    }
    .col-lg-4.service-image img {
        margin: auto !important;
        width: 100%;
        height: 250px;
    }
    .col-lg-8.service-content {
        min-height: auto;
        display: block !important;
        width: 100% !important;
        margin: auto 0 !important;
        height: 100% !important;
    }
    .service-heading {
        padding: 18px 18px 18px 0 !important;
    }
    .col-lg-12.service-content p {
        padding: 0 !important;
        line-height: 24px;
        margin: 0 !important;
    }
    .col-xs-12.col-md-12.col-lg-12.mobile-head {
        padding: 0 !important;
    }
    .owl-controls .owl-buttons .owl-prev {
        left: -8%;
    }
    .owl-controls .owl-buttons .owl-next {
        right: -8%;
    }
    .modal-dialog.modal-lg.emergency-form {
        width: auto !important;
        margin: auto !important;
    }
    .servicee-header h2 {
        font-size: 16px !important;
    }
    .col-md-12.contact-form h2 {
        font-size: 16px !important;
    }
    .counter.service-counter img {
        margin-top: 15px !important;
    }
    .counter.service-counter {
        height: 200px !important;
        margin: 20px 0 !important;
        padding: 25px 25px !important;
    }

    .counter.service-counter h2 {
        font-size: 14px !important;
        color: #c80808 !important;
        line-height: 20px !important;
    }
    .service-images.fill img {
        padding: 0 !important;
    }
    .service-images.fill {
        height: auto !important;
    }
    .aboutus-content.service-content {
        height: auto !important;
    }
    .carousel-inner.testimonial-silde .testimonial {
        margin: 0 20px !important;
    }
    .solution-info {
        padding-left: 20px !important;
        padding-bottom: 0 !important;
    }
    .aboutus-content.solution-content {
        height: auto !important;
        padding: 20px 10px 20px 15px !important;
    }
    .contactus-content {
        padding: 20px 0 !important;
        height: auto !important;
    }
    .snipp1360.kranculture {
        width: auto !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }
    .absolute.gallery-culturee p {
        padding: 0;
    }
    .absolute.gallery-culturee a {
        margin-bottom: 20px;
        position: relative;
        display: inline-flex;
        padding: 10px !important;
        font-size: 10px !important;
        letter-spacing: 0.5px;
        width: 130px !important;
    }
    .snipp1360.kranculture h2 {
        font-size: 18px !important;
        line-height: 32px !important;
        padding: 10px !important;
    }
    .col-md-12.col-lg-12.mobile-news {
        padding: 0;
    }
    .snip1360.snipnews {
        height: 680px !important;
    }
    .snip1360.snipnews figcaption {
        height: 70% !important;
    }
    .service-images.fill.client-details {
        height: auto !important;
    }
    .absolute.clientss h2 {
        font-size: 20px !important;
        line-height: 30px !important;
        padding: 0px 0 18px 0 !important;
    }
    .col-lg-3.col-md-3.col-sm-3.col-xs-4 {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 50% !important;
        display: inline-flex !important;
        flex-flow: column !important;
    }
    .aboutus-content.client-content {
        padding: 0 !important;
        background: transparent;
        height: auto !important;
    }
    .accordionThree .panel-group .panel-heading + .panel-collapse > .panel-body {
        padding: 0px 20px 20px 20px !important;
    }
    .accordionThree .panel .panel-heading div {
        padding: 25px 20px !important;
    }
    .modal-dialog.modal-md.career-form {
        width: auto !important;
    }
    .submitCareerForm-vacancy {
        width: auto !important;
        padding: 10px !important;
    }
    .form-group.careerform-vacancy {
        margin-bottom: 4rem !important;
        padding: 0px 20px !important;
    }
    .accordionThree .panel {
        padding: 10px 0 !important;
    }
    .career-accordian li {
        font-size: 16px !important;
        line-height: 36px !important;
    }
    .career-accordian p {
        font-size: 16px;
        line-height: 36px;
    }
    .card.solution-card2 {
        padding-top: 20px !important;
    }
    .snip1360.snipnews.blognews figcaption {
        height: auto !important;
    }
    .snip1360.snipnews.blognews .newsreadmore-btnn {
        float: none !important;
    }
    .snip1360.snipnews.blognews .author.blog-basic {
        margin-bottom: 0px !important;
    }
    .snip1360.snipnews.blognews {
        height: auto !important;
        margin-bottom: 15px;
        max-height: 1000px !important;
        padding: 25px 0 !important;
    }
    .author.blog-basic {
        display: flex !important;
        flex-direction: column !important;
    }
    .author span {
        margin-bottom: 15px !important;
    }
    .col-md-6.col-xs-12.aboutus-content h2 {
        font-size: 18px !important;
        font-weight: bold;
        line-height: 28px !important;
    }
    .col-md-6.col-xs-12.aboutus-content h1 {
        font-size: 18px !important;
        font-weight: bold;
        line-height: 28px !important;
    }
    .absolute.culturee h2 {
        font-size: 20px !important;
        margin-bottom: 5px !important;
        line-height: 28px !important;
        text-align: left;
    }
    .absolute.culturee p {
        line-height: 24px !important;
        text-align: left;
    }
    .button.culture {
        padding: 10px 15px !important;
        width: 100px !important;
    }
    /* .four_zero_four_bg { 
  height: 300px !important;
  background-position: center;
  background-size: 300px !important;
} */
    .four_zero_four_bg h1 {
        font-size: 32px !important;
    }
    #side-menu {
        display: none;
    }
    .navbar-right {
        display: none;
    }
    .snip1360 {
        padding-top: 10px !important;
    }
    .bannerHead span {
        font-size: 14px !important;
        line-height: 26px !important;
    }
        .bannerHead span div {
  font-size: 14px !important;
  line-height: 26px !important;
}
.bannerHead span ol li {
  font-size: 13px !important;
  line-height: 26px !important;
}
     p.animated.bannertitle .service-banner {
  font-size: 16px !important;
    height: 32px !important;
    }
    p.animated.bannertitle {
        font-size: 16px !important;
    }
    .bannerHead.firstactive span {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .bannerHead.firstactive {
        top: -4% !important;
    }
    .bannerHead {
        top: -2% !important;
        padding: 0 40px 0 40px !important;
        line-height: 36px !important;
        text-align: center !important;
        width: 100% !important;
    }
    .carousel-control-next {
        right: -30px !important;
    }
    .carousel-control-prev {
        left: -30px !important;
    }
    .carousel .testimonial p {
        text-indent: 20px !important;
        line-height: 28px !important;
        font-size: 15px !important;
    }
    .about-section {
        padding-top: 15px !important;
    }
    .title h2 {
        padding-bottom: 50px !important;
        padding: 20px 0;
        font-size: 24px !important;
    }
    #service {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    #product-list {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .snip1360 h2 {
        font-size: 15px !important;
    }
    #client-logo {
        padding-bottom: 50px !important;
    }
    #testimonial {
        padding: 50px 0px 50px 0px !important;
    }
    #asso-logo {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .career-accordian span {
        font-size: 14px !important;
        line-height: 34px !important;
        letter-spacing: 0.2px !important;
    }
    .career-accordian b {
        padding: 10px 0 !important;
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .career-accordian strong {
        padding: 10px 0 !important;
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .col-md-7.col-xs-12 h2 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .col-md-7.col-xs-12 h1 {
        padding: 0px 0px 18px 0px !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    #service-dashboard {
        padding-bottom: 30px !important;
    }
    .solution-info h2 {
        padding: 0px 0px 18px 0px !important;
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .solution-info h1 {
        padding: 0px 0px 18px 0px !important;
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .client-section {
        padding-top: 50px !important;
    }
    #history-section {
        flex-direction: column;
        justify-content: normal;
        padding: 0 !important;
    }
    .history-image.kran-csrimage {
        position: relative !important;
    }
    .history-info.kran-corporate {
        margin: auto !important;
        padding: 20px !important;
        position: relative;
        top: 0 !important;
    }
    .history-info.kran-corporate p {
        font-size: 15px !important;
    }
    .col-lg-12.col-md-12.col-sm-12.assamcares-csr {
        padding: 0 !important;
    }
    .tabtop li a:last-child {
        padding: 5px 10px !important;
    }
    .nav.nav-tabs.tabtop.tabsetting {
        width: 100% !important;
        height: auto;
        margin: auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .nav.nav-tabs.tabtop.tabsetting li {
        float: none;
        margin-bottom: 10px !important;
        margin-right: 15px;
    }
    .tabtop .active a::before {
        content: "";
    }
    .assamcares-csr p {
        font-size: 14px !important;
    }
    .assamcares-csr li {
        line-height: 28px !important;
        font-size: 14px !important;
    }
    .history-info.kran-csrtwo {
        width: 100% !important;
        height: auto;
        padding: 20px !important;
        margin: auto !important;
        position: relative;
        top: 0 !important;
    }
    .history-image.kranimagetwo {
        position: relative !important;
    }
    .col-lg-6.col-sm-12.tech-content h2 {
        font-size: 18px !important;
        line-height: 28px !important;
        padding-right: 0 !important;
    }
    .awards {
        padding: 50px 0 !important;
    }
    .history-info.kran-corporate.domain-basic {
        padding: 0px !important;
    }
    .domainlist {
        top: 32px !important;
        padding: 30px !important;
    }
    .domainlist li {
        line-height: 28px !important;
        font-size: 14px !important;
    }
    .container-fluid.culture {
        padding: 50px 0 !important;
    }
    .maintanance-service {
        padding: 50px 0 50px 0 !important;
    }
    .container-fluid.solution-image {
        padding: 50px 0 50px 0 !important;
    }
    .accordion_two_section {
        padding: 50px 0 !important;
    }
    .carousel-inner.testimonial-silde {
        position: relative;
        overflow: hidden;
        min-width: unset !important;
        max-width: 100% !important;
        display: flex;
        width: auto;
        margin: auto !important;
    }
    .carousel .testimonial p::before {
        left: -35px !important;
        top: 8px !important;
    }
    .about-section.krancsr.fullImage {
        height: auto !important;
        max-height: none !important;
    }
    .front img {
        height: 250px;
        position: relative !important;
    }
    .animated.fadeInUp .btn {
        padding: 5px 12px !important;
        font-size: 10px !important;
    }
    .animated.fadeInUp {
        top: 71%;
    }
    .aboutus-content.service-basic p {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .aboutus-content.service-basic h3 {
        font-size: 12px !important;
        line-height: 25px !important;
    }
    .aboutus-content.service-basic li {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .casestudy-half.domainlist {
        height: auto !important;
    }
    #flip {
        padding-bottom: 50px !important;
    }
    .card.casestudy {
        height: 400px !important;
    }
    .card.casestudy:hover .card-body {
        height: 90% !important;
    }
    .single_footer ul li {
        line-height: 36px !important;
        display: flex;
        justify-content: center;
    }
    .block span {
        font-weight: 600;
        font-size: 20px !important;
        font-family: "Montserrat";
    }
    .block h2 {
        font-weight: 600;
        padding-bottom: 15px;
        line-height: 34px !important;
    }
    .pfms360 .aboutus-content.service-content {
        padding: 20px 20px !important;
    }
    .pfms360 .aboutus-content li {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .pfms-key p {
        font-size: 16px !important;
    }
    .pfmsabout .contactus-content p {
        font-size: 16px !important;
    }
    .pfmsbenefits .pfms-bf {
        display: block !important;
    }
    .pfmsbenefits .service-images {
        width: 100% !important;
        max-width: 100% !important;
    }
    .pfbasic {
        font-size: 16px !important;
    }
    .title.flagship-solution p {
        font-size: 16px !important;
    }
    .center-of-excellence {
        font-size: 16px !important;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 15px !important;
        line-height: 28px !important;
    }
    .aboutus-timeline {
        padding: 50px 0 !important;
    }
    .about-us-section {
        padding: 50px 0 50px 0 !important;
    }
    .about-us-section.about-overview {
        padding: 80px 0 50px 0;
    }
    .relative__container::after {
        width: 60% !important;
        background: none !important;
    }
    .waves {
        display: none !important;
    }
    .cd-horizontal-timeline .events-content li {
        opacity: 1 !important;
        transform: unset !important;
        position: relative !important;
    }
    /* .timeline { */
    /*   display: none !important; */
    /* } */
    .pfmsbenefits .aboutus-content.service-content {
        height: auto !important;
    }
    .pfmsbenefits .service-images {
        height: auto !important;
    }
    .list-bullets-service li {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .solutions-content h2 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .pfmsbenefits .aboutus-content.service-content li {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .kranculture img {
        height: 250px !important;
    }
    .kranculture figcaption {
        height: 250px !important;
    }
    .card.casestudy:hover .card-body .card-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .card.casestudy .card-body .card-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .product-banner .block span {
        font-size: 20px !important;
        letter-spacing: -1px;
    }
    .product-banner .block p {
        font-size: 16px !important;
    }
    .demo-button {
        font-size: 11px;
        width: 180px;
        padding: 5px 5px !important;
        line-height: 24px;
    }
    .warning-content {
        padding: 30px 0 50px 0 !important;
    }
    .warning-content h1 {
        font-size: 24px !important;
        padding: 20px 0 !important;
    }
    .warning-content p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .front {
        cursor: pointer;
    }
    .aboutus-content.quality-content {
        padding: 20px !important;
        max-width: 100% !important;
    }
    .aboutus-content .list-bullets-service li {
        font-size: 15px !important;
        line-height: 26px !important;
    }
    .aboutus-timeline .cd-horizontal-timeline .events-content {
        height: auto !important;
    }
    #about-counter {
        padding-bottom: 50px !important;
    }
    .carousel-item img {
        height: auto !important;
        width: 90% !important;
        margin: auto;
    }
    .absolute.gallery-culturee h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .contactus-content p {
        font-size: 15px !important;
    }
    .carousel-control-next-icon::before {
        font-size: 30px !important;
        color: #000 !important;
        top: 40% !important;
        left: 25% !important;
    }
    .carousel-control-prev-icon::before {
        font-size: 30px !important;
        color: #000 !important;
        top: 40% !important;
        right: 25% !important;
    }
    .contactus-content h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .word {
        font-size: 24px !important;
        padding: 30px 0 !important;
        height: 120px !important;
        line-height: normal !important;
    }
    .social-unorder li {
        margin-bottom: 50px !important;
    }
    .solution-info p {
        font-size: 15px !important;
    }
    .aboutus-content.service-content.aims-modules {
        border: 1px solid #ddd !important;
    }
    .pfmsbenefits .service-images.fill.aims-modules img {
        height: auto !important;
    }
    .aims-overview .solution-info {
        padding: 0 !important;
    }
    .aboutus-content.service-content.srs-modules {
        border: 1px solid #ddd !important;
    }
    .pfmsbenefits .aboutus-content.service-content.srs-modules .list-bullets-service {
        padding-left: 20px !important;
    }
    .pfms-key.domain-solutions.srs-highlights .pfms-box {
        height: 300px !important;
    }
    .aboutus-content.service-content.orion-modules {
        border: 1px solid #ddd !important;
    }
    .pfmsbenefits .service-images.fill.orion-modules img {
        height: auto !important;
    }
    .pfmsbenefits .aboutus-content.service-content.orion-modules .list-bullets-service {
        padding-left: 20px !important;
    }
    .list-heading h2 {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .list-heading.active h2 {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .solution-accordian li {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .pfms-key.domain-solutions.orion-highlights .pfms-box {
        height: auto !important;
        padding: 30px 20px !important;
    }
    .col-md-6.col-sm-12.col-lg-3.my-4.phoenix {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box.box1 {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box.box2 {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.phoenix-highlights .pfms-box {
        height: auto !important;
        padding: 20px !important;
    }
    .awards.solution-awards .card.casestudy {
        height: 280px !important;
    }
    .awards.solution-awards .card-img-wrapper {
        height: auto !important;
    }
    .awards.solution-awards .card.casestudy img {
        height: auto !important;
    }
    #main-slide .item img {
        height: 420px;
        max-width: 100% !important;
        width: 100%;
        object-fit: cover;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }
    .label-input100 {
        top: 1px !important;
        left: -12px !important;
    }
    .contactform {
        font-size: 28px !important;
    }
    .contacts.contact-wrapper {
        padding-top: 120px !important;
    }
    .toggle {
        top: 80% !important;
        left: -55px !important;
        display: none;
    }
    .sidebar-contact.active {
        right: 0px !important;
    }
    .toggle.active {
        background: transparent;
        left: 350px !important;
        top: 0 !important;
    }
    .flip-container.hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    }
    .absolute.clientss p {
        font-size: 15px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.concultancy-service .pfms-box {
        height: auto !important;
    }
    .pfms-key.domain-solutions.srs-highlights.mobile-service .pfms-box {
        height: auto !important;
    }
    .post-slide .post-description {
        font-size: 14px !important;
    }
    .service-benefits .aboutus-content.service-content h2 {
        font-size: 18px !important;
    }
    #projects {
        display: none;
    }
    .container-fluid.culture.service-image .benefits-image img {
        padding: 40px !important;
    }
    .form-group.field-name .col-sm-9.col-lg-9.col-md-9 {
        padding: 5px;
    }
    .service-modal .modal-body {
        margin: 15px 0;
    }
    .form-group.field-name {
        margin-bottom: 2rem !important;
    }
    .col-md-8.col-sm-12.service-captcha {
        padding: 10px 0 0 0 !important;
    }
    .form-group.field-name label {
        font-size: 14px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.product-service .pfms-box {
        height: auto !important;
    }
    .pfms-key.domain-solutions.vetcares.hlx-highlights .pfms-box {
        justify-content: center;
        align-items: center;
        height: auto !important;
    }
    .pfms-key.domain-solutions.vetcares.hlx-highlights .pfms-box p {
        text-align: center !important;
    }
    .pfms-key.domain-solutions.smartoffice.srs-highlights .pfms-box {
        height: auto !important;
    }
    .aboutus-content.service-content.aims-modules {
        padding-left: 20px !important;
    }
    .card.casestudy.solution-smofce {
        height: 100% !important;
        background: #f9f9f9;
    }
    .card.casestudy.solution-smofce .card-body {
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: baseline !important;
        height: 100%;
        flex-direction: column;
        position: relative;
    }
    .card.casestudy.solution-smofce .card-body .card-title {
        transition: none;
        margin: 0px 0 10px !important;
        color: #c80808 !important;
    }
    .card.casestudy.solution-smofce .card-body .card-text {
        transition: none;
        display: block !important;
    }
    .card.casestudy.solution-smofce:hover .card-body {
        height: 100% !important;
    }
    .card.casestudy.solution-vetcares {
        height: 100% !important;
        background: #f9f9f9;
    }
    .card.casestudy.solution-vetcares .card-body {
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: baseline !important;
        height: 100%;
        flex-direction: column;
        position: relative;
    }
    .card.casestudy.solution-vetcares .card-body .card-title {
        transition: none;
        margin: 0px 0 10px !important;
        color: #c80808 !important;
    }
    .card.casestudy.solution-vetcares .card-body .card-text {
        transition: none;
        display: block !important;
    }
    .card.casestudy.solution-vetcares:hover .card-body {
        height: 100% !important;
    }
    .pfmsbenefits .aboutus-content.service-content.edge.aims-modules {
        padding: 0 20px 0 50px !important;
    }
    .snip1360.snipnews.blognews.casecategory figcaption {
        height: auto !important;
    }
    .casecategory .author.blog-basic {
        margin-bottom: 0px;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .pfms-box {
        height: auto !important;
        border-radius: 10px;
        padding: 30px 0px !important;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights img {
        width: 90px !important;
        height: 98px !important;
        margin: auto;
    }
    .pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .pfms-box p {
        font-size: 14px !important;
    }
    .card.casestudy .card-body ul {
        display: block !important;
    }
    .accordion_two_section.saarathi-core .card.casestudy .card-body ul {
        display: block !important;
    }
    .accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce {
        height: auto !important;
    }
    .accordion_two_secti on.saarathi-core.ptb-100 .card.casestudy.solution-smofce .list-bullets-service li {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .pfms-key.domain-solutions.chms-highlights.srs-highlights.concultancy-service .row {
        max-width: 100% !important;
    }
    .charms-solution {
        width: 93% !important;
        margin: auto;
    }
    .phoenix-overview .solution-info {
        padding: 0 !important;
    }
    .button-container {
        align-items: normal !important;
        flex-direction: column;
    }
    .pfmsbenefits .aboutus-content.service-content.aims-modules .list-bullets-service {
        padding-left: 0 !important;
    }
    .pfms-key.domain-solutions.orbt-highlights.srs-highlights.concultancy-service .row {
        max-width: 100% !important;
    }
    .blog-heading.casestudy h2 {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    #bbanner {
        height: auto !important;
        background-position: 50% !important;
    }
    .career-accordian.krancasestudy p {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .career-accordian.krancasestudy li span {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .career-accordian.krancasestudy li {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .career-accordian.krancasestudy p span {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .row {
        max-width: 100% !important;
    }
    .solution-overview .col-lg-12.phoenix-overview {
        max-width: 100% !important;
    }
    .solution-overview .col-lg-12.service-image {
        max-width: 100% !important;
        margin: auto;
    }
    .solution-overview.indenture-box .p-5 {
        padding: 20px 10px !important;
    }
    .episode {
        grid-template-columns: 0fr 3fr !important;
    }
    .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights img {
        width: auto !important;
        height: 100px !important;
        margin: auto;
    }
    .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights .pfms-box {
        padding: 15px !important;
    }
    .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights .pfms-box .solution-icon {
        padding: 0px !important;
    }
    .content-container .content {
        flex: 0 1 100% !important;
    }
    .content-container .content-sidebar {
        display: none !important;
    }
    .content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box {
        padding: 10px !important;
    }
    .episode__content {
        padding: 10px 0 !important;
    }
    .solution-slider.carousel .thumb-wrapper {
        height: auto !important;
        margin-bottom: 20px !important;
        padding: 30px 20px !important;
    }
    .solution-slider.carousel .carousel-item {
        max-height: 100% !important;
        text-align: center;
        overflow: hidden;
        display: block !important;
        margin-right: 0 !important;
    }
    .solution-slider .carousel-control-prev,
    .solution-slider .carousel-control-next {
        display: none;
    }
    .solution-slider.carousel .carousel-indicators {
        display: none;
    }
    .solution-slider.carousel .carousel-item img {
        width: auto !important;
        height: 100px !important;
    }
    .solution-slider.carousel {
        margin: auto !important;
        padding: 0 20px !important;
    }
    .article__body {
        width: 100% !important;
        padding: 20px 10px !important;
    }
    .article {
        flex-direction: column;
    }
    .article__image {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }
    .rich-text li:not(:last-child) {
        margin-bottom: 5px !important;
    }
    .snip1360.snipnews.news-card .newsreadmore-btnn {
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
        font-weight: 600;
        float: none;
    }
    .snip1360.snipnews.news-card figcaption {
        height: auto !important;
    }
    .snip1360.snipnews.news-card {
        padding: 10px;
        height: auto !important;
    }
    .aboutus-content.quality-content h2 {
        font-size: 18px !important;
        line-height: 28px !important;
        padding: 0 !important;
    }
    .pfms-key.domain-solutions.srs-highlights.quality-highlights.product-service .pfms-box {
        padding: 20px !important;
    }
    .pfms-key.domain-solutions.srs-highlights.quality-highlights.product-service .pfms-box img {
        padding: 0 !important;
    }
    .accordion-highlights .accordion_active .accordion_content {
        max-height: 500px !important;
    }
    .absolute.gallery-culturee {
        padding: 0 0 20px 0 !important;
    }
    .block.full-time h6 {
        font-size: 12px;
    }
    .vacancy-section .row.job-row {
        max-width: 100% !important;
    }
    .author.author-mobile span {
        margin-bottom: 20px !important;
        width: 100%;
        display: flex;
    }
    .job-list .snip1360.snipnews.blognews.casecategory h2 {
        font-size: 18px !important;
    }
    .pfms360.culture.service-image.container .aboutus-content.service-content h2 {
        font-size: 22px !important;
        line-height: 30px !important;
        padding-bottom: 15px !important;
    }
    .pfms-key.domain-solutions.hlx-highlights.helix-points .pfms-box {
        height: auto !important;
    }
    .pfmsbenefits .aboutus-content.service-content.indenture.aims-modules {
        margin: 20px 0 !important;
        border: none !important;
    }
    .pfmsbenefits.glxyalms-core .aboutus-content.service-content.aims-modules {
        align-items: start !important;
    }
    .pfmsbenefits.glxyalms-core.promis-core .aboutus-content.service-content.aims-modules {
        align-items: baseline !important;
    }
    .solution-overview.orbit-overview-mobile .solution-info {
        align-items: start !important;
    }
    .solution-overview.orbit-overview-mobile .solution-info {
        padding-left: 0 !important;
    }
    .solution-info h3 {
        padding-top: 20px;
        font-size: 14px !important;
        line-height: normal !important;
    }
    .aboutus-content.service-content.admire-modules {
        border: none !important;
    }
    .assamcares-csr .list-bullets-service li {
        font-size: 14px !important;
    }
    #cr .modal-header {
        padding: 20px 20px !important;
    }
    .col-md-6.col-lg-7.col-xs-12.aboutus-content.service-content.glxyalms {
        padding-top: 40px !important;
    }
    .col-md-6.col-lg-7.col-xs-12.aboutus-content.service-content.glxyalms .list-bullets-service {
        padding-left: 0;
    }
    .article__image-wrapper img {
        height: auto !important;
    }
    .question__text {
        font-size: 14px !important;
    }
    .accordian-wrapper .container {
        width: auto !important;
        margin: 0 !important;
        list-style: none;
        padding: 0 !important;
    }
    .accordian-wrapper .box .answer::after,
    .accordian-wrapper .box .answer.active::after {
        font-size: 16px !important;
        top: 35px !important;
        right: 21px !important;
    }
    .accordian-wrapper .container .box .answer.active {
        max-height: 100% !important;
    }
    #pr {
        overflow-y: scroll !important;
    }
    #prinner {
        overflow-y: scroll !important;
    }
    .offer-content::after {
        right: 10px !important;
    }
    .myline {
        left: -10%;
    }
    .loader img {
        top: -4%;
        left: 40%;
    }
    .allsolutions .cards.kran-solution {
        padding: 30px 0;
        height: auto !important;
    }
    .section-team .single-person .person-image img {
        width: auto !important;
        /*   border-radius: 50%; */
        /*   height: 200px !important; */
        margin: auto !important;
        display: flex !important;
    }
    .person-image .image-div {
        height: 350px !important;
    }
    .single-person {
        height: 450px !important;
    }
    .cpart-link {
        position: absolute !important;
        top: 22px !important;
        right: 75px !important;
    }
    .cpart-link.btn.cpart-button {
        font-size: 12px !important;
        width: 90px !important;
        height: 30px !important;
    }

    .counter-div {
        padding: 50px 0;
    }
    .visionmission-section .stretched-vision {
        height: auto !important;
    }
    .visionmission-section .col-md-6 {
        padding: 0 !important;
    }
    .coe-home .domain.coe-homedomain {
        padding: 10px 0 !important;
    }
    .clients-viewall {
        display: block !important;
    }
    #image-container .image {
        max-width: 25%;
        height: auto;
    }
    #image-container .image .picture {
        width: auto;
        height: auto;
        padding: 10px;
    }
    #solutionsmodalBody {
        padding: 0 !important;
    }
    #projectmodalBody {
        padding: 0 !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic h2,
    #projectmodalBody .blog-heading.projects-basic h2 {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic .kranprojects-category,
    #projectmodalBody .blog-heading.projects-basic .kranprojects-category {
        font-size: 10px !important;
    }
    #solutionsmodalBody .blog-heading.projects-basic p,
    #projectmodalBody .blog-heading.projects-basic p {
        font-size: 11px;
        line-height: 14px;
    }
    #solutionsmodalBody .blog-heading.projects-basic .header-title,
    #projectmodalBody .blog-heading.projects-basic .header-title {
        top: 10px;
        font-size: 12px !important;
    }
    #solutionsmodalBody .col-md-1.col-lg-1.col-xs-1.close-close.project-close,
    #projectmodalBody .col-md-1.col-lg-1.col-xs-1.close-close.project-close {
        top: -14px;
        right: -14px;
    }
    #solutionsmodalBody .project-detailssection .aboutus-content p,
    #projectmodalBody .project-detailssection .aboutus-content p {
        font-size: 12px !important;
        line-height: 24px;
    }
        #solutionsmodalBody .project-detailssection .aboutus-content ul li,
    #projectmodalBody .project-detailssection .aboutus-content ul li {
        font-size: 12px !important;
        line-height: 24px;
    }
    #solutionsmodalBody .project-servicessection ul,
    #projectmodalBody .project-servicessection ul {
        display: flex;
        flex-direction: column;
    }
    #solutionsmodalBody .project-servicessection ul li,
    #projectmodalBody .project-servicessection ul li {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    #solutionsmodalBody .project-contactform.contact-form .title.flagship-solution p,
    #projectmodalBody .project-contactform.contact-form .title.flagship-solution p {
        font-size: 14px !important;
    }
    #solutionsmodalBody .project-clientsection .aboutus-content p,
    #projectmodalBody .project-clientsection .aboutus-content p {
        font-size: 12px !important;
        line-height: 24px;
    }
     #solutionsmodalBody .project-clientsection .aboutus-content ul li,
    #projectmodalBody .project-clientsection .aboutus-content ul li {
        font-size: 12px !important;
        line-height: 24px;
    }
	.slick-prev, .slick-next {
		display: none !important;
	}
	.slick-dots {
		display: none !important;
	}
	.slick-slider.slick-dotted {
		padding: 0;
	}
	.slick-slide {
		display: block !important;
		width: auto !important;
	}
	.timeline-carousel__item-inner {
		padding-top: 20px !important;
	}
	.slick-slider.slick-dotted .slick-list.draggable div {
  width: auto !important;
}
#wikiArticle .nav-sticky-highlights.domain-solutions.srs-highlights.emetier.mobile-service {
  padding: 0 !important;
}
.content-container.sticky-solution .pfms-key.domain-solutions.mobile-service .pfms-box h5 {
	padding: 0 !important;
}
.content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box img {
  height: auto !important;
}
#wikiArticle .solution-icon {
  padding: 0 !important;
}
.content-container.sticky-solution .pfms-key.domain-solutions.mobile-service .pfms-box h5 {
	font-size: 24px !important;
	line-height: normal !important;
}
#kranFacesContainer {
  max-width: 100% !important;
}
.faq-section .accordion .accordion-item {
  padding: 0px 0px !important;
}
.contact-info li .fa-sharp.fa-light.fa-location-arrow {
  position: relative;
  top: -6px;
}

.faq-section .accordion button .accordion-title {
  font-size: 16px;
}
.carousel.testimonial-carousal .carousel-item {
	height: 270px !important;
}
.card.coe-card {
  margin-bottom: 10px;
}
.faq-section .accordion .accordion-content p {
	font-size: 13px !important;
}
}

/* Mobile View */

.container,
.container-fluid {
    width: 93% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: none !important;
}

/*Services  */

/*  News / Event */
.snip1360 {
    font-family: "Quattrocento", Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: auto;
    width: auto;
    color: #141414;
    text-align: center;
    line-height: 1.4em;
    font-size: 16px;
    background-color: #ffffff;
    padding-top: 10px;
}
.snip1360 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.snip1360 img {
    max-width: 100%;
    vertical-align: top;
    height: 250px;
}
.snip1360 figcaption {
    width: 100%;
    background-color: #ffffff;
    padding: 10px 10px 40px;
    position: relative;
    height: auto;
    border: 1px solid #ececec;
    height: 165px;
    border-top: none;
}
.news-release {
    display: block !important;
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: normal;
    opacity: 1;
    text-align: justify;
    line-height: 20px;
}

.snip1360 figcaption:before {
    position: absolute;
    content: "";
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
    background-image: none;
}

.snip1360 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    font-family: "Lato";
    text-transform: capitalize;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    color: #111;
}
.snip1360 p {
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: normal;
    opacity: 1;
    text-align: justify;
    line-height: 20px;
    display: none;
}
/* News / Event end */
.pic p {
    font-size: 18px;
    line-height: 28px;
}
/*  Service */

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #c80808 !important;
    background: #fff;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: "";
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
#v-pills-home {
    opacity: 1;
    box-shadow: none !important;
}
.font-weight-bold.small.service.text-uppercase {
    display: inline-flex;
    text-transform: capitalize !important;
}
.nav-link.mb-3.p-3.shadow.service {
    font-size: 18px;
    color: #151515;
    text-align: left;
    box-shadow: none !important;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 100%;
    padding: 15px !important;
    letter-spacing: normal;
}
#product-list {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #fff;
}
.tab-pane.fade.shadow.rounded.bg-white.p-5.col-md-12 {
    box-shadow: none !important;
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 10px 0 0 10px !important;
}
#v-pills-tabContent {
    height: 100%;
    width: 100%;
}
.col-md-5.service-image {
    margin: auto;
    display: flex;
    height: auto;
    width: 100%;
}
.col-md-7.service-content {
    text-align: justify;
    height: 100%;
    width: auto;
    margin: auto;
}
.text-center.mb-5.pb-5.text-black h2 {
    padding-bottom: 25px;
    color: #c80808;
    font-weight: 600;
    font-size: 35px;
}
.col-md-7.service-content h4 {
    font-size: 25px;
    font-weight: 600;
    color: #c80808;
    font-style: normal;
    text-align: left;
}
.col-md-7.service-content p {
    font-size: 16px;
    color: #242424 !important;
    letter-spacing: normal;
    text-align: left;
    line-height: 28px;
}
.read-more-service {
    color: #c80808;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 10px 10px 0;
    position: relative;
    top: 10px;
}
.read-more-service:hover {
    color: #000;
    text-decoration: underline !important;
}
.read-more-service i {
    padding-left: 10px;
}
.text-center.mb-5.pb-5.text-black p {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 28px;
}
.titleRed p {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 28px;
}
/*  Service end */

/*  Get in Touch */
.modal-backdrop.fade.show {
    display: none !important;
}

a.btn.btn-primary.btn-lg.text-center.get-in-touch {
    position: fixed;
    width: auto;
    height: auto;
    right: -13px;
    top: 60%;
    color: #ffffff !important;
    z-index: 3;
    background-color: #c80808;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    text-transform: capitalize;
    border: none;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
.btn.btn-primary.btn-lg.text-center.get-in-touch:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
.btn.btn-success.pull-right {
    background-color: #c80808;
    border-color: #fff;
}
.btn.btn-cancel {
    background-color: #ccc;
}

.form-horizontal.col-sm-12.get-in-touch-form.i-amphtml-form input {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-horizontal.col-sm-12.get-in-touch-form.i-amphtml-form textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control.get-in-touch-input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 10px 10px 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #595959 !important;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    box-shadow: none;
}
.form-control.get-in-touch-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    border-bottom-color: transparent;
    outline: 0;
    box-shadow: none;
}
.form-control.get-in-touch-textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #595959 !important;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    box-shadow: none;
}
.form-control.get-in-touch-textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    border-bottom-color: transparent;
    outline: 0;
    box-shadow: none;
}
.form-group.comments {
    width: 100%;
}
.col-md-12.contact-form h2 {
    text-align: center;
    padding-bottom: 20px;
    color: #c80808;
}
.getintouch-submit {
    background: transparent;
    border: 1px solid #c80808;
    box-shadow: inherit;
    color: #c80808;
    border-radius: 0;
    font-weight: 600;
    padding: 10px 10px;
    text-transform: capitalize;
    margin: 0;
    display: block;
    position: absolute;
    right: 0;
    margin-top: 5px;
    font-size: 12px;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
    width: 140px;
}
.getintouch-submit:hover {
    background: #c80808;
    outline: 0;
    color: #eee;
}
.req-input.captcha-verify {
    display: flex;
    flex-direction: row;
}
span.req-input.captcha-verify #cap {
    display: flex;
    float: left;
    margin: 0;
}
span.req-input.captcha-verify table {
    width: auto;
    height: 100%;
    margin-right: 5px;
}
.get-in-touch-social a {
    background: #202020;
}
.get-in-touch-social .socials {
    margin: auto !important;
    display: flex;
    justify-content: flex-start !important;
    flex-direction: row !important;
}
#myModalLabel {
    text-align: center;
    padding-left: 30px;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
}
.close.col-lg-1.col-md-1.col-sm-1 {
    font-size: 24px;
    opacity: 1;
    font-weight: 600;
    line-height: 24px;
    padding: 10px !important;
    padding-bottom: 0 !important;
}
.col-md-6 .form-group {
    margin-bottom: 4rem;
}
.modal-dialog.get-intouch {
    max-width: 100%;
    width: 60%;
    max-height: 100%;
    height: 100%;
}
.modal-content.getintouch-modal {
    width: 100%;
    height: 450px;
}
.modal-header {
    border-bottom: none !important;
}
#contactus .col-md-4.col-sm-12 {
    padding-top: 10px;
}
#contactus .col-md-8.col-sm-12 {
    padding-top: 10px;
}
/*  Get in Touch */
.modal-open .modal.get-in-touch-head {
    overflow-x: hidden;
    overflow-y: hidden !important;
}


/* Service */
.service-card {
    background:#fff6f6;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    padding: 20px 35px;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: auto;
    height: 125px;
}

.service-card::after {
    content: "";
    background: #c80808;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    clip-path: circle(0% at 0% 0%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.content {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    color: #000;
}
.service-card img {
    width: auto;
    height: 45px;
}
.service-card:hover::after {
    clip-path: circle(100%);
}
.service-card:hover {
    transform: scale(1.04);
}
.service-card:hover .content {
    color: white;
}

.service-card:hover span {
    background-position: -89px -13px !important;
}
.ser1 {
    background: url(../images/services/consultancy.png) no-repeat 0 0;
}

.service-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 155px auto !important;
    background-position: -13px -13px !important;
}

.ser2 {
    background: url("../images/services/software development.png") no-repeat 0 0;
}
.ser3 {
    background: url("../images/services/maintenance and support.png") no-repeat 0 0;
}
.ser4 {
    background: url("../images/services/project or product implementation.png") no-repeat 0 0;
}
.ser5 {
    background: url("../images/services/hosted solutions.png") no-repeat 0 0;
}
.ser6 {
    background: url("../images/services/app development.png") no-repeat 0 0;
    background-position: -34px -13px !important;
}
.product-icon.pro1 {
    background: url("../images/product/ifms.png") no-repeat 0 0;
    background-size: 160px auto !important;
    background-position: -8px 3px !important;
}
.pro5 {
    background: url("../images/product/phoenix.png") no-repeat 0 0;
}
.pro6 {
    background: url("../images/product/helix.png") no-repeat 0 0;
}
.product-icon.pro4 {
    background: url("../images/product/orion.png") no-repeat 0 0;
    background-size: 142px auto !important;
    background-position: 0px 5px !important;
}
.pro2 {
    background: url("../images/product/aims.png") no-repeat 0 0;
}
.pro3 {
    background: url("../images/product/sirius.png") no-repeat 0 0;
}

.cards.kran-solution:hover span {
    background-position: -86px 4px !important;
}
.cards.kran-solution:hover .pro4 {
    background-position: -84px 4px !important;
}
.cards.kran-solution:hover .pro1 {
    background-position: -92px 3px !important;
}
.product-icon {
    display: flex;
    margin: auto;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    background-size: 150px auto !important;
    background-position: -4px 4px !important;
}
.allsolutions .solutions-kran .product-icon {
    display: flex;
    margin: auto;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background-size: 150px auto !important;
    background-position: -4px 4px !important;
}
.allsolutions .cards.kran-solution a {
    padding: 7px 10px;
}
.content:hover {
    color: white;
}
.content h3 {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
}
.content p {
    text-align: left;
    line-height: 24px;
    padding-top: 10px;
    font-size: 16px;
}
.service-header {
    color: #c80808;
    font-size: 22px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}
.col-md-6.col-sm-12.service-focus h2 {
    color: #c80808;
    font-size: 26px;
    display: inline-block;
    position: relative;
/*     text-transform: capitalize; */
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0px 18px 0px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
    letter-spacing: normal;
    line-height: 35px;
}

.col-md-6.service-cards {
    padding-bottom: 30px;
}
.col-md-6.col-sm-12.service-focus p {
    text-align: left;
    padding: 20px 0 0px 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #333;
}
.col-md-8.service-image {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 75%;
}
.service-icon i {
    font-family: "FontAwesome";
    float: left;
    font-size: 30px;
    padding-bottom: 0px;
    width: 100%;
    text-align: left;
}
/*  Service End */

.solutions-kran img {
    width: auto;
    height: auto;
    display: flex;
    margin: auto;
}
.solutions-kran h5 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 15px;
    color: #000;
    font-family: "Poppins", sans-serif;
}
.financial-solution {
    padding: 0;
    margin: 0;
    color: #c80808;
    font-family: "Poppins", sans-serif;
}
.financial-solutions {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #c80808;
}
.cards.kran-solution:hover .financial-solutions {
    color: #fff;
}
.cards.kran-solution:hover .financial-solution {
    color: #fff;
}
.solutions-kran p {
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: normal;
}
.allsolutions .solutions-kran p {
    text-align: center;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
}

.solutions-kran {
    padding: 30px;
    height: 100%;
}
.allsolutions .solutions-kran {
    padding: 20px 10px;
    height: 100%;
}
.cards.kran-solution::after {
    content: "";
    background: #c80808;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    clip-path: circle(0% at 0% 0%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cards.kran-solution:hover::after {
    clip-path: circle(100%);
}
.cards.kran-solution:hover {
    transform: scale(1.02);
}
.cards.kran-solution:hover .solutions-kran {
    z-index: 1;
    position: relative;
}
.cards.kran-solution:hover h5 {
    color: white;
    z-index: 1;
    position: relative;
}
.cards.kran-solution:hover p {
    color: white;
    z-index: 1;
    position: relative;
}
.cards.kran-solution:hover a {
    color: #fff;
    z-index: 1;
    position: relative;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
}
.cards.kran-solution .readmore-btnnnn:hover {
    background: #fff;
    color: #000;
}
.solutions-kran:hover {
    color: white;
}
.cards.kran-solution {
    background-color: #f8f9fb;
    margin-bottom: 30px;
    height: 400px;
    cursor: default;
    border-radius: 3px;
    position: relative;
    color: #000;
    box-shadow: none;
    width: auto;
    transition: all 0.3s ease-in-out;
    border: 1px solid #e9e9e9;
}

.solution-krancon h2 {
    color: #c80808;
    font-size: 32px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 80px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
}

/*  Contact Us*/

.card-margin {
    margin-bottom: 1.875rem;
}
#address-card {
    background: #f9f9f9;
    padding: 50px 0 !important;
}
.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card-body.pt-0 {
    padding: 20px 40px !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #ececec;
    border-radius: 0px;
    box-shadow: none;
}
.card-title {
    margin-bottom: 0;
    font-size: 24px;
    color: #c80808;
    font-weight: 500;
}
.widget-49-meeting-item a {
    color: #0062aa;
}

.card .card-header {
    background: none;
    padding: 25px 0;
    display: flex;
    align-items: center;
    min-height: 70px;
    justify-content: flex-start;
    margin: 0 40px;
}
.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-left: 0.5rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #edf1fc;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
    color: #4e73e5;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
    color: #4e73e5;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fcfcfd;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
    color: #dde1e9;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
    color: #dde1e9;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e8faf8;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
    color: #17d1bd;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
    color: #17d1bd;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ebf7ff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
    color: #36afff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
    color: #36afff;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: floralwhite;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
    color: #ffc868;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
    color: #ffc868;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #feeeef;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
    color: #f95062;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
    color: #f95062;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fefeff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
    color: #f7f9fa;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
    color: #f7f9fa;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ebedee;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
    color: #394856;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
    color: #394856;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f0fafb;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
    color: #68cbd7;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
    color: #68cbd7;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
    display: flex;
    flex-direction: column;
    margin-left: 0;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
    color: #b1bac5;
    font-size: 13px;
}

.widget-49 .widget-49-meeting-points {
    font-weight: 400;
    font-size: 14px;
    margin-top: 0.5rem;
    padding: 0;
    line-height: 25px;
    text-align: left;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
    display: block;
    color: #000;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
    margin-left: 0.5rem;
}

.widget-49 .widget-49-meeting-action {
    text-align: right;
}

.widget-49 .widget-49-meeting-action a {
    text-transform: uppercase;
}
/* color:  red#ec1c24, black#212d31, grey#343a40, white#eee  */

div.form {
    background-color: transparent;
}
.contact-wrapper {
    margin: 0;
}

.submit-btn {
    float: right;
}
.reset-btn {
    float: left;
}

.form-headline:after {
    content: "";
    display: block;
    width: 10%;
    padding-top: 10px;
    border-bottom: 3px solid #ec1c24;
}

::-webkit-input-placeholder {
    /* Chrome */
    font-family: "Roboto", sans-serif;
}

.required-input {
    color: black;
}
@media (min-width: 600px) {
    .contain {
        padding: 0;
    }
}

.form-input:focus,
textarea:focus {
    outline: 1.5px solid #ec1c24;
}

.form-input,
textarea {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 5px;
    transition: none !important;
}

.wrapperr > * {
    padding: 1em;
}
@media (min-width: 700px) {
    .wrapperr {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .wrapperr > * {
        padding: 2em 2em;
    }
}

.contacts {
    color: #212d31;
}

.form {
    background: #fff;
}

#submit-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
#submit-form label {
    display: block;
}
#submit-form p {
    margin: 0;
}

.full-width {
    grid-column: 1 / 3;
}

.reset-btn,
.submit-btn,
.form-input,
textarea {
    padding: 1em;
}
#contactus p {
    margin-bottom: 20px;
    border: 1px solid #f9f9f9;
}
.reset-btn,
.submit-btn {
    background: transparent;
    border: 1px solid #c80808;
    color: #c80808;
    border-radius: 0px;
    padding: 10px 10px;
    text-transform: capitalize;
    font-size: 14px;
    width: 110px;
    font-weight: 600;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
}
.reset-btn:hover,
.submit-btn:hover,
.reset-btn:focus,
.submit-btn:focus {
    background: #c80808;
    outline: 0;
    color: #eee;
}
.error {
    color: #ec1c24;
}
#form-card {
    padding: 50px 0;
    background: #f9f9f9;
}
#about-counter {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.contacts.contact-wrapper li {
    margin-bottom: 15px;
    opacity: 1;
    word-spacing: normal;
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #333;
}
.email-info {
    padding: 10px 0;
}
.contacts.contact-wrapper {
    padding-top: 74px;
}
.contactform {
    color: #000;
    font-size: 32px;
    padding-bottom: 50px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-family: "Montserrat";
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.form-headline {
    padding-bottom: 20px;
}

/*  Contact Us End */

/*About Us Start  */
.about-us-section {
    padding: 50px 0 80px 0;
}
.about-us-section.about-overview {
    padding: 80px 0 50px 0;
}
.container-fluid.culture.quality {
    padding: 70px 0 70px 0;
}
.awards .card.casestudy:hover .card-body {
    height: 100%;
    flex-direction: column;
    padding: 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.awards .card.casestudy:hover .card-body .card-title {
    width: 100%;
}
.awards .card.casestudy .card-body {
    margin: 0;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}
.relative__container::after {
    background-image: url("../images/about/our culture 4.1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 44%;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: right bottom;
    content: "";
}
.col-md-6.col-xs-12.aboutus-content {
    padding: 0px 20px 0 0px;
}
.aboutus-content h2 {
    color: #c80808;
    font-size: 26px;
    display: inline-block;
    position: relative;
    text-transform: none;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0px 0px 25px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
    letter-spacing: normal;
    line-height: 38px;
}

.aboutus-content h1 {
    color: #c80808;
    font-size: 26px;
    display: inline-block;
    position: relative;
    text-transform: none;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0px 0px 25px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
    letter-spacing: normal;
    line-height: 38px;
}

.aboutus-content h3 {
    margin-bottom: 0px !important;
    display: inline-block;
    position: relative;
    font-family: "Montserrat";
    width: auto;
    text-align: left;
    background-color: transparent;
    font-weight: 600;
    font-size: 18px;
    color: #595959;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: uppercase;
}
.col-md-6.col-xs-12.aboutus-content p {
    text-align: left;
    word-spacing: normal;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #333;
}
.col-md-6.aboutus-image img {
    height: 400px;
}

.word {
    margin: auto;
    color: #000;
    font-size: 35px;
    font-family: "Montserrat", sans-serif !important;
    text-transform: capitalize;
    text-align: center;
    padding: 30px;
    font-weight: 900;
    height: 110px;
}
.automated-content p {
    font-size: 22px;
    padding: 50px 50px 0 50px;
    text-align: center;
    line-height: 35px;
    color: #1e1e1e;
}

.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
    list-style: none;
}
.cd-timeline-navigation a:hover,
.cd-timeline-navigation a:focus {
    border-color: #313740;
}
.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
    color: #c80808;
}
.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
    quotes: none;
}
.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before,
.cd-horizontal-timeline q:after {
    content: "";
    content: none;
}
.cd-horizontal-timeline table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cd-horizontal-timeline {
    opacity: 0;
    margin: auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
}
.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: none;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 80px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
}
.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 48px;
    height: 1px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #313740;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0.25rem 2rem;
    border: 1px solid #c80808;
    background-color: #fff;
    width: auto;
    margin-bottom: -16px;
    border-radius: 20% / 40% 40% 40% 40% !important;
    color: #000;
    font-weight: 600;
}
.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: "";
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
    display: none;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #313740;
    border-color: #313740;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    background: #c80808;
    color: #fff;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #313740;
    border-color: #313740;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #000;
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    /* arrow icon */
    content: "\f053";
    position: absolute;
    height: 26px;
    width: 24px;
    left: -9%;
    top: 59%;
    font-family: "FontAwesome";
    font-size: 14px;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    color: #313740;
    border-color: transparent;
}
.cd-timeline-navigation a.next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    color: #313740;
    border-color: transparent;
}
.cd-timeline-navigation a.next:hover {
    border-color: #000;
}
.cd-timeline-navigation a.prev:hover {
    border-color: #000;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    height: auto;
    margin-bottom: 40px;
    height: 250px !important;
}
.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    list-style-type: none;
}
.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content h4 {
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 75px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
    content: "- ";
}
.cd-horizontal-timeline .events-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    word-spacing: normal;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #333;
    justify-content: center;
}
.cd-horizontal-timeline .events-content p::before {
    content: "\201D";
    font-family: Arial, sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: relative;
    left: -15px;
    top: -15px;
}

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content em {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .cd-horizontal-timeline.loaded {
        margin: 0;
    }
    .cd-horizontal-timeline .timeline {
        width: 100%;
    }
    .cd-horizontal-timeline ol,
    .cd-horizontal-timeline ul {
        padding: 0;
        margin: 0;
    }
    .cd-horizontal-timeline .events-content h4 {
        font-size: 20px;
    }
    .cd-horizontal-timeline .events-content {
        margin: 0;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.timeline:before {
    content: " ";
    display: none;
    bottom: 0;
    left: 0%;
    width: 0px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}
.card.card-timeline {
    border: none;
    background: transparent;
    box-shadow: none;
}
.events li {
    list-style-type: none;
}
.counter.quality-img img {
    display: block;
    margin: auto;
    width: auto;
    height: 60%;
}
.counter.quality-img h2 {
    display: none;
}
.counter.quality-img p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-family: "Lato";
}

.aboutus-timeline {
    padding: 80px 0;
    position: relative;
    text-align: center;
    background: #fdf4f4;
    color: black;
}
.waves {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
    min-height: 591px;
    max-height: 606px;
    top: 10%;
    left: 0%;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.container-fluid.culture {
    margin: auto !important;
    padding: 50px 0 100px 0;
}
.pup {
    font-size: 4rem;
    display: inline-block;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

@media (max-width: 1200px) {
    .pup {
        font-size: 2rem;
    }
}
.container-fluid.culture img {
    padding: 0 30px;
}
.aboutus-content {
    padding: 0px 70px 0 70px;
}
.aboutus-content p {
    word-spacing: normal;
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #333;
}

.aboutus-content li {
    word-spacing: normal;
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #333;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs {
    background: transparent;
    color: #000;
    padding: 100px 0 80px 0;
}
#tabs h6.section-title {
    color: #c80808;
    font-size: 32px;
    padding-bottom: 40px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-family: "Montserrat";
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin: 0;
}

#nav-home {
    opacity: 1;
}


.blog-item img {
    display: block;
}

.blog-item a {
    display: flex;
    padding: 20px;
    overflow: hidden;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-item a:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-item .icon {
    width: 15%;
    object-fit: cover;
    margin-right: 50px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: none;
}

.blog-item .content {
    width: 65%;
}

.blog-item .content .title {
    font-size: 21px;
    text-transform: capitalize;
    color: #c80808;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    text-align: left;
}

.blog-item .content .title .blog-date {
    font-size: 12px;
    margin-left: 20px;
    color: #333;
    font-family: "Lato", sans-serif;
}

.blog-item .content .title .blog-date:before {
    content: "/";
    color: #2bb673;
    font-size: 25px;
    top: auto;
    position: relative;
    margin-right: 10px;
}

.blog-item .content .rounded {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-item .item-arrow {
    height: 20px;
    width: 15%;
    position: relative;
    text-align: center;
    font-size: 35px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-item a:hover > .item-arrow {
    /*padding-left: 40px;*/
    color: #25aae1;
    left: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rounded {
    width: 70px;
    height: 5px;
    border-radius: 6px;
    background: linear-gradient(to left, #ee4c4c 0, rgba(208, 51, 51, 0.21) 68%);
    /* background: #2bb769; */
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .blog-item .content {
        width: 100%;
        margin-top: 35px;
    }

    .blog-item .content .title {
        font-size: 18px;
    }

    .blog-item .item-arrow {
        margin: auto;
    }

    .blog-item .icon {
        width: 100%;
    }

    .blog-item .icon img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .blog-item {
        width: 92%;
        margin: auto;
    }

    .blog-item a {
        display: block;
        padding: 30px;
    }
}

.blog-item p {
    color: #000 !important;
}


.relative__container {
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-color: #c80808;
    height: 600px;
}
.full__width img {
    width: 100%;
    height: 480px;
    border-radius: 0;
    box-shadow: none;
}
.absolute.culturee h3 {
    margin-bottom: 5px !important;
    display: inline-block;
    position: relative;
    font-family: "Montserrat";
    width: 100%;
    text-align: left;
    background-color: transparent;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: uppercase;
}
.full__width.object__fit {
    height: 100%;
}
.object__fit img {
    object-fit: cover;
    display: block;
}
.absolute.culturee {
    padding: 10px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-align: left;
    width: 45%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 1;
}
.icon {
    width: 57px;
    height: 57px;
    margin-bottom: 6px;
    stroke: #8f98bb;
    filter: drop-shadow(0px 12px 12px #1c274f);
}
.absolute.culturee h2 {
    font-size: 26px;
    margin-bottom: 5px;
    color: #fff;
    font-family: "Montserrat";
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600;
    line-height: 38px;
}
.absolute.culturee p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 28px;
    display: flex;
    text-align: left;
    word-spacing: normal;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: normal;
}
#client-logo .button.culture {
    padding: 10px 10px !important;
}
.button.culture {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 28px;
    text-decoration: none;
    display: inline-block;
    transition: 0.25s;
    float: none;
    right: 0;
    left: 0;
    width: 110px;
    height: auto;
    font-size: 13px;
    padding: 10px 10px !important;
    border-radius: 0px !important;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 600;
}
.button.culture:hover {
    background-color: #fff !important;
    box-shadow: rgba(17, 12, 46, 0.2) 0px 48px 60px 0px;
    color: #000 !important;
}
.button.culture:active {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
}
@media (max-width: 600px) {
    .full__width img {
        width: 100%;
        height: 420px;
        border-radius: 0.75rem;
    }
    .absolute.culturee {
        padding: 20px;
        width: 100%;
        text-align: center;
    }
    .icon {
        width: 53px;
        height: 53px;
        margin-bottom: 16px;
    }

    .absolute.culturee p {
        font-size: 15px;
        line-height: 22px;
        width: 100%;
    }
    .button.culture {
        display: block;
    }
}
.snipp1360 {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: auto;
    color: #141414;
    text-align: center;
    line-height: 1.4em;
    font-size: 16px;
    background-color: #ffffff;
    padding-top: 0px;
}
.snipp1360 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.snipp1360 img {
    max-width: 100%;
    vertical-align: top;
    height: 200px;
    display: block;
}
.snipp1360::after {
    border-right-style: solid;
    border-top-style: solid;
    top: 10px;
    right: 10px;
}
.snipp1360::before,
.snipp1360::after {
    content: "";
    position: absolute;
    z-index: 1;
    border-color: transparent;
    border-width: 1px;
    display: block;
    height: 100px;
    width: 100px;
}
.snipp1360::before {
    border-bottom-style: solid;
    border-left-style: solid;
    bottom: 20px;
    left: 0px;
}
figcaption small {
    text-align: left;
    width: 100%;
    display: block;
    font-family: "Montserrat";
    font-size: 12px;
    padding: 0 0 10px 0;
}
.snipp1360 figcaption {
    width: 100%;
    background-color: #ffffff;
    padding: 12px 0;
    position: relative;
    height: auto;
}
.snipp1360 figcaption:before {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: none;
}
.snipp1360 figcaption a {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #d5d5d5;
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    opacity: 1;
    width: 100%;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
}
.snipp1360 figcaption a:hover {
    opacity: 1;
    color: #c80808;
}
.snipp1360 h2 {
    margin: 0 0 24px;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
    line-height: 28px;
}
.snipp1360 p {
    margin: 0 0 20px;
    opacity: 1;
    word-spacing: normal;
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #333;
}

.col-lg-3.fill img {
    width: auto;
    height: auto;
    padding: 30px;
    -webkit-transition: all 0.2s ease-in-out;
}

.col-lg-3.fill img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}

.col-lg-6.fill img {
    width: 100px;
    height: auto;
    padding: 30px;
    -webkit-transition: all 0.2s ease-in-out;
}

.col-lg-6.fill img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}

.col-lg-4.fill img {
    width: 100px;
    height: auto;
    padding: 30px;
    -webkit-transition: all 0.2s ease-in-out;
}

.col-lg-4.fill img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}
.tech-content h3 {
    margin-bottom: 5px !important;
    display: inline-block;
    position: relative;
    font-family: "Montserrat";
    width: auto;
    text-align: left;
    background-color: transparent;
    font-weight: 600;
    font-size: 18px;
    color: #595959;
    padding-bottom: 0px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: uppercase;
}
.tech-content h2 {
    color: #c80808;
    font-size: 26px;
    display: inline-block;
    position: relative;
    text-transform: none;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 12px 0px 15px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
    letter-spacing: normal;
    line-height: 38px;
}
.tech-content {
    top: 30px;
}
.col-lg-6.col-sm-12.tech-content p {
    word-spacing: normal;
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #333;
}
.technology-team {
    padding: 40px 0 0 0;
    margin: 0 !important;
    width: 100% !important;
}
.title-vm h2 {
    color: #c80808;
    font-size: 28px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-family: "Montserrat";
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.title-vm p {
    line-height: 26px;
    font-weight: 400;
    color: #404040;
    font-size: 17px;
    text-align: center;
    padding-bottom: 30px;
}

.awards {
    padding: 100px 0 50px 0;
}
.accordion_two_section.sirius-accordian {
    padding: 50px 0 100px 0;
}
/* About Us End */

/* Service Page Start */

.vertical-menu.services-link a {
    font-size: 16px;
    padding: 18px;
    font-weight: 600;
    border: 1px solid #e1e1e1;
    margin: 5px 0;
    width: auto;
    background: #f2f2f2;
}
.service-heading {
    color: #c80808;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 18px 18px 18px 5px;
    margin: 0 !important;
}
.service-body {
    padding: 50px 0;
}
.service-body.service-about {
    padding: 80px 0 80px 0;
}
.container-fluid.culture.service-image.service-benefits {
    margin: auto !important;
    padding: 50px 0 80px 0;
}
.col-lg-4.service-image {
    min-height: auto;
    display: flex;
    width: 100%;
    margin: auto 0;
    height: 100%;
}
.col-lg-12.service-content p {
    padding: 0px 0 0 20px;
    line-height: 26px;
    margin: 0;
    font-size: 15px;
}
.col-lg-4.service-image img {
    margin: auto 0;
}
.col-lg-8.service-content {
    min-height: auto;
    display: flex;
    width: 100%;
    margin: auto 0;
    height: 100%;
    flex-wrap: wrap;
}
.col-lg-4.service-image img {
    margin: auto 0;
}
.servicee-header h2 {
    color: #c80808;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    width: 80%;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 24px;
}
.servicee-header {
    display: flex;
    justify-content: center;
}
.servicee-header p {
    display: none;
}
.service-modal a {
    font-size: 30px;
    font-weight: 800;
    line-height: 28px;
}
.service-block span {
    font-size: 20px;
    padding: 20px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
}
.service-block p {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    line-height: 26px;
    display: block;
    padding: 30px;
    margin: 0;
    letter-spacing: 0.1px;
    color: #202020;
}
.col-xs-12.col-lg-2.service-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-title.col-md-10.col-lg-10.col-sm-10 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
}
.close.col-md-2.col-lg-2.col-sm-2 {
    display: flex;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    justify-content: center;
    opacity: 1;
}
.form-control.service-form-trial {
    display: block;
    width: 100%;
    height: 35px;
    padding: 10px 10px 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #595959 !important;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    box-shadow: none;
}
.col-md-1.col-lg-1.col-xs-1.close-close {
    position: fixed;
    right: 0;
    display: flex;
    justify-content: end;
    top: 28px;
}

.col-md-1.col-lg-1.col-xs-1.close-close.project-close {
    top: 28px;
    right: 40px;
    position: absolute;
    z-index: 9;
}

.col-md-1.col-lg-1.col-xs-1.close-close.project-close a {
    font-size: 35px;
    line-height: normal;
    font-weight: 400;
}

.col-md-8.col-sm-12.service-captcha {
    display: block;
    padding-top: 20px;
}
.col-md-4.col-sm-12.service-captcha {
    display: block;
    padding-top: 20px;
}
.modal-dialog.modal-lg.emergency-form {
    max-width: 100%;
    width: 60%;
    max-height: 100%;
    height: 100%;
    margin: auto;
}
.modal-dialog.modal-xl {
    margin: auto !important;
}
#pr {
    overflow-y: hidden;
}
#prinner {
    overflow-y: hidden;
}
.list-bullets-service {
    list-style: disc;
    padding-left: 25px;
}
.list-bullets-service li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #dfdfdf;
    display: block;
    margin-right: 1rem;
    display: none;
}
.list-bullets-service li span {
    padding: 5px 0;
}
.list-bullets-service li {
    /*   display: flex;
  align-items: first baseline; */
    display: list-item;
    display: list-item;
    list-style-type: disc;
    list-style-position: unset;
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 5px 0 !important;
}
.counter.service-counter {
    background-color: #f7f7f7;
    height: 230px;
    padding: 45px 25px;
}
.counter.service-counter img {
    display: block;
    margin: auto;
    width: auto;
    height: 50px;
}
.counter.service-counter p {
    display: none;
}
.counter.service-counter h2 {
    font-size: 15px;
    color: #c80808 !important;
    line-height: 28px;
    font-family: "Montserrat";
}
.counter.service-counter::after {
    background: none;
}
.timer.count-title.count-number.service-count::after {
    content: "";
    display: inline-block;
}
.aboutus-content.service-content {
    padding: 20px 70px 20px 70px;
    background: #f8f9fb;
    height: 515px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-benefits .aboutus-content.service-content {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.service-benefits.culture.service-image .benefits-image.fill {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.container-fluid.culture.service-image img {
    padding: 0;
}
.container-fluid.culture.service-image .benefits-image img {
    padding: 40px;
    min-width: unset;
    max-width: 100%;
    width: auto;
    height: auto;
    min-height: auto;
}
.culture.service-image .benefits-image.fill {
    padding: 0;
    height: 515px;
    width: auto;
    background: #f8f9fb;
}
.service-images.fill {
    padding: 0;
    height: 515px;
    width: auto;
}
.culture .service-images.fill {
    padding: 0;
    height: 515px;
    width: auto;
    background: #c80808;
}
.culture .bfms-benefits.service-images.fill {
    background: transparent;
}
.modal-body.service-modal {
    padding: 30px 10px !important;
    margin: 0 !important;
}
.aboutus-content.service-content h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    padding-bottom: 15px !important;
}

.card-margin {
    margin-bottom: 1.875rem;
}

.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}
.card-header.maintanace-title {
    margin: 0;
    padding: 10px 0px !important;
    display: grid !important;
    place-items: baseline;
    border: none !important;
}
.card-header.maintanace-title h5 {
    font-size: 18px !important;
    text-align: center;
    width: 100%;
    padding: 5px 20px;
    margin: 5px;
    font-weight: bold;
}
.card-header.maintanace-title hr {
    width: 25%;
    margin: 0px 30px;
    border: 1px solid #000;
}
.card .card-header {
    background: none;
    font-weight: 500;
    min-height: 50px;
}

.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
}
.widget-49 .widget-49-meeting-points {
    list-style: none;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
    display: flex;
    align-items: first baseline;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 6px;
}
.card-body.maintanance-body {
    padding: 10px 20px !important;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
    margin-left: 0.5rem;
}
.card.card-margin.maintanance-height {
    height: 280px;
}
.widget-49-meeting-points li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffb8b8;
    border: 2px solid #fff;
    display: block;
    margin-right: 1rem;
}
.journey {
    padding-bottom: 50px !important;
}
.aboutus-content.service-basic {
    padding: 0px 10px 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutus-content.service-basic.services {
    padding: 0px 70px 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutus-content.service-basic h3 {
    color: #333;
    font-size: 17px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 18px 18px 5px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
}
/* Service page End  */

/* Solutions Page Start */

.solution-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: auto;
    height: auto;
    margin: auto;
    z-index: 1;
    padding: 20px 20px 20px 80px;
    background: white;
}
.solution-info h3 {
    font-weight: 600;
    font-size: 17px;
    color: #333;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: "Montserrat";
}
.solution-info h2 {
    color: #c80808;
    font-size: 24px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0px 18px 15px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
    letter-spacing: normal;
    line-height: 36px;
    word-spacing: normal;
}

.solution-info h1 {
    color: #c80808;
    font-size: 24px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0px 18px 15px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
    letter-spacing: normal;
    line-height: 36px;
    word-spacing: normal;
}

.solution-info p {
    margin-bottom: 25px;
    text-align: left;
    word-spacing: normal;
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #333;
}
.card.solution-card2 {
    background: transparent;
    box-shadow: none;
    border: none;
    padding-top: 120px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    margin: auto 0;
    position: relative;
}
.card.solution-card1 {
    box-shadow: none;
    border: none;
}
.solutions-content h2 {
    text-align: left;
    font-size: 34px;
    line-height: 45px;
    padding: 10px 20px 10px 0;
    font-weight: 600;
    font-family: "Montserrat";
}
.aboutus-content.solution-content h3 {
    margin-bottom: 5px !important;
    display: inline-block;
    position: relative;
    font-family: "Montserrat";
    width: 100%;
    text-align: left;
    background-color: transparent;
    font-weight: 600;
    font-size: 17px;
    color: #333 !important;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: uppercase;
}
.solutions-content h3 {
    text-align: left;
    font-size: 40px;
    line-height: 30px;
    padding-bottom: 15px;
    color: #c80808;
    font-family: "Poppins", sans-serif;
}
.col-lg-5.col-md-5.service-images.solutions.fill {
    display: block !important;
}
.col-lg-5.col-md-5.service-images.solutions.fill img {
    height: 100% !important;
}
.container-fluid.solution-image {
    margin: auto !important;
    padding: 80px 0 80px 0;
}
.wrapper-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 515px;
    width: 100%;
}
.card.card-items {
    padding: 30px 20px;
    border-radius: 0px;
    box-sizing: border-box;
    color: #000;
    margin: auto;
    box-shadow: none;
    display: flex;
    justify-content: center;
    border: none;
    height: 257.5px;
    width: 100%;
}

.card-title-items {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    display: none;
}
.card-content {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 28px;
    text-align: center;
    font-weight: 800;
    font-family: "Montserrat";
}
.card-btn {
    all: unset;
    display: block;
    margin-left: auto;
    border: 2px solid #fff;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 1.2px;
}
.aboutus-content.solution-content {
    padding: 20px 70px 20px 70px;
    background: #fbfbfb !important;
    border: 1px solid #eaeaea;
    height: 515px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.solution-overview {
    padding: 100px 0 50px 0;
}

.accordion_two_section {
    background: #fff;
    padding: 50px 0;
}

.accordian-solutions {
    padding-bottom: 50px !important;
}

.accordionTwo .panel-group {
    margin-bottom: 0;
}

.accordionTwo .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0;
    padding: 15px 10px;
}
.panel-heading {
    padding: 0 !important;
}
.accordionTwo .panel-default {
    border: 0;
}

.accordionTwo .panel-default > .panel-heading {
    background: transparent;
    border-radius: 0px;
    border-color: transparent;
}

.accordion-wrap .panel-heading {
    padding: 0px;
    border-radius: 0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.accordionTwo .panel .panel-heading div.collapsed {
    color: #000;
    background-color: #fff3f3;
    display: block;
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 600;
}

.accordionTwo .panel .panel-heading div {
    display: block;
    padding: 25px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #c80808;
}

.accordion-wrap .panel .panel-heading div {
    font-size: 14px;
}

.accordionTwo .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 20px 20px 20px 30px;
    background: #c80808;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.accordionTwo .panel .panel-heading div:after {
    content: "\2212";
    color: #fff;
    background: transparent;
}

.accordionTwo .panel .panel-heading div:after,
.accordionTwo .panel .panel-heading div.collapsed:after {
    font-family: "FontAwesome";
    font-size: 30px;
    float: right;
    width: 21px;
    display: block;
    height: 21px;
    line-height: 21px;
    text-align: center;
}

.accordionTwo .panel .panel-heading div.collapsed:after {
    content: "\2b";
    color: #000;
    background-color: transparent;
    font-weight: 800;
}

.accordionTwo .panel .panel-heading div:after {
    content: "\2212";
    color: #000;
    background: transparent;
}

a:link {
    text-decoration: none;
}
.solution-accordian h3 {
    color: #fff;
    font-size: 32px;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 600;
    width: 100%;
    text-align: left;
}
.solution-accordian h2 {
    color: #c80808;
    font-size: 24px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0px 18px 15px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
    letter-spacing: normal;
    line-height: 36px;
    word-spacing: normal;
}
.solution-accordian li {
    text-align: left;
    word-spacing: normal;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.2px;
    color: #333;
}

.solution-accordian .list-bullets-service li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #c80808;
    display: block;
    margin-right: 1rem;
    display: none;
}
.maintanance-service {
    padding: 40px 0 60px 0;
}
/* Solutions Page End */

/* Career Start */
.contactus-content {
    padding: 0px 70px 0 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contactus-content h2 {
    text-align: left;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 15px;
    font-weight: 600;
    font-family: "Montserrat" !important;
    color: #c80808;
}
.contactus-content p {
    opacity: 1;
    word-spacing: normal;
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: normal;
    color: #333;
}
.accordionThree .panel-group {
    margin-bottom: 0;
}
.nojob-content b {
    text-align: center;
    width: 100%;
    display: block;
}
.accordionThree .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0;
    padding: 10px 10px;
}
.panel-heading {
    padding: 0 !important;
}
.accordionThree .panel-default {
    border: 0;
}

.accordionThree .panel-default > .panel-heading {
    background: transparent;
    border-radius: 0px;
    border-color: transparent;
}

.accordion-wrap .panel-heading {
    padding: 0px;
    border-radius: 0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.accordionThree .panel .panel-heading div.collapsed {
    color: #000;
    background-color: #f9f9f9;
    display: block;
    padding: 25px 30px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: capitalize;
    line-height: 24px;
}

.accordionThree .panel .panel-heading div {
    display: block;
    padding: 25px 30px;
    color: #000;
    background-color: #f9f9f9;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: capitalize;
    line-height: 24px;
}

.accordion-wrap .panel .panel-heading div {
    font-size: 14px;
}

.accordionThree .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding: 0px 20px 20px 50px;
    background-color: #f9f9f9;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.accordionThree .panel .panel-heading div:after {
    content: "\2212";
    color: #fff;
    background: transparent;
}

.accordionThree .panel .panel-heading div:after,
.accordionTwo .panel .panel-heading div.collapsed:after {
    font-family: "FontAwesome";
    font-size: 30px;
    float: right;
    width: 21px;
    display: block;
    height: 21px;
    line-height: 21px;
    text-align: center;
}

.accordionThree .panel .panel-heading div.collapsed:after {
    content: "\2b";
    color: #000;
    background-color: transparent;
    font-weight: 800;
}

.accordionThree .panel .panel-heading div:after {
    content: "\2212";
    color: #000;
    background: transparent;
}
.vacancy-section {
    padding: 50px 0;
}
.career-accordian b {
    width: 100%;
    padding: 25px 0 5px 0;
    text-align: left;
    display: block;
    font-size: 19px;
    font-weight: 900;
    text-decoration: none;
    color: #c80808;
    font-family: "Montserrat", sans-serif !important;
    display: flex;
}
.career-accordian li {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.2px;
    list-style: none;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
    display: flex;
    padding-bottom: 10px;
}
.career-accordian li span::before {
    content: "\2022";
    color: #c80808;
    font-size: 20px;
    padding-right: 10px;
    font-family: "FontAwesome";
    top: -1px;
    position: relative;
}
.submission-date p {
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.2px;
    list-style: none;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
    display: flex;
}
.ed {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.2px;
    list-style: none;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
    text-align: left;
}
.submission-date b {
    width: 100%;
    padding: 25px 0 5px 0;
    text-align: left;
    display: block;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    color: #c80808;
    font-family: "Montserrat", sans-serif !important;
    display: flex;
}
.career-accordian p {
    font-size: 16px !important;
    line-height: 32px !important;
    letter-spacing: 0.2px !important;
    list-style: none;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
    display: flex;
    text-align: left !important;
    padding: 0 0 10px;
}
.job-list .snip1360.snipnews.blognews.casecategory figcaption {
    height: 355px;
    padding: 25px 20px;
    border-radius: 5px;
    background: #fff;
    transition: all 0.5s;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}
.job-list .snip1360.snipnews.blognews.casecategory {
    height: auto;
    padding: 15px 0;
}
.job-list .snip1360.snipnews.blognews.casecategory figcaption:hover {
    border: 1px solid #c80808;
    transform: translateY(-5px);
    transition: all 0.5s;
}
.job-list .snip1360.snipnews:hover {
    transform: scale(1);
}
.job-list .snip1360.snipnews.blognews.casecategory h2 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #c80808;
    letter-spacing: 0.2px;
    font-weight: 600;
    margin: 10px 0 10px;
    text-transform: capitalize;
    font-family: "Montserrat" !important;
}
.job-list .snip1360.snipnews.blognews.casecategory .job-description p {
    color: #000;
    font-size: 16px;
    text-align: left !important;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 30px;
}
.blogheading-banner.job-details {
    padding: 50px 0;
}
.job-list .snip1360.snipnews.blognews.casecategory .job-description {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 130px;
    margin-bottom: 10px;
}

.blogheading-banner.job-details .career-accordian ul {
    margin-bottom: 0px;
}
.blogheading-banner.job-details .career-accordian li {
    line-height: 30px;
    padding-bottom: 12px;
}

.career-accordian span {
    font-size: 16px !important;
    line-height: 32px !important;
    letter-spacing: 0.2px !important;
    list-style: none;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
    display: flex;
}
.col-xs-12.col-lg-12.career-button {
    padding: 0 !important;
}
.careersubmit-btnnn {
    background: transparent;
    border: 1px solid #c80808;
    color: #c80808;
    border-radius: 0px;
    padding: 10px 10px;
    text-transform: capitalize;
    font-size: 14px;
    margin: 12px 0;
    font-weight: 700;
    float: left;
    font-family: "Montserrat", sans-serif !important;
}
.careersubmit-btnnn.user-valid.valid {
    letter-spacing: normal;
    width: auto;
}
.careersubmit-btnnn:hover {
    background: #c80808;
    outline: 0;
    color: #fff;
}
.career-accordian li::before {
    content: "\2022";
    color: #c80808;
    font-size: 20px;
    padding-right: 10px;
    font-family: "FontAwesome";
}
.career-accordian strong {
    width: 100%;
    padding: 25px 0 5px 0;
    text-align: left;
    display: block;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    color: #c80808;
    font-family: "Montserrat", sans-serif !important;
    display: flex;
}
.nojob-content {
    font-size: 18px;
    font-weight: 900;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.modal-dialog.modal-md.career-form {
    max-width: 100%;
    width: 60%;
    max-height: 100%;
    height: 100%;
    margin: auto;
}
.modal-content.career-formpadding {
    padding: 30px 10px !important;
    margin: 0 !important;
}
#prinnertitle {
    color: #c80808;
    font-size: 22px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    font-family: "Montserrat";
}
.close.close-modal {
    position: fixed;
    right: 20px;
    display: flex;
    justify-content: end;
    top: 28px;
    font-size: 30px;
    font-weight: 800;
    line-height: 28px;
    opacity: 1;
}
.form-group.field-name label {
    text-align: left;
    font-size: 16px;
    font-weight: 900;
    color: #262626;
    font-family: "Montserrat", sans-serif !important;
    padding: 5px;
    margin: 0;
}
.form-group.field-name {
    margin-bottom: 4rem;
}
.form-group.field-name input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 10px 10px 10px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #b7b7b7 !important;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    box-shadow: none;
    font-family: "Montserrat", sans-serif !important;
}
.form-control::placeholder {
    color: #6c757d !important;
    opacity: 0.4 !important;
    font-size: 16px !important;
    font-family: "Montserrat", sans-serif !important;
}

.careerfirst-section {
    padding: 50px 0 50px 0;
}
.ourkran-section {
    padding: 50px 0 50px 0;
}
.snipp1360.kranculture {
    width: 500px;
    height: 300px;
    background: transparent;
    padding: 20px;
}
.kranculture figcaption {
    width: 100%;
    background-color: #cacaca;
    padding: 20px;
    position: relative;
    height: 100%;
    margin: auto;
}
.kranculture img {
    max-width: 100%;
    vertical-align: top;
    height: 100%;
    display: block;
}
.social-section {
    padding: 100px 0;
}

.social-unorder {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.social-unorder li {
    list-style: none;
    margin: auto;
}

.social-unorder li a .fa {
    font-size: 40px;
    color: #262626;
    line-height: 80px;
    transition: 0.5s;
    padding-right: 14px;
    font-family: FontAwesome;
}

.kran-social.kranfb::after {
    background: url("/resources/images/about/facebook.png") no-repeat 2px 17px;
}
.kran-social.krantwitter::after {
    background: url("/resources/images/about/twitter.png") no-repeat 2px 17px;
}
.kran-social.kranlinkedin::after {
    background: url("/resources/images/about/linked in.png") no-repeat 2px 17px;
}
.kran-social.kraninsta::after {
    background: url("/resources/images/about/instagram.png") no-repeat 2px 17px;
}
.kran-social::after {
    content: "";
    height: 80px;
    margin: 0 auto;
    width: 160px;
    display: block;
    background-size: 325px auto !important;
    background-position: 0px 21px !important;
}
.social-unorder li a span {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    color: #262626;
    letter-spacing: 4px;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 600;
}

.social-unorder li a {
    text-decoration: none;
    display: block;
    width: 210px;
    height: 80px;
    background: #fff;
    text-align: left;
    padding-left: 0px;
    transform: rotate(0deg) skew(0deg) translate(0, 0);
    transition: 0.5s;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: auto;
    margin-bottom: 15px;
}

.social-unorder li a:hover {
    transform: rotate(0deg) skew(1deg) translate(0px, 0px);
    box-shadow: none;
}
.social-icons {
    padding-bottom: 50px !important;
}
.social-unorder li:hover span {
    color: #fff;
}
.kran-social.kranfb:hover {
    background: #4267b2;
}
.kran-social.krantwitter:hover {
    background: #1da1f2;
}
.kran-social.kranlinkedin:hover {
    background: #0a66c2;
}
.kran-social.kraninsta:hover {
    background: linear-gradient(45deg, #e4405f 0%, #f09433 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.kran-social.kranfb:hover::after {
    background-position: -165px 21px !important;
}
.kran-social.kranlinkedin:hover::after {
    background-position: -184px 21px !important;
}
.kran-social.kraninsta:hover::after {
    background-position: -165px 21px !important;
}
.kran-social.krantwitter:hover::after {
    background-position: -171px 21px !important;
}
.carousel-item img {
    height: auto;
}
.absolute.gallery-culturee h2 {
    font-size: 28px;
    margin-bottom: 14px;
    color: #000;
    font-family: "Montserrat" !important;
    line-height: 38px;
    letter-spacing: normal;
    font-weight: 600;
}
.absolute.gallery-culturee h3 {
    margin-bottom: 5px !important;
    display: inline-block;
    position: relative;
    font-family: "Montserrat";
    width: auto;
    text-align: left;
    background-color: transparent;
    font-weight: 600;
    font-size: 17px;
    color: #c80808;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: uppercase;
}
.absolute.gallery-culturee {
    padding: 0px 30px 0 0;
    position: relative;
    text-align: left;
    width: auto;
}
.absolute.gallery-culturee p {
    margin-bottom: 30px;
    opacity: 1;
    word-spacing: normal;
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.2px;
    color: #333;
}
.carousel-control-next.gallery,
.carousel-control-prev.gallery {
    opacity: 1 !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px !important;
    height: 30px !important;
    background-image: none;
    background-color: transparent !important;
}
.carousel-caption h3 {
    font-size: 25px;
    font-weight: 900;
    color: #c80808;
}
.carousel-caption p {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}

.carousel-control-prev-icon::before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 35px;
    color: #fff;
    top: 42%;
    position: absolute;
    right: 52%;
}

.carousel-control-next-icon::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 35px;
    color: #fff;
    top: 42%;
    position: absolute;
    left: 52%;
}
.snipp1360.kranculture h2 {
    margin: auto;
    font-weight: 900;
    font-size: 20px;
    text-transform: none;
    text-align: center;
    line-height: 36px;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: "Montserrat" !important;
}

.vacancy-button button {
    margin: auto;
}
.vacancy-button {
    padding: 50px 0;
    background: #fff;
}

.form-group.careerform-vacancy input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 10px 10px 10px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #b7b7b7 !important;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    box-shadow: none;
    font-family: "Montserrat", sans-serif !important;
}
.form-group.careerform-vacancy textarea {
    display: block;
    width: 100%;
    height: 35px;
    padding: 10px 10px 10px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #b7b7b7 !important;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    box-shadow: none;
    font-family: "Montserrat", sans-serif !important;
}
.form-group.careerform-vacancy textarea:focus {
    outline: none;
}
.form-group.careerform-vacancy label {
    font-size: 16px;
    font-weight: 900;
    color: #262626;
    font-family: "Montserrat", sans-serif !important;
    padding: 5px 0;
    margin: 0;
    float: left;
}
.form-group.careerform-vacancy {
    margin-bottom: 6rem;
    padding: 0px 40px;
}
.submitCareerForm-vacancy {
    width: 80%;
    margin: auto;
    padding: 35px;
    background: transparent;
}
.captcha-confirm {
    display: flex;
    justify-content: center;
}
.captcha-confirm button {
    margin: auto;
    padding: 11px 20px;
}
/* Career End */

/*  Gallery Start*/

.gallery-block.cards-gallery.gallery-section {
    padding: 50px 0;
}
.close.close-gallery {
    position: fixed;
    right: 17px;
    display: flex;
    justify-content: end;
    top: 14px;
    font-size: 32px;
    font-weight: 800;
    line-height: 28px;
    opacity: 1;
    z-index: 9;
}
.allnews-section {
    padding: 50px 0;
}
.gallery-block.cards-gallery .card {
    margin-bottom: 30px;
    box-shadow: none;
    border: none;
    width: 100%;
}
.card.border-0.transform-on-hover .row {
    padding: 0 !important;
    height: 270px;
    margin: 0 !important;
}
.gallery-block.cards-gallery .card-body {
    text-align: center;
    padding: 25px 10px;
    color: #000;
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    font-family: "Montserrat", sans-serif !important;
}
.gallery-block .transform-on-hover:hover {
    transform: none;
    box-shadow: none;
    transform: scale(1.04);
}
/* Gallery End */

/* News And Events  */

.snip1360.snipnews p {
    display: block;
    font-size: 15px;
    text-align: left !important;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 30px;
    color: #1e1e1e;
    font-family: "Lato";
}
.snip1360.snipnews figcaption {
    width: 100%;
    background-color: transparent;
    padding: 20px;
    position: relative;
    height: 65%;
    line-height: normal;
    border: 1px solid #eee;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.snip1360.snipnews.news-card figcaption {
    height: 60%;
}
.snip1360.snipnews.news-card {
    margin-bottom: 20px;
}

.snip1360.snipnews {
    height: 630px;
    padding: 25px;
    background-color: transparent;
    max-height: 700px;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.snip1360.snipnews h2 {
    margin: 0 0 20px;
    line-height: 28px;
    font-size: 18px;
    font-family: "Lato";
}
.snip1360.snipnews figcaption::before {
    position: absolute;
    content: "";
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
}
.snip1360.snipnews > figcaption:hover {
    box-shadow: none;
}
.snip1360.snipnews:hover {
    transform: scale(1.01);
}
.snip1360.snipnews img {
    height: 200px;
    border: 1px solid #eee;
}
/* News And Events End */

/* Blog Section */
.blog-section {
    padding: 50px 0;
}
.blog-category-button {
    padding: 10px 20px;
    background: #bfbfbf;
    font-size: 18px;
    font-weight: 600;
    display: block;
    position: relative;
    right: 0;
    top: -40px;
    float: right;
}
figure.snip1360.snipnews.blognews h2 {
    margin: 0 0 10px;
    line-height: 32px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif !important;
    text-align: left;
    letter-spacing: 0.2px;
}
figure.snip1360.snipnews.blognews figcaption {
    padding: 10px 20px 20px 20px;
    height: 251px;
}
figure.snip1360.snipnews.blognews p {
    display: block;
    font-size: 14px;
    text-align: left !important;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 30px;
    color: #acacac;
    font-family: "Montserrat", sans-serif !important;
}
figure.snip1360.snipnews.blognews span {
    font-family: "Montserrat", sans-serif !important;
}
figure.snip1360.snipnews.blognews {
    height: 330px;
}
.blog-details {
    padding: 0;
}
figure.snip1360.snipnews.blognews figcaption::before {
    background-image: none;
}
figure.snip1360.snipnews.blognews img {
    height: 251px !important;
    border: 1px solid #eee;
    width: auto;
    object-fit: cover;
}
.author i {
    font-size: 17px;
    margin-right: 3px;
    font-family: "FontAwesome";
    font-weight: 400;
}
.author span {
    margin-right: 25px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.blog-heading h2 {
    font-size: 22px;
    color: #000;
    text-align: left;
    line-height: 38px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif !important;
}

.blogheading-banner {
    padding: 50px 0 10px 0;
}
.author.blog-basic {
    margin-bottom: 20px;
    padding: 10px 0;
    color: #444;
}

.bolg-socials p {
    color: #c80808;
    font-size: 24px;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-family: "Montserrat";
    font-weight: 600;
    width: 100%;
    z-index: 1;
}
.blog-share-social {
    padding: 50px 0;
}
.blog-details iframe {
    display: none;
    height: auto;
    min-height: 700px;
    margin: auto;
}
.page {
    margin: 0 !important;
    width: auto !important;
}
.toolbar {
    display: none !important;
}
#mainContainer {
    background: #fff !important;
}
/* Blog Section End  */

/* Clients Start */
.aboutus-content.client-content {
    padding: 0 20px;
    background: transparent;
    height: 515px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.client-border-right::after {
    background: none !important;
}
.align-items-center.row {
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
}
.col-lg-3.col-md-3.col-sm-3.col-xs-4 {
    height: 171.6px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-lg-3.col-md-3.col-sm-3.col-xs-4::after {
    content: " ";
    position: absolute;
    top: 0%;
    right: 0;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
    width: 1px;
}
.col-lg-3.col-md-3.col-sm-3.col-xs-4.client-border::before {
    background: none;
}
.col-lg-3.col-md-3.col-sm-3.col-xs-4::before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0%;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    background: -webkit-linear-gradient(right, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
    width: 100%;
}
.client-detailsimage {
    object-fit: cover;
    display: block;
}
.absolute.clientss {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-align: left;
    width: 100%;
    margin: auto;
    padding: 40px;
}
.absolute.clientss h3 {
    margin-bottom: 5px !important;
    display: inline-block;
    position: relative;
    font-family: "Montserrat";
    width: auto;
    text-align: left;
    background-color: transparent;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: uppercase;
}
.absolute.clientss h2 {
    font-size: 24px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 0px 18px 15px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
    letter-spacing: normal;
    line-height: 36px;
    color: #fff;
}
.absolute.clientss p {
    margin-bottom: 30px;
    color: #fff;
    text-align: left;
    padding: 0px 0 0px 0;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.2px;
}
.button.clientss {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px !important;
    text-decoration: none;
    display: inline-block !important;
    transition: 0.25s;
    float: none;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    font-size: 13px;
}
#client-logo .button.clientss {
    padding: 7px 13px !important;
}
/* Clients End */

/* Back To Top  */
.go-top {
    position: fixed;
    bottom: 4%;
    right: 2%;
    padding: 20px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 9;
    display: none !important;
}
.go-top:after {
    font-family: FontAwesome;
    content: "\f106";
    background-color: #e3e3e3;
    padding: 1px 10px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    font-size: 21px;
    border-radius: 50%;
}

.go-top:hover {
    transition: all 0.4s linear;
    transform: scale(1);
}
/* Back To Top End  */

/* Kran CSR Start */
.service-body.krancsr-basic {
    padding: 50px 0;
}
.history-info.kran-corporate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: auto;
    height: auto;
    margin-right: 550px;
    margin-top: auto;
    z-index: 2;
    padding: 0px 50px 0px 0px;
    background: white;
    margin-bottom: auto;
    margin-left: 0;
}
.history-image.kran-csrimage {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    width: auto;
    left: auto;
}
.readmore-btnnn.modalopen {
    margin: 20px 20px 20px 0px;
    width: 100px;
    background: #c80808;
    color: #fff;
}
.readmore-btnnn.modalopen.modalone {
    margin: 20px !important;
}
.history-image.kranimagetwo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    width: auto;
}
.history-info.kran-csrtwo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: auto;
    height: auto;
    margin-left: 550px;
    margin-top: auto;
    z-index: 2;
    padding: 0px 0px 0px 50px;
    background: white;
    margin-bottom: auto;
}
.readmore-btnnn.modalopenone {
    margin: 20px 20px 20px 0;
    width: 150px;
    background: #c80808;
    color: #fff;
}
.readmore-btnnn.modalopenone.modalone {
    margin: 20px !important;
}
.assamcares-csr h6 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: left;
    line-height: 28px !important;
    color: #000;
    padding-bottom: 0px;
}
.csr-modal-title h2 {
    padding-bottom: 40px !important;
}
.assamcares-csr p {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 10px;
}
#cr .modal-header {
    padding: 20px 40px;
}
.assamcares-csr li {
    text-align: left;
    line-height: 35px;
    font-size: 16px !important;
    padding-left: 0px;
}
/*  Kran CSR End*/

/* Team management Start */

.service-body.kranteam-basic {
    padding: 80px 0;
}

/*  Team Management Ent */

/*  Domain Page Start */
.domainlist {
    position: relative;
    top: 100px;
    height: auto;
    overflow: hidden;
    width: 100%;
    right: 0;
    padding: 50px;
    display: block;
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    margin: auto;
}
.domainlist li {
    text-align: left;
    line-height: 35px;
    font-size: 16px;
    padding-left: 0px;
}
.history-info.kran-corporate.domain-basic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-top: 0;
    z-index: 2;
    padding: 0px 50px 0px 0px;
    background: white;
    margin-bottom: 0;
    margin-left: 0;
}
.about-section.domainfullImage {
    height: auto !important;
}
#domain-section {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.widget-49 p {
    padding: 20px;
    line-height: 32px;
    font-size: 16px;
    text-align: left;
}
.card-header .service-icon img {
    height: 50px;
    width: auto;
    padding-right: 0;
}
.card-title.domain-title {
    margin-bottom: 0;
    font-size: 30px;
    color: #c80808;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: 100%;
}
#captchaid::placeholder {
    color: #6c757d !important;
    opacity: 0.7 !important;
    font-size: 16px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
}
.col-md-8.col-sm-12.service-captcha input {
    color: #000;
    font-size: 16px !important;
    font-weight: 600;
}
.getintouch-captcha input {
    color: #000;
    font-size: 16px !important;
    font-weight: 600;
}
/* Domain Page End */

.navbar-right {
    margin: 0;
    float: right;
}
.menuButton,
.menuCloseButton {
    display: block;
    padding: 0;
    cursor: pointer;
    height: 72px;
    width: auto;
}
.menuCloseButton {
    margin-top: 0;
    width: 28px;
    display: flex;
    float: right;
    margin-left: 0;
}
.menuButton:hover,
.menuCloseButton:hover,
.menuButton:focus,
.menuCloseButton:focus {
    text-decoration: underline;
}

.menu-Close {
    background: transparent no-repeat right center scroll;
}

#side-menu {
    background: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    font-size: 14px;
    z-index: 100;
    width: 350px;
    opacity: 1;
}
#side-menu .mainMenu {
    margin-top: 15px;
    display: block;
    padding: 0 0 0 0;
    overflow-y: auto;
    width: 350px;
    margin-left: 0;
}
.main-side-nav {
    position: absolute;
    background-color: #000;
    width: 400px;
    right: -400px;
    height: 100%;
    z-index: 100000;
    transition: right 0.4s ease;
}
.open-side-nav {
    right: 0 !important;
}
#overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99;
    right: 100%;
    top: 0;
}
.overlay {
    right: 0 !important;
}
.mainMenu > li {
    margin-bottom: 10px;
}
.mainMenu > li > a {
    padding: 10px 35px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: bolder;
    font-family: "Montserrat", sans-serif;
    text-rendering: optimizeLegibility;
}
.mainMenu > li > a:hover,
.mainMenu > li > a:focus,
.mainMenu > li.active > a {
    background-color: #eaeaea;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
#side-menu img {
    width: 100px;
    position: absolute;
    top: 24px;
    left: 35px;
}

.Social-media {
    display: flex;
    justify-content: start;
    padding-left: 20px;
}
.Social-media a {
    display: flex;
    background: #fff;
    height: 45px;
    width: 45px;
    margin: 0 5px;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid rgba(0, 124, 196, 0);
    transition: transform 0.5s;
}
.Social-media a i {
    font-size: 16px;
    transition: transform 0.5s;
    color: #777;
    font-family: "FontAwesome";
}
.Social-media a:hover {
    box-shadow: none;
    border: 1px solid rgba(66, 66, 66, 0.1);
    transform: translateY(0px);
}
.Social-media a:hover i {
    transform: scale(0.9);
}
.Social-media a:hover .fa-facebook {
    color: #3b5998;
}
.Social-media a:hover .fa-twitter {
    color: #00acee;
}
.Social-media a:hover .fa-linkedin {
    color: #0a66c2;
}
.Social-media a:hover .fa-instagram {
    color: #f14843;
}
.Social-media a:hover .fa-youtube {
    color: #f00;
}
.client-section {
    padding: 50px 0;
}
.title.flagship-solution p {
    font-size: 18px;
    margin: 0 auto 60px;
    max-width: 1200px;
    color: #333;
    line-height: 1.7;
    letter-spacing: -0.2px;
}
.title.flagship-solution h2 {
    padding-bottom: 25px !important;
}
.about-section.krancsr.twocsr.fullImage {
    padding-bottom: 100px;
}
.about-section.krancsr.fullImage {
    height: auto;
    padding: 50px 0;
    max-height: 1000px;
}
#address-card .widget-49-meeting-item::before {
    display: none;
}
#address-card .widget-49-meeting-item i {
    font-family: "Fontawesome";
    padding-right: 6px;
}
#address-card .card-body.pt-0 {
    padding: 20px 40px !important;
    display: flex;
    align-items: start;
}
#address-card .card.card-margin {
    margin: 15px 0 !important;
    height: 320px;
}
.contacts.contact-wrapper i {
    padding-right: 7px;
    font-family: "FontAwesome";
}
.history-info.kran-corporate h3 {
    color: #333;
    font-size: 17px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 18px 18px 10px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
}
.history-info.kran-csrtwo h3 {
    color: #333;
    font-size: 17px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    text-align: left;
    padding: 18px 18px 10px 0px;
    margin: 0 !important;
    font-family: "Montserrat";
}
#address-card .card-title {
    margin-bottom: 0;
    font-size: 20px;
  color: #c80808;
  font-weight: 600;
  text-transform: capitalize;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
}
.animated.fadeInUp .btn {
    padding: 9px 18px;
    border-radius: 0px;
    font-size: 12px;
    background: transparent !important;
    text-align: center !important;
    border: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
    text-align: center;
    width: 110px;
    font-weight: 600;
}
.animated.fadeInUp .btn:hover {
    background: #fff !important;
    color: black;
}
.card-wrapper {
    margin-bottom: 30px;
}
.card-image .card.casestudy .card-img-wrapper {
    height: 100%;
}
.card-image .card.casestudy .card-body {
    display: none;
}
.card-image-title-description .card.casestudy .card-img-wrapper {
    max-height: 160px;
}
.card-image-title-description .card.casestudy {
    position: relative;
    min-height: 300px;
}
.card-image-title-description .card.casestudy .card-body {
    height: auto;
    position: relative;
    top: 0;
    margin-bottom: -70px;
}
.card-image-title-description .card.casestudy:hover .card-body {
    top: -70px;
}
.card-image-title-description .card.casestudy .card-body .card-title {
    margin-bottom: 0.75rem;
}
.card.casestudy {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-height: none;
    height: 395px;
    width: 100%;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    border-radius: 0px;
}
.card.casestudy:hover {
    box-shadow: none;
}
.card-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card.casestudy .card-img-wrapper {
    display: block;
    height: 270px;
    width: 100%;
}
.card.casestudy img {
    height: 270px;
    width: 100%;
}
.card-img-wrapper img {
    transition: 1.5s ease;
}
.card.casestudy:hover .card-img-wrapper img {
    transform: scale(1.15);
}
.card-body .card-title {
    margin-bottom: 30px;
    transition: 1.5s ease;
}
.card.casestudy:hover .card-body .card-title {
    margin-bottom: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    letter-spacing: -0.2px;
    font-weight: 600;
}

.card.casestudy .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background-color: #fff;
    transition: 0.5s ease;
    margin: 0 20px;
}
.card-content {
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: 1.5s ease;
}
.card.casestudy:hover .card-body {
    height: 90%;
}
.card.casestudy:hover .card-content {
    bottom: 0;
}
.card.casestudy .card-text {
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    letter-spacing: -0.1px;
    color: #333;
}
.card.casestudy .card-body .card-title {
    color: #000;
    font-weight: 600;
    margin: 0 0 0px;
    font-size: 17px;
    line-height: 24px;
    font-family: "Lato";
    text-transform: capitalize;
    text-align: left;
    letter-spacing: -0.2px;
    word-spacing: normal;
    color: #111;
}
.card.casestudy .card-body p {
    display: none;
}
.card.casestudy:hover .card-body p {
    display: block;
}
.card.casestudy:hover .card-body a {
    display: block;
}
.card.casestudy .card-body a {
    display: none;
}
.close-close span {
    color: #000 !important;
}
.fa-chevron-left,
.fa-chevron-right {
    font-family: "FontAwesome";
}

/* PFMS Start */
.pfmsabout .aboutus-image img {
    height: auto;
    width: 500px !important;
    margin: auto;
}
.contactus-content.pfms-about {
    display: block;
}
.pfms360.culture.service-image {
    padding: 50px 0;
}
.pfms360 .aboutus-content.service-content {
    padding: 20px 70px 20px 70px;
    background: #f8f9fb !important;
    border: 1px solid #eaeaea;
    height: 515px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.pfms360 .list-bullets-service li::before {
    border: 2px solid white !important;
}
.pfmsabout .contactus-content {
    padding: 40px 10px 0 10px !important;
}
.pfms-key h5 {
    font-size: 17px;
    font-weight: 600;
    font-family: "Lato";
    text-transform: capitalize;
    margin: 0 !important;
    line-height: 24px;
    text-align: left;
}
.pfms-box .keyarea {
    justify-content: flex-start;
}
.pfms-box .keyarea-content {
    display: flex;
    justify-content: normal;
    align-items: center;
    padding: 0 !important;
    text-align: left !important;
    margin-left: 20px !important;
}
.contactus-content.pfms-about h2 {
    color: #01458e;
    font-family: "Montserrat" !important;
    letter-spacing: 0.5px;
    padding-bottom: 25px !important;
}
.contactus-content.pfms-about span {
    color: #c90809;
    font-family: "Montserrat" !important;
}
.pfms-key img {
    width: 45px;
    height: 45px;
}
.pfms-key p {
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
    font-weight: 500 !important;
}
.pfms-box:hover {
    transform: scale(1.02);
}
.pfms-box {
    padding: 10px 20px;
    /* background: #f8f9fb !important; */
    height: 88px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pfmsbenefits .aboutus-content.service-content {
    padding: 0 20px;
    height: auto;
    width: auto;
    background: transparent;
    display: flex;
    align-items: center;
}
.pfmsbenefits .aboutus-content.service-content li {
    font-size: 16px;
    line-height: 42px;
    font-weight: 500;
    display: flex;
    align-items: first baseline;
    padding: 10px 0 !important;
}
.pfmsbenefits .service-images img {
    padding: 0;
    background-color: #fff;
}
.pfmsbenefits.culture .service-images.fill {
    height: auto !important;
}
.pfmsbenefits .service-images {
    padding: 0;
    height: 550px;
    width: auto;
    background: transparent;
}
.pfmsbenefits.culture.service-image.container {
    padding: 50px 0 100px 0 !important;
}
.pfms-key.domain-solutions.chms-highlights.srs-highlights.concultancy-service {
    padding: 50px 0 100px 0;
}
.pfmsbenefits .list-bullets-service li::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: none;
    border: none;
    display: block;
    margin-right: 1rem;
    content: "\2714\0020";
    color: #c80808;
    font-family: "FontAwesome";
}
.pfmsbenefits .pfms-bf {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pfms360 .aboutus-content.service-content h2 {
    font-size: 30px !important;
    line-height: 30px !important;
    padding-bottom: 30px !important;
}
.pfms-key {
    padding: 50px 0;
}
.aboutus-content li span {
    padding: 5px 0;
}
.pfbasic {
    font-size: 18px;
    margin: 0 auto 60px;
    max-width: 1200px;
    color: #333;
    line-height: 1.7;
    letter-spacing: -0.2px;
    font-weight: 500 !important;
    text-align: center;
    padding: 0 20px;
}
.aboutus-content li {
    padding: 6px 0 !important;
}
.label-input100 span {
    font-family: "FontAwesome";
    font-weight: 300;
    font-size: 15px;
}
.aboutus-content.quality-content {
    padding: 0 10px;
    max-width: 90%;
    margin: auto;
}
/* PFMS End */

.studybenefits li span {
    padding: 5px 0;
    font-family: "Montserrat", sans-serif !important;
    line-height: 28px;
}

/* Domain Page Start */

.pfms-key.domain-solutions .pfms-box {
    height: 260px;
}
.pfms-key.domain-solutions .pfms-box h5 {
    text-align: center !important;
}
/* Domain Page End */

/* Aims Start */
.title.flagship-solution.aims-p p {
    font-weight: 400 !important;
    max-width: 800px;
    text-align: center;
}
.pfms-key.domain-solutions.aims-highlights .pfms-box {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}
.pfms-key.domain-solutions.aims-highlights .pfms-box p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    padding: 0 10px;
}
.pfmsbenefits .service-images.fill.aims-modules {
    height: 100% !important;
}
.pfmsbenefits .service-images.fill.aims-modules img {
    height: 500px;
    padding: 0;
    background: aliceblue;
    border: 1px solid #d3dce3;
}
.pfmsbenefits .aboutus-content.service-content.aims-modules .list-bullets-service {
    padding-left: 30px;
}
.pfmsbenefits .service-images.fill.aims-modules img:hover {
    filter: none;
    -webkit-filter: none;
    -webkit-transform: none;
}
.solution-icon {
    padding: 10px 10px 10px 10px;
    justify-content: flex-start !important;
    margin: 0 !important;
}
.aims-highlights.pfms-key img {
    width: 80px;
    height: auto;
}
.aboutus-content.service-content.aims-modules {
    border: 1px solid #ddd;
    border-left: none;
    width: 100%;
    justify-content: center;
    align-items: baseline;
}
.aims-overview .solution-info {
    padding: 20px 70px 0 0;
}
.pfms-key.domain-solutions.aims-highlights .pfms-box.box2:hover {
    border: 1px solid #006bbc !important;
}
.pfms-key.domain-solutions.aims-highlights .pfms-box.box2 {
    border: 1px solid #e8f6ff !important;
}
.pfms-key.domain-solutions.aims-highlights .pfms-box.box3:hover {
    border: 1px solid #cc00ff !important;
}
.pfms-key.domain-solutions.aims-highlights .pfms-box.box3 {
    border: 1px solid #fcefff !important;
}
.pfms-key.domain-solutions.aims-highlights .pfms-box.box1:hover {
    border: 1px solid #cc4400 !important;
}
.pfms-key.domain-solutions.aims-highlights .pfms-box.box1 {
    border: 1px solid #fff5f0 !important;
}
/* Aims End */

/* Sirius Start */

.pfms-key.domain-solutions.srs-highlights .pfms-box p {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: normal;
    padding: 0 10px;
}
.srs-highlights.pfms-key img {
    width: 100px;
    height: auto;
}
.aboutus-content.service-content.srs-modules {
    border: 1px solid #ddd;
    border-left: none;
    width: 100%;
    justify-content: center;
    align-items: baseline;
}
.pfmsbenefits .aboutus-content.service-content.srs-modules .list-bullets-service {
    padding-left: 30px;
}
.pfms-key.domain-solutions.srs-highlights .pfms-box {
    border-radius: 10px;
    height: 270px;
    width: 100%;
}

.pfms-key.domain-solutions.srs-highlights .pfms-box.box2:hover {
    border: 1px solid #006bbc !important;
}
.pfms-key.domain-solutions.srs-highlights .pfms-box.box2 {
    border: 1px solid #e8f6ff !important;
}
.pfms-key.domain-solutions.srs-highlights .pfms-box.box3:hover {
    border: 1px solid #cc00ff !important;
}
.pfms-key.domain-solutions.srs-highlights .pfms-box.box3 {
    border: 1px solid #fcefff !important;
}
.pfms-key.domain-solutions.srs-highlights .pfms-box.box1:hover {
    border: 1px solid #cc4400 !important;
}
.pfms-key.domain-solutions.srs-highlights .pfms-box.box1 {
    border: 1px solid #fff5f0 !important;
}

/*Sirius End  */

/* Orion Start */

.pfmsbenefits .service-images.fill.orion-modules img {
    height: 600px;
    padding: 0 !important;
    background: transparent;
    border: 1px solid #d3dce3;
}
.aboutus-content.service-content.orion-modules {
    border: 1px solid #ddd;
    border-left: none;
    width: 100%;
    justify-content: center;
    align-items: baseline;
}
.pfms-key.domain-solutions.orion-highlights .pfms-box {
    border-radius: 10px;
    height: 600px;
    padding: 30px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.pfmsbenefits .aboutus-content.service-content.orion-modules .list-bullets-service {
    padding-left: 30px;
}
.pfms-key.domain-solutions.orion-highlights .pfms-box li {
    font-size: 16px !important;
    line-height: 24px !important;
}
.pfms-key.domain-solutions.orion-highlights .pfms-box:hover {
    transform: scale(1.01);
}
.pfms-key.domain-solutions.orion-highlights .pfms-box h2 {
    font-size: 18px;
    margin-bottom: 14px;
    color: #000;
    font-family: "Montserrat" !important;
    line-height: 28px;
    letter-spacing: normal;
    font-weight: 600;
    text-align: left;
}
.orion-highlights.pfms-key img {
    width: 100px;
    height: auto;
    display: none;
}
.pfms-key.domain-solutions.orion-highlights .pfms-box.box1 {
    border: 1px solid #fff5f0 !important;
}
.pfms-key.domain-solutions.orion-highlights .pfms-box.box2 {
    border: 1px solid #e8f6ff !important;
}
.pfms-key.domain-solutions.orion-highlights .pfms-box.box3 {
    border: 1px solid #fcefff !important;
}
.pfms-key.domain-solutions.orion-highlights .pfms-box.box1:hover {
    border: 1px solid #cc4400 !important;
}
.pfms-key.domain-solutions.orion-highlights .pfms-box.box3:hover {
    border: 1px solid #cc00ff !important;
}
.pfms-key.domain-solutions.orion-highlights .pfms-box.box2:hover {
    border: 1px solid #006bbc !important;
}
.pfms-key.domain-solutions.orion-highlights {
    padding: 50px 0 50px 0;
}
/*Orion End  */

/* Phoenix Start */

.pfmsbenefits.culture.service-image.glxyalms-core.phoenix-core img {
    width: auto;
    height: auto;
}

.pfms-key.domain-solutions.phoenix-highlights .pfms-box {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    height: 330px;
    background: #f8f9fb !important;
    padding: 50px 20px;
}
.pfms-key.domain-solutions.phoenix-highlights .pfms-box .solution-icon {
    justify-content: center !important;
}
.col-md-6.col-sm-12.col-lg-3.my-4.phoenix {
    max-width: 20%;
    padding: 0;
}
.pfms-key.domain-solutions.phoenix-highlights .pfms-box p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    padding: 0 10px;
}
.phoenix-highlights.pfms-key img {
    width: 80px;
    height: auto;
    padding-bottom: 20px;
}
.pfms-key.domain-solutions.phoenix-highlights .pfms-box:hover {
    transform: none;
}
.pfms-key.domain-solutions.phoenix-highlights {
    display: inline-block;
    background: #f8f9fb !important;
    padding: 80px 0 50px 0;
}
.pfms-key.domain-solutions.phoenix-highlights .pfms-box.box1 {
    padding: 50px 20px 50px 60px;
}
.pfms-key.domain-solutions.phoenix-highlights .pfms-box.box2 {
    padding: 50px 60px 50px 20px;
}
.pfms-key.domain-solutions.phoenix-highlights .title.flagship-solution.aims-p p {
    margin: 0 auto 20px;
}
.phoenix-overview .solution-info {
    padding: 20px 0px 0 20px;
}
/* Phoenix End */

/*Helix Start  */

.pfms-key.domain-solutions.hlx-highlights .pfms-box {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    padding: 30px 30px;
    height: 250px;
    border-left: 1px solid #f2f2f2;
    justify-content: center;
    align-items: center;
}
.pfms-key.domain-solutions.hlx-highlights.helix-points .pfms-box {
    border: none;
    height: 300px;
    border-radius: 6px;
}
.pfms-key.domain-solutions.hlx-highlights .pfms-box:hover {
    background-color: #f9f9f9;
    transform: scale(1);
}
.pfms-key.domain-solutions.saarathi-highlights.hlx-highlights.remis .pfms-box {
    align-items: start;
}
.hlx-highlights.pfms-key img {
    width: 80px;
    height: auto;
}
.hlx-highlights.helix-points.pfms-key img {
    width: 80px;
    height: auto;
}
.pfms-key.domain-solutions.hlx-highlights.helix-points .pfms-box p {
    text-align: center;
}
.pfms-key.domain-solutions.hlx-highlights .pfms-box p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    padding: 0 10px;
}
.pfms-key.domain-solutions.hlx-highlights .pfms-box.box2:hover {
    border: 1px solid #006bbc !important;
}
.pfms-key.domain-solutions.hlx-highlights .pfms-box.box2 {
    border: 1px solid #e8f6ff !important;
}
.pfms-key.domain-solutions.hlx-highlights .pfms-box.box3:hover {
    border: 1px solid #cc00ff !important;
}
.pfms-key.domain-solutions.hlx-highlights .pfms-box.box3 {
    border: 1px solid #fcefff !important;
}
.pfms-key.domain-solutions.hlx-highlights .pfms-box.box1:hover {
    border: 1px solid #cc4400 !important;
}
.pfms-key.domain-solutions.hlx-highlights .pfms-box.box1 {
    border: 1px solid #fff5f0 !important;
}

/*Helix End  */

/*  Galaxy ALMS Start*/
.pfms-key.domain-solutions.glxyalms.hlx-highlights .pfms-box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 30px 30px;
    height: 250px;
}
.pfmsbenefits .aboutus-content.service-content.glxyalms .list-bullets-service li {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 4px 0 !important;
}
.pfmsbenefits.glxyalms-core .aboutus-content.service-content.aims-modules {
    border: none;
    align-items: baseline;
    padding: 0 20px 0 50px;
}
.pfmsbenefits.glxyalms-core .service-images.aims-modules {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pfmsbenefits.glxyalms-core .aboutus-content.service-content.aims-modules .list-bullets-service li {
    font-size: 17px !important;
    line-height: 28px !important;
    padding: 6px 0 !important;
    display: list-item;
    list-style-type: disc;
    list-style-position: unset;
    font-family: "Montserrat" !important;
}
.pfmsbenefits.glxyalms-core .list-bullets-service li:before {
    content: "";
}
.aboutus-content li span b {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: normal;
    font-family: "Montserrat" !important;
}
/* Galaxy ALMS End */

/* Indenture Start */
.pfmsbenefits .aboutus-content.service-content.indenture.aims-modules {
    padding: 30px;
    align-items: center;
}
.indenture-box .solution-card1 {
    background-color: transparent;
}
.indenture-box .solution-card1 .solution-info {
    background-color: transparent;
    padding: 20px;
}
/* Indenture End */

/* Vet Cares Start*/
.pfms-key.domain-solutions.vetcares.hlx-highlights .pfms-box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 30px 30px;
    height: 200px;
    border: none;
}
.pfms-key.domain-solutions.vetcares.hlx-highlights .pfms-box p {
    text-align: left;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: normal;
    padding: 0 10px;
    font-weight: 400 !important;
}
.pfmsbenefits .aboutus-content.service-content.vetcares .list-bullets-service li {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 4px 0 !important;
}
.card.casestudy.solution-vetcares {
    height: 130px;
}
.card.casestudy.solution-vetcares:hover .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.card.casestudy.solution-vetcares .card-body .card-title {
    transition: none;
}
.card.casestudy.solution-vetcares .card-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.card.casestudy.solution-vetcares:hover .card-body .card-title {
    color: #c80808;
}
.pfmsbenefits.vetcares-salient .service-images.fill.aims-modules img {
    height: 400px !important;
}
/* Vet Cares End*/

/* Smart Office Start*/
.pfms-key.domain-solutions.smartoffice.srs-highlights .pfms-box {
    height: 230px;
    width: 100%;
}
.pfms-key.domain-solutions.smartoffice.srs-highlights .pfms-box p {
    font-size: 18px;
    line-height: 28px;
}
.card.casestudy.solution-smofce {
    height: 200px;
    background: #f9f9f9;
}
.card.casestudy.solution-smofce:hover .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    background: none;
}
.card.casestudy.solution-smofce .card-body {
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.card.casestudy.solution-smofce .card-body {
    transition: none;
}
.card.casestudy.solution-smofce .card-body .card-title {
    transition: none;
}
.card.casestudy.solution-smofce .card-body .card-text {
    transition: none;
}
.card.casestudy.solution-smofce:hover .card-body .card-title {
    color: #000;
}
.card.casestudy.solution-smofce:hover {
    background: none;
}
.card.casestudy.solution-smofce.box1 {
    background: #f3fde8;
}
.card.casestudy.solution-smofce.box1:hover {
    border: 2px solid #dae6ce;
}
.card.casestudy.solution-smofce.box2:hover {
    border: 2px solid #c6e8e8;
}
.card.casestudy.solution-smofce.box3:hover {
    border: 2px solid #d9ceaf;
}
.card.casestudy.solution-smofce.box4:hover {
    border: 2px solid #d2cfc7;
}
.card.casestudy.solution-smofce.box5:hover {
    border: 2px solid #dfccd9;
}
.pfmsbenefits.smartoffice-salient .service-images.fill.aims-modules img {
    height: 350px;
}
/* Smart Office End*/

/* Edge Start */

.pfms-key.domain-solutions.edge-solution.srs-highlights .pfms-box {
    height: 290px;
}
.pfmsbenefits .aboutus-content.service-content.edge.aims-modules {
    padding: 0 20px 0 50px;
    align-items: baseline;
}
.pfms-key.edge-modules .pfms-box {
    background-color: transparent !important;
    border: none !important;
    transition: none;
}
.pfms-key.edge-modules .pfms-box h5 {
    text-transform: capitalize;
    margin: 0 !important;
    line-height: 24px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    /*   font-family: 'Montserrat',sans-serif !important; */
}
.pfms-key.edge-modules .pfms-boxx {
    margin: 20px 0 !important;
}
/*Edge End  */

/* Probity FMS Start */
.pfms-key.domain-solutions.probity-fms.phoenix-highlights {
    display: block;
}
.pfmsbenefits.probityfms-salient .service-images.fill.aims-modules img {
    height: 400px;
}
/* Probity FMS End */

/* GAdmin Start */
.pfmsbenefits.gadmin-salient .service-images.fill.aims-modules img {
    height: 450px;
}
/* GAdmin End */

/* Saarathi Start */

.pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .pfms-box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 30px 20px;
    height: 200px;
    justify-content: center;
    align-items: center;
}
.pfms-key.domain-solutions.saarathi-highlights.hlx-highlights {
    padding: 80px 0 50px 0;
}
.pfms-key.domain-solutions.saarathi-highlights.hlx-highlights.remis {
    padding: 50px 0 100px 0;
}
.pfmsbenefits.culture.service-image.container.phoenix-core {
    padding: 50px 0 50px 0 !important;
}
.accordion_two_section.helix-accordian {
    padding: 50px 0 100px 0;
}
.pfmsbenefits.culture.service-image.container.glxyalms-core.edge-core {
    padding: 50px 0 50px 0 !important;
}
.solution-overview.edge-solution {
    padding: 50px 0 50px 0;
}
.accordion_two_section.probity-accordian {
    padding: 50px 0 100px 0;
}
.accordion_two_section.saarathi-core {
    padding: 50px 0 50px 0;
}
.pfmsbenefits.culture.service-image.container.glxyalms-core.galaxy-almscore {
    padding: 50px 0 50px 0 !important;
}
.pfmsbenefits.culture.service-image.container.glxyalms-core.indenture-core {
    padding: 50px 0 50px 0 !important;
}
.pfmsbenefits.culture.service-image.container.glxyalms-core.admire-core {
    padding: 50px 0 50px 0 !important;
}
.pfms-key.domain-solutions.saarathi-highlights.hlx-highlights .saarathi-key {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pfms-key.domain-solutions.saarathi-highlights.hlx-highlights img {
    width: 100px;
    height: auto;
}
.pfmsbenefits.culture.saarathi-module.container.glxyalms-core {
    padding: 80px 0;
}
.accordion_two_section.saarathi-core .card.casestudy.solution-smofce .card-body ul {
    display: block;
}
.accordion_two_section.saarathi-core .card.casestudy.solution-smofce .card-body p {
    display: block;
}
.accordion_two_section.saarathi-core .card.casestudy.solution-smofce .card-body {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    height: 100%;
    flex-direction: column;
    padding: 30px 20px;
}
.accordion_two_section.saarathi-core .card.casestudy.solution-smofce {
    height: 280px !important;
}
.accordion_two_section.saarathi-core .card.casestudy .card-text {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    letter-spacing: normal;
    color: #333;
}
.accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce li {
    font-size: 16px !important;
    line-height: 24px !important;
}
.accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce p {
    font-size: 16px !important;
    line-height: 24px !important;
}
.accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce .card-body .card-title {
    transition: none;
    padding-bottom: 10px;
}
.accordion_two_section.saarathi-core.ptb-100 .card.casestudy.solution-smofce:hover .card-body .card-title {
    margin-bottom: 0;
}
.list-bullets-service.saarathi-solution li {
    font-size: 16px !important;
    line-height: 24px !important;
}
/* .pfmsbenefits.culture.saarathi-module .aboutus-content.service-content.edge.aims-modules {
  padding: 20px;
  align-items: baseline;
  border: 2px solid #f2f2f2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  margin: 20px;
  justify-content: flex-start;
}
.pfmsbenefits.culture.saarathi-module .aboutus-content.service-content.edge.aims-modules p {
  text-align: left;
  word-spacing: normal;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  color: #333;
  font-family: 'Montserrat' !important;
} */
/* Saarathi End */

/* CharMS Start */

.pfms-key.domain-solutions.charms-highlights.phoenix-highlights .pfms-box p {
    text-align: left;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: normal;
    padding: 0 10px;
}
.pfms-key.domain-solutions.charms-highlights.phoenix-highlights .pfms-box .solution-icon {
    justify-content: start !important;
}
.pfms-key.domain-solutions.charms-highlights.phoenix-highlights .title.flagship-solution.aims-p p {
    margin: 0 auto 80px;
}
.pfms-key.domain-solutions.charms-highlights.phoenix-highlights {
    padding: 80px 0 80px 0;
}
.pfms-key.domain-solutions.charms-highlights.phoenix-highlights .pfms-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    background: #fff !important;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.pfms-key.domain-solutions.charms-highlights.phoenix-highlights .pfms-box {
    height: 320px;
}
.chms-highlights.pfms-key img {
    width: 100px;
    height: auto;
}

/* CharMS End */

/* Optimus Start */
.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .pfms-box {
    padding: 20px 10px;
    height: 400px;
}

.solution-overview .col-lg-12.phoenix-overview {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 80%;
}
.solution-overview .col-lg-12.service-image {
    max-width: 70%;
    margin: auto;
}
/* Optimus End */

/* Emetier Start */
.pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box {
    height: 370px;
}
.pfms-key.domain-solutions.srs-highlights.sd-offerings.concultancy-service.emetier-highlights {
    padding: 50px 0 100px 0;
}
/* Emetier End */

/* IMS Start */

.pfms-key.domain-solutions.srs-highlights.ims-highlights.product-service .pfms-box {
    height: 200px;
}

/* IMS End */

/* Orbit Start */

.pfms-key.domain-solutions.orbt-highlights.srs-highlights.concultancy-service .pfms-box {
    height: 600px;
}

/* Orbit End */

/* Galaxy Start */

.pfms-key.domain-solutions.galaxy-highlights.aims-highlights .pfms-box {
    height: 200px;
    width: 100%;
    border-radius: 0;
}

/* Galaxy End */

/*SmartNet Start  */

.pfms-key.domain-solutions.smartnet-highlights.aims-highlights .pfms-box {
    height: 220px;
    width: 100%;
}
.solution-overview .phoenix-overview {
    display: flex;
    justify-content: center;
}
.solution-overview .aims-overview {
    display: flex;
    justify-content: center;
}
/*SmartNet End*/

/* Optimous Start */

/* Section class for flip card styles */
.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

/* Flip card styles */
.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .non-flip {
    background-color: transparent;
    height: 350px;
    perspective: 1000px;
    cursor: default;
}
.srs-highlights.pfms-key .flip-card-front img {
    width: 60px;
    height: auto;
}
.srs-highlights.pfms-key .flip-card-inner img {
    width: 60px;
    height: auto;
}
.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .flip-card:focus {
    outline: 0;
}

.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .flip-card:hover .flip-card-inner,
.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .flip-card-front,
.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .flip-card-front {
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f8f9fb !important;
    border: 1px solid #e8e8e8;
}

.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .flip-card-back {
    color: white;
    /*     transform: rotateY(180deg); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f8f9fb !important;
    border: 1px solid #e8e8e8;
    cursor: auto;
}

.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service .flip-card-back:hover {
    border: 1px solid #c80808;
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.pfms-key.domain-solutions.srs-highlights.solution-font.optimus-solution.concultancy-service h5 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
}

.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
    font-family: "Montserrat" !important;
    padding-top: 10px;
    text-align: center;
}

.pfms-key.domain-solutions.srs-highlights.optimus-solution.concultancy-service p {
    color: #333;
}

/* Optimous End */

/* Admire Start */
.pfmsbenefits.culture.service-image.container.glxyalms-core.admire-core {
    padding: 50px 0 !important;
}
.pfms-key.domain-solutions.srs-highlights.admire-highlights.product-service .pfms-box {
    height: 270px;
}
.pfmsbenefits .aboutus-content.service-content.admire-modules li {
    padding: 7px 0 !important;
}
.aboutus-content.service-content.admire-modules {
    border: 1px solid #ddd;
    border-left: none;
    width: 100%;
    justify-content: center;
    align-items: baseline;
}
/* Admire End */

/* Edify Start */

.pfms-key.domain-solutions.edify-highlights.phoenix-highlights {
    display: block;
}
.pfms-key.domain-solutions.edify-highlights.phoenix-highlights .pfms-box {
    height: 270px;
}
/* Edify End */

/* Promis Start */
.pfms-key.domain-solutions.srs-highlights.pms-highlights.product-service .pfms-box {
    height: 240px;
}
/* Promis End */

/* Service Start */

.pfms-key .flip-card p {
    text-align: center;
    padding: 0 5px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: 500 !important;
}

.pfms-key.domain-solutions.concultancy-service .pfms-box h5 {
    text-align: left !important;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px !important;
    font-family: "Montserrat" !important;
}
.pfms-key.domain-solutions.srs-highlights.concultancy-service .pfms-box {
    border-radius: 10px;
    height: 450px;
    background: #fff !important;
    padding: 20px 25px;
    border: 1px solid #e6e6e6 !important;
}
.pfms-key.domain-solutions.srs-highlights.concultancy-service .pfms-box p {
    font-size: 15px;
}
.concultancy-service .list-bullets-service li {
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 3px 0 !important;
}
.ms-highlights.pfms-key img {
    width: 80px;
    height: auto;
}
.pfms-key.domain-solutions.srs-highlights.ms-highlights.concultancy-service .pfms-box {
    height: 450px;
    padding: 20px 15px;
}
.pfms-key.domain-solutions.ms-highlights.concultancy-service .pfms-box h5 {
    padding: 10px 10px;
    font-size: 18px;
    margin-bottom: 0px !important;
}
.pfms-key.domain-solutions.mobile-service .pfms-box h5 {
    text-align: left !important;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px !important;
    font-family: "Montserrat" !important;
}
.pfms-key.domain-solutions.srs-highlights.mobile-service .pfms-box {
    border-radius: 10px;
    height: 410px;
    background: #fff !important;
    padding: 20px 25px;
    border: 1px solid #e6e6e6 !important;
}
.pfms-key.domain-solutions.srs-highlights.sd-offerings .pfms-box {
    border-radius: 10px;
    height: 350px;
    background: #fff !important;
    padding: 20px 25px;
    border: 1px solid #e6e6e6 !important;
}
.pfms-key.domain-solutions.srs-highlights.product-service .pfms-box {
    border-radius: 10px;
    height: 480px;
    background: #fff !important;
    padding: 20px 25px;
    border: 1px solid #e6e6e6 !important;
}
.pfms-key.domain-solutions.product-service .pfms-box h5 {
    text-align: left !important;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px !important;
    font-family: "Montserrat" !important;
}
.pfms-key.domain-solutions.sd-offerings .pfms-box h5 {
    text-align: left !important;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px !important;
    font-family: "Montserrat" !important;
}
.pfms-key.domain-solutions.srs-highlights.mobile-service .pfms-box p {
    font-size: 15px;
}
.culture.service-image.mobile-approach .benefits-image.fill {
    height: 600px;
}
.culture.service-image.mobile-approach .aboutus-content.service-content {
    height: 600px;
}
.culture.service-image.mobile-approach .aboutus-content.service-content .list-bullets-service li {
    font-size: 16px !important;
    line-height: 26px !important;
}
.aboutus-content.service-basic.services.hosted {
    padding: 0px 20px 0 70px;
}
.environment {
    padding: 80px 0;
}
/* Service End */

.badge-without-number {
    position: absolute;
    background-color: #f5424e;
    font-size: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 52px;
    right: 106px;
}
.badge-without-number.with-wave {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes wave {
    0% {
        box-shadow: 0 0 0px 0px rgba(245, 66, 78, 0.5);
    }
    100% {
        box-shadow: 0 0 0px 10px rgba(245, 66, 78, 0);
    }
}

/* Casestudy Start */

.snip1360.snipnews.blognews.casecategory {
    height: auto;
    padding: 20px 0;
}
.snip1360.snipnews.blognews.casecategory figcaption {
    height: 180px;
}
.snip1360.snipnews.blognews.casecategory p {
    color: #777;
}
.snip1360.snipnews.blognews.casecategory h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    color: #333;
    letter-spacing: -0.2px;
    font-weight: 600;
    margin: 10px 0 10px;
    font-family: "Lato" !important;
    text-transform: none;
}
.snip1360.casescategory img {
    height: 251px !important;
    border: 1px solid #eee;
    width: auto;
    object-fit: cover;
}

.snip1360.casescategory.inactive-case img {
    filter: gray;
    -webkit-filter: grayscale(1);
}
.snip1360.casescategory.inactive-case h2 {
    pointer-events: none;
    color: #6c757d;
}
.casestudies-all.inactive-btn .btn {
    color: #6c757d;
    pointer-events: none;
}
.casestudies-all.inactive-btn .btn .arrow::before,
.casestudies-all .btn .arrow::after {
    color: #6c757d;
    pointer-events: none;
    background: #6c757d;
}
.casestudies-all.inactive-btn .btn .arrow {
    color: #6c757d;
    pointer-events: none;
    background: #6c757d;
}
.snip1360.casescategory.inactive-case .newsreadmore-btnn {
    cursor: no-drop;
    pointer-events: none;
    color: #6c757d;
    border: 1px solid #6c757d;
}

.snip1360.casescategory .news-release {
    display: block;
    font-size: 14px;
    text-align: left !important;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 24px;
    color: #777;
    font-family: "Montserrat", sans-serif !important;
}
.snip1360.casescategory h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    color: #333;
    letter-spacing: -0.2px;
    font-weight: 600;
    margin: 10px 0 10px;
    font-family: "Lato" !important;
}
.snip1360.casescategory .rib {
    font-size: 16px;
    text-transform: none;
    text-align: left;
    padding-bottom: 10px;
    color: #c80808;
    display: none;
}
.snip1360.casescategory figcaption {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    height: auto;
    border: 1px solid #ececec;
    height: 180px;
    border-top: none;
}
.snip1360.casescategory .newsreadmore-btnn {
    color: #c80808;
    cursor: pointer;
}
.snip1360.casescategory .newsreadmore-btnn:hover {
    background: #c80808;
    color: #fff;
}
.snip1360.casescategory {
    padding: 20px 20px;
}
/* Casestudy End */


.swiper-highlights {
    position: relative;
    margin: 0 auto;
}

.swiper-highlights > div span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1rem;
    color: #717171;
}

.swiper-highlights > div h1 {
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
    background-color: #005baa;
    background-image: linear-gradient(45deg, #005baa, #000000);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.swiper-highlights > div hr {
    display: block;
    background: #005baa;
    height: 0.25rem;
    width: 6.25rem;
    border: none;
    margin: 1.125rem 0 1.875rem 0;
}

.swiper-highlights .swiper-slide-active > div p {
    line-height: 28px;
    font-size: 18px;
    color: #151515;
    text-align: center;
    padding: 20px;
}

.swiper-slide div p {
    font-size: 10px;
    text-align: center;
    padding: 20px 70px;
}
.swiper-highlights a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #717171;
    font-weight: 500;
    background: #fff;
    border-radius: 3.125rem;
    transition: 0.3s ease-in-out;
}

.swiper-highlights > div > a {
    border: 2px solid #c2c2c2;
    margin-top: 2.188rem;
    padding: 0.625rem 1.875rem;
}

.swiper-highlights > div > a:hover {
    border: 0.125rem solid #005baa;
    color: #005baa;
}

.swiper {
    width: 100%;
    padding-top: 3.125rem;
}

.swiper-highlights .swiper-pagination .swiper-pagination-bullet,
.swiper-highlights .swiper-pagination-bullet-active {
    background: #c80808;
    display: inline-flex;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination {
    bottom: 1.25rem !important;
}

.swiper-highlights .swiper-slide {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-highlights.optimus-swiper .swiper-slide.swiper-slide--one.swiper-slide-active {
    border: 0.5px solid #cc4400 !important;
    outline: none;
    border-right-width: 0.5px !important;
}
.swiper-highlights.optimus-swiper .swiper-slide.swiper-slide--two.swiper-slide-active {
    border: 0.5px solid #006bbc !important;
    outline: none;
    border-right-width: 0.5px !important;
}
.swiper-highlights.optimus-swiper .swiper-slide.swiper-slide--three.swiper-slide-active {
    border: 0.5px solid #cc00ff !important;
    outline: none;
    border-right-width: 0.5px !important;
}
.swiper-highlights.optimus-swiper .swiper-slide.swiper-slide--four.swiper-slide-active {
    border: 0.5px solid #bc0000 !important;
    outline: none;
    border-right-width: 0.5px !important;
}
.swiper-highlights.optimus-swiper .swiper-slide.swiper-slide--five.swiper-slide-active {
    border: 0.5px solid #cc4400 !important;
    outline: none;
    border-right-width: 0.5px !important;
}
.swiper-highlights.optimus-swiper .swiper-slide.swiper-slide--six.swiper-slide-active {
    border: 0.5px solid #006bbc !important;
    outline: none;
    border-right-width: 0.5px !important;
}
.swiper-highlights.optimus-swiper .swiper-slide.swiper-slide--seven.swiper-slide-active {
    border: 0.5px solid #cc00ff !important;
    outline: none;
    border-right-width: 0.5px !important;
}
.swiper-highlights.optimus-swiper .swiper-slide.swiper-slide--eight.swiper-slide-active {
    border: 0.5px solid #bc0000 !important;
    outline: none;
    border-right-width: 0.5px !important;
}

.swiper-highlights.galaxyalms-swiper .swiper-slide {
    height: 300px;
}
.swiper-highlights .swiper-slide h2 {
    color: #202020;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
    padding: 0 10px;
    text-transform: capitalize;
    text-align: center;
    font-family: "Montserrat" !important;
}
.swiper-slide .solution-icon img {
    height: auto;
    width: 50px;
}

.swiper-highlights .swiper-slide.swiper-slide-active .solution-icon img {
    height: auto;
    width: 85px;
}

.swiper-slide p {
    font-weight: 400;
    padding: 20px;
}

.swiper-slide a {
    margin: 1.25rem 1.563rem 3.438rem 1.563rem;
    padding: 0.438em 1.875rem;
    font-size: 0.9rem;
}

.swiper-slide a:hover {
    color: #005baa;
}

.swiper-highlights .swiper-slide div {
    display: block;
    opacity: 1;
    padding-bottom: 0.625rem;
}

.swiper-slide-active div {
    display: block;
    opacity: 1;
}

.swiper-slide--one {
    background-color: #fff5f0;
}

.swiper-slide--two {
    background-color: #e8f6ff;
}

.swiper-slide--three {
    background: #fcefff;
}

.swiper-slide--four {
    background: #fdf4f4;
}

.swiper-slide--five {
    background-color: #fff5f0;
}

.swiper-slide--six {
    background-color: #e8f6ff;
}
.swiper-slide--seven {
    background: #fcefff;
}
.swiper-slide--eight {
    background: #fdf4f4;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

@media screen and (min-width: 93.75rem) {
    .swiper {
        width: 85%;
    }
}

.swiper-highlights.optimus-swiper .swiper-slide {
    height: 350px;
}

.swiper-highlights.optimus-swiper .swiper-slide-active > div p {
    line-height: 26px;
    font-size: 17px;
}

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 25px;
    border-radius: 10px;
    height: 400px;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto 0;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    border-radius: 0px;
    transform: translateX(-80px);
    overflow: hidden;
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-radius: 0px;
    opacity: 0.8;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 5px;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider__img {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
}

@media screen and (max-width: 992px) {
    .blog-slider__content {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: left;
        padding: 0 30px;
    }
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 8px 5px !important;
    }
    .swiper-pagination-bullet {
        width: 30px !important;
        height: 10px !important;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 11px !important;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #c80808;
    margin-bottom: 15px;
}

.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #107ef4 0%, #59a5f7 74%);
    padding: 15px 35px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(51, 153, 255, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #f75959;
    opacity: 0.2;
    transition: all 0.3s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #c80808;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(255, 51, 51, 0.3);
}

.episode {
    display: grid;
    grid-template-columns: 2fr 3fr;
    position: relative;
}
.story.sticky-highlights {
    padding: 0;
}

.solution-overview.probity-sticky .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights .pfms-box {
    background: #fff !important;
}

.solution-overview.probity-sticky .story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights .pfms-box p {
    color: #333;
}

.story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights .pfms-box p {
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    color: #000;
}

.story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights .pfms-box {
    height: auto;
    border: none !important;
    background: #313131 !important;
}
.story.pfms-key.domain-solutions.srs-highlights.mobile-service.sticky-highlights img {
    width: 100px;
    height: auto;
}
.episode__number {
    height: 400px;
    width: auto;
    padding: 50px 0;
    position: sticky;
    top: 180px;
    text-align: left;
    /*  height: calc(10vw + 20px); */
    transition: all 0.2s ease-in;
}

.episode__content {
    display: grid;
    grid-gap: 10px;
    padding: 15px 0 0 30px;
}

.episode__content .title {
    font-weight: 600;
}

.episode__content .story {
    line-height: 26px;
}

@media (max-width: 600px) {
    .episode__content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .episode__content .story {
        font-size: 15px;
    }
}

.nav-sticky-highlights {
}

.nav-sticky-highlights h2[id],
.nav-sticky-highlights h3[id],
.nav-sticky-highlights h4[id],
.nav-sticky-highlights h5[id],
.nav-sticky-highlights h6[id] {
    cursor: pointer;
    margin: 0 0 1rem -4rem;
    padding: 2rem 0;
    width: calc(100% + 8rem);
    transition: all 1s, color 0s;
}

.nav-sticky-highlights h2[id]::before,
.nav-sticky-highlights h3[id]::before,
.nav-sticky-highlights h4[id]::before,
.nav-sticky-highlights h5[id]::before,
.nav-sticky-highlights h6[id]::before {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    margin: 0 1rem;
    content: "#";
    text-align: center;
    line-height: 2rem;
    color: crimson;
    background: #fafafa;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.125s;
}

.nav-sticky-highlights h2[id]:hover::before,
.nav-sticky-highlights h3[id]:hover::before,
.nav-sticky-highlights h4[id]:hover::before,
.nav-sticky-highlights h5[id]:hover::before,
.nav-sticky-highlights h6[id]:hover::before {
    color: #fafafa;
    background: crimson;
}

.nav-sticky-highlights.visible h2[id],
.nav-sticky-highlights.visible h3[id],
.nav-sticky-highlights.visible h4[id],
.nav-sticky-highlights.visible h5[id],
.nav-sticky-highlights.visible h6[id] {
    padding: 2rem;
    background: linear-gradient(90deg, rgba(243, 72, 104, 1) 20%, rgba(242, 71, 103, 1) 20%, rgba(227, 9, 49, 1) 80%);
    color: #fafafa;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.nav-sticky-highlights.visible h2[id]::before,
.nav-sticky-highlights.visible h3[id]::before,
.nav-sticky-highlights.visible h4[id]::before,
.nav-sticky-highlights.visible h5[id]::before,
.nav-sticky-highlights.visible h6[id]::before {
    text-shadow: none;
}

.nav-sticky-highlights.visible h2[id]:hover::before,
.nav-sticky-highlights.visible h3[id]:hover::before,
.nav-sticky-highlights.visible h4[id]:hover::before,
.nav-sticky-highlights.visible h5[id]:hover::before,
.nav-sticky-highlights.visible h6[id]:hover::before {
    background: #fafafa;
    color: crimson;
}

.content-container {
    display: flex;
    flex-direction: row-reverse;
}

.content-container .content-sidebar {
    flex: 0 0 40%;
    padding: 0 1rem;
    border-left: none;
}

.content-container .content-sidebar .content-navigation {
    /* position: sticky; */
    /*   top: 180px; */
    /*   display: flex; */
    /*   flex-direction: column; */
    /*   width: 100%; */
    /*   padding: 50px; */
    /*   height: 400px; */
    /*   overflow-y: auto; */
}

.content-container .content-sidebar .key-nav::-webkit-scrollbar {
    width: 5px;
}

.content-container .content-sidebar .key-nav::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.content-container .content-sidebar .key-nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #888;
}

.content-container .content-sidebar .key-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.content-container .content-sidebar .key-nav {
    position: sticky;
    top: 180px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px;
    height: 400px;
    overflow-y: auto;
}

.content-container .content-sidebar a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    transition: none;
}

.content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box img {
    width: 100%;
    height: 320px;
    object-fit: scale-down;
}

.content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box {
    height: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 50px 0 20px 0;
    max-width: 100%;
    background: transparent !important;
    box-shadow: none;
    border-radius: 4px;
    transition: transform 0.5s ease;
    border: none !important;
}

.content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.mobile-service .pfms-box p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.content-container .content-sidebar a.visible {
    color: #c80808;
    font-weight: 500;
    transition: none;
}

.content-container.sticky-solution .pfms-key.domain-solutions.mobile-service .pfms-box h5 {
    text-align: left !important;
    padding: 10px;
    font-size: 30px;
    margin-bottom: 20px !important;
    font-family: "Lato" !important;
    line-height: 40px;
    font-weight: 400;
}
.content-container.sticky-solution .pfms-key.domain-solutions.srs-highlights.emetier.mobile-service .pfms-box:hover {
    transform: scale(1);
}
.content-container .content-sidebar a.visible ~ a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    transition: none;
}

.content-container .content-sidebar .content-navigation-title {
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #a0a0a0;
}
.content-container .content:hover {
    color: #333;
}
.content-container .content {
    flex: 0 1 60%;
    padding: 0 4rem;
    overflow-x: hidden;
}

.solution-slider.carousel {
    margin: 50px auto;
    padding: 0 70px;
}
.solution-slider.carousel .carousel-item {
    min-height: auto;
    text-align: center;
    overflow: hidden;
}
.solution-slider.carousel .carousel-item .img-box {
    height: 100px;
    width: 100%;
    position: relative;
}
.solution-slider.carousel .carousel-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: auto;
    height: 55px;
}
.solution-slider.carousel .carousel-item p {
    font-size: 18px;
    margin: 10px 0;
    padding: 0;
}
.solution-slider.carousel .carousel-item .btn {
    color: #333;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    line-height: 16px;
}
.solution-slider.carousel .carousel-item .btn:hover,
solution-slider.carousel .carousel-item .btn:focus {
    color: #fff;
    background: #000;
    border-color: #000;
    box-shadow: none;
}
.solution-slider.carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.solution-slider.carousel .thumb-wrapper {
    text-align: center;
    padding: 20px;
    height: 270px;
}
.solution-slider.carousel .thumb-content {
    padding: 15px;
}
.solution-slider .carousel-control-prev,
.solution-slider .carousel-control-next {
    height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: transparent;
    cursor: pointer;
}
.solution-slider .carousel-control-prev i,
.solution-slider .carousel-control-next i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
    font-family: "FontAwesome";
}
.solution-slider .carousel-control-prev i {
    margin-left: -3px;
}
.solution-slider .carousel-control-next i {
    margin-right: -3px;
}
.solution-slider.carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}
.solution-slider.carousel .item-price strike {
    color: #999;
    margin-right: 5px;
}
.solution-slider.carousel .item-price span {
    color: #86bd57;
    font-size: 110%;
}
.solution-slider.carousel .carousel-indicators {
    bottom: -50px;
    width: auto;
}
.solution-slider .carousel-indicators li,
.solution-slider.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
    border: none;
}
.solution-slider .carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}
.solution-slider .carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}
.solution-slider .star-rating li {
    padding: 0;
}
.solution-slider .star-rating i {
    font-size: 14px;
    color: #ffc000;
}

.rich-text li:not(:last-child) {
    margin-bottom: 1.2rem;
}

.rich-text ul li {
    position: relative;
    padding-left: 1.8rem;
}

.rich-text > *:not(:last-child) {
    margin-bottom: 4rem;
}

.article {
    display: flex;
    align-items: flex-start;
    min-height: 100vh;
}

.article__body {
    width: 50%;
    padding: 0 100px;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

.article__image {
    position: sticky;
    top: 100px;
    width: 50%;
}

.article__image-wrapper {
    position: relative;
    height: auto;
    width: auto;
    margin: auto;
}
.article__image-wrapper img {
    width: auto;
    height: 400px;
    object-fit: cover;
    margin: auto;
}


/*offer area*/
.offer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.offer-content p {
    text-align: left;
    margin: 0;
    width: 75%;
    color: #333;
    font-size: 17px;
    line-height: 28px;
    padding-top: 15px;
    z-index: 9;
}
.offer-content h2 {
    text-align: left;
    color: #c80808;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-family: "Montserrat" !important;
}
.offerItem {
    width: 80px;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
    height: 400px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    margin-right: 10px;
    border-radius: 8px;
}

.offerItem.active .offerItemTitle {
    background: transparent;
    border: none;
}
.offer-detail {
    width: 100%;
    height: 100%;
}

.offerItemTitle:hover {
  background-color: #eee;
}
.offerItemTitle {
    position: absolute;
    left: 40px;
    z-index: 1;
    width: 400px;
    color: #1e1e1e;
    transform: rotate(-90deg);
    transform-origin: left;
    text-align: center;
    margin: 0 auto;
    top: 90%;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0.2px;
    background: #fff;
    margin: 0 2px;
}

.offerItem.active.fold-out .offerItemTitle {
    display: none;
}
.offerItem.active {
    width: calc(100% - 6 * 80px);
    background: #fff7f7;
}
.offerItem.active .offer-detail {
    width: 100%;
    height: 100%;
}
.offerItem.active .offer-detail .row .col:first-child {
    max-width: 100% !important;
}
.offer-content {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 400px;
    padding: 50px 50px 100px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.offerslide:after {
    content: "";
    clear: both;
    display: block;
}

.offerItemTitle.hide {
    display: none;
}
.offerItem.active .offer-content {
    transition: 0.3s ease;
    opacity: 1;
}

/*end*/

@media (max-width: 1280px) {
    .offer-detail {
        width: 595px;
    }
}

@media (max-width: 1199px) {
    h4.offerItemTitle {
        height: 50px;
        line-height: 50px;
        left: 25px;
        top: 93%;
        font-size: 16px;
    }
    .offerItem {
        width: 50px;
    }
    .offerItem.active {
        width: calc(100% - 5 * 62px);
    }
    .offerItem.active .offer-content {
        padding: 50px 50px 50px 100px;
    }
}

@media (max-width: 991px) {
    .offer-content p {
        font-size: 14px;
    }
    .offerItem.active .offer-content {
        padding: 50px 50px 50px 100px;
    }
    h4.offerItemTitle {
        font-size: 14px;
        line-height: normal;
        left: 17px;
        height: 60px;
        top: 93%;
    }
    .offerItem.active .offer-detail {
        width: auto;
    }
    .offer-content h2 {
        font-size: 18px;
        margin: 0;
    }
    .offer-content a {
        padding: 7px 13px;
        font-size: 16px;
        margin-top: 10px;
    }

    .offerItem {
        width: 50px;
    }
    .offerItem.active {
        width: calc(100% - 9 * 35px);
    }
}

@media (max-width: 767px) {
    .offerItem {
        width: 100%;
        height: auto;
    }
    .offer-detail {
        width: 100%;
        max-height: unset;
        display: none;
    }
    h4.offerItemTitle {
        text-align: left;
        padding-left: 15px;
        position: relative;
        transform: rotate(0);
        border-bottom: 1px solid #999;
        height: 50px;
        line-height: 40px;
        width: 100%;
        left: 0;
        margin: 0 0px;
    }
    .offer-content {
        margin: 0;
        max-width: 100%;
    }
    .offerItem.active .offer-content {
        padding: 20px;
        height: auto;
    }
    .offerItemTitle.hide {
        background: #de9400;
        display: block;
    }
    .offerItem.active .offer-detail {
        width: 100%;
        display: block;
    }
    .offerItem.active .offer-detail .row .col:first-child {
        max-width: 100% !important;
    }
    .offerItem.active {
        width: 100%;
    }
}

@media (max-width: 574px) {
    .offerItem.active .offer-detail .row {
        display: block;
    }
    .offerItem.active .offer-content {
        padding: 20px;
    }
    .offerItem.active .offer-detail .row .col {
        max-width: 100% !important;
    }
    .offerItem.active .offer-content {
        padding: 20px;
        height: auto;
    }
    .offerItem {
        width: 100%;
        height: auto;
    }
    .offerItem.active .offer-detail .row .col:first-child {
        max-width: 100% !important;
    }
}

.offer-area.solution-overview {
    padding: 50px 0 100px 0;
}
.offerItem.active .offerItemTitle {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.offer-content::after {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 38%;
    opacity: 1;
    height: 100%;
    position: absolute;
    right: 25px;
    top: 0;
    background-position: right bottom;
    content: "";
}

/* Consultancy  */

.offer-content.custom-bg-1::after {
    background-image: url("/resources/images/services/Consultancy-Domain Consulting.png");
}
.offer-content.custom-bg-2::after {
    background-image: url("/resources/images/services/Consultancy-Process Optimization.png");
}
.offer-content.custom-bg-3::after {
    background-image: url("/resources/images/services/Consultancy-Digital Transformation.png");
}
.offer-content.custom-bg-4::after {
    background-image: url("/resources/images/services/Consultancy-Open source solution integration.png");
}
.offer-content.custom-bg-5::after {
    background-image: url("/resources/images/services/Consultancy-Project Management.png");
}
.offer-content.custom-bg-6::after {
    background-image: url("/resources/images/services/Consultancy-IT Governance and Compliance.png");
}

/* App Development  */

.offer-content.custom-bg-1.mobile-app::after {
    background-image: url("/resources/images/services/App Development-Expertise in Government process.png");
}
.offer-content.custom-bg-2.mobile-app::after {
    background-image: url("/resources/images/services/App Development-Cross Domain Proficiency.png");
}
.offer-content.custom-bg-3.mobile-app::after {
    background-image: url("/resources/images/services/App Development-Flutter Mastery.png");
}
.offer-content.custom-bg-4.mobile-app::after {
    background-image: url("/resources/images/services/App Development-End to End Services.png");
}
.offer-content.custom-bg-5.mobile-app::after {
    background-image: url("/resources/images/services/App Development-Data Security Assurance.png");
}
.offer-content.custom-bg-6.mobile-app::after {
    background-image: url("/resources/images/services/App Development-Client centric approach.png");
}

.offerslide.mobileapp-card .offerItem.active {
    background: #f6f9ff;
}

.offerslide.mobileapp-card .offerItem.active .offerItemTitle {
    background: transparent;
}

.offerslide.mobileapp-card .offerItem .offer-content h2 {
    color: #01458e;
}
.offerslide.mobileapp-card .offerItem.active .offer-content::after {
    width: 35%;
}
@media (min-width: 768px) {
    .accordion-highlights .row_flex {
        display: flex;
        gap: 15px;
    }
}
@media (min-width: 768px) {
    .accordion-highlights .row_flex .row_inner {
        width: 50%;
        padding-right: 40px;
    }
}
@media (min-width: 768px) {
    .accordion-highlights .row_flex .row_inner.accordion_images {
        width: 50%;
        padding-right: 0px;
    }
}

.accordion-highlights .row_flex .row_inner img {
    width: 100%;
    object-fit: scale-down;
}

.accordion-highlights .accordion_images {
    position: relative;
}

@media (max-width: 767px) {
    .accordion-highlights .accordion_images {
        display: none;
    }
}

.accordion-highlights .accordion_images img {
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "img";
    overflow: hidden;
    text-align: right;
    line-height: 0;
    padding: 40px;
    border-radius: 20px;
    min-height: 540px;
    margin: 0 auto;
    background-color: transparent;
}

.accordion-highlights .accordion_images img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
}

.accordion-highlights .accordion_images img.active {
    opacity: 1;
}

.accordion-highlights .accordion {
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    padding: 10px 14px;
    border-bottom: 1px solid #e1e1e1;
}

.accordion-highlights .accordion_intro {
    position: relative;
    padding: 20px 20px 20px 0px;
    cursor: pointer;
}

.accordion-highlights .accordion_content {
    color: #fff;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: none;
    opacity: 0;
}

@media (min-width: 768px) {
    .accordion-highlights .accordion_content .accordion_image {
        display: none;
    }
}

@media (max-width: 767px) {
    .accordion-highlights .accordion_content .accordion_image {
        display: block;
        margin-bottom: 20px;
    }
}

.accordion-highlights .accordion h4,
.accordion-highlights .accordion p {
    margin: 0;
    line-height: 1;
}

.accordion-highlights .accordion h4 {
    color: #242424;
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    font-family: "Montserrat";
}

.accordion-highlights .accordion h4 span {
    position: absolute;
    left: 0px;
    font-family: "Montserrat";
    font-size: 15px;
    top: 22px;
}

.accordion-highlights .accordion.accordion_active h4 {
    color: #c80808;
}
.accordion-highlights .accordion p {
    color: #282828;
    font-size: 17px;
    margin: 0;
    line-height: 28px;
    padding-left: 7px;
    letter-spacing: normal;
}

.accordion-highlights .accordion_active .accordion_intro {
}

.accordion-highlights .accordion_active .accordion_content {
    padding: 0 0px 20px 0px;
    opacity: 1;
    height: auto;
    max-height: 500px;
}

.accordion-highlights.service-body.service-about {
    padding: 50px 0 80px 0;
}

/* DEMO GENERAL ============================== */
.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

/* DEMO 3 ============================== */
.hover-3::after {
    content: "";
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border: 1px solid #000;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 1;
    transition: all 0.3s;
    transform: scale(1.1);
    opacity: 0;
    display: block;
    opacity: 0;
}

.hover-3-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
}

.hover-3-description {
    opacity: 0;
    transform: scale(1.3);
    transition: 0.5s ease-in-out !important;
}

.hover-3 img {
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
    background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
    width: 100%;
}

.hover-3:hover::after {
    opacity: 1;
    transform: none;
}

.hover-3:hover .hover-3-description {
    opacity: 1;
    transform: none;
}

.hover-3:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.timer.count-title.count-number::after {
    content: " +";
    display: inline-block;
}

@media (max-height: 600px), screen and (orientation: portrait) {
    .toggle {
        top: 87%;
    }
    .sidebar-contact {
        top: 51%;
    }
    #pr {
        overflow-y: scroll !important;
    }
    #prinner {
        overflow-y: scroll !important;
    }
}

.cards.kran-solution.kran-flagshipsolution {
    background-color: #f8f9fb;
    border-radius: 3px;
    padding: 0px 10px;
    height: 220px !important;
}
.cards.kran-solution.kran-flagshipsolution:hover {
    border: 1px solid #c80808;
    box-shadow: 0 0 30px #8c8c8c2e;
    transform: translateY(-5px) scale(1.05);
    transition: all 0.3s ease-in-out;
}

.cards.kran-solution.kran-flagshipsolution .solutions-kran {
    background-color: #f8f9fb;
    height: 100%;
}

.cards.kran-solution.kran-flagshipsolution .solutions-kran .badge {
    position: absolute;
    text-transform: uppercase;
    font-size: 10px;
    padding: 3px 7px 2px;
    display: inline;
    color: #fff;
    top: 11px;
    right: 11px;
    z-index: 2;
    background: #000;
}

.cards.kran-solution.kran-flagshipsolution:hover .solutions-kran {
    z-index: 1;
    position: initial;
}

/* Webkit Browsers (Chrome, Safari) */
.scroll4::-webkit-scrollbar {
    width: 10px;
}

.scroll4::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}

.scroll4::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

/* Firefox */
.scroll4 {
    scrollbar-width: thin;
    scrollbar-color: #666 #ddd;
    overflow-y: auto;
    overflow-x: hidden;
}

/* General fallback for unsupported browsers */
.scroll4 {
    overflow-y: scroll;
}

/* fallback */
@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 100 700;
    src: url("../fonts/materialsymbolsoutlined.woff2");

    /*   src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v190/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2'); */
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

/* fallback */
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/materialicons.woff2");

    /*   src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.cpart-link {
    height: 41px;
    width: auto;
    margin: auto;
    position: relative;
    top: 11px;
    right: 40px;
}
.cpart-link img {
    width: auto;
    height: 41px;
    padding: 10px 0;
}

.visionmission-section {
    background-color: #fff;
    padding: 0px 0px 50px 0px;
}
.visionmission-section .stretched-vision {
    height: 340px;
    display: block;
}

.aboutcounter-section .counter-div::before {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
    display: table;
    clear: both;
    position: absolute;
}

.aboutcounter-section .counter-div:last-child::before {
    height: 0 !important;
}

.visionmission-section .stretched-vision img {
    width: auto;
    height: 60px;
}
.visionmission-section .vision-card,
.visionmission-section .mission-card {
    background-color: #f9f8fb;
    border: 1px solid #ececec;
}
.visionmission-section .absolute.gallery-culturee h2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #000;
    font-family: "Montserrat" !important;
    line-height: 28px;
    letter-spacing: normal;
    font-weight: 600;
}

.visionmission-section .stretched-vision h5 {
    font-size: 26px;
    letter-spacing: 0.2px;
}

.visionmission-section .stretched-vision p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #464646;
}

.cpart-link.btn.cpart-button:hover {
    background: #c80808;
    color: #fff;
}
.cpart-link.btn.cpart-button {
    /* background: transparent; */
    border: 1px solid #c80808;
    /*   color: #c80808; */
    border-radius: 0px;
    padding: 5px 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    float: left;
    font-family: "Montserrat", sans-serif !important;
    width: 120px;
    text-align: center;
    height: 34px;
    background: #c80808;
    color: #fff;
}

.ruby-menu-mega-blog.allmenu-dropdown .dropdown-solutions.career-drop ul li .smooth-menu.active {
    color: #c80808;
    /*   font-weight: 600 !important; */
}
.ruby-menu-mega-blog.allmenu-dropdown.active-list::after {
    color: #c80808;
}

.ruby-menu-mega-blog.allmenu-dropdown.active-list .smooth-menu.active {
    color: #c80808;
}
.ruby-menu-mega-blog.allmenu-dropdown .kran-dropdown::before {
    content: attr(data-text);
    position: relative;
    top: 0;
    left: -7px;
}
#pr .modal-dialog {
    transform: translate(0%, 5%);
}
#prkenquire .modal-dialog {
    transform: translate(0%, 5%);
}
#solutionsmodal .modal-dialog {
    transform: translate(0%, 5%);
}
#projectmodal .modal-dialog {
    transform: translate(0%, 5%);
}

.active-header .arw4 {
    margin: 0px;
    display: inline-block;
    height: 12px;
    position: absolute;
    width: 12px;
}

.active-header .arw4::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 22px;
    position: absolute;
    top: -3px;
    width: 12px;
}

.active-header.kran-ser .arw4::after {
    left: 25px;
    position: absolute;
    top: -6px;
    width: 12px;
}

.active-header .arw4.is-triangle::after {
    border-style: solid;
    border-width: 0 0 18px 18px;
    height: 0;
    width: 0;
}

.active-header .arw4.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active-header .arw4.is-triangle::after,
.active-header .arw4 .arw4.is-triangle::after {
    border-color: transparent;
    border-bottom-color: #c80808;
}

.active-header .arw4::before,
.active-header .arw4 .arw4::before {
    background-color: red;
}

.ruby-menu-mega-blog.allsolutions-dropdown:hover .kran-dropdown .arw4 {
    margin: 0px;
    display: inline-block;
    height: 12px;
    position: absolute;
    width: 12px;
}

.ruby-menu-mega-blog.allsolutions-dropdown:hover .kran-dropdown .arw4::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 27px;
    position: absolute;
    top: -7px;
    width: 12px;
}

.ruby-menu-mega-blog.allsolutions-dropdown:hover a.kran-dropdown[href="#technologies"] .arw4::after {
    left: 35px;
    top: -15px;
}

.active-header.kran-ser .arw4::after {
    left: 25px;
    position: absolute;
    top: -6px;
    width: 12px;
}

.ruby-menu-mega-blog.allsolutions-dropdown:hover .kran-dropdown .arw4.is-triangle::after {
    border-style: solid;
    border-width: 0 0 18px 18px;
    height: 0;
    width: 0;
}

.ruby-menu-mega-blog.allsolutions-dropdown:hover .kran-dropdown .arw4.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ruby-menu-mega-blog.allsolutions-dropdown:hover .kran-dropdown .arw4.is-triangle::after,
.ruby-menu-mega-blog.allsolutions-dropdown .kran-dropdown:hover .arw4 .arw4.is-triangle::after {
    border-color: transparent;
    border-bottom-color: #c80808;
}

.ruby-menu-mega-blog.allsolutions-dropdown:hover .kran-dropdown .arw4::before,
.ruby-menu-mega-blog.allsolutions-dropdown .kran-dropdown:hover .arw4 .arw4::before {
    background-color: red;
}
.clients-viewall {
    display: none;
}

.card.coe-card {
  height: 100px;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: left;
}
.card.coe-card p {
  font-size: 12px;
  letter-spacing: 0.2px;
  word-spacing: 0.5px;
  margin: 0;
}
.in-active-service {
  pointer-events: none;
}
.card.coe-card p span {
  font-weight: 700;
  font-size: 15px;
}