@import url(https://fonts.googleapis.com/css2?family=Sedan+SC&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white !important;
    font-family: var(--simplefont);
}

.bg-color a{
    background-color:#1b2142 !important;
}

.dropdown-content {
    display: none;
    width: max-content !important;
    position: absolute;
    background-color: #444;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    top: 40px;
}

.quick-Payment {
    position: fixed;
    bottom: 43%;
    right: -50px;
    background-color: #191e2f;
    width: 138px;
    height: 40px;
    z-index: 99999999;
    box-shadow: 2px 2px 2px black;
    transform: rotate(90deg);
    padding: 9px;
    border: 2px solid #babcc0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick-Payment:hover{
    background-color: black;
}


.wrapper1 {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;

  }
  
  .box div {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 6px solid rgba(255,255,255,0.8);
  }
  
  .box div:nth-child(1) {
    top: 12%;
    left: 42%;
    animation: animate 10s linear infinite;
  }
  
  .box div:nth-child(2) {
    top: 70%;
    left: 50%;
    animation: animate 7s linear infinite;
  }
  .box div:nth-child(3) {
    top: 17%;
    left: 6%;
    animation: animate 9s linear infinite;
  }
  
  .box div:nth-child(4) {
    top: 20%;
    left: 60%;
    animation: animate 10s linear infinite;
  }
  
  .box div:nth-child(5) {
    top: 67%;
    left: 10%;
    animation: animate 6s linear infinite;
  }
  
  .box div:nth-child(6) {
    top: 80%;
    left: 70%;
    animation: animate 12s linear infinite;
  }
  
  .box div:nth-child(7) {
    top: 60%;
    left: 80%;
    animation: animate 15s linear infinite;
  }
  
  .box div:nth-child(8) {
    top: 32%;
    left: 25%;
    animation: animate 16s linear infinite;
  }
  
  .box div:nth-child(9) {
    top: 90%;
    left: 25%;
    animation: animate 9s linear infinite;
  }
  
  .box div:nth-child(10) {
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
  }
  
  @keyframes animate {
    0% {
      transform: scale(0) translateY(-90px) rotate(360deg);
      opacity: 1;
    }
    
    100% {
      transform: scale(1.3) translateY(-90px) rotate(-180deg);
      border-radius: 50%;
      opacity: 0;
    }
  }

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top:  0 !important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.container-fluid {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

img {
    max-width: 100%;
    object-fit: cover;
}

:root {

    --simplefont: "Mukta", sans-serif;
    --fencyefont: "Sedan SC", serif;

    /*---------black theme------bg black---- color white */
    --BT-butttonshadow: rgba(0, 0, 0, 0.4);
    --BT-fontclr: white;
    --BT-borderclr: #494949;
    --bgclor: black;
    --anchorclr: #dbdbdb;
}



h1 {
    color: var(--BT-fontclr) !important;
    font-size: 62px !important;
    font-family: var(--fencyefont);
    letter-spacing: 10px !important;
}


.login-btn a {
    position: relative;
    padding: 0px 25px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 90%);
    text-decoration: none;
    letter-spacing: 1px;
    overflow: hidden !important;
    color: var(--BT-fontclr) !important;
    /* border: 1px solid var(--BT-borderclr); */
    line-height: 39px;
    font-size: 15px;
}

.login-btn a span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #171618, #f9f9f9);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.login-btn a span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, #171618, #f9f9f9);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.login-btn a span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #171618, #f9f9f9);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.login-btn a span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to top, #171618, #f9f9f9);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.container-head {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-head span {
    display: inline;
    background: -webkit-linear-gradient(90deg, rgba(223, 85, 92, 1) 0%, rgba(171, 131, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 13px;
    font-family: var(--simplefont);
}

.container {
    padding: 80px 0px !important;
}

h2 {
    font-family: var(--fencyefont) !important;
    color: var(--BT-fontclr) !important;
    font-size: 37px !important;
    margin-bottom: 60px !important;
}

section {
    background: radial-gradient(circle, rgb(29 35 77) 0%, rgb(23 26 28) 100%);
}

.navbar-toggler {
    padding: 5px 5px !important;
    font-size: 1.25rem;
    border: none !important;
    line-height: 1;
    background-color: #1b2142 !important;
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    border: none !important;
}

/*----------------------------------------------------------------------------------------------universal tags */
.header {
    background-color: black !important;
    padding: 19px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 9999;
    /* background: aqua; */
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background: black;
    border: 1px solid var(--BT-borderclr);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: white !important;
    text-decoration: none;
    background-color: #1a1e30 !important;
}

.header .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-brand {
    width: 190px;
}


.navbar-nav .login-btn {
    overflow: hidden;
    margin-left: 33px;
}

.navbar-nav .login-btn a {
    position: relative;
    padding: 7px 25px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 90%);
    text-decoration: none;
    letter-spacing: 1px;
    overflow: hidden !important;
    color: var(--BT-fontclr) !important;
    border: 1px solid var(--BT-borderclr) !important;
    line-height: 39px;
    font-size: 15px;
    background: black;
    outline: none !important;
    border: none !important;
}

/*----------------------------------------------------------------------------------------------header end */

.hero {
    padding: 0px 0 0px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 46px;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(image/banner-after.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .07;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;

    img {
        width: 100%;
        height: auto;
    }
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

.hero-links p {
    padding: 3px 90px;
    background: -webkit-linear-gradient(90deg, rgba(223, 85, 92, 1) 0%, rgba(171, 131, 255, 1) 100%);
    width: fit-content;
}
 
.hero .container {
    padding: 0px 0px !important;
}

.hero .container-right {
    display: flex;
    align-items: center;
}


.hero .row .container-left {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hero .row .container-right {
    position: relative;
    z-index: 1;
}

.hero .container-left button {
    width: fit-content;
    margin-top: 21px;
    margin-left: 0px !important;
    background: black;
    overflow: hidden;
    border: 1px solid var(--BT-borderclr);
}

.hero .container-left .login-btn a {
    overflow: hidden !important;
    padding: 7px 31px;
}

.hero .container-right img{
    filter: drop-shadow( 2px 2px 2px black) !important;
}

/*----------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------*/

.about {
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    background-image: url(image/before1.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.08;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;

    img {
        width: 100%;
        height: auto;
    }
}


.about .container-right {
    padding-left: 65px !important;
}

.about h3 {
    font-size: 30px !important;
}

.about p {
    line-height: 32px;
    color: var(--anchorclr) !important;
    margin-bottom: 10px;
}

.we-do-box {
    display: flex;
    border: 1px solid var(--BT-borderclr);
    padding: 10px;
}

.we-do-card {
    padding: 10px;


}

.we-do-card span {
    font-weight: 800;
    font-size: 19px;
    padding-bottom: 1px;
    border-bottom: 1px solid var(--BT-borderclr);
    position: relative;
    margin-left: 18px;
}

.we-do-card span::before {
    content: '';
    position: absolute;
    top: 11px;
    left: -17px;
    width: 6px;
    height: 6px;
    background-color: white;
}

.we-do-card p {
    line-height: 27px;
    padding-top: 10px;
}

/*----------------------------------------------------------------------*/

.MVS{
    position: relative;
}


.MVS::before {
    content: '';
    position: absolute;
    background-image: url(image/before5.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.08;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;

    img {
        width: 100%;
        height: auto;
    }
}

.msv-card{
    display: flex;
    flex-direction: row !important;
    max-width: 50% !important;
    margin-bottom: 50px !important;
    position: relative;
    z-index: 9;
}


.msv-card .mvs-container-left{
    position: relative;
    margin-right: 80px;
}

.msv-card .mvs-container-left img {
    max-width: 600px !important;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-left: 32px;
}

.msv-card .mvs-container-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(image/svmback.png);
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    z-index: 0;
    transition: 1s ease-in;
}

.MVS p {
    font-size: 19px;
}

.mvs-container-right h3{
    border-bottom: none;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    transition: 2s ease-in;
}

.MVS .container .mission{
    display: flex;
    flex-direction: column;
    align-items: start  ;
}

.MVS .container .vision{
    display: flex;
    flex-direction: column;
    align-items: center  ;
}

.MVS .container .strategies{
    display: flex;
    flex-direction: column;
    align-items: end  ;
}

.msv-card:hover .mvs-container-left::before{
    transform: rotate(138deg);
    transition: 1s ease-in;
}

.msv-card:hover .mvs-container-right > h3{
    border-bottom: 2px solid white;
    transition: 2s ease-in;
}

/*-----------------------------------------------------------*/
footer {
    background: radial-gradient(circle, rgb(29 35 77) 0%, rgb(23 26 28) 100%);
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(image/before3.png);
    background-repeat: no-repeat;
    z-index: 0 !important;
    opacity: 0.1;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;

    img {
        width: 100%;
        height: auto;
    }
}

footer .container .row {
    display: flex !important;
    max-width: 100%;
    justify-content: space-between;
}


footer .footer-card {
    max-width: 25%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

footer .brand {
    position: static;
}

.footer-header h3 {
    margin-bottom: 8px !important;
}

.footer-card ul {
    margin-left: 15px;
}

.footer-card ul li a {
    text-decoration: none;
}

.footer-card ul li {
    list-style: circle;
    padding: 4px 0px;
}

.footer-card ul li:hover {
    list-style: square;
    transition: 0.5s ease-in;
}

.footer-media {
    display: flex;
}

.footer-media img {
    width: 85%;
}

.footer-card p {
    padding: 10px 0;
}

/*----------------------------------------------------------------*/


.contact-us {
    position: relative;
}

.contact-us::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    background-image: url(image/before4.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .07;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;

    img {
        width: 100%;
        height: auto;
    }
}

.contact-us .contain {
    background-color: #eee;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;

}

div.form {
    width: 66%;
    background-color: transparent;
    position: static;
    z-index: 9;
}

.contact-wrapper {
    margin: auto 0;
}

.contact-us .submit-btn {
    float: left;
}

.contact-us .reset-btn {
    float: right;
}

.form-headline:after {
    content: "";
    display: block;
    width: auto;
    padding-top: 10px;
    border-bottom: 2px solid #ffffff;
}

.highlight-text {
    color: #ec1c24;
}

.hightlight-contact-info {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
}

.highlight-text-grey {
    font-weight: 500;
}

.email-info {
    margin-top: 20px;
}

::-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: 2.5px solid #b7b7b7;
}

.form-input,
textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
}

.wrapper>* {
    padding: 1em;
}

@media (min-width: 700px) {
    .wrapper {
        display: grid;
        grid-template-columns: auto;
    }

    .wrapper>* {
        padding: 2em 2em;
    }

    .h4,
    h4 {
        font-size: 1.5rem;
        text-align: center;
    }

    h2 {
        text-align: center;
    }
}

.contact-us ul {
    list-style: none;
    padding: 0;
}

.contacts {
    background: #0000005c;
    position: absolute;
    right: 0;
    top: 47%;
    width: 34%;
}

.form {
    background: #fff;
}

form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    text-align: left !important;
}

form label {
    display: block;
}

form p {
    margin: 0;
}

.full-width {
    grid-column: 1 / 3;
}

textarea, input {
    background-color: #714234 !important;
    padding: 2px 10px;
}

select {
    word-wrap: normal;
    background: black !important;
}

.contact-us button,
.contact-us .submit-btn,
.contact-us .form-input,
.contact-us textarea {
    padding: 1em;
}

.contact-us button,
.contact-us .submit-btn {
    background: transparent;
    border: 1px solid var(--BT-borderclr);
    /* color: #ec1c24; */
    border-radius: 15px;
    padding: 1px 0px;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 0 !important;
    margin: 0 !important;
}

.input-submit-btn {
    border: none !important;
    box-shadow: none !important;
    padding: 8px 43px !important;
}

.submit-buttons {
    display: flex;
    justify-content: space-evenly;
}

.contact-us .login-btn a {
    position: relative;
    padding: 8px 43px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 90%);
    text-decoration: none;
    letter-spacing: 1px;
    overflow: hidden !important;
    color: var(--BT-fontclr) !important;
    /* border: 1px solid var(--BT-borderclr); */
    line-height: 39px;
    font-size: 15px;
}

.contact-us button:hover,
.contact-us .submit-btn:hover,
.contact-us button:focus,
.contact-us .submit-btn:focus {
    background: #000000;
    outline: 0;
    color: #eee;
}

.error {
    color: #ec1c24;
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/



@media screen and (max-width: 992px) {

    .navbar-nav .login-btn {
        overflow: hidden;
        margin-left: 33px;
        width: fit-content !important;
        margin-left: 0 !important;
        margin-bottom: 40px;
    }

    .hero .row .container-left {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 1;
        padding-top: 97px;
        text-align: center;
    }

    .hero h1 {
        margin-bottom: 20px !important;
        font-family: var(--fencyefont);
    }

    .hero .container-left button {
        margin: auto !important;
    }

    .about .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .about .row .container-right {
        margin-bottom: 50px !important;
    }

    .about .row .container-right p {
        margin: 20px 0;
    }

    .about h3 {
        margin-bottom: 20px !important;

    }

    .about .container-right {
        padding-left: 0px !important;
    }

    .msv-card {
        display: flex;
        flex-direction: row !important;
        max-width: 100% !important;
        margin-bottom: 50px !important;
        position: relative;
        z-index: 9;
    }


}

@media screen and (max-width: 768px) {

    .row {
        text-align: center !important;
    }

    .row .container-left,
    .row .container-right {
        width: 100% !important;
        margin: auto;
    }


    footer .footer-card {
        text-align: start;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .hero .row .container-right {
        padding-bottom: 20px !important;
    }

    .container-head {
        text-align: center !important;
    }

    .about .container-right {
        padding-left: 0px !important;
    }

    .contacts {
        background: #0000005c;
        position: static;
        right: 0;
        top: 47%;
        width: 100%;
        text-align: center;
        margin-top: 26px;
        border-radius: 19px;
    }

    div.form {
        width: 100%;
        background-color: transparent;
        position: static;
        z-index: 9;
    }

    .copyright {
        font-size: 17px !important;
        margin-top: 26px;
    }
    
    .msv-card:hover .mvs-container-right > h3 {
        border-bottom: 2px solid white;
        transition: 2s ease-in;
        text-align: start;
    }

    .mvs-container-right p,
    .mvs-container-right h3{
        text-align: start !important;
    }

}


@media screen and (max-width: 576px) {

    h1 {
        font-size: 47px !important;
        letter-spacing: 8px !important;
        font-family: var(--fencyefont) !important;
    }

    .hero .container {
        padding: 0px 30px !important;
    }

    .container{
        padding: 40px 30px !important;
    }

    h2 {
        font-family: var(--fencyefont) !important;
        color: var(--BT-fontclr) !important;
        font-size: 38px !important;
        margin-bottom: 36px !important;
        text-align: center;
    }

    .form h2 {
        text-align: center;
        font-size: 30px !important;
        width: max-content;
    }

    .form h4{
        text-align: center;
        font-size: 20px !important;
    }

    .navbar-nav {
        height: 100dvh;
        margin-top: 20px !important;
    }


    .we-do-box {
        display: flex;
        border: 1px solid var(--BT-borderclr);
        flex-direction: column;
        padding: 10px;
        text-align: justify;
    }

    .about .row .container-right p {
        margin: 4px 0;
    }

    .about h3 {
        font-size: 24px !important;
    }

    pre {
        display: block !important;
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
        overflow: hidden !important;
        font-size: 50px !important;
        font-family: var(--simplefont) !important;
        letter-spacing: 0 !important;
        margin-right: 25px;
    }

    .contact-us {
        position: relative;
        padding-top: 73px;
    }

    div.form {
        width: 100%;
        background-color: transparent;
        position: relative !important;
        z-index: 99 !important;
    }


    .onmob{
        grid-column: 1 / 3 !important;
    }

    .contact-us .login-btn a {
        position: relative;
        padding: 9px 22px !important;
        box-shadow: 0 0 10px 5px rgb(0 0 0 / 90%);
        text-decoration: none;
        letter-spacing: 1px;
        overflow: hidden !important;
        color: var(--BT-fontclr) !important;
        /* border: 1px solid var(--BT-borderclr); */
        line-height: 41px;
        font-size: 15px;
        overflow: hidden;
    }

    .hightlight-contact-info {
        font-weight: 300;
        font-size: 18px;
        line-height: 1.5;
    }

    .msv-card {
        display: flex;
        flex-direction: column !important;
        max-width: 100% !important;
        margin-bottom: 50px !important;
        position: relative;
        justify-content: center;
        align-items: center;
        z-index: 9;
    }

    .mvs-container-right > h3 {
        display: flex !important;
        justify-content: center !important;
    }

    .mvs-container-right{
        margin-top: 52px;
    }

    .mvs-container-right p, .mvs-container-right h3 {
        text-align: center !important;
    }

    .msv-card .mvs-container-left {
        position: relative;
        margin-right: 0px;
    }

    .msv-card .mvs-container-left img {
        margin-left: 0px;
    }

    .msv-card .mvs-container-left::before {
        left: -30px !important;
    }

    .MVS .container{
        padding-bottom: 0 !important;
        border: 1px solid var(--BT-borderclr);
    }

    .contact-us {
        position: relative;
        padding-top: 0px;
    }
}