body{
	font-family: 'Montserrat', sans-serif;
}
*:focus{
	outline:0;
}
a {color: #f4712b; }
a:hover{text-decoration:none; color: #f4712b;}
img{max-width:100%;}
h1, h2,h3,h4,h5,h6 {font-weight: 600;}
p {
    line-height: 33px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: transparent !important;
}
.navbar .navbar-nav li.nav-item a {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-nav li.nav-item a:hover {
	color: #f4712b !important;
}
li.current_page_item a {
    color: #f4712b !important;
    font-weight: 500;
    border-bottom: 2px solid #f4712b;
    padding-bottom: 10px;
}
h1.entry-title {
    font-size: 30px;
    color: #f4712b;
    margin-bottom: 20px;
	font-weight: bold;
}
.entry-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #59595b;
    margin-bottom: 10px;
}
.entry-content ul {
    margin-bottom: 30px;
}
.entry-content li {
    padding-bottom: 10px;
    line-height: 26px;
}
.wpcf7-submit.sub-mit {
    background: #f4712b;
    border: none;
    padding: 7px 30px;
    border-radius: 30px;
    color: #FFF;
    font-weight: 600;
}
input.wpcf7-form-control.wpcf7-text {
    border-radius: 20px;
    padding: 8px 15px;
    border: 2px solid grey;
}
label {font-weight: 600;}
.bg-light {
    background-color: #f5f5f5 !important;
}
header {
    box-shadow: 0px 0px 9px 2px #cecece;
}
.navbar .navbar-nav li.nav-item a {
    margin-left: 7px;
    color: #000;
}
.banner-text h1 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}
.banner-text h1 span {
    font-size: 63px;
    color: #f4712b;
}
.banner {
    padding: 10em 0px;
    background-position: center bottom;
	background: linear-gradient(to bottom, rgb(103 103 103 / 72%) 0%, rgb(2 2 2 / 60%) 59%, rgba(0, 0, 0, 0.85) 100%), url(../images/banner.jpg) no-repeat;	
	background-size: cover;	
}
.padding {
    padding: 50px 0px;
}
.title h4 {
    font-style: italic;
    color: #f4712b;
    margin: 15px 0px;
    font-size: 18px;
}
.img-posted {
    margin: 25px 0px;
    text-align: center;
}

.img-posted img {
    border-radius: 20px 0px;
}
.bg-dark-colr {
    background-color: #f4712b;
    padding: 35px 0px;
}

.bg-dark-colr p {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0px;
	line-height: 40px;	
}

a.btn-style {
    background-color: #59595b;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
}
.reunion-attend {
    padding: 50px 80px;
    background: linear-gradient(to bottom, rgb(103 103 103 / 72%) 0%, rgb(2 2 2 / 60%) 59%, rgba(0, 0, 0, 0.85) 100%), url(../images/banner.jpg) no-repeat;
    color: #fff;
    background-size: cover;
	margin: 0 15px;
}

.reunion-attend h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;	
}
a.btn-style.orange {
    background-color: #f4712b;
}
.col-cust-8 {
    width: 10%;
    display: inline-block;
    float: left;
}
.img-gallery {
    margin: 5px;
    border: 3px solid #59595b;
    text-align: center;
}
.social-icons ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}

.social-icons ul li a {
    color: #ffffff;
    font-size: 20px;
}

.social-icons ul li {
    display: inline-block;
    margin-left: 12px;
}
footer {
    background-color: #59595b;
    padding: 10px 0px;
}

footer p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
@media (max-width:1200px){
.navbar .navbar-nav li.nav-item a {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 3px;
    font-size: 13.5px;
}	
}
@media (max-width:1199px){
.bg-dark-colr p {
    font-size: 25px;
}
.reunion-attend {
    padding: 50px 40px;
}
}
@media (max-width:991.5px){
.navbar-toggler:focus, .navbar-toggler:hover {outline: 0;}
.navbar .navbar-nav li.nav-item a {
    text-align: center;
    margin: 0;
}

.navbar .navbar-nav li.nav-item {
    border-top: 1px solid #ddd;
}
.banner {
    padding: 6em 0px;
}

.banner-text h1 {
    font-size: 40px;
}

.banner-text h1 span {
    font-size: 57px;
}

.reunion-attend h3 {
    font-size: 24px;
}

.reunion-attend {
    padding: 50px 25px;
}
}
@media (max-width:767.5px){
.banner-text h1 span {
    font-size: 47px;
}

.banner-text h1 {
    font-size: 30px;
}

.bg-dark-colr p {
    text-align: center;
    margin-bottom: 20px;
}

.reunion-attend {
    margin-bottom: 30px;
}
.social-icons ul {
    text-align: center;
}

footer p {
    text-align: center;
    margin-bottom: 10px;
}
.col-cust-8 {
    width: 14%;
}
}
@media (max-width:350px){
.navbar-brand img {
    width: 180px;
}	
}