@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'Roboto Condensed';
}

.justify-content {
    justify-content: space-between;
}
body {
    font-size: 14px !important;
    color: #848484 !important;
    line-height: 26px !important;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif !important;
}
.pre-header {
    padding: 5px 0;
    background: #253477;
}
.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: inherit;
}
.header-full {
    box-shadow: 0 1px 10px 0 #ddd;
}
.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
    height: 48px;
}
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}
.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.align-to-right {
    float: right;
}
.nav-header {
    float: left;
}
.nav-header img {
    width: 100%;
}
.navigation-hidden .nav-header {
    display: none;
}
.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}
.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}
.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}
.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}
.nav-logo:focus>img {
    outline: initial;
}
.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}
.navigation-portrait .nav-toggle {
    display: block;
}
.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}
.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}
.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}
.navigation-portrait .nav-menu {
    width: 100%;
}
.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}
.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}
.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
}
.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0;
}
.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}
.nav-menu>li>a {
    padding: 40px 22px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    transition: color 0.3s, background 0.3s;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
}
.request-li {
    margin-top: 20px;
}
.request-li i {
    color: #000 !important;
}
.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}
.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #003cc7;
}
.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}
.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}
.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}
.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}
.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}
.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
}
.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #000000 #000000 transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}
.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}
.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}
.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}
.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}
.navigation-hidden .nav-search {
    display: none;
}
.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}
.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}
.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}
.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}
.nav-search-button:hover .nav-search-icon {
    color: #0050a6;
}
.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}
.navigation-portrait .nav-search-inner {
    height: 48px;
}
.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}
.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}
.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}
.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}
.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}
.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}
.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}
.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}
.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}
.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}
.nav-dropdown .nav-dropdown {
    left: 100%;
}
.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #6c0000;
}
.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #ffc07d;
}
.nav-dropdown.nav-dropdown-left {
    right: 0;
}
.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}
.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}
.nav-submenu li img {
    width: 15px;
}
.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}
.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}
.nav-dropdown>li>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}
.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}
.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}
.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}
.nav-dropdown-horizontal>li>a {
    position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}
.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}
.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}
.megamenu-panel [class*="container"] {
    width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}
.megamenu-panel-half {
    width: 50%;
}
.megamenu-panel-quarter {
    width: 25%;
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}
.megamenu-panel-row {
    width: 100%;
}
.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}
.megamenu-panel-row:after {
    clear: both;
}
.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}
.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}
.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}
.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}
.megamenu-panel-row .col-3 {
    width: 22.75%;
}
.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}
.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}
.megamenu-panel-row .col-6 {
    width: 48.5%;
}
.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}
.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}
.megamenu-panel-row .col-9 {
    width: 74.25%;
}
.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}
.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}
.megamenu-panel-row .col-12 {
    width: 100%;
}
.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}
.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}
.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}
.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5;
}
.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}
.megamenu-tabs-pane.active {
    display: block;
}
.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}
.megamenu-lists {
    width: 100%;
    display: table;
}
.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}
.megamenu-list:last-child {
    margin: 0;
    border: none;
}
.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}
.navigation-landscape .megamenu-list:last-child {
    border: none;
}
.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}
.megamenu-list>li>a:hover {
    background-color: #0050a6;
    color: #fff;
}
.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}
.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent;
}
.navigation-landscape .list-col-2 {
    width: 50%;
}
.navigation-landscape .list-col-3 {
    width: 33%;
}
.navigation-landscape .list-col-4 {
    width: 25%;
}
.navigation-landscape .list-col-5 {
    width: 20%;
}
.nav-dropdown>li>a {
    color: #ffffff;
    padding: 10px 28px 10px 10px;
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans';
}
.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #ffc07d;
}
.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%;
    }
}
.has-search {
    padding-left: 0;
    margin-top: 45px;
}
.has-search .form-control {
    display: block;
    width: 83%;
    height: 34px;
    padding: 6px 0;
    font-size: 14px;
    border: none;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #a7a7a7;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: none;
    font-family: system-ui;

    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 50px;
    right: 30px;
    background: url(../images/search.png) no-repeat 0 0;
    width: 26px;
    height: 25px;
    padding: 0;
    opacity: 0.6;
}
.view-all {
    margin: 33px auto;
    /* position: relative; */
    text-align: center;
    display: block;
    /* margin: 20px 0; */
    border: 2px solid #000;
    width: 12%;
    padding: 9px;
    font-size: 15px;
    font-family: system-ui;
    font-weight: 600;
    color: #000;
}
.footer-details h4 {
    font-size: 23px;
    font-family: 'Roboto Condensed';
    color: #ffffff;
    margin: 0;
    padding-bottom: 26px;
    font-weight: 600;
}
.footer-about-us {
    padding: 50px 30px 10px;
}
.footer-time h3 {
    font-family: 'Roboto Condensed';
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}
.footer-time i {
    font-size: 25px;
    color: #000;
    margin-bottom: 0px;
}
.footer-about-us h3 {
    font-size: 25px;
    font-family: 'Roboto Condensed';
    color: #000;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}
.footer-details p {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
}
.input-group-btn .btn {
    background: #000;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-weight: 500;
}
.footer_background {
    color: #fff;
    background: url(../images/footerbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 30px;
}
.footer-p p {
    padding: 5px 0;
    text-align: center;
    margin: 0;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    background-color: #000;
    color: #fff;
}
.footer-details ul {
    padding: 0;
}
.footer-details ul li {
    list-style: none;
    line-height: normal;
    margin-bottom: 10px;
}
.footer-p p {
    padding: 30px 0;
    text-align: center;
    margin: 0;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    background-color: #004da1;
    color: #fff;
    border-radius: 20px;
}
.footer-details ul li a {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.footer_body h1 {
    font-size: 28px;
    font-family: 'Roboto Condensed';
    color: #fed1a7;
}
.footer-contact h3 {
    font-family: 'Plus Jakarta Sans', serif;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.round-contact a {
    padding: 15px 50px !important;
    text-transform: uppercase;
    border-radius: 50px !important;
    font-size: 16px !important;
}
.round-contact {
    text-align: right !important;
    margin-top: 30px;
}
.footer-contact p {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    color: #e1d5c5;
    font-size: 13px;
    margin-bottom: 0;
}
.footer-contact {
    padding: 0 40px;
    border-color: #888 !important;
    border-left: 1px solid;
    border-right: 1px solid;
}
.footer_body ul li {
    text-align: left;
    list-style-type: none;
}
.footer-border {
    position: absolute;
    top: 0%;
    left: 4%;
    transform: translate(-3%, -50%);
}
.contact-content h4 {
    color: #000;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 700;
}
.contact-content p {
    font-size: 13px;
    line-height: normal;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 0;
    color: #323232;
}
.section-padding {
    padding: 60px 0;
}
.brand-carousel {
    background: #eee;
    margin-top: 10%;
}
.owl-dots {
    text-align: center;
}
.owl-dot {
    display: inline-block;
    height: 10px !important;
    width: 10px !important;
    background-color: #001a794a !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 4px;
}
.owl-dot.active {
    background-color: #001a79 !important;
}
.social-icon li a i {
    color: #fff !important;
    padding-top: 0;
    background-color: #005dc1;
    height: 35px;
    width: 35px;
    align-items: center;
    display: inline-flex;
    margin: 0 auto;
    justify-content: center;
    font-size: 16px;
    border-radius: 100px;
    margin-right: 10px;
}
.social-icon li {
    float: left;
}
.link-area {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 40px;
    background: tomato;
}
.link-area a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}
.big-heading {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #1caf86;
    font-family: system-ui;
    line-height: 38px;
    padding: 40px 0;
}

.big-heading span {
    font-family: 'system-ui';
    font-style: italic;
    font-size: 34px;
}

.big-heading b {
    font-size: 42px;
    font-family: system-ui;
}

.strong-bum {
    display: block;
    text-align: center;
    position: relative;
    top: -24px;
    font-size: 28px;
    font-family: revert;
}
.footer_body .form-control {
    border-radius: 50px;
    height: 42px;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    width: 300px !important;
    padding: 10px 12px;
}

.footer_body .input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -88px;
    border-radius: 50px;
    margin-top: 5px;
    margin-right: 3px;
    background: #008080;

}

.footer-loc-img {
    width: 15%;
}

.footer-loc-img img {
    width: 65%;
}

.footer-loc-content {
    width: 85%;
}
.footer-loc-content h5 {
    color: #e1d5c5;
    text-decoration: none;
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: 7px;
}
.footer-location {
    display: flex;
    padding: 5px 0;
}
.whats_app {
    position: fixed;
    right: 0px;
    bottom: 50px;
    z-index: 9999;
    font-size: 38px;
    margin: 0 auto;
    text-align: center;
}
.whats_app .fa-whatsapp {
    color: #ffffff;
    font-size: 30px !important;
    position: relative;
    top: 1px;
    background-color: #18c10d;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
}
.read-more-middle {
    display: block;
    margin: 1px auto;
    width: 10%;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #000;
    padding: 12px 4px;
    margin-bottom: 24px;
}

.healthy-section {
    margin-top: 10px;
}

.read-more-middle:hover {
    background: #008080;
    color: #fff;
}

.social_icon_links {
    margin-top: 20px;
}

.l-p {
    text-align: left !important;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #000 !important;
}

.carousel-indicators {
    bottom: -37px !important;
}

#myCarousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0009;
    background-color: #008080;
    border: 1px solid #008080;
    border-radius: 10px;
}

.product_details {
    margin: 100px 0 100px;
}

.shipping-b {
    font-size: 16px;
    font-family: system-ui;
}

.shipping-ul {
    margin-top: 8px;
    padding-inline-start: 10px;
}

.shipping-ul li {
    line-height: 30px;
    font-family: system-ui;
    font-size: 14px;
}

/* --------- prod box ---------- */
.prod-box {
    height: 250px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open sans', Arial;
}

.prod-box .img-holder {
    margin-top: 3px;
    text-align: center;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.prod-box .item-img-2 {
    display: none;
}

.prod-box .img-holder:hover .item-img-2 {
    display: block;
}

.prod-box .img-holder:hover .item-img-1 {
    display: none;
}

.prod-box .img-holder img {
    max-height: 100%
}

.prod-box .anons {
    padding: 5px;
    border-top: 1px solid #ddd;
}

.prod-box p {
    margin: 0;
    padding: 3px;
}

.prod-box .title {
    font-size: 16px;
    max-height: 45px;
    overflow: hidden;
    font-family: 'Open sans', Arial;
}

.prod-box .price {
    float: left;
    color: #D90000;
}

.prod-box .sold {
    float: right;
    color: #999
}

.prod-box .info {
    width: 60%;
    font-size: 12px;
    color: #666;
    float: left
}

.prod-box .action {
    width: 39%;
    float: right;
    position: relative;
}

.prod-box:hover .blok-hover {
    bottom: 0px;
    opacity: 1;
}

.blok-hover {
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    height: 36px;
    color: #fff;
    background-color: rgba(0, 90, 100, .4);
    z-index: 99;
    transition: all 200ms ease-in-out 0s;
}

.blok-hover a {
    color: inherit;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
}

.blok-hover a:hover {
    color: yellow
}

.prod-box .btn {
    background-color: #FF4000;
    border-radius: 0;
    font-size: 12px;
    padding: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
    border: 0
}

.prod-box .action .btn {
    width: 100%;
}

.prod-box .action .btn-add {
    display: none;
    position: absolute;
}

.prod-box .action:hover .btn-add {
    display: block
}

.prod-box .btn-order:hover {
    background-color: #d90000;
    color: #fff;
}

.prod-box .btn-add:hover {
    background-color: #d90000;
    color: #fff;
}

.copyright {
    text-align: center;
    background: #000b1d;
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    padding: 20px 0;
}

.terms-con {
    display: flex;
    justify-content: space-between;
}

.terms-con p {
    margin-bottom: 0rem;
}

.product-list .title a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all .3s ease 0s;
    color: #36454f;
}

.product-list strike {
    display: block;
    font-family: system-ui;
    color: #969696;
}

.product-list em {
    font-size: 14px;
    color: #969696;
    font-weight: 400;
    font-style: normal;
    margin-right: 3px;
}

.money {
    font-size: 14px;
    color: #dd4309;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-family: system-ui;
}

.productlisting-title {
    text-align: center;
    font-weight: 600;
    font-family: system-ui;
    font-size: 27px;
}

.wishlist-span {
    font-family: system-ui;
    /* margin-left: 15px; */
    font-size: 14px;
}

.wishlist-span i {
    margin-right: 6px;
}

/* Tabs panel */
.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.f-text {
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    display: inline;
    align-content: space-between;
}

.pre-header i {
    color: #fff;
    background: #528bea !important;
    margin-right: 2px;
    padding: 5px;
    font-size: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
}

.pre-button {
    background-color: #ca8a4e;
    padding: 11px 20px;
    font-family: 'Plus Jakarta Sans', serif;
}

.p-line {
    position: relative;
    content: '';
    background: #c7c7c7;
    width: 1px;
    height: 15px;
    top: 5px;
    right: 0;
    left: 0px;
    margin: 0 16px;
}

.headerdonate-btn {
    background: #000;
    border-radius: 50px;
    color: #fff !important;
    padding: 0 34px;
    font-size: 14px;
    /* width: 155px; */
    min-width: 40px;
    line-height: 40px;
}

.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.nav-line {
    position: relative;
    content: '';
    background: #e1e1e1;
    width: 1px;
    height: 69px;
    top: 0;
    right: 0;
    left: -65px;
    margin: 0 16px;
}

.pre-header-right i {
    color: #fff;
    background: #528bea !important;
    margin-right: 2px;
    padding: 5px;
    font-size: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
}

.slider .btn-primary {
    color: #fff;
    background-color: #013d6e;
    border-color: #013d6e;
    border-radius: 50px;
    width: 89%;
    font-family: system-ui;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 0 auto;
}

.pre-header .btn-primary {
    padding: 6px 22px;
    border-radius: 50px;
    margin: 3px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.pre-header .fa-user-o {
    color: #fff !important;
    margin-right: 5px;
}

.pre-header .btn-register {
    padding: 6px 22px;
    border-radius: 50px;
    margin: 3px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #0050a6;
    color: #fff;
}

.pre-header .fa-pencil {
    color: #fff !important;
    margin-right: 5px;
}

.pre-header .btn-register:hover {
    color: #fff;
}

.slider h1 {
    position: absolute;
    top: 50px;
    font-size: 27px;
    padding-left: 10%;
    /* text-align: center; */
    color: #072c5a;
    font-weight: 700;
}

.slider {
    position: relative;
}

.slider img {
    padding: 0;
    width: 100%;
}

.slider-content {
    padding: 27px 10% 0;
}

.slider-content h1 {
    color: #fff;
    font-size: 34px;
    margin-top: 30px;
}

.slider-content h1 span {
    color: #00c3fb;
}

.slider-content h5 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.enquiry-form {
    width: 25%;
    background: #fff;
    padding: 0 0;
    position: absolute;
    top: 97px;
    left: 10%;
    padding-bottom: 35px;
}

.transform-bg {
    background: url(../images/form-img.png) no-repeat 0 0;
    height: 150px;
    /* background-position: inherit; */
    background-size: contain;
    color: #fff;
    text-align: center;
    /* padding: 20px; */
    margin-bottom: 10px;
}
.style {
    width: 100%;
}
.about-img img {
    width: 100%;
    transition: .3s ease-in-out;
    border-radius: 30px;
}
.enquiry-form .form-group {
    padding: 0 20px;
}
.feature-img-90 {
    width: 90%;
}
.feature-section-right {
    padding: 48px 0;
}
.feature-section-right h2 {
    font-size: 23px;
    text-transform: uppercase;
}
.feature-section-right h2 span {
    color: #0075df;
}
.feature-section-right p {
    font-family: system-ui;
    font-size: 14px;
    /* letter-spacing: 0px; */
    line-height: 22px;
    color: #505050;
}
.easylearn-ul li {
    background: url(../images/check.jpg) no-repeat 0 3px;
    /* width: 202px; */
    padding-left: 31px;
    /* line-height: 38px; */
    font-size: 14px;
    font-family: system-ui;
    /* margin-bottom: 7px; */
    padding-bottom: 22px;
}
.easylearn-ul {
    list-style-type: none;
    width: 50%;
    float: left;
}
.app-portion h4 {
    text-transform: uppercase;
    font-family: system-ui;
    letter-spacing: 1px;
    width: 52%;
    float: left;
    line-height: 71px;
}
.text p {
    font-weight: 500;
    min-height: 0;
    line-height: 21px;
}
.read-more {
    /* float: right !important; */
    color: #ffffff !important;
    border: 2px solid #fff;
    padding: 10px 20px;
    line-height: 86px;
    font-family: sans-serif;
    font-size: 15px;
}

.view-all {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #2f2f2f;
    width: 8%;
    border-radius: 50px;
    padding: 8px;
    color: #fff;
    border: 2px solid #2f2f2f;
}

.view-all:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
}

.count-title {
    font-size: 50px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-family: system-ui;
}

.count-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.number-section {
    background: url(../images/safari.jpg) no-repeat 0 3px;
    height: 300px;
    padding: 53px 0;
    margin-top: 41px;
}

.header-bumblebee-center h3 {
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    z-index: 99;
    position: relative;
    font-size: 23px;
    margin-bottom: 30px;
}

.header-bumblebee-center h3 span {
    color: #0075df;
}

.university-column-left {
    width: 100%;
    float: left;
}

.university-column-left img {
    width: 99px;
    margin: 11px auto;
    display: block;
    height: 99px;
}

.university-column-right {
    width: 100%;
    float: none;
}

.university-column-right h4 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 36px 0px 20px;
    text-align: center;
}

.university-column {
    border: 1px solid #c3c3c3;
    float: left;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
}

.university-column:hover {
    box-shadow: -2px 4px 15px -2px #868686;
    transition: all 0.3s ease;
}

.read-more-blog {
    float: right;
    color: #0061b9;
    font-weight: 600;
    font-size: 14px;
    line-height: 37px;
}

.healthy-section p {
    margin-bottom: 0;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: system-ui;
    color: #545454;
}

.healthy-section i {
    color: #2d97ff;
}

.mail:hover {
    color: #8ac2ff;
    text-decoration: none;
}

.whasapp-a:hover {
    color: #8ac2ff;
    text-decoration: none;
}

.dutyfree_banner h3 {
    color: #fff;
    text-align: center;
    padding: 86px 0;
}

.university-section {
    margin: 22px 0;
}

.university-section ul {
    border: 1px solid #ddd;
    padding: 0 0;
    background: rgb(221 221 221 / 26%);

}

.university-section ul li {
    padding: 0 0 0;
    line-height: 40px;

}

.university-section ul li:nth-last-child(3) {
    padding: 0 0 0;
}

.university-section .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    font-weight: 600;
    border-radius: 0 !important;
    border-bottom: 1px solid rgb(179 179 179 / 50%);
}

.no-padding {
    padding: 15px 0 !important;
}

.table-column-10 {}

.table-column-10 .table th {
    padding: 18px 15px 15px 10px;
    vertical-align: top;
    font-weight: 600;
    color: #0072c0;
    text-transform: uppercase;
    font-size: 15px;
    font-family: system-ui;
    border-bottom: 1px solid #e1e1e1 !important;
    border-bottom-width: 1px !important;
}

.table-column-10 .table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: 500;
}

/*.table-column-10 .table th:nth-last-child(3) {
    width:37%
}
.table-column-10 .table th:nth-last-child(4) {
    width:13%;
}*/
.university-section .container-fluid {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.blog-details h4 {
    font-size: 21px;
}

.blog-details i {
    color: #077bd0;
}

.our-app-ul {
    list-style-type: none;
    padding-left: 15px;
}

.our-app-ul li {
    line-height: 42px;
}

.app-ul-left {
    list-style-type: none;
    float: left;
    width: 100%;
}

.app-ul-right {
    list-style-type: none;
    float: left;
    width: 100%;
}

.app-ul-left li {
    line-height: 40px;
}

.app-ul-right {
    line-height: 40px;
}

.coaching-column {
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 10px 30px;
    float: left;
    height: 456px;
}

.coaching-heading {
    margin: 12px 0;
    font-family: system-ui;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.coaching-column p {
    text-align: justify;
    font-size: 15px;
    font-family: system-ui;
}

.coaching-column:hover {
    box-shadow: 0 0 24px 0 #ddd;
    border: 1px solid transparent;
    transition: width 4s ease-out;
}

.coaching-column strong {
    font-weight: 600;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 21px;
}

.coaching-column ul {
    text-align: left;
}

.coaching-column b {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
}

#more {
    display: none;
}

.coaching-column .fa-circle {
    font-size: 9px;
    color: #077bce;
    position: relative;
    top: -2px;
}

#myBtn {
    text-align: left;
    float: left;
    border: none;
    background: transparent;
    font-weight: 500;
    color: #2c67b3;
    font-size: 16px;
}

.hybrid {
    height: auto !important;
}

.inner_contact_us_page_text {
    margin: 30px 0;
}

.inner_contact_us_page_text i {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    color: #097ee0;
}

.inner_contact_us_page_text p {
    font-family: lato;
    font-size: 15px;
    color: #505050;
    font-weight: normal;
    font-style: normal;
    line-height: 22px;
    text-align: center;
}

.contact_details .form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

textarea.form-control {
    height: 110px !important;
}

.contact_details .btn {
    /* background: #4c4c4c; */
    color: #fff;
    width: 100%;
    padding: 8px;
    margin: 0 0;
    display: block;
    background: #8c0103;
}

.app-page {
    text-align: center;
}

.add-mobile {}

.social-icons {
    float: right;
}

.pre-header .d-flex a {
    color: #fff;
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 12px;
}

.app-portion {}

.university-section .col-md-3 {}

p.p-2 {
    padding: .5rem !important;
    margin-bottom: 0;
}

.pre-header-right a {
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
}

header .carousel-inner .item {
    height: 100vh;
}

header .carousel-inner .item img {
    width: 100%;
}

.carousel-caption {
    padding-bottom: 150px;
}
.carousel-caption h2 {
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    color: #66912a;
    text-transform: uppercase;
}
.carousel-caption h3 {
    font-size: 52px;
    font-family: "Sora", serif;
    color: #000000;
    font-weight: 800;
    padding: 10px 0;
}
.carousel-caption h3 span{
    color: #66912b;
}
.carousel-caption p {
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 500;
}
.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}
.link-area {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 40px;
    background: tomato;
}
.link-area a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}
.carousel-caption h4.in-left {
    display: block;
    background: #435061;
    width: 17%;
    font-size: 13px;
    border-radius: 4px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.white-text {
    color: #fff !important;
}
.feature-section .row-1 {
    margin-top: -61px;
    background: #435061;
    z-index: 9999;
    position: relative;

}
.donation-box h4 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.donation-box p {
    color: #fff;
    line-height: 20px;
    color: #8999ad;
}
.donate-line {
    position: relative;
    content: '';
    background: #818181;
    width: 1px;
    height: 123px;
    top: 0px;
    right: 0;
    left: 2px;
    margin: 0 16px;
    opacity: 0.3;
}
.donation-box {
    padding: 20px 0;
}
.about-section {
    padding: 50px 0 50px;
}
.aboutleft-content h2 {
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #253477;
    display: table;
    padding: 10px 35px;
    border-radius: 50px;
}
.about-page-content h2 {
    margin-top: 0;
}
.aboutleft-content h2 img {
    padding-right: 10px;
}
.aboutleft-content h3 {
    font-size: 34px;
    font-family: 'Sora';
    color: #000000;
    font-weight: 700;
}
.aboutleft-content ul li {
    font-size: 15px;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 18px;
    color: #414141;
    font-weight: 400;
    list-style: decimal-leading-zero;
    line-height: normal;
}
.aboutleft-content p {
    font-size: 14px;
    font-family: 'Roboto Condensed';
    color: #000000;
    font-weight: 400;
    text-align: justify;
    line-height: normal;
    margin-bottom: 15px;
}
.about-page-content a {
    font-family: 'Plus Jakarta Sans';
    text-decoration: underline;
    font-size: 15px;
    font-weight: 400;
}
.icon-container p {
    font-size: 15px;
    font-family: 'Roboto Condensed';
    color: #525252;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.icon-container {
    text-align: center;
}
.icon-img {
    margin: 0 auto;
    width: 93px;
    margin-bottom: 20px;
}
.icon-container h4 {
    font-family: 'Barlow';
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
.about-page-content {
    margin-top: 50px !important;
}
.contact-icon {
    display: flex;
    margin: 40px 0 60px;
    background-image: url(../images/menu-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
    width: 100%;
    padding: 65px 30px;
    border-radius: 30px;
}

.phone-number {
    width: 33.33%;
    padding: 0 30px;
}

.phone-number p {
    color: #fefefe;
}

.icon-img img {
    width: 100%;
}

.banner a:hover {
    color: #fff;
    box-shadow: inset 180px 0 0 0 #153ae1;
    text-decoration: none;

}

.about-list {
    float: left;
    width: 100%;
}

.about-list li::before {
    position: absolute;
    content: '';
    background-image: url(../images/check.png);
    width: 21px;
    height: 24px;
    top: 12px;
    left: -40px;
}

.about-list li {
    font-size: 15px;
    font-family: 'Roboto Condensed';
    color: #000720;
    width: 50%;
    float: left;
    position: relative;
    line-height: 50px;
}

.banner a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    padding: 15px 40px;
    background: #253477;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    font-family: 'Roboto Condensed';
    border-radius: 50px;
    text-transform: uppercase;
}

.livlihood {
    background: url(../images/inner-background.jpg) no-repeat 0 0;
    background-position: center;
    padding: 100px 0;
    width: 100%;
    background-size: cover;
}

.subpage-in-left h1 {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s;
    font-size: 24px;
    line-height: 30px;
    padding: 9px 0;
    text-align: center;
    color: #fff;
    background: rgb(219 11 5 / 40%);
    border-radius: 0 12px 10px 0;
    font-weight: 900;
}

.subpage-in-left {
    width: 20%;
}

.livlihood-content {
    background: url(../images/bg-white.jpg) no-repeat 0 0;
    height: 700px;
    padding: 5% 0 0%;
    width: 100%;
    background-size: cover;
}

.livlihood-text h3 {
    font-family: 'Lato', sans-serif;
    color: #bf0500;
    font-weight: 600;
    font-family: 'Merriweather', serif;
    font-size: 22px;
}

.animation-element.slide.testimonial .content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px;
    text-align: justify;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 23px;
    color: #000;
}

.bg-white {
    background: #fff;
    box-shadow: 0 0 10px 0 #d4d4d4;
    border-radius: 8px;
    margin-bottom: 50px;
    border-bottom: 4px solid #0479b5;
}


.medinipur-section {
    background: #f7f7f7;
    padding: 50px 0;
}

.livlihood-text p {
    color: #000;
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-family: 'Work Sans', sans-serif; */
    /* font-family: 'Syne', sans-serif; */
    font-family: 'Questrial', sans-serif;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

.center-text {
    text-align: center;
}

.serviceBox {
    background-color: #faf7f2;
    padding: 20px;
    transition: .5s all;
    border-radius: 10px;
}

.serviceBox:hover {
    transform: translateY(-15px);
    transition: .5s all;
    box-shadow: 0 0 20px 0 #ddd;
}

.serviceBox .title {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 10px;
    color: #000;
    text-align: center;
}

.serviceBox .title:hover {
    color: #db0b05;
}

.serviceBox p {
    color: #818181;
    margin: 0;
    line-height: normal;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    height: auto;
}

.serviceBox.pink {
    --main-color: #E60143;
}

.serviceBox.purple {
    --main-color: #6F46C1;
}

.serviceBox.green {
    --main-color: #4CB900;
}

.others-heading {
    padding-bottom: 50px;
    text-align: center;
}

.others-heading h2 {
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #253477;
    display: table;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.others-heading h3 {
    font-size: 32px;
    font-family: "Sora", serif;
    color: #000000;
    font-weight: 800;
}

.others-heading h4 {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 0;
    color: #323232;
}

.heading-change {
    font-family: 'Corinthia', serif;
    color: #e48825;
    font-weight: 400;
}

.service-section {
    padding: 50px 0px 50px 0px;
    background-color: #e7f4ff;
}

.imap-heading {
    margin: 30px 0 30px 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
}

.imap-heading h3 {
    color: #404040;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
}

.imap-heading h3:after {
    content: '';
    position: absolute;
    width: 33px;
    /* border-bottom: 1px solid #da251c; */
    bottom: -5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 2px;
    background: #cf0609;
}

.service-icon img {
    border-radius: 100px;
    border: 2px solid #000;
    height: 150px;
    width: 150px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.service-content {
    text-align: center;
}

.service-content img {
    width: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}

.service-content h4 {
    font-size: 14px;
    font-family: 'Plus Jakarta Sans';
    color: #dc8700;
    font-weight: 600;
}

.service-content h3 {
    padding-top: 20px;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    color: #000000;
    font-weight: 600;
}

.link {
    color: #636e72;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    float: left;
    padding-left: 16px;
    text-transform: uppercase;
}

.link:hover,
.link:focus {
    color: #2d3436;
    letter-spacing: 1px;

}

.link:before {
    content: '';
    /* background: #d63031; */
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: -1;
    transition: all 0.5s ease 0s;
    /* animation: animate 1s infinite; */
}

.link:hover:before {
    width: 100%;
}

@keyframes animate {
    0% {
        background-color: #d63031;
    }

    20% {
        background-color: #00b894;
    }

    40% {
        background-color: #0984e3;
    }

    60% {
        background-color: #6c5ce7;
    }

    80% {
        background-color: #e84393;
    }

    100% {
        background-color: #f0932b;
    }
}

@media only screen and (max-width: 767px) {
    .link {
        margin-bottom: 30px;
    }
}

strong.yellow {
    color: #00ffad;
}

.livlihoodtraining-banner {
    background: url(../images/training-livelihood.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 8%;
}

.innerpage-img {
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 6px;
    border-radius: 15px;
    width: 100%;
}

.livlihoodtraining-content {
    background: url(../images/bg-white.jpg) no-repeat 0 0;
    height: auto;
    padding: 3% 0;
    width: 100%;
    background-size: cover;
    /* padding-bottom: 0; */
}

h3.text-livlihoodtraing {
    font-family: 'Merriweather', serif;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.natural-farming-banner {
    background: url(../images/natural-farmingbanner.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 8%;
}

.carbonfootprint-banner {
    background: url(../images/carbon-footprint.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 8%;
}

.medicalplant-banner {
    background: url(../images/medicalplant-banner.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 8%;
}

.women-banner {
    background: url(../images/women-banner.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 8%;
}

.plantbiodiversity-banner {
    background: url(../images/biodiversity.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 8%;
}

.livlihood-text a {
    float: left;
    margin-right: 6px;
}

.one .title {
    margin: 0 auto;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    width: 51%;
    background: rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 13px;
}

.one .title b {
    font-size: 26px;
    line-height: 62px;
}

.one {
    width: 100%;
    height: 620px;
    animation: changeBackgroundImage 25s infinite;
    display: flex;
    align-items: center;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@keyframes changeBackgroundImage {
    0% {
        background-image: url('../images/barrenfield.jpg');
    }

    100% {
        background-image: url('../images/green-field.jpg');
    }
}
.aboutleft-content ul {
    list-style-type: none;
    font-family: 'Lato';
    font-size: 13px;
    line-height: 35px;
    color: #5a5a5a;
    font-weight: 700;
}
.banner {
    text-align: left !important;
    top: 12%;
    left: 10% !important;
    width: 40%;
}
.view-all:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #1c5eb3;
    text-decoration: none;
    border: none;
}
.view-all {
    display: block;
    margin: 0 auto;
    width: 14%;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    /* line-height: 40px; */
    text-decoration: none;
    text-align: center;
    border-radius: 7px;
    padding: 12px 25px;
    background: #8c0103;
    padding: 13px 26px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    border: none;
}
.subpage-text h1 {
    color: #fff;
    text-align: center;
    font-family: 'Plus Jakarta Sans';
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
}
.padding-0 {
    padding: 0 3px !important;
}
.course-box-h3 {
    background: #0679b4;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 19px;
    line-height: 37px;
    text-transform: capitalize;
    font-weight: 600;
    width: 35%;
    margin: 0 auto 20px;
}
.course-list {
    list-style-type: none;
    float: left;
    margin-bottom: 30px;
}
.course-list a {
    color: #000;
    font-size: 15px;
    font-family: 'Lato';
}
.course-list a i {
    color: #0679b4;
    margin-right: 5px;
}
.course-list li {
    margin-bottom: 18px;
    text-align: justify;
}
.feature-section {
    margin: 0px 0;
    background: #eff3f6;
    padding: 30px 0 0;

}
.about-text h3 {
    color: #000;
    font-family: "Merriweather", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 0;
}
.about-text p {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    padding: 0 19%;
    font-family: 'Lato';
    margin-bottom: 50px;
    text-align: center;
}
.contact_details {
    margin-bottom: 50px;
    margin-top: 20px;
}
.contact-form form {
    padding: 0% 2% 8% 2%;
    width: 86%;
    margin: 0 auto;
}
.contact-form .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.enquire {
    padding: 18px 45px !important;
    background-color: #253477;
    color: #fff !important;
    border-radius: 50px;
}
.testimonial-box {
    padding: 25px;
}
.user-img {
    display: flex;
}
.user-img img {
    width: 80px !important;
    border: 1px solid #5c4228;
    border-radius: 100%;
    margin-right: 28px;
}
.testi {
    padding: 0px 0 30px;
}
.testi-heading h2 {
    font-size: 51px;
    font-family: 'Roboto Condensed';
    color: #fed1a7;
    font-style: italic;
}
.testi-heading {
    text-align: center;
    padding-bottom: 50px;
}
.test-con p {
    font-size: 16px;
    font-family: 'Roboto Condensed';
    color: #000;
    font-weight: 500;
    margin: 0;
    padding-top: 10px;
}
.img-span {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.test-con span {
    font-size: 12px;
    font-family: 'Plus Jakarta Sans';
    color: #0056cf;
    font-weight: 400;
}
.quote i {
    color: #3a3025;
    font-size: 70px;
}
.testi-pargraph {}
.testi-pargraph p {
    font-size: 14px;
    font-family: 'Roboto Condensed';
    color: #000000;
    font-weight: 400;
    text-align: left;
}
.review-page-review{
    box-shadow: 0 0 10px 0 #ddd;
    border-radius: 10px;
    border-bottom: 4px solid #006baa;
    margin: 15px 0;
}
/*============================contact us=============================*/
.contact-page-sec {
    padding: 50px 0;
}
.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0px 0 50px rgb(1 15 28 / 9%);
}
.contact-location {
    padding-bottom: 50px;
}
.contact-info-icon {
    margin-bottom: 32px !important;
    background-color: #253477;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 15px 12px 0px 0px #25347721;
    transition: .3s all;
}
.contact-info-icon:hover {
    box-shadow: none;
    transition: .3s all;
}
.contact-info-item {
    background-image: url(../images/contact_info_bg.jpg);
    padding: 30px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans';
}
.contact-page-form.contact-form input {
    margin-bottom: 5px;
}
.contact-page-form.contact-form textarea {
    height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}
.contact-info-icon i {
    font-size: 36px;
    color: #ffffff;
    margin-top: 20px;
}
.contact-info-text p {
    margin-bottom: 0px;
}
.contact-info-text h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    font-family: 'Plus Jakarta Sans';
}
.contact-info-text span {
    color: #363636;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto Condensed';
}
.contact-page-form input {
    background: #ecf2f6 none repeat scroll 0 0;
    border: none;
    margin-bottom: 8px;
    padding: 15px 16px;
    width: 100%;
    font-family: 'Sora';
    border-radius: 454px;
    font-weight: 500;
    font-size: 12px;
}
.single-input-field textarea {
    background: #ecf2f6 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 8px;
    padding: 15px 16px;
    width: 100%;
    font-family: 'Sora';
    border-radius: 24px;
    font-weight: 500;
    font-size: 12px;
    height: 110px;
}
.single-input-fieldsbtn input[type="submit"] {
    background: #003868 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 10px 0;
    text-transform: capitalize;
    width: 160px;
    margin-top: 0px;
    font-size: 16px;
    font-family: 'Roboto Condensed';
}
.single-input-fieldsbtn {
    text-align: center;
    margin: 0 auto;
}
.single-input-fieldsbtn input[type="submit"]:hover {
    background: #071c34;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34
}
.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}
.contact-page-form {
    width: 100%;
    padding: 25px 13px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #ddd;
}
.contact-page-form h2 {
    font-family: 'Sora';
    font-size: 28px;
    color: #000;
    text-align: center;
    font-weight: 700;
    padding: 0 35px;
}
.contact-page-form img {
    display: block;
    margin: 0 auto;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
.extra-flex {
    display: flex;
    justify-content: space-between;
}
.extra-flex h5 {
    font-size: 18px;
    font-family: 'Roboto Condensed';
    color: #834e07;
    font-weight: 700;
}
.extra-flex h4 {
    font-size: 24px;
}
.small-ammount h4 {
    font-size: 20px;
}

/* =============products================== */

.product {
    padding: 50px 0;
}
.product-img {
    width: 100%;
}
.product-img img {
    width: 100%;
}
.product-content {
    text-align: left;
    padding: 7px 0;
}
.product-content h3 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-family: "Barlow", serif;
    padding-top: 10px;
    text-align: center;
    font-weight: 500;
}
.product-content a {
    font-size: 12px;
    font-family: 'Roboto Condensed';
    margin-bottom: 0;
    color: #0d791f;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
}
.product-content p {
    font-size: 12px;
    font-family: 'Roboto Condensed';
    color: #525252;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-details {
    background-color: #efefef;
    padding: 10px;
    text-align: center;
    transition: .3s all;
    overflow: hidden;
    margin-bottom: 30px;
}
.product-details:hover {
    transform: translateY(-10px);
    transition: .3s all;
}
.product-content {
    position: relative;
    transition: transform 0.3s ease;
}
.featured-title,
.product-content p {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.product-content a {
    transform: translateY(10px);
    display: inline-block;
    margin-top: 0px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.products:hover .product-content a {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================breadcrumb=================== */
.breadcrumb-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.breadcrumb {
    list-style: none;
    padding: 10px 20px;
    background-color: #00235b !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 0px !important;
    display: table !important;
    margin: 0 auto;
}
.breadcrumb-item {
    margin-right: 5px;
}
.breadcrumb-item a {
    text-decoration: none;
    color: #e7f9ff;
}
.breadcrumb-item a:hover {
    text-decoration: underline;
}
.breadcrumb-item::after {
    content: "\f178";
    margin-left: 5px;
    font-family: 'FontAwesome';
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}
.breadcrumb-item:last-child::after {
    content: "";
    margin: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb .active a {
    color: #ffeb00 !important;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li a {
    font-weight: 500;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
}
/*=============service-list====================*/
.service-list {
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
    background: linear-gradient(145deg, #ebebeb, #ffffff);
    box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff;
    border: 8px solid #fff;
}
/* .border-lt {
    border-left: 4px solid #005daa;
}
.border-rt {
    border-right: 4px solid #005daa;
} */
.services-content h3 {
    font-family: 'Sora';
    font-size: 20px;
    color: #053d8b;
}
.services-content p {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Roboto Condensed';
    color: #323232;
    margin: 10px 0;
}
.services-img {
    width: 30%;
    border: 2px solid #abd1a6;
    border-radius: 12px;
    overflow: hidden;
}
.services-img img {
    width: 100%;
}
.services-content {
    width: 70%;
    padding: 25px;
}
/* =======================testimonial=============== */
.testimonial-con {}

.testimonial-container {
    background-color: #004da1;
    color: #fff;
    padding: 50px 30px;
}

.testimonial-container h4 {
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #253477;
    display: table;
    padding: 10px 35px;
    border-radius: 50px;
}

.testimonial-container h2 {
    margin: 10px 0;
    font-size: 34px;
    font-family: 'Sora';
    color: #ffffff;
    font-weight: 700;
}

.testimonial-container .rating {
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    margin: 10px 0;
}

.testimonial-container .rating .stars {
    color: #ffd700;
    margin-left: 5px;
}

.testimonial-container .button {
    margin-top: 15px;
}

.testimonial-container .button a {
    text-decoration: none;
    background-color: #fff;
    color: #0f52ba;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
    font-family: 'Roboto Condensed';
}

.testimonial-container .button a:hover {
    background-color: #0f52ba;
    color: #fff;
}

.left-section {
    padding: 100px 90px 100px 100px;
    background-image: url(../images/about-2.png);
    background-repeat: no-repeat;
}

.background-second {
    padding: 40px 100px 40px 60px;
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.form-details {
    overflow: hidden;
}

.left-section h4 {
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #253477;
    display: table;
    padding: 10px 35px;
    border-radius: 50px;
}

.left-section h3 {
    margin: 10px 0;
    font-size: 46px;
    font-family: 'Sora';
    color: #000000;
    font-weight: 700;
    text-align: left;
}

.left-section .contact {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.left-section .contact .icon {
    width: 70px;
    height: 70px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 35px;
    margin-right: 10px;
}
.contact h5 {
    font-size: 16px;
    font-family: 'Sora';
    color: #0464b6;
    font-weight: 500;
    margin: 0;
    text-align: left;
}
.phone {
    font-size: 24px;
    font-family: 'Sora';
    color: #000000;
    font-weight: 700;
}
.left-section p {
    font-size: 17px;
    font-family: 'Roboto Condensed';
    color: #000000;
    font-weight: 400;
    text-align: left;
}
.aboutleft-content .button a {
    text-decoration: none;
    background-color: #0668ee;
    color: #ffffff;
    padding: 10px 38px;
    font-weight: 400;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
    font-family: 'Roboto Condensed';
    font-size: 16px;
}
/* ===================career======================== */
.job {
    padding: 50px 0;
}
.others-heading p {
    color: #494949;
    font-size: 14px;
    font-family: 'Roboto Condensed';
    line-height: normal;
    width: 75%;
    margin: auto;
    margin-bottom: 15px;
}
.job-details {
    margin: 15px auto;
    box-shadow: 0 5px 10px 0 #b7b7b7;
    padding: 30px;
    background-color: aliceblue;
}
.job-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.job-heading h4 {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    color: #000000;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.job-heading h6 {
    margin: 0;
    color: #757575;
    font-size: 12px;
    font-family: 'Plus Jakarta Sans';
}
.job-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.job-con h5 {
    color: #000;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    margin-top: 15px;
}
.right-align {
    text-align: right !important;
}
.job-con i {
    color: #1b9944;
    margin-right: 8px;
}
/*===========================Leadership Team==============================*/
.leadership-details{
    display: flex;
    align-items: center;
    background-color: aliceblue;
    border-right: 5px solid #0083c4;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0 #bdbdbd;
    padding: 10px;
    margin: 20px;
}
.leadership-img{
    width: 25%;
    margin-right: 20px;
}
.leadership-content{
    width: 70%;
}
.leadership-img img{
    width: 100%;
}
.leadership-content h4{
    font-family: 'Barlow';
    color: #003365;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
}
.leadership-content p{
    font-size: 15px;
    font-family: 'Roboto Condensed';
    color: #525252;
    font-weight: 400;
    line-height: normal;
}
.aboutleft-content ul{
    float: left;
    clear: both;
    width: 100%;
    padding-left: 15px;
}
.aboutleft-content ul li{
    width: 33%;
    float: left;
    font-size: 15px;
    font-family: 'Roboto Condensed';
    color: #525252;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    list-style: disc;
}
.vision-con .leadership-content{
    width: 100%;
}
.aboutleft-content h4 {
    font-family: 'Barlow';
    color: #003365;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}













