/*Charitify NGO/Charity/Fundraising Template By Matebiz*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,700');
/** Generated by FG **/
@font-face {
    font-family: 'Conv_Montserrat-Medium';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Medium.woff') format('woff'), url('fonts/Montserrat-Medium.ttf') format('truetype'), url('fonts/Montserrat-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('fonts/poppins-light-webfont.woff2') format('woff2'),
         url('fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Conv_Poppins-Medium';
    src: url('fonts/Poppins-Medium.eot');
    src: url('fonts/Poppins-Medium.woff') format('woff'), url('fonts/Poppins-Medium.ttf') format('truetype'), url('fonts/Poppins-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Poppins-SemiBold';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.woff') format('woff'), url('fonts/Poppins-SemiBold.ttf') format('truetype'), url('fonts/Poppins-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

    
/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Slab', sans-serif;
    -webkit-font-smoothing:antialiased;
    color: #333;
}
h1{
    font-size: 70px;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    font-weight: bold;
}
h2{
    font-size: 24px;
    color: #333;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    letter-spacing: normal;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-size: 14px;
    margin-bottom: 15px;
}
a{  font-family: "Roboto Slab",sans-serif;
    letter-spacing: -0.04em;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #888 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #888 !important;  
}
button{
    border: none;
    background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.ml-5{ margin-left: 5px; }
.ml-10{ margin-left: 10px; }
.mr-5{ margin-right: 5px; }
.mr-10{ margin-right: 10px; }
.mt-15{ margin-left: 15px; }
.mt-15{ margin-left: 15px; }
.padding-15{ padding: 15px; }

.display-block{ display: block; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.bg-grey{
    background-color: #f2f2f2;
}
.bd-bottom{
    border-bottom: 1px solid #eaeaea;
}
.bg-dark{
    background-color: #232323;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #272c30;
    top: 0;left: 0
}

.site-preloader-wrap .spinner {
    background-color: #ffd83f;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.default-btn{
    background-color: #d95046;
    color: #fff;
    line-height: 27px;
    display: inline-block;
    padding: 0 22px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Conv_Poppins-Medium';
    font-weight: normal;
    border: solid 2px #d95046;
    margin: 0 5px;
}
.default-btn:hover{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.default-btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

/*Section Heading Style*/
.section-heading .heading-border{
    border-top: 5px solid #d95046;
    width: 50px;
    display: inline-block;
    margin-top: 0;
} 
.section-heading h2{
    margin-bottom: 0;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* Shape and Circle */
.circle,
.shape{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.circle:before{
    background-color: #d84f45;
    content: '';
    height: 800px;
    width: 800px;
    position: absolute;
    top: -400px;
    left: -350px;
    border-radius: 100%;
    opacity: 0.2;
    z-index: -1;
}
.shape:after{
    background-color: #d84f45;
    content: '';
    width: 50%;
    height: 680px;
    position: absolute;
    top: 330px;
    right: -150px;
    border-radius: 100%;
    -webkit-transform: skew(3deg,30deg);
    -ms-transform: skew(3deg,30deg);
    transform: skew(5deg,10deg);
    opacity: 0.3;
    z-index: -1;
}

/* ==========================================================================
   2.0 Header Section
   ========================================================================== */
.header-section{
    position: absolute;
    box-shadow: 5px -5px 5px 10px rgba(0, 0, 0, .10);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.header-section.navbar-fixed-top{
    position: fixed;
}
.header-section.navbar-fixed-top .top-header{
    display: none;
}
.header-height{ width: 100%; }
/*Top Header*/
.top-header{
    background-color: #4d3f9a;
    padding: 0 0 0px;
}
.top-header .left_header{padding-left: 245px;padding-top: 12px;}
.top-header .right_header{
    text-align: right;
}
.top-header .right_header .right-info{
    display: inline-block;
    margin-right: 15px;
    margin-top: 9px;
    float: none;
    margin-bottom: 0;
    vertical-align: top;
}
.top-header .right_header .login_lnk{
    display: inline-block;
    vertical-align: middle;
}
.top-header .right_header .login_lnk ul{}
.top-header .right_header .login_lnk ul li{}
.top-header .right_header .login_lnk ul li a{}
.top-header .right_header .donate_now_btn{
    display: inline-block;
    vertical-align: middle;
}
.top-header .right_header .donate_now_btn a{
    background: #d95046;
    display: block;
    color: #fff;
    font-family: 'Conv_Poppins-Medium';
    font-weight: normal;
    text-transform: uppercase;
    padding: 11px 13px;
}
.top-header .right_header .donate_now_btn a:hover{
    background: #7061c1;
}
.top-content-wrap ul li{
    margin-right: 10px;
    display: inline-block;
    font-family: 'Conv_Montserrat-Medium';
}
.top-content-wrap ul li a{
    display: inline-block;
    color: #fff;
    font-family: 'Conv_Montserrat-Medium';
    letter-spacing: 0.5px;
}
.top-content-wrap ul li i{
    color: #fff;
    margin-right: 6px;
    font-size: 17px;
}
.top-content-wrap .right-info{
    text-align: right;
}
.top-content-wrap .right-info i{
    margin-right: -5px;
    background-color: #fff;
    color: #4d3f9a;
    height: 27px;
    width: 27px;
    line-height: 24px;
    text-align: center;
    display: block;
    font-size: 17px;
    border-radius: 50%;
    border: solid 2px transparent;
}
.top-content-wrap .right-info i:hover{
    background: #d95046;
    border-color: #fff;
    color: #fff;
} 
.top-content-wrap .right-info li:last-child{
    margin-right: 0;
}
/*Bottom Header */
.bottom-header{
    background-color: #ffffff;
    position: relative;
}
.bottom-content-wrap{
    display: flex;
    align-items: center;
}
.bottom-header .site-branding{
    margin-top: -45px;
}
#mainmenu{
    display: inline-block;
    margin-right: 20px;
}
#mainmenu li{
    position: relative;
    padding-left: 12px;
    display: inline-block;
    text-align: left;
}
/*#mainmenu li.active a{
    border-bottom: solid 3px #ea2264;
}*/
#mainmenu li a{
    color: #000e17;
    font-weight: normal;
    padding: 25px 0 24px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-family: 'Conv_Montserrat-Medium';
}
#mainmenu li a:hover{
    color: #4d3f9a;
    font-weight: normal;
}
/*Dropdown */
#mainmenu li ul{
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    box-shadow: 0 2px 4px 0px #ccc;
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    border-bottom: 1px solid #eaeaea;
    display: block;
    position: relative;
    padding: 0;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a{
    line-height: 34px;
    display: block;
    padding: 0 15px;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    font-size: 13px;
    font-family: 'Conv_Montserrat-Medium';
    text-transform: uppercase;
    color: #035289;
    font-weight: normal;
}
#mainmenu li > ul > li:hover a{
    color: #d84f45;
}
#mainmenu li > ul ul{
    background-color: #fff;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #777;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}

/*Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    z-index: 999;
}
.slicknav_nav {
    background-color: #fff;
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_btn{
    background-color: transparent;
    margin: 13px 5px 14px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

/* ==========================================================================
   3.0 Slider Section
   ========================================================================== */
.slider-section{}
.slider-text {
    width: 100%;
    text-align: center;
}
.slider-text .default-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.slider-text .default-btn{ font-size: 17px; line-height: 40px }
.default-btn:hover{
    background-color: #4d3f9a;
    color: #fff;
    border-color: #4d3f9a;
    
}
.slider-text h1{
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    font-family: 'Conv_Montserrat-Bold';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.slider-text h5{
    font-weight: 700;
    color: #ddd;
}
.nivo-caption a{
    display: inline-block!important;
}
.slider-text p {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'Conv_Poppins-Medium';
    line-height: 30px;
}
.slider-wrapper {
    position: relative;
}
.nivo-caption {
    height: 100%;
    opacity: 1;
    background: transparent;
    overflow: visible;
}

/* nivo directionNav css */
.nivo-directionNav a {
    font-size: 13px;
    background-color: rgba(255,255,255,0.1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff!important;
    top: calc(50% - 20px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} 
.nivo-directionNav a.nivo-prevNav {
    left: 25px;
}
.nivo-directionNav a.nivo-nextNav {
    right: 25px;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
    left: 15px;
    opacity: 0.7;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
    right: 15px;
    opacity: 0.7;
}
.nivo-directionNav a:hover{
    opacity: 1!important;
}

/* nivo controlNav css */
.nivo-controlNav {
    padding: 0;
    position: absolute;
    z-index: 12;
    bottom: 30px;
    width: 100%;
}
.nivo-controlNav a {
    background-color: transparent;
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    margin: 0 5px;
    transition: all 0.3s linear;
    line-height: 12px;
}
.nivo-controlNav a.active {
    background-color: #2caee2;
}

/* ==========================================================================
   4.0 Promo Section
   ========================================================================== */
.promo-section{
    position: relative;
    display: block;
    margin-top: -80px;
    min-height: 360px;
}
.promo-wrap{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.promo-wrap .row{
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
}
.promo-wrap .row .col-md-4:last-child > .promo-content{
    border: none;
}
.promo-content{
    border-right: 1px dashed #ddd;
}
.promo-content h3{font-family: 'Conv_Montserrat-Medium';font-size: 18px;line-height: 21px;color: #131313;text-transform: uppercase;}
.promo-content p{
    font-family: 'poppinsregular';
    font-size: 14px;
    line-height: 22px;
    color: #4f4e4e;
}
.promo-content img{
    margin-bottom: 15px;
}
.promo-content a{
    color: #4d3f9a;
    font-size: 14px;
    font-family: 'Conv_Poppins-Medium';
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.promo-content a:hover{
    text-decoration: underline;
    color: #d84f45;
}
.promo-section-2 .row .col-md-4:last-child > .promo-content{
    border: none;
}

/* ==========================================================================
   5.0 Causes Section
   ========================================================================== */
.causes-section{
    position: relative;
    z-index: 1;
}
.causes-content img{
    width: 100%;
}
.causes-thumb{
    position: relative;
}
.causes-thumb img:hover{
    opacity: 0.8;
}
.causes-thumb .progress{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    border-radius: 0;
    background-color: transparent;
    overflow: inherit;
}
.causes-thumb .progress .progress-bar{
    background-color: #d84f45;
    position: relative;
}
.causes-thumb .progress .progress-bar span{
    position: absolute;
    display: block;
    background-color: #d84f45;
    right: -2px;
    top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
}
.causes-thumb .progress .progress-bar span:before{
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    border: 10px solid rgba(248, 184, 100, 0.8);
}
.causes-details{
    background-color: transparent;
    padding: 15px;
    border: 1px dashed #ccc;
    padding-top: 25px;
}
.causes-content .donate-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(248, 184, 100, 0.8);
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.causes-content .donate-btn i{
    margin-left: 5px;
    font-size: 12px;
}
.causes-content .donate-btn:hover{
    background-color: #d84f45;
    transition: all 0.2s ease-in-out;
}
.donation-box p{
    display: inline-block;
    margin-right: 15px;
}
.donation-box i{
    color: #d84f45;
    margin-right: 10px;
}
.causes-content .read-more{
    color: #999;
}
.causes-content .read-more:hover{
    color: #d84f45;
    text-decoration: underline;
}

/* ==========================================================================
   6.0 About Section
   ========================================================================== */
.about-section{
    position: relative;
    background: #f2f2f2;
    margin-top: 25px;
    padding: 50px 0;
}
.about-wrap img{
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}
.about-wrap h2{
    font-family: 'Conv_Poppins-Medium';
    text-align: left;
    font-weight: normal;
    font-size: 32px;
    line-height: 31px;
    color: #131313;
    padding-bottom: 0;
    display: block;
}
.about-wrap h3{
    font-family: 'Conv_Poppins-Medium';
    text-align: left;
    font-weight: normal;
    font-size: 19px;
    line-height: 21px;
    color: #d95046;
    margin: 12px 0;
    text-transform: uppercase;
}
.about-wrap p{
    display: block;
    text-align: left;
    font-family: 'poppinsregular';
    font-size: 14px;
    line-height: 26px;
    padding: 0 0;
    color: #4f4e4f;
}
.about-wrap img:hover{
    opacity: 0.8;
}
.profile-wrap{
    background-color: #fafafa;
    text-align: center;
    padding: 30px;
    border: 2px dashed #ddd;
}
.profile-wrap h2{
    font-family: 'Conv_Poppins-Medium';
    text-align: left;
    font-weight: normal;
    font-size: 32px;
    line-height: 31px;
    color: #131313;
    padding-bottom: 11px;
}
.profile-wrap p{
    text-align: left;
    font-family: 'poppinsregular';
    font-size: 14px;
    line-height: 26px;
    padding: 0px 0 0;
    color: #4f4e4f;
}
.profile-wrap .profile{
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.profile-wrap span{
    display: block;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #999;
    text-transform: uppercase;
}

.about-image img{
    width: 100%;
    border-radius: 5px;
}
.about-content h2{
    font-weight: 800;
}

/* ==========================================================================
   7.0 Campaigns Section
   ========================================================================== */
.campaigns-section{
    background-image: url(../img/featured-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 113px 0;
}
.campaigns-wrap h4{
    background-color: rgba(248, 184, 100, 0.8);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
.campaigns-wrap h2{
    color: #fff;
    font-size: 38px;
    padding: 15px 0;
    border-radius: 2px;
    font-family: 'Conv_Poppins-Medium';
    line-height: 22px;
    font-weight: normal;
}
.campaigns-wrap h2 span{
    color: #d95046;
}
.campaigns-wrap p{
    color: #ddd;
    margin-bottom: 30px;
    font-family: 'poppinslight';
    font-size: 16px;
    line-height: 26px;
}
.campaigns-wrap .progress{
    width: 100%;
    height: 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: inherit;
    margin-bottom: 40px;
}
.campaigns-wrap .progress .progress-bar{
    background-color: #d84f45;
    position: relative;
    border-radius: 30px;
}
.campaigns-wrap .progress .progress-bar span{
    position: absolute;
    display: block;
    background-color: #d84f45;
    right: -2px;
    top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
}
.campaigns-wrap .progress .progress-bar span:before{
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    border: 10px solid rgba(248, 184, 100, 0.8);
}

.campaigns-wrap .donation-box h3{
    display: inline-block;
    color: #fff;
    margin-right: 30px;
}
.campaigns-wrap .donation-box{
    margin-bottom: 25px;
}

/*Video Style*/
.video-wrap{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.video-wrap img{
    width: 100%;
}
.video-wrap .play{
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.video-wrap .play a{
    color: #fff;
    display: inline-block;
    background-color: transparent;
    width: 95px;
    height: 95px;
    line-height: 95px;
    border: 5px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 37px;
}
.video-wrap .play:hover{
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   8.0 Team Section
   ========================================================================== */
.team-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-wrap{
    padding: 0 30px;
}
.team-wrap .col-md-6{
    padding: 5px;
}
.team-wrapper{
    display: flex;
    align-items: center;
}
.team-details img{
    width: 100%;
}
.team-details h3{
    color: #d84f45;
}
.team-details .hover h3 span{
    display: block;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
}
.team-details{
    overflow: hidden;
    position: relative;
}
.team-details .hover{
    background: black; /* For browsers that do not support gradients */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,4));
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 70px 0 15px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.team-details:hover .hover{
    visibility: visible;
    opacity: 1;
}
.team-details:hover img{
    transform: scale(1.1);
}

/*Check List Style*/
.check-list{
    margin: 40px 0;
}
.check-list li{
    font-family: "Roboto Slab", sans-serif;
    line-height: 35px;
}
.check-list i{
    color: #d84f45;
    margin-right: 10px;
}


/* ==========================================================================
   9.0 Counter Section
   ========================================================================== */
.counter-section{
    background-image: url(../img/counters-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;

}
.counters{}
.counters .counter-content{
    display: block;
    text-align: center;
    color: #fff;
}
.counters .counter-content i{
    font-size: 36px;
}
.counters .counter-content h3{
    font-size: 32px;
    margin: 10px 0;
    color: #d84f45;
    font-weight: 700;
}
.counters .counter-content h4{
    font-size: 14px;
    margin: 0;
}
/* ==========================================================================
   10.0 Event Section
   ========================================================================== */
.event-section{}
.events-item{
    padding-left: 300px;
    position: relative;
}
.events-item .event-thumb{
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.event-details{
    background-color: #f2f2f2;
    padding: 18px 15px;
    border: 0;
}
.event-info i{
    color: #4d3f9a;
    margin-right: 10px;
}
.event-info p{
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
}
.event-info{
    margin-bottom: 10px;
}

/*Owl Navigation*/
.owl-nav {}
.owl-nav div {
    background-color: transparent;
    color: #4d3f9a;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: -40px;
    top: calc(50% - 25px);
    transition: all 0.5s ease-in-out;
}
.owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.owl-nav div.owl-next{
    left: auto;
    right: -40px;
}
/* ==========================================================================
   11.0 Testimonial Section
   ========================================================================== */
.testimonial-section{
    padding: 40px 0;
}
.testimonial-item{
    background-color: transparent;
    padding: 0 30px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.testi-footer img{
    width:70px!important;
    height: 70px;
    border-radius: 50%;
}
.testi-footer span{
    display: block;
    font-family: 'poppinsregular';
    text-transform: capitalize;
    font-size: 13px;
    color: #4f4e4e;
    line-height: 22px;
}
.testi-footer h4{
    padding-left: 10px;
    font-family: 'Conv_Poppins-Medium';
    font-size: 18px;
    line-height: 21px;
    color: #035289;
    font-weight: normal;
    padding-top: 11px;
}
.testi-footer h4 .social{
    display: block;
    padding: 0;
    margin: -5px 0px 0;
}
.testi-footer h4 .social li{
    display: inline-block;
    padding: 0 3px 0 0;
    line-height: 0;
}
.testi-footer h4 .social li i{
    color: #035289;
    font-size: 15px;
}
.testi-footer h4 .social li:hover i{
    color: #d84f45
}
.testi-footer{
    display: flex;
    align-items: center;
}
.testimonial-section h2, .home_gallery h2, .events-section h2{
    font-family: 'Conv_Poppins-Medium';
    color: #131313;
    font-size: 32px;
    line-height: 61px;
    font-weight: normal;
}
.testimonial-section p, .events-section p{
   font-family: 'poppinsregular';
   font-size: 15px;
   line-height: 28px;
   color: #4f4e4e;
}
.home_gallery, .events-section{padding: 40px 0;background: #fff;border: 0;}
.events-section{padding-bottom: 150px;}
.events-section h3{
    padding-left: 10px;
    font-family: 'Conv_Poppins-SemiBold';
    font-size: 19px;
    line-height: 30px;
    color: #4d3f9a;
    font-weight: normal;
    padding-left: 0;
}
.events-section p{
    line-height: 24px;
}
.events-section .event-details p{ font-size: 14px; }
.events-section .heading-border{margin-bottom: 8px;}
.events-section .event-details .event-info p{
    font-size: 14px;
    text-transform: none;
    color: #2c2c2c;
}
.events-section .event-details .event-info p i{
    font-size: 17px;
    color: #d95046;
}

/*Owl Carousel Dots*/
.testimonial-carousel .owl-dots{
    display: block;
    text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot{
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.testimonial-carousel .owl-dots .owl-dot.active{
    background-color: #4d3f9a;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}
.testimonial-carousel .owl-item { border-right: 1px solid #4d3f9a; }


/* ==========================================================================
   12.0 Sponsor Section
   ========================================================================== */
.sponsor-section{
    padding: 20px 0;
}
.sponsor-section .sponsor-item img{
    width: 100%;
    padding: 20px;
    opacity: 0.8;
}
.sponsor-section .sponsor-items li img:hover{
    opacity: 1;
}


/* ==========================================================================
   14.0 Hero Section
   ========================================================================== */
.hero-section{
    background-image: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 530px;
    display: flex;
    align-items: center;
}
.hero-content h1{
    font-size: 40px;
    color: #fff;
    display: inline-block;
}
.hero-content h4{
    color: #d84f45;
}
.hero-content p{
    color: #ddd;
}
/* ==========================================================================
   15.0 Page Header Section
   ========================================================================== */
.pager-header{
    background-image: url(../img/page-header-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.pager-header h2{
    color: #fff;
    font-family: 'poppinsregular';
    font-weight: normal;
}
.pager-header p{
    color: #ddd;
    font-family: 'poppinsregular';
    font-size: 14px;
}

/*Breadcrumb */
.breadcrumb{
    background-color: transparent;
    padding: 0;
}
.breadcrumb li{font-family: 'Conv_Poppins-Medium'; font-weight: normal;}
.breadcrumb li a{
    font-weight: normal;
    color: #ddd;
    font-family: 'Conv_Poppins-Medium';
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb li a:hover{
    text-decoration: underline;
}
.breadcrumb .active{
    color: #d84f45;
    font-weight: 700;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

/*404 Error Section*/
.error-section{}
.error-content h2{
    font-size: 40px;
}

/* ==========================================================================
   16.0 CTA Section
   ========================================================================== */
.cta-section{
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 300px;
    
}
.cta-section .cta-content h2{
    color: #fff;
}
.cta-section .cta-content p{
    color: #ddd;
}
/* ==========================================================================
   17.0 Gallery Section
   ========================================================================== */
.gallery-items .col-lg-4{
    padding: 0 15px 30px;
}
.gallery-filter{
    width: 100%;
}
.gallery-filter li{
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    background-color: #f7f7f7;
    border: 1px dashed #ddd;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
}
.gallery-filter li.active{
    background-color: #d84f45;
    color: #fff;
}
.gallery-wrap{
    position: relative;
    overflow: hidden;
}
.gallery-wrap img{
    width: 100%;
}
.gallery-wrap .hover{
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}
.gallery-wrap .hover a{
    background-color: #d84f45;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.gallery-wrap:hover .hover{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   18.0 Blog Section
   ========================================================================== */
.blog-section{}
.blog-items{
    border-right: 1px solid #ddd;
    padding-right: 20px;
}
.left-sidebar .blog-items{
    border-right: none;
    border-left: 1px solid #ddd;
    padding-right: 0;
    padding-left: 10px;
}
.blog-post{}
.blog-post img{
    width: 100%;
    margin-bottom: 10px;
}
.blog-post img:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.blog-post .blog-content h3{
    font-weight: 700;
    font-size: 18px;
}
.blog-post .blog-content a{
    color: #333;
}
.blog-post .blog-content a:hover{
    opacity: 0.8;
}
span.date{
    font-family: "Roboto Slab",sans-serif;
    color: #999;
    font-weight: 700;
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
}
.blog-post .blog-content .post-meta{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    letter-spacing: -0.2px
}
.blog-post .blog-content .post-meta:hover{
    opacity: 0.8;
    text-decoration: underline;
}

/*Blog List*/
.list-items .blog-post{
    border: 1px solid #eee;
    margin: 0;
    margin-bottom: 15px;
}
.list-items .blog-post img{
    margin-bottom: 0;
}
.list-items .blog-post .col-md-6:first-child{
    padding-left: 0;
}
.list-items .blog-post .blog-content{
    padding: 34px 0;
}

/*Classic List*/
.grid-list,
.list-classic{
    border: none;
}
.list-classic img{
    position: relative;
}
.list-classic .cat{
    position: absolute;
    left: 25px;
    top: 10px;
    font-family: "Roboto Slab",sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    background-color: rgba(244, 66, 89, 0.8);
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
    padding: 5px 10px;
}

/*Single Post Style*/
.single-post{}
.single-post img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.single-post h2{
    font-weight: 800;
}
.single-post .meta-info{
    margin-bottom: 25px;
}
.single-post .meta-info span{
    font-family: "Roboto Slab",sans-serif;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 15px;
}
.single-post .meta-info a{
    font-weight: 800;
    color: #777;
}
.single-post .meta-info i{
    color: #777;
}

/*Social Share*/
.share-wrap{
    margin-top: 25px;
    margin-bottom: 50px;
    width: 100%;
}
.share-wrap h4{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}
.share-icon{
    display: inline-block;
}
.share-icon li{
    display: inline-block;
    margin-right: 10px;
}
.share-icon i{
    margin-right: 5px;
}
.share-icon li:nth-child(1) a{ background-color: #3B5998; }
.share-icon li:nth-child(2) a{ background-color: #1DCAFF; }
.share-icon li:nth-child(3) a{ background-color: #DB4A39; }
.share-icon li:nth-child(4) a{ background-color: #e4405f; }
.share-icon li:nth-child(5) a{ background-color: #0077B5; }
.share-icon li a{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 600;
}
.share-icon li a:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}

/*Comments Style*/
.comments-wrapper{
    width: 100%;
}
.comments-wrapper h4{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}

.comments-list {
    margin-top: 30px;
    position: relative;
    margin-bottom: 50px;
    
}

/*Lines Details*/
.comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 32px;
    top: 0;
}

.comments-list:after {
    content: '';
    position: absolute;
    background: #eee;
    bottom: 0;
    left: 29px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #eee;
    position: absolute;
    top: 25px;
    left: -55px;
}


.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}
/*Avatar*/
.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    margin-right: 10px;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

/*Comment List*/
.comments-list .comment-box {
    width: 740px;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px;
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0,0,0,0.05);
    left: -12px;
}

.reply-list .comment-box {
    width: 665px;
}
.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

.comment-box .comment-name a {
    color: #283035;
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*Comment Form*/
.comment-form h4{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}
.comment-form .form-control{
    border: 1px solid #ddd;
    border-radius: 0;
    height: 45px;
    background-color: transparent;
}
.comment-form .form-control.message{
    height: 150px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}

/* ==========================================================================
   19.0 Sidebar Section
   ========================================================================== */
.sidebar-wrap{
    padding-left: 10px;
}
.left-sidebar .sidebar-wrap{
    padding-right: 10px;
    padding-left: 0;
}
.sidebar-widget h4{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
}
.search-form{
    position: relative;
    margin-left: -2px;
}
.search-form .form-control{
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    clear: #444;
    height: auto;
    padding: 10px 20px;
    border-radius: 3px;
    padding-right: 60px;
}
.search-form .search-btn{
    background-color: transparent;
    font-size: 24px;
    color: #888;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover{
    opacity: 1;
}
.search-form input::-webkit-input-placeholder{
    color: #888 !important;
}
.search-form input:-moz-placeholder{ /* Firefox 18- */
    color: #888 !important;  
}
.search-form input::-moz-placeholder{  /* Firefox 19+ */
    color: #888 !important;  
}
.search-form input:-ms-input-placeholder{  
    color: #888 !important;  
}

/*Category List*/
.cat-list{
    margin-top: -10px;
}
.cat-list li a{
    font-weight: 700;
    font-size: 12px;
    color: #444;
    letter-spacing: -.4px;
    line-height: 3;
    font-style: normal;
}
.cat-list li span{
    font-family: "Roboto Slab",sans-serif;
    font-weight: 700;
    color: #bbb;
    margin-left: 5px;
    font-size: 10px;
}

/*Recent Posts*/
.recent-posts{}
.recent-posts li{
    position: relative;
    padding-left: 90px;
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 15px;
}
.recent-posts li a{
    color: #555;
}
.recent-posts li a:hover{
    opacity: 0.8;
}
.recent-posts li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}
.recent-posts li img:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.recent-posts li h4{
    text-transform: inherit;
    margin-bottom: 0;
    display: block;
}

/*Tags*/
.tags{
    margin: -3px 0;
}
.tags li{
    display: inline-block;
    float: left;
    margin: 3px;
}
.tags li a{
    display: inline-block;
    font-weight: 700;
    font-size: 10px;
    color: #777;
    background-color: #ddd;
    padding: 5px 15px;
    border-radius: 3px;
}
.tags li a:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}

/* Pagination 
=============== */
.pagination_wrap{}
.pagination_wrap li{
    display: inline-block;
    margin: 0 5px;
}
.pagination_wrap li a{
    border: 1px solid #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #777;
    font-weight: 600;
}
.pagination_wrap li a:hover{
    opacity: 1;
    text-decoration: none;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.pagination_wrap li a.active{
    background-color: #d84f45;
    border: 1px solid #d84f45;
    color: #fff;
}

/* ==========================================================================
   20.0 Contact Section
   ========================================================================== */
.contact-section{
    position: relative;
    z-index: 1;
    padding: 40px 0;
}
.contact-wrap{
    background-color: #f2f2f2;
    padding: 80px 50px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    border-radius: 5px;
}
.contact-section h3 {
    font-family: 'Conv_Poppins-Medium';
    font-size: 18px;
    line-height: 21px;
    color: #4d3f9a;
    font-weight: normal;
    text-transform: uppercase;
}
.contact-section p { 
    font-family: 'poppinsregular';
    font-size: 15px;
    line-height: 28px;
    color: #4f4e4e; 
}
.contact-info ul li{
    font-family: 'Conv_Montserrat-Medium';
    line-height: 40px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #4f4e4e;
}
.contact-info ul li a {     font-family: 'Conv_Montserrat-Medium';     font-size: 15px; color: #4f4e4e; }
.contact-info ul li i{
    margin-right: 10px;
    color: #999;
    font-size: 20px;
}

/*Contact Form*/
.contact-form .form-control{
    border: 1px solid #ddd;
    border-radius: 0;
    height: 45px;
    background-color: transparent;
    font-family: 'poppinslight';
    font-size: 14px;
    color: #000;
}
.contact-form .form-control.message{
    height: 150px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
/*Google Map*/
#google_map{
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* ================================
footer 
===================================*/

footer {background: #d95046;text-align:center;color:#fff;padding:31px 0 20px 0;font-size:13px;z-index: 99;position: relative;}
footer a {color: #303030;}
footer ul {list-style:none; display:inline-block; vertical-align:top; margin:0 0 12px 0; padding:0;}
footer ul li {display:inline-block;vertical-align:top;margin: 0 18px;font-size: 16px;font-family: 'Conv_Montserrat-Medium';font-weight:normal;text-transform:uppercase;}
footer ul li a {font-size: 14px;font-family: 'Conv_Montserrat-Medium';text-transform: uppercase;color: #fff;font-weight: normal;}
footer .copy, footer .copy a {font-size: 14px;float:none;font-family: 'poppinslight';color: #fff;}
footer a:hover, footer .copy a:hover {color: #4d3f9a;}

.choose {
    width: 100%;
    background: #035289;
    display: flex;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}
.choose .left {width: 40.4375%;float: left;height: 428px;line-height: 0;}
.choose .left iframe { width: 100%; }
.choose .right {width: 59.5625%;background: transparent;float: left;height: 425px;}
.request {background: transparent;float: left;width: 100%;margin-top: 0;page-break-before: right;position: relative;background-size: cover;padding-top: 35px;}
.request:before {content: '';/* display: inline-block; */width: 0;height: 0;/* border-left: 120px solid transparent; *//* border-right: 0px solid transparent; *//* border-bottom: 495px solid #ee343a; *//* position: absolute; *//* left: -120px; */top: 0;}
.request .inside {background: transparent;width: 710px;float: left;text-align: left;padding: 5px 0px 11px 65px;}
.request .heading {font-family: 'poppinslight';font-size: 25px;color: #fff;text-transform: capitalize;}
.request p {font-family: 'Conv_Poppins-SemiBold';font-size: 30px;color: #4d3f9a;line-height: 45px;padding-left: 0;margin-bottom: 30px;}
.request .inside .social-icons{
    margin-bottom: 0;
}
.request .inside .social-icons span{}
.request .inside .social-icons span a{
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    display: inline-block;
}
.request .inside .social-icons span:hover a{
    border-color: #4d3f9a;
    color: #4d3f9a;
}
a.border-icon {
    border: 2px solid rgba(97, 114, 138, 0.4);
}
a.border-icon:before,
a.bg-icon:before,
a.color-bg-icon:before {
    height: 27px;
    line-height: 28px;
    width: 27px;
    display: block;
    text-align: center;
}

.request-form .field {width: 100%;float: left;margin-right: 0%;margin-bottom: 10px;}
.request-form .field:nth-of-type(2n) {margin-right: 0;}
.request-form .field-full {width: 100%;}
.request-form input[type="text"],
.request-form input[type="email"],
.request-form input[type="tel"],
.request-form select,
.request-form textarea {background: #fff;border: 1px solid #fff;border-width: 0 0 1px;font-family: 'poppinslight';font-size: 14px;color: #000;width: 100%;text-align: left;line-height: 36px;height: 36px;outline: none;border-radius: 0;padding-left: 20px;}

.request-form select option {color: #000;}
.request-form textarea {height: 175px;}
.request-form .frm_lft{}
.request-form .frm_mdl{padding-left: 0;}
.request-form .frm_rgt{}
.request-form .action {margin-top: 0;padding: 0;}
.request-form .submit{background: #4d3f9a;height: 175px;}
.request-form .submit input {background: url(../img/icon_sprite1.png) no-repeat -160px -152px;font-family: 'proxima_novaregular';font-size: 0;color: #424141;font-weight: bold;text-align: center;line-height: 44px;padding: 0px 34px;cursor: pointer;transition: all ease 0.5s;border: 0;height: 60px;margin: 50px 0  10px;}
.request-form .submit:hover {/*background: #aa3977;color: #fff;*/}
.request-form .submit:hover input{color: #fff}

.request-form input::-webkit-input-placeholder,
.request-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1f1f1f;
}
.request-form input::-moz-placeholder,
.request-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #1f1f1f;
}
.request-form input:-ms-input-placeholder,
.request-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #1f1f1f;
}
.request-form input:-moz-placeholder,
.request-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #1f1f1f;
}


/* ================================
end footer 
===================================*/
/* ==========================================================================
   22.0 Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: #4d3f9a;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #4d3f9a;
    color: #fff;
}
.hd_sep1{position: relative;}
.hd_sep1:after{content:'';background: url(../img/icon_sprite1.png) no-repeat -156px -121px;position: absolute;width: 60px;height: 11px;left: 0;right: 0;bottom: -15px;margin: 0;}



/* ==========================================================================
   Education & Welfare Detail Page
   ========================================================================== */
.ew-section { padding: 30px 0;  }
#ed_fw .item img {
    display: block;
    width: 100%;
    height: auto;
}
#ed_fw .owl-controls {
    margin-top: 10px;
    text-align: center;
}
#ed_fw .owl-controls .owl-nav div {
    color: #FFF;
    display: inline-block !important;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #d84f45;
    opacity: 0.5;
    position: absolute;
    font-size: 0px;
    line-height: 32px;
}
#ed_fw .owl-controls .owl-nav .owl-prev { left: 0;}
#ed_fw .owl-controls .owl-nav .owl-prev:before {font-family: "FontAwesome"; content: "\f060"; font-size:24px; color: #ffffff; }
#ed_fw .owl-controls .owl-nav .owl-next:before {font-family: "FontAwesome"; content: "\f061"; font-size:24px; color: #ffffff; }
#ed_fw .owl-controls .owl-nav .owl-next { right: 0; left: auto;}
#ed_fw .owl-controls .owl-nav div:hover{ opacity: 1; text-decoration: none;}
#ed_fw .owl-controls .owl-dots .owl-dot { display: inline-block;}
#ed_fw .owl-controls .owl-dots .owl-dot span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #000;
}
#ed_fw .owl-controls .owl-dots .owl-dot.active span,
#ed_fw .owl-controls .owl-dots .owl-dot:hover span{
    opacity: 1;
    background-color: #d84f45;
}
.entry-content {
    padding: 30px;
    position: relative;
    background: #f8f9f9;
    border-left: 3px solid #d84f45;
    margin: 30px 0;
}
.entry-content h2 {font-family: 'Conv_Poppins-Medium';
    color: #035289;    font-size: 32px;    line-height: normal;    font-weight: normal;}
.entry-content p {font-family: 'poppinsregular';
    font-size: 14px;    line-height: 28px;    color: #000;}
.entry-content-img img { max-width: 100%; }
.entry-content-img .col-md-4.col-sm-4 img { margin-bottom: 20px }
.entry-content-img .col-md-4.col-sm-4 img:last-child { margin-bottom: 0; }
.entry-content p strong {  display: block; }

/* ==========================================================================
   Volunteers Detail Detail Page
   ========================================================================== */
.vd-section .about-content h2 { font-family: 'Conv_Poppins-Medium';
    text-align: left;font-weight: normal; font-size: 32px; line-height: 31px; color: #035289; padding-bottom: 20px;display: block; }   
.vd-section { padding-top: 40px;padding-bottom: 20px;  }
.vd-section .left_img { display: block; }
.vd-section .left_img img { max-width: 100%; }
.vd-section .right_content { display: block; margin-top: 20px; text-align: center; }
.vd-section .right_content h2 {font-family: 'Conv_Poppins-Medium'; font-size: 18px; color: #035289; text-transform: capitalize; font-weight: normal;}
.vd-section .right_content p {font-family: 'poppinsregular'; font-size: 13px;    line-height: 22px;    color: #000;}
.vd-section .section-heading {display: block;width: 100%;}
.vd-section .section-heading h2 {font-family: 'Conv_Poppins-Medium';color: #035289; font-size: 32px; line-height: 61px; font-weight: normal;}

/* ==========================================================================
   Collaborations Detail Detail Page
   ========================================================================== */
.coll-section {  }
.coll-section .about-content h2 { font-family: 'Conv_Poppins-Medium';
    text-align: left;font-weight: normal; font-size: 32px; line-height: 31px; color: #035289; padding-bottom: 20px;display: block; }   
.coll-section { padding-top: 40px;padding-bottom: 20px; }
.coll-section .col-md-12.col-sm-12 { margin-bottom: 40px; }
.coll-section .left_img { display: inline-block; width: 28%; vertical-align: middle; }
.coll-section .left_img img { max-width: 100%; }
.coll-section .right_content {display: inline-block;width: 70%;vertical-align: top;padding-left:4%;}
.coll-section .right_content h2 {font-family: 'Conv_Poppins-Medium'; font-size: 26px; color: #035289; text-transform: capitalize; font-weight: normal; margin-bottom: 20px;}
.coll-section .right_content p {font-family: 'poppinsregular'; font-size: 13px;    line-height: 22px;    color: #000; margin-bottom: 10px;}
.coll-section .section-heading {display: block;width: 100%;}
.coll-section .section-heading h2 {font-family: 'Conv_Poppins-Medium';color: #035289; font-size: 32px; line-height: 61px; font-weight: normal;}
.coll-section .right_content .event-info p { display: inline-block; vertical-align: top; }


.footer_info{background: #4d3f9a;padding: 30px 60px;text-align: left;margin: -90px auto 20px;}
.footer_info .footer_cont{}
.footer_info .footer_cont .footer_logo{margin-bottom: 15px}
.footer_info .footer_cont .footer_logo img{}
.footer_info .footer_cont p{font-family: 'poppinsregular'; font-size: 14px;line-height: 24px;color: #fff}
.footer_info .footer_cont ul{}
.footer_info .footer_cont ul li{ margin: 0 6px 0 0; }
.footer_info .footer_cont ul li a{width: 28px;height: 28px; line-height: 25px; display: block;background: #fff; color: #4d3f9a;text-align: center;border-radius: 50%;font-size: 15px;border:solid 2px #fff; }
.footer_info .footer_cont ul li a:hover{border-color: #fff;background: transparent;color: #fff;}

.footer_info .event_info{padding-left: 45px}
.footer_info .event_info, .footer_info .newsletter{
    padding: 45px 10px 0;
}
.footer_info .event_info h2, .footer_info .newsletter h2{
    font-family: 'Conv_Montserrat-Medium';
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
}
.footer_info .event_info h2:after, .footer_info .newsletter h2:after{content: '';width: 80px;height: 2px;display: block;background: #d95046;position: absolute;bottom: -20px;}
.footer_info .event_info h2:before, .footer_info .newsletter h2:before{content: '';width: 140px;height: 2px;display: block;background: #fff;position: absolute;bottom: -20px;}
.footer_info .event_info ul{}
.footer_info .event_info ul li{
    margin: 0 0 10px;
}
.footer_info .event_info ul li .date{
    display: inline-block;
    width: 67px;
    height: 62px;
    background: #ffffff;
    text-align: center;
    color: #d95046;
    font-family: 'Conv_Poppins-Medium';
    padding: 7px 0 0;
    margin-right: 6px;
}
.footer_info .event_info ul li .date span{
    display: block;
    font-size: 14px;
    color: #4d3f9a;
}
.footer_info .event_info ul li .ev_cont{
    display: inline-block;
    width: 78%;
    vertical-align: top;
}
.footer_info .event_info ul li .ev_cont h3{
    font-family: 'Conv_Poppins-Medium';
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 4px;
}
.footer_info .event_info ul li .ev_cont p{
    font-family: 'poppinsregular';
    text-transform: none;
    font-size: 12px;
    line-height: 17px;
}
.footer_info .newsletter{}
.footer_info .newsletter form{}
.footer_info .newsletter form .input_field{
    margin: 10px 0;
}
.footer_info .newsletter form .input_field input{
    width: 90%;
    outline: 0;
    padding: 4px 10px;
    font-family: 'poppinsregular';
    text-transform: none;
    font-size: 12px;
    color: #333;
    border: 0;
    border-radius: 1px;
}
.footer_info .newsletter form .gcpatcha{
    margin: 10px 0;
}
.footer_info .newsletter form input[type="submit"]{
    width: 95px;
    height: 25px;
    line-height: 25px;
    border: 0;
    background: #d95046;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    outline: 0;
    cursor: pointer;
}
.footer_info .newsletter form input[type="submit"]:hover{
    background: #7061c1;
}
.news_insight_inner .events-item{margin-bottom: 15px;}
.news_insight_inner .events-item img{width: 100%;}


/* mission vision section starts here */
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.mission_vision .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.mission_vision .icon-boxes h3 {
  font-size: 32px;
  font-weight: 700;
  color: #131313;
  margin-bottom: 15px;
  font-family: 'Conv_Poppins-Medium';
}

.mission_vision .icon-box {
  margin-top: 20px;
  margin-bottom: 9px;
}

.mission_vision .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #d95046;
  border-radius: 50px;
  transition: 0.5s;
}

.mission_vision .icon-box .icon i {
  color: #d95046;
  font-size: 32px;
}

.mission_vision .icon-box:hover .icon {
  background: #d95046;
  border-color: #d95046;
}

.mission_vision .icon-box:hover .icon i {
  color: #fff;
}

.mission_vision .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.mission_vision .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
  font-family: 'Conv_Poppins-Medium';
  font-size: 22px;
}

.mission_vision .icon-box .title a:hover {
  color: #d95046;
}

.mission_vision .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'poppinsregular';
  font-size: 14px;
  line-height: 26px;
  padding: 0px 0 0;
  color: #4f4e4f;
}

.mission_vision .video-box {
  background: url("../img/gallery-3.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.mission_vision .mission_content{
    padding-bottom: 85px !important;
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* end mission vision section here */


/* program section start here*/
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.our_programs {
  background: #fff;
  padding: 60px 0;
}
.our_programs h2{
    font-family: 'Conv_Poppins-Medium';
    color: #131313;
    font-size: 32px;
    line-height: 61px;
    font-weight: normal;
    position: relative;
    text-align: center;
}
.our_programs h2:after{
    content: '';
    border-top: 5px solid #d95046;
    width: 50px;
    display: block;
    margin-top: 0;
    margin: 0 auto;
}
.our_programs p{text-align: center;font-family: 'poppinsregular';font-size: 15px;line-height: 28px;color: #4f4e4e;}
.our_programs .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.our_programs .member .member-img {
  position: relative;
  overflow: hidden;
}
.our_programs .member .member-info .default-btn{
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.our_programs .member .member-info {
  padding: 25px 15px;
  text-align: center;
}

.our_programs .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2a2c39;
  text-align: center;
}
.our_programs .member .member-info h4 a{
  font-family: 'Conv_Poppins-SemiBold';
  font-size: 19px;
  line-height: 30px;
  color: #4d3f9a;
  font-weight: normal;
  padding-left: 0;
  text-align: center;
}

.our_programs .member .member-info p {
  font-style: normal;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

/* program section ends here */


/* project pages desing here */
.cus_projects{}
.cus_projects .project{
    text-align: center;
    margin-bottom: 45px;
}
.cus_projects .project img{
    max-width: 100%;
}
.cus_projects .project h3{
    margin-top: 5px;
}
.cus_projects .project .date {
    display: block;
    margin: 15px 0 0;
}
.cus_projects .project .date .start_dt, .cus_projects .project .date .end_dt {
    display: inline;
    margin: 5px 5px;
    text-align: center;
    font-family: 'Conv_Poppins-Medium';
    font-size: 12px;
    color: #4d3f9a;
    font-weight: bold;
}
.cus_projects .project .date .start_dt i, .cus_projects .project .date .end_dt i {
    color: #d84f45;
}
.cus_projects .project .date .start_dt span, .cus_projects .project .date .end_dt span {
    font-weight: normal;
}

.cus_projects .project .prje_cost {
    font-family: 'Conv_Poppins-Medium';
    font-size: 13px;
    color: #4d3f9a;
    font-weight: bold;
    text-align: center;
}
.cus_projects .project .prje_cost .pro_pri {
    display: inline-block;
    width: 41%;
}
.cus_projects .project .prje_cost .pro_pri span {
    display: inline-block;
    color: #d94f45;
}
.cus_projects .project .prje_cost .pro_pri .price {
    display: inline-block;
}

.cus_projects .project .prje_cost .pro_custom_pri {
    display: inline-block;
    width: 43%;
}
.cus_projects .project .prje_cost .pro_custom_pri input {
    display: inline-block;
    border: solid thin #c3c3c3;
    border-radius: 5px;
    width: 50px;
    font-family: 'Conv_Poppins-Medium';
    font-size: 11px;
    line-height: 22px;
    color: #4e4e4e;
    padding: 2px 7px 1px;
}

.cus_projects .project p{
    font-size: 12px;
    line-height: 22px;
}
.cus_projects .project a{}

/* prject detial page */
.project_detail{padding-bottom: 55px;}
.project_detail .left_img{
    width: 40%;
}
.project_detail .right_content{width: 58%;padding-left: 2%;}
.project_detail .right_content h2{
    color: #3b3b3e;
    margin-bottom: 15px;
}
.project_detail .right_content .prje_cost{
    display: inline-block;
    width: 100%;
    font-family: 'Conv_Poppins-Medium';
    font-size: 25px;
    color: #4c4b4e;
    margin-bottom: 5px;
}
.project_detail .right_content .prje_cost .pro_pri{
    font-size: 16px;
    color: #4d3f9a;
}
.project_detail .right_content .prje_cost .price{
    display: inline-block;
    font-size: 21px;
    color: #484848;
}
.project_detail .right_content .prje_cost span{
    color: #d84f45;
    font-size: 22px;
}
.project_detail .right_content .prje_cost .pro_custom_pri{
    font-size: 16px;
    display: inline-block;
    margin-top: 13px;
    outline: 0;
    color: #4d3f9a;
    font-family: 'Conv_Poppins-Medium';
}
.project_detail .right_content .prje_cost .pro_custom_pri input{
    border: solid thin #c3c3c3;
    border-radius: 5px;
    width: 70px;
    font-family: 'Conv_Poppins-Medium';
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 4px 7px 1px;
}
.project_detail .right_content .date{
    display: inline-block;
    width: 100%;
    margin: 5px 0 6px;
}
.project_detail .right_content .date i{
    color: #d84f45;
}
.project_detail .right_content .date span{
    font-family: 'Conv_Poppins-Medium';
    color: #525252;
}
.project_detail .right_content .date .start_dt{
    display: inline-block;
    margin-right: 10px;
    font-family: 'Conv_Poppins-Medium';
    color: #4d3f9a;
}
.project_detail .right_content .date .end_dt{
    display: inline-block;
    display: inline-block;
    margin-right: 10px;
    font-family: 'Conv_Poppins-Medium';
    color: #4d3f9a;
}
.project_detail .right_content .shot_disc{}
.project_detail .right_content .shot_disc p{}
.project_detail .right_content .quantity{
    margin: 7px 0 10px;
    display: inline-block;
    margin-right: 10px;
    font-family: 'Conv_Poppins-Medium';
    color: #4d3f9a;
}
.project_detail .right_content .quantity select{
    display: inline-block;
    margin: 1px;
    border: solid thin #c3c3c3;
    border-radius: 5px;
}
.project_detail .right_content .quantity select option{}
.project_detail .full_disc{
    padding: 15px;
    display: inline-block;
    width: 100%;
    border: solid thin #dedede;
    margin: 25px 0;
    border-radius: 5px;
    background: #fff;
}
.project_detail .full_disc h2{
    font-family: 'Conv_Poppins-Medium';
    font-size: 26px;
    color: #3b3b3e;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 10px;
}
.project_detail .full_disc p{
    font-family: 'poppinsregular';
    font-size: 13px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
}
.project_detail .full_disc .sponsor{
    display: block;
    margin: 15px 0;
}
.project_detail .full_disc .sponsor .sponsor_names{
    display: inline-block;
    display: inline-block;
    margin-right: 10px;
    font-family: 'Conv_Poppins-Medium';
    color: #4d3f9a;
}
.project_detail .full_disc .sponsor .sponsor_img{}
.project_detail .full_disc .sponsor .sponsor_img a{display: inline-block;margin: 0 5px 0 0;vertical-align: top;}
.project_detail .full_disc .sponsor .sponsor_img img{}
.project_detail .full_disc .info_rw{margin: 15px 0;}
.project_detail .full_disc .info_rw .left{
    display: block;
    margin-right: 10px;
    font-family: 'Conv_Poppins-Medium';
    color: #4d3f9a;
    margin-bottom: 10px;
    font-size: 18px;
}
.project_detail .full_disc .info_rw .right{
    display: inline-block;
    font-family: 'poppinsregular';
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
}
.project_detail .full_disc .info_rw .right select{
    border: solid thin #c3c3c3;
    border-radius: 5px;
    width: 280px;
    font-family: 'poppinsregular';
    font-size: 13px;
    padding: 8px 7px 6px;
}
.project_detail .full_disc .info_rw .right select option{}
.project_detail .full_disc .fund_btn{
    display: inline-block;
    margin: 35px 0;
}
.project_detail .full_disc .fund_btn a{}
/* end project pages desing here */


/* network page */
.network{
    margin-bottom: 65px;
    text-align: center;
}
.network li{
    display: inline-block;
    vertical-align: top;
    width: 180px;
    box-shadow: 1px 1px 9px rgba(0,0,0,0.3);
    margin: 15px;
    text-align: center;
    padding: 14px;
    border-radius: 5px;
}
.network li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.network li img{
    width: auto;
    height: 75px;
}
/* end network page */


/* chapter page css */
/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  /* padding: 0 !important; */
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  margin-bottom: 75px;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .chapter{}
div.bhoechie-tab-menu div.list-group>a .country{
    font-family: 'Conv_Poppins-Medium';
    color: #4d3f9a;
    font-size: 20px;
    margin-top: 12px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon{
  background-color: #4d3f9a;
  background-image: #5A55A3;
  color: #ffffff;
  outline: 0;
  border-color: #4d3f9a;
}
div.bhoechie-tab-menu div.list-group>a.active .country{
    color: #fff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #4d3f9a;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}
div.bhoechie-tab-content ul{
    margin-bottom: 65px;
    text-align: center;
}
div.bhoechie-tab-content ul li{
    display: inline-block;
    vertical-align: top;
    width: 180px;
    box-shadow: 1px 1px 9px rgba(0,0,0,0.3);
    margin: 15px;
    text-align: center;
    padding: 14px;
    border-radius: 5px;
}
div.bhoechie-tab-content ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
div.bhoechie-tab-content ul li img{
    width: auto;
    height: 75px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
/* end chapter page css here */

/* help detail page start here */
.help_detail h2{
    margin-bottom: 20px;
}
.help_detail h3{margin: 0 0 10px;}
.help_detail p{
    margin-bottom: 10px;
}
.help_detail .input_field{
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}
.help_detail .input_field.half{
    display: inline-block;
    width: 47%;
    margin-right: 7px;
}
.help_detail .input_field input{}
.help_detail .input_field input[type='submit']{
    margin-left: 0;
}
.help_detail .input_field input[type='file']{}
/* end help detail page start here */


/* login page css starts here */
#login .container #login-row #login-column #login-box {
  margin-top: 60px;
  max-width: 600px;
  min-height: 350px;
  border: 1px solid #dedede;
  background-color: #f7f7f7;
  margin-bottom: 115px;
  border-radius: 10px;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -45px;
}
#login .text-info{
    font-family: 'Conv_Montserrat-Medium';
    line-height: 30px;
    color: #4d3f9a !important;
    font-weight: normal;
    padding-left: 0;
    text-align: center;
    font-size: 15px;
}
#login h3.text-info{
    font-family: 'Conv_Poppins-SemiBold';
    font-size: 20px;
    line-height: 30px;
    color: #4d3f9a !important;
    font-weight: normal;
    padding-left: 0;
    text-align: center;
}
#login .default-btn{margin-left: 0}
/* end login page css starts here */