*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


h1,h2,h3,h4,h5,h6,h7{
	font-family: 'Oswald', sans-serif!important;
	font-weight: bold!important;
}
p{
	font-family: 'Montserrat', sans-serif!important;
	font-weight: normal!important;
	

}
/* common css */

/* .navbar-dark .navbar-nav .nav-link{
	color: #334455!important;
} */

/* .bg-dark{} */

.navbar-expand-md .navbar-nav .nav-link{
	padding-right: 1rem!important;
}
.nav-item{
	position: relative;
}
.nav-item::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 2px;
  left: 0%;
  bottom:0;
  background-color: #fff;
  transition: all ease-in-out .3s;
}
.nav-item:hover::after{
  width: 100%;
  left: 0;
}

.mobileno{
	display: flex;
}
.mobileno p{
	background-color: #D1D1D1;
	color: #334455;
	padding: 5px 8px;
	font-weight: 600;
	margin: 0;

}
.mobileno .fa{
	background-color:#000 ;
	color: #fff;
	padding: 8px;

}

.cont1{
	padding: 60px 0;
}
.cont1 h1{
	font-size: 2.5rem;
	font-weight: bold;
	color: #334455;
}
.cont1 h1 span{
	color: #D60505;
}
.cont1 hr{
	width: 18%;
	border: 2px solid #334455;
	margin: 2px 0;
}

.cont1 p{
	font-size: 1rem;
	font-weight: normal;
	color: #334455;
	/* line-height: 20px; */
	/* margin-top: 20px; */
	text-align: justify;
	margin: 0;
	margin-bottom: 10px;

}
.cont1 p span{
	color: #D60505;
}
.cont1 :nth-child(1) p{
	margin-top: 10px;
}

.fix1{
	padding: 40px 0;
	height: auto;
	background-image: url('../images/fix1.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.fix1 a{
	text-decoration: none;
}

.fix1 button{
	background-color: #ccc;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 300;
	/* letter-spacing: 0.5px; */
	color: #000;
	box-shadow: 1px 1px 4px 1px;
	margin: ;
	display: block;
	margin: 20px auto;
}



.cont2{
	padding-top: 60px;
}
.cont2 h1{
	font-size: 2.5rem;
	font-weight: bold;
	color: #334455;
}

.cont2 hr{
	width: 10%;
	border: 2px solid #334455;
	margin: 2px 0;
}
.cont2 li{
	font-size: 1rem;
	font-weight: normal;
	color: #334455;
	/* line-height: 20px; */
	/* margin-top: 20px; */
	text-align: justify;
	margin: 0;
	margin-top: 10px;

}

.gallery{
	padding: 40px 0;
	background-color: #000;
}
.gallery h1{
	font-size: 2.5rem;
	font-weight: bold;
	color: #D60505;
	text-align: center;
}

.gallery hr{
	width: 5%;
	border: 2px solid #ffffff;
	/*margin: 2px 0;*/
	/*margin-bottom: 2rem;*/
	margin:0.5rem auto;
}


.media{
	padding-top: 10px;
}
.media a{
	text-decoration: none;
}
.media a button{
	background-color: #000;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 300;
}

.media a button:hover{
	background-color: #D60505;

}

.partner{
	padding: 40px 0;
	
}

.slide1{
	position: relative;
}

.owl-prev{
	position: absolute;
	top: 5%;
	left: -4%;
	font-size: 40px!important;
	color: #334455!important;
}
.owl-next{
	position: absolute;
	top: 5%;
	right: -4%;
	font-size: 40px!important;
	color: #334455!important;
}


.partner h1{
	font-size: 2.5rem;
	font-weight: bold;
	color: #334455;
	text-align: center;
}

.partner hr{
	width: 10%;
	border: 2px solid #334455;
	/*margin: 2px 0;*/
	/*margin-bottom: 2rem;*/
	margin:8px auto;
}
.slide1{
	margin-top: 2rem;
}


/* footer css */

.footer-sec{
    background-color: #000000;
    padding: 20px 0px;
}
.about-wrapper .logo{
	margin-bottom: 30px;
}
.about-wrapper .logo img{
	max-width: 200px;
	width: 100%;
}
.about-wrapper p{
	font-size: 14px;
	letter-spacing: 0.03em;
	font-weight: 400;
	color: #ffffff;
}
.social-links .social-title{
	font-weight: 700;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 24px;
	text-transform: capitalize;
}
.ul-li ul{	
	list-style: none;
	margin-left: 0px;
}
.ul-li ul li{	
	display:inline-block;
	margin-right: 15px;
}
.ul-li ul li a{
	color: #878787;
	font-size: 18px;
}

.ul-li-block .footer-item-title{
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 24px;
}
.ul-li-block ul{
	margin:0px;
	padding:0px;
}
.ul-li-block ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.ul-li-block ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 0;
    padding-left: 0px;
    padding-left: 30px;
    position: relative;
    color: #fff;
    border-bottom: 1px dashed #ffffff;
}
.ul-li-block ul li a::before {
    top: 50%;
    left: 0px;
    content: '\f0a9';
    font-weight: 900;
    position: absolute;
    color: #878787;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Font Awesome 5 Free';
}
.ul-li-block ul li a:hover  {
    padding-left: 40px;
    color: #ffbe30;
    transition: all 0.3s ease-in-out;
}

.footer-item-title{
	color: #ffffff!important;
}

.site-logo-wrapper .logo img{
	width: 50%;
}

.mb-30{
	margin-top: 20px;
}

.footer-bottom {
    padding-top: 20px;
    background-color: #000000;
    border-top: 1px dashed #ffffff;
}

.footer-bottom .copyright-text {
    color: #878787;
}

.footer-bottom .copyright-text .site-link {
    color: #ffbe30;
}
.footer-bottom .copyright-text .author-link {
    color: #878787;
}


/* pandemic bravery awards */

.pba1{
	/* padding: 60px 0; */
	
	background-color: #dddddd;
}

.pba2{
	padding-top: 60px;
	padding-bottom: 20px;
}
.pba2 h1{
	font-size: 2.5rem;
	font-weight: bold;
	color: #334455;
}
.pba2 h1 span{
	color: #D60505;
}
.pba2 hr{
	width: 18%;
	border: 2px solid #334455;
	margin: 2px 0;
}

.pba2 p{
	font-size: 1rem;
	font-weight: normal;
	color: #334455;
	/* line-height: 20px; */
	/* margin-top: 20px; */
	text-align: justify;
	margin: 0;
	margin-bottom: 10px;

}


.pba2 h2{
	color: #333232;
	font-size: 1.5rem;	
}
.pba2 h3{
	color: #D60505;
	font-size: 1rem;
	margin-top: 0.5rem;	
	/* font-family: 'Montserrat', sans-serif!important;
	font-weight: bold; */
}

.pba2 P{
	margin: 0px!important;
	font-size: 1rem;
}
.pba2 ul{
	padding-left: 1rem;
	padding-top: 0.5rem;
}
.pba2 li{
	margin: 0px!important;
	font-size: 1rem;
	color: #334455;
}

.scroll{
	overflow-y: scroll;
	width: 100%;
	height: 400px;
}


/* nomination form */
.contact-form2 {
    border-radius: 0px;
    background-color: #eee;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 30px 30px;
    border: dashed 1px #e2e6ea;
    border-radius: 5px;
    width: 100%;
}
.contact-form2 label {
    color: ;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}
label {
    display: inline-block;
    max-width: 100%;
    /* margin-bottom: 5px;
    font-weight: 700; */
}
.contact-form2 .seller {
    display: block;
    width: 100%;
    padding: 1.375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #495057;
    background: #f7f7f7;
        background-clip: border-box;
    border: dashed 1px #e2e6ea;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    background-clip: padding-box;
}

.contact-form2 input.seller {
    background: #f7f7f7;
    border: dashed 1px #e2e6ea;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #000 !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
