@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------Scrollbar CSS Start----- */
/* Firefox */


/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #0fc0f1;
    border-radius: 5px;
    border: 0px;
}

/* ------Scrollbar CSS End----- */

/*--- Common Style Start---*/

/* font-family: "Montserrat", sans-serif;
font-family: "Lora", serif;
*/

:root {
    --black: #000;
    --white: #ffffff;
    --red: #CD2027;
    --grey-text: #4E4E4E;
    --body-font: 'Montserrat',
        sans-serif;
}
html {
scroll-behavior: smooth;
}
html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--body-font);
    color: var(--grey-text);
}

a {
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


figure {
    margin: 0;
    padding: 0;
    display: block;
}


h1,
h2{
    line-height: normal;
    font-family: var(--heading);
    color: var(--black);
}
h2{
    font-size: 34px;
}
h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
    font-family: var(--body-font);
}
/* .heading{
    max-width: 800px;
    margin: 0 auto 45px auto;
} */
.heading h2, .heading h1{
    color:#fff;
    font-size: 45px;
    line-height: 52px;
    font-weight: 600;
    text-transform: capitalize;
}
.heading h3 {
    font-family: "Lora", serif;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}
.heading h2 strong, .heading h1 strong {
    color: #005fad;
}
button:focus,
button:focus-visible
{
    outline: none;
}

/*--- Common Style End---*/


/*--- Animation Header Start ---*/


@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/*--- Animation Header End ---*/



/*----   HEADER  START  ----*/

.callbtn {
    background: #f37121;
    border-radius: 50px;
    padding: 0 20px 0 0;
    color: #fff;
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 20px;
}

.callbtn img {
    margin-right: 15px;
    width: 45px;
}
.callbtn:hover{
    background: #f37121;
    color:#fff;
}

.main-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #ffffffa8;
}
.innerheader {
    position: relative;
    background: #d4d4d4;
    background: linear-gradient(0deg, #d4d4d47a 0%, #ffffff 100%);
}


.navbar {
    padding:0;
}

.navbar-brand {
    padding:12px 0px;
}

.navbar-brand img {
    width:190px;
}

.navbar-collapse ul>li {
    margin-right: 5px;
    position: relative;
}
.navbar-collapse ul>li+li:after {
    border-left: 1px solid #0058af;
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-collapse ul>li:last-child {
    margin-right: 0px;
}

.navbar .navbar-collapse ul>li>a {
    color: #005894;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    z-index: 9;
    text-transform: capitalize;
    transition: all 0.4s;
}
.navbar .navbar-collapse ul>li.active a, .navbar .navbar-collapse ul>li:hover a{
    color:#f5873f;
}

.navbar-text{
    padding: 10px 0;
}
.navbar-text ul li+li {
    margin-left: 12px;
}

.dropdown-menu{
    min-width: 15rem;
}

.drop-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all .4s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.has-dropdown:before {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon/down-arrow.svg) no-repeat center;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background-size: 12px 12px;
    content: '';
}

.navbar .sub-menu-toggle {
    display: none;
}
.menu-item-has-children > a.nav-link:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
};
}

.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 190px;
    padding: 5px 0;
    background: #0fc0f1;
    border-radius: 5px;
    opacity: 0;
    z-index: 9;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    visibility: hidden;
    transition: all 0.4s ease;
}
.menu-item-has-children ul.sub-menu li a.nav-link {
    color: #fff;
}

.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

/* sticky menu  */
.header-appear {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #ffffffd9;
    backdrop-filter: blur(10px);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar{
    padding: 2px 0px;  
}
.main-header.header-appear .headtop {
    display: none;
}

.main-header.header-appear .navbar-brand {
    padding: 5px 0;
}

.main-header.header-appear .navbar-brand img {
    width: 100px;
}
/*---   HEADER END   ---*/

p:last-of-type {
    margin-bottom: 0;
}

/*---   BANNER START   ---*/
.bannersec {
    padding-top: 120px;
    background: #fafafa;
}

.bannersec:after {
    position: absolute;
    content: '';
    background-image: linear-gradient(to bottom right, #fafafa, #f9f9f900);
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    z-index: revert-layer;
}
.bannersec img, .btmbg img, .btmbg1 img{
    width: 100%;
}
.btmbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bannerinfosec {
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.searcheprogram {
    max-width: 40%;
    margin: auto;
    background-image: linear-gradient(to right, #05baffbf, #00afff38);
    padding: 15px 20px;
    border-radius: 50px;
}

.searcheprogram button {
    background-color: #fff !important;
    border: 0;
    width: 100%;
    border-radius: 50px;
    color: #000 !important;
    height: 50px;
}
.searcheprogram button:after{
    display: none;
}
.searcheprogram .dropdown-menu {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #06bbff;
    background: #ffffffbf;
}

.bannerinfosec .heading h2 {
    color: #000;
}

/*---   BANNER END   ---*/


.iconsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.iconsec li {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}
.iconsec li:nth-child(2) {
    top: 30px;
    position: relative;
}
.btnbgpb {
    padding-bottom: 130px;
}


.bg1{
    background:#e4e5e6;
}
.bg2{
    background:#005894;
}

.habcon h2 {
    color: #005894;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}

.habcon h3 {
    color: #f37121;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
}

.habcon p {
    color: #005894;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-left: 2px solid #005894;
    padding-left: 10px;
    margin-left: 10px;
}
.btnbgpb .container {
    z-index: 9;
    position: relative;
}
.arbtn {
    font-family: "Lora", serif;
    color: #f37121;
    font-size: 16px;
    line-height: 20px;
}

.arbtn img {
    width: 30px;
    margin-left: 5px;
}
.appbox {
    background: #fff;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    padding: 60px 20px 20px 20px;
    text-align: center;
    height: 100%;
    position: relative;
}

.appbox img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
}

.appbox h2 {
    font-family: "Lora", serif;
    color: #005793;
    font-size: 28px;
    line-height: 32px;
    min-height: 65px;
    margin-bottom: 15px;
}

.appbox p {
    color: #005894;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.apbg {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
}

.apbg img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.arbtn1 {
    /* position: relative;
    bottom: -120px; */
    color: #fff;
}
.arbtn1:hover{
    color: #fff;
}
.vdoplay {
    text-align: center;
    padding: 220px 10px 150px 10px;
}

.vdoplay a {
    border: 2px solid #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    background: #000000ad;
}

.testimg {
    width: 250px;
    margin: auto;
}

.testtxt p {
    font-size: 22px;
    line-height: 30px;
    color: #005894;
    font-weight: 500;
    font-style: italic;
}
.quote {
    width: 50px !important;
    position: absolute;
    top: 0;
    left: 16px;
}

.testtxt {
    max-height: 184px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 20px 0 20px;
    margin-top: 20px;
}
.testimonialslider .owl-nav {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.testimonialslider .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.testimonialslider .owl-nav button {
    margin: 0 1%;
    width: 35px;
}
.testimonialslider .owl-nav button:hover {
    background: transparent !important;
}

.testimonialslider .owl-nav button img {
    filter: invert(47%) sepia(47%) saturate(6304%) hue-rotate(165deg) brightness(90%) contrast(84%);
}
.testimonialslider .owl-nav button:hover img {
    filter: invert(28%) sepia(28%) saturate(90%) hue-rotate(236deg) brightness(89%) contrast(93%);
}
/*  */


/* Footer */

.ftrbtm {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
    padding-bottom: 30px;
}
.ftrlogo a {
    width: 160px;
}
.ftrlogo a img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(300%) contrast(100%);
}
.ftrbtmfgt {
    display: flex;
}
.ftrbtmfgt p, .ftrbtmfgt a {
    color: #fff;
    font-weight: 600;
}
.ftrbtmfgt p{margin-bottom:0;}

.ftrbtmfgt p+p{
    margin-left: 10px;
}

.ftrsec{
    padding-top: 60px;
}
.ftrsec .menu li a {
    padding: 0;
    color: #575757;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.ftrsec .menu li+li {
    margin-top: 10px;
}

.ftrsec h2{
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 38px;
    font-family: "Lora", serif;
    text-transform: uppercase;
    font-weight: 600;
}
.ftr_btm {
    padding: 15px 0;
    border-top: 1px solid #0a0b0b;
    margin-top: 50px;
}
.fcontact ul li+li {
    margin-top: 15px;
}

.fcontact ul li {
    position: relative;
    padding-left: 28px;
}

.fcontact ul li .ficon {
    position: absolute;
    top: 0;
    left: 0;
}

.fcontact ul li a {color: #2b2e31cc;}

.ftr_btm p, .ftr_btm a {
    color: #575757;
    font-size: 14px;
    line-height: 19px;
}
.ftr_btm a{
    color:#fff;
}
.ftrsec .csocial a {
    color: #ffffff;
    font-size: 38px;
    margin: 0 1%;
}

.ftrmenu .menu {
    display: flex;
    justify-content: center;
}

.ftrmenu {
    margin-top: 50px;
}

.ftrmenu .menu li a.nav-link {
    padding: 0;
    color: #ccc;
    font-size: 16px;
    line-height: 13px;
}

.ftrmenu .menu li+li {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px;
}

/* Footer */

.ccouponssec.card {
    border: 0;
    border-bottom: 5px solid #258b39;
    background: #ffffff;
    text-align: center;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    transition: 0.5s;
}
.ccouponssec.card:hover{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ccouponssec.card .cotitle {
    padding: 20px 0;
    background: #258b39;
}

.ccouponssec.card .cotitle h2 {
    margin: 0;
    font-size: 23px;
    line-height: 28px;
    color: #fffbb4;
}

.coprice {
    padding: 20px 0;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #000000;
}
.cocontent {
    padding: 0 15px 110px 15px;
    position: relative;
    height: 100%;
}
.cocontent .scbtn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.cocontent p {
    font-size: 16px;
    line-height: 20px;
}

.cocontent h4 {
    font-size: 18px;
    line-height: 24px;
}

.videomodal iframe {
    width: 100%;
}
.videomodal button.close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.insightbox{
    text-align: left;
}
.postimg a {
    display: block;
    background: #000;
    height: 270px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.postimg a .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
}
#videomodal .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    z-index: 1;
    background: #00618e;
    text-shadow: none;
}

#videomodal .modal-body {
    padding: 0;
    height: 440px;
}

#videomodal .modal-body iframe {
    width: 100%;
    height: 100%;
}

.postimg a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.postcon {
    padding: 20px 20px 20px 20px;
    position: relative;
    height: 520px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.postlink{
    position: absolute;
    bottom: 0;
    text-decoration: underline;
}
.postlink img{
    margin-left: 5px;
    width: auto !important;
    display: inline-block !important;
}

.postcon h2 {
    font-size: 20px;
    line-height: 30px;
    color: #005793;
    margin-bottom: 12px;
}

.postcon p {
    color: #005793;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    border: 0;
    padding-left: 0;
    margin-left: 0;
}

.insight .owl-nav {
    margin-top: 60px;
}

.insight .owl-nav button {
    margin: 0 2% !important;
    width: 30px;
}

.insight .owl-nav button img, .resourceslider .owl-nav button img {
    filter: grayscale(1) brightness(1);
    transition: 0.5s;
}
.insight .owl-nav button:hover img, .resourceslider .owl-nav button:hover img{
    filter: none;
}
.insight .owl-nav button:hover, .resourceslider .owl-nav button:hover{
    background: transparent !important;
}
.resourceslider 
 .owl-nav {
    display: flex;
    justify-content: end;
}

.resourceslider .owl-nav button {
    width: 25px;
}
.storiestxt p,
.storiestxt h2, .storiestxt h1, .storiestxt h3, .storiestxt h4{
    color:#fff;
}
.storiestxt .callbtn{
    background: #f37121;
}

.resourcebox {
    display: flex;
    flex-wrap: wrap;
}

.resourcesec {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.resourcebox .postimg {
    flex-shrink: 0;
    width: 38%;
}

.resourcebox .postcon {
    height: auto;
    flex: 1;
    padding: 0 0 0 30px;
    overflow: auto;
}
.postcon .date {
    margin: 10px 0;
    color: #63cef5;
    font-size: 16px;
    line-height: 20px;
}

.postcon .date i {
    margin-right: 8px;
}
.resourcebox .postcon .cat {
    display: inline-block;
    background: #005894;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}
.catpdf {
    display: flex;
    align-items: center;
}

a.updf {
    font-size: 28px;
    line-height: 32px;
    margin-left: 20px;
    color: #ffa332;
}
.resourcebox .postcon .cat.newcat {
    background: #ffa332;
}

.resourcebox .postcon .cat.vdocat {
    background: #e4e5e6;
    color: black;
}

.bgopa:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: contrast(0.8) opacity(0.96);
}

.bgopa .container, .bgopa .btmbg1 {
    position: relative;
    z-index: 1;
}
.page-template-insights .bd_footer .btmbg1 img, .page-template-home .bd_footer .btmbg1 img {
    filter:contrast(0.8) opacity(0.98);
}
.pcenter p {
    text-align: center;
}
.subscribers {
    max-width: 900px;
    margin: auto;
}

.subscribersec .gjs-row .gjs-cell input {
    width: 100%;
    border: 0;
    border-radius: 50px;
    text-align: center;
    padding: 10px;
    height: 60px;
    background: #ffffff80;
}

.subscribersec .es_spinner_image {
    /* display: block; */
    float: none;
    text-align: center;
}

.subscribersec {
    max-width: 420px;
    margin: auto;
    margin-top: 50px;
}

.subscribersec .gjs-row:nth-last-child(1) .gjs-cell input {
    max-width: 150px;
    padding: 0;
    color: #fff;
    font-size: 18px;
    background: #f37121;
    margin-top: 25px;
}

.subscribersec .es-form-field-container {
    text-align: center;
}

.subscribersec .gjs-row {
    margin-bottom: 0 !important;
}

.repimg img {
    width: 90%;
}

.repimg {
    text-align: center;
}