@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: 'Lato', sans-serif;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

a,
a:hover,
a:focus,
a:active {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.position-left {
    margin-right: 8px;
}

.position-right {
    margin-left: 8px;
}

.text-underline {
    text-decoration: underline;
}

ol, ul {
    margin-left: 1.5rem;
}

.btn-primary {
    color: #fff;
    background-color: #264796;
    border-color: #264796;
}

.bg-pattern {
    background: url(../img/pattern/p1.png);
}

.custom-hr {
    border-top-color: #000;
}

.member-name {
    display: inline-block;
    width: 260px;
}

.member-branch {
    position: relative;
}

.member-branch:before {
    content: "-";
    margin-left: 10px;
    margin-right: 10px;
}

/* header, 
main, 
footer { 
    display:none;
} */

.preload { 
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    z-index: 99999;
}

/* .preload img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
} */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -moz-box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    -webkit-box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    /* transition: .2s ease-in-out; */
}

#scroll {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: rgb(37 39 46 / 40%);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color:#ffffff;
}

#scroll:hover {
    background-color: rgb(38 71 150 / 40%);
    opacity:1;filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.header-top {
    background-color: #264796;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}

.header-top ul {
    margin-bottom: 0;
}

.header-top ul > li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.header-top ul > li > a {
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    transition: .5s ease-in-out;
}

.header-top ul > li > a.facebook:hover {
    color: #3B5998;
    background-color: #FFFFFF;
}

.header-top ul > li > a.twitter:hover {
    color: #00ACEE;
    background-color: #FFFFFF;    
}

.header-top ul > li > a.google:hover {
    color: #DB4A39;
    background-color: #FFFFFF;
}

.header-top ul > li > a.linkedin:hover {
    color: #0E76A8;
    background-color: #FFFFFF;
}

.cta-btn {
    background-color: #fff;
    border-color: #264796;
    color: #264796;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    transition: .5s ease-in-out;
}

.cta-btn:hover {
    background-color: #264796;
    border-color: #fff;
    color: #fff;
}

/* nav */
.stellarnav.header-nav > ul > li > a {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
}

.stellarnav.header-nav > ul > li.active > a,
.stellarnav.header-nav > ul > li > a:hover {
    color: #FFFFFF;
    background: #264796;
}

.stellarnav.header-nav li a {
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
}

.stellarnav.header-nav li.active a,
.stellarnav.header-nav li a:hover {
    color: #FFFFFF;
    background: #3d67ce;
}

.stellarnav.header-nav li.has-sub > a:after {
    border-top: 6px solid #777777;    
}

.stellarnav.header-nav li.has-sub > a:hover:after {
    border-top: 6px solid #FFFFFF;
}

.stellarnav.header-nav li li.has-sub > a:after {
    border-top: 6px solid transparent;
    border-left: 6px solid #777777;
}

.stellarnav.header-nav li li.has-sub > a:hover:after {
    border-top: 6px solid transparent;
    border-left: 6px solid #FFFFFF;
}

.stellarnav li.drop-left li.has-sub > a:after {
    border-right: 6px solid #777777;
    border-left: 0;
}

.stellarnav li.drop-left li.has-sub > a:hover:after {
    border-right: 6px solid #FFFFFF;
    border-left: 0;
}

.stellarnav.header-nav ul ul {
    background: #FFFFFF;
    -moz-box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    -webkit-box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.stellarnav.header-nav li li {
    border-bottom: 1px solid #e5e5e5;
}

.stellarnav.header-nav li li:last-child {
    border-bottom: none;
}
/* nav */

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-title {
    color: #264796;
    font-size: 30px;
    font-weight: 700;
}

.home_main-title {
    color: #264796;
    font-size: 26px;
    font-weight: 700;
}

.section__content-white.bg-pattern {
    background: #ffffff;
}

.section__content ol.main-listing > li,
.section__content ul.main-listing > li {
    margin-bottom: 1.5rem;
}

.content-title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.title {
    font-weight: 700;
    color: #264796;
}

.title-icon {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.title-icon:before,
.title-icon:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    background-color: #000;
    top: 50%;
}

.title-icon:before {
    left: 10%;
}

.title-icon:after {
    right: 10%;
}

.title-2 {
    font-size: 1.6rem;
    margin-top: 3rem;
    margin-bottom: 30px;
    position: relative;
}

.title-2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background-color: #000;
}

.sayings {
    margin-top: 2rem;
}

#accordion .card-header {
    padding: 0;
}

#accordion .card-header .card-link {
    background-color: #264796;
    color: #fff;
    display: block;
    padding: .75rem 1.25rem;
}

.table-custom .table-bordered td, 
.table-custom .table thead th {
    border-color: #000000;
    vertical-align: middle;
}

.services-tab {
    background-color: #FFFFFF;
}

.services-tab .nav-tabs {
    margin-left: 0;
}

.services-tab .nav-tabs .nav-link {
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    color: #a9a9a9;
    font-size: 18px;
    padding: 46px 20px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.services-tab .nav-tabs .nav-link.active,
.services-tab .nav-tabs .nav-link:focus,
.services-tab .nav-tabs .nav-link:hover {
    color: #FFFFFF;
    background-color: #264796;
}

.services-tab .tab-content {
    padding: 15px 15px;
}

.services-tab .tab-title {
    color: #264796;
    margin: 10px 0 40px;
}

.services-tab .tab-content ul li {
    margin-bottom: 20px;
}

.services-tab .tab-content ul li .tab-li-icon {
    color: #264796;    
    text-align: center;
    width: 20px;
    margin-right: 8px;
    display: inline-block;
}

.card-title {
    color: #264796;
    font-weight: 700;
}

.contact-div {
    text-align: center;
    margin: 20px 0;
    color: #686868;
}

.contact-icon {
    font-size: 30px;
    margin-bottom: 10px;
    color: #264796;
}

.contact-div h4 {
    color: #000;
}

footer {
    background-color: rgb(37, 39, 46);
    color: #B5B5B5;
}

.footer-title {
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-news,
.footer-timing {
    font-size: 14px;
}

.footer-news > ul > li > a > p {
    display: inline-block;
    margin-bottom: 0;
}

.footer-timing > ul > li {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 1px dotted #43454c;
}

.footer-navigation > ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-navigation > ul > li {
    margin-left: 2px;
    margin-right: 2px;
}

.footer-navigation > ul > li > a {
    padding: 10px 20px;
    display: inline-block;
    transition: .5s ease-in-out;
}

.footer-navigation > ul > li > a:hover {
    color: #FFFFFF;
}

.footer-copyright {
    background-color: #264796;
    color: #fff;
    text-align: center;
    padding: 15px;
}


/* Media Queries */

@media screen and (max-width: 1299px) and (min-width: 1200px) {
    .stellarnav.header-nav > ul > li > a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1199px) {
    .stellarnav.header-nav .menu-toggle {
        position: absolute;
        top: 26px;
        right: 10px;
        width: auto;
    }

    .stellarnav.header-nav > ul {
        height: calc(100vh - 20vh);
        overflow-x: scroll;
        margin-top: 10px;
    }

    .stellarnav.header-nav li a,
    .stellarnav.header-nav > ul > li > a {
        padding: 15px;
        font-size: 14px;
    }
}
@media screen and (min-width:768px) {
    .logo-display-mob{
display: none;
    }
}
    

@media screen and (max-width: 767px) {
    .header-top {
        display: none;
    }
    .logo-display-lg{
        display: none;
    }
    .custom-nav{
        justify-content: flex-start;
    }
    .mob-logo{
        width: 50px;
    height: 50px;
    max-width: 50px;
    margin-right: 0.5rem;
    }
    
}