@charset "utf-8";
/* CSS Document */

body { 
			
  background-color: #FFFFFF;
	font-family:  "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
}
/*
.image{
	position: relative;
	height:230px;
	overflow: hidden;
	background:url("img/color2.jpg") no-repeat center;
	background-size: cover;
}*/
.cd-header__nav-trigger {
	 position: relative;
	 height: 45px;
	 width: 45px;
}
 .cd-header__nav-trigger span, .cd-header__nav-trigger span::before, .cd-header__nav-trigger span::after {
	 position: absolute;
	 width: 28px;
	 height: 3px;
	 background-color: #C02626;
	 backface-visibility: hidden;
}
 .cd-header__nav-trigger span {
	 top: 21px;
	 left: 8px;
	 transition: background 0.2s var(--cd-nav-animation);
}
 .cd-header__nav-trigger span::before, .cd-header__nav-trigger span:after {
	 content: '';
	 left: 0;
	 transition: transform 0.2s var(--cd-nav-animation);
}
 .cd-header__nav-trigger span::before {
	 bottom: 8px;
}
 .cd-header__nav-trigger span::after {
	 top: 8px;
}
 .cd-header--is-translated .cd-header__nav-trigger span {
	 background-color: alpha(var(--color-white), 0);
}
 .cd-header--is-translated .cd-header__nav-trigger span::before, .cd-header--is-translated .cd-header__nav-trigger span::after {
	 background-color: #C02626;
}
 .cd-header--is-translated .cd-header__nav-trigger span::before {
	 transform: translateY(8px) rotate(-45deg);
}
 .cd-header--is-translated .cd-header__nav-trigger span::after {
	 transform: translateY(-8px) rotate(45deg);
}
 


.cd-logo{
	height: 50%;
	width: 10%;

}
img.cd-logo{
	position: absolute;
	top: 25%;
}
@media only screen and (max-width: 480px){
  a img.cd-logo{
	 top: 35%;  
	width: 30%;
	height: 35%;
	}
	nav.cd-3d-nav{
		height: 12%;
	}
}
@media only screen and (max-width: 768px){
img.cd-logo{
	top: 35%;
	width: 25%;
	height: 40%;
	}

}	
@media only screen and (max-width: 1023px){
 img.cd-logo{
	top: 35%;	
	width: 15%;
	height: 40%;
	}

}

	nav.cd-3d-nav{
		height: 12%;
	}
/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
  width: 2em;
  height: 2em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #fff;
}

.svg-icon circle {
  stroke: #C02626;
  stroke-width: 1;
}
h1.text-xl {
	color: #C02626;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	
	
}
h3{
	text-align: center;
	margin-bottom: 20px;
}
/* line and arrow */
.cd-3d-nav__marker--col-1 {
	color: #C02626;
	background-color: #C02626; 
}
.cd-3d-nav__marker--col-2 {
	color: #C02626;
	background-color: #C02626; 
}
.cd-3d-nav__marker--col-3 {
	color: #C02626;
	background-color: #C02626; 
}
.cd-3d-nav__marker--col-4 {
	color: #C02626;
	background-color: #C02626; 
}
.cd-3d-nav__marker--col-5 {
	color: #C02626;
	background-color: #C02626; 
}

/* 3d nav container colors*/
.cd-3d-nav__item--selected a{
	  
    background-color: #CB4D4F;
}
 .cd-3d-nav__item--selected  a:hover {
      background-color: #CB4D4F;
	
	}

.cd-3d-nav {

  background-color: #EF8889;
}

.cd-3d-nav__list { 

  background-color: #EF8889;
}
.cd-3d-nav__list a:hover{
	  background-color: #DB6366;
}

	
/*about*/
 .long-copy{
    margin: 50px;	
	font-weight: 400;
	 text-align: center;
	
	
}
.icon-img{
display: block;
margin: 20px auto;
	height: 250px;

}

.about{
	margin: 20px;
	text-align: justify;
}
/* FOOTER */
.footer {
	width: 100%;
	background: #CB4D4F;
	display: block;
 }
.inner-footer h3{
	text-align: left;
	color: #fff;
}
 .inner-footer {
	 width: 95%;
	 margin: auto;
	 padding: 30px 10px;
	 display: flex;
	 flex-wrap: wrap;
	 box-sizing: border-box;
	 justify-content: center;
 }

.footer-items {
	width: 25%;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
}

.footer-items p {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

.footer-items h1 {
	color: #fff;
	font-size: 160%;
	font-weight: 400;
}

.border1 {
	height: 3px;
	width: 40px;
	background: #ff9800;
	color: #ff9800;
	background-color: #ff9800;
	border: 0px;
}

ul.foot {
	list-style: none;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.5px;	
 }

ul a {
	text-decoration: none;
	outline: none;
	color: #fff;
	transition: 0.3s;
}

.foot ul a:hover {
	color: #ff9800;
}

ul.foot li {
	margin: 15px 0;
	height: 25px;
}

li i {
	margin-right: 20px;
}

.social-media {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.social-media a {
	text-decoration: none;
}

.social-media i {
	height: 25px;
	width: 25px;
	margin: 20px 10px;
	padding: 4px;
	color: #fff;
	transition: 0.5s;
}

.social-media i:hover {
	transform: scale(1.5);
}

.footer-bottom {
	padding: 10px;
	background: #C02626;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

/* for tablet mode view */

@media screen and (max-width: 1275px) {
	.footer-items {
		width: 50%;
	}

}

/* for mobile screen view */

@media screen and (max-width: 660px) {
	.footer-items {
		width: 100%;
	}
}

