/* Please ❤ this if you like it! */


/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Plus+Jakarta+Sans&family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext'); */

@import url('https://fonts.googleapis.com/css2?family=Inter&family=Plus+Jakarta+Sans&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #212112;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
    margin: auto;
    text-align: left;
}

::selection {
    color: #fff;
    background-color: #8167a9;
}

::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}

h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
}

h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

p {
    font-family: 'Inter', sans-serif;
    line-height: 36px;
    margin: 0;


}

/* # Menubar and footer bar code
================================================== */


.start-header {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
    width: 225px;
    height: 75.8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
 -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  
    width: 100%;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #113442;
    font-weight: 500;
    transition: all 200ms linear;
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:hover .nav-link {
    color: #8167a9 !important;
}

.nav-item.active .nav-link {
    color: #18B0B5 !important;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
    padding: 0 18px;
}

.dropdown-item {
    padding: 8px auto;
    color: #212121 !important;
}


/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}

.section {
    position: relative;
    width: 100%;
    display: block;
}

.full-height {
    height: 100vh;
}

.over-hide {
    overflow: hidden;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}

h1 span:nth-child(1) {
    transition-delay: 1000ms;
}

h1 span:nth-child(2) {
    transition-delay: 700ms;
}

h1 span:nth-child(3) {
    transition-delay: 900ms;
}

h1 span:nth-child(4) {
    transition-delay: 800ms;
}

h1 span:nth-child(5) {
    transition-delay: 1000ms;
}

h1 span:nth-child(6) {
    transition-delay: 700ms;
}

h1 span:nth-child(7) {
    transition-delay: 900ms;
}

h1 span:nth-child(8) {
    transition-delay: 800ms;
}

h1 span:nth-child(9) {
    transition-delay: 600ms;
}

h1 span:nth-child(10) {
    transition-delay: 700ms;
}

h1 span:nth-child(11) {
    transition-delay: 1300ms;
}

h1 span:nth-child(12) {
    transition-delay: 1500ms;
}

h1 span:nth-child(13) {
    transition-delay: 1400ms;
}

h1 span:nth-child(14) {
    transition-delay: 1200ms;
}

h1 span:nth-child(15) {
    transition-delay: 1450ms;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 1em;
}

.dropdown-menu {
    padding: 0px !important;
    margin: 27px 0 0 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    border: none;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
    margin: 5px 0 0 5px;
    border: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129, 103, 169, .6);
}



/* #Link to page
================================================== */

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}

.logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}



/* my code */

.topbarmain {
    padding: 10px 0;
    background-color: #289294;
}

.topbar {
    background-color: #289294;
    padding: 0 px;
}

.topbar .flagimg {
    width: 20px;
    height: 25px;
    margin-right: 10px;
}

.topbar p {
    font-size: 13px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0;
}

.topinfo i {
    color: #FFFFFF;
    margin-right: 8px;
    margin-bottom: 4px;
    ;
}

.topinfo a {
    font-size: 13px;
    line-height: 25px;
    color: #FFFFFF;
}

.topbarmain .topbar .fa-phone {
    transform: rotateZ(90deg);
}

.menubar {
    padding: 6px 25px;
    height: 86px;
}


.contactbox {
    /* background: #145F6B; */
    opacity: .9;
    padding: 20px 60px;
}

.contactbox .contactdetails h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.008em;
    color: #FFFFFF;
}

.contactbox .contactdetails h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    /* letter-spacing: -0.0124em; */
    word-spacing: 3px;
    ;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.contactbox .contactdetails .contactdetailsbtn {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 15px 0;
}

.contactbox .contactdetails .contactdetailsbtn a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 18px;
    gap: 10px;
    background: linear-gradient(180deg, #18A1A7 48.44%, #158089 86.46%);
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.contactbox .contactdetails .contactdetailsbtn a:hover {
    opacity: .8;
}

.contactbox .contactdetails .contactdetailsbtn a img {
    height: 32px;
    width: 32px;
}

.contactbox .contactform {
    padding: 50px 28px 28px 28px;
    gap: 32px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    width: 100%;
}

.contactbox .contactform h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #113442;
}

.contactbox .contactform form .form-group {
    padding: 5px 0;
}

.contactbox .contactform form .form-group label {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #0F1A2A;
    letter-spacing: 1px;
}

.contactbox .contactform form .form-group input {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #CBD4E1;
    border-radius: 10px;
}

.contactbox .contactform form .contactsubmitbtn {
    width: 100%;
    padding: 12px 24px;
    background: #18B0B5;
    border-radius: 4px;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    margin-top: 15px;
}

.contactbox .contactform form .contactsubmitbtn:hover {
    opacity: .9;
}


/* back to top button code */

#button {
    display: inline-block;
    background-color: #121010;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid white;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button i {
    font-size: 1.5em;
    line-height: 45px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Footer Code Start */

.footerbox {
    background: #121010;
}

.footerbox .officedetailsbox {
    padding: 40px 50px;
}

.footerbox .officedetailsbox img {
    padding-bottom: 50px;
}

.footerbox .officedetailsbox h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #18B0B5;
}

.footerbox .officedetailsbox p i {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.61);
}

.footerbox .officedetailsbox p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.61);
}

.footerbox .mainboxfooter {
    padding-left: 20px;
}

.footerbox .footerlinkpart {
    padding: 40px 0px 50px 0;
    border-bottom: 1px solid rgba(24, 176, 181, 0.26);
}

.footerbox .footerlinkpart .sociallinkpart h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 0 0 20px 0;
}

.footerbox .footerlinkpart .sociallinkpart .socialicons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footerbox .footerlinkpart .sociallinkpart .socialicons img {
    height: 20px;
    width: 20px;
}

.footerbox .footerlinkpart .footerrequestpart h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #18B0B5;
    padding: 0 0 20px 0;
}

.footerbox .footerlinkpart .footerrequestpart p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.footerbox .footerlinkpart .footerrequestpart button {
    padding: 8px 26px;
    background: #18B0B5;
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}

.footerbox .footerlinkpart .footerrequestpart button:hover {
    transition: .3s all ease-in-out;
    color: #18B0B5;
    background-color: #FFFFFF;
}

.footerbox .menulinkpart {
    padding: 30px 0px 10px 20px;
}

.footerbox .menulinkpart h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 0 0 10px 0;
}

.footerbox .menulinkpart ul {
    list-style-type: none;
    padding: 0;
}

.footerbox .menulinkpart ul li a {
    padding: 6px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.footerbox .menulinkpart ul li a:hover {
    color: #179DA3;
    transition: .3s all;
    text-decoration: none;
}

.footercopyright {
    background: #000000;
    border-top: 0.5px solid #FFFFFF;
}

.footercopyright .cpright {
    padding: 15px 0;
}

.footercopyright p {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.61);
}

.footercopyright .bottomfooterlink {
    padding: 15px 0;
}

.footercopyright .bottomfooterlink ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

.footercopyright .bottomfooterlink ul a {
    text-decoration: none;
}

.footercopyright .bottomfooterlink ul li {
    text-decoration: none;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.61);
    padding: 0 8px;
    border-right: 2px solid rgba(255, 255, 255, 0.61);
}



/* 
.footercopyright .bottomfooterlink a {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.61);
    padding: 0 15px;
} */

.footercopyright .bottomfooterlink ul li:hover {
    color: #179DA3;
    transition: .3s all;

}





/* media query 1200 */
@media (max-width: 1200px) {
    .navbar-collapse {
        position: fixed;
        background: #179DA3;
        top: 80px;
        left: 0;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 80%;
        height: 100vh;
        z-index: +11 !important;
        overflow: hidden;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }



    .nav-link {
        color: #ffffff !important;
        transition: all 200ms linear;
    }

    .nav-item:hover .nav-link {
        color: #8167a9 !important;
    }

    .nav-item.active .nav-link {
        color: #000000 !important;
    }

    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-submenu::after {
        position: absolute;
        display: block;
        top: 13px;
        left: -14px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-submenu[aria-expanded="true"]::after {
        transform: rotate(90deg) !important;
        opacity: 0;
    }

    .dropdown-item {
        padding: 8px 15px;
        border-radius: 2px;
        transition: all 200ms linear;
        color: #ffffff !important;
        transition: all 200ms linear;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -17px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
        background-color: #179DA3 !important;
    }

    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .topbarmain {
        display: none;
    }
}



/* media query 1024 to 768  */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .navbar-brand img {
        height: 50px;
    }

    .menubar {
        height: 80px;
        /* padding: 10px 0; */
    }

    .navbar {
        padding: 10px 0;
    }



    .contactbox {
        padding: 40px 0;
        text-align: center;
    }

    .contactbox .contactdetails h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
        ;
    }

    .contactbox .contactdetails h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .contactbox .contactdetails .contactdetailsbtn {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
    }

    .contactbox .contactdetails .contactdetailsbtn a {
        padding: 12px 20px;
        background: linear-gradient(180deg, #18A1A7 48.44%, #158089 86.46%);
        font-size: 14px;
        line-height: 25px;
    }

    .contactbox .contactdetails .contactdetailsbtn a img {
        height: 25px;
        width: 25px;
    }

    .contactbox .contactform {
        margin-top: 30px;
        padding: 50px 28px 28px 28px;
        background: #FFFFFF;
        border: 1px solid #E2E8F0;
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
        border-radius: 25px;
        width: 100%;
        text-align: left;
    }

    .contactbox .contactform h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        color: #113442;
        text-align: center;
    }

    .contactbox .contactform form .form-group {
        padding: 5px 0;
    }

    .contactbox .contactform form .form-group label {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #0F1A2A;
        letter-spacing: 1px;
    }

    .contactbox .contactform form .form-group input {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        height: 46px;
    }




    .contactbox .contactform form .contactsubmitbtn {
        width: 100%;
        padding: 12px 24px;
        background: #18B0B5;
        border-radius: 4px;
        font-weight: 500;
        font-size: 15px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        border: none;
        margin-top: 15px;
    }


    .footerbox {
        background: #121010;
    }

    .footerbox .officedetailsbox {
        padding: 40px 10px;
    }

    .footerbox .officedetailsbox img {
        padding-bottom: 30px;
    }

    .footerbox .officedetailsbox h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 25px;
        color: #18B0B5;
    }

    .footerbox .officedetailsbox p i {
        font-size: 8px;
        color: rgba(255, 255, 255, 0.61);
    }

    .footerbox .officedetailsbox p {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-style: normal;
        font-size: 18px;
        line-height: 35px;
        color: rgba(255, 255, 255, 0.61);
    }

    .footerbox .mainboxfooter {
        padding-left: 0px;
    }

    .footerbox .footerlinkpart {
        text-align: left;
        padding: 40px 0px 50px 10px;
        border-bottom: 1px solid rgba(24, 176, 181, 0.26);
    }

    .footerbox .footerlinkpart .sociallinkpart h4 {
        text-align: left;
    }

    .footerbox .footerlinkpart .sociallinkpart .socialicons {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 30px;
    }

    .footerbox .footerlinkpart .sociallinkpart .socialicons img {
        height: 30px;
        width: 30px;
    }

    .footerbox .footerlinkpart .footerrequestpart h4 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        padding: 0px 0 0px 0;
    }

    .footerbox .footerlinkpart .footerrequestpart p {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        color: #FFFFFF;
    }

    .footerbox .menulinkpart {
        padding: 30px 0 10px 0;
    }

    .footerbox .menulinkpart h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
        padding: 0 0 10px 0;
    }

    .footerbox .menulinkpart ul {
        list-style-type: none;
        padding: 0;
    }

    .footerbox .menulinkpart ul li {
        padding: 6px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
    }

    .footercopyright {
        background: #000000;
        border-top: 0.5px solid #FFFFFF;
    }

    .footercopyright .cpright {
        padding: 5px 0;
    }

    .footercopyright p {
        text-align: center;
        font-weight: 500;
        font-size: 12px;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.61);
    }
.footercopyright .bottomfooterlink ul li {
    font-size: 12px;
 
}
    .footercopyright .bottomfooterlink {
        padding: 5px 0
    }

    .footercopyright .bottomfooterlink ul {
        text-align: left;

    }

    .menulinkpart .footerlinks {
        width: 25% !important;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 768px){
    .footercopyright p{
        font-size:12px;
    }
  .footercopyright .bottomfooterlink ul li {
    font-size: 12px;
 
}
    
    
}



/* Mobile responsive code */

@media (max-width: 767px) {
    .topbarmain {
        display: none;
    }

    .navbar-brand img {
        height: 50px;
    }

    .menubar {
        height: 80px;
        /* padding: 10px 0; */
    }

    .navbar {
        padding: 10px 0;
    }

    .contactbox {
        padding: 40px 0;
        text-align: center;
    }

    .contactbox .contactdetails h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
        ;
    }

    .contactbox .contactdetails h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .contactbox .contactdetails .contactdetailsbtn {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
    }

    .contactbox .contactdetails .contactdetailsbtn a {
        padding: 12px 20px;
        background: linear-gradient(180deg, #18A1A7 48.44%, #158089 86.46%);
        font-size: 14px;
        line-height: 25px;
    }

    .contactbox .contactdetails .contactdetailsbtn a img {
        height: 25px;
        width: 25px;
    }

    .contactbox .contactform {
        margin-top: 30px;
        padding: 50px 28px 28px 28px;
        background: #FFFFFF;
        border: 1px solid #E2E8F0;
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
        border-radius: 25px;
        width: 100%;
        text-align: left;
    }

    .contactbox .contactform h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        color: #113442;
        text-align: center;
    }

    .contactbox .contactform form .form-group {
        padding: 5px 0;
    }

    .contactbox .contactform form .form-group label {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #0F1A2A;
        letter-spacing: 1px;
    }

    .contactbox .contactform form .form-group input {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        height: 46px;
    }

    .contactbox .contactform form .form-group .emailinput {
        margin-bottom: 1.5em;
    }

    .contactbox .contactform form .contactsubmitbtn {
        width: 100%;
        padding: 12px 24px;
        background: #18B0B5;
        border-radius: 4px;
        font-weight: 500;
        font-size: 15px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        border: none;
        margin-top: 15px;
    }

    .footerbox {
        background: #121010;
    }

    .footerbox .officedetailsbox {
        padding: 40px 10px;
    }

    .footerbox .officedetailsbox img {
        padding-bottom: 30px;
    }

    .footerbox .officedetailsbox h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 25px;
        color: #18B0B5;
    }

    .footerbox .officedetailsbox p i {
        font-size: 8px;
        color: rgba(255, 255, 255, 0.61);
    }

    .footerbox .officedetailsbox p {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-style: normal;
        font-size: 18px;
        line-height: 35px;
        color: rgba(255, 255, 255, 0.61);
    }

    .footerbox .mainboxfooter {
        padding-left: 0px;
    }

    .footerbox .footerlinkpart {
        text-align: center;
        padding: 40px 0px 50px 0px;
        border-bottom: 1px solid rgba(24, 176, 181, 0.26);
    }

    .footerbox .footerlinkpart .sociallinkpart h4 {
        text-align: center;
    }

    .footerbox .footerlinkpart .sociallinkpart .socialicons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .footerbox .footerlinkpart .sociallinkpart .socialicons img {
        height: 30px;
        width: 30px;
    }

    .footerbox .footerlinkpart .footerrequestpart h4 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        padding: 30px 0 0px 0;
    }

    .footerbox .footerlinkpart .footerrequestpart p {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        color: #FFFFFF;
    }

    .footerbox .menulinkpart {
        padding: 30px 0 10px 0;
    }

    .footerbox .menulinkpart h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
        padding: 0 0 10px 0;
    }

    .footerbox .menulinkpart ul {
        list-style-type: none;
        padding: 0;
    }

    .footerbox .menulinkpart ul li {
        padding: 6px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
    }

    .footercopyright {
        background: #000000;
        border-top: 0.5px solid #FFFFFF;
    }

    .footercopyright p {
        font-weight: 500;
        font-size: 12px;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.61);
        text-align: center;
    }

    .footercopyright .cpright {
        padding: 5px 0;
    }

    .footercopyright p {
        font-weight: 500;
        font-size: 10px;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.61);
        text-align: center;
    }

    .footercopyright .bottomfooterlink {
        padding: 5px 0;
    }

    .footercopyright .bottomfooterlink ul li {
        display: inline-block;
        list-style: none;
        font-size: 10px;
        line-height: 15px;
        color: rgba(255, 255, 255, 0.61);
        padding: 0 8px;
        border-right: 2px solid rgba(255, 255, 255, 0.61);
    }
.footercopyright .bottomfooterlink ul{
    text-align:center;
}
    .menulinkpart .footerlinks {
        width: 50% !important;
    }
}




/* math validation css code */
 .question-box #success,
        .question-box #fail {
            display: none;
        }

        .question-box #message,
        .question-box #success,
        .question-box #fail {
            margin-top: 10px;
            margin-bottom: 10px;
            color: #000;
            font-size: 16px;
        }

        .question-box #success {

            color: rgb(39 181 39);

        }

        .question-box #fail {

            color: rgb(212, 16, 16);

        }



        .question-box p {
            display: inline;
            margin-right: 5px;
            color: #000;
            font-size: 18px;
        }



        .question-box input {
            border: 1px solid #000;
            width: 50px;
            height: 35px;
            text-align: center;
            color: #000 !important;
            padding: 0 !important;
        }

        .question-box button {
            border: none;
            border-radius: 1.5em;
            color: #FFF;
            background: #FFBBD7;
            padding: 2.5px 10px;
            width: 75px;
            height: 30px;
            cursor: pointer;
            transition: background .5s ease-in-out;
        }

        .contactsubmitbtnn:hover:enabled {
           border-radius: 4px;
    background-color: #F89C2E;
    color: #ffffff;
        }

        .contactsubmitbtnn:disabled {
            opacity: .5;
            cursor: default;
        }