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

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

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

hr.light {
  border-color: #fff;
}

.text-uppercase { 
       text-transform: uppercase!important;
}

p {
    color: #757575;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:15px;
  }

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif; 
  text-transform:lowercase;  
}

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

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

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

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: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

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

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

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

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !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;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #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: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #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: #F05F40;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-left: 0px;
  padding-bottom: calc(10rem - 56px);
  background-image:url(/assets/portaldigital/templates/EN/business01/bg_header01.jpg); 
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
  background-attachment: fixed; 

}

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

header.masthead h1 {
  font-size: 2rem; 
  text-align:left;
}

header.masthead p {
  font-weight: 300;
}

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

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

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

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

.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(33, 37, 41, 0.2);
  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;
  text-transform:lowercase;
  font-family:'Amaranth', sans-serif;
}

.portfolio-item .caption .caption-content p {
  font-weight: 500;
  font-size: 1.4rem;
}

@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: rgba(13, 12, 12, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}

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

.bg_work{
    padding-top: 5rem;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: calc(2rem - 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;
}

.work_title {
    color: #222a37;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 500 55px 'Amaranth', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 10px;
}
.work_subtitle {
    color: #F05F40;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 500 25px 'Amaranth', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 50px;
}
.work_text{
    color:#FFFFFF;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.work_categorie{
    color:#FFFFFF;
    font-family:'Amaranth', sans-serif; 
    text-transform:lowercase;
}
footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  margin-right:20px;
}

.btn-xl {
  padding: 1rem 2rem;
}

.video_button_s {
    padding-top: 40px;
    padding-bottom: 40px;
}

.video_button {
    color: #222a37;
    border: 3px solid #222a37;
    font-size: 21px;
    text-transform: lowercase;
    font-weight: 500;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration:none;
}
.video_button:hover{
    color: #ffffff;
    border: 3px solid #f05408;
    background: #f05408;
    text-decoration:none;
}

.main-btn {
   background: transparent;
   color: #F05F40;
   display: inline-block;
   padding: 5px 25px;
   margin: 3px;
   border: 1px solid #F05F40;
   border-radius: 0px;
   -webkit-transition: 0.2s opacity;
   transition: 0.2s opacity; 
   font-weight:300;
   font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size:19px;
}
.main-btn:hover {
   background:#F05F40; 
   text-decoration:none;
   color:#FFFFFF;
   border: 1px solid #F05F40;
}

.feature {
   position: relative;
}

.feature-content {
   padding-left: 100px;
}
.feature .feature-icon {
   position: absolute;
   left: 0;
   top: 0;
   width: 80px;
   height: 80px;
   line-height: 80px;
   text-align: center;
   border: 1px solid #222A37;
   color: #222A37;	font-size: 40px;
   border-radius: 0%;     
}
/****************************************/

.bg_services {
    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;
}
.services_title{
	color: #6c757d; 
        font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
        font-size: 21px; 
         font-weight:300;
}

.services_text{
	color: #6c757d;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 17px; 
	font-weight:300;
}

.service_title {
    color: #222a37;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 500 55px 'Amaranth', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 10px;
}

.service_subtitle01 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #222a37;
    text-align: left;
	padding-bottom: 30px;
}

.underline .line {
    width: 5rem;
    height: 3px;
    background: linear-gradient(90deg, #F05F40, #F05F40);
    display: inline-block; 
	margin-bottom:30px;
}
.align-center {
    text-align: center;
}
.bg_about_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;
}

.bg_about {
    background-color: #fdd120;
    padding-top: 5rem;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: calc(10rem - 56px);
}
.about_title {
    color: #222a37;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 500 55px 'Amaranth', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 10px;
}

.about_text {
    font: 300 21px "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #6f7481;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
}
.about_title1 {
    color: #ffffff;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: lowercase;
    font: 300 60px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: right;
    padding-top: 30px;
    vertical-align: top;
}

.about_text_1 {
    font: 300 21px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #ffffff;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}
.about_title01 {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #222a37;
    text-align: center;
}
.about_text01 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #222a37;
    text-align: center;
}
.about-icon {
    background-color: #fdd120;
    border: 1px solid #222A37;
    color: #222A37;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 3.25rem;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
}
.timeline {
   	list-style: none; 
   	padding: 0; 
	position: relative;
}
.timeline:before {
  	top: 0; bottom: 0; 
	position: absolute; 
	content: ""; 
	width: 2px; 
	background-color: #F05F40; 
	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: #F05F40; 
	color: white;
  	border-radius: 100%; 
	border: 2px solid #F05F40; 
	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 {
  	font-weight:300; 
	color:#212529; 
	font-size:25px; 
	text-transform:lowercase; 
	font-family: 'Montserrat', sans-serif;
}
.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:#F05F40; 
		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;
  }
}
.icon-road {
    font-size: 43px; 
	line-height: 13px; 
	border-radius: 48%; 
	position: absolute; 
	left: -3px; 
	width: 22px; 
	text-align: center; 
	height: 22px; 
	color: #F05F40; 
    padding-left: 0px; 
	padding-top: 0px;
}
.color-green {
    color: #F05F40 !important;
}

.how_works_title{
    color: #F05F40;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font: 500 55px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    text-transform: lowercase;
}

.action-box {
    padding: 50px 0;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-color: #222;
}
.action-box-quote {
    font-family:'Amaranth', sans-serif;
    font-size: 55px;
    font-weight: 500;
    color: #222a37;
    text-align: center;
    text-transform: lowercase;
}
.img_video {
    color: #222a37;
    font-size: 90px;
    padding-right: 20px;
}

.img_facebook1 {
    color: #ffffff; 
	background-color:#3b5998;
	font-size: 21px; 
	line-height: 40px; 
	text-align: center;
	margin-right: 5px; 
	border-radius: 50%; 
	width:40px; 
	height:40px;
    transition: 0.2s opacity;
}
.img_twitter1 {
    color: #ffffff; 
	background-color:#55acee;
	font-size: 21px; 
	line-height: 40px; 
	text-align: center;
	margin-right: 5px; 
	border-radius: 50%; 
	width:40px; 
	height:40px;
    transition: 0.2s opacity; 
}
.img_linkedin1 {
    color: #ffffff; 
	background-color:#007bb5;
	font-size: 21px; 
	line-height: 40px; 
	text-align: center;
	margin-right: 5px; 
	border-radius: 50%; 
	width:40px; 
	height:40px;
    transition: 0.2s opacity; 
}
.img_youtube1{
    color: #ffffff; 
	background-color:#ff0000;
	font-size: 21px; 
	line-height: 40px; 
	text-align: center;
	margin-right: 5px; 
	border-radius: 50%; 
	width:40px; 
	height:40px;
    transition: 0.2s opacity; 
}
.img_instagram1{
    color: #ffffff; 
	background-color:#e95950;
	font-size: 21px; 
	line-height: 40px; 
	text-align: center;
	margin-right: 5px; 
	border-radius: 50%; 
	width:40px; height:40px;
        transition: 0.2s opacity;
}

.footer_variant_grey {
	background-color: #212529;
	padding-top: 5rem;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: calc(10rem - 56px);
	overflow: hidden; 
	text-align: center; 
}
.footer-navigation-links {
        color:#757575; 
	font-weight:300; 
	font-family: 'Raleway', sans-serif; 
	font-size:15px;
}

.contact_sp{
	padding-top:30px;
}

.contact01 {
        position: relative;
}

.contact01-content {
        padding-left: 50px; 
}
.contact01 .contact01-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;	
	font-size: 30px;
	border-radius: 0%;	
}

.contact01 .contact01-icon1 {
       position: absolute;
       left: 0;
       top: 0;
       width: 50px;
       height: 50px;
       line-height: 50px;
       text-align: center;
       border: 1px solid #F05F40;
       color: #F05F40;	
       font-size: 50px;
       border-radius: 50%;	
}
.contact01_text{
       color: #ffffff;
       font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
       font-size: 17px;
       font-weight: 300; 
       padding-top:10px;		
}
.bg_contact {
	padding-top: 5rem;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: calc(10rem - 56px);
        background-color: #660347;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-attachment: scroll;
        background-attachment: fixed;
}

.contact-title { 
	color: #ffffff;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 10px;
        font: 500 55px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        line-height: 1;
        letter-spacing: 0px;
        text-align: center;
        padding-top: 30px;
	padding-bottom:30px;
        text-transform: lowercase;
}

.contact-text { 
	font: 300 17px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	text-transform: none; 
	color: #ffffff; 
	line-height: 26px; 
	padding-bottom: 50px; 
	padding-top: 30px;
}

.contact-subtitle {
        font: 300 25px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	text-transform: none;	
	color: #ffffff;	
	line-height: 26px;	
	padding-bottom: 30px;
        padding-top: 50px; 
	font-weight:700;
}

.contact_1_text {
       font: 300 17px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
       text-transform: none;
       color: #6c757d;
       line-height: 36px;
}

.btn-contact{ 
	background-color: #F05F40;
        border-radius: 2px;
        color: #ffffff;
        border: 1px solid #F05F40;
        font-size: 23px;
        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: 100px;
        padding-right: 100px;
        margin-top: 30px;
}

.btn-contact:hover{ 
	color: #ffffff; 
	border: 1px solid #F05F40; 
	background: #F05F40; 
}
.btn-default_02 {
    color: #ffffff;
    border: 3px solid #ffffff;
    font-size: 21px;
    text-transform: lowercase;
    font-weight: 500;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
    padding-left: 40px;
    padding-right: 40px;
}
.btn-default_02:hover{ 
	color: #ffffff; 
	border: 3px solid #222a37; 
	background: #222a37; 
}

.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: 3px;
	margin: 1px; 
	text-indent: -999px; 
	cursor: pointer; 
	background-color: #ffffff; 
	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: 'Amaranth', sans-serif; 
	font-size: 60px; 
	font-weight:500; 
	color:#ffffff; 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px; 
	text-transform:uppercase;
}

.carousel_subtitle{
	font-family: 'Caveat'; 
	font-size: 60px; 
	font-weight:500; 
	color:#ffffff; 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
}

.testimonials_box {
	padding-top: 10rem;
        padding-bottom: calc(10rem - 56px);
        background-image: url(/assets/portaldigital/templates/EN/business01/bg_counter.jpg);
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-attachment: scroll;
        background-attachment: fixed;
}
.carousel_title1{
	font-family: 'Amaranth', sans-serif; 
	font-size: 33px; 
	font-weight:400; 
	color:#ffffff; 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px; 
	text-transform:uppercase;
}
.testimonials_author {
   	font-family: 'Caveat'; 
	font-size: 25px; 
	font-weight: 400; 
	color: #ffffff; 
	text-align: center;
}
.testimonials_city {
    font-family: 'Amaranth', sans-serif; 
	font-size: 21px; 
	font-weight: 400; 
	color: #ffffff; 
	text-align: center; 
	font-style: italic;
}
.img_quote {
    color: #62d5ca;
    font-size: 50px;
    padding-right: 10px;
    padding-left: 10px;
}
.work_title01 {
    color: #222a37;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font: 100 45px 'Amaranth', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: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: 34px; 
    padding: 6px 12px; 
    font-size: 16px; 
    line-height: 1.42857143; 
    color: #666666;
    background-color: #ffffff; 
    background-image: none; 
    border: 0px solid #ffffff; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); 
    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: 2px;
}

section#contact .form-group textarea.form-control2 {
    height: 218px;
}

section#contact .form-group input.form-control2 {
    height: auto;
}

section#contact .form-group input, section#contact .form-group2 textarea {
    padding: 20px;
}

.form-control2 {
    display: block; 
    width: 100%; 
    height: 130px; 
    padding: 6px 12px; 
    font-size: 16px; 
    line-height: 1.42857143; 
    color: #666666;
    background-color: #ffffff; 
    background-image: none; 
    border: 0px 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: 2px;
}
.footer-navigation-links {
    color:#FFFFFF; 
	font-weight:300; 
	font-family: 'Raleway', sans-serif; 
	font-size:15px;
}

ul.f-social {
    padding: 30px 0 0; 
	width: 165px; 
	height: 30px; 
	float: right;
}
.img_facebook {
    color: #f05408; 
	font-size: 19px; 
	padding-right: 5px; 
	padding-left:10px;
}
.img_twitter {
    color: #f05408; 
	font-size: 19px; 
	padding-right: 5px;
}
.img_linkedin {
    color: #f05408; 
	font-size: 19px; 
	padding-right: 5px;
}
.img_youtube{
    color: #f05408; 
	font-size: 19px; 
	padding-right: 5px;
}
.img_instagram{
    color: #f05408; 
	font-size: 19px; 
	padding-right: 5px;
}
.footer_text{
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 17px; 
	font-weight:300; 
	color:#ffffff; 
	text-align:center; 
	padding-left:30px; 
}

.scroll-to-top {
    position: fixed; 
	background: #f05408; 
	bottom: 60px; 
	right: 60px; 
	z-index: 104400; 
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1); 
	border-radius: 0px; 
	padding: 2px;
	color: rgba(255, 255, 255, 0.5); 
	height: 60px; 
	width: 60px;
	line-height: 60px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.img-arrow-up {
	color: #ffffff; 
	font-size:15px;
}
.main_text_01 {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    color: #888888;
}

.site-logo_01 {
    width: 180px;
    height: 39px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.header-logo1 {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 70px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}

.cookiealert-text {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 14px;
}

.bg_terms {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 70px;
}

.terms_text {
    font: 300 17px 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    color: #6c757d;
    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;
}
/****************************************************/

/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
  .s-header {
    width: 100%;
    height: 96px;
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 500;
}
/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}

.header-logo a {
    display: block;
    margin: 9px 0 0 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
    background: #62D5CA;
    color: rgba(255, 255, 255, 0.25);
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    height: 100%;
    width: 280px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}

.header-nav a, .header-nav a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: white;
}

.header-nav h3 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: -0.9rem;
    color: #F05F40;
}

.header-nav p {
    margin-bottom: 2.7rem;
}

.header-nav__content {
    position: relative;
    left: 50px;
    opacity: 0;
    visibility: hidden;
}

.header-nav__list {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    margin: 3.6rem 0 3rem 0;
    padding: 0 0 1.8rem 0;
    list-style: none; 
	text-transform:lowercase; 
	font-weight:300;
}

.header-nav__list li {
    padding-left: 0;
    line-height: 2.5rem;
}

.header-nav__list a,
.header-nav__list a:visited {
    color: #FFFFFF;
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin:0px;
    font-size: 17px;
}

.header-nav__social li {
    margin-right: 0px;    
	margin: 3.6rem 0 3rem 0;
    padding: 0 0 0 0;
    display: inline-block;
}

.header-nav__social li a {
    color: rgba(255, 255, 255, 0.15);
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: white;
}

.header-nav__social li:last-child {
    margin: 0;
}

.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 0px;
    background-color: #f05408;
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: #ffffff;
    z-index: 800;
}

.header-nav__close span::before, 
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}
/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
    position: fixed;
    right: 38px;
    top: 24px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #39b54a;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-toggle.opaque {
    background-color: #000000;
}

.header-menu-toggle.opaque .header-menu-text {
    background-color: #000000;
}

.header-menu-toggle:hover, .header-menu-toggle:focus {
    color: #FFFFFF;
}

.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}

.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before, .header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

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

.header-menu-icon::after {
    bottom: -9px;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
    .s-header {
        height: 90px;
    }
    .header-logo {
        left: 30px;
    }
    .header-menu-toggle {
        right: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .header-menu-text {
        display: none;
    }
}

/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}
.home-social {
    font-family: "montserrat-regular", sans-serif;
    list-style: none;
    margin: 0 10px 10px 0;
    position: absolute;
    top: 40%;
    right: 2.4rem;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.home-social i {
    font-size: 14px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: calc(33px - 4px);
    border: 2px solid #FFFFFF;
    border-radius: 50%; 
	margin-bottom:20px;
	color:#FFFFFF;
}

.home-social i:hover {
    border: 2px solid #F05F40;
    color:#F05F40;
}

.img-arrow {
   color:#FFFFFF;
   font-size:45px;
   padding-top:20px;
}

header.masthead01 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image:url(/assets/portaldigital/templates/EN/business01/bg_head04.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:center;
  	line-height: 1.6;
  	font-family: 'Amaranth', sans-serif;
  	font-weight: 500;
	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: 40vh;
    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;
  }
}

.bg_contact_1 {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 70px;
    padding-bottom: 70px;  
}

.contact_1_button  {
    color: #222a37;
    border: 3px solid #222a37;
    font-size: 21px;
    text-transform: lowercase;
    font-weight: 500;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent;
    padding-left: 40px;
    padding-right: 40px;
}
.contact_1_button:hover{ 
	color: #ffffff; 
	border: 3px solid #222a37; 
	background: #222a37; 
}

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

@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: 55px; }
        .bg_services { 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; }  

}

@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_services { 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; }
        .carousel_title1{ font-size: 23px; } 

        .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;}
        .bg_contact_1 { padding-left: 2%; padding-right: 2%; padding-top: 3rem; padding-bottom: 3rem; }
}

@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_services { 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; }
        .carousel_title1{ font-size: 23px; } 

        .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;}
        .bg_contact_1 { padding-left: 2%; padding-right: 2%; padding-top: 3rem;
                    padding-bottom: 3rem; }
}
.empty_9182 {}

