/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 29.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@font-face {
  font-family: 'Canela Deck Web';
  src: url('fonts/CanelaDeck-Regular-Web.woff2') format('woff2'),
       url('fonts/CanelaDeck-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

.CanelaDeck-Regular-Web {
  font-family: 'Canela Deck Web';
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Canela Deck Web';
  src: url('fonts/CanelaDeck-Bold-Web.woff2') format('woff2'),
       url('fonts/CanelaDeck-Bold-Web.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

.CanelaDeck-Bold-Web {
  font-family: 'Canela Deck Web';
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}


@font-face {
  font-family: 'Canela Deck Web';
  src: url('fonts/CanelaDeck-Light-Web.woff2') format('woff2'),
       url('fonts/CanelaDeck-Light-Web.woff') format('woff');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

.CanelaDeck-Light-Web {
  font-family: 'Canela Deck Web';
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Canela Deck Web';
  src: url('fonts/CanelaDeck-Bold-Web.woff2') format('woff2'),
       url('fonts/CanelaDeck-Bold-Web.woff') format('woff');
  font-weight:  900;
  font-style:   normal;
  font-stretch: normal;
}

.CanelaDeck-Bold-Web {
  font-family: 'Canela Deck Web';
  font-weight:  900;
  font-style:   normal;
  font-stretch: normal;
}




:root {
    --font-CanelaDisplay : 'Canela Deck Web', serif;
    --font-Poppins : 'Poppins', sans-serif;
}

.anchor-a{
	text-decoration: underline !important; color: #1b2f6e !important; font-style: italic !important;
}


#back_to_top > span {
    background-color: #1B2F6E !important;
    border-color: white !important;
    border-width: 1px;
    border-style: solid;
}
#back_to_top i{
    color: white !important;
}

.footer-my-custom-text my-cust-brd:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 1px;
    background: #E5E5E5;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.my-ft-li{
	margin: 10px 0px !important;
}
.my-ft-a{
	font-weight:400 !important;
}
.my-ft-a:hover{
	text-decoration: underline !important;
}
.line-p{
	border-bottom: 1px solid white;
    width: 45px;
    text-align: center;
	margin-bottom: 24px;

}
.my-cust-brd{
	font-weight:400 !important;
}

.line-div{
	display: flex;
    justify-content: center;
}
.footer_bottom p{
	padding-bottom:0px !important;
    font-weight: 500 !important;
    color: white !important;
}
.d-inline-flex {
	display: flex;
    justify-content: space-evenly;
}
.footer-social-media-links{
	padding-top: 4px;
}

.footer-social-media-links img{
	width: auto;
    height: 22px;
}
.footer_bottom_holder{
	padding-bottom: 40px !important;
}
.my-cust-brd {
    padding: 10px !important;
    text-align: center !important;
    font-family: 'CanelaDeck-Regular-Web' !important;
    font-size: 43.2px !important;
    margin-bottom: 30px !important;
}
@media (min-width: 10px) and (max-width: 1248px){
    .my-cust-brd {
    font-size: 34px !important;
}
}


.drop_down .second .inner > ul > li > a{
	color: white !important;
	font-size: 11px !important;
}
.drop_down .second .inner > ul > li > a:hover{
	color: white !important;
}

.drop_down .second .inner ul{
	border-radius: 10px;
}

.section-title-box a, .view-btn, .view-btn-2{
	position: relative;
    padding: 0px 0;
    padding-left: 45px;
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    font-weight: 700;
    color: #C1272D;
    background: #fff;
    z-index: 1;
    white-space: nowrap;
}
.section-title-box a:before, .view-btn:before, .view-btn-2:before{
    content: '';
    border: 1px solid #C2C7D8;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    top: 50%;
    transition: all .2s ease;
    transform: translateY(-50%);
}
.section-title-box a:after, .view-btn:after, .view-btn-2:after{
    content: '';
    border: solid #C1272D;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 12px;
    transition: all .2s ease;
    top: calc(50% - 4px);
}

.section-title-box a:before, .view-btn:before, .view-btn-2:hover:before{
    background: #C1272D;
    border: 1px solid #C1272D;
    transition: all .2s ease;
}
.section-title-box a:hover, .view-btn:hover{
    transition: all .2s ease;
    padding-right: 0px;
}
.section-title-box a:after, .view-btn:after, .view-btn-2:hover:after{
    border-color: #fff;
    transition: all .2s ease;
}
.section-title-box a span, .view-btn span{
    transition: all .3s ease;
    transform: translateX(0px);
    display: inline-block;
}
.section-title-box a:hover span, .view-btn:hover span{
    transition: all .3s ease;
    transform: translateX(5px);
}

.section-title-box a:hover:before, .view-btn:hover:before{
    background: transparent;
    border: 1px solid #C1272D;
    transition: all .2s ease;
}
.section-title-box a:hover:after, .view-btn:hover:after{
    border-color: #C1272D;
    transition: all .2s ease;
    left: 20px;
}


.view-btn.view-btn-back, .view-btn.view-btn-back:hover{
    padding-left: 0 !important;
    padding-right: 60px;
}
.view-btn.view-btn-back:before, .view-btn.view-btn-back:after{
	right: 0;
	left: unset;
}
.view-btn.view-btn-back:after, .view-btn.view-btn-back:hover:after{
	right: 15px;
	left: unset;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.view-btn.view-btn-back:hover span {
    transform: translateX(-5px);
}
.view-btn.view-btn-back:hover:after{
    right: 25px;
}
.qbutton{
	background: #A51C30 !important;

}
.footer_top_holder{
	display:none !important;
}
.footer_bottom_holder {
  display:block;
}
@media only screen and (max-width: 765px) {
.footer_bottom_holder {
  padding-top: 50px !important;
}

.footer_bottom ul li {

    margin-right: 0px !important;
}
}

@media screen and (min-device-width: 768px) and (max-device-width: 4400px) {

.footer_bottom_holder {
  padding-top: 63px;
}
.ftr-dflx-jus{
		display:flex !important;
		justify-content: space-around !important;
}
}

.mobile_menu_button span{
	color: black !important;
}
.qode_content_slider .flex-control-nav li {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    margin: 0px 4px !important;
}

.access-p3 p:nth-of-type(3) {
    padding: 0px 6px !important;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
 .footer_bottom_holder {
  padding: 20px 50px !important;
}
	
.access-p3 p:nth-of-type(3) {
    padding: 0px 8px 14px 8px !important;
}
.tax-text {
    color: grey;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 20px;
}
	
}

.cmenu-button{
    color: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255) !important;
    border-radius: 6px !important;
    background-color: rgb(165, 28, 48) !important;
	border: 1px solid white !important;
}
.drop_down .second .inner ul.right li a, .drop_down .second .inner ul.right li h5 {
    text-align: left !important;
}

.mobile_arrow ul li a span{
	text-transform: capitalize !important;
}
.drop_down .second .inner ul.right li.sub a i.q_menu_arrow {
    float: left;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-right: 6px;
    color: white;
}

.heateor_sss_horizontal_sharing{
	margin-bottom:18px;
}

.entry_title{
	font-size: 18px !important;
    line-height: 140% !important;
}

.menu-item span{
    color: white !important;
}

.grey-brdr {
    border-top: 2px solid #c4c4c4;
}



    .header_bottom{
            background-image: url(https://iimaef-donation.eternalsoft.in/wp-content/uploads/2025/05/bg-main-2.png) !important;
    background-repeat: no-repeat !important;
    background-position-y: -10px;

    }