

@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');


  font-family: 'Righteous', cursive;
  font-family: 'Bree Serif', serif;
  font-family: 'Oswald', sans-serif;




*{margin: 0px; padding: 0px;}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.header{
	background:url(../images/bg.jpg);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-text h2{
	color: #fff;
    text-shadow: 4px 4px 3px orangered;
	font-family: 'Righteous', cursive;
	font-size: 55px;
	padding-top: 5%;
	text-align: center;
}
.container {
  color: #333;
  text-align: center;
}

h1 {
  font-weight: normal;
  color: orangered;
  text-shadow: 4px 4px 3px #fff;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  padding-top: 5%;
 
}
li {
  display: inline-block;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
   color: #fff;
  text-shadow: 4px 4px 4px  orangered;
  font-weight: 700;
  font-family: 'Bree Serif', serif;
  font-size: 25px;
}

li span {
  display: block;
 font-size: 35px;
}

.header ul{
    background: rgb(0, 0, 0, .5);
}




/* ------  start footer -------- */
.site-footer {
/*  background: url(../images/bg.webp);*/
  background-size: 100% 100%;
}
.contactus h2{
  padding-top: 2px;
  font-size: 35px;
   color: orangered;
  text-shadow: 2px 2px #fff;
  font-weight: 700;
  font-weight: bolder;
   padding-bottom: 3%;
}
.contact-address{
	text-align: center;
	padding-bottom: 2%;
}
.footer-widgets h2 {
    font-size: 28px;
    color: #85bc23;
    font-weight: bolder;
	padding-top: 25%;
}
.footer-widgets ul {
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
}
.footer-widgets ul li {
    margin-bottom: 8px;
    font-size: 14px;
}
.footer-widgets ul li a {
    color: #fff;
    text-decoration: none;
	font-size: 17px;
}
.footer-widgets ul li a:hover {
    color: #000;
	transition: .5s;
}
.foot-about p {
    font-size: 16px;
    line-height: 2;
    color: #929191;
}
.foot-about ul li {
    margin-right: 28px;
}
.foot-about ul li a {
    color: #fff;
	font-size: 17px;
}
.foot-latest-news{
	margin-left: 20px;
}
.foot-latest-news ul li {
    display: block;
    margin-bottom: 5px;
}
.foot-latest-news ul li h3 {
    font-size: 14px;
}
.foot-contact ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
.foot-contact ul li .fa {
    width: 28px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    color: #027dff;
}
.foot-contact ul li span {
    width: calc(100% - 3px);
}

.contact-address i {
    font-size: 26px;
    padding: 9px;
    border: 1px solid #22619e;
    width: 45px;
    height: 45px;
	color: orangered;
	text-align: center;
}
.contact-address p {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
	text-align: center;
}
.contact-phone i {
    font-size: 26px;
    padding: 8px;
    border: 1px solid #85bc23;
    width: 45px;
    height: 45px;
	color: #fff;
}
.contact-phone i:hover{
    background-color: #000;
}
.contact-address i:hover{
    background-color: #000;
}
.contact-address h3{
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
.contact-phone h3{
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
.contact-email h3{
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 5px;
}
.contact-address address{
	color: #DDDDDD;
}
.contact-phone p{
	color: #DDDDDD;
}
.contact-email p{
	color: #DDDDDD;
}

.foot-about i{
   color: #fff;
   font-size: 26px;	
}
.foot-about i:hover{
   color: #ffda44;
   transition: .5s;
}

.footer-icon i{
	font-size: 30px;
	color: #fff;
	display: inline-block;
	padding: 5px;
	padding-bottom: 5%;
}
.footer-icon i:hover{
   color: #85bc23;
   transition: .5s;
}
/* ------   end footer -------- */









.body{
    background:url(../images/bg-body.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}


.body h2{
  padding-top: 2px;
  font-size: 35px;
  text-align: left;
    color: red;
  text-shadow: 2px 2px #fff;
  font-weight: 700;
  font-weight: bolder;

}


.body p{
  padding-top: 5px;
  text-align: left;
  color: #000;
  font-weight: 500;

}

.body p i{
  color: #2e419a;
  

}












