@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

/* header scrool */


@keyframes smoothScroll {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
    }
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

section {
    position: relative;
    overflow: hidden;
}

.btn-primary:focus {
    box-shadow: unset;
}

.btn:focus {
    box-shadow: unset;
}

.btn-primary:active:focus {
    box-shadow: unset;
}

.header.on-scroll .navbar-expand-lg .offcanvas {
    margin: 0;
    background-color: #ffffff;
}

.header {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transition: all 0.35s ease 0s;
    z-index: 10;
    background-color: #ffffff;
    padding: 10px 0px 0px;
    box-shadow: rgb(0 0 0 / 5%) 0px 5px 7px 0px;
}

.header .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all 1s ease-in;
}

.header .navbar-light .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

.header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.header .navbar-light .navbar-nav .nav-link:hover {
    color: #f7a81b;
    transition: all 1s ease-in;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.logo {
    width: 70%;
}

.menu-block {
    background-color: #f7a81b;
    padding: 5px 20px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 50px;
    border: 1px solid #f7a81b;
    font-size: 14px;
}

.menu-block:hover {
    background-color: transparent;
    color: #f7a81b;
}

.top_social ul {
    display: flex;
    align-items: center;
}

.top_social li:not(:last-child) {
    margin-right: 8px;
}

.top_social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f7a81b;
    background: #f7a81b;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 14px;
}

.top_social li a:hover {
    color: #f7a81b;
    background-color: transparent;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 70px;
    height: 8px;
    margin: 0px 10px;
    background-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #deb15e;
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.4, 1.4);
    }
}

.banner_sec .item {
    overflow: hidden;
}

/* .banner_sec .item img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
} */
/* 
.banner_sec .owl-item.active .item img {
    animation: zoom 35s linear infinite;
} */

.home_hedding {
    padding: 50px 0;
}

.home_hedding h2 {
    font-size: 38px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}

.home_hedding h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
}

.home_hedding h2 span {
    font-weight: bold;
    color: #18468f;
}

.home_hedding h3 span {
    font-weight: bold;
    color: #18468f;
}

.mission_wrwp {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0px 0px 10px 5px #8f8f8fc7; */
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    box-shadow: rgb(59 59 59 / 32%) 0px 0px 15px 5px;
}

.mission_wrwp:hover {
    box-shadow: unset;
    transform: translateY(-20px);
}

.mission_wrwp::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.18);
}

.mission_wrwp img {
    width: 100%;
}

.mission_botom_text {
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
}

.mission_botom_text h2 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mission_botom_text a {
    padding: 12px 30px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
}

.mission_botom_text a:hover {
    background-color: #000;
    color: #fff;
}

.why_wepper {
    background-color: #354761;
    padding: 40px 30px;
    height: 100%;
}

.svg_wepper .svg_inner:not(:last-child) {
    margin-bottom: 40px;
}

.svg_wepper svg {
    width: 30px;
    margin-bottom: 20px;
    height: 50px;
    width: 50px;
}

.svg_wepper h2 {
    color: #deb15e;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}


.svg_wepper p {
    color: #fff;
    font-size: 14px;
    /* font-weight: 500; */
    line-height: 24px;
    letter-spacing: 0.5px;
}


.svg_wepper hr {
    height: 3px;
    opacity: 1;
    background: #deb15e;
    width: 80%;
    /* margin-bottom: 60px; */
}

.why_wepper_immgbook {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px;
}

.black_logo_wepper {
    padding: 50px 0;
}

.black_logo_wepper img {
    width: 38%;
}

.membership_bg {
    background-image: url(../images/membership_bg.jpg);
    padding: 100px 0;
}

.membership_text {
    background-color: #fff;
    width: 70%;
    margin: auto;
    padding: 6px 0;
    border-radius: 10px;
}

.membership_text h2 {
    text-align: center;
    font-size: 30px;
    width: 60%;
    margin: auto;
    font-weight: 600;
}

.membership_text hr {
    height: 2px;
    opacity: 1;
    background: #deb15e;
    width: 70%;
    margin: 20px auto;
}

.membership_text ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

.membership_text ul li strong {
    font-size: 14px;
}

.membership_text ul {
    margin-left: 20%;
}

.membership_incluld {
    margin-left: 12%;
}

.membership_incluld p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.membership_incluld ul {
    margin-left: 5%;
}

.membership_incluld ul li {
    font-size: 12px;
    font-weight: 500;
    list-style: disc;
}

.buttton_custm {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.buttton_custm a {
    padding: 15px 30px;
    background-color: #f7a81b;
    color: #fff;
    border-radius: 4px;
}

.buttton_custm a:hover {
    background-color: #000;
    color: #fff;
}

.interested_bg {
    background-image: url(../images/event_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.form_wepper {
    background-color: #fff;
    width: 40%;
    margin: auto;
    padding: 40px;
}

.form_wepper label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-control:focus {
    box-shadow: unset;
}

.form-control {
    padding: 5px;
}

.sumbit_btn {
    margin: 30px auto 0;
    background-color: #000;
    color: #fff;
    display: block;
    padding: 5px 30px;
    border: unset;
}

.sumbit_btn:hover {
    background-color: #f7a81b;
    border: unset;
}

/* 
.follow_img img {
    height: 170px;
    width: 168px;
} */

.follow_wepper {
    border-color: #18468f;
    border-style: solid;
    border-width: 8px 0;
}


.footer-section {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #efefef;
}

.footer-widget img {
    margin-bottom: 12px;
}

.footer-widget p,
.footer-widget a {
    color: #4b4b4b;
    font-size: 13px;
    margin: 0 0 10px;
}

.footer-widget .contact-widget {
    padding-left: 10px;
}

.footer-widget .fw-title {
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.footer-widget .contact-widget p i {
    color: #000;
    margin-right: 5px;
}

.footer-widget .social {
    padding-top: 10px;
}

.footer-widget .social a {
    color: #000;
    font-size: 16px;
    margin-right: 8px;
}

.footer-widget .double-menu-widget {
    padding-left: 20px;
}

.footer-widget .double-menu-widget ul {
    list-style: none;
    /* display: inline-block; */
}

.footer-widget .double-menu-widget ul a {
    font-size: 13px;
    color: #4b4b4b;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
}

.footer-widget .double-menu-widget ul a:hover {
    right: -20px;
    color: #000;
}

/* .footer-widget .double-menu-widget ul:last-child {
    margin-left: 50px;
} */

.footer-bottom {
    overflow: hidden;
    padding-top: 20px;
    margin-top: 45px;
    border-top: 1px solid #324a4e;
}

.footer-bottom .copyright {
    text-align: center;
    margin: 0 auto;
    float: none;
}

.copyright p {
    font-size: 12px;
    margin-bottom: 0;
    color: #4b4b4b;
}

.contact-widget p a {
    color: #4b4b4b;
    display: flex;
    align-items: center;
}

.about_sec .home_hedding {
    padding: 50px 0 20px;
}

.about_content {
    width: 65%;
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 70px;
    letter-spacing: 0.5px;
}

.member_sec {
    overflow: visible;
}

.card-holder .card {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    min-height: 425px;
    max-height: 440px;
}

.card_text h3 {
    line-height: 18px;
    /* height: 54px; */
}

.card_text .title a {
    font-size: 16px;
    color: #18468f;
    transition: all 0.3s linear;
    font-weight: 600;
    text-transform: uppercase;
}

.card_text p {
    font-size: 14px;
    margin: 5px 0;
}

.cstm_btn {
    background: #18468f;
    color: #ffffff;
    display: inline-block;
    padding: 5px 16px;
    margin-top: 10px;
    border: 1px solid #18468f;
}

.cstm_btn:hover {
    color: #18468f;
    background: transparent;
}

.card-holder .leader-img {
    width: 100%;
    /* height: auto; */
    overflow: hidden;
    background-color: #eee;
    /* border-radius: 50%; */
    /* margin: auto; */
    /* box-shadow: 2px 5px 0px 0px #fecc00; */
    margin-top: 0;
}

.card_text {
    padding: 15px 10px;
}

.card-holder .leader-img img {
    width: 100%;
}

.Form__Input {
    -webkit-appearance: none;
    display: block;
    padding: 12px 14px;
    border-radius: 0;
    border: 1px solid #dddddd;
    width: 100%;
    line-height: normal;
    resize: none;
    transition: border-color .1s ease-in-out;
    background: transparent;
    font-size: 14px;
}

.Button {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: .2em;
    font-weight: 500;
    font-style: normal;
    background-color: transparent;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    border-color: #000000;
}

.Button:hover {
    color: #000000;
}

.Form__Submit {
    margin-top: 20px;
}

.Button::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: left center;
    z-index: -1;
    background-color: #000000;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
}

.Button:hover:before {
    transform-origin: right center;
    transform: scaleX(0);
}

.about_sec,
.member_sec {
    padding: 20px 0;
}

.navbar-light .navbar-toggler {
    padding: 0;
    border: 0;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: unset !important;
}

/* Other page */

.right_detailWrap {
    background-repeat: no-repeat;
    background-image: url(../images/bg_icon.png);
    height: 100%;
    background-position: center;
    background-size: 90%;
    padding: 40px 35px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.right_detailWrap p {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.left_imgWrap {
    position: relative;
}

.left_imgWrap:before {
    content: '';
    position: absolute;
    border: 15px solid #17468f;
    bottom: 0;
    right: 0;
    width: 96%;
    height: 95%;
    border-radius: 5px;
}

.profile_name {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 86%;
    align-items: center;
    margin: auto;
    font-size: 14px;
    font-weight: 700;
}

.gallery_sec {
    margin: 20px 0;
    border-top: 12px solid #7f7cff;
    border-bottom: 12px solid #7f7cff;
    background-color: #bdbbff;
    padding: 0 18px;
}

.cstmfooter_detail {
    /* display: flex;
    justify-content: space-between; */
    background: #f5f7fe;
    padding: 20px 15px;
    height: 100%;
    border-radius: 14px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
}

.cstmfooter_detail:hover {
    transform: translateY(-15px);
}

.cstmfooter_detail .block_icon i {
    position: absolute;
    right: -2px;
    bottom: -2px;
    font-size: 72px;
    color: #05050512;
}

.new_footer .col-md-3:last-child .cstmfooter_detail .block_icon i {
    left: -2px;
    right: unset;
}

.cstmfooter_detail p {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

.cstm_footer {
    padding: 0 10px 30px;
}

.cstm_footer .row>* {
    padding: 0 8px;
}

.col-md-5 .cstmfooter_detail ul:last-child {
    position: relative;
    padding-right: 15px;
}

.col-md-5 .cstmfooter_detail ul:last-child::before {
    content: '';
    border: 4px solid #7f7cff;
    position: absolute;
    right: 0;
    height: 100%;
    border-radius: 8px;
}

.new_footer {
    padding: 0 20px 40px;
    overflow: visible;
    margin-top: 48px;
    position: relative;
}

.new_footer .row {
    justify-content: center;
}

.new_footer .row:before {
    background: url(/images/clipart2.png);
    background-size: contain;
    background-repeat: repeat;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background-position: top center;
    height: 100%;
    opacity: 0.8;
}

/* .new_footer .col-md-5 .cstmfooter_detail ul:last-child::before {
    border: 4px solid #f6bb54;
} */

.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    object-position: top;
}

.grid-wrapper>div.wide>img {
    object-position: center 40%;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.right_detailWrap h3 {
    text-align: center;
    color: #17468f;
    /* margin-bottom: 25px; */
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.profile_social {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile_social ul {
    display: flex;
    align-items: center;
}

.profile_social li:not(:last-child) {
    margin-right: 8px;
}

.profile_social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 14px;
}

.profile_social li a:hover {
    color: #000;
    background-color: transparent;
}


.left_imgWrap img {
    padding: 0 40px 40px 0;
}

.event_innerwrap {
    background-image: url(../images/old-jaipur.jpg);
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.event_sec .events_wrap {
    width: 85%;
    margin: auto;
}

.new_footer .col:nth-child(4n + 2) .cstmfooter_detail {
    background: #fff5e9;
}

.new_footer .col:nth-child(4n + 3) .cstmfooter_detail {
    background: #f6f0f5;
}

.new_footer .col:nth-child(4n + 4) .cstmfooter_detail {
    background: #f0ffff;
}

.new_footer .col:nth-child(4n + 5) .cstmfooter_detail {
    background: #f7f5f2;
}

.bod_sec {
    padding: 50px 0;
}

.bod_detail {
    text-align: center;
    padding: 15px 0 5px;
}

.bod_wrap h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    /* margin-bottom: 8px; */
}

.bod_wrap {
    background: #f5f7fe;
    padding: 10px;
    height: 100%;
    border-radius: 14px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
}

.bod_wrap:hover {
    transform: translateY(-15px);
}

.bod_wrap img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bod_detail span {
    font-size: 12px;
    font-weight: 500;
    display: block;
}

.bod_detail h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.bod_detail h2 span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: block;
}

.bod_detail p {
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 22px;
    margin-bottom: 15px;
}

.right_detailWrap h4 {
    text-align: center;
    margin: 6px 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #494949;
}

.board_profile .right_detailWrap h3 {
    margin-bottom: 6px;
}

.dropdown-menu {
    margin: 0 !important;
    border-radius: 0;
    border: 0;
    padding: 0;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu.show {
    opacity: 1;
    transform: scaleY(1);
    overflow: visible;
}

.dropdown-item {
    font-size: 14px;
    padding: 6px 15px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all 1s ease-in;
}

.event_text {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    border: 10px solid #18468f;
}

.event_text h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #18468f;
    text-transform: uppercase;
}

.event_text h4 {
    color: #d21c55;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.contact-details {
    background-color: #ffffff;
    padding: 20px;
    max-height: 160px;
    min-height: 155px;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0 0 20px -8px #00000038;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-details:hover {
    box-shadow: unset;
    transform: translateY(-20px);
}

.contact-content-main,
.contact-content-main a {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.571;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-content-main h2 {
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.contact-content-main h3 {
    color: #18468f;
    text-align: center;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.editor_detail {
    padding-left: 45px;
}

.editor_detail p {
    margin-bottom: 14px;
    font-size: 13px;
    color: #000000;
    letter-spacing: .5px;
    line-height: 22px;
}

.editor_contact {
    margin: 45px 0;
}

.editor_contact h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.editor_contact a {
    display: block;
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0;
    line-height: normal;
    letter-spacing: 1px;
}

.about_wrap h1 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about_wrap h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about_wrap h1 span {
    font-weight: bold;
    color: #18468f;
}

.about_wrap p {
    font-size: 13px;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.right_detailWrap {
    background-size: 69%;
    padding: 40px 35px 15px;
}

.bod_wrap img {
    border-radius: 0;
}

.bod_wrap {
    background: #17468fa6;
}

.bod_detail {
    text-align: left;
    padding: 15px 25px;
    color: #ffffff;
}

.bod_detail p {
    font-size: 14px;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0;
}

.bod_detail h2 p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: block;
    letter-spacing: normal;
}

.new_footer .col:nth-child(4n + 2) .cstmfooter_detail {
    background: #fff5e9;
}

.new_footer .col:nth-child(4n + 3) .cstmfooter_detail {
    background: #f6f0f5;
}

.new_footer .col:nth-child(4n + 4) .cstmfooter_detail {
    background: #f0ffff;
}

.new_footer .col:nth-child(4n + 5) .cstmfooter_detail {
    background: #f7f5f2;
}

.contact-content-main a:hover {
    color: #18468f;
}

.more_link a {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    background-color: #000000;
    padding: 4px 8px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 50px;
    border: 1px solid #000000;
    font-size: 12px;
}

.more_link a i {
    font-size: 12px;
    margin-left: 6px;
}

.more_link a:hover {
    background: transparent;
    color: #000000;
}

.yellow_page {
    padding-bottom: 30px;
}

.yellow_page .row {
    padding-bottom: 20px;
    justify-content: center;
}

.yellow_page .about_wrap h3 {
    color: #18468f;
    padding-top: 20px;
}

.yellow_page .contact-content-main h3 {
    text-transform: uppercase;
    font-size: 16px;
}

.yellow_page .contact-content-main p {
    font-weight: 500;
    color: #000000;
    margin-bottom: 3px;
}

.yellow_page .contact-content-main>a {
    color: #000000;
}

.yellow_page .contact-content-main .more_link a {
    flex-flow: row;
}

.yellow_page .contact-details {
    max-height: 210px;
    min-height: 180px;
    align-items: baseline;
    padding: 20px 10px;
}

.yellow_page .col-xl-3:nth-child(15n + 1) .contact-details,
.yellow_page .col-xl-3:nth-child(15n + 14) .contact-details {
    background: #e9f5ff;
}

.yellow_page .col-xl-3:nth-child(15n + 2) .contact-details {
    background: #f6f0f5;
}

.yellow_page .col-xl-3:nth-child(15n + 3) .contact-details,
.yellow_page .col-xl-3:nth-child(15n + 9) .contact-details,
.yellow_page .col-xl-3:nth-child(15n + 11) .contact-details {
    background: #f0ffff;
}

.yellow_page .col-xl-3:nth-child(15n + 4) .contact-details {
    background: #f8ffda;
}

.yellow_page .col-xl-3:nth-child(15n + 5) .contact-details,
.yellow_page .col-xl-3:nth-child(15n + 10) .contact-details {
    background: #fff1dc;
}

.yellow_page .col-xl-3:nth-child(15n + 6) .contact-details {
    background: #d5ffd2;
}

.yellow_page .col-xl-3:nth-child(15n + 7) .contact-details,
.yellow_page .col-xl-3:nth-child(15n + 13) .contact-details {
    background: #e7e1ff;
}

.yellow_page .col-xl-3:nth-child(15n + 8) .contact-details {
    background: #f5f5f5;
}
.yellow_page .nav.nav-tabs {
    justify-content: center;
    border: 0;
}

.yellow_page .nav-tabs .nav-item.show .nav-link,
.yellow_page .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #18468f;
    border-color: #18468f #18468f #fff;
    border-bottom: 0;
    border-radius: 0;
    padding: 8px;
}
.yellow_page .nav-tabs .nav-link {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 0;
    border: 0;
    position: relative;
    display: inline-block;
    margin: 0 8px;
    transition: .5s ease-in-ot;
}
.top_button {
    bottom: 40px;
    cursor: pointer;
    height: 50px;
    padding: 6px 12px;
    position: fixed;
    right: 50px;
    text-align: center;
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
    z-index: 99;
    font-size: 0px;
    border: 4px solid #18468f;
    border-radius: 50%;
    background: linear-gradient(to bottom, #18468f, #18468f);
}


    .top_button:before {
		content: "";
		background: url(../images/back_to_top.png) no-repeat scroll center 2px;
		padding: 12px 8px;
	}

.yellow_page .nav-tabs .nav-link:after {
    content: '';
    position: absolute;
    background: #000000;
    height: 1px;
    width: 100%;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.yellow_page .nav-tabs .nav-link.active:after {
    content: unset;
}

.yellow_page .nav-tabs .nav-link:hover {
    font-size: 13.2px;
}
.modal-header .home_hedding h3 {
    font-size: 20px;
    margin: 0;
}
#authcodefrm input.form-control {
    padding: 5px 10px;
    font-size: 14px;
}