@charset "utf-8";
/* CSS Document */
body { 
	
  background-color: #FFFFFF;
font-family: san "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		background:url("img/Contact2.jpg");
	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%;
}
/* -----
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;
	color: #fff;
}
/* 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;
}


	
	nav.cd-3d-nav{
		height: 12%;
	}
/* 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%;
		
	}
}
@media only screen and (max-width: 480px){
  a img.cd-logo{
	 top: 35%;  
	width: 30%;
	height: 35%;
	}
header{
	position: absolute;
	top:0;
	left: 5%;
}
	div.address{
		margin-left: 0;
		margin-right: auto;
		
	}
iframe{
		width: 100%;
	}
	nav.cd-3d-nav{
		height: 12%;
	}	
}
/*--------------------------*/
/*form*/
/*--------------------------*/

.section-form{
	width: 80%;
	margin: 0px auto;
	
}
.form-messages{
    width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 3px;
	color: #333;
	
}
.success{ background-color: rgba(39,170,41,0.8);}
.error{ background-color: rgba(223,29,32,0.80);}
input[type=text],
input[type=email],
select,
textarea{
	width: 100%;
	padding: 7px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

textarea{
	height: 100px;
}
input[type=checkbox]{
	margin: 10px 5px 10px 0px;
}
.form{
	margin-top: 50px;
}
/*-- to get rid of the blue border of the google chrom you need to do the next step--*/

*:focus{outline: none;}
.msg{
	margin-top: 30px;
}
.address{
	margin-left: 30px;
}
.map-box{
	margin: 30px 0;
}
h3.address{
	text-align: left;
}

/*---------bottons-------------*/
.btn:link,
.btn:visited,
input[type=submit]{
	display: inline-block;
	text-decoration: none;
	padding: 10px 30px;
    font-weight: 300;
	border-radius: 200px;
	color: #fff;
	font-size: 60%;
	border: 1px solid #CB4D4F;
   
	transition: background color 0.2s, border 0.2s,color 0.2s;
   
	
}


.btn-full:link,
.btn-full:visited,
input[type=submit]{
	background-color: #CB4D4F;
	margin-right: 30px;	
		
}

.btn-ghost:link,
.btn-ghost:visited{
	color: #CB4D4F;

}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
	background-color: #DB6366;
	border: 1px solid #DB6366;
}


.btn-full:hover,
.btn-full:active{
	background-color: #DB6366;
	
}

.btn-ghost:hover,
.btn-ghost:active{
	background-color: #DB6366;
	color: #fff;
	
}
.btn{
 margin-top: 50px;
	
}
/*--------paragragh-------------*/	
.long-copy{
	height: 145%;
	width: 70%;
	margin-left: 15%;	
	font-size: 120%;
	margin-bottom: 40px;
	font-weight: 300;
	text-align: center;	
	
	}

.content{
	color: #fff;
	width: 100%;
	height: 100%;
}
header{ width: 100%;
		display: inline-block;
}


h2{
	word-spacing: 2px;
	font-size: 160%;
	text-align: center;
	font-weight: 400;
	margin: 40px 0;
	padding-top: 20px;
	
}	
	
h1,h2,h3{
	letter-spacing: 1px;
	text-transform:uppercase;
}	
	
	

p .bold{
	font-weight:bolder;

}

h2:after{
	display: block;
	height: 2px;
	background-color: #CB4D4F;
	content: "";
	width: 100px;
	margin: 0 auto;
	margin-top: 30px;
	
}
h3{
	padding: 1%;
	text-align: center;
    color: #000; 
	
}
h4{
	margin: 10px;
}