@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior:smooth;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
/* RFS CSS
 * --------------------------------------- */
 /* Fonts */

 /*font-family: 'Gotu', sans-serif;
 font-family: 'Michroma', sans-serif;*/

body{
	font-family: 'Michroma', sans-serif;
	color: #333;
	color: rgba(0,0,0,0.5);
}
h1 {
	color: #ffffff;
	font-family: 'Michroma', sans-serif;
	font-size: 30px;
	font-weight: 900;
}
h3 {
	color: #ffffff;
	font-family: 'Michroma', sans-serif;
	font-size: 25px;
	font-weight: 400;
}
p {
	color: #666666;
	font-family: 'Gotu', sans-serif;
	font-size: 15px;
	font-weight: 200;
}
img {
	 max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
button {
	font-family: 'Michroma', sans-serif;
	color: #fff;
}
/*------------Slider------------*/

.RFS_slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100vw;
}

.RFS_slider-container h1 {
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	position: relative;
	text-align: center;
	text-shadow: 5px 2px 8px rgba(0, 0, 0, 0.8);
	z-index: 100;
}

.RFS_slider-container::after {
	background-color: #000;
	content: '';
	position: absolute;
	opacity: 0.2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.RFS_slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	transform: scale(1.10);
	transition: opacity 1.8s ease;
}

.RFS_slide.active {
	animation: grow 6s linear forwards;
	opacity: 1;
}
.containerTxt {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 65%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}
.textbox {
	opacity: 0;
	transform: scale(1);
	transition: opacity 1.8s ease;
	z-index: 1;
}

.textbox.active {
	animation: textox 6s linear forwards;
	opacity: 1;
}

@keyframes grow {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	10%, 20% {
		opacity: 1;
	}
	80%, 90% {
		opacity: 1;
		transform: scale(1.08);
	}
	90%, 100% {
		opacity: 0;
		transform: scale(1.10);
	}
}
@keyframes textox {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}
	10%, 20% {
		opacity: 1;
	}
	
	80%, 90% {
		opacity: 1;
	}
	90%, 100% {
		opacity: 0;
		transform: scale(1);
	}
}

/* ------------- Buttons --------------- */
.boxBtn {
	background-color: transparent;
	border: 2px solid rgba(255,255,255,0.7);
	bottom: 15%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 200;
	left: 50%;
	letter-spacing: 3px;
	max-width: 200px;
	padding: 20px;
	cursor: pointer;
	position: absolute;
	text-align: center;
	transition: 0.3s;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}
.boxBtn:hover {
	background-color: rgba(255,255,255,0.4);
}
/* ------------- Scrolldown animation ------------ */
.box, .box2{
	position: absolute;
	bottom: 45px;
	left: 50%;
	z-index: 99999;
}

.box span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}
.box2 span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.box span:nth-child(2), .box2 span:nth-child(2)
{
	animation-delay: -0.2s;
}

.box span:nth-child(3), .box2 span:nth-child(3)
{
	animation-delay: -0.4s;
}

@keyframes animate{
	
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}
/* Custom CSS
 * --------------------------------------- */
.navBar {
	background-color: rgba(255, 255, 255, 0.9);
 	left: 0;
 	height: 60px;
 	position: fixed;
 	right: 0;
 	top: 0;
 	width: 100%;
 	z-index: 3;
 }
.phone {
 	float: right;
 	padding: 35px;
 }
.phone p {
	color: #ffffff;
}
.RFS_logo {
	background-image: url(../images/RFS_logo.png);
	background-size: 169px 60px;
	height: 60px;
	left: 0;
	margin-left: 20px;
	position: absolute;
	width: 169px;
}
#menu {
	display: block;
	float: right;
	font-family: 'Michroma', sans-serif;
	font-size: 12px;
}
#menu li.active a{
	color: #000000;
}
#menu li a,
#menu li.active a{
	display:block;
}
#menu li {
	border-radius: 2px;
	display: inline-block;
}
#menu li a{
	color: #666666;
	padding: 21px;

  	text-decoration: none;
  
  	display: inline-block;
  	position: relative;
}
#menu li.active{
	background: none repeat scroll 0 0 transparent;
	border-bottom: 3px solid #e36322;
  	bottom: 0;
	height: auto;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
#menu li.active a:hover{
	color: #000;
}
#menu li a:hover{
	color: #000000;
}
#menu li a:after {    
	background: none repeat scroll 0 0 transparent;
	border-radius: 2px;
	bottom: -3px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	background: #e36322;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
#menu li a:hover:after { 
	color: #000000;
  	width: 100%; 
  	left: 0; 	
}
.flag {
	box-sizing: border-box;
    height: 129px;
    left: 50%;
    max-width: 180px;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0%);
    width: 100%;
    z-index: 2;
}
.flag span {
	border-radius: 0 0 20px 20px;
    box-sizing: border-box;
    float: left;
    height: 85px;
    margin: 0 2px;
    width: 30px;
}
#Gray {background-color: #414042;}
#DarkRed {background-color: #8c1819;}
#Red {background-color: #c52918;}
#HotOrange {background-color: #e36322;}
#Orange {background-color: #f68828;}

@media only screen and (max-width: 1200px) {
  #menu { display:none }
}

/* ---------- Language ----------- */
.Language1 {
	box-sizing: border-box;
	background-color: #212121;
	float: left;
	position: relative;
	width: 50%;
	text-align:center;
}
.Language2 {
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 1);
	float: left;
	position: relative;
	width: 50%;
	text-align:center;
}
.LanguageLink  {
	display: contents;
}
.Language1 h1 {
	color: #ffffff !important;
}
.Language2 h1 {
	color: #414042 !important;
}

/* ----------- Mobile Menu Collapse ------------- */
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.menuCollapse {
	color: #212121;
	float: right;
	padding: 10px 20px;
}
body.overlay {
  height: 100vh;
/*  overflow-y: hidden;*/
}

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.3s;
  z-index: 999;
}

.overlay-content {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.overlay a {
  padding: 20px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 5px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #deab30;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
}
@media only screen and (max-width: 1200px) {
  .mobile {
  	display: block;
  }
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/* ------------ Who We Are ----------------*/
.intro {
	box-sizing: border-box;
	left: 50%;
	max-width: 800px;
	padding: 0 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width:100%;

}
.intro h1 {
	color: #666666;
	font-size: 80px;
}
.intro h3 {
	color: #e36322;
	font-size: 16px;
	margin-top: 35px;
}
.intro a {
	color: #e36322;
	font-size: 16px;
	margin-top: 35px;
	text-decoration: none;
}
.intro a:hover {
	color: #000;
}
.intro p {
	text-align: left;
}
.intro p:first-child {
	margin-top: 30px;
	text-align: left;
}
/* ------------ Services --------------*/
.intro2 {
	left: 50%;
	max-width: 800px;
	position: absolute;
	text-align: center;
	top: 100px;
	transform: translate(-50%, 0);
	width:100%;

}
.intro2 h1 {
	color: #666666;
	font-size: 35px;
}
.intro2 h3 {
	color: #e36322;
	font-size: 16px;
	margin-top: 35px;
}
.intro2 p {
	text-align: left;
}
.intro2 p:first-child {
	margin-top: 30px;
	text-align: left;
}
.backShape1 {
	background-image: url(../images/halfTriangle2.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100% 15%;
}
.ServCont {
	display: table;
    margin-top: 100px;
    margin-bottom: 100px;
	position: relative;
	width: 100%;
}
.ServCont li {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	float: left;
	height:400px;
	justify-content: center;
	list-style: none;
	position: relative;
	width: 33.33%;
}
.ServCont li a {
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	height: 70px;
	justify-content: center;
	transition:all .8s ease;
	width: 300px;
}
.ServCont li a:hover {
/*	background-color: rgba(0, 0, 0, 0.6);*/
	width: 300px;

}
.ServCont li a h1 {
	display:block;
	font-size: 16px;
	text-shadow: 2px 2px rgba(0, 0, 0, 1.0);
}
.ServCont li a p {
	display:none;
}
.ServCont li a:hover h1 {
	display:none;
	opacity: 0;
}
.ServCont li a:hover p {
	color: #fff;
	display:block;
	font-family: 'Michroma', sans-serif;
	opacity: 1;
}
.textCont {
	position:relative;
	text-align: center;
	width:100%;
	z-index: 2;
	-webkit-filter: blur(0) !important; /* Safari 6.0 - 9.0 */
	filter: blur(0) !important;

}
.ServCont li a .window {
	border-radius: 50px;
    display: block;
    height: 70px;
    opacity: 0.5;
    overflow: hidden;
    position: absolute !important;
    top: 50%;
    transform: translate(0, -50%);
    width: 300px;
    -webkit-filter: blur(4px); /* Safari 6.0 - 9.0 */
	filter: blur(4px);
	transition:all .6s ease;
}
.ServCont li a:hover .window {
	opacity: 1;
    height: 300px;
    width: 300px;
}
.ServCont li a .blurProd {
    box-sizing: border-box;
    display: block;
    height: 400px;
    position: absolute !important;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    -webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
	filter: blur(2px);
	transition:all .8s ease;
}
.ServCont li a:hover .blurProd {
    -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
	filter: blur(3px);
}
/* ---------- Blur Dark Services Img -------- */
#VM_D {
	background-image: url(../images/Voicemail_Prod_Dark.jpg);
	background-size: cover;
	background-position: center;
}
#RBT_D {
	background-image: url(../images/Ringback_Prod_Dark.jpg);
	background-size: cover;
	background-position: center;
}
#OM_D {
	background-image: url(../images/Omni_Prod_Dark.jpg);
	background-size: cover;
	background-position: center;
}
#MCA_D {
	background-image: url(../images/Missed_Prod_Dark.jpg);
	background-size: cover;
	background-position: center;
}
#MLI_D {
	background-image: url(../images/IVR_Prod_Dark.jpg);
	background-size: cover;
	background-position: center;
}
#NM_D {
	background-image: url(../images/Notify_Prod_Dark.jpg);
	background-size: cover;
	background-position: center;
}

/* ---------- Services Img -------- */
#VM {
	background-image: url(../images/Voicemail_Prod.jpg);
	background-size: cover;
    background-position: center;
}
#RBT {
	background-image: url(../images/Ringback_Prod.jpg);
	background-size: cover;
    background-position: center;
}
#OM {
	background-image: url(../images/Omni_Prod.jpg);
	background-size: cover;
    background-position: center;
}
#MCA {
	background-image: url(../images/Missed_Prod.jpg);
	background-size: cover;
    background-position: center;
}
#MLI {
	background-image: url(../images/IVR_Prod.jpg);
	background-size: cover;
    background-position: center;
}
#NM {
	background-image: url(../images/Notify_Prod.jpg);
	background-size: cover;
    background-position: center;
}

/* ----------- Modal ---------- */

.modal {
	position: fixed;
    z-index: 999999;
    color: black;
    left: 0;
    height: 100%;
    right: 0;
    animation: fade 0.3s ease;
    transition: all 0.3s;
}
.closeX {
  color: #000;
  line-height: 50px;
  font-size: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  z-index: 2;
  
}
@keyframes fade {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
/* -------- Modal styles -------- */
.modalCont {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	width: 100%;
}
.modalCont h1 {
	color: #414042;
    font-size: 35px;
    padding: 25px 0;
}
.modalCont h3 {
	color: #414042;
    font-size: 15px;
    padding: 25px 0;
}
.modalCont p {
    font-size: 15px;
}
.modalCont li {
	color: #414042;
	font-family: 'Gotu', sans-serif;
    font-size: 15px;
    font-weight: bold;
    list-style: disc;
    margin-left: 20px;
}
.modalCont li p {
	color: #666666;
    font-size: 15px;
}
.ProdImage {
	box-sizing: border-box;
	background-color: #212121;
	float: left;
	position: relative;
	width: 50%;
	text-align:center;
}
.ProdDesc {
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 1);
	float: left;
	padding: 25px 60px;
	position: relative;
	width: 50%;
}
.ContDesc {
	box-sizing: border-box;
	left: 50%;
	max-width: 800px;
	padding: 20px 60px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.ProdOptions {
	margin-top: 20px;
	padding: 15px 0;
}
.ProdOptions li {
	display: block;
	list-style: none;
	margin-bottom: 10px;
}
.ProdOptions li a {
	text-decoration: none;
}
.ProdOptions li a:hover {
	text-decoration: none;
}
.regBut {
	color: #414042;
	font-family: 'Michroma', sans-serif;
	font-size: 20px;
}
.Contact {
	color: #e36322;
	font-family: 'Michroma', sans-serif;
	font-size: 20px;
}
/* ------------ Product and services contents --------------- */
.ProfCont {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	width: 100%;
}
.ProfCont h1 {
	color: #414042;
    font-size: 35px;
        line-height: 25px;
    padding: 25px 0 0 0;
}
.ProfCont h2 {
	color: #414042;
    font-size: 30px;
    padding: 0px 0 25px 0;
}
.ProfCont h3 {
	color: #414042;
    font-size: 15px;
    padding: 25px 0;
}
.ProfCont p {
    font-size: 15px;
}
.ProfCont ul {
    margin: 20px 0;
}
.ProfCont li {
	color: #414042;
	font-family: 'Gotu', sans-serif;
    font-size: 15px;
    font-weight: bold;
    list-style: disc;
    margin-left: 20px;
}
.ProfCont li p {
	color: #666666;
    font-size: 15px;
}
.ProfImage {
	box-sizing: border-box;
	background-color: #212121;
	float: left;
	position: relative;
	width: 50%;
	text-align:center;
}
.ProfDesc {
	box-sizing: border-box;
	float: left;
	padding: 25px 60px;
	position: relative;
	width: 50%;
}
.ContDesc2 {
	box-sizing: border-box;
	left: 50%;
	max-width: 800px;
	padding: 20px 60px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* ------------ Customers --------------- */
.customers{
	background-image: url(../images/RFS_Customer.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}
/******* Contact ********/
.row{margin-right:0;margin-left:0}
.row:before,.row:after{display:table;content:" "}
.row:after{clear:both}
.row:before,.row:after{display:table;content:" "}
.row:after{clear:both}

.rowCont {
    display: inline-block;
    margin: 20px auto 30px;
    width: 100%;
}
.rowCont2 {
    margin: 10px auto;
    position: relative;
    text-align: center;
    width: 100%;
}	
.ColCont {
    box-sizing: border-box;
    display: table-cell;
    padding:20px;
    position: relative;
    width: 50%;
}
.ColCont2 {
    box-sizing: border-box;
    display: table-cell;
    padding:20px;
    position: relative;
    width: 50%;
}
.prodConLeft {
    float: right;
    position: relative;
    text-align: right;
    top: 50%;
    width: 100%;
}
.prodConRight {
    float: left;
    position: relative;
    text-align: left;
    top: 50%;
    width: 100%;
}
/* Text inputs */
label.mindLab {
    display: block;
    color: #666666;
    font-size: 13px;
    text-align: left;
    width: 80%;
    float: right;
    padding: 5px 0;
}
label.mindLab2 {
    display: block;
    color: #666666;
    font-size: 13px;
    text-align: left;
    width: 80%;
    float: left;
    padding: 5px 0;
}
.Gform {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto 125px auto;
  position: relative;
  width: 100%;
  z-index: 10;
}
.ContactInputs {
  background-color: #a1a1a1 !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px;
  color: #6b6a6a;
  outline: none;
  width: 80%;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 20px 0;
  padding: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ContactInputs:focus {
  background-color: #fff !important;
  border: 1px solid #29afff !important;
}
/****** Buttons ********/



.SubmitBtn2 {
  background-color: #f68828;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  margin: 0 auto;
  padding: 20px 10px;
  position: relative;
  width: 255px;
  transition: all 0.5s;
}

.SubmitBtn2.active,
.SubmitBtn2:hover {
  background-color: #000000;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
  color: #fff;
}
.SubmitBtn2:active {
  background-color: #000;
  color: #fff;
}

.SubmitBtn2.button-disabled {
	cursor: none;
	pointer-events: none; /* Esto asegura que el botón no sea clickeable mientras está deshabilitado */
  }



@media only screen and (max-width: 768px) {
  .Gform {
    margin: 0 auto 25px auto;
    padding: 25px 55px 25px 55px;
    top: -35px;
    width: 100%;
  }
  .ColCont {
    display: block;
    float: left;
    padding:30px 0 0 0;
    width: 100%;
  }
  .ColCont2 {
    display: block;
    float: left;
    padding:00;
    width: 100%;
  }
  .prodConLeft {
    float: none;
    text-align: center;
    width: 100%;
  }
  label.mindLab {
    float: none;
  }
  .ContactInputs {
      width: 100%;
    }
    .SubmitBtn2 {
      width: 100%;
    }
}
/********* Footer **********/
#footer {
    position:absolute;
    height: auto;
    display:block;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index:9;
    text-align:center;
    color: #f2f2f2;
}


#footer {
    bottom:0px;
}
.FootCont {
    height: 35px; 
    margin: 0 auto;
    max-width: 500px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.SocialCont {
    float: left;
    width: 33.33%;
}
#facebook {
    background-image: url(../images/facebook.png);
    background-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    margin: 0 auto;
    opacity: 0.3;
    width: 35px;
}
#ig {
    background-image: url(../images/ig.png);
    background-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    margin: 0 auto;
    opacity: 0.3;
    width: 35px;
}
#linkedin {
    background-image: url(../images/linkedin.png);
    background-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    margin: 0 auto;
    opacity: 0.3;
    width: 35px;
}

#twitter:hover, #facebook:hover, #ig:hover, #linkedin:hover, #messenger:hover {
    opacity: 1;
    transition: opacity 1s;
}
.whiteFoot {
	background-color: rgba(255, 255, 255, 0.8);
}
.RFS_Disclaimer {
	display: flex;
	margin: 0 auto;
	width: 700px;
}
.DisclaimerLogo {
	background-image: url(../images/RFS_logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 141px 50px;
	height: 65px;
	width: 200px;
}
.FootDisclaimer {
	color: #838383;
	font-size: 13px;
	padding: 20px;
	width:500px;
}
.FootDisclaimer2 {
	color: #838383;
	display: none;
	font-size: 13px;
	padding: 20px;
	width:500px;
}

/* ------------ Media Query ---------- */
@media only screen and (max-width: 2350px) {

	.customers{
		background-image: url(../images/RFS_Customer.jpg);
	    background-position: center;
	    background-attachment: fixed;
	    background-size: cover;
	    height: 100%;
	}
@media only screen and (max-width: 1300px) {
	.ServCont {
		display: table;
	    margin-top: 100px;
	    margin-bottom: 200px;
	}
	.ServCont li {
		height:350px;
		width: 50%;
	}
	.ServCont li a .blurProd {
	    height: 350px;
	}
	.backShape1 {
		background-size: 100% 12%;
	}
	
}
@media only screen and (max-width: 1000px) {
	.ContDesc2 {
		padding: 0;
	}
	.ProfCont {
		display: grid;
	}
	.ProfImage {
		box-sizing: border-box;
		background-color: #212121;
		float: left;
		height: 600px;
		position: relative;
		width: 100%;
		text-align:center;
	}
	.ProfDesc {
		box-sizing: border-box;
		float: left;
		height: auto;
		padding: 25px 60px;
		position: relative;
		width: 100%;
		margin-bottom: 80px;
	}
	.ContDesc2 {
		left: 0;
		max-width: 100%;
		padding: 0;
		position: relative;
		top: 0;
		transform: translate(0, 0);
		width: 100%;
	}
	.backShape1 {
		background-image: none;
	}
	.customers{
		background-image: url(../images/RFS_Customer2.jpg);
	}
	.modalCont {
		background-color: #ffffff;
		bottom: 0;
		box-sizing: border-box;
		display: inline-block;
		height: 100%;
		left: 0;
		overflow: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	.modalCont h1 {
	    font-size: 35px;
	    line-height: 35px;
	}
	.modalCont h3 {
	    font-size: 20px;
	}
	.modalCont p {
	    font-size: 18px;
	    line-height: 27px;
	}
	.modalCont li {
	    font-size: 18px;
	}
	.modalCont li p {
	    font-size: 18px;
	}
	.ProdImage {
		float: none;
		height: 100%;
		max-height: 500px;
		width: 100%;
	}
	.ProdDesc {
		display: flex;
		float: none;
		padding: 30px 60px;
		width: 100%;
	}
	.ContDesc {
		box-sizing: border-box;
		left: 0;
		max-width: 900px;
		padding: 0;
		position: relative;
		top: 0;
		transform: translate(0, 0);
		width: 100%;
	}
	.closeX {
	  color: #fff;
	}
}
@media only screen and (max-width: 768px) {
	.ServCont li {
		height:450px;
		width: 100%;
	}
	.ServCont li a .blurProd {
	    height: 450px;
	}

	.RFS_Disclaimer {
		width: 100%;
	}
	.DisclaimerLogo {
		display: none;
	}
	.FootDisclaimer {
		display: none;
		width:100%;
	}
	.FootDisclaimer2 {
		display: block;
		width:100%;
	}
	
	.intro h1 {
		font-size: 60px;
	}
	.intro h3 {
		font-size: 25px;
	}
	.intro a {
		font-size: 25px;
	}
	.intro p {
		font-size: 20px;
		line-height: 35px;
	}
	.intro p:first-child {
		font-size: 20px;
	}
	.RFS_slider-container {
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		position: relative;
		height: 100vh;
		width: 100vw;
	}

	.RFS_slider-container h1 {
		color: #fff;
		font-size: 40px;
		line-height: 40px;
		position: relative;
		text-align: center;
		text-shadow: 5px 2px 8px rgba(0, 0, 0, 0.8);
		z-index: 100;
	}

	.RFS_slider-container::after {
		background-color: #000;
		content: '';
		position: absolute;
		opacity: 0.2;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.RFS_slide {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		height: 100%;
		width: 100%;
		transform: scale(1.10);
		transition: opacity 1.8s ease;
	}

	.RFS_slide.active {
		animation: grow 6s linear forwards;
		opacity: 1;
	}
	.containerTxt {
		left: 50%;
		position: absolute;
		text-align: center;
		top: 65%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 1;
	}
	.textbox {
		opacity: 0;
		transform: scale(0.9);
		transition: opacity 1.8s ease;
		z-index: 1;
	}

	.textbox.active {
		animation: textox 6s linear forwards;
		opacity: 1;
	}

	@keyframes grow {
		0% {
			opacity: 0;
			transform: scale(1);
		}
		10%, 20% {
			opacity: 1;
		}
		80%, 90% {
			opacity: 1;
			transform: scale(1.08);
		}
		90%, 100% {
			opacity: 0;
			transform: scale(1.10);
		}
	}
	@keyframes textox {
		0% {
			opacity: 0;
			transform: scale(0.8);
		}
		10%, 20% {
			opacity: 1;
		}
		
		80%, 90% {
			opacity: 1;
		}
		90%, 100% {
			opacity: 0;
			transform: scale(1);
		}
	}
}