/* @font-face {
    font-family: "mouse-300";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "mouse-500";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
} */
/* ===================================== Basic CSS ================================== */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #444;
}

a:hover {
    color: #444;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.cp {
    cursor: pointer;
}

html,
body {
    height: 100%;
}

p {
    margin-bottom: 0px;
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.hid {
    display: none;
}

.top-mar {
    margin-top: 15px;
}

.h-100 {
    height: 100%;
}

::placeholder {
    color: #747f8a !important;
    font-size: 13px;
    opacity: 0.5 !important;
}

.container-fluid {
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

strong {
    font-family: "mouse-500", Arial, Helvetica, sans-serif;
}
* {
    font-family: "Poppins", sans-serif;
}
body {
    background-color: #f7f7ff !important;
    /* font-family: "mouse-300", Arial, Helvetica, sans-serif; */
    font-family: "Poppins", sans-serif;
    color: #6a6a6a;
}

.session-title {
    padding: 30px;
    margin: 0px;
}
.session-title h2 {
    width: 100%;
    text-align: center;
}
.session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
}
.session-title span {
    float: right;
    font-style: italic;
}

.inner-title {
    padding: 20px;
    padding-left: 0px;
    margin-bottom: 30px;
}
.inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #3382c7;
}
.inner-title p {
    width: 100%;
    text-align: center;
}

.page-nav {
    padding: 40px;
    text-align: center;
    padding-top: 205px;
    background: linear-gradient(45deg, #0d68d2, #ffffff6b),
        url(../images/bg2.jpg);
}
.page-nav ul {
    float: none;
    margin: auto;
}
.page-nav h2 {
    font-size: 36px;
    width: 100%;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .page-nav h2 {
        font-size: 26px;
    }
}
.page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.page-nav ul li i {
    width: 30px;
    text-align: center;
    color: #fff;
}
.page-nav ul li a {
    color: #fff;
}
.page-nav ul li:last-child {
    color: yellow;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.btn-success {
    background-color: #00ab9f;
    border-color: #00ab9f;
}
.btn-success:hover {
    background-color: #00ab9f !important;
    border-color: #00ab9f !important;
}
.btn-success:active {
    background-color: #00ab9f !important;
    border-color: #00ab9f !important;
}
.btn-success:focus {
    background-color: #00ab9f !important;
    border-color: #00ab9f !important;
    box-shadow: none !important;
}

.btn-info {
    background-color: #13287e;
    border-color: #13287e;
}
.btn-info:hover {
    background-color: #13287e !important;
    border-color: #13287e !important;
}
.btn-info:active {
    background-color: #13287e !important;
    border-color: #13287e !important;
}
.btn-info:focus {
    background-color: #13287e !important;
    border-color: #13287e !important;
    box-shadow: none !important;
}

.btn {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.form-control:focus {
    box-shadow: none !important;
    border: 2px solid #00a8df;
}

.btn-light {
    background-color: #fff;
    color: #3f3f3f;
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}
.collapse.show {
    display: block !important;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #0d7a40 !important;
}

.form-control {
    background-color: #f8f8f8;
    margin-bottom: 20px;
}
.form-control:focus {
    background-color: #fff;
    border-color: #ccc;
}

/* ===================================== Header CSS ================================== */
body {
    overflow-x: hidden;
}

header {
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    position: absolute;
    width: 100%;
    z-index: 999;
    /* background-color: #fff; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .header-top {
    background-color: #fff;
    border-bottom: 1px solid #cccccc6b;
}
header .header-top .left-item ul li {
    float: left;
    color: #0d68d2;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-family: "mouse-500", Arial, Helvetica, sans-serif;
}
header .header-top .right-item ul {
    float: right;
}
header .header-top .right-item ul li {
    float: left;
    color: #0d68d2;
    padding: 10px;
    font-size: 1rem;
}
header .header-nav {
    background-color: #13287e;
    background-color: #00539c;
}
.quotewrapper .form {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}
.quotewrapper .form h3 {
    color: #fff;
}

.quotewrapper .form input,
.quotewrapper .form select,
.quotewrapper .form textarea {
    margin-bottom: 15px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* background: rgba(255, 255, 255, 0.2); */
}
header .header-nav .nav-item ul li {
    float: left;
    font-weight: 600;
    font-size: 15px;
    padding: 30px;
    color: #fff;
}
header .header-nav .nav-item ul li a {
    color: #fff;
}
@media screen and (max-width: 916px) {
    header .header-nav .nav-item ul li {
        padding: 30px 10px;
    }
}
@media screen and (max-width: 767px) {
    header .header-nav .nav-item ul li {
        float: none;
        padding: 14px;
        border-top: 1px solid #cccccc63;
    }
}
header .header-nav .nav-img img {
    width: 260px;
    padding: 10px;
    padding-top: 15px;
}
@media screen and (max-width: 340px) {
    header .header-nav .nav-img img {
        width: 230px;
    }
}
header .scroll-to-fixed-fixed {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.small-menu {
    float: right;
    color: #fff;
    font-size: 32px;
    margin-top: 23px;
    margin-right: 12px;
}

/* ===================================== Slider CSS ================================== */
.slider {
    height: 650px;
    overflow: hidden;
    background-image: url(../images/slider.jpg);
    padding-top: 150px;
    background: #00539c;
    background: linear-gradient(
            rgb(0 83 156),
            rgb(0 83 156 / 76%),
            rgb(0 83 156 / 84%)
        ),
        url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.slider .container {
    max-width: 1250px;
}
.slider .slider-titl {
    color: #ffffff;
    /* text-align: center; */
    padding-top: 40px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .slider {
        height: auto;
        overflow: auto;
    }
    .inner-title {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
    .slider .slider-titl {
        width: 100%;
    }
}

.slider .slid-img {
    margin-top: -80px;
}
.slider .slidgb {
    vertical-align: middle;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}
.slider .slidgb h1 {
    color: #fff;
    font-size: 55px;
}
.slider .slidgb p {
    margin-top: 20px;
    font-size: 1.2rem;
}
.slider .landingbtn {
    width: 100%;
    padding: 50px 0;
}
.slider .landingbtn .btn {
    width: 45%;
    margin-left: 10px;
}

/* ===================================== Key Features CSS ================================== */
.latest-features {
    padding: 50px;
    background-color: #fff;
}
@media screen and (max-width: 940px) {
    .latest-features {
        padding: 50px 10px;
    }
}
.latest-features .single-feature {
    background-color: #fff;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 7px 20px rgba(85, 85, 85, 0.16);
}
.latest-features .single-feature img {
    width: 100%;
    border-radius: 20px;
}
.single-feature img {
    height: 220px;
}
section.custom-msg h3 {
    font-size: 41px;
    margin-bottom: 65px;
}
.services-menubox ul li a {
    display: flex;
    align-items: baseline;
}
.services-menubox ul {
    height: 220px;
    overflow-y: scroll;
}
.latest-features .single-feature h5 {
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
}
.latest-features .single-feature i {
    background-color: #ddaa1c;
    padding: 13px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    position: absolute;
    margin-top: -78px;
    margin-left: -17px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    border-radius: 50px;
}
.latest-features .single-feature:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.latest-features .single-feature p {
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.latest-features .single-feature .bn-dgt {
    padding: 30px;
}

.packages {
    padding: 50px;
}
@media screen and (max-width: 940px) {
    .packages {
        padding: 50px 10px;
    }
}
.packages .product-box {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.packages .product-box .product-header {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.packages .product-box .product-header h4 {
    margin-bottom: 0px;
}
.packages .product-box .product-header p {
    font-size: 0.9rem;
}
.packages .product-box .product-popular {
    padding: 16px;
    color: #fff;
    background-color: #13287e;
    font-family: "mouse-500", Arial, Helvetica, sans-serif;
    text-align: center;
}
.packages .product-box .product-price {
    padding: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.packages .product-box .product-features {
    text-align: center;
}
.packages .product-box .product-features ul li {
    padding: 3px;
    color: #444;
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
}
.packages .product-box .product-features .smal {
    margin-top: 20px;
}
.packages .product-box .product-features .smal li {
    font-weight: 300;
    color: #6d6a6a;
    font-size: 0.9rem;
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
}
.packages .product-box .product-order {
    padding: 20px;
}
.packages .product-box .product-order a {
    background-color: #0d68d2;
    width: 100%;
    text-align: center;
    color: #fff;
    border-color: #0d68d2;
    font-family: "mouse-500", Arial, Helvetica, sans-serif;
}
.packages .product-box .product-order a i {
    margin-right: 10px;
}
.packages .product-box .product-order a:hover {
    color: #fff;
}
.packages .ultimate {
    margin-top: -40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .packages .ultimate {
        margin-top: 30px;
    }
}
.packages .inner-title {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .packages .inner-title {
        margin-bottom: 30px;
    }
}

.custom-msg {
    padding: 80px 50px;
    background-color: #0098ef;
    color: #fff;
    background: linear-gradient(45deg, #0d68d2ba, #010b3ba3),
        url(../images/ceobg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-msg .cust-msg {
    text-align: center;
}
.custom-msg .cust-msg h2 {
    width: 100%;
    margin-bottom: 20px;
}
.custom-msg .cust-msg p {
    margin-bottom: 30px;
}
.custom-msg .cust-msg .btn {
    font-family: "mouse-300", Arial, Helvetica, sans-serif;
    border-radius: 8px;
}

/* ===================================== Testimonial Style  ================================== */
.testimonial-container {
    padding: 50px;
    background-color: #fff;
}
@media screen and (max-width: 940px) {
    .testimonial-container {
        padding: 50px 10px;
    }
}
.testimonial-container .float-auto {
    float: none;
    margin: auto;
}

.testimonial {
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #0098ef;
    position: relative;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #0098ef;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -2px;
}

.testimonial .title {
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #0098ef;
    font-size: 20px;
    font-weight: 700;
    color: #0098ef;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}

.testimonial .post {
    font-size: 15px;
    color: #0098ef;
}

.owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}

.owl-prev {
    position: absolute;
    left: -5%;
}

.owl-next {
    position: absolute;
    right: -5%;
}

.owl-prev:after,
.owl-next:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #0098ef;
    opacity: 1;
}

.owl-next:after {
    content: "\f105";
}

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 70px 10px 30px;
    }

    .testimonial .description:before {
        top: -20px;
    }

    .testimonial .title {
        font-size: 12px;
    }

    .testimonial .post {
        font-size: 11px;
    }
}
/* ===================================== Fooer CSS ================================== */
.footer {
    padding: 50px;
    background-color: #010b3b;
    color: #fff;
}
@media screen and (max-width: 940px) {
    .footer {
        padding: 50px 10px;
    }
}
.footer h2 {
    font-size: 26px;
    margin-top: 10px;
}
.footer p {
    /* text-align: justify; */
    margin: auto;
    /* text-indent: 20px; */
    font-size: 0.9rem;
}
.footer .link-list li {
    padding: 7px;
    border-bottom: 1px solid #6c6c6c;
}
.footer .link-list li a {
    color: #fff;
}
.footer .link-list li i {
    float: right;
}
.footer .map-img {
    font-weight: 600;
    font-size: 17px;
    padding-left: 20px;
}

.copy {
    padding: 20px;
    background-color: #13287e;
    color: #fff;
}
.copy a {
    color: #fff;
    display: block;
}
.copy span {
    float: right;
}
.copy span i {
    margin-right: 20px;
}
@media screen and (max-width: 777px) {
    .copy span {
        display: none;
    }
}

/* ===================================== About Us CSS ================================== */
.with-medical {
    padding: 50px;
    background-color: #fff;
}
@media screen and (max-width: 940px) {
    .with-medical {
        padding: 50px 10px;
    }
}
.with-medical .txtr {
    padding: 10px;
}
.with-medical .txtr h4 {
    font-size: 32px;
    line-height: 45px;
}
.with-medical .txtr h4 span {
    color: #dfa606;
    font-weight: 700;
}
.with-medical .txtr p {
    text-indent: 20px;
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: justify;
}
.with-medical .txtr ul {
    margin-top: 20px;
}
.with-medical .txtr ul li {
    padding: 4px;
}
.with-medical .txtr ul li i {
    color: #03509e;
    font-size: 14px;
    margin-right: 10px;
}
.with-medical .count-bx {
    text-align: center;
    padding: 50px 30px;
    background-color: #0d68d2;
    color: #fff;
    margin-top: 30px;
    border-top-right-radius: 101px;
    border-bottom-left-radius: 101px;
}
.secondbg {
    background-color: #ffd662 !important;
}
.color-blue {
    color: #18609e !important;
}
.with-medical .count-bx h4 {
    color: #ffe823;
}

.team-11 {
    background-color: #fbfbfb;
}

.contact-rooo {
    padding: 50px;
    background-color: #fff;
}
@media screen and (max-width: 940px) {
    .contact-rooo {
        padding: 50px 10px;
    }
}

/* ===================================== Our Team Style  ================================== */
.our-team-cover {
    padding: 50px;
}
@media screen and (max-width: 940px) {
    .our-team-cover {
        padding: 50px 10px;
    }
}
.our-team-cover .our-team {
    text-align: center;
    position: relative;
}
.our-team-cover .our-team .pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid #13287e;
    margin: 0 auto;
    overflow: hidden;
}
.our-team-cover .our-team img {
    width: 100%;
    height: auto;
}
.our-team-cover .our-team .social {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 20px;
    transition: all 0.3s ease-out 0s;
}
.our-team-cover .our-team .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #f28a31;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    transform: scale(0);
    transition: all 0.2s ease 0s;
}
.our-team-cover .our-team:hover .social li a {
    transform: scale(1);
}
.our-team-cover .our-team:hover .social li a:hover {
    background: #7a4b94;
}
.our-team-cover .our-team .team-content {
    padding: 15px 15px 20px;
    background: #0d68d2;
    border-radius: 40px 10px;
    margin-top: -20px;
    color: #fff;
}
.our-team-cover .our-team .title {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.our-team-cover .our-team .post {
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.our-team-cover .our-team .description {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 0;
}
@media only screen and (max-width: 990px) {
    .our-team-cover .our-team {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 359px) {
    .our-team-cover .our-team .pic {
        width: 150px;
        height: 150px;
    }
    .our-team-cover .our-team .social {
        top: 20px;
    }
}

/*====================================== Blog Style ====================================*/
.blog {
    padding: 50px;
    background-color: #fbfbfb;
}
@media screen and (max-width: 990px) {
    .blog {
        padding: 50px 10px;
    }
}
@media screen and (max-width: 1199px) {
    .blog .container {
        max-width: 100%;
    }
}
.blog .blog-singe {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 30px;
}
.blog .blog-singe .blog-img-tab {
    padding: 0px;
}
.blog .blog-singe .blog-content-tab {
    padding: 15px;
}
.blog .blog-singe .blog-content-tab h2 {
    font-size: 19px;
}
.blog .blog-singe .blog-content-tab i {
    margin-right: 10px;
    font-size: 12px;
}
.blog .blog-singe .blog-content-tab i small {
    margin-left: 5px;
    font-size: 100%;
}
.blog .blog-singe .blog-content-tab .blog-desic {
    margin-top: 8px;
    font-size: 12px;
    text-indent: 20px;
    margin-bottom: 10px;
}
.blog .blog-singe .blog-content-tab a {
    color: #06b2b6;
    font-size: 12px;
}
.blog .blog-singe .blog-content-tab a i {
    margin-left: 15px;
    font-size: 13px;
}

.blog-new-page {
    background-color: #fff;
}

/*# sourceMappingURL=style.css.map */

/* new added */
.landingbtn .btn:hover {
    color: #00539c !important;
    background: #fff !important;
}

.landingbtn .btn {
    position: relative;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #00539c;
    border: none;
    border-radius: 5px;
    background: #ffd662;
    transition: 0.3s;
}
.formsubmit {
    width: 100%;
    background: #ffd662 !important;
}
input.formsubmit:hover {
    color: #00539c !important;
    background: #fff !important;
}
.services-menubox ul li {
    padding: 10px;
}
.services-menubox {
    padding: 20px;
    background: #e6e6e6;
}
.service-contentbox h5 {
    line-height: 35px;
    color: #cc470c;
    font-weight: 600;
}
.midheading {
    font-weight: 600;
    font-size: 20px;
    /* margin-bottom: -12px !important; */
    display: block;
}
.ceotextbox {
    display: flex;
    align-items: center;
    height: 100%;
}
.ceobox h3 {
    font-size: 44px;
}
.ceobox p {
    font-size: 18px;
    letter-spacing: 0.5px;
}
.ceo-img img {
    border-radius: 50%;
    width: 450px;
    height: auto;
    margin-bottom: 30px;
}
.color-2 {
    color: #ffd662;
}
/* footer */

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #00539c;
    color: #ffffff;
    font-weight: 300;
}
.footer .footer-contact,
.footer .footer-link,
.footer .footer-form {
    position: relative;
    margin-bottom: 45px !important;
}
.footer .footer-contact p {
    font-size: 14px;
}
.footer .footer-contact p i {
    width: 25px;
}
.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
}
.footer .footer-link a::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer-contact p {
    margin-bottom: 20px;
}
.footer .footer-social {
    position: relative;
    margin-top: 25px;
}
.footer .footer-social a {
    display: inline-block;
}
.footer .footer-social a i {
    margin-right: 15px;
    font-size: 25px;
    color: #ffffff;
}
.footer .footer-social a:hover i {
    color: #ffd662;
}
.footer .footer-menu {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-menu .f-menu {
    font-size: 0;
    text-align: center;
}
.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff;
}
.contactdetails {
    background: linear-gradient(45deg, #00539c, #4dabfe);
    height: 100%;
    padding: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
}
.contactdetails h2 {
    font-size: 49px;
    font-weight: 600;
}
.contactdetails p {
    text-wrap: wrap;
    display: block;
    overflow-wrap: break-word;
}
.colordark-2 {
    color: #e85f07;
}
.fw-600 {
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .slider .slidgb h1 {
        color: #fff;
        font-size: 52px;
        text-align: center;
    }
    .slider .slidgb p {
        margin-top: 20px;
        font-size: 0.85rem;
    }
    .slider .landingbtn {
        width: 100%;
        padding: 50px 0;
        text-align: center;
    }
    .slider {
        padding-bottom: 90px;
    }
    .slider .slidgb p {
        text-align: center;
    }
}
@media screen and (max-width: 540px) {
    .slider .slider-titl {
        padding-top: 101px;
    }
}
.nav-item .active {
    background: linear-gradient(45deg, #ffd662, #ffd662);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
