@font-face{
	font-family: Roboto-regular;
    src: url("../font/Roboto-Regular.ttf");
}
@font-face{
	font-family: Roboto-Bold;
    src: url("../font/Roboto-Bold.ttf");
}
@font-face{
	font-family: Roboto-Light;
    src: url("../font/Roboto-Light.ttf");
}
@font-face{
	font-family: Roboto-Medium;
    src: url("../font/Roboto-Medium.ttf");
}

@font-face{
	font-family: Roboto-regular;
    src: url("../font/Roboto-Regular.ttf");
}
@font-face{
	font-family: RobotoSlab-Bold;
    src: url("../font/RobotoSlab-Bold.ttf");
}
@font-face{
	font-family: RobotoSlab-Light;
    src: url("../font/RobotoSlab-Light.ttf");
}
@font-face{
	font-family: RobotoSlab-Medium;
    src: url("../font/RobotoSlab-Medium.ttf");
}
.mob{
        display:none;
    }
body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Roboto-regular;
}
p{
	color: #777;
	font-size: 14px;
	font-family: Roboto-regular;
}
ul{
	list-style-type: none;
	padding-left: 0px;
}
li{
	list-style-type: none;
	padding-left: 0px;
}
h1{
	font-size: 2.5rem;
	
}
h2{
	font-size: 2.4rem;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
a{
	color: #101010;
	font-size: 14px;
	font-family: poppins-regular;
}
a:hover{
	text-decoration: none;
}

.container{
	max-width: 1200px;
}

.uuuer_mobile_logo{
	display: none;
}
.uuuer_mobile_logo img{
	width: 100%;
}

.upper_header{
	width: 100%;
	position: relative;
	background-color: #fff;
}
.header_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.logo img{
	max-width: 100px;
}
.flex_div{
	display: flex;
	justify-content: space-between;
}
.bring li{
	display: inline-block;
	
	position: relative;
	font-family: RobotoSlab-medium;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;

}
.bring li:nth-child(2){
	margin-left: 25px;
}
.bring li:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background-color: #fff;
	top: 5px;
	right: -13px;
}
.bring li:last-child::after{
	background-color: transparent;
}
.web-lang{
    display:none;
}
.language a{
	margin-left: 5px;
	text-decoration: none;
	font-size: 16px;
	font-family: Roboto-medium;
	padding: 5px 15px 5px 15px;
	outline: none;
	border:none;

}

.language .eng{
	background-color: #fff;
	color: #00be59;
}

.language .bng{
	background-color: #00af52;
	color: #fff;
}
.page_title{
	max-width: 100%;

}
.page_title h2{
	font-family: RobotoSlab-Bold;
	font-size: 26px;
	color: #fff;

}
.lang_address{
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 8px;
}
.page_title p{
	color: #f6f6f6;
	font-family: Roboto-regular;
	font-size: 15px;
	letter-spacing: 2px;
}

.upper_header::before{
background-color: #00be59;
	content: "";
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 82%;
	position: absolute;
	clip-path: polygon(5% 0, 100% 0, 100% 100%, 12% 100%);

}
.page_details{
    position: relative;
	z-index: 1000;
	background-color: #00be59;
	padding-top: 10px;
	padding-bottom: 10px;

}
.page_details .address span{
	color: #fff;
	font-size: 16px;

}

header{
	width: 100%;
	position: relative;
}
.navbar-brand{
	display: none;
}
.navbar{
	background-color: #f7c025;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar .nav-item .nav-link{
	color: #000000;
	text-transform: uppercase;
	font-family: RobotoSlab-Medium;
	font-size: 15px;
	margin-left: 8px;
	margin-right: 8px;
	transition: 0.5s;
	padding-top: 15px;
	padding-bottom: 15px;

}
.navbar .nav-item .nav-link:hover{
  background: #dd0d00;
}
.navbar .nav-item .nav-link:hover{
	color: #fff;
}
.banner_item{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 80vh;

}
.banner_caption {
	position: absolute;
	top: 30%;
	z-index: 1000;
	max-width: 500px;
}

.banner_title{
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	border-radius: 25px;
	text-align: center;
}
.banner_title span{
	font-size: 13px;
	color: #00be59;
}
.banner_caption h1{
	color: #fff;
	font-family: Roboto-Bold;
	display: block;
	line-height:40px;
	margin-top: 15px;
}
.banner_caption p{
	margin-top: 15px;
	color: #fff;
	opacity: 70%;
}
.btn_gradient{
	font-family: Roboto-Bold;
	text-transform: uppercase;
	font-size: 13px;
	outline: none;
	border:none;
	padding: 15px 30px 15px 30px;
	border-radius: 25px;
	background-image: linear-gradient(to right, #fbd434 , #e73a05);
    color: #fff;

}
.btn_gradient:hover{
	background:  #fbd434;
	color: #fff;
}
.banner_slide .owl-nav .owl-prev{
	position: absolute;
	left: 50px;
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: #fff!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000!important;
}
.banner_slide .owl-nav .owl-next{
	position: absolute;
	right: 50px;
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: #fff!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000!important;
}

.banner_bottom_text{
	background-color: #e6e6e6;
	text-align: center;
	padding: 15px 10px 5px 10px;
	position: relative;
	margin-top: -24px;
}
.banner_bottom_text p{
	font-size: 15px;
	color: #000;
}
.section_padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section_title h2,
.section_title span{
	display: block;
	line-height: 35px;
}
.section_title span{
	color: #00be59;
	font-family: Roboto-medium;
	font-size: 14px;
}
.section_title h2{
	color: #101010;
	font-family: RobotoSlab-Bold;
}
.about_content p{
	margin-top: 25px;
}
.about_content a{
	margin-top: 25px;
}
.notice_board{
	background-color: #e83f06;
	padding: 15px;
	position: relative;
}
.notice_board h4{
	color: #fff;
	font-family: Roboto-Medium;
}
.notice_board_upper_area{
	margin-top: 15px;
	padding: 15px;
	background-color: #f46434;
}
.notice_board_upper_area p{
	color: #000000;
}
.notice_box{
	background-color: #ba3205;
	padding: 15px;
	margin-top: 15px;
	height: 280px;
}
.notice_box h5{
	color: #fff;
	font-family: Roboto-Medium;
}

.notice_box ul{
	list-style: none;
     padding-left: 0;
}
.notice_box ul li{
  color: #fff;	
  position: relative;
  padding-left: 1.2em;  /* space to preserve indentation on wrap */
  margin: 25px 0px 25px 0px;
  font-family: Roboto-regular;
  font-size: 14px;

}
.notice_box ul :before{
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 2em;
  height: 2em;
  font-weight: bold;
  color: #fff;
  top: -5px;
}
.secretory_img{
	position: relative;
	overflow: hidden;
}
.secretory_img img{
	transition: 0.5s;
	transform: scale(1);
}
.secretory_img:hover img{
 transform: scale(1.5);
}
.secretory_img{
	margin-top: 25px;
}
.secretory_img img{
	max-width: 100%;
}
.secretory_content p{
	margin-top: 20px;
}
.donate_tiles{
	padding: 15px;
	background-color: #e6e6e6;
	display: flex;
	justify-content: flex-start;
    align-items: center;
    transition: 0.5s;

}
.donate_tiles:hover .donate_icon{
	background-color: #e73904;
}
.donate_icon {
	background-color: #00be59;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	 transition: 0.5s;
}
.donate_icon img{
	max-width: 100%;
	max-height: 100%;
}
.donate_tiles .donate_details{
  margin-left: 20px;
}
.donate_tiles .donate_details h4{
	font-family: RobotoSlab-medium;
	font-size: 22px;

}

.margin_align{
	margin-top: 60px;
}
.donate_tiles{
	margin-top: 10px;
}
.donate_tiles:first-child{
	margin-top: 0px;
}
.bg_gray{
	background-color: #efefef;
	padding-top: 60px;
	padding-bottom: 60px;
}
.activity_tiles{
	margin-top: 25px;
}
.activity_tiles img{
	width: 100%;
}
.activity_details{
	background-color: #fff;
	padding: 20px;
	
}
.activity_details h4{
	font-family: RobotoSlab-Bold;

}
.activity_tiles:hover h4{
	
  color: #101010;
}
.activity_tiles img{
	transform: scale(1);
	transition: 0.5s;
}

.activity_tiles:hover img {
    transform: scale(1.1);
}
.activity_img{
	overflow: hidden;
	position: relative;
}

.member_area{
	background-image: url(../images/middle_banner.jpg);
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 60vh;
	background-position: center;
}
.member_caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 600px;
	text-align: center;
	margin: auto;
}
.member_caption h2{
	color: #fff;
	font-family: RobotoSlab-Bold;
}
.member_caption p{
	margin-top: 20px;
	color: #fff;
}
.btn_width{
	width: 150px;
}
.member_caption a{
	margin-top: 25px;
}
.our_section_area{
	background-color: #00be59;
}
.light-title h2{
	color: #fff;
	text-transform: uppercase;
}
.section_item{
	margin-top: 50px;
	text-align: center;
}
.section_item .section_img{
	border-radius: 40px;
	height: 100px;
	border:3px solid #fff;
	transition: 0.5s;
	margin-bottom: 25px;
}
.section_item .section_img img{
	border-radius: 40px;
	width: 100%;
	object-position: center;
	object-fit: cover;
	height: 100px;
	margin-bottom: 20px;
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.section_item:hover .section_img img{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.section_item h4{
	color: #fff;
	font-family: RobotoSlab-regular;

}
a{
	text-decoration-line: none;
}

.section_img{
	 position: relative;
	 overflow: hidden;
}
.section_img img{
	transition: 0.5s;
	
}
.section_slide  .owl-nav .owl-prev{
    position: absolute;
	left: -100px;
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: #fff!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00be59!important;
}

.section_slide  .owl-nav .owl-next{
    position: absolute;
	right: -100px;
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: #fff!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00be59!important;
}

.subscription_area{
	background-color: #e83f06;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mail_box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-right: 1px solid #fff;
	padding-right: 10px;

}
.mail_box .mail_text{
	margin-left: 25px;
	margin-top: 15px;
}
.mail_box .mail_text h4{
	text-transform: uppercase;
	color: #fff;
	font-family: RobotoSlab-Medium;
	position: relative;
}

.mail_box .mail_text p{
	color: #fff;
	margin-top: 20px;
}
.mail_header{
	position: relative;
}
.mail_header::before{
	position: absolute;
	
	left: 0;
	right: 0;
	top: 35px;
	width: 100px;
	content: "";
	height: 2px;
	background-color: #fff;
}

.subscription_form{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
.subscription_form input{
	outline: none;
	border:1px solid #fff;
	border-radius: 30px;
	padding: 15px 30px 15px 30px;
	background-color: #ed683b;
	font-size: 14px;
	color: #fff;
	width: 500px;
}
.subscription_form input::placeholder{
	font-size: 14px;
	color: #fff;
	font-family: Roboto-Light;

}
.subscription_form button{
	margin-left: 10px;
	outline: none;
	border:none;
	background-color: #fff;
	color: #e83f06;
	padding: 15px 30px 15px 30px;
	border-radius: 30px;
	font-family: RobotoSlab-Bold;
	font-size: 18px;
	width: 200px;

}

footer{
	background-color: #202020;
}

.footer_address{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;


	}
.footer_address p{
	margin-left: 20px;
	margin-top: 10px;
}

.border_class{
	border-bottom: 1px solid #777;
	padding-bottom: 15px;
}
.footer_header h4{
	color: #fff;
	font-family: RobotoSlab-Medium;
	text-transform: uppercase;
}
.footer_content , .news_letter_area{
	margin-top: 20px;
}
.footer_content{
	position: relative;
}


.footer_content ul{
	list-style: none;
     padding-left: 0;
}
.footer_content ul li{
  color: #777;	
  position: relative;
  padding-left: 1.2em;  /* space to preserve indentation on wrap */
  margin: 15px 0px 15px 0px;
  font-family: Roboto-regular;
  font-size: 14px;

}
.footer_content ul :before{
  content: ' \00BB';
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 2em;
  height: 2em;
  font-weight: bold;
  color: #777;
  top: -5px;
}
.footer_content ul li a{
	color: #777;
	font-family: Roboto-regular;
}
.news_letter_tiles{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.news_letter_tiles img{
	border-radius: 5px;
	height: 80px;
	width: 80px;
	object-fit: cover;
	object-position: center;
}
.news_letter_tiles .news_letter_details{
	margin-left: 20px;
}
.news_letter_tiles .news_letter_details a{
	color: #00be59;
	font-family: Roboto-regular;
	font-size: 16px;
	transition: 0.5s;
}
.news_letter_tiles .news_letter_details p{
	margin-top: 10px;
}
.news_letter_area:hover .news_letter_tiles .news_letter_details a{
	color: #e83f06;
}
.down_footer{
	border-top:1px solid #777;
	padding-top: 20px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.down_footer span{
	color: #777;
	font-size: 14px;
}
.down_footer span a{
	color: #777;
	font-size: 14px;
}
.down_footer ul li{
  display: inline-block;
  margin-left: 10px;
}
.down_footer ul li a{
	width: 35px;
	height: 35px;
	background-color: #636363;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	transition: 0.5s;
}
.down_footer ul li a:hover{
	background-color: #ffffff;
	color: #00be59;
}

.dropdown:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }

.dropdown-menu .dropdown-item {
	color: #777;
	font-size: 15px;
	font-family: Roboto-Bold;
}    


.breadcum_area{
	background-color: #f6f6f6;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.breadcum_area  ul{
	margin-top: 10px;
}
.breadcum_area  ul li{
	display: inline-block;
	margin-right: 20px;
}
.breadcum_area  ul li a{
	color: #777;
	font-size: 14px;
	position: relative;
}
.bread_cum li a::after{
	position: absolute;
	right: -15px;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #d2d2d2;
	top: 0px;
}
.bread_cum li:last-child ::after{
	position: absolute;
	right: -15px;
	content: "";
	width: 1px;
	height: 20px;
	background-color: transparent;
	top: 0px;
}

.card-title small{
	font-size: 13px;
	color: #777;
	font-family: Roboto-Light;
}
.card-body h5{
	color: #101010;
	font-size: 16px;
}
.add_mission_form input::placeholder{
	font-size: 14px;
}





.add_mission_form input[type="text"],
.add_mission_form input[type="email"],
.add_mission_form input[type="date"],
.add_mission_form textarea,
.add_mission_form select{
	width: 100%;
	outline: none;
	border:1px solid #777;
	padding: 8px 15px 8px 15px;
	border-radius: 0px;
	background-color: transparent;
}
.form-group{
	margin-bottom: 15px;
}
.add_mission_form label{
	margin-bottom: 10px;
	color: #777;
	font-size: 14px;
}

.form-check label a{
	color: #00be59;
}
.add_mission_form input[type="submit"]{
	background-color: #00be59;
	outline: none;
	border:none;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-size: 15px;
	border-radius: 0px;
	width: 200px;
	text-transform: uppercase;
}
.add_mission_form .card .card-header{
	background-color: #005c69;
	padding: 25px;
}
.add_mission_form .card .card-header h4{
	color: #fff;
}
.add_mission_form .card .card-header small{
	color: #f5f5f5;
}

/*portfolo*/
.gallery-box {
	margin-top: 25px;
}
.gallery-box img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	display: block;
}
.gallery-box {
  position: relative;
 
}



.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
}

.gallery-box:hover .overlay {
  opacity: 1;
}
.overly-icon{
	color: white;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.contact-form h4{
	color: #101010;
	font-weight: 500;
}
.contact-form label{
	color: #101010;
	font-weight: 500;
	font-size: 15px;
}
.contact-form .form-group{
	margin-top: 20px;
}
.contact-form input[type="text"],.contact-form input[type="email"]{
	width: 100%;
	outline: none;
	border:none;
	padding: 15px;
	border:1px solid #777;
	border-radius: 0px;
}
.contact-form  textarea{
	width: 100%;
	outline: none;
	border:none;
	padding: 15px;
	border:1px solid #777;
	border-radius: 0px;
}
.tiles-address{
	display: flex;
	justify-content: flex-start;
	align-items:  center;
	margin-top: 25px;
}
.tiles-address:first-child{
margin-top: 60px;
}
.tiles-address .tiles-icon{
	width: 60px;
	height: 60px;
	border:2px solid #285b9a;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 15px;
}
.tiles-address .tiles-icon img{
	max-width: 100%;
	max-height: 100%;
}
.tiles-text{
	margin-left: 20px;
}

.details-txt{
	margin-top: 25px;
}
.details-txt {
	max-width: 500px;
	margin: auto;
}
.details-txt  p{
	color: #000000;
	font-weight: 600;
}
.flex-blog{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 15px;

}
.flex-blog:last-child{
	border-bottom: 1px solid transparent;
}
.text-only{
	margin-left: 15px;
}

.form_area{
     	background-color: #005c69;
     	padding: 20px;
     }
     .address_flex{
     	display: flex;
     	justify-content: space-between;
     	flex-wrap: wrap;
     }
     .form_area .address_tiles{
     	max-width: 200px;
     }
      .form_area .address_tiles h4{
      	color: #fff;
      	margin-bottom: 10px;
      }
       .form_area .address_tiles p{
       	font-size: 13px;
       	color: #fff;
       }

       .contact_form{
       	margin-top: 30px;
       }

 .contact_form input[type="text"],
  .contact_form input[type="email"],
   .contact_form textarea{
   	width: 100%;
   	background-color: #058e9e;
   	padding: 15px 30px 15px 30px;
   	outline: none;
   	border:none;
   	border-radius: 0px;
   	font-size: 14px;
   	color: #fff;
   	margin-top: 5px;
   	margin-bottom: 5px;
   }        
   .contact_form input::placeholder,
   .contact_form textarea::placeholder{
   	font-size: 14px;
   	color: #fff;
   }
   .contact_form input[type="submit"]{
   	margin-top: 30px;
   	background-color: #eddccc;
   	outline: none;
   	border-radius: 0px;
   	padding: 10px 20px 10px 20px;
   	font-size: 14px;
   	color: #000000;
   }
    .contact_form input[type="submit"]:hover{
    	background-color: #c0630c;
    	color: #fff;
    }

    .map iframe{
    	width: 100%;
    }

    /*======================================
=            NO GUTTER CODE            =
======================================*/
.no-gutter > [class*='col-'] {
    padding-right:30px;
    padding-left:30px;
}
.no-gutter_sell > [class*='col-']{
	padding-right:0px;
    padding-left:0px;
}

.qr_code_paymrt{
	background-color: #f8c52d;
	padding: 10px 20px 10px 20px;
	color: #101010;
	font-size: 18px;

}
.qr_code_paymrt:hover{
	background-color: #b0870c;
	color: #fff;
}
.theme_table{
	margin-top: 20px;
}
.theme_table thead{
	background-color: #005c69;

}
.theme_table thead tr th{
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
}
.theme_table tbody{
	background-color: #fff;
}
.theme_table tbody tr td{
	padding: 15px;
	color: #101010;
}
.committe  .accordion-header .accordion-button{
	background-color: #f6f6f6!important;
	color: #101010;
	font-size: 18px;
	text-transform: uppercase;
}
.member_ship_status_form input[type="text"]{
	width: 100%;
	outline: none;
	border:none;
	background-color: #fff;
	padding: 8px 15px 8px 15px;
	border-radius: 0px;
	color:#777;
	font-size: 14px;
}
.member_ship_status_form input::placeholder{
	font-size: 14px;
	color: #777;
}
.member_ship_status_form{
	margin-top: 20px;
}
.member_ship_status_form label{
	margin-bottom: 10px;
}
.member_ship_status_form input[type="submit"]{
	background-color: #00be59;
	outline: none;
	border-radius: 0px;
	border:none;
	width: 100%;
	padding: 8px;
	color: #fff;
	font-size: 14px;
}
.search_box{
	border-bottom: 1px solid #777;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.status_box{
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
}
.paymt_box{
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	border-top: 5px solid #00be59
}
.qr_code img{
	width: 180px;
	margin: auto;
}
.qr_code{
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.paymt_box .payment_details{
	margin-top: 20px;
}
.payment_details span{
	font-size: 20px;
}

.header_bg{
	width: 100%;
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	position: relative;
}
.header_bg::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0,0,0,0.5);
}

.header_bg .card-title {
	text-align: center;
}

.header_title_area{
	position: relative;
	z-index: 1000;
	text-align: center;
}


.flip-card {
  background-color: transparent;
  height: 400px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  background: #fff;
  color: black;
  z-index: 2;
  border-radius: 10px;
  -webkit-box-shadow: 1px -1px 37px 0px rgba(210,210,210,1);
-moz-box-shadow: 1px -1px 37px 0px rgba(210,210,210,1);
box-shadow: 1px -1px 37px 0px rgba(210,210,210,1);
border-top:5px solid #f7c025;
padding: 20px;
}

.flip-card-back {
  background: linear-gradient(to right, #4364f7, #6fb1fc);
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
padding: 20px;
   border-radius: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
}

