
/* 1.3 Fields */

.tooltip-inner {
	z-index: 99999999999999999999999999999999;
	display: none;
}

.tooltip .arrow {
	display: none;
}

input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  /*font-size: 1.125em;*/
  /*border-radius: 0.75em;*/
  /*color: #3d3d3d;
  background-color: #fffffe;*/
  /*border:0;
  border-bottom: 1px solid #dadada;
  border-radius: 0;*/
  padding:0em 0 0em 0;
  height:2.5em;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  height: 7em;
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #ee2907;
  border-right-width: 1;
  outline: 0;
}


input::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a7a7a7;
}

input::-webkit-input-placeholder {
  color: #a7a7a7;
}

textarea::-moz-placeholder{
  color: #a7a7a7;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #a7a7a7;
}

textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}


input.input-round{
  border-radius: 30px;
  background-color: #fff;
  padding:0.1em 1.5em 0.2em 1.5em;
  height: 3.2em;
  border:1px solid transparent;
}

input.input-round:focus{
  border-color: #425cbb;
}

textarea.input-round{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.input-group-btn{
  font-size:inherit;
  height: 100%;
}


.input-group .btn{
  position: relative;
  width:3.75em;
  border-radius: 0 30px 30px 0;
  height: 3.6rem;
  padding: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
  text-align: center;
}

.input-group .btn .icon-arrow-right{
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  margin-left: -0.3rem;
}

.form-group{
  margin-bottom: 2.5em;
}

.mc-label .fa{
  font-size: 1.2em;
  margin-right: 0.2em;
  color:#425cbb;
}

input.error{
  border-color: #425cbb;
}

.mc-label,
label.error{
  font-size: 0.8em;
  font-weight: 400;
  margin: 0.5em 0 0 0;
  font-style: italic;
  color: #747474;
}


.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
}
/* ****************** */
#nconta {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-top: 50px;
}
#nconta ul {
	width: 80%;
	margin-left: 10%;
	height: auto;
	display: block;
	float: left;
}
#nconta ul li {
	float: left;
	width: 50%;
	text-align: center;
}
#nconta ul li h1 {
	color: white;
	font-size: 1em;
}

a {
	text-decoration: none !important;
}

h2, .ts-h2 {
    font-weight: 100;
    font-size: 2rem;
	font-style: normal;
}
.txtab {
	color: #0d0a35;
	font-size: 1.1em;
	font-style: normal !important;
	font-weight: 200 !important;
}
/* GENERAL BUTTON STYLING */
.btn-1,
.btn-1::after {
  -webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
  -o-transition: all 0.7s;
	transition: all 0.7s;
}

.btn-1 {
  background: none;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
 position: relative;
  float: right;
/*  height: 45px;
  width: 150px;*/
  /*margin: 10px 7px;*/
  /*font-size: .9em;*/
  font-weight: bold;
  /*margin: 1em auto;*/
  padding: 1em 3em;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  /*border: 1px solid #050335;*/
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  z-index: 1;
  cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  width: 100%;
  /*min-height: 80px;*/
  max-height: 80px;
}

.btn-1::before,
.btn-1::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn-1:hover {
  color: #0e0c37;
}
/* BUTTON 1 */
.btn-1::after {
  height: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.btn-1:hover:after {
  height: 100%;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
	#nconta {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-top: 50px;
}
#nconta ul {
	width: 100%;
	margin-left: 0%;
	height: auto;
	display: block;
	float: left;
}
#nconta ul li {
	float: left;
	width: 100%;
	text-align: center;
}

}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
}

/* **************** */
#top {
	width: 96% !important;
	/*max-height: 70% ;*/
	/*height: 100%;*/
	float: left;
	display: block;
	position: relative;
	overflow: hidden !important;
	background-color: #070534;
}
.cuadtop1 {
	height: auto;
	display: block;
	overflow: hidden;
	text-align: left;
	position: relative;
	z-index: 999999999 !important;
	padding-left: 5%;
	padding-top: 3%;
	width: 100%;
	margin-left: 0px!important;
	display: block;
	float: left;
}
.cuadtop1 h1{
	
	color: white !important;
	display: block;
	font-size: 2.7em !important;
	margin-top: 1em;
	width: 100%;
}
.cuadtop1 h1 i {
	font-style: normal;
	font-weight: 100;
	font-size: 1.7em;
}
.cuadtop2 {
	display: block;
	overflow: hidden;
	text-align: left;
	position: relative;
	z-index: 999999 !important;
	background: #070532;
	opacity: 1;
	width: 100% !important;
	height: 40% !important;
}
.cuadtop2 p{
	font-size: 1.1em;
	color: white;
	padding-top: 5% !important;
	padding-bottom: 5%;
	color: white;
	padding-left: 10%;
	padding-right: 10%;
	text-align: left;
	
}
/*.cuadtop2 button{
	font-size: 11px !important;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 10%;
	padding: 0.4em 2.7em;
}*/
Video {￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼
width: 100% !important;
height: 100%;
opacity: 0.7;
margin-top: 0px;
	display: block !important;
	/*position: relative;*/
	/*z-index: 9;*/
  /*max-height: 120vh;*/
  position: absolute;
  display: block;
  top: 0 !important;
  left: 0;
  /*opacity: 0.3;*/
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
/*.btn-1 {
  font-size: 8px !important;
}*/
#top {
	width: 100% !important;
	z-index: 1 !important;
}


.cuadtop1 h1 i {
	font-size: 1.1em;
}
.cuadtop1  img{
	width: 50%;
}



}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
}

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

#contcomdos {
	width: 100% !important;
	height: auto !important;
	display: block;
	/*min-height: 450px !important;*/
	position: relative;
	float: left;
}
.contcomdos {
	width: 100% !important;
	height: 250px !important;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	background: url('../img/2_home.jpg') no-repeat left top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

.contcomdos1 {
	width: 100% !important;
	height: auto !important;
	display: block;
	float: left;
	position: relative;
	background: #f5f5f5  no-repeat left top;
	/*overflow: hidden;*/
}
.gris {
	height: auto !important;
	width: 100%;
	display: block;
	/*padding-bottom: 10px;*/
	background:  left top no-repeat #f4f5f4;
}
.contcomdos1 h2{
	width: 80%;
	padding-left: 10% !important;
	padding-top: 5%;
	font-size: 2.7em !important;
}
.contcomdos1 p{
	width: 90%;
	padding-left: 10% !important;
	padding-top: 5%;
	font-size: 1.1em !important;
	margin-top: 3px !important;
	text-align: left;
}
/* GENERAL BUTTON STYLING */
.fill {
  color: #fff;
  background: none #070535;
  
  position: relative;
  float: right;
/*  height: 45px;
  width: 150px;*/
  /*margin: 10px 7px;*/
  /*font-size: .9em;*/
  font-weight: bold;
  /*margin: 1em auto;*/
  padding: 1em 3em;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  /*border: 1px solid #050335;*/
  border: none;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  z-index: 1;
  cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  width: 100%;
  max-height: 80px;
}

.fill:hover {
  color: white;
}

.fill:before {
  content: "";
  position: absolute;
  background: #283785 !important;
  /*border: 1px solid #f3f3f3 !important;*/
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.5s ease-in;
}

.fill:hover:before {
  top: 0;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
	





}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
}

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

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

#contcomtres {
	width: 100% !important;
	height: auto !important;
	display: block;
	position: relative;
	float: left !important;
	margin-top: 60px;
	background: #ffffff  no-repeat left top;
}
.contcomtres {
	width: 50% !important;
	height: 650px !important;
	display: none;
	float: left;
	position: relative;
	overflow: hidden;
	background: url('../img/3_home.jpg') no-repeat left top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

.contcomtresi {
	width: 50% !important;
	height: 400px !important;
	display: block;
	float: left;
	position: relative;
	/*overflow: hidden;*/
}
.contcomtresi h2{
	width: 100%;
	padding-left: 10% !important;
	padding-top: 5%;
	font-size: 3.3em !important;
}
.contcomtresi p{
	width: 80%;
	padding-left: 10% !important;
	padding-top: 5%;
	font-size: 1.3em !important;
}

.contcomtres1 {
	width: 100% !important;
	height: auto !important;
	display: block;
	float: left;
	position: relative;
	/*overflow: hidden;*/
}
.contcomtres1 h2{
	width: 90%;
	padding-left: 10% !important;
	/*margin-top: -10% ;*/
	font-size: 2.7em !important;
}
.contcomtres1 p{
	width: 90%;
	padding-left: 10% !important;
	margin-top: 30px !important;
	font-size: 1.1em !important;
	text-align: left;
}

/* On screens that are 992px or less, set the background color to blue */
/*@media screen and (max-width: 992px) {
#contcomtres {
	width: 100% !important;
	height: 300px !important;
}
.contcomtres {
	width: 100% !important;
	height: 400px !important;
	display: none;
}
.contcomtresi {
	width: 100% !important;
}
.contcomtresi h2{
	width: 100%;
	font-size: 2.7em !important;
}
.contcomtresi p{
	width: 100%;
	font-size: 1.3em !important;
}

.contcomtres1 {
	/*width: 100% !important;
	height: 240px !important;*!/
}
.contcomtres1 h2{
	width: 100% !important; 
	padding-top: 5%;
	font-size: 2.5em !important;
}
.contcomtres1 p{
	width: 90% !important;
	margin-top: 20px !important;
	font-size: 0.8em !important;
}

}*/
/* On screens that are 600px or less, set the background color to olive */
/*@media screen and (max-width: 600px) {
	.contcomtres1 {
	width: 100% !important;
	height: auto !important;
	float: left;
	display: block;
}
	.contcomtres1 h2{
	width: 100% !important; 
	padding-top: 5%;
	font-size: 1.5em !important;
}
	.contcomtres1 p{
	width: 100%;
	margin-top: 20px !important;
	font-size: 0.8em !important;
}
}*/

/* **************** */
#our {
	background: #ffffff  no-repeat left top;
	width: 100% !important;
	position: relative;
	display: block;
	/*height: 125px;*/
	float: left;
}
.our {
	width: 62.58% !important;
	height: auto; !important;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	position: relative;
	
	/*margin-top: -22px;
	padding-top: -22px;*/
}

.our h2{
	width: 100%;
	color: #070535 !important;
	padding-top: 2%;
	padding-bottom: 1%;
	font-size: 2.7em;
	text-align: center;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
	.our {
	width: 100% !important;
}


}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	
}

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

#imagenes {
	width: 100% !important;
	height: auto !important;
	display: block;
	/*min-height: 310px !important;*/
	position: relative;
	background-color: #070532;
	float: left;
}

.contimg {
	width: 100% !important;
	height: auto !important;
	display: block;
	position: relative;
	float: left;
}

.contimg h5{
	width: 100% !important;
	height: 100%;
	display: block;
	z-index: 999;
	color: white;
	vertical-align: middle;
	font-size: 1.5em;
	font-style: normal;
	/*padding-top: 1em;*/
	text-align: center;
	position: relative;
	float: left;
	line-height: 1.5em;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.contimg .imagen1 {
	width: 100% !important;
	height: 100% !important;
	display: block;
	background: url('../img/cons.jpg') no-repeat left top;
	/*border-right-width: 3px !important;
	border: 0px solid #dbdbdb;*/
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	opacity: 1 !important;
	cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
}

.contimg .imagen2 {
	width: 100% !important;
	height: 100% !important;
	display: block;
	position: relative;
	background: url('../img/industrial.jpg') no-repeat left top;
	/*border-right-width: 3px !important;*/
	/*border: 0px solid #dbdbdb;*/
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	opacity: 1 !important;
	cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
}

.contimg .imagen3 {
	width: 100% !important;
	height: 100% !important;
	display: block;
	position: relative;
	background: url('../img/country.jpg') no-repeat left top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	opacity: 1 !important;
	cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
}

.imagen1:hover {
  opacity: 0.5 !important;
}
.imagen2:hover {
  opacity: 0.5 !important;
}
.imagen3:hover {
  opacity: 0.5 !important;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
	


.contimg {
	height: 110px !important;
}

/*.contimg h5{
	font-size: 0.5em;
}*/


.contimg .imagen2 {
	width: 100% !important;
	height: 100% !important;
	display: block;
	position: relative;
	background: url('../img/industrial.jpg') no-repeat left top;
	/*border-right-width: 3px !important;
	border: 0px solid #dbdbdb;*/
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	opacity: 1 !important;
	cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
}

.contimg .imagen3 {
	width: 100% !important;
	height: 100% !important;
	display: block;
	position: relative;
	background: url('../img/country.jpg') no-repeat left top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	opacity: 1 !important;
	cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
}
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	/*.contimg h5{
	font-size: 10px !important;
}*/
}
/* **************** */



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

#domestic {
	width: 94% !important;
	height: auto!important;
	display: block;
	/*min-height: 320px !important;*/
	position: relative;
	background: #ffffff  no-repeat left top;
	float: left;
}
#made {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
	text-align: center;
}
#made img{
	width: 50%;
	height: auto;
	max-height: 360px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 10px;
	margin-left: 25%;
}

.domestic {
	width: 66.6% !important;
	height: 360px !important;
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	background-color: #f3f3f3;
}

.domestic h2{
	width: 90%;
	padding-left: 10% !important;
	padding-top: 5%;
	font-size: 2.7em;
}

.domestic p{
	width: 90%;
	padding-left: 10% !important;
	padding-top: 5%;
	text-align: left;
	font-size: 1.1em !important;
}

/* GENERAL BUTTON STYLING */
.filldos {
	
  color: #070535;
  border: 1px solid #070535;
  background: none ;
  position: relative;
  float: right;
/*  height: 45px;
  width: 150px;*/
  /*margin: 10px 7px;*/
  /*font-size: .9em;*/
  font-weight: bold;
  /*margin: 1em auto;*/
  padding: 1em 3em;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  /*border: 1px solid #050335;*/
  
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  z-index: 1;
  cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  width: 100%;
  max-height: 80px;
}

.filldos:hover {
  color: #fff;
}

.filldos:before {
 
	
  content: "";
  position: absolute;
  background: #070532 !important;
  border: 1px solid #070532 !important;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.5s ease-in;
}

.filldos:hover:before {
  top: 0;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
	#domestic {
	width: 100% !important;
	height: auto !important;
	float: left;
}

.domestic {
	width: 100% !important;
	height: auto !important;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f3f3f3;
}





}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	#domestic {
	width: 100% !important;
	height: auto !important;
}
	

/*.domestic {
	width: 100% !important;
	height: auto !important;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f3f3f3;
}*/
}

/* **************** */
#locations {
	width: 100% !important;
	/*max-height: 1000px !important;*/
	/*min-height: 650px !important;*/
	display: block;
	position: relative;
	background:  left top no-repeat #080633;
	/*margin-top: 0px;*/
	float: left;
}

#locations div h2 {
	padding-top: 70px !important;
	width: 40%;
	margin-left: 30%;
}

.mapita {
	margin-top: 50px !important;
	width: 75%;
	margin-left: 14%;
	/*width: 595px !important;*/
	/*height: 321px !important;*/
	overflow: hidden;
	display: block;
	/*margin-left: 31%;*/
}

.info-mapita {
	width: 100%;
	height: 130px !important;
	margin-top: 1%;
	text-align: center;
	display: inherit;
	color: white;
	font-weight: 100;
	font-size: 1em;
}
.info-mapita b{
	
	padding-left: 15px;
	font-weight: 100;
	text-transform: uppercase;
}

#cainfo {
	display: none;
}
#flinfo {
	display: none;
}
#scinfo {
	display: none;
}
#txinfo {
	display: none;
}
#txinfodos {
	display: none;
}
#txinfotres {
	display: none;
}
#ilinfo {
	display: none;
}
#painfo {
	display: none;
}
#Layer_1 {
	max-height: 600px;
	display: block;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
	.info-mapita {
	width: 100%;
	height: 30px !important;
	margin-top: 1%;
	text-align: center;
	display: inherit;
	color: white;
	font-weight: 100;
	font-size: 0.5em;
}
	#locations {
	width: 100% !important;
}

.mapita {
	margin-top: 50px !important;
	width: 95%;
	margin-left: 5%;
}
#locations div h2 {
	padding-top: 10px !important;
	margin-top: 10px;
	width: 100%;
	height: auto;
	margin-left: 0% !important;
}
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
}
/* **************** */

#contcom {
	width: 100% !important;
	height: auto !important;
	display: block;
	float: left;
	background: #ffffff  no-repeat left top;
	/*min-height: 350px !important;*/
	position: relative;
}
.contcom {
	width: 100% !important;
	height: 100px !important;
	display: block;
	float: left;
	position: relative;
	background: url('../img/4_home.jpg') no-repeat left top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}
.contcom1 {
	width: 100% !important;
	height: auto; !important;
	display: block;
	float: left;
	position: relative;
}

.contcom1 h2{
	width: 90%;
	padding-left: 10% !important;
	font-size: 2.7em;
	padding-top: 5%;
}
.contcom1 p{
	width: 90%;
	padding-left: 10% !important;
	padding-top: 10%;
	font-size: 1.1em !important;
	text-align: left;
	display: block;
}

/* GENERAL BUTTON STYLING */
.filltres {
 color: #fff;
  background: none #070535;
  border: none;
  display: block;
  position: relative;
  float: right;
/*  height: 45px;
  width: 150px;*/
  /*margin: 10px 7px;*/
  /*font-size: .9em;*/
  font-weight: bold;
  /*margin: 1em auto;*/
  padding: 1em 3em;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  /*border: 1px solid #050335;*/
  
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  z-index: 1;
  cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  width: 100%;
  max-height: 80px;
}

.filltres:hover {
  color: #ffffff;
}

.filltres:before {
  content: "";
  position: absolute;
  background: #293786 !important;
 /* border: 1px solid #f3f3f3 !important;*/
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.5s ease-in;
}

.filltres:hover:before {
  top: 0;
}

/* GENERAL BUTTON STYLING */
.filltresp {
  position: relative;
/*  height: 45px;
  width: 150px;*/
  /*margin: 10px 7px;*/
  /*font-size: .9em;*/
  font-weight: bold;
  /*margin: 1em auto;*/
  padding: 0.45em 3em;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  
  color: #fff;
  /*border: 1px solid #050335;*/
  border: none;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none #070535;
  z-index: 1;
  cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
}

.filltresp:hover {
  color: #ffffff;
}

.filltresp:before {
  content: "";
  position: absolute;
  background: #293786 !important;
 /* border: 1px solid #f3f3f3 !important;*/
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.5s ease-in;
}

.filltresp:hover:before {
  top: 0;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
	.filltresp {
  position: relative;
/*  height: 45px;
  width: 150px;*/
  /*margin: 10px 7px;*/
  /*font-size: .9em;*/
  font-weight: bold;
  /*margin: 1em auto;*/
  padding: 0.45em 3em;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  min-width: 195px;
		margin-top: 15px;
  color: #fff;
  /*border: 1px solid #050335;*/
  border: none;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none #070535;
  z-index: 1;
  cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
}



/* GENERAL BUTTON STYLING */

}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {

	


/* GENERAL BUTTON STYLING */

}

/* **************** */
.locations {
	color: white;
	position: absolute;
	height: 30px;
	display: block;
	margin-top: -35px;
	margin-bottom: 55px;
}
.locations ul li {
	width: auto;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	padding-right: 10px;
	font-style: normal;
	border: 1px solid #ffffff;
	
}
.locations ul li:first-child {
	padding-left: 10px;
}
/* *********************** */
#contact {
	width: 100% !important;
	height: auto !important;
	/*max-height: 200px !important;*/
	display: block;
	position: relative !important;
	float: left;
	/*overflow: hidden;*/
	background-color: white;
	/*margin-top: -22px;
	padding-top: -22px;*/
}
.conta {
	width: 100% !important;
	height: auto !important;
	/*max-height: 200px !important;*/
	display: block;
	position: relative;
	float: left;
	/*overflow: hidden;*/
	background-color: white;
	/*margin-top: -22px;
	padding-top: -22px;*/
}

.conta h2{
	display: block;
	color: #070532 !important;
	position: relative;
/*   top: 15%;*/
   /*height: 50%;*/
   width: 100%;
   font-size: 2.7em;
   margin-top: -30px;
text-align: center;
padding-bottom: 2% !important;
padding-top: 2%;
}

.contados {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	display: block;
	position: relative;
	float: left;
	background-color: #f3f3f3;
}
.contadosp {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	display: block;
	position: relative;
	float: left;
	background-color: #f3f3f3;
}
.contadosc {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	display: block;
	position: relative;
	float: left;
	background-color: #f3f3f3;
}
.contatres {
	width: 59%;
	margin-left: 19%;
	display: block;
	float: left;
	background-color: #f3f3f3;
	padding-top: 5%;
}
.lead {
	text-align: center;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 100;
	color: #070532;
	width: 90%;
	margin-left: 5%;
}

.required {
	/*width: 100px;*/
	float: left !important;
	font-size: 0.7em;
	font-weight: 600;
	padding-top: 1.3em;
	/*padding-left: 3em;*/
	color: #ee2a08 !important;
	margin-left: 15px;
}
.form-group input {
	/*border: none !important;*/
	border: 1px solid #d4d4d4;
	stroke: none !important;
	border-radius: 0px !important:
}

.contatres form {
	width: 60%;
	display: block;
	float: left;
}

.companycon {
	width: 30%;
	display: block;
	float: right;
	background-color: white;
	padding: 1em 2em 1em 2em;
	margin-top: 1.9em !important;
	border: 1px solid #cdd4d9;
}
.companycon p{
	font-size: 0.8em;
	font-weight: 200;
	font-style: normal;
}
.companycon p b {
	font-weight: 600;
}

/* GENERAL BUTTON STYLING */


.fillcuatro {
  position: relative;
  float: left;
/*  height: 45px;
  width: 150px;*/
  /*margin: 10px 7px;*/
  /*font-size: .9em;*/
  font-weight: bold;
  /*margin: 1em auto;*/
  padding: 1em 3em;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid #050335;
  border: none;
  text-transform: uppercase;
  border-radius: 0px !important;
  outline: 0;
  overflow:hidden;
  background: none #ee2a08 !important;
  z-index: 1;
  cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;

  border: none;
  float: right;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  max-height: 80px;
}

.fillcuatro:hover {
  color: #ffffff;
}

.fillcuatro:before {
  content: "";
  position: absolute;
  background: #070532 !important;
 /* border: 1px solid #f3f3f3 !important;*/
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.5s ease-in;
}

.fillcuatro:hover:before {
  top: 0;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {

.conta {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-top: 50px;
	float: left;
}



.contados {
	width: 100%;
}
.contadosp {
	width: 100%;
}
.contadosp {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	padding-top: 50px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	display: block;
	position: relative;
	float: left;
	background-color: #f3f3f3;
}
.contatres {
	width: 100%;
	height: auto !important;
	display: block;
	margin-left: 0px!important;
}


.contatres form {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	display: block;
}

.contatresp form {
	width: 100%;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 75px;
	display: block;
}

.companycon {
	width: 100%;
	height: auto !important;
	display: block;
	font-size: 0.8em !important;
	padding-left: 10px;
	padding-right: 10px;
}

.companycon p {
	width: 33%;
	float: left;
	text-align: center;
	/*height: 50px;*/
	display: block;
	padding-top: 20px;
	font-size: 0.8em !important;
}

/*.fillcuatro {
  padding: 1em 3em;
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid #050335;
  border: none;
  text-transform: uppercase;
  border-radius: 0px !important;
  outline: 0;
  overflow:hidden;
  background: none #ee2a08 !important;
  z-index: 1;
  cursor: pointer;
  transition:         0.5s ease-in;
  -o-transition:      0.5s ease-in;
  -ms-transition:     0.5s ease-in;
  -moz-transition:    0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
}*/
.required {
	/*width: 100px;*/
	float: left !important;
	font-size: 0.7em;
	font-weight: 600;
	padding-top: 1em;
	padding-left: 3em;
	color: #ee2a08 !important;
}

}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
}
/* *********************** */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999999999 !important;
    top: 0;
    right: 0;
    background-color: #f3f3f3;
    overflow-x: hidden;
	overflow: hidden;
    transition: 0.5s;
    padding-top: 10%;
}

.sidenav a {
    padding: 7px 7px 7px 52px;
    text-decoration: none;
    font-size: 1.7em;
    font-weight: 600;
    color: #2e29f3;
    display: block;
    transition: 0.3s;
	
}

.sidenav a:hover {
    color: #070532 !important;
}

.sidenav .closebtn {
    position: absolute;
    top: -25px;
    right: 25px;
    font-size: 4.5em;
	color: #ee2907;
    margin-left: 50px;
	font-weight: 100;
}

#main {
    transition: margin-left .5s;
	 z-index: 99999999 !important;
	width: 6%;
	text-align: center;
    /*padding: 16px;*/
	background-color: #f2f2f2;
	color: #0e0d39;
	position: fixed;
	right: 0;
	height: 100%;
	box-shadow: 0 3px 5px #b6b6b6;
}
#main p {
	color: #0e0d39;
	width: 100% !important;
	height: auto;
	/*height: 10% !important;*/
	display: block;
	background-color: white ;
	position: absolute;
/*	font-size: 2em;
	font-weight: 100 !important;*/
	top: 0;
	right: 0;
	/*padding-top: 30px !important;*/
	/*padding-bottom: 20px;*/
}
#main p img{
	color: #0e0d39;
	width: 100% !important;
	height: auto;
	/*height: 10% !important;*/
	display: block;
	background-color: white ;
	position: absolute;
/*	font-size: 2em;
	font-weight: 100 !important;*/
	top: 0;
	right: 0;
	/*padding-top: 30px !important;*/
	/*padding-bottom: 20px;*/
}
#maindos {
    transition: margin-left .5s;
	 z-index: 99999999 !important;
	width: 6%;
	text-align: center;
    /*padding: 16px;*/
	color: #0e0d39;
	position: fixed;
	right: 0;
	/*top: 90%;*/
	bottom: 0;
	height: 10.5%;
	/*box-shadow: 0 1px 3px #b6b6b6;*/
}
#maindos p {

}

#maindos p img{
	width: 100% !important;
	height: auto;
	/*height: 10% !important;*/
	display: block;
	background-color: white ;
/*	font-size: 2em;
	font-weight: 100 !important;*/
	bottom: 0;
	right: 0;
	/*padding-top: 30px !important;*/
	/*padding-bottom: 20px;*/
}
.contatresp form {
	width: 100%;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	display: block;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

button i {
	font-weight: 200 !important;
	font-style: normal !important;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {

#main {
	width: 10% !important;
	height: auto; !important;
    transition: margin-left .5s;
	 z-index: 99999999 !important;
	background-color: rgba(255, 255, 255, 0) !important;
}


#main p img{
	width: 100% !important;
	height: auto;
	/*height: 10% !important;*/
	display: block;
	background-color: white ;
	position: absolute;
/*	font-size: 2em;
	font-weight: 100 !important;*/
	top: 0;
	right: 0;
	/*padding-top: 30px !important;*/
	/*padding-bottom: 20px;*/
}


#maindos p img{
	display: none !important;
}
.sidenav {
	
}
.sidenav a {font-size: 1.7em; padding-left: 20px!important;
}
.sidenav .closebtn {
    position: absolute;
    top: -25px;
    right: 3px;
    font-size: 2.5em;
	color: #ee2907;
    margin-left: 0px !important;
	font-weight: 100;
}
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
}

/* ******************************************** */
/*
.topuno {
	width: 50% !important;
	height: 50% !important;
	display: block;
	position: absolute;
	top: 5% !important;
	left: 10% !important;
}
.topuno img {
	padding-bottom: 20px;
}

.topuno h1 {
	font-weight: 600 !important;
	font-size: 41px;
}

.topuno h1 i {
	font-weight: 100 !important;
	font-style: normal;
	font-size: 71px;
}*/

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

/*.bgh {
	width: 47% !important;
	height: 50% !important;
	display: block;
	position: absolute;
	background-color: #0b0835;
	bottom: 0 !important;
	left: 0 !important;
	padding: 5%;
	opacity: 0.96;
}

.bgh h3 {
	font-weight: 100 !important;
	font-style: normal !important;
	font-size: 25px;
}*/

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

/*.cajagris {
	background-color: #f3f3f3;
	max-width: 94% !important;
}

.botonsp {
	width: 100%;
	background-color: white;
	position: relative !important;
	
}*/

/* ******************************************** */
/*
.pinfo {
	/*background-color: #f3f3f3;*!/
	margin-left: 0px !important;
	position: relative;
}
.txtab {
	color: #0d0a35;
	font-size: 1.5em;
	font-style: normal !important;
	font-weight: 200 !important;
}*/

/* ******************************************** */
/*.cuadro {
	background-color: #f3f3f3; 
	width: 100% !important; 
	display: block;
	position: relative !important;
	
}

.botcuad {
	margin-top: 300px; 
	font-weight:200; 
	right: 0 !important;
	position: relative;
	float: right !important;
}*/



/* Footer */
/*#ts-footes {
	
	width: 100% !important;
	position: absolute;
}*/


/*----------------------------------------------------------------------------------------------------------------------
Project:	    StartUps
Version:        1.0.0

Default Color   #ff6a6a;

Body copy:		'Roboto', sans-serif; 15px;
Headers:		'Roboto', sans-serif;

----------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------
[Table of contents]

A. Basic Styling
  -- Styling

B. Helpers
  -- Animations
  -- Borders
  -- Colors
  -- Column Count
  -- Transitions
  -- Background
  -- Headings
  -- Height
  -- Margin
  -- No Gutter
  -- Opacity
  -- Overflow
  -- Padding
  -- Position
  -- Shadow
  -- Shape Mask
  -- Typography
  -- Title
  -- Transitions
  -- Utilities
  -- Width
  -- Z-Index

C. Components
  -- Block
  -- Blockquote
  -- Box
  -- Buttons
  -- Card
  -- Circle
  -- Forms
  -- Inputs
  -- Item
  -- List
  -- Map
  -- Hero
  -- Navbar
  -- Page
  -- Partners
  -- Plugins
  -- Price Box
  -- Progress
  -- Promo Numbers
  -- Select
  -- Slider
  -- Tabs

D. Plugins Styles
  -- Magnific Popup
  -- Owl Carousel

E. Template Specific Elements
  -- Price Box
  -- Other
  -- Story


----------------------------------------------------------------------------------------------------------------------*/

/***********************************************************************************************************************
A. Basic Styling
***********************************************************************************************************************/

/*-------------------------------------------
  -- Styling - Colors, Font Size, Font Family
-------------------------------------------*/

/*body {
    color: #191919;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: .9375rem;
    margin: 0;
    padding: 0;
}

html {
    font-size: 80%;
}

h1, .ts-h1 {
    font-weight: 500;
    font-size: 2.5rem;
}

h2, .ts-h2 {
    font-weight: 100;
    font-size: 2rem;
}

h3, .ts-h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
	color: #080633 !important;
}

h4, .ts-h4 {
    font-weight: 500;
    margin-bottom: 1.875rem;
}

h5, .ts-h5 {
    font-size: 1rem;
    font-weight: 600;
}

h6, .ts-h6 {
    font-size: .9375rem;
}*/

/* NEW */

/***********************************************************************************************************************
B. Helpers
***********************************************************************************************************************/

/*-------------------------------------------
  -- Animations
-------------------------------------------*/

[data-animate] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: .6s;
    animation-timing-function: ease;
}

/* Fade In Up */

@keyframes ts-fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInUp {
    animation-name: ts-fadeInUp;
}

/* Fade In Down */

@keyframes ts-fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInDown {
    animation-name: ts-fadeInDown;
}

/* Fade In Left */

@keyframes ts-fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInLeft {
    animation-name: ts-fadeInLeft;
}

/* Fade In Right */

@keyframes ts-fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInRight {
    animation-name: ts-fadeInRight;
}

/* Zoom In */

@keyframes ts-zoomIn {
    from {
        opacity: 0;
        transform: scale(.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomIn {
    animation-name: ts-zoomIn;
}

/* Zoom Out In */

@keyframes ts-zoomOutIn {
    from {
        opacity: 0;
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomOutIn {
    animation-name: ts-zoomOutIn;
}

/* Zoom In Short */

@keyframes ts-zoomInShort {
    from {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ts-zoomInShort {
    animation-name: ts-zoomInShort;
}

/*-------------------------------------------
  -- Borders
-------------------------------------------*/

/*.ts-border-radius__sm {
    border-radius: .125rem;
    overflow: hidden;
}

.ts-border-radius__md {
    border-radius: .25rem;
    overflow: hidden;
}

.ts-border-radius__lg {
    border-radius: .5rem;
    overflow: hidden;
}

.ts-border-radius__xl {
    border-radius: .75rem;
    overflow: hidden;
}

.ts-border-radius__pill {
    border-radius: 6.25rem !important;
    overflow: hidden;
}

.ts-border-radius__round-shape {
    border-radius: 187.5rem;
    overflow: hidden;
}

.ts-border-none {
    border: none;
}

.ts-border-bottom {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
}

.ts-font-color__white {
    color: #fff;
}

.ts-font-color__black {
    color: #000;
}

.ts-font-color__primary {
    color: #3a79f9;
}*/

/*-------------------------------------------
  -- Background
-------------------------------------------*/

/*[data-bg-image] {
    background-size: cover;
    background-position: 50%;
}

.ts-background {
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.ts-background .ts-background {
    height: 100%;
    width: 100%;
}

.ts-background-repeat {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-repeat .ts-background-image {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-image, .ts-img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.ts-background-image img, .ts-img-into-bg img {
    display: none;
}

.ts-background-original-size {
    background-size: inherit;
}

.ts-background-size-cover {
    background-size: cover;
}

.ts-background-size-contain {
    background-size: contain;
}

.ts-background-repeat-x {
    background-repeat: repeat-x;
}

.ts-background-repeat-y {
    background-repeat: repeat-y;
}

.ts-background-repeat-repeat {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-position-top {
    background-position: top;
}

.ts-background-position-center {
    background-position: center;
}

.ts-background-position-bottom {
    background-position: bottom;
}

.ts-background-position-left {
    background-position-x: left !important;
}

.ts-background-position-right {
    background-position-x: right !important;
}

.ts-background-particles {
    height: 120%;
    left: 0;
    margin-left: -10%;
    margin-top: -10%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: 1;
}

.ts-background-is-dark {
    color: #fff;
}

.ts-background-is-dark .form-control {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .2);
}

.ts-background-is-dark .form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .4);
}

.ts-background-is-dark .ts-btn-border-muted {
    border-color: rgba(255, 255, 255, .1);
}

.ts-video-bg {
    height: 100%;
}

.ts-video-bg .fluid-width-video-wrapper {
    height: 100%;
}*/

/*-------------------------------------------
  -- Height
-------------------------------------------*/
/*
.ts-height__50px {
    height: 3.125rem;
}

.ts-height__100px {
    height: 6.25rem;
}

.ts-height__150px {
    height: 9.375rem;
}

.ts-height__200px {
    height: 12.5rem;
}

.ts-height__250px {
    height: 15.625rem;
}

.ts-height__300px {
    height: 18.75rem;
}

.ts-height__350px {
    height: 21.875rem;
}

.ts-height__400px {
    height: 25rem;
}

.ts-height__450px {
    height: 28.125rem;
}

.ts-height__500px {
    height: 31.25rem;
}

.ts-height__600px {
    height: 37.5rem;
}

.ts-height__700px {
    height: 43.75rem;
}

.ts-height__800px {
    height: 50rem;
}

.ts-height__900px {
    height: 56.25rem;
}

.ts-height__1000px {
    height: 62.5rem;
}*/

/*-------------------------------------------
  -- Margin
-------------------------------------------*/

/*.ts-mt__0 {
    margin-top: 0 !important;
}

.ts-mr__0 {
    margin-right: 0 !important;
}

.ts-mb__0 {
    margin-bottom: 0 !important;
}

.ts-ml__0 {
    margin-left: 0 !important;
}*/

/*-------------------------------------------
  -- No Gutters - Removes padding from col*
-------------------------------------------*/

/*.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}*/

/*-------------------------------------------
  -- Opacity
-------------------------------------------*/

/*.ts-opacity__5 {
    opacity: .05;
}

.ts-opacity__10 {
    opacity: .1;
}

.ts-opacity__20 {
    opacity: .2;
}

.ts-opacity__30 {
    opacity: .3;
}

.ts-opacity__40 {
    opacity: .4;
}

.ts-opacity__50 {
    opacity: .5;
}

.ts-opacity__60 {
    opacity: .6;
}

.ts-opacity__70 {
    opacity: .7;
}

.ts-opacity__80 {
    opacity: .8;
}

.ts-opacity__90 {
    opacity: .9;
}*/

/*-------------------------------------------
  -- Overflow
-------------------------------------------*/

/*.ts-overflow__hidden {
    overflow: hidden;
}

.ts-overflow__visible {
    overflow: visible;
}*/

/*-------------------------------------------
  -- Padding
-------------------------------------------*/
/*
.ts-pt__0 {
    padding-top: 0 !important;
}

.ts-pr__0 {
    padding-right: 0 !important;
}

.ts-pb__0 {
    padding-bottom: 0 !important;
}

.ts-pl__0 {
    padding-left: 0 !important;
}*/

/*-------------------------------------------
  -- Position
-------------------------------------------*/

/* Top */

/*.ts-top__0 {
    top: 0%;
}

.ts-top__50 {
    top: 50%;
}

.ts-top__100 {
    top: 100%;
}*/

/* Right */
/*
.ts-right__0 {
    right: 0%;
}

.ts-right__50 {
    right: 50%;
}

.ts-right__100 {
    right: 100%;
}

.ts-right__inherit {
    right: inherit;
}*/

/* Bottom */

/*.ts-bottom__0 {
    bottom: 0%;
}

.ts-bottom__50 {
    bottom: 50%;
}

.ts-bottom__100 {
    bottom: 100%;
}*/

/* Left */

/*.ts-left__0 {
    left: 0%;
}

.ts-left__50 {
    left: 50%;
}

.ts-left__100 {
    left: 100%;
}

.ts-left__inherit {
    left: inherit;
}

.ts-push-left__100 {
    transform: translateX(100%);
}*/

/*-------------------------------------------
  -- Shadow
-------------------------------------------*/

/*.ts-shadow__sm {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.ts-shadow__md {
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
}

.ts-shadow__lg {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
}

.ts-shadow__none {
    box-shadow: none !important;
}*/

/*-------------------------------------------
  -- Typography
-------------------------------------------*/

/*a {
    color: #3a79f9;
    transition: .3s ease;
}

a:hover {
    color: rgb(7, 84, 237);
    text-decoration: none;
}

p {
    line-height: 1.6875rem;
    margin-bottom: 1.875rem;
    color: rgba(0, 0, 0, .5);
}

.ts-font-weight__normal {
    font-weight: normal;
}

.ts-font-weight__light {
    font-weight: lighter;
}

.ts-font-weight__bold {
    font-weight: bold;
}

.ts-text-small {
    font-size: .8125rem !important;
}

.ts-xs-text-center {
}*/

/*-------------------------------------------
  -- Title
-------------------------------------------*/

/*.ts-title {
}

.ts-title h5 {
    font-weight: normal;
    opacity: .5;
}*/

/*-------------------------------------------
  -- Utilities
-------------------------------------------*/

/*.ts-element {
    position: relative;
}

/* Social Icons *!/

.ts-social-icons {
    font-size: 120%;
}

.ts-social-icons a {
    padding: .125rem .25rem;
    color: #9e9e9e;
}*/

/* Overlay */

/*.ts-has-overlay {
    position: relative;
}

.ts-has-overlay:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/

/* Flip x */
/*
.ts-flip-x {
    transform: scaleY(-1);
}*/

/* Flip Y */

/*.ts-flip-y {
    transform: scaleX(-1);
}

.ts-video-bg {
    height: 100%;
}

.ts-video-bg .fluid-width-video-wrapper {
    height: 100%;
}

.ts-video-bg iframe {
    border: 0;
    height: 100%;
    width: 100%;
}*/

/*-------------------------------------------
  -- Width
-------------------------------------------*/
/*
.ts-width__10px {
    width: .625rem;
}

.ts-width__20px {
    width: 1.25rem;
}

.ts-width__30px {
    width: 1.875rem;
}

.ts-width__40px {
    width: 2.5rem;
}

.ts-width__50px {
    width: 3.125rem;
}

.ts-width__100px {
    width: 6.25rem;
}

.ts-width__200px {
    width: 12.5rem;
}

.ts-width__300px {
    width: 18.75rem;
}

.ts-width__400px {
    width: 25rem;
}

.ts-width__500px {
    width: 31.25rem;
}

.ts-width__inherit {
    width: inherit !important;
}

.ts-width__auto {
    width: auto !important;
}*/

/*-------------------------------------------
  -- Z-index
-------------------------------------------*/

/*.ts-z-index__-1 {
    z-index: -1 !important;
}

.ts-z-index__0 {
    z-index: 0 !important;
}

.ts-z-index__1 {
    z-index: 1 !important;
}

.ts-z-index__2 {
    z-index: 2 !important;
}

.ts-z-index__1000 {
    z-index: 1000 !important;
}*/

/***********************************************************************************************************************
C. Components
***********************************************************************************************************************/

/*-------------------------------------------
  -- Block
-------------------------------------------*/

/*.ts-block {
    /*padding-bottom: 5rem;
    padding-top: 5rem;*!/
	padding-bottom: 3rem !important;
    padding-top: 3rem !important;
	padding-left: 3rem;
    position: relative;
    /*
  &:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  width='103.987' height='105.599'%3E%3cpath fill='var(--color-primary-svg)' d='M101.017 45.961c-10.338 22.34-33.156 61.239-62.326 59.586-31.984-1.803-44.52-48.772-36.182-73.996 15.682-47.439 120.287-40.376 98.508 14.41-10.998 23.766 1.923-4.836 0 0z'/%3E%3c/svg%3E");
  }
  *!/
}

.ts-block-inside {
    /*padding: 1.25rem;*!/
    position: relative;
}

section {
    position: relative;
}*/

/*-------------------------------------------
  -- Blockquote
-------------------------------------------*/

/*blockquote {
    font-size: 1.125rem;
    position: relative;
    padding-bottom: 2rem;
}

blockquote [class*="ts-circle"] {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
    position: relative;
    z-index: 2;
    margin-top: 1rem;
}

blockquote p {
    background-color: #f1f1f1;
    border-radius: .25rem;
    margin-top: -2.5rem;
    padding: 2.5rem;
    position: relative;
    z-index: 1;
}

blockquote p:after {
    border-color: #f1f1f1 transparent transparent transparent;
    border-style: solid;
    border-width: .8125rem .8125rem 0 .8125rem;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -0.8125rem;
}

blockquote h4 {
    margin-bottom: .3125rem;
}

blockquote h6 {
    opacity: .5;
}

.blockquote-footer {
    color: inherit;
}

.blockquote-footer:before {
    display: none;
}

.ts-carousel-blockquote .owl-item figure, .ts-carousel-blockquote .owl-item p,
.ts-carousel-blockquote .owl-item .blockquote-footer {
    opacity: 0;
    transition: .6s ease;
    transform: translateY(.625rem);
}

.ts-carousel-blockquote .owl-item.active figure,
.ts-carousel-blockquote .owl-item.active p,
.ts-carousel-blockquote .owl-item.active .blockquote-footer {
    opacity: 1;
    transform: translateY(0);
}

.ts-carousel-blockquote .owl-item.active p {
    transition-delay: .1s;
}

.ts-carousel-blockquote .owl-item.active .blockquote-footer {
    transition-delay: .2s;
}*/

/*-------------------------------------------
  -- Box
-------------------------------------------*/

.ts-box {
    background-color: #fff;
    /*border-radius: .25rem;*/
    margin-bottom: 1.875rem;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
	font-weight: 600;
    padding: 1.5625rem;
}

/*-------------------------------------------
  -- Buttons
-------------------------------------------*/

/*.btn {
    /*border-radius: 6.25rem;*!/
    border-width: .125rem;
    /*box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);*!/
    font-weight: 100;
    font-size: .9375rem;
    padding: .5rem 2.25rem;
    position: relative;
	border-color: #ffffff;
	margin-top: 40px !important;
}

.btn:hover .fa-arrow-right {
    transform: translateX(.5rem);
}

.btn .fa-arrow-right {
    transition: .6s cubic-bezier(.85, -0.37, .17, 1.45);
    transform: translateX(0) rotate(.02deg);
}

.btn span {
    transition: .3s ease;
}

.btn .status {
    bottom: 0;
    height: 1.375rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
}

.btn .status .spinner {
    left: .3125rem;
    transition: .3s ease;
    top: .1875rem;
    position: absolute;
    opacity: 0;
}

.btn .status .status-icon {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    font-size: .625rem;
    padding: .25rem .4375rem;
    position: relative;
    transition: .3s ease;
    z-index: 1;
    transform: scale(0);
}

.btn .status .status-icon.valid {
    background-color: var(--green);
}

.btn .status .status-icon.invalid {
    background-color: var(--red);
}

.btn.processing span {
    opacity: .2;
}

.btn.processing .spinner {
    opacity: 1;
}

.btn.done .ts-spinner {
    opacity: 0;
}

.btn.done .status-icon {
    transform: scale(1);
    opacity: 1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    /*background-color: darken( var(--color-primary), 20% );
    border-color: darken( var(--color-primary), 20% );*!/
    background-color: rgb(11, 9, 53);
    border-color: #ffffff;
    /*box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .3);*!/
}

.btn-primary {
    background-color: rgb(11, 9, 52);
    height: 4em;
	padding-top: 1em;
	padding-left: 4em;
	padding-right: 4em;
    color: #fff;
	text-transform: uppercase;
	
}

.btn-primarydos {
    background-color: rgb(238, 42, 8);
    height: 3em;
    color: #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: rgb(239, 43, 9);
    border-color: rgb(7, 84, 237);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    background-color: rgb(7, 84, 237);
    border-color: rgb(6, 74, 208);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: rgb(7, 84, 237);
    border-color: rgb(7, 84, 237);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-dark {
    background-color: #191919;
    border-color: #191919;
}

.btn-outline-primary {
    border-color: #3a79f9;
    color: #3a79f9;
}

.btn-outline-primary:hover {
    background-color: #3a79f9;
    border-color: #3a79f9;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #3a79f9;
    border-color: #3a79f9;
    box-shadow: 0 0 0 .2rem rgba(58, 121, 249, .5);
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
}

.btn-sm {
    font-size: .8125rem;
    padding: .375rem 1rem;
}

.btn-xs {
    font-size: .75rem;
    font-weight: 600;
    padding: .125rem .6875rem;
    text-transform: uppercase;
}

[class*="btn-outline-"] {
    box-shadow: none;
}

.ts-btn-border-muted {
    border-color: rgba(25, 25, 25, .1);
}*/

/*-------------------------------------------
  -- Card
-------------------------------------------*/

/*.card {
    backface-visibility: hidden;
    border: none;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    margin-bottom: 1.875rem;
    overflow: hidden;
}

.card-columns .card {
    margin-bottom: 1.25rem;
}

.card-body, .card-footer, .card-header {
    padding: 1.5625rem;
}

.ts-cards-same-height > div[class*='col-'] {
    display: flex;
}

.ts-cards-same-height > div[class*='col-'] .card {
    width: 100%;
}

.ts-card__flat {
    border-radius: 0;
    box-shadow: none;
}

.ts-card__flat .card-footer {
    background-color: transparent;
    border: none;
}

.ts-card__image {
}*/

/*-------------------------------------------
  -- Circle
-------------------------------------------*/

/*.ts-circle__xs {
    border-radius: 50%;
    display: inline-block;
    height: 3rem;
    flex: 0 0 3rem;
    overflow: hidden;
    text-align: center;
    line-height: 3rem;
    width: 3rem;
}

.ts-circle__sm {
    border-radius: 50%;
    display: inline-block;
    height: 4.375rem;
    flex: 0 0 4.375rem;
    overflow: hidden;
    text-align: center;
    line-height: 4.375rem;
    width: 4.375rem;
}

.ts-circle__md {
    border-radius: 50%;
    display: inline-block;
    height: 6.25rem;
    flex: 0 0 6.25rem;
    overflow: hidden;
    text-align: center;
    line-height: 6.25rem;
    width: 6.25rem;
}

.ts-circle__lg {
    border-radius: 50%;
    display: inline-block;
    height: 8.125rem;
    flex: 0 0 8.125rem;
    overflow: hidden;
    text-align: center;
    line-height: 8.125rem;
    width: 8.125rem;
}

.ts-circle__xl {
    border-radius: 50%;
    display: inline-block;
    height: 10rem;
    flex: 0 0 10rem;
    overflow: hidden;
    text-align: center;
    line-height: 10rem;
    width: 10rem;
}

.ts-circle__xxl {
    border-radius: 50%;
    display: inline-block;
    height: 15.625rem;
    flex: 0 0 15.625rem;
    overflow: hidden;
    text-align: center;
    line-height: 15.625rem;
    width: 15.625rem;
}*/

/*-------------------------------------------
  -- Forms
-------------------------------------------*/

form.ts-labels-inside-input .form-group,
.ts-form.ts-labels-inside-input .form-group {
    position: relative;
}

form.ts-labels-inside-input .form-group label,
.ts-form.ts-labels-inside-input .form-group label {
    line-height: 2.625rem;
    left: .8125rem;
    opacity: .4;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .3s ease;
}

form.ts-labels-inside-input .form-group label.focused,
.ts-form.ts-labels-inside-input .form-group label.focused {
    top: -2.1875rem;
    left: 0;
    font-size: .75rem;
    opacity: 1;
}

.form-control {
    /*border: 0;
    box-shadow: 0 0 0 .125rem rgba(0, 0, 0, .2);
    border-radius: .125rem;*/
    padding: .5625rem .75rem;
}

.form-control:focus {
    box-shadow: 0 0 rgba(250, 2, 2, 0.4);
}

.form-group {
    margin-bottom: 0.7rem;
}
.closebtn {
	z-index: 9999999999999;
}

.form-group label {
    font-size: .8125rem;
}

.ts-titlediv {
	background-color: #080633;
	width: 60%;
	position: relative;
	display: block;
	left: 0 !important;
	color: white;
	padding-left: 10%;
	overflow: hidden;
	min-height: 100px;
	padding-top: 20px;
}
.ts-gallery {
    position: relative;
}

.ts-gallery .ts-gallery__image {
    background-color: #191919;
    color: #fff;
    display: block;
    height: 28rem;
    overflow: hidden;
}

.ts-gallery .ts-gallery__image:hover .ts-img-into-bg {
    opacity: ;
    transform: scale(1.1);
}

.ts-gallery .ts-gallery__caption {
    /*padding: 3rem;*/
    top: 10px;
    /*left: 50%;*/
	width: 100%;
	text-align: center;
    position: absolute;
    z-index: 2;
}

.ts-gallery .ts-img-into-bg {
    opacity: ;
    transition: 1s cubic-bezier(.23, .05, .17, 1.02);
    transform: scale(1.03);
}

/*-------------------------------------------
  -- Inputs
-------------------------------------------*/

.ts-input__static {
    pointer-events: none;
    box-shadow: none;
}

.ts-inputs__transparent input, .ts-inputs__transparent textarea {
    background-color: transparent;
    color: #fff;
}

.ts-inputs__transparent input:active, .ts-inputs__transparent input:focus,
.ts-inputs__transparent textarea:active, .ts-inputs__transparent textarea:focus {
    background-color: transparent;
    color: #fff;
}

.ts-item {
    height: 100%;
    padding-bottom: 1.875rem;
}

.ts-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ts-item-header {
    margin-bottom: 1.5625rem;
    position: relative;
}

.ts-item-header .icon {
    position: relative;
    display: inline-block;
}

.ts-item-header .icon .step {
    background-color: #3a79f9;
    top: 0;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    line-height: 1.875rem;
    right: 0;
    height: 1.875rem;
    position: absolute;
    text-align: center;
    width: 1.875rem;
}

.ts-item-body {
    flex: 1 1 auto;
}

.ts-item-footer {
}

/*-------------------------------------------
  -- List
-------------------------------------------*/

ul {
    line-height: 2.5rem;
    list-style: none;
    padding-left: 0;
}

ul.ts-list-colored-bullets li:before {
    content: "•";
    color: #3a79f9;
    vertical-align: middle;
    font-size: 1.75rem;
    padding-right: .75rem;
}

ul.ts-list-divided li {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
    padding-bottom: .3125rem;
    padding-top: .3125rem;
}

ul.ts-list-divided li:last-child {
    border-bottom: none;
}

/*-------------------------------------------
  -- Loading Screen
-------------------------------------------*/

body.has-loading-screen:before {
    background-color: #000;
    content: "";
    height: 100%;
    right: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: 1.5s ease;
    opacity: 1;
}

body.has-loading-screen:after {
    content: url("../../assets/img/loading.svg");
    height: 2.5rem;
    width: 2.5rem;
    position: fixed;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transform: scale(1);
    transition: 1.5s ease;
    top: 0;
    z-index: 10000;
}

body.has-loading-screen.loading-done:before {
    width: 0;
}

body.has-loading-screen.loading-done:after {
    transform: scale(0);
    opacity: 0;
}

/*-------------------------------------------
  -- Map
-------------------------------------------*/

.map {
    min-height: 12.5rem;
}

.map a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

.map a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.map .gmnoprint a, .map .gmnoprint span, .map .gm-style-cc {
    display: none;
}

/*-------------------------------------------
  -- Hero
-------------------------------------------*/

#ts-hero {
    color: #fff;
    display: flex;
    position: relative;
    overflow: hidden;
}

#ts-hero .ts-background-image {
    background-position: top center;
}

/*-------------------------------------------
  -- Navbar
-------------------------------------------*/

.navbar {
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: 2rem;
    padding-top: 2rem;
    transition: .3s ease;
}

.navbar.in {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.navbar.in .ts-background {
    opacity: 1 !important;
}

.navbar .ts-background {
    transition: 1s ease;
}

[class*="navbar-expand"] .navbar-nav .nav-link {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

/*XL*/

/*LG*/

/*MD*/

/*SM*/

/*-------------------------------------------
  -- Page
-------------------------------------------*/

.ts-page-wrapper {
    overflow: hidden;
}

/*-------------------------------------------
  -- Partners
-------------------------------------------*/

.ts-partners a {
    display: block;
    padding: .625rem .3125rem;
}

/*-------------------------------------------
  -- Plugins
-------------------------------------------*/

.tv-site-widget {
    border: none !important;
}

iframe div {
    border: none;
}

/*-------------------------------------------
  -- Progress
-------------------------------------------*/

.progress {
    background-color: transparent;
    border: .125rem solid #3a79f9;
    border-radius: 0;
    height: .625rem;
}

.progress .progress-bar {
    background-color: #3a79f9;
}

/*-------------------------------------------
  -- Promo Numbers
-------------------------------------------*/

.ts-promo-numbers h2 {
    font-weight: normal;
}

.ts-promo-numbers h3 {
    font-weight: normal;
}

.ts-promo-number {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.ts-promo-number .ts-promo-number-divider:after {
    content: "";
    bottom: 0;
    border: .125rem solid #3a79f9;
    border-radius: 50%;
    height: .625rem;
    margin: auto;
    position: absolute;
    right: -0.3125rem;
    top: 0;
    width: .625rem;
}

/*-------------------------------------------
  -- Select
-------------------------------------------*/

select.form-control {
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    border-radius: .25rem;
    cursor: pointer;
    height: 2.8125rem !important;
    margin-top: -0.125rem;
    padding: .5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
    text-indent: .0625rem;
    text-overflow: '';
}

select.form-control:focus, select.form-control:hover {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
}

select::-ms-expand {
    display: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:before {
    position: absolute;
    display: inline-block;
    font-weight: 900;
    text-rendering: auto;
    top: 0;
    margin: auto;
    bottom: 0;
    right: .9375rem;
    height: 1.875rem;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Free";
    content: "\f0dd";
}

/*-------------------------------------------
  -- Slider
-------------------------------------------*/

.ts-slider {
    height: 100% !important;
}

.ts-slider div {
    height: 100% !important;
}

/*-------------------------------------------
  -- Tabs
-------------------------------------------*/

.nav-tabs {
    border-bottom: none;
}

.nav-tabs h4 {
    font-weight: normal;
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: .1875rem solid transparent;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    opacity: .5;
}

.nav-tabs .nav-link.active {
    color: #191919;
    background-color: transparent;
    border-bottom: .1875rem solid #3a79f9;
    opacity: 1;
}

/***********************************************************************************************************************
D. Plugins Styles
***********************************************************************************************************************/

/*-------------------------------------------
  -- Magnific Popup
-------------------------------------------*/

/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    background-color: #000;
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*-------------------------------------------
  -- Owl Carousel
-------------------------------------------*/

.owl-carousel .owl-stage, .owl-carousel .owl-stage-outer,
.owl-carousel .owl-item {
    height: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: .3125rem;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    opacity: .7;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #191919;
    border-radius: 50%;
    display: inline-block;
    height: .625rem;
    opacity: .2;
    transition: .3s ease;
    width: .625rem;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -1.25rem;
    bottom: 0;
    height: 0;
    margin: auto;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-color: rgba(25, 25, 25, .6);
    border-radius: 50%;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    height: 2.5rem;
    position: absolute;
    text-align: center;
    transition: .3s ease;
    width: 2.5rem;
}

.owl-carousel .owl-nav .owl-prev:after, .owl-carousel .owl-nav .owl-next:after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 2.5rem;
    -webkit-font-smoothing: antialiased;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(25, 25, 25, .8);
}

.owl-carousel .owl-nav .owl-next {
    right: .3125rem;
}

.owl-carousel .owl-nav .owl-next:after {
    content: "\f105";
    margin-left: .1875rem;
}

.owl-carousel .owl-nav .owl-prev {
    left: .3125rem;
}

.owl-carousel .owl-nav .owl-prev:after {
    content: "\f104";
    margin-right: .0625rem;
}

/***********************************************************************************************************************
E. Template Specific Elements
***********************************************************************************************************************/

/*-------------------------------------------
  -- Centered Slider
-------------------------------------------*/

.ts-carousel-centered .slide {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem;
}

.ts-carousel-centered .owl-item {
    perspective: 1000;
}

.ts-carousel-centered .owl-item .slide {
    opacity: .5;
    transition: .3s ease;
    transform: scale(.95);
}

.ts-carousel-centered .owl-item.active.center .slide {
    opacity: 1;
    transform: scale(1);
}

.ts-carousel-centered .owl-nav .owl-prev,
.ts-carousel-centered .owl-nav .owl-next {
    height: 3.75rem;
    width: 3.75rem;
}

.ts-carousel-centered .owl-nav .owl-prev:after,
.ts-carousel-centered .owl-nav .owl-next:after {
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.ts-carousel-centered .owl-nav .owl-prev:hover,
.ts-carousel-centered .owl-nav .owl-next:hover {
    background-color: rgb(25, 25, 25);
}

.ts-carousel-centered .owl-nav .owl-next {
    right: 1.25rem;
}

.ts-carousel-centered .owl-nav .owl-prev {
    left: 1.25rem;
}

/*-------------------------------------------
  -- Hero Form Floated
-------------------------------------------*/

.floated {
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: -1.875rem;
}

.floated form {
    position: relative;
    padding: 1.875rem 3.75rem;
}

/*-------------------------------------------
  -- Price Box
-------------------------------------------*/

.ts-price-box__promoted {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
    margin-top: -1.25rem;
    margin-bottom: .625rem;
    z-index: 2;
}

.ts-price-box__promoted .ts-title {
    transform: scale(1.2);
}

/*-------------------------------------------
  -- Time Line
-------------------------------------------*/

.ts-time-line__horizontal {
    padding-bottom: .625rem;
    padding-top: .625rem;
    position: relative;
    /* timeline line */
}

.ts-time-line__horizontal ul {
    padding-left: 1.875rem;
    list-style: none;
    position: relative;
}

.ts-time-line__horizontal:after {
    background-color: #474747;
    content: "";
    bottom: 6.875rem;
    height: .1875rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.ts-time-line__horizontal .ts-time-line__item {
    flex: 0 0 auto;
    margin-right: 1.875rem;
    position: relative;
    width: 18.75rem;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box {
    position: relative;
    /* dot */
}

.ts-time-line__horizontal .ts-time-line__item .ts-box:before {
    background-color: #474747;
    bottom: -4.375rem;
    border-radius: 100%;
    content: "";
    left: 1.6875rem;
    height: .75rem;
    position: absolute;
    width: .75rem;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box {
    /*triangle*/
}

.ts-time-line__horizontal .ts-time-line__item .ts-box:after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: .5rem .5rem 0 .5rem;
    bottom: -0.4375rem;
    content: "";
    left: 1.5625rem;
    height: 0;
    position: absolute;
    width: 0;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone {
    width: 4.375rem;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone .ts-box {
    background-color: #3a79f9;
    color: #fff;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone .ts-box:after {
    border-color: #3a79f9 transparent transparent transparent;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone h5 {
    writing-mode: vertical-lr;
    margin: 0;
}

.ts-time-line__horizontal .ts-time-line__item figure {
    margin-left: 1.875rem;
    margin-top: 4.6875rem;
}

.ts-time-line__horizontal .ts-time-line__item figure small {
    text-transform: uppercase;
    opacity: .4;
}

.ts-time-line__horizontal .ts-time-line__item figure small,
.ts-time-line__horizontal .ts-time-line__item figure h6 {
    font-weight: 600;
}

.ts-time-line__horizontal .owl-stage-outer {
    padding: 1rem 1rem 0 1rem;
}

.ts-time-line__horizontal .owl-stage {
    align-items: flex-end;
    display: flex;
}

.ts-time-line__horizontal .ts-sly-frame.ts-loaded > ul {
    align-items: flex-end;
    display: flex;
}

/*-------------------------------------------
  -- SVG Shapes
-------------------------------------------*/

.ts-svg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    margin: auto;
}

.ts-story:hover {
    color: #fff;
}

.ts-story:hover p {
    color: #fff;
}

.ts-story:hover .ts-background {
    background-color: #000 !important;
}

.ts-story:hover .ts-background-image {
    opacity: .4 !important;
}

.ts-story {
    margin-bottom: 2rem;
    padding: 14rem 2rem 2rem 2rem;
    position: relative;
}

.ts-story .ts-background, .ts-story .ts-background-image {
    transition: .3s ease;
}

.ts-story figure {
    background-color: #fff;
    color: rgba(25, 25, 25, .2);
    font-weight: 500;
    position: absolute;
    top: -0.375rem;
    left: 3rem;
    padding: 1rem;
    transform: rotate(-90deg);
    transform-origin: bottom;
}

/*-------------------------------------------
  -- Other
-------------------------------------------*/

/* Footer push up */

.page-footer {
	padding-top: 30px;
	
	display: block;
	width: 100% !important;
	height: auto;
	float: left;
	z-index: 9;
	
}

footer/*#ts-footer .ts-box*/ {
    margin-top: rem;
	background-color: #070532 !important;
	width: 100% !important;
	position: relative !important;
}

.list-unstyled li a {
	text-decoration: none !important;
	color: white !important;
	font-size: 0.8em;
	font-style: normal;
	
}
.list-unstyled li p {
	text-decoration: none !important;
	color: white !important;
	font-style: normal;
	margin-bottom: 5px;
	font-size: 0.8em;
	line-height : 18px;
}
.list-unstyled li p b {
	font-weight: bold;
}



.footer-copyright {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	color: white;
	display: block;
	position: relative;
	background-color: #121312;
}

.foot1 {
	padding-right: 60px;
}

.foot2 {
	font-style: normal;
}

.foot21{
	margin-top: -5px;
}

.foot22{
	font-size: 0.7em;
}
.foot23{
	margin-top: 35px;
}

.foottit {
	font-size: 1.3em;
}
.foot3 {
	padding-right: 40px;
}
.foot4 {
	padding-right: 40px;
	line-height : 18px; 
}
.foot41 {
	font-size: 2.5em;
}
.foot41 img {
	padding-left: 20px;
}
.foot42 {
	padding-top: 10px;
}
.foot43 {
	font-size: 1.2em;
}
.foot43 a b {
	padding-left: 10px;
	font-style: normal;
	font-weight: bold;
}
.foot44 {
	line-height: 18px;
}
.foot45 {
	margin-top: 15px;
}

.foot45 input{
	margin-top: 15px !important;
}

.foot45 input[type=text] {
  width: 80% !important;
  padding-left: 15px !important;
  background-color: #070532 !important;
  border-color: white !important;
  color: white !important;
  box-sizing: border-box !important;
  
}

.foot45 button {
  width: 80%;
  background-color: white;
  border-radius: 0px;
  border: none;
  color: #070532 !important;
  box-sizing: border-box;
  font-weight: bold; 
 margin-top: 5px !important; 
}



.ts-tabs-presentation .tab-pane img {
    opacity: 0;
    transition: .3s ease;
    transform: translateY(1.25rem);
}

.ts-tabs-presentation .tab-pane.show.active img {
    opacity: 1;
    transform: translateY(0);
}

/* Hero navigation arrows */

#ts-hero .owl-prev, #ts-hero .owl-next {
    background-color: transparent;
    border: .125rem solid rgba(255, 255, 255, .8);
}

#ts-hero .owl-prev:after, #ts-hero .owl-next:after {
    line-height: 2.25rem;
}

/* Hero slider height */

.ts-hero-slider {
    height: 100% !important;
}

.ts-hero-slider div {
    height: 100% !important;
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
	.foot1 {
	padding-right: 0px;
}
.foot3 {
	padding-right: 0px;
}
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	.foot2 {
	font-style: normal;
	display: none;
}
	.foot1 {
	padding-right: 0px;
	line-height : 18px; 
	width: 90%;
	padding-left: 0%;
}
	.foot3 {
	padding-right: 0px;
	line-height : 18px; 
	width: 90%;
	padding-left: 0%;
}
	.foot4 {
	padding-right: 0px;
	line-height : 18px; 
	width: 90%;
	padding-left: 0%;
}
}
@media (min-width: 36rem) and (max-width: 47.9375rem) {
    html {
        font-size: 85%;
    }

    /*h1, .ts-h1 {
        font-size: 2.5rem;
    }*/

    h2, .ts-h2 {
        font-size: 2rem;
    }

    h3, .ts-h3 {
        font-size: 1.25rem;
		color: #080633;
    }

    .ts-column-count-sm-1 {
        column-count: 1;
    }

    .ts-column-count-sm-2 {
        column-count: 2;
    }

    .ts-column-count-sm-3 {
        column-count: 3;
    }

    .ts-column-count-sm-4 {
        column-count: 4;
    }

    .ts-promo-numbers h2 {
        font-size: 2.375rem;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    html {
        font-size: 90%;
    }

    h1, .ts-h1 {
        font-size: 2.7em;
    }

    h2, .ts-h2 {
        font-size: 2rem;
    }

    h3, .ts-h3 {
        font-size: 1.375rem;
		color: #080633;
    }

    .ts-column-count-md-1 {
        column-count: 1;
    }

    .ts-column-count-md-2 {
        column-count: 2;
    }

    .ts-column-count-md-3 {
        column-count: 3;
    }

    .ts-column-count-md-4 {
        column-count: 4;
    }

    .ts-promo-numbers h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    html {
        font-size: 95%;
    }

    /*h1, .ts-h1 {
        font-size: 3.125rem;
    }*/

    h2, .ts-h2 {
        font-size: 2rem;
    }

    h3, .ts-h3 {
        font-size: 1.375rem;
		color: #080633;
    }

    .ts-column-count-lg-1 {
        column-count: 1;
    }

    .ts-column-count-lg-2 {
        column-count: 2;
    }

    .ts-column-count-lg-3 {
        column-count: 3;
    }

    .ts-column-count-lg-4 {
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }

    .ts-card__image {
        height: 12.5rem;
    }

    .ts-promo-numbers h2 {
        font-size: 2.75rem;
    }
}

@media (min-width: 75rem) {
    html {
        font-size: 100%;
    }

    h1, .ts-h1 {
        font-size: 2.7em;
    }

    h2, .ts-h2 {
        font-size: 3rem;
	}

    h3, .ts-h3 {
        font-size: 1.625rem;
		color: #080633;
    }

    .ts-column-count-xl-1 {
        column-count: 1;
    }

    .ts-column-count-xl-2 {
        column-count: 2;
    }

    .ts-column-count-xl-3 {
        column-count: 3;
    }

    .ts-column-count-xl-4 {
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 8.125rem;
        padding-top: 8.125rem;
    }

    .ts-card__image {
        height: 15.625rem;
    }

    .navbar.navbar-expand-xl .navbar-nav {
        align-items: center;
    }

    .navbar.navbar-expand-xl .ts-background {
        opacity: 0;
    }

    .ts-promo-numbers h2 {
        font-size: 3rem;
    }

    .ts-carousel-centered .owl-nav .owl-next {
        right: 5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
        left: 5rem;
    }

    .floated form {
        padding: 2.5rem 5rem;
    }
}

@media (max-width: 35.9375rem) {
    /*h1, .ts-h1 {
        margin-bottom: 1.25rem;
    }*/

    [class*="ts-column-count-"] {
        column-count: 1;
    }

    .ts-xs-text-center {
        text-align: center !important;
    }

    .ts-title {
        margin-bottom: 1.875rem;
    }

    .ts-promo-numbers h2 {
        font-size: 2.25rem;
    }
}

@media (min-width: 36rem) and (max-width: 61.9375rem) {
    /*h1, .ts-h1 {
        margin-bottom: 1.875rem;
    }*/

    .ts-title {
        margin-bottom: 3.125rem;
    }

    .ts-block-inside {
        padding: 2.5rem;
    }
}

@media (min-width: 62rem) {
    /*h1, .ts-h1 {
        margin-bottom: 2.5rem;
    }*/

    .ts-title {
        margin-bottom: 5rem;
    }

    .ts-block-inside {
        padding: 3.75rem;
    }

    .navbar.navbar-expand-lg .navbar-nav {
        align-items: center;
    }

    .navbar.navbar-expand-lg .ts-background {
        opacity: 0;
    }

    .floated {
        position: absolute;
    }
}

@media (max-width: 47.9375rem) {
    h4, .ts-h4 {
        font-size: 1.125rem;
    }
}

@media (min-width: 48rem) {
    h4, .ts-h4 {
        font-size: 1.25rem;
    }

    .navbar.navbar-expand-md .navbar-nav {
        align-items: center;
    }

    .navbar.navbar-expand-md .ts-background {
        opacity: 0;
    }
}

@media (max-width: 61.9375rem) {
    .ts-card__image {
        height: 15.625rem;
    }
}

@media (min-width: 36rem) {
    .navbar.navbar-expand-sm .navbar-nav {
        align-items: center;
    }

    .navbar.navbar-expand-sm .ts-background {
        opacity: 0;
    }

    .ts-carousel-centered .owl-nav .owl-next {
        right: 2.5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
        left: 2.5rem;
    }
}
