* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body { 
    font-family: 'Montserrat', sans-serif;
    margin: .01rem auto 0;
    padding: 0;
    color: #2a2f55;
    font-size: 1.6rem;
    width: 100%;
    font-weight: 400;
    background-color: #fff;
}

html,
body {
    overflow-x: clip !important;
}

.row>*,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 0.8rem;
}

p,
ul li {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #2a2f55;
    font-weight: 500;
}

ol,
ul {
    padding-left: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2a2f55;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;

}

a,
button,
input[type=submit] {
    color: #2a2f55;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

a:focus,
a:hover,
button:focus,
button:hover {
    color: #2a2f55;
    text-decoration: none;
    outline: 0 !important;
}

.pointer-event-none {
    pointer-events: none;
}

header {
    padding: 0px 0px;
    box-shadow: none;
    /* position: absolute; */
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.01s all ease-in-out;
    transition: 0.01s all ease-in-out
}

.header-btns {
    background-color: #2a2f55;
    padding: 5px 0;
    margin: 5px 0 0;
} 
.login-links-main {
    text-align: right;
    margin: 0;
}

.login-links-main li {
    display: inline-block;
    list-style-type: none;
    margin-left: 30px;
}

.login-links-main li a {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    color: #2a2f55;
}

p {
    font-size: 16px;
    line-height: 28px;
}

a:hover {
    text-decoration: none
}

header.stick-menu {
    animation-name: fadeInDown;
    animation-fill-mode: none;
    background-color: #fff;
    position: fixed;
    box-shadow: 1px 1px 1px #62c02147;
    border-radius: 0
}

.animated {
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.after-fix {
    display: none
}

.stick-menu .after-fix {
    display: inline-block
}

.stick-menu .before-fix {
    display: none
}

header.stick-menu .header-btns {
    display: none;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

/* .logo img {
    width: 50px
} */

.btn-main {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: #2a2f55;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 5px;
    min-width: 160px;
    overflow: hidden;
    z-index: 1
}

.btn-main span {
    z-index: 20
}

.btn-main:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10
}

.btn-main:hover {
    background-color: #2a2f55;
    color: #fff
}

.btn-main:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

.bluebtn {
    background-color: #2a2f55;
    color: #fff;
    border-color: #2a2f55
}

.bluebtn:hover {
    background-color: #d80650;
    color: #fff
}

.btn-white {
    background-color: #fff;
    color: #2a2f55;
    border-color: #fff
}

.btn-white:hover {
    background-color: #2a2f55;
    color: #fff
}

.btn-cyan {
    background: #2a2f55;
    color: #fff;
    border: 2px solid #2a2f55;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 30px;
    letter-spacing: 1px
}

.btn-cyan span {
    font-weight: 800
}

.btn-cyan:focus,
.btn-cyan:hover {
    background-color: transparent;
    color: #4f4a37;
}

/* .stick-menu .btn-cyan {
    background: #4fb7ac
}

    .stick-menu .btn-cyan:focus,
    .stick-menu .btn-cyan:hover {
        background: #2a2f55
    } */

.form-group {
    margin-bottom: 16px
}

.form-control,
.form-control:focus {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    min-height: 42px;
    font-size: 14px
}

.logo-flex {
    display: flex;
    align-items: center
}




header .top_bar {
    background-color: #FFF;
    padding: 10px 0;
}

header .top_bar .top_bar_contact .tbcall {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

header .top_bar .top_bar_contact  a {
    color: #202020;
    margin-left: 20px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    display: flex;
    align-items: center;
}

header .top_bar .top_bar_contact  a img {
    margin-right: 10px; 
}


.menu-area {
background-color: #2a2f55;
}

.nav-item {
    margin-left: 30px;
}

.nav-link.btn-main.menu-cta {
    padding: 9px 25px !important;
}

.nav-link {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 0;
    position: relative;
    padding: 10px 0 !important;
    font-weight: 500;
    text-transform: uppercase;

}

.nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar.navbar-expand-xl {
    padding: 0;
}

.nav-item.active .nav-link {
    text-decoration: none !important;
    color: #d80650;
}

.nav-item.active .nav-link.btn-main.menu-cta {
    color: #fff;
}
.nav-item.active  .nav-link.btn-main{
    text-decoration: none !important;
    color: #fff;
}

.menu__block_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav-link.nav-btn {
    background-color: #2a2f55;
    color: #fff;
    padding: 10px 25px !important;
    border-radius: 30px;
    text-align: center;
    -webkit-box-shadow: 0 5px 25px rgba(75, 132, 255, 0.2);
    box-shadow: 0 5px 25px rgba(75, 132, 255, 0.2);
    text-decoration: none;
}

.nav-link.nav-btn:hover {
    background-color: #2a2f55;
    color: #fff;
}

.navbar.navbar-expand-lg {
    padding: 0;
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    z-index: 99;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(-90deg) scale(0) translateX(85px);
    transform: rotate(-90deg) scale(0) translateX(85px);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #2a2f55;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 2.5rem;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.scroll-to-top.fade.in {
    opacity: 1;
    -webkit-transform: rotate(0) scale(1) translateX(0);
    transform: rotate(0) scale(1) translateX(0);
}

.scroll-to-top:hover {
    color: #fff;
    background-color: #1b1b1b;
    -webkit-animation: float-icon 1s ease-in-out;
    animation: float-icon 1s ease-in-out;
}

@-webkit-keyframes float-icon {
    0% {
        bottom: 20px;
    }

    25% {
        bottom: 10px;
    }

    50% {
        bottom: 20px;
    }

    75% {
        bottom: 10px;
    }

    100% {
        bottom: 20px;
    }
}

@keyframes float-icon {
    0% {
        bottom: 20px;
    }

    25% {
        bottom: 10px;
    }

    50% {
        bottom: 20px;
    }

    75% {
        bottom: 10px;
    }

    100% {
        bottom: 20px;
    }
}

::-moz-selection {
    color: #fff;
    background: #2a2f55;
}

::selection {
    color: #fff;
    background: #2a2f55;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.open>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    width: 220px;
    padding: 0;
    border: none;
    background-color: #eff6fe;
    margin: 0;
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
}

.dropdown-menu .dropdown-item {
    padding: 8px 12px;
    display: block;
    color: #2a2f55;
    font-size: 1.4rem;
    line-height: 2.4rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    white-space: unset;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #2a2f55;
    color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu.show .drp-submenu {
    visibility: visible;
    opacity: 1;
}

.btn-main {
    background-color: #d80650;
    border: 1px solid #d80650;
    color: #fff;
    padding: 11px 30px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.6rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

.btn-main:focus,
.btn-main:hover {
    color: #fff;
    background-color: #2a2f55;
    border: 1px solid #2a2f55;
}

.btn-main.white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #2a2f55;
}

.btn-main.white:hover {
    background-color: #2a2f55;
    border: 1px solid #2a2f55;
    color: #fff;
}

.grey-bg {
    background-color: #f7f8fa;
}

.heading {
    font-size: 3.5rem;
    line-height: 4rem;
    margin: 0 0 30px;
    font-weight: 800; 
    color: #d80650;
    font-family: 'Libre Baskerville', serif;
}

.heading i {
    font-style: normal;
    color: #2a2f55;
    
    text-transform: uppercase;
}

   /* .heading::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  border-bottom: 7px solid #4169ea;
  border-bottom-color: rgb(65, 105, 234);
  opacity: 0.2;
  z-index: 0;
} */
.heading::before,
.heading::after {
  display: inline-block;
  content: "";
  border-top: 0.1rem solid #042d46;
  width: 4rem;
  margin: 0 1rem;
  transform: translateY(-10px);
}

.section-divider {
    margin: 0 0 80px;
}

.pd-60 {
    padding: 80px 0;
}
.thumbimg img {
border-radius: 10px;
}
.form-control,
.form-select {
    height: 48px;
    border: none;
    font-size: 1.4rem;
    background-color: #eef7fb;
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid #e9fafa;
}

.form-control:focus,
.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e9fafa;
    border: 1px solid #e9fafa;
}

.form-control.error,
.form-select.error {
    border: 1px solid #f00;
    background-color: rgba(255, 244, 244, 0.5);
}

.error {
    color: #f00;
}

.form-group {
    margin-bottom: 25px;
}

textarea.form-control {
    min-height: 105px;
    resize: none;
}

.check-list.mw-50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.check-list.mw-50 li {
    width: 50%;
}

.check-list li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

.check-list li::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f2f7";
    position: absolute;
    left: 0px;
    top: -2px;
    color: #2a2f55;
    font-weight: 600;
}

.check-list.inner li {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
}

.check-list.inner li::before {
    content: "\f0a9";
    font-weight: 600;
}

.check-list.sub-inner li {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
}

.check-list.sub-inner li::before {
    content: "\f178";
    font-weight: 600;
}





@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: block;
    }

    .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .drp-arrow.submenu-arrow {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
    }

    .dropdown:hover>.dropdown-menu,
    .dropdown-submenu:hover>.dropdown-menu {
        right: 0;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
    }

    .dropdown.second-level .dropdown-menu {
        right: -100%;
        left: auto;
        top: 0;
    }

    .dropdown.second-level>.dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .offcanvas-start {
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .nav-item {
        margin-left: 23px;
    }
}

@media (max-width: 1199px) {
    .nav-item.active .nav-link.btn-main.menu-cta {
        background-color: #d80650;
    }

    .mega-menu .dropdown-menu.show {
        margin-bottom: 10px;
    }

    .dropdown.second-level.show-drop .dropdown-menu {
        max-height: 1100px;
        background-color: #0c0c0c;
    }

    .dropdown.second-level .drp-arrow {
        width: 38px;
        height: 29px;
        background-color: #0c0c0c;
        color: #fff;
    }

    .dropdown.second-level .dropdown-toggle i {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .dropdown.second-level.show-drop .dropdown-toggle i {
        -webkit-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }

    .dropdown.second-level .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #1b1b1b;
    }

    .dropdown-submenu.second-level .drp-arrow {
        width: 35px;
        height: 35px;
        background-color: #0c0c0c;
        color: #fff;
    }

    .nav-link {
        padding: 12px 0 !important;
        color: #fff;
        font-weight: 600;
    }

    .nav-link.nav-btn {
        margin-top: 15px;
    }

    .nav-item.active .nav-link {
        background-color: transparent;
        font-weight: 600;
    }

    .drp-arrow {
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        width: 43px;
        height: 39px;
        background-color: #fff;
        color: #2a2f55;
        text-align: center;
        font-size: 1.6rem;
        z-index: 99;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav-open {
        position: relative;
        -webkit-transition: .3s all;
        transition: .3s all;
    }

    .dropdown-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        white-space: pre-line;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: transparent;
    }

    .dropdown-submenu .dropdown-menu {
        background-color: #c8e1fe;
        padding: 0 10px;
    }

    .dropdown .drp-arrow i {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        display: inline-block;
    }

    .dropdown>.drp-arrow.show i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-item.active .nav-link {
        color: #fff;
    }

    .offcanvas-start {
        width: 260px;
        border-right: none;
        background-color: #2a2f55;
        overflow-y: scroll;
        height: 100vh;
    }

    .nav-item {
        display: block;
        width: 100%;
        padding: 0 10px;
        border-bottom: 1px solid #2bb1e5;
        margin: 0;
    }

    .nav-item.dropdown.show .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .nav-item:last-child {
        border: none;
    }

    .navbar-nav .dropdown-menu {
        width: 100%;
        -webkit-transform: none;
        transform: none;
        padding: 0;
    }

    .drpdown-img {
        display: none !important;
    }

    #hamburger {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    #hamburger .line {
        fill: none;
        stroke: #ffffff;
        stroke-width: 6;
        -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    #hamburger .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    #hamburger .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    #hamburger .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    #hamburger.open .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    #hamburger.open .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    #hamburger.open .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .dropdown-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        display: block;
        min-width: 10px;
        padding: 0 7px;
        border-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
    }

    .dropdown-menu.show {
        max-height: 1100px;
        overflow: visible;
        visibility: visible;
        opacity: 1;
    }

    .dropdown-menu .dropdown-item {
        color: #2a2f55;
        background-color: transparent;
        border-bottom: 1px solid #eee;
    }

    .nav-item.dropdown.show .dropdown-toggle i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .dropdown-submenu.show .drp-submenu {
        max-height: 1100px;
        overflow: visible;
        background-color: #dbe8fb;
    }

    .dropdown-submenu.show .drp-arrow i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .head-links {
        text-align: center;
    }

    .nav-link.btn-main.menu-cta {
        display: block;
        margin: 10px 0 0;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 60%;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #2a2f55;
    }

    .nav-link.btn-main.menu-cta {
        margin-bottom: 10px !important;
        color: #fff;
    }

    .scroll-to-top {
        bottom: 50px;
    }

    .dropdown-menu .dropdown-item:last-child {
        border-bottom: 1px solid #eee;
    }
}

@media (max-width: 990px) {
    html {
        font-size: 55%;
    }

    .section-divider {
        margin: 0 0 40px;
    }

    .pd-60 {
        padding: 40px 0;
    }

    .scroll-to-top {
        bottom: 40px;
    }

    .check-list.mw-50 li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-wrp {
        text-align: center;
    }

    footer .footer-top .footer-wrp .footer-links li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .footer-top .footer-wrp .social-media {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .footer-top .footer-wrp .social-media li {
        margin: 0 8px;
    }

    header .top_bar .top_bar_contact ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header .top_bar .top_bar_contact ul li a {
        font-size: 1.3rem;
    }

    .scroll-to-top {
        bottom: 16px;
        width: 40px;
        height: 40px;
    }

    footer .copyright-bg {
        text-align: center;
    }

    footer .copyright-bg .copyright-r {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 320px) {
    header .top_bar .top_bar_contact ul li a {
        font-size: 1.1rem;
        line-height: 2.1rem;
    }
}

/*mega menu*/
@media (min-width: 1200px) {
    .mega-menu:hover>.dropdown-menu {
        pointer-events: all;
        right: 0;
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
        top: auto;
        left: 0;
        margin: 0 auto;
    }

    .mega-menu>.dropdown-menu {
        width: 600px;
        background-color: #fff;
        right: 0;
        left: 0;
        margin: 0 auto;
        pointer-events: none;
        -webkit-transition: 0.3s all ease-in-out !important;
        transition: 0.3s all ease-in-out !important;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        position: absolute !important;
        opacity: 0;
    }

    .mega-menu .dropdown-menu.third-level {
        position: static !important;
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        margin: 0;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


/* .stick-menu .nav-link {
    color: #444
}

.stick-menu .navbar-toggler {
    color: #346196
} */


footer {
    background-color: #454545;
}

footer a,
footer p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.5rem;
}

.footer-bg {
    padding: 60px 0;
}

.copyright-bg {
    padding: 15px 0;
    border-top: 1px solid rgba(228, 228, 228, 0.33);
}

.footer-links li {
    list-style-type: none;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

.footer-links li i {
    margin-right: 8px;
    color: #fff;
}

.footer-links li .ms-left {
    margin-left: 2.4rem;
}

.footer-links li a,
.footer-links li p {
    color: #fff;
    display: flex;
    align-items: baseline;
}

.get-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.get-social a {
    color: #fff;
    margin-right: 10px;
}

.get-social a:hover {
    transform: scale(1.05);
}

.footer-bg .get-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-bg .get-social a:hover {
    color: #fff;
}


.foot-head {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 0 0 8px;
    margin: 0px 0 20px;
    text-transform: uppercase;
    position: relative;
  }
  .foot-head::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    width: 55px;
    height: 2px;
    background-color: #ffffff;
  }

 
  .foot-head.text-center::after {
    right: 0;
    margin: 0 auto;
  }
  

.fb-icon:hover {
    background-color: #4267b2;
    border: 1px solid #4267b2
}

.tw-icon:hover {
    background-color: #1da1f2;
    border: 1px solid #1da1f2
}

.yt-icon:hover {
    background-color: red;
    border: 1px solid red
}

.gl-icon:hover {
    background-color: #db3236;
    border: 1px solid #db3236
}

.lkd-icon:hover {
    background-color: #0077b5;
    border: 1px solid #0077b5
}



.member h2 {
    color: #fff;
}

.member ul {
    display: flex;
    margin: 0;
    padding: 0 0 0px;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.member ul li {
    list-style: none;
    width: 12%;
}
.member ul li img {
    border-radius: 5px;
}
a.nav-link.btn-main {
    top: 4px;
}
@media (max-width: 767px) {
    a.nav-link.btn-main {
        top: 0px;
    }
    .member ul { 
        justify-content: center;
    }
     
}

.accredation-images {
    display: flex;
    margin: 0 0 20px;
    align-items: center
}

.accredation-images img {
    max-width: 120px;
    height: auto;
    margin: 0 10px 0 0
}



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #2a2f55;
    width: 50px;
    height: 50px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999;
    visibility: hidden;
    border-radius: 10px;
    transform: translateY(0)
}

#return-to-top.show {
    visibility: visible
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 16px;
    font-size: 19px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#return-to-top:hover {
    background: #346196
}

#return-to-top:hover i {
    color: #fff
}

::-moz-selection {
    color: #fff;
    background: #346196
}

::selection {
    color: #fff;
    background: #346196
}

.rocket-aniamtion {
    animation-name: rocket;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1
}

@keyframes rocket {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-200%);
        opacity: 0
    }
}

.caret-btn {
    display: none
}

.material-disclosure-main {
    padding: 30px 0 0
}

.material-disclosure-content h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px;
    font-style: italic;
    font-weight: 400
}

.material-disclosure-content img {
    filter: brightness(.6) invert(1)
}


@media(max-width:1024px) {
    .heading {
        font-size: 22px;
        line-height: 28px
    }

    .foot-r img {
        width: 130px;
        margin: 0 5px
    }


}


@media (max-width:990px) {
    .call-btn a {
        font-size: 16px
    }

    .call-btn .btn-main {
        font-size: 14px;
        padding: 8px 20px
    }

    .foot-l {
        padding: 15px 20px;
        margin: 0
    }

    .foot-r {
        margin: 15px 0
    }

    .footer-single-block {
        text-align: center;
        margin-bottom: 50px
    }

    .footer-single-block h3:after {
        margin: 0 auto;
        left: 0;
        right: 0
    }

    .foot-address {
        justify-content: center
    }

    .footer-news-content {
        text-align: left
    }

    .footer-news-block {
        justify-content: center
    }
}

@media(max-width:767px) {

    .center-btn .btn-main,
    .foot-l a,
    .foot-l p {
        font-size: 16px
    }

    .foot-l {
        padding: 10px 15px;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column
    }

    .foot-l-left {
        margin: 0 0 5px
    }

    .foot-r img {
        margin: 5px
    }

    .logo-tag p {
        font-size: 12px;
        line-height: 19px
    }

    .logo {
        margin-right: 15px;
        padding-right: 15px
    }

    .logo img {
        width: 150px
    }

    .logo-tag {
        flex: 1
    }

    .call-btn {
        margin: 10px 0 0;
        flex-direction: row;
        justify-content: center
    }

    

    .heading {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0;
        margin: 40px 0 30px;
        position: relative;
    }
 

    .btn-main {
        font-size: 14px;
        padding: 10px 20px
    }

    .logo {
        text-align: center
    }

    .call-btn p {
        font-size: 14px;
        margin: 5px 0 0
    }

    .sub-head {
        text-align: center
    }

    .call-btn .btn-main {
        font-size: 13px;
        padding: 8px 13px;
        margin: 0 5px;
        min-width: 10px
    }

    .call-btn a {
        margin: 0 0;
        font-size: 18px
    }


    .login-links-main {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
    }

    .login-links-main li {
        margin: 0;
    }
}

@media(max-width:340px) {
    .call-btn .btn-main {
        font-size: 12px;
        padding: 8px 8px
    }
}

@media (max-width: 415px) {
    .nav-login-area a {
        padding: 7px 15px;
    }
}

@media (max-width: 1200px) {
    .nav-login-area a {
        padding: 7px 25px;
        background-color: #fff;
        display: inline-block;
        text-align: center;
        color: #2a2f55;
        font-weight: 500;
        font-size: 13px;
    }
}

.nav-login-area a {
    padding: 9px 25px;
    background-color: #4fb7ac;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
}

@media (max-width: 1200px) {}

a.logo img {
    width: 160px;
}

.foot-address-wrapper {
    display: flex;
}

.foot-address-wrapper p,
.foot-address-wrapper p a {
    color: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.foot-address-wrapper p a:hover {
    text-decoration: underline;
    padding-left: 5px;
}


.foot-address-icon i {
    color: #fff;
    padding: 6px 15px 0 0;
}

.quick-links {
    column-count: 2;
}



@media (max-width: 1024px) {
    html {
      font-size: 60%;
    }
    .pd-80 {
      padding: 60px 0;
    }
    .check-list.mw-50 li {
      width: 50%;
    }
    .check-list.mw-30 li {
      width: 50%;
    }
  }
  @media (max-width: 990px) {
    html {
      font-size: 55%;
    }
    .footer-left-block {
      text-align: center;
      margin: 0px 0 30px;
    }
  }

@media (max-width: 767px) {
    header {
      position: sticky;
    }
    .copyright-bg,
    .copyright-bg .copyright-r {
      text-align: center;
    }
    .get-social {
      justify-content: center;
    }
    .footer-bg .get-social a {
      margin: 0px 6px;
    }
    .foot-head::after {
      margin: 0 auto;
      right: 0;
    }
    .footer-links li {
      justify-content: center;
    }
    .get-social {
      justify-content: center;
    }
    .get-social a {
      margin-right: 15px;
    }
    .footer-links.useful-links li a {
      flex-direction: row;
    }
    .footer-links.useful-links li i {
      margin-right: 8px;
    }
    .section-divider {
      margin: 0 0 40px;
    }
    .footer-links ul li {
      text-align: center;
    }
    .footer-links li a, .footer-links li p {
      align-items: center;
      flex-direction: column;
    }
    .footer-head {
      text-align: center;
      margin-bottom: 20px;
      margin-top: 25px;
    }
    .footer-social {
      justify-content: space-around;
    }
    .footer-bg {
      text-align: center;
    }
    .footer-links {
      text-align: center;
    }
    .footer-links li {
      justify-content: center;
    }
    .footer-links li {
      margin-bottom: 20px;
    }
  }