/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    /*margin-left: 0;*/ }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 21%; text-align:left; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 2.0rem; line-height: 3.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 {
    font-size: 1.8rem!important;
    font-weight: bold;
 line-height: 1.6;  letter-spacing: 0; margin-top: 20px;}

/* Larger than phablet */
@media (min-width: 550px) {
  
  h2 { font-size: 4rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="phone"],
textarea,
select {
  height: 45px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  font-size:14px;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;  }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

textarea.form-control
{
	font-size:14px;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  /*margin-bottom: 2.5rem; */
  
  }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

/* Larger than mobile */
@media (max-width: 549px) {
	.header h1{
		font-size: 1.6rem;
	margin-top: 5%;
	padding-left: 2%;
	padding-right: 2%;
	}
	.value-props .columns
	{
		margin-bottom: 6%;
		line-height: 25px;
	}
	
	#img_outer
	{
		margin-top: 25px!important;
		margin-bottom: 25px;
	}
	.footer .col-md-3 p
	{
		margin-bottom:3%!important;
	}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (max-width: 800px) {
	.footer .col-md-3, .footer .col-md-3 p, .footer .col-md-6 {
		width: 100%;
		text-align: center;
	}
	.header h1 { 
	font-size: 1.6rem;
	margin-top: 5%;
	padding-left: 2%;
	padding-right: 2%; 
	line-height:1.2!important;
	margin-bottom: 5px;
	}
	#logo
	{
		width:100%!important;
		padding-left:0px!important;
	}
	.footer .col-md-3 p, .footer .col-md-6 {
    margin-bottom: 3% !important;
}
	#img_outer {
    margin-top: 0px !important;
    margin-bottom: 25px;
	}
	.value-props .columns {
    margin-bottom: 6%;
    line-height: 25px;
	width: 100%;
}
#logo
{
	text-align:center!important;
}
	
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

.header {
    text-align: center;
	margin-top:0.5%;
	float: left;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}
.value-img {
    display: block;
    text-align: center;
    margin: 2.5rem auto 0;
        margin-bottom: 1rem;
}
#img_outer
{
	padding-left: 100px;
    padding-right: 100px;
	margin-top: 20px;
}
.header h2{
	overflow: hidden;
/*border-right: .15em solid orange;
white-space: nowrap;
margin: 0 auto;
letter-spacing: .12em;
animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
animation:animation: animated-text 2s steps(30,end) 1s 1 normal both;*/
color: #222;
font-weight: 500;
margin-top:3%;
	/*curr-blink 1.5s step-end 3 both;*/
}
h2{
	 animation: animated-text 2s steps(30,end) 1s 1 normal both;
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
/* For footer */
footer.footer {
	background-color: #f1f3f6;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	margin-top: 20px;
}
.p-0 {
    padding: 0 !important;
}
.container-fluid
{
	margin-right: auto;
	margin-left: auto;	
}
.text-lg-left {
    text-align: left !important;
}
.h-100 {
    height: 100% !important;
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

element {

}
.text-lg-left {

    text-align: left !important;

}
.text-center {

    text-align: center !important;

}
.mb-auto, .my-auto {

    margin-bottom: auto !important;

}
.mt-auto, .my-auto {

    margin-top: auto !important;

}
footer .list-inline {
    display: inline-block;
	text-align: center;
}
.text-muted {
    float: left;
}
.list-inline-item {
    display: inline-block;
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
a {
    color: #222;
    text-decoration: none;
    background-color: transparent;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.fab, .far {
    font-weight: 400;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.row
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 95s linear infinite;
  font-size: 2.2rem;
}

.marquee2 span {
  animation-delay: 9.5s;
}

.marquee2 span {
  animation-delay: 12.5s;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.footer .text-muted
{
	margin-top: 12px!important;
	padding-left: 20px;
}
.footer p, .footer ul li a, .footer li
{
	font-size:13px!important;
}
.footer p, .footer ul
{
	margin-bottom:0px!important;
	margin-top: 10px;
}
.value-props
{
	margin-left:8%!important;
	margin-right:8%!important;
	margin-bottom: 30px;
	gap: 12px;
	justify-content: center;
}
.value-props .value-prop {
	margin-bottom: 0;
	margin-left: 0 !important;
}
.col-sm
{
	width:37%;
}
.footer #submit
{
	width: 63px;
	height: 32px;
	border: none;
	position: absolute;
	padding-right: 0px !important;
	padding-left: 1px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0;	
}
.footer #signup
{
	margin-right: -69px;
	margin-left: 5px;
	padding-right: 30px;
	width: 75%;
}
#inner_pages
{
	margin-bottom:25px;
}
.content_jus
{
	text-align:justify;
}
ul.information li, ul.information
{
	list-style:unset!important;
}
ul.information
{
	padding-left:5%;
}
.col-md-3
{
	width:21%;
}
.col-md-6
{
	width:58%;
	text-align:center;
}
@media only screen and (min-width: 801px) and (max-width: 1180px)
{
	.footer #signup
	{
		width:57%!important;
	}
}
#contact-form_contactForm__2Ztl1 {
    margin: 0 auto 0px;
    max-width: 700px;
    padding: 0 24px;
	flex: 0 0 49.667%!important;
}
#contact-form_contactForm__2Ztl1 h2
{
	margin-bottom:50px;
}
#privacypolicy
{
	float: left;
	width: 20px;
	margin-right: 10px;
}
#privacy label
{
	line-height: 25px;
}
#close
{
	float: right;
	text-align: right;
	width: 100%;
	font-weight: bold;
}
.decoration{
	text-decoration: underline;
}
#contact_us
{
	margin-top:20px;
	text-transform: capitalize;
	margin-left: -30px;
	font-size:14px;
	font-weight:500;
	float:left;
}
#logo
{
	float: left;
	text-align:left;
	height: 65px;
	font-family: Georgia, serif;
	width: 100%;
	margin-top:10px;
}
.homo
{
	float: left;	
	font-size: 25px;
	font-weight: bold;
	font-family: Georgia, serif;
	width: 16%;
	margin-top:10px;
}
.header h1 
{
	margin-bottom:0px!important;
	clear: both;
	line-height: 27px;
	margin-top: 20px;
}
.col-xs-2
{
	width: 15%;
	text-align:center;
	margin-left: 7px;
	margin-right: 7px;
}
.col-xs-2 img
{
	width: 100px;
height: auto;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
border-radius: 100%;
margin-bottom: 16px;
}
#no-padding{
	padding-left:0px;
	padding-right:0px;
	margin-top:30px;
	margin-bottom:30px;
}
#no-padding img{
	width:100%;	
}
.staff-name
{
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	color:#000;
}
.country
{
	font-size:14px;
}
.arti
{
	float: left;
	margin-left: -15.7%;
	margin-top: 16.8%;
	letter-spacing: 2.9px;
	font-family: Georgia, serif;
	font-size: 12px;
}
#sign_in {
    color: #ffffff !important;
}
.btn-primary {
    color: #fff!important;
    background-color: #000000;
    border-color: #000000;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;            
    padding: 1rem 1.75rem;    
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-top: 6px;
}
#thank_image
{
	margin: 0 auto; width:65%; margin-top:5%;
}
.btn-primary:hover
{
	background-color: #000!important;
	border-color: #000!important;
}

/* Responsive hardening without visual redesign */
img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  #img_outer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 800px) {
  .col-xs-2 {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 18px;
  }

  .footer #signup {
    width: 60%;
    margin-right: 0;
  }
}

@media (max-width: 549px) {
  #img_outer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-xs-2 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .footer #signup {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
    padding-right: 10px;
    display: block;
  }

  .footer #submit {
    position: static;
    width: auto;
    min-width: 92px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    padding: 0 12px;
    display: inline-block;
  }

  #contact_us {
    margin-left: 0;
  }

  .footer form {
    text-align: center;
  }

  .footer form p {
    float: none !important;
    text-align: center;
    margin-bottom: 8px !important;
  }
}

/* Global text color override */
body,
body * {
  color: #000 !important;
}