@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900 &display=swap");
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li {
    font-family: "Rubik", sans-serif;
}
body {
    font-size: 16px;
    color: #000000;
}
.modal {
    top: 25%;
}
i.bx.bx-play-circle {
    font-size: 45px;
    position: relative;
    top: 8%;
    left: -1%;
    color: #fff;
}
.navbar-brand img {
    max-width: 80px;
}
.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
}
.formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: #ededed;
    padding: 25px;
}
.formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
}
.formbold-input-flex > div {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
}
.formbold-textarea {
    display: flex;
    flex-direction: column-reverse;
}
.formbold-form-input {
    width: 100%;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    outline: none;
    resize: none;
}
.formbold-form-input::placeholder {
    color: #dddddd;
}
.formbold-form-input:focus {
    border-color: #6a64f1;
}
.formbold-form-label {
    color: #07074d;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 18px;
}
.formbold-form-input:focus + .formbold-form-label {
    color: #6a64f1;
}
.formbold-input-file {
    margin-top: 30px;
}
.formbold-input-file input[type="file"] {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -1;
}
.formbold-input-file .formbold-input-label {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.formbold-filename-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 22px;
}
.formbold-filename {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #536387;
}
.formbold-filename svg {
    cursor: pointer;
}
.formbold-btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 12px 25px;
    border: none;
    font-weight: 500;
    background-color: #6a64f1;
    color: white;
    cursor: pointer;
    margin-top: 25px;
}
.formbold-btn:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.bg-light {
    background-color: #fff !important;
}
.clear-50 {
    height: 50px;
}
.banner-2 .hero-main-button {
    position: absolute;
    top: 65%;
    left: 0;
    right: unset;
}
.banner-2 {
    position: absolute;
    left: 40% !important;
    width: 100%;
    right: unset;
    text-align: left;
}
.banner-3 {
    position: absolute;
    top: 46% !important;
}
.banner-3 .hero-main-button {
    position: absolute;
    top: 15% !important;
    left: 0;
    right: 0;
}
.contact-info-area {
    display: flex;
    flex-wrap: wrap;
    padding: 55px 0 25px;
    justify-content: center;
    border: 10px solid #f1f1f1;
}
.contact-info-item {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-right: 5px solid #f1f1f1;
}
.contact-info-item-last-child.contact-form {
    padding-right: 45px;
}
.address {
    margin-left: -35px;
}
.contact-info-item-last-child {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-right: 0 solid #f1f1f1 !important;
}
.contact-info-item i {
    font-size: 50px;
    color: #0088cd;
}
.contact-info-item p {
    font-size: 20px;
}
.contact-info-item-last-child i {
    font-size: 50px;
    color: #0088cd;
}
.contact-info-item-last-child p {
    font-size: 20px;
}
.contact-form-left {
    z-index: 1;
    position: relative;
    min-height: 400px;
    background-size: cover;
    background-position: 50%;
}
.contact-form-left:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: #104cba;
}
.contact-form-left h2 {
    width: 80%;
    left: 10%;
    color: #fff;
    bottom: 40px;
    font-size: 40px;
    padding-left: 30px;
    position: absolute;
    border-left: 5px solid #fff;
}
.comment-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
}
.comment-title:before {
    width: 5px;
    left: 10px;
    z-index: 1;
    background: #fff;
}
.comment-title:after,
.comment-title:before {
    content: "";
    height: 2px;
    position: absolute;
    top: calc(100% + 10px);
}
.comment-title:after {
    width: 45px;
    left: 0;
    background: #104cba;
}
.contact-form input,
.contact-form-textarea textarea {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #a1a1a1;
    padding: 5px;
    border-radius: 5px;
}
.contact-form-inner {
    text-align: left;
    margin-top: 25px;
}
.contact-form-textarea {
    text-align: left;
    margin-top: 25px;
}
.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #30d5ed;
    border-color: #30d5ed;

}
.form-control::-webkit-file-upload-button {
    background-color: #e7e7e7 !important;
}
.contact-form-submit [type="submit"] {
    background: #0088cd;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
}
.page-body {
    position: relative;
    margin-top: 160px !important;
}
.page-home-body {
    position: relative;
    margin-top: 100px;
}
.page-banner {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: 100%;

    top: 90px;
}
.page-banner:before {
    background: #222f5a;
}
.overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-color: #000;
}
.overlay {
    z-index: 1;
    position: relative;
}
.theme-btn,
a.theme-btn {
    background: #0088cd;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    padding: 11px 28px;
    align-items: center;
    display: inline-flex;
    text-transform: capitalize;
    text-decoration: none;
}
.social {
    float: right;
    margin-bottom: 0;
}
.social li {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}
.hero-top-head {
    position: absolute;
    top: -80%;
    left: 0;
    right: 0;
    color: #fff;
}
.hero-main-head {
    position: absolute;
    top: -60%;
    left: 0;
    right: 0;
    font-size: 70px;
    color: #fff;
}
.hero-caption {
    position: absolute;
    top: 60%;
}
.hero-main-button {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(0) !important;
}
.service-box {
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.service-box:hover .service-normal {
    opacity: 0;
    animation: slideInUp;
    animation-duration: 1s;
}
.service-normal {
    border: 1px solid #08378f;
    width: 100%;
    height: 237px;
}
.service-hover h6 {
    width: 100%;
}
.service-hover a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: left;
}
.service-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 100%;
    flex-wrap: wrap;
    background-color: #0088cd;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.service-box .service-hover {
    opacity: 0;
    animation: slideInUp;
    animation-duration: 1s;
}
.service-box:hover .service-hover {
    opacity: 1;
    animation: slideInDown;
    animation-duration: 1s;
}
.service-hover,
.service-normal {
    padding: 25px;
    border-radius: 5px;
}
.service-hover.text-white ul {
    list-style: none;
    margin-left: -30px;
}
.service-normal .btn-circle {
    margin-top: 10px;
    color: #104cba;
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #e5eef6;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}
.service-normal h5 {
    text-align: left;
}
.partner .carousel-control-prev {
    left: -10% !important;
}
.partner-slider .carousel-inner {
    padding-left: 100px;
    padding-right: 100px;
}
.icon img {
    width: 65px;
    /*margin-bottom: 7px;*/
    /*margin-top: -13px;*/
}
/*.banner .carousel-inner{*/
/*    position: relative;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    height: 350px;*/
/*}*/
.feature-item .icon img {
    margin-left: -20px;
    margin-right: 20px;
}
.service-box {
    font-size: 14px;
    text-align: justify;
}
.about-section {
    z-index: 1;
    position: relative;
    padding: 40px 0 170px;
}
.bg-light-black {
    background-color: #0e1e2a;
}
.about-image-shape {
    max-width: 555px;
    position: relative;
    z-index: 1;
}
.about-image-shape:after,
.about-image-shape:before {
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.about-image-shape:before {
    height: 70%;
    width: 86%;
    left: -9px;
    bottom: 42px;
    background: #104cba;
    -webkit-animation: mover2 5s infinite alternate;
    animation: mover2 5s infinite alternate;
}
.about-image-shape:after {
    height: 97%;
    width: 76%;
    top: 13px;
    left: 13px;
    background: #273540;
    -webkit-animation: mover 5s infinite alternate;
    animation: mover 5s infinite alternate;
}

.about-image-shape:after,
.about-image-shape:before {
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
.about-content .list-style-one {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-content .list-style-one li {
    width: 49%;
    margin-top: 30px;
}
.list-style-one li {
    display: flex;
    font-weight: 500;
    margin-top: 20px;
}
.list-style-one li i {
    color: #fff;
    font-size: 14px;
    content: "check";
    font-weight: 600;
    margin-top: -4px;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    background: #0088cd;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}
.about-bg-shape {
    content: "";
    height: auto;
    width: 40%;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: 1;
    position: absolute;
}
.about-section .fact-counter-inner {
    transform: translateY(25%);
    padding: 80px 25px 30px;
    background: url("../../assets/images/home/counter-bg1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    left: 0;
}
.success-item .count-text {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}
.featured-section {
    background-image: url("../../assets/images/home/feature-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 45px;
}
.sub-title {
    font-weight: 500;
    margin-bottom: 20px;
    color: #bfbfbf;
    display: inline-block;
}
sub-title2 {
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    display: inline-block;
}
.feature-item:hover {
    border-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
}
.feature-item {
    padding: 25px;
    display: flex;
    transition: 0.5s;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    border: 2px solid #e6ecf7;
}
.work-progress-area {
    padding: 20px 0;
    /*position:relative;*/
}
/*.distri-bg-shape {*/
/*    position: absolute;*/
/*}*/
.work-progress-inner {
    background-color: #104cba;
    /*background-color: #e9edf9;*/
    padding: 40px;
    border-radius: 5px;
    opacity: 0.99;
    background-image: url("../../assets/images/home/distri-bg-3.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-position-y: bottom;
    /*background-blend-mode: hue;*/
}
.work-progress-item {
    margin: 50px auto 0;
    text-align: center;
    max-width: fit-content;
}
.work-progress-item h4 {
    font-size: 18px;
}
.work-progress-item .icon {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 130px;
    height: 130px;
    /*background: #83afff;*/
    background: #fff;
    line-height: 130px;
    border-radius: 50%;
    text-align: center;
}
.work-progress-item .icon img {
    width: inherit;
}
.work-main-btn {
    float: right;
}
.news-item {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
}
.news-item img {
    width: 100%;
}
.news-content {
    padding: 22px 22px 2px;
    border-bottom: 1px solid #e3e3e3;
}
.post-meta-item,
.post-meta-item li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.post-meta-item {
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding-left: 0;
}
.post-meta-item li {
    font-size: 15px;
    margin: 0 30px 5px 0;
}
.post-meta-item li i {
    margin-right: 10px;
    color: #104cba;
}
.news-author {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 22px;
}
.news-author img {
    width: 35px;
    height: 35px;
    background: #fff;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}
.news-content h4 {
    font-size: 18px;
}
.news-content a {
    color: #454545;
    text-decoration: none !important;
}
.news-content a:hover {
    color: #0d6efd;
}
.home-gallery-title {
    background: #104cba;
    padding: 100px 0 200px;
    text-align: center;
}
.home-gallery {
    position: relative;
    transform: translateY(-120px);
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: -90px;
}
.home-gallery .home-gallery-caption {
    opacity: 0;
}
.home-gallery:hover .home-gallery-caption {
    opacity: 1;
    animation: slideInUp;
    animation-duration: 500ms;
}
.home-gallery-caption {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 0;
    width: calc(100% - 40px);
    padding: 22px 22px 10px;
    left: 20px;
    bottom: 20px;
    border-radius: 5px;
    text-align: center;
}
.home-gallery-caption .category {
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.home-gallery-caption h5 {
    text-decoration: none;
    color: #fff;
}
/* .footer-contact {
  margin-left: -4% !important;
}
.footer-form {
  margin-left: 4% !important;
} */
.footer {
    padding-left: 3%;
    padding-right: 3%;
}
.footer-widget-area-top {
    background-color: #D3F0FF;
    padding: 100px 0 0;
    color: #000;
    /*  background-color: #b7b7b7;*/
    /*padding: 70px 0 0;*/
    /*color: #000;*/
}
.footer-widget-area-top ul {
    list-style: none;
    padding-left: 0;
}
.footer-widget-area-top a {
    color: #000;
    text-decoration: none;
}
.footer-social {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}
.footer-social li {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}
.list-style-two {
    list-style: none;
}
.list-style-two li {
    display: flex;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.list-style-two i {
    margin: 6px 20px 0 0;
}
.footer-widget-area-bottom {
    background-color: #006699;
    padding: 10px 0;
}
.copy-left {
    font-size: 12px;
    color: #b5b5b5;
    text-align: left;
}
.copy-right {
    font-size: 12px;
    color: #b5b5b5;
    text-align: right;
}
.copy-right a {
    text-decoration: none;
    color: #b5b5b5;
}
.footer-form input {
    width: 100%;
    margin-bottom: 25px;
    border: none;
    font-size: 14px;
    border-radius: 5px;
}
.footer-form-textarea textarea {
    width: 100%;
    margin-bottom: 5px;
    border: none;
    font-size: 14px;
    border-radius: 5px;
}
.footer-form-submit [type="submit"] {
    width: 25%;
    margin-bottom: 5px;
    border: none;
    font-size: 14px;
    border-radius: 5px;
}
/*about page css */
.about-three-image,
.about-two-image {
    max-width: fit-content;
    position: relative;
}
.about-three-image:before {
    bottom: 15%;
}
.about-three-image:before,
.about-two-image:before {
    content: "";
    z-index: -1;
    left: -45px;
    position: absolute;
    width: 130px;
    height: 100px;
    background: url("../../assets/images/about/about-bg-dots.png") no-repeat;
}
.about-three-image img {
    width: 100%;
    border-radius: 5px;
}
.about-three-image img:last-child {
    /*margin: -33% 0 0 33%;*/
    margin: 0;
}
.pb-240,
.py-240 {
    padding-bottom: 240px;
}
.pt-120,
.py-120 {
    padding-top: 120px;
}
.text-justify {
    text-align: justify;
}
.about-section.style-four:after {
    background: url("../../assets/images/about/about-four-bg-.png") no-repeat bottom;
}
.about-section:after {
    content: "";
    height: 90%;
    width: 40%;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
.about-four-image:before {
 display: none;
    content: "";
    z-index: -1;
    left: 87%;
    position: absolute;
    width: 130px;
    top: 81%;
    height: 100px;
    background: url("../../assets/images/about/about-bg-dots.png") no-repeat;
}
.about-four-image {
    max-width: fit-content;
    position: relative;
}
.about-four-image img {
    width: 100%;
    border-radius: 5px;
}
.capability img {
    max-width: 600px;
}
ul.about-menu li {
    list-style-type: none;
    padding: 3px 25px;
    text-decoration: none;
    align-items: center;
    border-bottom: 1px solid #000000;
}
/* distributors */
.pro-service-box {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.pro-service-normal {
    width: 100%;
    height: auto;
    border: 1px solid #08378f;
}
.pro-service-box .pro-service-hover {
    opacity: 0;
}
.pro-service-box:hover .pro-service-hover {
    opacity: 1;
    background-color: rgb(46 92 185 / 70%);
    position: absolute;
    top: 0;
    width: 100%;
}
.pro-service-box:hover .pro-service-normal {
    opacity: 0;
}
.hover-img {
    position: absolute;
    top: 0;
    opacity: 0.7;
    z-index: -3;
    left: 0;
    width: 100%;
}
.pro-service-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
    background: #2b5dbd;
    color: #fff;
}
.pro-service-box:hover .pro-service-hover .pro-service-icon {
    position: absolute;
    top: 0;
    padding-top: 10%;
    text-align: center;
    z-index: 9;
    color: #fff;
    background: inherit;
}
.pro-service-hover {
    position: absolute !important;
    top: 0;
}
.pro-service-hover,
.pro-service-normal {
    height: 100%;
}
/*
.cus-underline 
{
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.2rem;
  text-underline-offset: -0.1em;
  text-decoration-color: #8cb4ff;
  text-decoration-skip-ink: none;
  text-decoration-skip: none;
}
*/
.equal-height-col {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
}
.equal-height-inner {
    border-radius: 5px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.equal-height-inner img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.equal-height-inner .product-des {
    padding: 5px 15px;
}
/* tooltip */
.cus-tooltip-main {
    position: relative;
}
.cus-tooltip {
    position: relative;
    text-decoration: none;
}
.cus-tooltip:hover {
    text-decoration: none;
}
.cus-tooltip::before {
    border-left: 5px solid transparent;
    border-top: 5px solid #ffe4b5;
    border-right: 5px solid transparent;
    height: 0;
    width: 0;
    content: "";
    top: -2px;
    left: 6px;
}
.cus-tooltip::after {
    content: attr(data-tooltip);
    top: -25px;
    left: -5px;
    background: #ffe4b5;
    border-radius: 4px;
    padding: 2px 6px;
    white-space: nowrap;
    color: black;
}
.cus-tooltip::after,
.cus-tooltip::before {
    position: absolute;
    display: none;
}
.cus-tooltip:hover::after,
.cus-tooltip:hover::before {
    display: block;
}
.cus-tooltip span {
    font-size: 20px;
    background: #2b5dbd;
    border-radius: 50%;
    color: #fff;
    padding: 5px 10px;
}
/*
.tooltip1 
{
    position: absolute;
    top: 55px;
    right: 250px;
}
.tooltip2 
{
    position: absolute;
    top: 120px;
    right: 250px;
}
.tooltip3 
{
    position: absolute;
    top: 235px;
    right: 190px;
}
.tooltip4 
{
    position: absolute;
    top: 360px;
    right: 280px;
}
.tooltip5 
{
    position: absolute;
    top: 420px;
    left: 255px;
}
.tooltip6 
{
    position: absolute;
    top: 345px;
    left: 120px;
}
.tooltip7 
{
    position: absolute;
    top: 255px;
    left: 35px;
}
.tooltip8 
{
    position: absolute;
    top: 150px;
    left: 165px;
}
*/
.color-purple {
    color: #720536;
}
.bg-pruple {
    background: #720536;
    padding: 10px;
}
/* tooltip */
.matrix-icon {
    position: relative;
    margin-top: 25%;
    padding-top: 40px;
}
.matrix-icon img {
    position: absolute;
    top: -80px;
    left: 35%;
    width: 100px;
    border-radius: 5px;
}
.matrix-icon p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.attendence-icon {
    margin-top: 25px !important;
}
.attendence-icon img {
    top: -30px;
    left: 40%;
    width: 50px;
}
.matrix-video {
    padding: 10px 15px;
}
.matrix-video p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/* Distributors */
.partners {
    background: #f5f5f5;
    border: 1px solid #000;
    margin-top: 25px;
    padding: 20px;
}
.partners p span {
    font-size: 18px;
    font-weight: bold;
}
@media(min-width: 992px) {
    .about-section .fact-counter-inner {
        transform: translateY(25%);
        padding: 38px 155px 14px 154px;
        background: url("../../assets/images/home/counter-bg1.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 5px;
        position: absolute;
        width: 100%;
        left: 0;
    }
}
@media screen and(max-width: 1920px) and(min-width: 1601px) {
    .about-section .fact-counter-inner {
        padding: 80px 300px 30px;
    }
}
@media screen and(max-width: 999px) and(min-width: 769px) {
    .social li {
        font-size: 16px;
        margin-right: 7px;
    }
}
@media screen and(max-width: 768px) and(min-width: 426px) {
    .storage .col-xs-3{
        width: 50% !important;
    }
    .home-gallery {
        transform: translateY(-260px);
        margin-top: 30%;
    }
    .banner-3 {
        top: 60% !important;
    }
    .banner-3 .hero-main-button {
        top: -30% !important;
    }
    .banner-2 .hero-main-button {
        top: 0;
    }
    .hero-top-head {
        top: -135%;
    }
    .hero-main-head {
        position: absolute;
        top: -90%;
        font-size: 30px;
        line-height: 30px;
    }
    .hero-main-button {
        position: absolute;
        top: 25%;
    }
    .about-image-shape img {
        width: 100%;
    }
    .about-section .fact-counter-inner {
        transform: translateY(0%);
    }
    .work-progress-item h4 {
        font-size: 17px;
    }
}
@media screen and (max-width: 425px) and (min-width: 320px) {
    .storage .col-xs-4{
        width: 50% !important;
    }
    .popup-video {
        position: absolute;
        top: 118%;
        left: 15%;
    }
    .hero-caption  h4 {
        font-size: 12px;
    }
    .hero-caption p{
        font-size: 8px;
    }
    .carousel-indicators{
        bottom: -21px;
    }
    .works li {
        height: fit-content !important;
    }
    .contact-info-item {
        border-right: none !important;
    }
    .page-home-body {
        margin-top: 100px;
    }
    .mobile-view {
        display: block !important;
    }
    .popup-video {
        position: absolute;
        top: 105% !important;
        left: 5% !important;
    }
    
    button.btn.btn-primary.home-popup {
        font-size: 14px !important;
    }

    i.bx.bx-play-circle {
        font-size: 14px !important;
        position: relative;
        top: 8%;
        left: -1%;
        color: #fff;
    }
    .page-banner {
        min-height: 150px;
        top: 100px;
    }
    .page-body {
        margin-top: 125px !important;
    }
    .about-image-shape img {
        width: 100%;
    }
    .hero-top-head {
        position: absolute;
        top: -200%;
        font-size: 14px;
    }
    .hero-main-head {
        top: -130%;
        font-size: 20px;
    }
    .hero-main-button .theme-btn,
    .hero-main-button a.theme-btn {
        font-size: 13px;
        padding: 5px;
    }
    .hero-main-button {
        top: -10%;
    }
    .banner-2 .hero-main-button {
        top: -10%;
    }
    .banner-3 .hero-main-head {
        top: -65%;
    }
    .banner-3 .hero-top-head {
        top: -100%;
    }
    .social {
        float: none;
        text-align: center;
    }
    .about-section .fact-counter-inner {
        transform: translateY(0%);
    }
    .work-progress-inner {
        padding: 80px 24px;
    }
    .home-gallery {
        margin-bottom: 20px;
    }
    .copy-left {
        text-align: center;
    }
    .copy-right {
        text-align: center;
    }
    .collapse {
        display: block;
    }
    li.nav-item.dropend .dropdown-menu {
        position: relative;
        left: 0;
    }
}
/* navbar */
.dropdown .dropdown-menu {
    display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

ul.dropdown-menu {
    width: 250px;
    background: #fff;
    padding: 0;
}
ul.dropdown-menu li a {
    color: #000 !important;
    font-weight: 600;
}
ul.dropdown-menu a:hover {
    background: #0041a8;
    color: #fff !important;
}
/* .footer-widget-area-top img {

    border-radius: 32px;
    padding: 7px 22px 6px;
} */
.navbar-nav li ul li {
    width: 100%;
    padding: 3px 5px;
}
.navbar-nav > li > ul > li > a,
.navbar-nav > li > ul > li > ul > li > a {
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 16px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
}
.navbar-expand-lg .navbar-collapse {
    flex-basis: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.partner-slider .carousel-control-prev {
    /*left: -10% !important;*/
    background: #747474 !important;
    width: 40px;
    height: 40px;
    border-radius: 45px;
    top: 29px;
    opacity: 1;
}
.partner-slider .carousel-control-next {
    /*right: -7% !important;*/
    background: #747474 !important;
    width: 40px;
    height: 40px;
    border-radius: 45px;
    top: 29px;
    opacity: 1;
}
.bg-pruple.equal-height-inner {
    text-align: center;
}
/*.bg-pruple.equal-height-inner a, p {*/
/*    font-size: 18px;*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*    margin-top: 20px;*/
/*}*/
.bg-pruple.equal-height-inner.rm-distribution img {
    margin-top: 9%;
}
.distribution-wording {
    position: absolute;
    /* text-align: center; */
    margin-top: 185px;
    font-size: 18px;
    font-weight: 600;
    width: 380px;
}
i.bx.bx-play-circle {
    font-size: 20px;
    position: relative;
    top: 8%;
    left: -1%;
    color: #fff;
}
/*.hero-caption.banner-2.carousel-caption.d-md-block {*/
/*     position: absolute;*/
/*    top: 37%;*/
/*    left: 10% !important;*/
/*    color: #fff;*/
/*}*/
/*.hero-caption.banner-3.carousel-caption.d-md-block{*/
/*        position: absolute;*/
/*    top: 37% !important;*/
/*    left: -31% !important;*/
/*    color: #fff;*/
/*}*/
.popup-video {
    position: absolute;
    top: 54%;
    left: 15%;
}
.banner .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff !important;
    text-align: left;
    top: 23%;
}
ul.navbar-nav li {
    padding-left: 12px;
}
.row.form-group {
    padding-bottom: 29px;
}
button.accordion-button.vacancy {
    background-color: #1d5cbc;
    color: #fff;
}
.accordion-button.collapsed .vacancy {
    background-color: #2f5da3;
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e9e9e9;
    /* background-clip: border-box; */
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
    padding: 20px;
}
ul.works {
    margin-left: -30px;
}
.works li {
    background: #0088cd;
    padding: 16px 31px;
    margin-bottom: 20px;
    border-radius: 15px;
    list-style: none;
    height: 108px;
    color: #fff;
}
.works li strong {
    color: #0044ad !important;
}
div#accordionExample {
    width: 85%;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff;
}
.text-black {
    color: #000;
}
.icon.home-rm img {
    width: 85%;
}
.mobile-view {
    display: none;
}
.contactpg {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    background: #0041a8;
    border: none;
}
.footer-frm {
    border: none;
    border-radius: 3px;
}
.career-frm {
    background: #0041a8;
    color: #fff;
    border: none;
    padding: 10px 44px;
    border-radius: 5px;
}


/* logo slider */


.box {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 60%;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 8px auto;
}
.box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.box:hover {
    transform: scale(1.2);
}

button.owl-prev span {
    padding: 5px 18px;
    color: #fff !important;
    background: #747474 !important;
    border-radius: 100%;
    font-size: 31px;
}
button.owl-prev {
    float: left !important;
}

button.owl-next span {
    padding: 5px 18px;
    color: #fff !important;
    background: #747474 !important;
    border-radius: 100%;
    font-size: 31px;
}
button.owl-next {
    float: right !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: relative;
    top: -76px;
    margin: 0 -6% !important;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}


.rimg {
    text-align: center;

}
.key {
    padding: 50 PX 30;
}

li.nav-item.dropend .dropdown-menu {
    left: 100%;
    top: 0px;
}

/* slider */
.smart {
    margin-top: 200px;
}
.logo-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center !important;
}
.navbar-brand img {
    max-width: 90px;
    position: relative;
    left: 27px;
}
.logo-inner span {
    font-size: 14px;
}



a.footer-logo img {
    width: 135px;
    height: auto;
    border-radius: 16px;
}
.logo-inner-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

