/* -------------------------------- 

SYMIN ADIVE

-------------------------------- */

html, body, div, h1, h2, ul, li, dl, dd, dt, p { margin: 0; padding: 0; }

/* -------------------------------- 

Primary 

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1rem;
  font-family: "PT Sans", sans-serif;
  color: #555555;
  background-color: #fff;
}




h1 {
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}

a {
  color: #9a9a9a;
  text-decoration: none;
}

ul
{
    list-style-type: none;
}

ul
{
    font-size: 18px; line-height: 1.5em;
}


/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* -------NAVIGATION START------------------------- 


/* header */

.header {
  background-color: rgba(180,210,211,0); 	
  box-shadow: 0px 0px 0px 0 rgba(0,0,0,.1);
  position: absolute;
  width: 100%;
  z-index: 3;
    height: 67px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
    
 background-color: rgba(180,210,211,0.8);
    
}

.header li a {
  display: block;
  padding: 20px 20px ;
  border-right: 0px solid #f4f4f4;
  text-decoration: none;
    font-family: "Roboto Slab"; 
    
    color: #fff;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #e63d46;
    color: #fff;}
    
}
.header li a:active 
{
background-color: #e63d46;
color: #fff;}


.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;   
}



/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 32px 30px;
  position: relative;
  user-select: none;
    background: #e63d46;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
     border-radius: 20px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
    border-radius: 20px;
}

.header .menu-icon .navicon:before {
  top: 10px;
}

.header .menu-icon .navicon:after {
  top: -10px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 16px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


/* section */

.section {
  overflow: hidden;
  margin: auto;
  max-width: 1400px;
}

.section a {
  position: relative;
  float: left;
  width: 100%;
}

.section a img {
  width: 100%;
  display: block;
}

.section a span {
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 5%;
  font-size: 2em;
  text-shadow: 1px 1px 0 #000;
}

.section-split a span {
  display: none;
}

.section-split a:hover span {
  display: block;
}


/* 48em = 768px */

@media (min-width: 48em) {
  .section-split a {
    width: 50%;
  }
}

/* ============================================================
  END NAVIGATION
============================================================ */



/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-main-content {
  position: relative;
  min-height: 100vh;
    background: #ffffff;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #e63d46;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #e63d46;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #e63d46, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
      font-size: 1rem;
  font-family: "PT Sans", sans-serif;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #e63d46;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #e63d46;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #e63d46;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}


.cd-gallery figcaption{
  text-align: center;
    padding:20px;
    font-size: .9rem;
}



.cd-gallery button {
    margin-top:10px;
    background-color: #cccccc;
    border: 0px solid #cccccc;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
font-weight:bold;
    margin-bottom: -100px;  
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.cd-gallery button:hover {
    background-color: #e63d46; 
    color: white;
}


.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 23%;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}





/* ============================================================
  SECTIONS PARALLAX
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 800px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section.module.parallax .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	float: right;
	border-top: 20px solid #d33c4a;
    margin: 154px -66px 0 20px;
    
}
section.module.parallax .images {
	clear:right;
    position: absolute;
     padding: 80px 0 0 0; margin: 0 20px 0 0;
}

section.module.parallax h1 {
  color: #e63d46;
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
  text-align: right;
    
    padding: 80px 15px 0 0px;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../banner/Horn-Banner1.png");
}
section.module.parallax-2 {
  background-image: url("../banner/Horn-Banner2.png");
}
section.module.parallax-3 {
  background-image: url("../banner/TEMPbanner.jpg");
}





@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 30px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 40px;
  }
}


@media screen and (max-width: 600px) {
    section.module.parallax {
 
background-attachment: scroll;
  
}

    section.module.parallax-1 {background-position: 30% 50%;
  background-image: url("../banner/Horn-Banner1small.png" no-repeat); height:600px;
}
section.module.parallax-2 {background-position: 30% 50%;
  background-image: url("../banner/Horn-Banner2small.png" no-repeat ); height:600px;
}
section.module.parallax-3 {background-position: 50% 50%;
  background-image: url("../banner/TEMPbannersmall.jpg" no-repeat ); height:600px
} 
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
        section.module.parallax {
 
background-attachment: scroll;
  
}

     section.module.parallax-1 {background-position: 30% 50%;
  background-image: url("../banner/Horn-Banner1small.png" no-repeat); height:400px;
}
section.module.parallax-2 {background-position: 30% 50%;
  background-image: url("../banner/Horn-Banner2small.png" no-repeat ); height:400px;
}
    section.module.parallax-3 {background-position: 50% 50%;
  background-image: url("../banner/TEMPbannersmall.jpg" no-repeat ); height:400px
} 

}



/* -------------------------------- 

end parallax
-------------------------------- */

/* -------------------------------- 

ABOUT SECTION STARTS

-------------------------------- */
.ef-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.ef-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */


@media only screen and (min-width: 1170px) {
  body.new-color-1::before {
    background-color: #fff;
  }

  body.new-color-2::before {
    background-color: #fff;
  }

  body.new-color-3::before {
    background-color: #fff;
  }
}
body::before, body::after {
  /* the 2 underneath colored sections */
  content: '';
  position: fixed;
  /* trick to remove some annoying flickering on webkit browsers */
  width: 89.8%;
  max-width: 1170px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 50%;
  z-index: -1;
}

body::before {
  top: 0;
  background-color: #b4d2d3;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

body::after {
  top: 50%;
  background-color: #e63d46;
}






.ef-service {
  position: relative;
  z-index: 2;
  min-height: 80px;
  margin-left: 80px;
  background-color: #fff;
  padding: .5em 2em 4em;
}
.ef-service::before, .ef-service::after {
  content: '';
  position: absolute;
  width: 80px;
  right: 100%;
  z-index: 2;
}
.ef-service::before {
  top: 0;
  height: 80px;
  background-repeat: no-repeat;
}
.ef-service::after {
  top: 80px;
  bottom: 0;
  background-image: url("../images/eflinesmall.svg");
  background-repeat: repeat-y;
}
.ef-service.ef-service-divider::after {
  top: 0;
}
.ef-service.ef-service-divider:last-child {
  display: none;
}
.ef-service.ef-service-1::before {
  background-image: url("../images/ts0small.svg");
}
.ef-service.ef-service-2::before {
  background-image: url("../images/ts1small.svg"); 
}
.ef-service.ef-service-3::before {
  background-image: url("../images/ts2small.svg");
}
.ef-service.ef-service-4::before {
  background-image: url("../images/ts3small.svg");
}
.ef-service h2 {
  text-transform: uppercase;
  color: #b4d2d3;
  margin-bottom: 1em;
  font-family: "Roboto Slab", sans-serif;
}
.ef-service p {
  font-size: ;
 
  line-height: 1.4;
  color: #666;
}
@media only screen and (min-width: 1170px) {
  .ef-service {
    min-height: 525px;
    margin-left: 420px;
    padding: 6em 3em;
  }
  .ef-service::before, .ef-service::after {
    width: 420px;
  }
  .ef-service::before {
    height: 325px;
  }
  .ef-service::after {
    top: 325px;
    background-image: url("../images/efline.svg");
  }
  .ef-service.ef-service-divider:first-child, .ef-service.ef-service-divider:last-child {
    min-height: 50px;
    padding: 0;
  }
  .ef-service.ef-service-divider:last-child {
    display: block;
  }
  .ef-service.ef-service-1::before {
    background-image: url("../images/ts0.svg");
  }
  .ef-service.ef-service-2::before {
    background-image: url("../images/ts1.svg");
  }
  .ef-service.ef-service-3::before {
    background-image: url("../images/ts2.svg");
  }
  .ef-service.ef-service-4::before {
    background-image: url("../images/ts3.svg");
  }
  .ef-service h2 {
    color: #b4d2d3;
    -webkit-transition: color, 0.5s;
    -moz-transition: color, 0.5s;
    transition: color, 0.5s;
  }
    

  .ef-service h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .ef-service p {
        color: #666;
    -webkit-transition: color, 0.5s;
    -moz-transition: color, 0.5s;
    transition: color, 0.5s;
    font-size: ;
   
      
  }
  .ef-service.focus h2 {
    color: #666;
  }
  .ef-service.focus p {
    color: #666;
  }
}



/* CONTACT SECTION *****************************/


.contact{
	padding: 10% 0;
	
	text-align:center;
   
}

.contact-head{
	text-align:center;
    padding: 10em 0px 0 0px; 
}
.contact h3{
	font-family: "Roboto Slab";
	color: #666;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
    border-bottom: 1px solid #aaa;
    padding-bottom: 0.5em;
    padding-left: 18px;
     text-transform: uppercase;
    
}
.contact p{
	
	font-size: 1.4em;
	margin: -20px 0 0 0;
padding-left: 18px;
	color: #666666;
	line-height: 1.5em;
	text-align:left;
	margin-bottom: 6%;
}
/* contact_form */
.contact_form {
	width: 50%;
	margin: 0 auto;
   
    
}
.contact_form span{
	float: left;
	width: 100%;
}
.contact_form span label {
	float: right;
	position: relative;
    
	top: -45px;
}

.contact_form img {  }
.contact_form span label1 {
	float: right;
	position: relative;
	top: -190px;
}

@media (max-width: 600px) {
  .contact_form img {
 padding-left: -50px;
  }
}



.contact_form span.left{
}
.contact_form input[type="text"], .contact_form textarea {
	
	color: #666;
	background: transparent;
	border: 1px solid #666;
	padding: 16px 50px 16px 16px;
	font-size: 0.8755em;
	display: block;
	width: 91%;
	
	-webkit-appearance: none;
	text-transform: capitalize;

}
.contact_form input[type="text"]:hover,.contact_form textarea:hover {
	
}
.contact_form textarea{
	margin: 0 0 3%;
	resize:none;
	height:180px;
    border: 1px solid #666;
    font-size: 0.8755em;
    font-family: "PT Sans";
}
.contact_form input[type="submit"]{
	float:left;
	-webkit-appearance: none;
	cursor:pointer;
	color: #666;
	background: transparent;
	border: 1px solid #666;
	outline:none;
	display: inline-block;
    
	padding: 3% 7%;
	font-size:1em;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact_form input[type="submit"]:hover{
	color: #fff;
	background: #e63d46;
border: 0;
}




/* -------------------------------- 

FOOTER
-------------------------------- */

.footer {
    clear:both;
    display: block;
   background-color: #e63d46;
    width: 100%;
    position: relative; 
    padding: 3% 0 0 0;
    margin: 0 auto;}

.footer p{text-align: center;padding: 20px, 0;}
.footer .logo img{
    float: center; 
    width: 15%; min-width:100px;
    margin-top:30px;
    padding-bottom:30px;
opacity: 0.3;}
.footer .logo img:hover{
opacity: 1.0;}



.footer .social-icons {

    position:relative;
     display: table;
    margin-left:auto;
    margin-right:auto;
 clear:both;
      margin-bottom:20px;
     border-bottom: 1px rgba(255, 255, 255, 0.3);
}




.footer .copyright {
   
 font-family: "Roboto Slab";
    font-size: 14px;
    background-color: #e63d46;
    padding: 0 0 0 0;
    color: rgba(255, 255, 255, 0.3);
     padding:0 0 20px 0;
}


.footer .copyright img{float: right; width: 25%; }


.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/reload2.gif') 50% 50% no-repeat rgb(249,249,249);
}