<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.fr-type-vimeo .fr-content {
    width: 90%!important;
    height: 80%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  color: #555!important;
  font-size: 16px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 3px;
  text-transform: unset;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #555;
  background: #fff;
  padding: 0 17px;
  color: #242424;
  font-size: 18px!important;
}
textarea {
  padding: 12px 17px;
  border-radius: 10px;
  min-height: 120px;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  font-style: normal;
   color: #fff;
  background-color: #E52421;
  border: solid 1px #E52421;
  border-radius: 700px;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #E52421;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  font-style: normal;
  background: #000;
  border: solid 1px #000;
  border-radius: 700px;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.btn-layout:hover,
.btn-layout:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff ;
  text-decoration: none;
}
.red-btn-layout {
  color: #fff;
  background-color: #E52421;
  border: solid 1px #E52421;
}
.red-btn-layout:hover,
.red-btn-layout:focus {
  color: #E52421;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.white-btn-layout {
  color: #000;
  background-color: #fff;
  border: solid 1px #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}
.hollow-btn-layout {
  color: #000;
  background-color: transparent;
  border: solid 1px #000;
}
.hollow-btn-layout:hover,
.hollow-btn-layout:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  text-decoration: none;
}
.red-btn-layout.hollow-btn-layout {
  color: #E52421;
  background-color: transparent;
  border: solid 1px #E52421;
}
.red-btn-layout.hollow-btn-layout:hover,
.red-btn-layout.hollow-btn-layout:focus {
  color: #fff;
  background-color: #E52421;
  border-color: #E52421;
  text-decoration: none;
}
.white-btn-layout.hollow-btn-layout {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
}
.white-btn-layout.hollow-btn-layout:hover,
.white-btn-layout.hollow-btn-layout:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}

/*=========================================== ABOUT SECTION ==============================================*/
.about-section {
  position: relative;
  text-align: center;
  padding: 80px 0;
}
.about-section p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.94px;
  letter-spacing: 0;
}
.about-section:before,
.about-section:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33%;
  background-repeat: no-repeat;
}

.about-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.about-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.about-section h2.h1-style {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.26px;
  text-align: center;
}
.about-section h2.h1-style::after {
    content: "";
    display: block;
    max-width: 630px; /* Ajuste a largura conforme necessário */
    height: 2px; /* Espessura da linha */
    background-color: red; /* Cor da linha */
    margin: 20px auto 0;
     /* Distância da linha em relação ao texto */
     /* Centraliza a linha */
}
.about-section.story h2.h1-style {
	display: inline-block;
}
.about-section.story h2.h1-style::after {
	width: 100%;
}
.about-section.story h2.story.h1-style::after {
    content: none;
}

.about-section.story {
	padding: 80px 0 40px;
	border-bottom: solid 2px #ccc;
}

.about-section .icon {
  display: block;
  font-size: 35px;
}
.about-section h3:after {
  content: '';
  display: block;
  width: 42px;
  height: 2px;
  background: #F9C626;
  margin: 20px auto 0;
}
.about-section .col-lg-4 {
  --bs-gutter-x: 40px;
}

.about-section.heading-left {
	text-align: left;
}
@media (min-width: 991px) {
	.about-section.heading-left .container {
		display: flex;
		gap: 20px;
	}
	.about-section.heading-left .container h2 {
		/* border-bottom: solid 2px #E52421; */
		text-align: left;
		min-width: 360px;
	}
	.about-section.heading-left .container .text {
		
	}
}

@media (max-width: 1200px) {
	.about-section:before,
	.about-section:after {
		opacity: .2
	}
}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.about-section:before,
	.about-section:after {
		background-size: 90px;
	}
}

.about-section.story .row {
	padding-top: 35px;
    display: flex;
    align-items: center; 
}

/*=========================================== NEWS SECTION ==============================================*/
.news-section {
  position: relative;
  padding: 50px 0;
}
.news-section .container-fluid {
  opacity: 0;
}
.news-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.news-section .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
.news-section .container-fluid .left {
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 40px
}
.news-section .container-fluid .slider-wrapper {
 width: calc(100% - 270px); 
}
.news-section h2.h1-style {
  margin: 0 0;
}
.news-section .custom-nav {
  margin: 0 0;
}
.news-section .custom-nav li {
  font-size: 24px;
}
.news-section .custom-nav li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}
.news-section .slick-list {
  margin: 0 -5px
}
.news-section .slick-slide {
  padding: 0 5px;
}
.news-section .item {
  display: flex;
  justify-content: center;
  position: relative;
  height: 224px;
}
.news-section .item .bnn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.news-section .item .bnn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
  transition: all .3s ease;
}
.news-section .item:hover .bnn img {
  opacity: .2;
}
.news-section .item .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 15px 10px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-section .item .info h3 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 5px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.news-section .container-fluid {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.news-section .container-fluid .left {
		margin: 0 0 30px
	}
	.news-section .container-fluid .left,
	.news-section .container-fluid .slider-wrapper {
		width: 100%;
		text-align: center;
		align-items: center;
		gap: 20px;
	}
	.news-section .item {
		height: 334px;
	}
}

/*=========================================== GALLERY SECTION ==============================================*/
.gallery-section {
  border-top: solid 2px #F2f2f2;
  border-bottom: solid 2px #F2f2f2;
  position: relative;
  padding: 80px 0;
}
.gallery-section.portfolio-gal {
	padding: 10px;
	border-top:none;
}
.gallery-section.portfolio-gal .main-gallery {
	max-width: 100%;
}
.gallery-section.portfolio-gal .container-fluid {
	--bs-gutter-x: 2px;
}
.gallery-section .container-fluid {
  opacity: 0;
}
.gallery-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.main-gallery {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	max-width: 1310px;
	margin: 0 auto;
}
.main-gallery &gt; div {
	width: calc(33.3333% - 10px);
}
.main-gallery .item {
	display: block;
	position: relative;
	padding-bottom: 100%;
}
.main-gallery .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
	.main-gallery &gt; div {
		width: calc(50% - 10px);
	}
}
@media (max-width: 768px) {
	.main-gallery &gt; div {
		width: 100%;
	}
}

.gallery-section h2{
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.26px;
  text-align: center;
}
.gallery-section h2.h1-style::after {
    content: "";
    display: block;
    width: 280px; /* Ajuste a largura conforme necessário */
    height: 2px; /* Espessura da linha */
    background-color: red; /* Cor da linha */
    margin: 20px auto 0;
}
 
/*=========================================== SERVICES SECTION ==============================================*/
.services-grid {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin: 0 auto;
}
.services-grid &gt; div {
	width: calc(33.3333% - 10px);
}
.services-grid .item {
	display: block;
	position: relative;
}
.services-grid .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 991px) {
	.services-grid &gt; div {
		width: calc(50% - 10px);
	}
}
@media (max-width: 768px) {
	.services-grid &gt; div {
		width: 100%;
	}
}

/*=========================================== ESTIMATE SECTION ==============================================*/
.estimate-section {
  overflow: hidden;
  position: relative;
  color: #242424;
  text-align: center;
  border-top: solid 2px #F2F2F2;
  padding: 59px 0;
}
.estimate-section .parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 100%), url(../img/service-header.jpg) lightgray 50% / cover no-repeat;
}
.estimate-section .container {
  opacity: 0;
}
.estimate-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.estimate-section h2.h1-style {
  color: #242424;
  margin: 0 0 24px
}
.estimate-section h2.h1-style .icon {
  color: #242424;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 83.333% */
  margin: 0 0 24px
}
.estimate-section p,
.estimate-section p big {
  font-size: 24px;
  font-weight: 400;
  color: #242424;
  margin: 0 0 24px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}

/*=========================================== CTA like home ==============================================*/
.cta {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #002263;
  padding: 28px 15px 38px;
  margin: 0 0 45px;
}
.cta .icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  color: #D4AF37;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
}
.cta h3 {
  color: #4A4A4A;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.cta .tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 2px 15px;
  border-radius: 3px;
  background: #4A4A4A;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.cta.cta-transparent {
  background: transparent;
  border-color: #D4AF37;
}
.cta.cta-transparent .icon {
  color: #FFF;
}
.cta.cta-transparent h3 {
  color: #FFF;
}
.cta.cta-transparent .tag {
  background: #69C;
}
@media (max-width: 768px) {
	.cta h3 { font-size: 14px }
	.cta .tag { font-size: 12px }
}

/*=========================================== LEFT RIGHT SECTION ==============================================*/
.left-right-section {
    color: #fff;
}
.left-right-section.story {
	max-width: 1520px;
    margin: 0 auto;
}
.details{
  /* height:732px; */
}

.left-right-section .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
@media (min-width: 992px) {
	.left-right-section .item:after {
	  content: '';
	  width: 2px;
	  height: 100%;
	  position: absolute;
	  left: 50%;
	  margin-left: -1px
	}
}
.left-right-section .item:nth-child(even) { flex-direction: row-reverse }
.left-right-section.ready .bnn {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.left-right-section.ready .item:nth-child(even) .bnn {
  animation: fadeInLeft 1.2s both;
}
.left-right-section .bnn {
  display: block;
  position: relative;
  width: 50%;
  min-height: 473px;
}
.left-right-section .bnn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-right-section .info {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  position: relative;
  padding: 15px 5vw 30px;
}
.left-right-section .info .bnn { display: none; }
.left-right-section .item:nth-child(even) .info {
  border-left:none;
}
.left-right-section.ready .info {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.left-right-section.ready .item:nth-child(even) .info {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.left-right-section .info .icon {
	color: #F9C626;
    display: block;
    font-size: 35px;
}
.left-right-section .info h2 {
  /* color: #0000; */
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0;
}

.left-right-section.story .info h2 {
	color: #000;
	text-align: center;
  font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.left-right-section .info h2 span {
  color: #F9C626;
}
.left-right-section .info h2:after {
  content: '';
  display: block;
  width: 42px;
  height: 2px;
  background: #F9C626;
  margin: 20px 0 0;
}
.left-right-section .info p {
	margin: 0 0 20px;
	color: #000;
    font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
	.left-right-section .info,
	.left-right-section .cta-video {
		width: 100%;
	}
	.left-right-section .info { padding: 50px 10vw 30px; }
    .left-right-section .info p {
        padding-top: 20px;
    }
	.left-right-section .bnn {
		width: 100%;
		min-height: 500px;
		padding-bottom: 52%;
        display: none;
	}
    .left-right-section .info .bnn {
        width: 100%;
        min-height: 500px;
        padding-bottom: 52%;
        display: block;
    }
}

.left-right-section .info{
  padding: 40px 30px;
}

.left-right-section.story .info{
  padding: 60px 55px;
}


.left-right-section .info .icon{
 font-size:18px;
 color:#000;
}
.left-right-section .item .bnn{
  /* max-height: 453px; */
}

.left-right-section .item {
 flex-direction: row-reverse;
 background: #FFF;
}

.left-right-section .item:nth-child(even) {
	flex-direction: row;
}

.left-right-section .item:after{
        content: none;
} 

.left-right-section .info h2:after {
  content:none;
}

.left-right-section .item:first-of-type {
    border-top: 2px solid #F2F2F2;
}

.left-right-section .item:last-of-type {
	border-bottom: 2px solid #F2F2F2;
}

.left-right-section.story .item:first-of-type {
    border-top: 2px solid #e42721;
}

.left-right-section.story .item:last-of-type {
	border-bottom: 2px solid #e42721;
}

.left-right-section.portfolio .item:first-of-type {
    border-top: 2px solid #F2F2F2;
}

.left-right-section.portfolio .item:last-of-type {
	border-bottom: 2px solid #F2F2F2;
}


.left-right-section.details  .info  {
  /* justify-content: normal; */
}

.left-right-section.details .info{
  padding: 60px 40px 30px;
}
.service-details-info {
	padding: 80px 0;
}
.service-details-info .container,
.service-details-info .container .row {
	--bs-gutter-x: 60px;
}
.service-details-info .col-lg-6:first-child {
	border-right: solid 1px #ccc
}
.service-details-info h2.h1-style {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.26px;
  text-align: center;
}
.service-details-info h2.h1-style::after {
    content: "";
    display: block;
    max-width: 120px; /* Ajuste a largura conforme necessário */
    height: 2px; /* Espessura da linha */
    background-color: red; /* Cor da linha */
	margin: 20px auto 0;
}

.service-details-info p {
	color: #000;
  font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.left-right-section.story h3{
  margin:0;
}

.portfolio{
}

.portfolio .item{
}

.left-right-section.portfolio h2.h1-style{
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/*=========================================== SERVICES SECTION ==============================================*/
.services-section {
  background: #FFFF;
  position: relative;
  padding: 15px 0;
}
.services-section .container,
.services-section .container-fluid {
  opacity: 0;
}
.services-section.ready .container,
.services-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.services-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.services-section h2.h1-style {
  /* color: #fff; */
  /* margin: 19px 0; */
  margin-bottom: 0;
}
.services-section h2.h1-style span {
  /* color: #fff; */
}
.services-section .custom-nav {
  /* margin: 19px 0; */
  
}
.services-section .custom-nav li {
  font-size: 24px;
}
.services-section .custom-nav li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}
.services-section .custom-nav li a:not(:hover, :focus) {
  color: #e42521;
}
.services-section .slick-list {
  margin: 0 -5px
}
.services-section .slick-slide {
  padding: 0 5px;
}
.services-section .item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 550px;
}
.services-section .item .bnn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.services-section .item .bnn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
  transition: all .3s ease;
}
.services-section .item:hover .bnn img {
  opacity: .2;
}
.services-section .item h2 {
  /* position: absolute; */
  z-index: 2;
  margin-top: auto;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;

}
.services-section .item h2 span {
  display: block;
  /* color: #F9C626; */
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .services-section .item {
    height: 394px;
  }
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer-area {
	background: url(../img/textLine.svg) no-repeat center top;
	padding-top: 13px;
	position: relative;
	--bs-gutter-x: 0;
	overflow: hidden;
}
.footer-area:before,
.footer-area:after {
	content: '';
	position: absolute;
	width: 50%;
	top: .555999em;
	border-top: solid 2px #e52421;
}
.footer-area:before {
	right: calc(50% + 9px);
}
.footer-area:after {
	left: calc(50% + 9px);
}
.footer {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.footer-area .video-container iframe {
	width: 100%;
	height: 100%;
}

.footer .social-nav {
	margin: 0 0 60px
}
.footer .social-nav li {
	font-size: 28px;
}
.footer .social-nav li:not(:last-child) { margin-right: 20px; padding-top: 15px; }
.footer .social-nav li .fa-brands { vertical-align: baseline }
.footer p {
	font-size: 16px;
	color: #fff;
}
.footer p .fa-light {
	margin-bottom: 20px;
}
.footer .footer-nav {
	margin: 0 0 40px;
}
.footer .footer-nav li {
	padding: 0;
	color: #fff;
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 400;
  font-family: "Montserrat", sans-serif;
  
}

.footer img{
  padding-bottom:29px
}
.footer .footer-nav li:not(:last-child) {
	margin-right: 2vw;
}

.footer a {
	color: #e42521;
}
.footer a:hover {
	color: #666666;
}
.footer p {
  color:#666666;
}
.footer .btns-nav a.btn-layout {
  font-weight: 600;
  color: #333;
  border-color: #fff;
  background-color: #fff;
}
.footer .btns-nav li a.btn-layout {
    min-width: 215px;
}
.footer .btns-nav li {
	padding: 0 10px;
	margin-bottom: 30px;
}


.footer .container {
  opacity: 0;
}
.footer.ready .container {
  opacity: 1;
  animation: fadeInDown 1.2s both;
}

@media (max-width: 1590px) {

}
@media screen and (max-width: 991px) {
	.footer .btns-nav li {
		width: 48%;
	}
}

@media screen and (max-width: 768px) {
	.footer-area .video-container iframe {
	width: 100%;
	height: 420px;
}
  .footer li:not(:last-child) {
	margin-right: 15px;	
  }
  .footer .footer-nav li:not(:last-child) {
	margin-right: 0;
  }
	 .footer .footer-nav li {
	 display: block;
	 font-size: 18px;
	 margin: 0 0 20px;
	}
   .footer .footer-nav li a {
	 margin: 0;
   }
  .btn-layout {
    font-size: 14px;
    padding: 13px 19px;
    width: 200px;
  }
  h1, .h1-style {
    font-size: 38px;
  }
  h2,
  .footer h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 14px;
  }
  p, li, td, th, label {
    font-size: 16px;
    letter-spacing: 0;line-height: 22px;
  }
}
@media screen and (max-width: 528px) {

  
   
}
.about-us-ul{
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 22px;
}</pre></body></html>