/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Avenir Next LT Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Regular'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Avenir Next LT Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Condensed'), url('../fonts/AvenirNextLTPro-Cn.woff') format('woff');
}
@font-face {
    font-family: 'Avenir Next LT Pro Ultra Light Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Ultra Light Condensed'), url('../fonts/AvenirNextLTPro-UltLtCn.woff') format('woff');
}
@font-face {
    font-family: 'Avenir Next LT Pro Medium Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Medium Condensed'), url('../fonts/AvenirNextLTPro-MediumCn.woff') format('woff');
}
@font-face {
    font-family: 'Avenir Next LT Pro Demi';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Demi'), url('../fonts/AvenirNextLTPro-Demi.woff') format('woff');
}
@font-face {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('../fonts/AvenirNextLTPro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Avenir Next LT Pro Heavy Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Heavy Condensed'), url('../fonts/AvenirNextLTPro-HeavyCn.woff') format('woff');
}
/***************************************************************************************************************/
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Avenir Next LT Pro Regular';
}
a:hover {
    text-decoration: none;
}
a:focus, button:focus {
    outline: none;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #cc2229;
}

::selection {
  color: #fff; 
  background: #cc2229;
}
.header_portion {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo img
{
    padding-top: 6px;
}
.donate_btn {
    color: #FFFFFF;
    padding: 7px 15px 7px 15px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    transition: all 0.5s ease-in-out;
    background: #cc2229; /* Old browsers */
    background: -moz-linear-gradient(left,  #cc2229 0%, #fb5057 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #cc2229 0%,#fb5057 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #cc2229 0%,#fb5057 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2229', endColorstr='#fb5057',GradientType=1 ); /* IE6-9 */
}
.donate_btn:hover {
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb5057+0,cc2229+100 */
    background: #fb5057; /* Old browsers */
    background: -moz-linear-gradient(left,  #fb5057 0%, #cc2229 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fb5057 0%,#cc2229 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fb5057 0%,#cc2229 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5057', endColorstr='#cc2229',GradientType=1 ); /* IE6-9 */

}
.donate_btn img {
    margin-left: 10px;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
.social_list {
    float: right;
}
.social_list > li {
    display: inline-block;
}
.social_list > li > a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position:relative;
}
.social_list > li > a > .icon_h {
    text-shadow: 50px 0 0px rgb(255, 255, 255);
    position: absolute;
    right: 5px;
    transition: all 0.3s ease-in-out;
    width: 28px;
    height: 40px;
    display: inline-block;
    top: 0;
}
.social_list > li > a:hover .icon_h {
    right: 55px;
    transition: all 0.3s ease-in-out;
}
.social_list > li > a.fcbk {
    background-color: #3b5998;
}
.social_list > li > a.twtr {
    background-color: #55acee;
}
.social_list > li > a.gogle {
    background-color: #dc4e41;
}
.stellarnav.my_nav > ul > li > a {
    padding: 9px 8px;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 14px;
}
.stellarnav.my_nav > ul > li.nav_active > a {
    font-family: 'Avenir Next LT Pro Demi';
}
.stellarnav.my_nav > ul > li:hover > a {
    font-family: 'Avenir Next LT Pro Demi';
}
.stellarnav.mobile .menu-toggle
{
    text-align: center;
}
.my_nav {
    margin-top: 18px;
}
.other_bx.clearfix {
    margin-top: 16px;
}
.main_banner .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
}
.main_banner .owl-dots {
    margin-top: 0 !important;
    bottom: 20px;
    position: absolute;
    width: 100%;
}
.main_banner .owl-dots .owl-dot span {
    background:#CC2229;
}
.main_banner .owl-dots .owl-dot.active span, .main_banner .owl-dots .owl-dot:hover span {
    background:#CCCCCC;
}
.my_pad_30 {
    padding-top: 40px;
}
.about_hdr {
    text-align: center;
    font-size: 45px;
    margin-bottom: 40px;
    color: #1c1c1c;
}
.about_hdr > span {
    color: #cc2229;
    font-size: 35px;
    font-family: 'Avenir Next LT Pro Bold';
    text-transform: uppercase;
}
.about_short_desc {
    color: #3f3f3e;
    font-size: 16px;
}
.about_short_desc > span {
    color: #e53137;
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro Demi';
}
.hdr_typ_1 {
    font-size: 45px;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 32px;
    color: #1c1c1c;
}
.hdr_typ_1 span {
    font-size: 33px;
    font-family: 'Avenir Next LT Pro Bold';
    text-transform: capitalize;
}
.img_100 {
    width: 100%;
    display: block;
}
.work_category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.work_category > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 275px;
    padding: 10px;
}
.each_category_box {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 0 0 1px rgba(0,0,0,0.8);
    border-radius: 10px;
    padding-top: 17%;
    transition: all 0.5s linear;
    position: relative;
    overflow: hidden;
}
.each_category_box:hover:after {
    height: 100%;
}
.each_category_box:after {
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s linear;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb5057+0,cc2229+100 */
background: #fb5057; /* Old browsers */
background: -moz-linear-gradient(-67deg,  #fb5057 0%, #cc2229 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-67deg,  #fb5057 0%,#cc2229 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fb5057 0%,#cc2229 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5057', endColorstr='#cc2229',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
.icon_box {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    overflow: hidden;
}
.icon_box_img {
    position: relative;
    top: 0;
    transition: all 0.3s linear;
}
.each_category_box:hover .icon_box_img {
    top: -108px;
}
.category_name {
    color: #CC2229;
    font-size: 22px;
    font-family: 'Avenir Next LT Pro Demi';
    transition: all 0.3s ease-in-out;
}
.each_category_box:hover .category_name {
    color: #fff;
}
.pad-right-nill {
    padding-right: 0;
}
.pad-left-nill {
    padding-left: 0;
}
.pad-nill {
    padding-left: 0;
    padding-right: 0;
}
.right_women_img {
    width: 100%;
    height: 460px;
}
.women_right_desc {
    min-height: 377px;
    background-color: #cc2229;
    color: #fff;
    padding: 40px;
}
.hdr_typ_2 {
    font-size: 45px;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 32px;
    color: #fff;
}
.hdr_typ_2 span {
    font-size: 33px;
    font-family: 'Avenir Next LT Pro Bold';
    text-transform: capitalize;
}
.event_box {
    position: relative;
    height: 600px;
}
.event_desc {
    text-align: center;
    background-color: #58595b;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}
.event_desc h3 {
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
    font-family: 'Avenir Next LT Pro Bold';
}
.event_desc h3 span {
    font-family: 'Avenir Next LT Pro Regular';
}
.learnMore {
    display: inline-block;
    color: #fff;
    padding: 8px 35px;
    position: relative;
    width: 200px;
    height: 44px;
}
.learnMore:after {
    content: '';
    width: 0px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
}
.learnMore:hover:after {
    width: 100%;
}
.slide-animation {
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
    animation-name: slide;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes slide {
 0% {
width: 1px;
}
 10% {
width: 10px;
}
 0% {
width: 1px;
}
}
.learnMore:hover {
    color: #e53137;
}
.learnMore span:nth-child(1) {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.block-hdnews {
    width: 100%;
    margin: 0px auto;
    padding: 30px 70px;
    position: relative;
}
.block-hdnews.c-padding
{
    border: 1px solid #dddddd;
}
.counter-no
{
    font-family: 'Avenir Next LT Pro Bold';
    color: #403c3d;
    font-size: 30px;
    margin: 16px 0 0 0;
    line-height: 1;
    letter-spacing: -2px;
}
span.counter-title {
    color: #696969;
}
.mt-80
{
    margin-top: 80px !important;
}
.key_people_title
{
    color: #CC2229;
    font-weight: 600;
}
.key_people_title span
{
    color: #3f3f3e;
    font-weight: 400;
    font-size: 20px;
}
/*.list-wrpaaer {
    height: 458px;
}
.list-aggregate li {
    padding-bottom: 32px;
}
.news_date {
    width: 124px;
    height: 124px;
    background-color: #292929;
    display: block;
    text-align: center;
    line-height: 23px;
    font-size: 22px;
    padding-top: 40px;
    color: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
.news_box {
    float: left;
    width: 75%;
}
.news_name {
    font-size: 22px;
    color: #cc2229;
    margin: 10px 0 10px 0;
}
.news_desc {
    color: #393738;
    font-size: 16px;
    margin-bottom: 0;
}
.news_more {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.news_more > .donate_btn {
    padding: 7px 38px 7px 38px;
}*/
.grid_box {
    height: 480px;
    overflow: hidden;
}
.gallery_list > li:first-child {
    width: 34%;
}
.gallery_list > li {
    width: 23%;
    float: left;
}
.gallery_list > li:nth-child(3) {
    width: 20%;
}
.gallery_list > li > a {
    display: block;
    /* padding: 1px; */
    background-color: #000;
    border: 1px solid #fff;
    position: relative;
}
.gallery_list > li > a::after {
	content: '';
	background-color: rgba(0,0,0,0.6);
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    transition: all 0.3s linear;
}
.gallery_list > li > a:hover:after {
    width:100%;
}
.hvr_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s linear;
    z-index:2;
}
.gallery_list > li > a:hover .hvr_img {
    opacity: 1;
}
.gallery_list > li > a > img {
    opacity: 1;
    transition: all 0.3s linear;
}
.gallery_list > li > a > img:hover {
    /*opacity: 0.3;*/
}
.testimonial_box {
    background-image: url(../images/testi-bg.png);
    padding-bottom: 40px;
    background-repeat: repeat;
}
.testi_img_bx {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.main_testi_box {
    position: relative;
}
.testi_desc_bx {
	float: right;
	width: 88%;
	background-color: #fff;
	padding: 30px 25px 30px 80px;
	border-radius: 10px;
}
.testi_desc_bx h4 {
    color: #cc2229;
    font-size: 20px;
    font-family: 'Avenir Next LT Pro Demi';
}
.testi_desc_bx h5
{
    font-size: 16px;
    line-height: 12px;
    color: #000;
    font-weight: 600;
}
.testi_desc_bx p {
    color:#717171;
    font-size: 14px;
    line-height: 20px;
    margin-bottom:0;
}
.testimonial .owl-controls .owl-prev {
	width: 25px;
	height: 34px;
	background-image: url(../images/carousel-control.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: transparent;
	color: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	transition: all 0.3s linear;
    position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
}
.testimonial .owl-controls .owl-prev:hover {
    background-color:#cc2229;
    background-image:url(../images/carousel-control.png);
    background-repeat:no-repeat;
    background-position:3px 3px;
    color:transparent;
}
.testimonial .owl-controls .owl-next {
	width: 25px;
	height: 34px;
	background-image: url(../images/carousel-control.png);
	background-repeat: no-repeat;
	background-position: -21px 3px;
	background-color: transparent;
	color: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	transition: all 0.3s linear;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
}
.testimonial .owl-controls .owl-next:hover {
    background-color:#cc2229;
    background-image:url(../images/carousel-control.png);
    background-repeat:no-repeat;
    background-position:-21px 3px;
    color:transparent;
}
.donation_box {
    background-image:url(../images/donate-bg.jpg);
    height:300px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    padding:50px 0;
}
.donation {
	width: 30%;
	text-align: center;
}
.donation .donate_btn {
	float: none;
	padding: 10px 70px;
	margin: 20px 0 0 0;
    font-family: 'Avenir Next LT Pro Demi';
}
.donate_hdr {
	color: #cc2229;
	font-size: 38px;
	text-transform: uppercase;
    line-height:1;
}
.donate_hdr span {
    color:#323232;
    font-size:30px;
    text-transform:capitalize;
    font-family: 'Avenir Next LT Pro Bold';
}
.footer_text {
    font-size:14px;
    background-color:#3c3c3c;
    color:#FFFFFF;
    margin:0;
    padding:10px;
    text-align:center;
}
.footer_text a {
    color:#fff;
    transition:all 0.3s linear;
}
.footer_text a:hover {
    color:#e53137;
}
.footer_bg {
	background-color: #1b1b1b;
	padding: 30px 0;
}
.footer_hdr {
	color: #cc2229;
	font-size: 22px;
	text-decoration: underline;
	margin: 10px 0 10px 0;
}
.white_txt {
	margin: 0;
	color: #fff;
	line-height: 1.3;
	font-size: 14px;
}
.white_txt span {
    font-size:26px;
    font-family: 'Avenir Next LT Pro Demi';
}
.white_txt a {
    color:#FFFFFF;
}
.white_txt a:hover {
    text-decoration:underline;
}
.quick_links {
}
.quick_links > li {
	width: 50%;
	float: left;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.quick_links > li::after {
	position: absolute;
	content: '';
	top: 5px;
	left: 3px;
	background-image: url(../images/star.png);
	width: 12px;
	height: 12px;
}

.quick_links > li > a {
    color:#FFFFFF;
    font-size:14px;
    transition:all 0.3s linear;
}
.quick_links > li > a:hover {
    opacity:0.7;
}
textarea
{
    resize: none;
}
.input_100 {
	color: #fff;
	background-color: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	border-left: 0;
	width: 100%;
	padding: 7px 10px;
    transition:all 0.3s linear;
}
.input_100:hover, .input_100:focus {
    border-bottom:1px solid #cc2229;
}
.submit_btn {
    color: #FFFFFF;
    padding: 7px 15px 7px 15px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    border: none;
    width: 100%;
    font-size:18px;
    font-family: 'Avenir Next LT Pro Demi';
    
    background: #cc2229; /* Old browsers */
    background: -moz-linear-gradient(left,  #cc2229 0%, #fb5057 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #cc2229 0%,#fb5057 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #cc2229 0%,#fb5057 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2229', endColorstr='#fb5057',GradientType=1 ); /* IE6-9 */
}

.submit_btn:hover {
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb5057+0,cc2229+100 */
    background: #fb5057; /* Old browsers */
    background: -moz-linear-gradient(left,  #fb5057 0%, #cc2229 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fb5057 0%,#cc2229 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fb5057 0%,#cc2229 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5057', endColorstr='#cc2229',GradientType=1 ); /* IE6-9 */
}


.extra_padding {
	padding-bottom: 80px;
}
.mp_t_b_40 {
    padding-top:40px;
    padding-bottom:40px;
}
.jobname {
	font-weight: 600;
	font-size: 18px;
	color: #474747;
}
.secondary_hdr {
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 22px;
	margin: 0 0 20px 0;
    color:#CC2229;
}
.job_desc {
	color: #606060;
	font-size: 14px;
}
.input-100 {
	width: 100%;
	border: 1px solid #570306;
	padding: 10px;
}
.input-100:hover, .input-100:focus {
    border-color:#00AFBF;
}
.job_post {
}
.job_post > li {
    background-image: url(../images/job.png);
    background-position: 2px 1px;
    background-repeat: no-repeat;
    background-size: 32px auto;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 40px;
}
.inner-banner {
    position:relative;
}

.page_title {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 40px;
	font-family: 'Avenir Next LT Pro Bold';
}
.gallery > li {
	width: 33.33%;
	padding: 5px;
    float:left;
}
.album_name {
	text-align: center;
	margin: 10px 0 0 0;
	color: #3e3e3e;
	font-size: 16px;
}
.submenu {
    background: #eaeaea !important;
}
.submenu > li {

}
.submenu > li > a {
    padding: 10px;
    font-size: 14px;
    color: #3e3e3e;
}
.submenu > li > a:hover {
    background-color: #CC2229;
    color: #fff;
}
.read_more {
    color: #cc2229;
    border-bottom: 1px solid #cc2229;
    font-family: 'Avenir Next LT Pro Demi';
    transition: all 0.3s linear;
}
.read_more:hover {
    color: #000;
}
.about_img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 400px;
}

.nrml_txt {
    color: #3f3f3e;
    font-size: 16px;
    margin:0;
}
.unordr_list {
    padding:0;
    margin:0;
}
.unordr_list > li {
    position:relative;
    padding-left:30px;
    font-size:16px;
    color: #3f3f3e;
    margin:5px 0;
}
.unordr_list > li:after {
    content:'';
    position:absolute;
    top:9px;
    left:0;
    width:20px;
    height:2px;
    background-color:#e53137;
}
.unordr_list a
{
    color: #cc2229;
}
.donate-box
{
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    margin-bottom: 30px;
}
.donate-box p
{
    font-size:16px;
    color: #3f3f3e;
    margin:5px 0;
}
.partner_list {
    padding:0;
    margin:0;
}
.partner_list > li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #3f3f3e;
    margin: 5px 0;
    width: 50%;
    float: left;
}
.partner_list > li:after {
    content:'';
    position:absolute;
    top:5px;
    left:0;
    width:15px;
    height:12px;
    background-image:url(../images/icons/handshake-solid.svg);
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:100%;
}

.card-header {
    transition: all 0.5s ease-in-out;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c0b0b+0,58595b+46,58595b+100 */
background: #0c0b0b; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #0c0b0b 0%, #58595b 46%, #58595b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #0c0b0b 0%,#58595b 46%,#58595b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #0c0b0b 0%,#58595b 46%,#58595b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0b0b', endColorstr='#58595b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.btn-link {
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease-in-out;
    display:block;
    text-align:left;
    width:100%;
}
.btn-link:hover, .btn-link:focus {
    color: #CC2229;
    text-decoration: none;
}
.nrml_txt > img {
    margin: 15px;
}
.sub_hdr {
	color: #CC2229;
	margin: 20px 0 10px 0;
	font-size: 22px;
	font-family: 'Avenir Next LT Pro Bold';
}
.table_hdr {
    background-color:rgba(95,95,95,1.00);
    color:#FFFFFF;
    font-weight:700;
}
.table.custom_table {
	width: 80%;
	margin: 0 auto;
}
.custom_table td {
    padding:5px;
    border:1px solid #C3C3C3;
}
.custom_table td:first-child, .custom_table td:last-child {
    text-align:center;
}
.download {
    color:#e53137;
    transition:all 0.3s linear;
}
.download:hover {
    color:#cc2229;
}
.video {
	position: relative;
}
.video .hvr_img {
    opacity:1;
}
.video img {
    transition: all 0.3s linear;
}
.video img:hover {
    filter: grayscale(100%);
}

.nrml_eft {
    display:none;
}
.modal-dialog
{
    max-width: 60%;
}
.story_btn {
    color: #FFFFFF;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 20px;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
    background: #cc2229; /* Old browsers */
    background: -moz-linear-gradient(left,  #cc2229 0%, #fb5057 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #cc2229 0%,#fb5057 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #cc2229 0%,#fb5057 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2229', endColorstr='#fb5057',GradientType=1 ); /* IE6-9 */
}
.story_btn:hover {
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb5057+0,cc2229+100 */
    background: #fb5057; /* Old browsers */
    background: -moz-linear-gradient(left,  #fb5057 0%, #cc2229 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fb5057 0%,#cc2229 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fb5057 0%,#cc2229 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5057', endColorstr='#cc2229',GradientType=1 ); /* IE6-9 */

}
















