/* topbar */

.topbar {
    z-index: 10;
    position: fixed;
    height: 9%;
    width: 100%;
    background-color: #000;
    color: #fff;
    /* -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2); */
    font-family: "Montserrat", sans-serif;
}

.res-topbar {
    display: none;
}

.topbar .container {
    padding: 0 50px;
    max-width: 1600px;
    widows: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-container .res-nav-items {
    display: none;
    position: fixed;
    top: 59px;
    left: 0;
    background-color: #fff;
    color: #000;
    width: 100%;
}

#my-form-status {
    color: #0a88c0;
    /* font-weight: 600; */
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    font-family: auto;
}

.status-text {
    color: #0a88c0;
    /* font-weight: 600; */
    font-size: 18px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* text-align: justify;
  font-family: auto; */
}

#status-form {
    width: 100%;
    /* padding: 45px 16px 30px; */
    /* padding: 23% 16px; */
    background-color: #fff;
}

input:focus {
    border-color: coral !important;
}

textarea:focus {
    border-color: coral !important;
}

select:focus {
    border-color: coral !important;
}

input:focus {
    box-shadow: 6px 9px 16px 15px #eceaea !important;
}

textarea:focus {
    box-shadow: 6px 9px 16px 15px #eceaea !important;
}

select:focus {
    box-shadow: 6px 9px 16px 15px #eceaea !important;
}

a:focus {
    border-color: none !important;
    outline-color: snow !important;
}

.topbar .container .logo-container {
    width: 15%;
    padding: 0px 0;
}

.topbar .container .logo-container .logo {
    max-width: 150px;
    /* width: 45%; */
    width: 60%;
    height: 45%;
}

.topbar .container .res-menu {
    display: none;
}

.topbar .container .nav-items {
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .container .nav-items .item-container {
    cursor: pointer;
    position: relative;
    /* min-width: 10%; */
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.topbar .container .nav-items .item-container .item {
    text-align: center;
    color: #fff;
    width: 100%;
    /* width: 157px; */
    font-size: 14px !important;
    padding: 0 22px;
    font-weight: bolder !important;
}

.topbar .container .nav-items .item-container .item:hover,
.topbar .container .nav-items .item-container .item a:hover {
    color: #4eb6bc;
}

.topbar .container .nav-items .item-container .item .down {
    width: 15px;
    margin-left: 7px;
}

.topbar .container .nav-items .item-container .item .cart,
.topbar .container .nav-items .item-container .item .user {
    width: 17px;
    margin-right: 10px;
}

.topbar .container .nav-items .item-container .item-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100%;
    /* background-color: black; */
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-top: solid 4px #ffffff;
    /* width: 84%; */
    width: 220px;
    left: 10%;
    background: linear-gradient(#444, #111);
}

.topbar .container .nav-items .item-container .item-dropdown .item-drop-ele {
    letter-spacing: 1px;
    opacity: 1;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: none;
    color: #fff;
    /* border-bottom: 1px solid #b7b7b7; */
    /* border-top: 1px solid #73737373; */
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

.topbar .container .nav-items .item-container .item-dropdown .item-drop-ele:last-child {
    box-shadow: none;
}

/* .topbar .container .nav-items .item-container .item-dropdown .item-drop-ele a {
  color: #fff;
  text-decoration: none;
}

.topbar .container .nav-items .item-container .item-dropdown .item-drop-ele:hover a{
  color: #4eb6bc;
} */

.topbar .container .nav-items .item-container .item-dropdown .item-drop-ele .item-drop-element {
    color: #fff !important;
    text-decoration: none;
}

.topbar .container .nav-items .item-container .item-dropdown .item-drop-ele:hover .item-drop-element {
    color: #4eb6bc !important;
}

/* .cus-up,
  .comp-up {
    display: none;
  } */

.main-container .res-nav-items .subdown {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.topbar .container .nav-items .item-container .item-dropdown .item-drop-ele:hover {
    color: #4eb6bc;
}

/* .topbar .container .nav-items .item-container .item a {
  color: #fff;
  text-decoration: none;
} */

.topbar .container .nav-items .item-container .item .act-tab {
    color: #fff;
    text-decoration: none;
}

.topbar .container .nav-items .item-container:hover .item-dropdown {
    display: block;
    -webkit-animation: all 0.5s ease-out;
    -moz-animation: all 0.5s ease-out;
}

.text-container {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    margin-bottom: 20px;
    letter-spacing: 1px;
    width: 110%;
    display: flex;
    justify-content: flex-start;
}

.text_1 {
    animation: text1;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
}

.text_2 {
    animation: text2;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
}

.text_3 {
    animation: text3;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
}

.text_4 {
    animation: text4;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
}

.text_5 {
    animation: text5;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
}

.text_6 {
    animation: text6;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
}

.text_0 {
    margin-right: 8px;
}

.text_0,
.text_1,
.text_2,
.text_3,
.text_4,
.text_5,
.text_6 {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    animation-duration: 20s;
    animation-timing-function: steps(25, end);
    animation-iteration-count: infinite;
    /* font-family: Gotham, Tahma, sans-serif; */
    font-family: "Montserrat", sans-serif;
    /* color: #646464;
  font-size: 18px; */
}

.text_1::after,
.text_2::after,
.text_3::after,
.text_4::after,
.text_5::after,
.text_6::after {
    content: "|";
    /* position: absolute; */
    right: 0;
    animation: caret infinite;
    animation-duration: 1s;
    animation-timing-function: steps(1, end);
}

@keyframes text6 {
    0%,
    15%,
    30%,
    45%,
    60%,
    75%,
    100% {
        width: 0;
    }
    80%,
    90% {
        width: 62%;
    }
}

@keyframes text5 {
    0%,
    15%,
    30%,
    45%,
    60%,
    75%,
    100% {
        width: 0;
    }
    65%,
    70% {
        width: 41%;
    }
}

@keyframes text4 {
    0%,
    15%,
    30%,
    45%,
    60%,
    100% {
        width: 0;
    }
    50%,
    55% {
        width: 43%;
    }
}

@keyframes text3 {
    0%,
    15%,
    30%,
    45%,
    100% {
        width: 0;
    }
    35%,
    40% {
        width: 42%;
    }
}

@keyframes text2 {
    0%,
    15%,
    30%,
    100% {
        width: 0;
    }
    20%,
    25% {
        width: 47%;
    }
}

@keyframes text1 {
    0%,
    15%,
    100% {
        width: 0;
    }
    5%,
    10% {
        width: 30%;
    }
}

@keyframes caret {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes all {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes all {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

.topbar .container .nav-items .item-md {
    min-width: 14%;
}

.topbar .container .nav-items .item-lg {
    min-width: 17%;
}

.block {
    display: block !important;
}

.none {
    display: none !important;
}

.sub-cust,
.sub-comp,
.sub-prod,
.sub-solu {
    display: none;
}

/* .applications-header .container .header-content .indi-application:hover { */

/* background: #1c4784; */

/* background: -webkit-linear-gradient(to right, #0da6ad, #1c4784); */

/* Chrome 10-25, Safari 5.1-6 */

/* background: linear-gradient(to right, #0da6ad, #1c4784); */

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

/* -webkit-transform: translateY(-10px); */

/* transform: translateY(-10px); */

/* box-shadow: 0 22px 44px 0 rgba(28, 71, 132, 0.49);
	background-image: linear-gradient(134deg, #0da6ad, #1c4784);
  border-color: transparent; */

/* } */

@media (max-width: 1100px) {
    .text-container {
        display: none;
    }
    .topbar .container .logo-container {
        width: 20%;
        padding: 0 0;
    }
    .topbar .container .logo-container .logo {
        max-width: 150px;
        /* width: 50%; */
        width: 76%;
        height: 50%;
    }
    .topbar .container .nav-items {
        display: none;
    }
    .topbar .container .res-menu {
        display: block;
        width: 30px;
    }
    .topbar .container .res-menu .menu {
        width: 100%;
    }
    .main-container .res-nav-items {
        z-index: 10;
    }
    .main-container .res-nav-items li a,
    .main-container .res-nav-items .subdown {
        text-decoration: none;
        color: rgb(71, 71, 71);
        display: block;
        /* padding: 20px 20px; */
        padding: 20px 60px;
        font-size: 1.3rem;
        border-bottom: 1px solid #e6e6e6;
        font-weight: bold;
    }
    .main-container .res-nav-items .sub-cust,
    .main-container .res-nav-items .sub-comp,
    .main-container .res-nav-items .sub-prod,
    .main-container .res-nav-items .sub-solu {
        background-color: #eee;
        text-decoration: none;
        color: rgb(71, 71, 71);
        /* padding: 20px 20px; */
        padding: 20px 60px;
        font-size: 1.3rem;
        border-bottom: 1px solid #e6e6e6;
        font-weight: bold;
    }
    .sub-cust a,
    .sub-comp a,
    .sub-prod a,
    .sub-solu a {
        width: 100%;
        color: rgb(71, 71, 71);
        display: block;
    }
}

@media (max-width: 700px) {
    .topbar {
        padding: 15px 20px;
        height: auto;
    }
    .topbar .container .logo-container {
        width: 15%;
        padding: 0px 0;
    }
    .main-container .res-nav-items {
        z-index: 10;
        top: 74.16px;
    }
    .main-container .res-nav-items li a,
    .main-container .res-nav-items .subdown {
        text-decoration: none;
        color: rgb(71, 71, 71);
        display: block;
        /* padding: 20px 20px; */
        padding: 20px 60px;
        font-size: 1.3rem;
        border-bottom: 1px solid #e6e6e6;
        font-weight: bold;
    }
    .main-container .res-nav-items .sub-cust,
    .main-container .res-nav-items .sub-comp,
    .main-container .res-nav-items .sub-prod,
    .main-container .res-nav-items .sub-solu {
        background-color: #eee;
        text-decoration: none;
        color: rgb(71, 71, 71);
        /* padding: 20px 20px; */
        padding: 20px 60px;
        font-size: 1.3rem;
        border-bottom: 1px solid #e6e6e6;
        font-weight: bold;
    }
    .sub-cust a,
    .sub-comp a,
    .sub-prod a,
    .sub-solu a {
        width: 100%;
        color: rgb(71, 71, 71);
        display: block;
    }
    .topbar .container .logo-container .logo {
        max-width: 100px;
    }
    .topbar .container {
        padding: 0;
        width: 100%;
    }
}

/* main-footer */

.main-footer {
    background-color: #000;
    font-family: "Montserrat", sans-serif;
    height: 324px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-footer .container {
    /* max-width: 1600px; */
    /* max-width: 1500px; */
    margin: auto;
    display: grid;
    grid-template-columns: 35% 65%;
    width: 93%;
    height: 85%;
}

.main-footer .container .left-content .brand-icon {
    width: 35%;
    margin-bottom: 12px;
}

.main-footer .container .left-content .brand-icon img {
    width: 100%;
}

.main-footer .container .left-content .txt {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}

.main-footer .container .left-content .social {
    display: flex;
    align-items: center;
    width: 55%;
}

.main-footer .container .left-content .social .link {
    width: 25%;
    cursor: pointer;
}

.main-footer .container .left-content .social .link img {
    max-width: 70%;
}

.main-footer .container .right-content {
    color: #fff;
}

.main-footer .container .right-content .container {
    /* padding: 0 0 0 100px; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* .main-footer .container .right-content .container .mini-section {
      background-color: yellowgreen;
  } */

.main-footer .container .right-content .container .mini-section .title {
    color: #fff;
    margin-bottom: 40px;
    font-size: 14px;
}

.main-footer .container .right-content .container .mini-section .title a {
    color: #fff;
    width: 100%;
    text-decoration: none;
}

.main-footer .container .right-content .container .mini-section .title a:hover {
    color: #4eb6bc;
}

.main-footer .container .right-content .container .mini-section .link {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 30px;
    font-size: 14px;
}

.main-footer .container .right-content .container .mini-section .link:hover {
    color: #4eb6bc;
}

@media (max-width: 1100px) {
    .main-footer {
        height: 390px;
        display: flex;
    }
    .main-footer .container {
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 90%;
    }
    .main-footer .container .right-content .container {
        padding: 0 0 0 30px;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 800px) {
    .topbar .container .logo-container {
        width: 30%;
        padding: 0 0;
    }
    .main-footer {
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-footer .container {
        width: 90%;
        height: 90%;
    }
    .main-footer .container {
        grid-template-columns: 100%;
    }
    .main-footer .container .left-content {
        margin-bottom: 25px;
    }
    .main-footer .container .left-content .brand-icon {
        width: 20%;
        margin: 0 auto 20px auto;
    }
    .main-footer .container .left-content .txt {
        text-align: center;
    }
    .main-footer .container .left-content .social {
        display: none;
    }
    .main-footer .container .right-content .container {
        padding: 0 0 0 0px;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 600px) {
    .main-footer .container .right-content .container .mini-section .title {
        color: #fff;
        margin-bottom: 30px;
        font-size: 15px;
    }
    .main-footer .container .right-content .container .mini-section .link {
        display: block;
        color: white;
        text-decoration: none;
        margin-bottom: 20px;
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .main-footer {
        height: 480px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-footer .container {
        width: 90%;
        height: 90%;
    }
    .main-footer .container .left-content .brand-icon {
        width: 35%;
        margin-bottom: 35px;
        margin-top: 50px;
    }
    .main-footer .container .left-content .txt {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .main-footer .container .right-content {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    }
    .main-footer .container .right-content .container .mini-section .title {
        color: #fff;
        margin-bottom: 30px;
        font-size: 12px;
    }
    .main-footer .container .right-content .container .mini-section .link {
        display: block;
        color: white;
        text-decoration: none;
        margin-bottom: 20px;
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .main-footer {
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-footer .container {
        width: 96%;
        height: 90%;
    }
    .main-footer .container .right-content {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    }
}

.social-icon {
    font-size: 24px;
    text-align: center;
}

.social-icon a i {
    font-size: 15px;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    /* color:#2f3490; */
    color: #ffffff;
    border-radius: 100%;
    outline: 0;
    /* background-color: #ffffff; */
    background: -webkit-linear-gradient(to right, #0da6ad, #1c4784);
    background: linear-gradient(to right, #0da6ad, #1c4784);
    margin: 0 auto;
}

.social-icon a i:hover {
    background: -webkit-linear-gradient(to right, #ffffff, #ffffff);
    background: linear-gradient(to right, #ffffff, #ffffff);
    color: #1c4784;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background: -webkit-linear-gradient(to right, #0da6ad, #1c4784);
    background: linear-gradient(to right, #0da6ad, #1c4784);
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    height: auto;
}

#myBtn:hover {
    background-color: #555;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    .text_0 {
        margin-left: 76px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 620px) {
    .text_0 {
        margin-left: 40px !important;
    }
}

#req-demo-btn {
    /* height: 60px !important;
  max-width: 124% !important; */
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    background: linear-gradient( to right, #1c4a86 0%, #1c4e87 4%, #1b5289 9%, #1b538a 9%, #1b578b 14%, #1a5d8e 20%, #186994 31%, #177499 41%, #167b9c 48%, #1486a1 60%, #1390a6 68%, #129aab 78%, #10a7b0 89%, #0fafb4 100%);
    border-radius: 50px !important;
    /* margin: 24px 0px !important; */
    border: 2px solid #fff;
    padding: 8px 18px;
    background: transparent;
}

#req-demo-btn:hover {
    /* font-weight: bold;
  background: -webkit-linear-gradient( to right, #1c4a86 0%, #1c4e87 4%, #1b5289 9%, #1b538a 9%, #1b578b 14%, #1a5d8e 20%, #186994 31%, #177499 41%, #167b9c 48%, #1486a1 60%, #1390a6 68%, #129aab 78%, #10a7b0 89%, #0fafb4 100%);
  background: #fff !important;
  -webkit-background-clip: text;
  -webkit-border-image: -webkit-linear-gradient( to right, #1c4a86 0%, #1c4e87 4%, #1b5289 9%, #1b538a 9%, #1b578b 14%, #1a5d8e 20%, #186994 31%, #177499 41%, #167b9c 48%, #1486a1 60%, #1390a6 68%, #129aab 78%, #10a7b0 89%, #0fafb4 100%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-color: #0FAFB4;
  -webkit-color: #0FAFB4; */
    color: #0fafb4 !important;
    border: solid 2px #0fafb4 !important;
}

.modal-close {
    display: flex;
    justify-content: flex-end;
    color: #000;
}

.icon-close i {
    /* background-color: #000000ba; */
    font-size: 24px !important;
}

.icon-close i:hover {
    color: red !important;
}

.modal-window {
    position: fixed;
    background-color: #000000ba;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    /* transition: all 0.3s; */
    transition: all 1.2s ease-in-out;
    width: 100vw;
    height: 100vh;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window>div {
    /* width: 600px; */
    /* width: 1040px; */
    width: 64vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* padding: 2em; */
    background: #f3f8ff;
    padding: 4rem 2em 2rem 2rem;
}

.modal-window header {
    font-weight: bold;
}

#contactform {
    display: none;
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.contact-form {
    top: 50px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.input-submit {
    /* width: auto; */
    width: 296px !important;
    height: 52px !important;
    padding: 0px 66px;
    /* text-align: center !important; */
    font-family: "Montserrat", sans-serif;
    /* font-size: 25px; */
    font-size: 1.5rem;
    text-align: center !important;
    padding: 0 !important;
    display: block !important;
    font-weight: 600;
    color: #fff;
    background: linear-gradient( to right, #1c4a86 0%, #1c4e87 4%, #1b5289 9%, #1b538a 9%, #1b578b 14%, #1a5d8e 20%, #186994 31%, #177499 41%, #167b9c 48%, #1486a1 60%, #1390a6 68%, #129aab 78%, #10a7b0 89%, #0fafb4 100%);
    border-radius: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.input-submit:hover {
    font-weight: bold;
    /* background: -webkit-linear-gradient( to right, #1c4a86 0%, #1c4e87 4%, #1b5289 9%, #1b538a 9%, #1b578b 14%, #1a5d8e 20%, #186994 31%, #177499 41%, #167b9c 48%, #1486a1 60%, #1390a6 68%, #129aab 78%, #10a7b0 89%, #0fafb4 100%);
  background-color: #fff; */
    -webkit-background-clip: text;
    -webkit-border-image: -webkit-linear-gradient( to right, #1c4a86 0%, #1c4e87 4%, #1b5289 9%, #1b538a 9%, #1b578b 14%, #1a5d8e 20%, #186994 31%, #177499 41%, #167b9c 48%, #1486a1 60%, #1390a6 68%, #129aab 78%, #10a7b0 89%, #0fafb4 100%) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: solid 1px #0fafb4 !important;
    color: #0fafb4 !important;
    -webkit-color: #0fafb4 !important;
}

/*NOTIFICATIONS*/

.required {
    position: absolute;
    margin-top: -26px;
    /*margin-left: 59%;*/
    opacity: 0;
    color: rgba(0, 161, 217, 1);
    font-style: italic;
    font-weight: bold;
    font-size: 0.9em;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.notification {
    position: absolute;
    color: rgba(242, 48, 65, 0.95);
    margin-top: -25px;
    margin-bottom: 30px;
    opacity: 0;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-transition: opacity 325ms ease-out;
    transition: opacity 325ms ease-out;
}

.char-counter {
    position: absolute;
    color: rgba(0, 161, 217, 1);
    margin-top: -25px;
    margin-bottom: 30px;
    opacity: 1;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-transition: opacity 325ms ease-out;
    transition: opacity 325ms ease-out;
}

.submit-btn-div {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.input-data {
    width: 47%;
    margin: 4px 8px;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    position: relative;
    font-family: "Montserrat", sans-serif !important;
}

.input-data .iti {
    width: 100% !important;
    margin: 0 !important;
}

.error-div {
    position: absolute;
    display: inline-block !important;
    top: 70px;
    left: -5px;
}

.input-data1 {
    width: 47%;
    margin: 4px 8px;
    display: inline-flex;
    vertical-align: top;
    align-items: flex-start !important;
    position: relative;
    font-family: "Montserrat", sans-serif !important;
}

.span-icon {
    position: absolute;
}

.span-icon1 {
    right: 12px;
    position: absolute;
    font-size: 24px !important;
    color: #000;
}

.span-icon11 i {
    font-size: 24px !important;
    color: #000;
    padding-left: 12px;
    padding-top: 16px;
}

.span-icon i {
    font-size: 24px !important;
    color: #000;
    padding-left: 12px;
}

.input-data input {
    width: 100%;
    /* margin: 11px 0px;
  padding: 16px;
  background-color: #fff; */
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* color: #93989c; */
    color: black;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    outline: none;
    padding: 20px 40px 18px 51px !important;
    cursor: pointer;
    margin: 0 !important;
    -webkit-appearance: none;
    background-color: #fff;
    font-family: "Montserrat", sans-serif !important;
}

.input-data select {
    width: 100%;
    /* margin: 11px 0px;
  padding: 16px;
  background-color: #fff; */
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* color: #93989c; */
    color: black;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    outline: none;
    padding: 20px 2px 18px 51px !important;
    cursor: pointer;
    margin: 0 !important;
    -webkit-appearance: none;
    background-color: #fff;
    font-family: "Montserrat", sans-serif !important;
}

.input-data textarea {
    width: 100%;
    /* margin: 11px 0px;
  padding: 16px;
  background-color: #fff; */
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* color: #93989c; */
    color: black;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    outline: none;
    padding: 20px 40px 18px 51px !important;
    cursor: pointer;
    margin: 0 !important;
    -webkit-appearance: none;
    background-color: #fff;
    font-family: "Montserrat", sans-serif !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #93989c !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #93989c !important;
}

::placeholder {
    color: #93989c !important;
}

@media (min-width: 768px) {
    #contact-form {
        /* position: relative; */
        width: 100%;
        /* margin: 30px auto; */
        /* margin: 4px 0px 30px  0px ; */
        padding: 45px 16px 30px;
        background-color: #fff;
    }
    .required {
        margin-top: -25px;
        margin-left: 82.5%;
    }
    textarea:focus~.required,
    textarea:not(:focus)~.required {
        margin-top: -23px;
    }
    textarea:focus~.required {
        opacity: 1;
    }
    textarea:not(:focus)~.required {
        opacity: 0;
    }
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    margin-top: -30px;
}

@media only screen and (min-width: 1100px) and (max-width: 1439px) {
    .modal-window>div {
        width: 80vw;
    }
}

.covid-color {
    color: #dd7c7c !important;
}

.covid-color:hover {
    color: #4eb6bc !important;
}

.slider-wrap {
    width: 70%;
    margin: auto;
    /* height: 240px; */
    margin: 50px auto;
}

.slider-wrap img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

.btn-web-link-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.btn-web-link-wrap .btn-style {
    width: 240px;
    height: 60px;
    border: 1px solid #4aacb8;
    transition: 0.5s;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient( to right, #1c4a86 0%, #1c4e87 4%, #1b5289 9%, #1b538a 9%, #1b578b 14%, #1a5d8e 20%, #186994 31%, #177499 41%, #167b9c 48%, #1486a1 60%, #1390a6 68%, #129aab 78%, #10a7b0 89%, #0fafb4 100%);
    background: -webkit-linear-gradient( to right, #1c4a86 0%, #1c4e87 4%, #1b5289 9%, #1b538a 9%, #1b578b 14%, #1a5d8e 20%, #186994 31%, #177499 41%, #167b9c 48%, #1486a1 60%, #1390a6 68%, #129aab 78%, #10a7b0 89%, #0fafb4 100%);
    border-radius: 50px;
    margin: 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-web-link-wrap .btn-style:hover {
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #4aacb8;
    color: #0FAFB4;
    -webkit-background-clip: text;
    -webkit-border-image: -webkit-linear-gradient( to right, #1c4a86 0%, #1c4e87 4%, #1b5289 9%, #1b538a 9%, #1b578b 14%, #1a5d8e 20%, #186994 31%, #177499 41%, #167b9c 48%, #1486a1 60%, #1390a6 68%, #129aab 78%, #10a7b0 89%, #0fafb4 100%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: solid 1px #0FAFB4;
    -ms-color: #0FAFB4;
    -webkit-color: #0FAFB4;
}

.custom-tab-sec {
    padding: 70px 0;
}

.tab-head {
    text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: 50px;
}

.tab-head h3 {
    font-family: "Montserrat", sans-serif;
    color: #242424;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    margin-bottom: 20px;
}

.tab-head p {
    font-family: "Montserrat", sans-serif;
    color: #646464;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
}

.infoSec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.infoSec .rCol {
    padding-left: 50px
}

.infoSec .rCol h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.infoSec .rCol p {
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}

/*meet products*/

.product-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.product-tab li {
    margin: 10px;
    width: 200px;
}

.product-tab a {}

.product-tab a .manuItem {}

.product-tab a .manuItem .imgDiv {
    background: #fff;
    text-align: center;
    border-radius: 4px;
    border: 4px solid #fff;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tab a .manuItem .imgDiv img {
    width: 120px;
}

.product-tab a .manuItem p {
    color: #fff;
    font-size: 14px;
    padding: 10px 5px;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}

.product-tab-info {}

.product-tab-info .tabcontent {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    display: none;
}

.product-tab .tablinks.active .manuItem .imgDiv {
    border: 4px solid #ffeb3b;
}

.product-tab-info .prod-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.product-tab-info .prod-info p {
    font-size: 14px;
    line-height: 1.5;
    color: #888;
}

.product-tab .tablinks.active .manuItem p {
    color: #ffeb3b;
}

.middle-wrap {
    position: relative;
    min-height: calc(100vh - 706px);
}

.say-hello-wrap {
    display: flex;
    width: 100%;
    height: 100%;
}

.say-hello-wrap img {
    margin: auto;
    width: 457px;
    height: 304px;
}

@media (max-width: 480px) {
    .product-tab li {
        margin: 5px;
        width: 160px;
    }
    .product-tab a .manuItem .imgDiv img {
        width: 120px;
    }
    .product-tab {
        flex-wrap: wrap;
    }
    .apps.products .container {
        width: 100%;
    }
    .custom-tab-sec .dashBrdTab {
        flex-flow: column;
    }
    .custom-tab-sec .dropArrow {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .custom-tab-sec .dashBrdTab li {
        width: auto;
    }
    .custom-tab-sec .dashBrdTab a {
        height: 100%;
    }
    .custom-tab-sec .infoSec {
        flex-wrap: wrap;
    }
    .custom-tab-sec .infoSec .rCol {
        padding-left: 0;
        text-align: center;
    }
    .custom-tab-sec .infoSec .lCol {
        margin-bottom: 30px;
    }
    .main-footer {
        height: 100%;
    }
    .main-footer .container {
        display: block;
        height: 100%;
    }
    .main-footer .container .right-content .container {
        padding: 0;
        display: flex;
        width: 100%;
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .main-footer .container .right-content .container .mini-section {
        width: 50%;
        padding: 0 10px;
    }
    .say-hello-wrap img {
        margin: auto;
        width: 100%;
        height: auto;
    }
}