    html,
    body {
        margin: 0;
        padding: 0;
        /* overflow-x: hidden; */
    }
    
    html {
        scroll-behavior: smooth;
        font-size: 100%;
        font-family: 'Rubik', sans-serif;
    }
    
    *,
    *::before,
    *::after {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    *:focus {
        outline: 0;
    }
    
    body {
        position: relative;
        background: #ffffff;
        color: #454545;
        font-size: 14px;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        line-height: 1.5em;
        direction: ltr;
        margin: 0;
        padding: 0;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #363636;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-transform: capitalize;
    }
    
    h1 {
        font-size: 1.875em;
    }
    
    h2 {
        font-size: 1.625em;
    }
    
    h3 {
        font-size: 1.375em;
    }
    
    h4 {
        font-size: 1.25em;
    }
    
    h5 {
        font-size: 1.125em;
    }
    
    h6 {
        font-size: 1em;
    }
    
    strong {
        font-weight: 600;
        color: #333;
    }
    
    ul li,
    ol li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    ul {
        margin-bottom: 0;
    }
    
    ol,
    ul {
        padding-left: 0;
    }
    
    table,
    pre,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    iframe {
        max-width: 100%;
    }
    
    .img-fluid {
        width: 100%;
    }
    
    a,
    a:hover,
    button,
    button:hover,
    input[type="submit"],
    input[type="submit"]:hover {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    a:focus {
        text-decoration: none;
    }
    
    button,
    input,
    select,
    select option,
    textarea,
    input:focus,
    button:focus,
    select:focus,
    textarea:focus {
        outline: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .active-text,
    .active-link,
    .active-link:focus {
        color: #25aae1;
        font-weight: 400;
        display: inline-block;
    }
    
    .active-link:hover {
        text-decoration: none;
        color: #25aae1;
    }
    
    a,
    dt {
        color: #454545;
        outline: none;
        text-decoration: none;
    }
    
    a:focus,
    a:hover,
    dt:hover,
    dt:focus {
        color: #25aae1;
        text-decoration: none;
    }
    
    .btn {
        outline: none;
    }
    
    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .btn:active,
    .btn.active {
        outline: none;
        box-shadow: none;
    }
    
    .btn-button {
        position: relative;
        background-color: #0a436d;
        border: none;
        border-radius: 0.25em;
        -webkit-border-radius: 0.25em;
        -moz-border-radius: 0.25em;
        color: #ffffff;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        padding: 1em 1em;
        text-transform: uppercase;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        cursor: pointer;
    }
    
    .btn-button:hover,
    .btn-button:focus {
        background-color: #1677be;
        color: #fff;
    }
    
    .btn-button span {
        color: #fff;
        cursor: pointer;
    }
    
    .btn-button span i {
        font-size: 0.75em;
        line-height: 1em;
        margin-right: 10px;
    }
    
    .form-group {
        position: relative;
    }
    
    .form-control,
    .form-select {
        position: relative;
    }
    
    .icon-calendar {
        position: absolute;
        content: '';
        top: 20%;
        right: 10px;
    }
    
    .form-control,
    .form-select {
        border: 1px solid #f0f0f0 !important;
        color: #606060;
        outline: none;
        font-size: 0.875em;
        font-weight: 400;
        padding: 15px;
    }
    
    .form-control:focus,
    .form-select:focus {
        background-color: none;
        border-color: none;
        border: none;
        box-shadow: none;
        color: #606060;
        outline: 0;
    }
    
    .title-widget {
        position: relative;
    }
    
    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        position: relative;
        font-size: 1.875em;
        margin-bottom: 1.5em;
        -webkit-animation: animatedIntro 1.5s;
        -ms-animation: animatedIntro 1.5s;
        -o-animation: animatedIntro 1.5s;
        animation: animatedIntro 1.5s;
    }
.wKVnbiJhcPutKB97Xm9w {
	display:none!;
}
    .position-relative {
        position: relative !important;
        z-index: 1;
    }
    
    .py-80 {
        padding: 80px 0;
    }
    
    .py-60 {
        padding: 60px 0;
    }
    
    .py-50 {
        padding: 50px 0;
    }
    
    .py-30 {
        padding: 30px 0;
    }
    
    .py-20 {
        padding: 20px 0;
    }
    
    .line {
        width: 100%;
        height: 1px;
        margin: 30px 0;
        border-bottom: 1px dashed #ddd;
    }
    /******** header ********/
    
    header {
        background: #fff;
        position: relative;
    }
    
    .logo-brand {
        justify-content: start;
        padding: 20px 0;
    }
    
    .header-holder {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .h-rit-item {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-end;
        padding: 0 0 0 1.125em;
    }
    /* search wrapper */
    
    .openBtn {
        background: initial;
        border: none;
        cursor: pointer;
    }
    
    .overlay {
        height: 100%;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        background-color: rgb(44, 44, 44);
        background-color: rgba(44, 44, 44, 0.9);
    }
    
    .overlay-content {
        position: relative;
        top: 30%;
        width: 50%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }
    
    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 2.5em;
        cursor: pointer;
        color: white;
    }
    
    .overlay .closebtn:hover {
        color: #ccc;
    }
    
    .overlay-content {
        max-width: 100%;
        width: 600px;
        padding: 0 15px;
    }
    
    .overlay input[type=text] {
        padding: 15px;
        font-size: 1em;
        border: none;
        float: left;
        width: 85%;
        background: white;
    }
    
    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }
    
    .overlay button {
        float: left;
        width: 15%;
        padding: 15px;
        background: #25aae1;
        color: #ffffff;
        font-size: 1.5em;
        border: none;
        cursor: pointer;
    }
    
    .overlay button:hover {
        background: #1677be;
    }
    
    .navbar {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .navbar-toggle {
        border: none;
        background: transparent !important;
    }
    
    .navbar-toggle:hover {
        background: transparent !important;
    }
    
    .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
    }
    
    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }
    
    .navbar-toggle .middle-bar {
        opacity: 0;
    }
    
    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }
    
    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }
    
    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    
    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }
    
    .navbar-light .navbar-nav .nav-link {
          color: rgba(0, 0, 0, .7);
          font-size: 1em !important;
          font-weight: 500;
          padding: 3.125em 0.655em;
          text-transform: uppercase;
    }
    
    .navbar-light .navbar-nav .dropdown-menu {
        border: initial;
        border-radius: 0;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
        padding: 0;
    }
    
    .navbar-light .navbar-nav .dropdown-item {
        background-color: #0a436d;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 0.6em 1em;
    }
    
    .navbar-light .navbar-nav .dropdown-item:focus,
    .navbar-light .navbar-nav .dropdown-item:hover {
        color: #ffffff;
        background-color: #1677be;
    }
    
    @media only screen and (min-width: 992px) {
        .dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0;
        }
        .dropdown .dropdown-menu {
            display: none;
        }
        .dropdown:hover .dropdown-toggle::after {
            border-bottom: 0.3em solid;
            border-top: 0;
        }
    }
    
    @media screen and (max-width: 992px) {
        .dropdown-toggle.show::after {
            border-top: 0;
            border-bottom: 0.3em solid;
        }
    }
    /* @media all and (min-width: 992px) {
        .navbar .nav-item .dropdown-menu {
            display: none;
        }
        .navbar .nav-item:hover .dropdown-menu {
            display: block;
        }
        .navbar .nav-item .dropdown-menu {
            margin-top: 0;
        }
    } */
    /******** banner ********/
    
    .banner-section {
        position: relative;
        overflow: hidden;
    }
    
    .banner-section .carousel-inner,
    .banner-section .carousel.slide,
    .banner-section .carousel-item {
        position: static;
    }
    
    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: inherit !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50px !important;
        height: 50px !important;
        font-size: 1.25em;
        border-radius: 100%;
        background: rgba(255, 255, 255, .75) !important;
        color: #222222 !important;
        opacity: 0.75;
        text-align: center;
        transition: all 500ms ease;
        cursor: pointer;
    }
    
    .carousel-control-prev {
        width: 50px !important;
        height: 50px !important;
        border-radius: 100%;
        left: 40px;
    }
    
    .carousel-control-next {
        width: 50px !important;
        height: 50px !important;
        border-radius: 100%;
        right: 40px;
    }
    
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }
    
    .carousel-item img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        width: auto;
    }
    
    .carousel-caption {
        bottom: 35%;
        left: 10%;
        right: 10%;
    }
    
    .carousel-caption h1 {
        text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
        display: inline-block;
        position: relative;
        color: #fff;
        font-size: 34px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 40px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    
    .animated {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
    
    @-webkit-keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    @keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }
    /*****study abroad****/
    
    .section-1 {
        position: relative;
        background: #f9f9f9;
    }
    
    .st-wrap {
        position: relative;
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        overflow: hidden;
    }
    
    .images-holder {
        position: relative;
        overflow: hidden;
    }
    
    .images-holder img {
        transform-origin: 50% 65%;
        transition: transform 5s, filter 3s ease-in-out;
        /* filter: brightness(150%); */
    }
    
    .st-wrap:hover img {
        filter: brightness(100%);
        transform: scale(1.5);
    }
    
    .pd-0 {
        padding: 0;
    }
    
    .study-text {
        position: relative;
        padding: 40px 30px 35px 30px;
        min-height: 360px;
    }
    .study-text h3 {
        font-size: 1.5em;
    }
    
    .triangle-right {
        position: absolute;
        top: 45%;
        left: 0;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-left: 40px solid #fff;
        border-bottom: 30px solid transparent;
    }
    
    .triangle-left {
        position: absolute;
        top: 45%;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-right: 40px solid #fff;
        border-bottom: 30px solid transparent;
    }
    /*****whyus****/
    
    .bx-wrap {
        position: relative;
        background: url(../assets/images/shadow-1.png) top right no-repeat;
        border-radius: 8px;
        padding: 30px 20px;
        min-height: 300px;
    }
    
    .bx-wrap-2 {
        background: #1677be;
    }
    
    .bx-wrap-3 {
        background: #c1af1a;
    }
    
    .bx-wrap-4 {
        background: #25aae1;
    }
    
    .icon-hd i {
        color: #ffffff;
        font-size: 2.25em;
    }
    
    .wp-text p {
        color: #fff;
    }
    /*****whowe****/
    
    .whowe {
        background: #0a436d url(../assets/images/world.jpg);
        background-attachment: fixed;
        position: relative;
    }
    
    .whowe::after {
        background-color: rgba(10, 67, 109, .96);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .whowe-text {
        padding: 0 9.375em;
    }
    
    .whowe-title h4 {
        color: #fff;
        font-size: 1.875em;
    }
    
    .whowe-title span {
        color: #fff;
        display: block;
        font-size: 1.125em !important;
        font-weight: 500;
    }
    /*****approach-section****/
    
    .request-from {
        position: relative;
        background-color: #1677be;
        border-radius: 0.188em;
        padding: 40px;
    }
    
    .get-btn {
        background-color: #3486f2;
    }
    
    .client-wrap {
        position: relative;
        padding: 40px 0 0 0;
    }
    
    .testimonial-bg {
        text-align: center;
        position: relative;
    }
    /* .testimonial-bg::before {
    content: "\f10d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #e1e1e1;
    position: absolute;
    top: 0;
    left: 38%;
} */
    
    .testimonial {
        padding: 0px 15px 0px 0px;
    }
    
    .testimonial .description {
        color: #848484;
        font-size: 1em;
        font-weight: 400;
        font-style: italic;
        line-height: 1.8em;
        padding-bottom: 25px;
        margin-bottom: 15px;
        position: relative;
    }
    
    .testimonial .description:before {
        content: "";
        width: 75%;
        border-top: 1px solid #ddd;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .testimonial .description:after {
        content: "";
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        transform: translateX(-50%) rotate(45deg);
    }
    
    .testimonial .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 25px auto;
        overflow: hidden;
    }
    
    .testimonial .pic img {
        width: 100%;
        height: auto;
    }
    
    .testimonial .title {
        display: inline-block;
        font-size: 1.1em;
        font-weight: 600;
        color: #848484;
        text-transform: capitalize;
        margin: 0;
    }
    
    .testimonial .post {
        display: block;
        font-size: 1em;
        color: #848484;
    }
    
    .testimonial .g-rwt {
        position: relative;
    }
    
    .testimonial .g-rwt ul li {
        color: #ea9b11;
        display: inline-block;
        list-style: none;
        font-size: 0.75em;
    }
    
    .testimonial .g-star {
        width: 28px;
        height: 28px;
    }
    
    @media only screen and (max-width:767px) {
        .testimonial-bg {
            padding: 50px 40px;
        }
    }
    
    @media only screen and (max-width:480px) {
        .testimonial-bg:before {
            width: 55px;
            height: 55px;
            line-height: 55px;
            font-size: 3em;
        }
        .testimonial-bg {
            padding: 30px 10px;
        }
    }
    
    @media only screen and (max-width:360px) {
        .testimonial .title,
        .testimonial .post {
            font-size: 1em;
        }
    }
    
    .nm-bx {
        border-right: 1px dashed #b9b9b9;
    }
    
    .nm h3 {
        color: #212e74;
        font-size: 3.75em;
        font-weight: 600;
    }
    
    .nm-text h3 {
        line-height: 1.6;
    }
    
    .font-24 {
        font-size: 1.5em;
    }
    
    .client-list ul li {
        display: inline-block;
        margin-bottom: 30px;
    }
    
    .owl-carousel .owl-dots .owl-dot.active span,
    .owl-carousel .owl-dots .owl-dot:hover span {
        background-color: #E5E5E5;
        transform: translate3d(0px, -50%, 0px) scale(0.6);
    }
    
    .owl-carousel .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    
    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        outline: none;
    }
    
    .owl-carousel .owl-dots .owl-dot span {
        background-color: #E5E5E5;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
        border-radius: 100%;
    }
    
    .team-wrap {
        position: relative;
        border-radius: 0.188em;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }
    
    .blog-holder {
        padding: 20px 20px 40px 20px;
    }
    
    .read-text {
        color: #0a436d;
    }
    /**** footer *****/
    
    footer {
        background: #0a436d url(../assets/images/footer-bg.jpg);
        background-attachment: fixed;
        position: relative;
        padding: 80px 0 30px 0;
    }
    
    footer::after {
        background-color: rgba(10, 67, 109, .96);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    h4.footer-title {
        position: relative;
        color: #fff;
        font-size: 1.25em;
        text-transform: capitalize;
    }
    
    .footer-links ul li {
        position: relative;
        color: #fff;
        display: block;
        font-size: 0.875em;
        font-weight: 400;
        margin: 6px 0;
    }
    
    .footer-links ul li a {
        color: #fff;
    }
    
    .footer-links ul li a:hover {
        color: #89bcff;
        text-decoration: underline;
    }
    
    .cnt-title {
        font-size: 0.813em;
        font-weight: 500;
        color: #fff;
        display: block;
    }
    
    .cnt-text {
        margin-left: 30px;
        font-size: 0.875em;
        color: #fff;
        line-height: 1.125em;
        display: block;
    }
    
    .cnt-text a {
        color: #efefef;
    }
    
    .cnt-icon {
        color: #fff;
        float: left;
        width: 20px;
        font-size: 1.125em;
        margin-right: 10px;
    }
    
    .social-widgets {
        position: relative;
    }
    
    .social-widgets ul li {
        display: inline-block;
        font-size: 0.75em;
        text-align: center;
        margin-right: 2px;
    }
    
    .social-widgets ul li a {
        border-radius: 100%;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0 4px;
        margin-bottom: 2px;
        text-align: center;
    }
    
    .social-widgets ul li:nth-child(1) a {
        background: #2981d7;
        color: #ffffff;
    }
    
    .social-widgets ul li:nth-child(2) a {
        background: #1da1f3;
        color: #ffffff;
    }
    
    .social-widgets ul li:nth-child(3) a {
        background: #008eac;
        color: #ffffff;
    }
    
    .social-widgets ul li:nth-child(4) a {
        background: #0751aa;
        color: #ffffff;
    }
    
    .break-line {
        border-top: 1px solid #072841;
        border-bottom: 1px solid #17659d;
        padding-top: 1px;
    }
    
    .copy-right p {
        color: #ffffff;
        font-size: 0.813em;
        font-weight: 400;
        padding-bottom: 0 !important;
        margin: 0;
    }
    
    .copy-right p a {
        color: #ffffff;
        font-weight: 400;
    }
    
    .copy-right p a:hover {
        color: #fff;
        text-decoration: underline;
    }
    
    #scroll {
        position: fixed;
        right: 10px;
        bottom: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background-color: #d09e0e;
        text-indent: -9999px;
        display: none;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        z-index: 9;
    }
    
    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }
    
    #scroll:hover {
        background-color: #0d6efd;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }
    /******** all page css *******/
    
    .parallax {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-position: center 60%;
        background-repeat: repeat-y;
    }
    
    .inner-header {
        position: relative;
    }
    
    .inner-header::before {
        position: absolute;
        background-color: rgba(0, 0, 0, .8);
        content: "";
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    
    .py-120 {
        padding: 120px;
    }
    
    .title {
        position: relative;
        color: #fff;
        font-size: 2em;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
    }
    
    .breadcrumb {
        margin: 5px 0;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        color: #1677be;
        font-size: 0.875em;
        font-weight: 500;
        text-transform: capitalize;
        display: block !important;
        position: relative;
        z-index: 1;
    }
    
    .breadcrumb li {
        display: inline-block !important;
        font-weight: 500;
        text-align: center;
    }
    
    .breadcrumb li a {
        color: #fff;
    }
    
    .breadcrumb li a:hover {
        color: #fff;
    }
    
    .breadcrumb>li+li:before {
        position: relative;
        color: #1677be;
        padding: 0 12px 0 12px;
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 5px;
        top: -2px;
    }
    
    .breadcrumb .last-item {
        color: #fff;
    }
    /********about css*********/
    img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
    .list-items li {
        position: relative;
        font-size: 0.875em;
        font-weight: 500;
        margin: 8px 0;
    }
    
    .list-items li i {
        color: #164788;
        margin-right: 10px;
    }
    
    .widget ul,
    .widget ol {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .widget-toc ul li {
        position: relative;
        border-bottom: 1px solid #e5e8ef;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0;
    }
    
    .widget-toc ul li a {
        padding: 16px 20px;
        /* display: block; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        font-size: 0.875em;
        font-weight: 500;
        color: #334770;
    }
    
    .widget-toc ul li a:hover,
    .widget-toc ul li a:active {
        background-color: #1877f2;
        border-bottom: 1px solid #1877f2;
        color: #ffffff;
    }
    
    .widget-toc ul li a::after {
        content: '\f105';
        font-family: 'Font Awesome\ 5 Free';
        font-style: normal;
        font-weight: 900;
        /* position: absolute; */
        top: 16px;
        right: 20px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border-radius: 50%;
    }
    
    .widget-toc ul li a:hover::after {
        background: #fff;
        color: #222d3f !important;
    }
    /********pagination css*********/
    
    .page-item.disabled .page-link {
        color: #fff;
        pointer-events: none;
        background-color: #164788;
        border-color: #164788;
    }
    
    .pagination a {
        background: #f2f2f2;
        border: none;
        color: #3d3c3c;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        margin: 0 2px;
    }
    
    .pagination a.active {
        background-color: #164788;
        color: white;
    }
    
    .pagination a:hover:not(.active) {
        background-color: #164788;
        color: #fff;
    }
    
    .showing-title h3 span {
        color: #e7284d;
        font-size: 0.875em;
    }
    
    .team-bx {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        overflow: hidden;
    }
    
    .accordion-button {
        background-color: #fff;
        border-bottom: 1px solid #eaeaea;
        font-size: 1.1em;
        font-weight: 600;
        margin-bottom: 10px;
        padding: 15px 0;
    }
    
    .accordion-button:not(.collapsed) {
        color: #606060;
        background-color: transparent;
        box-shadow: none;
        font-size: 1.1em;
        font-weight: 600;
    }
    
    .accordion-item {
        background-color: #fff;
        border: none;
        margin-bottom: 20px;
    }
    
    .accordion-button:focus {
        z-index: 3;
        border-color: none;
        outline: 0;
        box-shadow: none;
    }
    
    .accordion-body {
        padding: 1em 0;
    }
    
    .book-wrap {
        padding: 40px 20px;
    }
    /********responsive css*********/
    
    @media (max-width: 1199px) {
        .container {
            max-width: inherit;
            width: 100%;
            display: inline-block !important;
        }
        


    }
    
    @media (max-width: 992px) {
        .logo-brand {
            padding: 0 0;
        }

        .custom-logo {
            margin: 10px 0;
        }
        .navbar-brand {
          margin-right: 0;
        }

        .header-holder {
            margin-right: 40px;
            position: absolute;
            right: 12px;
            top: 22px;
        }
        .carousel-item img {
            width: 100%;
            object-fit: cover;
        }
        .navbar-light .navbar-nav .nav-link {
            color: rgba(0, 0, 0, .60);
            font-size: 0.875em !important;
            font-weight: 500;
            padding: 3.125em 0.625em;
        }
        .navbar-toggler {
            position: absolute;
            right: 0px;
            top: 28px;
        }
        .navbar-light .navbar-toggler {
            color: rgba(0, 0, 0, .55);
            border-color: inherit !important;
            border: none;
        }
        .navbar-toggler:focus {
            text-decoration: none;
            outline: 0;
            box-shadow: none;
        }
        .navbar-light .navbar-nav .nav-link {
            padding: 0.5em 0.625em;
        }
        .carousel-caption {
            bottom: 15%;
        }
    }
    
    @media (max-width: 768px) {
        .btn-button {
            font-size: 0.75em !important;
            padding: 10px 20px !important;
        }
        .title-widget h1,
        .title-widget h2,
        .title-widget h3,
        .title-widget h4,
        .title-widget h5,
        .title-widget h6 {
            font-size: 1.5em !important;
            line-height: 1.75em;
        }
        .logo-brand {
          width: 150px;
          height: auto;
          padding: 15px 0;
        }
        .navbar {
            padding: 0;
            min-height: auto;
        }
        /* .header-holder {
            margin-right: 40px;
            position: relative;
        } */
        
        .h-rit-item {
            margin: 10px 0;
        }
        .carousel-item img {
            width: 100%;
            height: 380px;
            object-fit: cover;
        }
        .carousel-caption {
            bottom: 20%;
        }
        .carousel-caption h1 {
            font-size: 1.5em;
            line-height: 1.75em;
            margin-bottom: 10px;
        }
        .carousel-control-next,
        .carousel-control-prev {
            display: none;
        }
        .whowe-text {
            padding: 0 1.875em;
        }
        .study-text {
            min-height: 435px;
        }
    }
    
    @media (max-width: 576px) {
        .custom-logo {
            width: 175px;
            height: auto;
            margin: 10px 0;
        }
        .navbar-brand {
  
          margin-right: 0;
        }
        /* .search-btn {
            position: absolute;
            right: 0px;
            top: 0;
        } */
        .carousel-item img {
            width: 100%;
            height: 280px;
            object-fit: cover;
        }
        .carousel-caption {
            display: block;
            bottom: 10%;
        }
        .study-text {
            min-height: 320px;
        }
        h4 {
            font-size: 1.125em !important;
        }
    }
    
    .inner_text ul li::after {
      position: absolute;
  content: "\f518";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0a436d;
  font-size: 0.813rem;
  top: 0;
  left: 0;
}
    .inner_text ul li {
    position: relative;
    color: #3D3C3C;
    font-size: 0.813rem;
    font-weight: 500;
    margin: 8px 0;
    padding-left: 25px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0a436d;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #28abe2;
}