body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #eea62d;
}

hr.light {
  border-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-transform: uppercase;
}

.bg-primary {
  background-color: #eea62d !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 1.1);
}

section {
  padding: 0rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: rgba(255, 210, 48, 0.98);
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  	font-weight: 600; 
	font-size:35px;
  	text-transform: uppercase;
  	color: #000000;
  	font-family: 'Muli', sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #000000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 1.0rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #000000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #000000 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000; 
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000000; text-decoration:underline;
}
.dropdown-menu {
    position: absolute; 
	top: 100%; 
	left: 0; 
	z-index: 1000; 
	display: none; 
	float: left; 
	min-width: 160px; 
	padding: 5px 0; 
	margin: 2px 0 0; 
	font-size: 14px; 
    text-align: left; 
	list-style: none; 
	background-color: #ffffff; 
	-webkit-background-clip: 
	padding-box; 
	background-clip: padding-box; 
	border: 1px solid #666666;
    border: 1px solid rgba(0, 0, 0, .15); 
	border-radius: 4px; 
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    display: block; 
	padding: 3px 20px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #000000; 
	white-space: nowrap; 
	background-color:#ffffff;
}

.dropdown-menu > li > a:hover{
    display: block; 
	padding: 3px 20px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #000000; 
	white-space: nowrap; 
    background-color:rgba(255, 210, 48, 0.98);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #00000; 
	background-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #000000; 
	text-decoration: none; 
	background-color: #FACD2F; 
	outline: 0;
}
@media (min-width: 992px) {
  #mainNav {
    border-color: rgba(255, 210, 48, 0.98);
    background-color: rgba(255, 210, 48, 0.98);
  }
  #mainNav .navbar-brand {
    color: #000000;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #000000;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #000000;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #000000;
  }
  #mainNav.navbar-shrink {
    background-color: rgba(255, 210, 48, 0.98); 
	border-color: rgba(34, 34, 34, 0.05);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #000000;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #000000;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #000000;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #000000;
  }
  .dropdown-menu {
    position: absolute;
	top: 100%; 
	left: 0; 
	z-index: 1000; 
	display: none; 
	float: left; 
	min-width: 160px;
	padding: 5px 0; 
	margin: 2px 0 0; 
	font-size: 14px; 
    text-align: left; 
	list-style: none; 
	background-color: #000000; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
	border: 1px solid #666666;
    border: 1px solid rgba(0, 0, 0, .15); 
	border-radius: 4px; 
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }

  .dropdown-menu > li > a {
    display: block; 
	padding: 3px 20px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #000000; 
	white-space: nowrap; 
	background-color:#ffffff;
  }

  .dropdown-menu > li > a:hover{
    display: block; 
	padding: 3px 20px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #000000;
	white-space: nowrap; 
    background-color:rgba(255, 210, 48, 0.98);
  }
}
.header_social {
   	font-size:25px;
	padding-top:0px;
	list-style:none;
	color: #000000;
}
.header_social a{
   	font-size:25px;
	padding-top:0px;
	list-style:none;
	color: #000000;
}
.header_social a:hover{
   	color: #337ab7;
}
header.masthead {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image:url(/assets/portaldigital/templates/EN/business07/bg_header.jpg);
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}

header.masthead hr {
  	margin-top: 30px;
  	margin-bottom: 30px;
}

header.masthead h1 {
  	font-size: 2rem;
  	text-align:center;
  	line-height: 1.6;
  	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 900;
	text-transform: uppercase;
}

header.masthead p {
  	font-weight: 300;
  	line-height: 1.6;
  	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	padding-bottom: 20px;
  	text-align: center;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.50rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.8rem;
  }
}
.header_button{
	color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
}

.header_button:hover{
	color: #ffffff;
    border: 1px solid #23527c; 
    background-color:#23527c;
}

header.masthead .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    border: 1px solid white;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

header.masthead01 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/business07/bg_head.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}

header.masthead01 hr {
  	margin-top: 30px;
  	margin-bottom: 30px;
}

header.masthead01 h1 {
  	font-size: 2rem;
  	text-align: left;
  	line-height: 1.6;
  	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 300;
	text-transform: uppercase;
}

header.masthead01 p {
  	font-weight: 100;
  	line-height: 1.6;
  	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	padding-bottom: 20px;
  	text-align: center;
}

@media (min-width: 768px) {
  header.masthead01 p {
    font-size: 1.50rem;
  }
}

@media (min-width: 992px) {
  header.masthead01 {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead01 h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead01 h1 {
    font-size: 5.0rem;
  }
}
header.masthead01 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 70%;
    text-align: center;
}
header.masthead01 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    border: 1px solid white;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.mbr-title{
	font: 900 35px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #777777;
    text-transform: uppercase;
	padding-bottom:30px;
	text-align:center;
}
.mbr-section-text{
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #777777;
	padding-top:30px;
	text-align:justify;
}
.mbr-section-btn{
	text-align:center;
}

.about-box {
  max-width: 400px;
}

.bg-about{
	background-color: #333333;
	padding:30px;

}
.about {
    position: relative;
}

.about-content {
    padding-left: 100px; 
}
.about .about-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
	color: #ffffff;	
	font-size: 30px;
	font-weight:100;   
}

.about .about-icon1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	border: px solid #eea62d;
	color: #eea62d;	font-size: 50px;   
}
.about_title {
    color: #777777;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font: 900 45px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
}
.about_subtitle{
	font: 300 21px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    line-height: 26px;
    color: #6c757d;
}
.about_subtitle1 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 900;
    color: #777777;
    text-align: center;
    text-transform: uppercase;
}
.about_text{
    font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    line-height: 26px;
    color: #6c757d;			
}
.action-box {
       padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image:url(/assets/portaldigital/templates/EN/business07/bg-quote.jpg);
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
.action-box-quote {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 65px;
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
}
.btn-default_action_box{
    color: #ffffff;
    border: 1px solid #eea62d;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eea62d;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0%;
	margin-top:20px;
}
.btn-default_action_box:hover{
    color: #ffffff;
    border: 1px solid #212529;
    background: #212529;
}
.action-box-title {
    color: #eea62d;
}
.img_download {
    color: #ffffff;
    font-size: 90px;
    padding-right: 20px;
}
.portfolio-item {
  	display: block;
  	position: relative;
  	overflow: hidden;
  	max-width: 530px;
  	margin: auto auto 1rem;
}

.portfolio-item .caption {
  	display: flex;
  	height: 100%;
  	width: 100%;
  	background-color: rgba(0, 0, 0, 0.0);
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	z-index: 1;
}

.portfolio-item .caption .caption-content {
  	color: #fff;
  	margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  	font-size: 2.1rem;
  	font-weight: 700;
  	text-transform: capitalize;
  	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	text-align:left;
  	color: #007bff; 
}

.portfolio-item .caption .caption-content p {
  	font-weight: 500;
  	font-size: 1.4rem;
  	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	text-align:left;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: #000000;
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}

.bg_stadium{
    padding:30px;
}
.bg_work {
    background-color: #eae9e6;
	padding:30px;
}
.products_title {
    color: #777777;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font: 900 50px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
	padding-bottom:30px;
}
.products_subtitle {
    font: 300 25px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #777777;
    padding-top: 10px;
	padding-bottom:30px;
    text-align: justify;
}
.products_text{
	color:#FFFFFF;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;	
}
.products_categorie{
	color:#FFFFFF;
	font-family:'Amaranth', sans-serif; 
	text-transform:lowercase;
}
.work_title {
    color: #eea62d;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font: 500 55px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    text-transform: lowercase;
}
.bg_football{
	padding-top: 30px;
    background-color: #000000;
    padding-bottom: 30px;
}
.football_title {
    color: #ffffff;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font: 900 45px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
}
.football_subtitle{
	font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff;
}
.football_title1 {
    color: #FCCF31;
    font: 500 21px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    width: 100%;
    text-decoration: none;
	padding: 0px 0px 0px 0px;
    margin-left: 10px;
    margin-right: 10px;
}
.football_title1 a {
    color: #FCCF31;
    font: 500 21px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    width: 100%;
    text-decoration: none;
}
.football_title1 a:hover {
    color: #337ab7;
}
.football_text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 100;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    padding-top: 20px;
	margin-left: 10px;
    margin-right: 10px;
}
.work_subtitle {
    color: #222;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 300 25px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 50px;
}
.work_text{
	color:#FFFFFF;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
       font-size: 17px;
       font-weight: 300;	
}
.work_categorie{
	color:#FFFFFF;
	font-family:'Amaranth', sans-serif; 
	text-transform:lowercase;
}
.text-primary {
    color: #eea62d !important;
}
.testimonials_box {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(/assets/portaldigital/templates/EN/business07/bg_testimonials.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-attachment: scroll;
    background-attachment: fixed;
}
.carousel {
        position: relative; 
	width: 100%;
}
.carousel-control.right {
        right: 0; left: auto; 
	background-image:none; 
	background-repeat: 
	repeat-x;color:#ffffff;
	font-size:50px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 
}
.carousel-control.left {
        background-image:none; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x; 
	color:#ffffff; 
	font-size:50px;
}
.carousel-caption {
        position: absolute; right: 15%; 
	bottom: 70px; left: 15%; 
	z-index: 10; 
	padding-top: 0px; 
	padding-bottom: 20px; 
	color: #000000; 
	text-align: center;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0);
}
.carousel-inner {
	position: relative; 
	width: 100%; 
	overflow: hidden;
}
.carousel-indicators {
	position: absolute; 
	bottom: -60px; 
	left: 50%; 
	z-index: 15; 
	width: 90%; 
	padding-left: 0; 
	margin-left: -40%; 
	text-align: center; 
	list-style: none; 
}
.carousel-indicators .active {
	width: 12px; 
	height: 12px; 
	margin: 0; 
	background-color: #ffffff;
}
.carousel-indicators li {
	display: inline-block; 
	width: 10px; height: 10px; 
	margin: 1px; 
	text-indent: -999px; 
	cursor: pointer; 
	background-color: #000 9; 
	background-color: rgba(0, 0, 0, 0); 
	border: 1px solid #ffffff; 
	border-radius: 10px;
}
.carousel-control {
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	width: 15%; 
	font-size: 20px; 
	color: #fff; 
	text-align: center; 
	text-shadow: 0 1px 2px rgba(0, 0, 0, .7);
	background-color: rgba(0, 0, 0, 0); 
	filter: alpha(opacity=50);
        opacity: .5;
}
.carousel_title{
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 35px; 
	font-weight:100; 
	color:#ffffff; 
	text-align:center;
}
.carousel_subtitle{
	font-family: 'Caveat'; 
	font-size: 60px; 
	font-weight:100; 
	color:#ffffff; 
	text-align:center;
}
.testimonials-carousel {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
.testimonials_box {
	padding: 100px 0;
	background-attachment: fixed;
	text-align: center;
	visibility: visible; 
	animation-name: fadeIn; 
	color: white; 
	background-color: #222;
}
.testimonials_author {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
.testimonials_city {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    font-style: italic;
}
.img_quote {
    color: #FFD234;
    font-size: 50px;
    padding-right: 10px;
    padding-left: 10px;
}
.stadium_title {
    color: #777777;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font: 900 45px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
}
.btn {
  	font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans',Arial,"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-xl {
    padding: 1rem 2rem;
}
.btn-primary {
  	background-color: #eea62d;
  	border-radius: 2px;
	color: #ffffff;
    border: 1px solid #eea62d;
    font-size: 27px;
    font-weight: 300;
    text-transform: lowercase;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  	color: #ffffff; 
	border:1px solid #ffffff; 
	background-color:transparent;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
.bg_contact {
        padding-top: 10rem;
        padding-bottom: calc(10rem - 56px);
        background-image: url(/assets/portaldigital/templates/EN/business07/bg_contact.jpg);
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        background-attachment: scroll;
        background-attachment: fixed;
}
.bg_contact01 {
	background-color: #00bcd4; 
	padding: 32px 0 52px 0; 
	overflow: hidden; 
	text-align: center;
}
.contact-title { 
	color: #ffffff;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font: 900 50px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-title01 { 
	color: #ffffff;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font: 500 60px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 30px;
}
.contact-title1 { 
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 25px; 
	font-weight: 700; 
	color: #222a37;
    text-align:left; 
	text-transform:capitalize; 
	padding-left:20px; 
	padding-bottom:30px;
}
.contact-subtitle {
    font: 300 19px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #ffffff;
    line-height: 26px;
    font-weight: 300;
	padding-left:20px;
	padding-bottom:30px;
}
.contact-text { 
	font: 100 17px 'Roboto', Arial, sans-serif;
	text-transform: none; 
	color: #ffffff; 
	line-height: 26px; 
	padding-bottom: 50px; 
	padding-top: 30px;
}
.contact-text1 { 
	font: 300 17px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #ffffff;
    line-height: 26px;
    padding-bottom: 50px;
    padding-top: 30px;
}
.map {
    height: 20rem;
}
.phone_text {
    padding-right:20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: #FE8137;
    padding-top: 5px;
    padding-bottom: 15px;
	font-family:'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
.contact-text2 { 
	font: 300 17px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	text-transform: none; 
	color: #222a37; 
	line-height: 26px; 
	padding-bottom: 10px; 
	padding-top: 25px;
}
.btn-contact{ 
	color: #000000;
    border: 0px solid #0057a7;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFD234;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    border-radius: 2px;
}
.btn-contact:hover{ 
	color: #ffffff; 
	border: 0px solid #0057a7; 
	background: #000000; 
}
.contact-map{
	padding-left:20px; 
	padding-bottom: 50px; 
	padding-top: 30px; 
}
section#contact .form-group textarea.form-control1 {
    height: 218px;
}
section#contact .form-group input.form-control1 {
    height: auto;
}
section#contact .form-group input, section#contact .form-group1 textarea {
	padding: 20px;
}
.form-control1 {
   	display: block;
	width: 100%; 
	height: 54px; 
	padding: 6px 12px; 
	font-size: 16px; 
	line-height: 1.42857143; 
	color: #555; 
	background-color: #ffffff; 
	background-image: none; 
	border: 1px solid #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
	font-family:'Raleway', sans-serif; 
        border-radius: 3px;
        font-weight:300;
}
.form-control2 {
    display: block;
    width: 100%;
    height: 190px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Raleway', sans-serif;
    border-radius: 3px; font-weight:300;
}
section#contact .form-group textarea.form-control2 {
    height: 218px;
}
.scroll-to-top {
    position: fixed; 
	background: #FCCF31; 
	bottom: 30px; 
	right: 30px; 
	z-index: 104400; 
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1); 
	padding: 15px;
	border-radius: 50px;
}
.scroll-to-top:hover {
    background: #212529;
}
.img-chevron-up {
	color: #ffffff; 
	font-size:25px;
}
.footer-navigation-links {
    color:#5d5d5d; 
	font-weight:300; 
	font-family: 'Raleway', sans-serif; 
	font-size:15px;
	padding-top:20px; 
	text-align:center;
}
.footer_variant {
	background-color:#000000; 
	padding: 32px 0 52px 0; 
	overflow: hidden; 
	text-align: center; 
	zoom: 1;
}
ul.f-social {
    padding: 30px 0 0; 
	width: 165px;
	height: 30px; 
	float: right;
}
.img_facebook {
   	color: #ffffff; 
	font-size: 35px;
}
.img_twitter {
    color: #ffffff; 
	font-size: 35px; 
}
.img_linkedin {
    color: #ffffff; 
	font-size: 35px; 
}
.img_youtube{
    color: #ffffff; 
	font-size: 35px; 
}
.img_instagram{
    color: #ffffff; 
	font-size: 35px; 
}
.footer-social {
    width: 25%;
    float: right;
    height: 56px;
    display: table;
    text-align: right;
}
.footer-social span {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0 10px;
	height: 56px;
	color:#ffffff; 
	font-weight:300; 
	font-family: 'Raleway', sans-serif; 
}
.footer-copyright {
    float: left;
    display: table;
    height: 56px;
	color:#ffffff; 
	font-weight:300; 
	font-family: 'Raleway', sans-serif; 
}
.footer-links {
    width: 500px;
}
footer .inner {
    padding: 0 1.5rem;
}
.footer-social a {
    width: 72px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    float: none;
    text-align: center;
}
.main_text {
    font-weight: 100;
    color: #5d5d5d;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 17px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}
.bg_c1 { 
	background-color:#00A99D;
}
.bg_c2 { 
	background-color:#eea62d;
}
.bg_c3 { 
	background-color:#0171B9;
}
.bg_c4 { 
	background-color:#eea62d;
}
.bg_c5 { 
	background-color:#EC008C;
}
.bg_c6 { 
	background-color:#eea62d;
}
.img-fluid {
    max-width: 100%;
    height: auto;
	text-align:center;
	padding:10px;
}
.news_title {
    color: #777777;
    font: 500 27px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    width: 100%;
	padding:0px 0px 0px 0px;
	margin-left:20px;
	margin-right:20px;
}
.news_title a{
    color: #777777;
    font: 500 27px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    width: 100%;
    text-transform: capitalize;
    padding:0px 0px 0px 0px;
    text-align:justify;
}
.news_title a:hover{
    color: #337ab7;
}
.news_text {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #666666;
    padding:10px 0px 20px 10px;
    text-align:justify;
    margin:10px;
    font-weight:300;
}
.product_subtitle {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 21px;
    font-weight: 100;
    color: #9e9e9e;
    text-align: center;
    text-transform: uppercase;
    padding-top:10px;
    padding-bottom:10px;
}
.product_price {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 55px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.button-prod{
	color: #E70046;
    border: 1px solid #ffffff;
    font-size: 19px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0%;
}
.button-prod:hover{
	color: #ffffff;
    border: 1px solid #212529;
    background: #212529;
}
.button-prod1{
	color: #eea62d;
    border: 1px solid #ffffff;
    font-size: 23px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0%;
}
.button-prod1:hover{
	color: #eea62d;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.button-prod2{
	color: #0171B9;
    border: 1px solid #ffffff;
    font-size: 23px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0%;
}
.button-prod2:hover{
	color: #0171B9;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.button-prod3{
	color: #EC008C;
    border: 1px solid #ffffff;
    font-size: 23px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0%;
}
.button-prod3:hover{
	color: #EC008C;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.bg_container{ 
	background-color:#efefef;
}
.bg_prod{ 
	background-color:#eae9e6;
	padding:30px;
}
.bg_show{ 
	background-color:#eae9e6;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 0px; 
}
#portfolio .portfolio-item .portfolio-link {
  	position: relative;
  	display: block;
 	max-width: 400px;
  	margin: 0 auto;
  	cursor: pointer;border:2px solid #E70046;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	-webkit-transition: all ease 0.5s;
  	-moz-transition: all ease 0.5s;
  	transition: all ease 0.5s;
  	opacity: 0;
  	background: rgba(0, 0, 0, 0.9);
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  	font-size: 20px;
  	position: absolute;
  	top: 50%;
  	width: 100%;
  	height: 20px;
  	margin-top: -12px;
  	text-align: center;
  	color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  	margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  	max-width: 400px;
  	margin: 0 auto;
  	padding: 25px;
  	text-align: center;
  	background-color:#E70046;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  	margin: 0;
  	text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
  	font-size: 15px;
  	font-weight:300;
  	margin: 0;
  	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	color:#FFFFFF;
  	padding-bottom:10px; 
  	text-transform:uppercase;
}
#portfolio * {
  	z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 0px;
  }
}
.portfolio-modal {
  padding-right: 0px !important;
}
.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content button {
  cursor: pointer;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}
.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}
.bg_history{
	background-color: #ffffff;
	padding-top:20px; 
	padding-bottom:20px; 
	margin-bottom:0px;
}
.history_title {
	color: #777777; 
	margin-top: 10px; 
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	padding-left: 20px;
	margin-bottom: 10px;
    font: 900 45px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1;
    letter-spacing: 0px; 
	padding-top: 30px; 
	text-transform:uppercase; 
	text-align: center;
}
.history_text {
    font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	text-transform: none; 
	color: #6c757d; 
	line-height: 26px; 
	padding-bottom: 50px; 
	padding-top: 30px; 
	text-align: justify;
}
.img_history{
	width: 300px; 
	color:#000000
}
.img-responsive3 { 
	width: auto; height: auto;
}
.img-circle {
    border-radius: 0%;
}
.timeline {
  	list-style: none; 
	padding: 0; 
	position: relative; 
	margin-bottom:30px;
}
.timeline:before {
  	top: 0; bottom: 0; 
	position: absolute; 
	content: ""; 
	width: 2px; 
	background-color: #000000; 
	left: 40px; 
	margin-left: -1.5px;
}
.timeline > li {
  	margin-bottom: 20px; 
	position: relative;
	min-height: 20px;
}
.timeline > li:before,
.timeline > li:after {
  	content: " "; 
	display: table;
}
.timeline > li:after {
  	clear: both;
}
.timeline > li .timeline-panel {
  	width: 100%; 
	float: right; 
	padding: 0 20px 0 20px; 
	position: relative; 
	text-align: left;
}
.timeline > li .timeline-panel:before {
  	border-left-width: 0; 
	border-right-width: 15px; 
	left: -15px; 
	right: auto;
}
.timeline > li .timeline-panel:after {
  	border-left-width: 0; 
	border-right-width: 14px; 
	left: -14px; 
	right: auto;
}
.timeline > li .timeline-image {
	left: 0; 
	margin-left: 0; 
	width: 22px; 
	height: 22px; 
	position: absolute; 
	z-index: 100; 
	background-color: #000000; 
	color: white;
  	border-radius: 100%; 
	border: 2px solid #000000; 
	text-align: center;
}
.timeline > li .timeline-image h4 {
  	font-size: 10px; 
	margin-top: 12px; 
	line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  	float: right; 
	text-align: left; 
	padding: 0 20px 0 20px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  	border-left-width: 0; 
	border-right-width: 15px; 
	left: -15px; 
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  	border-left-width: 0; 
	border-right-width: 14px; 
	left: -14px; 
	right: auto;
}
.timeline > li:last-child {
  	margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  	margin-top: 0; 
	color: inherit;
}
.timeline .timeline-heading h4.subheading {
  	color: #000000;
    font-size: 21px;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
    font-weight: 900;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
 	margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 20px; 
	min-height: 20px;
  }
  .timeline > li .timeline-panel {
    width: 41%; 
	float: left; 
	padding: 0 20px 20px 20px; 
	text-align: right;
  }
  .timeline > li .timeline-image {
    width: 22px; 
	height: 22px; 
	background-color:#000000; 
	left: 50%; 
	margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px; 
	margin-top: 16px; 
	line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right; 
	text-align: left; 
	padding: 0 20px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 20px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 22px; 
	height: 22px; 
	margin-left: -10px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px; 
	margin-top: 20px; 
	line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 20px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 22px; 
	height: 22px; 
	margin-left: -10px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 20px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px 20px;
  }
}
.text-muted {
    font: 300 19px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #222a37;
    line-height: 26px;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: justify;
}
.bg_terms {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 70px;
    background-color:#efefef;
}
.terms_text {
    font: 300 17px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #222a37;
    line-height: 36px;
    padding-bottom: 0px;
    padding-top: 20px;
    text-align: left;
}
.terms_subtitle {
    font: 900 25px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #222a37;
    line-height: 36px;
    padding-bottom: 0px;
    padding-top: 20px;
    text-align: left;
}

.bg_contact_1 {
    padding-top: 5rem;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: calc(10rem - 56px);
    background-color: #ffffff;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
}

.contact_1_title  {
    color: #00a692;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font: 100 65px 'Fjalla One', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact_1_text {
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #282828;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact_1_button {
    color: #ffffff;
    border: 1px solid #ff9d00;
    font-size: 23px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ff9d00;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
    margin-top: 20px;
}
.contact_1_button:hover {
    color: #ffffff;
    border: 1px solid #212529;
    background: #212529;
}
.showcase01 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

/***********************************************************/

@media screen and (max-width: 1200px) 
{
}
@media screen and (max-width: 1199px) 
{
	.how_works_title{ font-size:55px; }
	.action-box-quote{ font-size: 55px; }

        .bg_contact { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;}
	.contact-title{ font-size: 50px; }
        .bg_service { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;}
	.service_title{ font-size: 55px; }
	.work_title{ font-size: 55px; }
	.timeline .timeline-heading h4.subheading{ font-size: 25px; }

        .bg_about_1 { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;}
        .bg_about { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;}
	.about_title{ font-size: 55px; }
	.about_title1{ font-size: 60px; }

	.carousel_title{ font-size: 60px; }
	.carousel_subtitle{ font-size: 60px; }
        .showcase01 { padding-left: 2%; padding-right: 2%; } 
        .news_title { font-size: 15px; margin-left: 5px; 
                           margin-right: 5px; } 
        .news_title a{ font-size: 15px;  margin-left: 5px; 
                           margin-right: 5px; } 
}

@media screen and (max-width: 991px) 
{ 
	.how_works_title{ font-size:35px; }
	.action-box-quote{ font-size: 35px; }

        .bg_contact { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;} 
	.contact-title{ font-size: 35px; }

        .bg_service { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;}
	.service_title { font-size: 35px; }
        .service_subtitle01 { padding-left: 2%; padding-right: 2%; }

        .bg_work { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;} 
	.work_title{ font-size: 35px; }
	.timeline .timeline-heading h4.subheading{ font-size: 19px; }

        .bg_about_1 { padding-left: 2%; padding-right: 2%; padding-top: 0rem;
                       padding-bottom: 0rem;}
        .bg_about { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;}
	.about_title{ font-size: 35px; }
	.about_title1{ font-size: 45px; }

	.carousel_title{ font-size: 35px; }
	.carousel_subtitle{ font-size: 35px; }

        .bg_terms { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                    padding-bottom: 3rem; }
        .terms_text { padding-left: 0px; padding-right: 0px; 
                      text-align: justify;}
	.terms_subtitle { padding-left: 0px; padding-right: 0px;}
        .main_text { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                    padding-bottom: 3rem; text-align: justify;}

        .bg_contact_1 { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                        padding-bottom: 3rem; }
        .contact_1_title { font-size: 2.9rem; padding-left: 0px; 
                           padding-right: 0px; }
        .showcase01 { padding-left: 2%; padding-right: 2%; } 
        .news_title { font-size: 15px;  margin-left: 5px; 
                           margin-right: 5px; } 
        .news_title a{ font-size: 15px; margin-left: 5px; 
                           margin-right: 5px; } 
}

@media screen and (max-width: 767px;) 
{
	.how_works_title{ font-size:25px; }
	.action-box-quote{ font-size: 25px; }

        .bg_contact { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;}
	.contact-title{ font-size: 25px; }
        .bg_service { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;}
	.service_title{ font-size: 25px; }
        .service_subtitle01 { padding-left: 2%; padding-right: 2%; }
        .bg_work { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;}
	.work_title{ font-size: 25px; }

	.timeline .timeline-heading h4.subheading{ font-size: 17px; }

        .bg_about { padding-left: 2%; padding-right: 2%; padding-top: 0rem;
                       padding-bottom: 0rem;}
        .bg_about_1 { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                       padding-bottom: 3rem;}
	.about_title{ font-size: 25px; }
	.about_title1{ font-size: 30px; }

	.carousel_title{ font-size: 25px; }
	.carousel_subtitle{ font-size: 25px; }

        .bg_terms { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                    padding-bottom: 3rem; }
        .terms_text { padding-left: 0px; padding-right: 0px; 
                      text-align: justify;}
	.terms_subtitle { padding-left: 0px; padding-right: 0px;}
        .main_text { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                    padding-bottom: 3rem; text-align: justify;}

        .bg_contact_1 { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                        padding-bottom: 3rem; }
        .contact_1_title { font-size: 2.9rem; padding-left: 0px; 
                           padding-right: 0px; } 
        .showcase01 { padding-left: 2%; padding-right: 2%; }
        .news_title { font-size: 15px;  margin-left: 5px; 
                           margin-right: 5px; } 
        .news_title a{ font-size: 15px;  margin-left: 5px; 
                           margin-right: 5px; } 
}
.empty_9182 {}

