body {
	font-family: "Open Sans", sans-serif;
  color: #25282a;
  font-size: 24px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
}
html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
  color: #21282E;
  font-weight: normal;
  line-height: 120%;
}
h1, .h1 {
  font-size: 38px;
  margin: 0 0 10px 0;
  line-height: 140%;
}
h1 strong, 
.h1 strong {
  font-size: 60px;
  font-weight: 700;
}
h2, .h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 35px 0;
}
h3, .h3 {
	font-size: 18px;
  font-weight: 600;
	margin: 0 0 10px 0;
}
h4, .h4 {

}
h5, .h5 {

}
h6, .h6 {

}
ul li,
ol li,
p {
  font-size: 15px;
  color: #5D666F;
  line-height: 140%;
  margin-bottom: 10px;
}
ul li { 
  padding-left: 10px;
  position: relative; 
  margin-bottom: 5px;
}
a {
	color: #3b3b3b;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
a:hover, a:focus {
  color: #9a6b21;
}
.lowercase {
	text-transform: none !important;
}
ul {
  margin: 0 0 10px 0;
  padding: 0;
}
ul li {
	list-style: none;
}
/*
ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
ul li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: black;
	border-radius: 100%;
	position: absolute;
	top: 5px;
	left: 0;
}
*/
.c-white { color: white !important; }
b, strong {

}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
img.center,
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #A9C942;
}
hr.gold {
  border-top: 1px solid #9a6b21;
  margin: 40px 0;
}
.oh {
	overflow: hidden;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.txt-right {
	text-align: right;
}
.right {
  float: right;
}
.left {
  float: left;
}
img.br100 {
	border-radius: 100%;
}
.cover {
	background-position: center;
  -webkit-background-size: cover!important;
	   -moz-background-size: cover!important;
	     -o-background-size: cover!important;
	        background-size: cover!important;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-color: transparent !important;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.hide-md { display: block !important; }
.show-md { display: none !important;  }
/*///////////////////////
///       Layout      ///
///////////// /////////*/
.mt40 { margin-top: 40px; }
.pr5 { padding-right: 5px; }
.pl5 { padding-left: 5px;}
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.m0    { margin: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
/*////////////////////////
///       Header      ////
////////////////////////*/
header .top-nav {
  background: #21282E;
  border-top: 2px solid #9400D3;
  height: 30px;
}
header {
	background: white;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;	
}
header .cntnt {
	padding-top: 15px;
	padding-bottom: 15px;
}
header.smaller {
	animation: 0.5s ease 0s normal none 1 running fadeInDown;
	position: fixed;
	background-image: none;
	box-shadow: 0px 1px 8px rgba(0,0,0,.2);	
}
header.smaller .top-nav {
  display: none;
}
header.smaller .cntnt {
  padding-top: 5px;
  padding-bottom: 5px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.hdr-nav {
  display: flex;
  justify-content: flex-end;
} 
/*////////////////////////
///       Footer      ////
////////////////////////*/
footer {
  background-color: #21282E;
  padding-top: 50px;
}
footer .ft-link {
  display: block;
  font-size: 16px;
  color: #D1D1D1;
  text-decoration: none;
  margin-bottom: 10px;
}
footer .ft-link i {
  margin-right: 5px;
}
footer .ft-link:hover {
  color: white;
} 

/*///////////////////////
///        Menu       ///
///////////// /////////*/
nav ul {
	margin-top: 0;
}
nav ul li {
	margin-right: 20px;
	margin-bottom: 0;
	float: left;
	padding-left: 0;
  display: flex;
  align-items: center;
}
nav ul li:before {
	content: none;
}
nav ul li:last-child {
	margin-right: 0px;
}
nav ul li a {
  font-size: 16px !important;
  color: #1C2539 !important;
  line-height: 120%;
  font-weight: 500 !important;
  padding: 0 !important;
  display: block;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
nav ul li:last-child a {
  padding: 15px 20px ! important;
  height: 50px;
  color: white !important;
  background: #9400D3;
  font-weight: 500;
  border-radius: 10px;
}
nav ul li:last-child a:hover {
	color: white !important;
	background: #21282f !important;
} 
nav ul li a:hover,
nav > ul > li:hover > a,
nav ul li.current-menu-item a {
	color: #9400D3 !important;
}
nav ul li ul {
	display: none;
	position: absolute;
	left: -25px;
  width: 210px;
  margin: 0;
  padding-top: 20px;
}
nav ul li ul li {
	background: #E7E7E7;
	width: 100%;
}
nav ul li ul li,
nav ul li ul li:last-child {
	margin-right: 0;
}
nav ul li ul li a,
nav ul li ul li:last-child a {
	display: block;
	font-size: 21px;
	color: #353F47;
	padding: 10px;
	width: 100%;
	height: auto;
	border: none;
}
nav ul li ul li:last-child a {
	padding: 10px;
}
nav ul li ul li a:hover,
nav ul li ul li:last-child a:hover,
nav ul li ul li.current-menu-item a {
	color: #FF6A13 !important;
	background: transparent;
}
nav ul li ul li:hover a,
nav ul li ul li.current-menu-item a {
	color: white;
}
nav ul li:hover ul {
	display: block;
}
.navbar-nav {
/* 	margin-top: 5px; */
} 
.navbar {
	padding: 0;	
	float: right;
}
.navbar-expand-md .navbar-nav .nav-item {
	margin-right: 1px;
	margin-bottom: 0;
	padding-left: 0;	
}
.navbar-expand-md .navbar-nav .nav-item:before {
	content: none;
}
.navbar-expand-md .navbar-nav .nav-link {
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {

}
.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
	color: #9400D3;
}
.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
	color: #9400D3;
}
.navbar-expand-md .navbar-toggler {
  background: #9400d3;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  float: right;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 9px;
  right: 0;
  padding: 0px 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; 
  border-radius: 10px;
  font-size: 25px;
}
.navbar-expand-md .navbar-toggler i {
  color: white;
}
.navbar-expand-md .navbar-toggler:hover {
	background: #21282E;
}
.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

/*////////////////////////
///      Sections     ////
////////////////////////*/
.img-cover > img {
    object-fit: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.stage { 
    position: relative;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 110px;
}
.stage .img-cover {
    display: flex;
    align-items: center;
}
.stage > img {
    object-fit: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.stage .caption {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.stage p {
  font-size: 20px;
  font-weight: 500;
  color: #5D666F;
}
.tag {
  font-size: 16px;
  font-weight: 600;
  color: #9400D3;
  margin-bottom: 30px;
}
.card-serv {
  background: #21282E;
  border-radius: 10px;
  padding: 40px 10px;
  border-bottom: 3px solid #9400D3;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
.card-serv * {
  color: white;
}
.bg-light {
  background: #F2F2F2 !important;
}
.bg-gray {
  background-color: #21282E !important;
}
.intro p {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
.card-why {
  padding: 20px;
  border-radius: 10px;
  background: #F2F2F2;
  border-bottom: 3px solid #9400D3;
  margin-bottom: 30px;
}
.card-why .icono {
  display: block;
  width: 80px;
  height: 80px;
  background: #21282E;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.card-why h3 {
  font-size: 17px;
}
.card-why p,
.card-why ul li {
  font-size: 14px;
}
#why {
  border-bottom: 3px solid #9400D3;
}
#why h2,
#why h3 {
  color: white;
}
#why p {
  color: #E2E2E2;
}
#why ul li {
  width: 50%;
  color: white;
  float: left;
  position: relative;
  padding-left: 25px;
}
#why ul li:before {
  content: "\f26b";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
}
#why img {
  object-fit: contain;
}
ul.steps { text-align: center; }
ul.steps li {
  width: 24%;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}
ul.steps li .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #21282E;
  font-size: 25px;
  color: white;
  border-radius: 60px;
  margin: 0 auto 30px auto;
}
.contact-box {
  display: block;
  width: 100%;
  max-width: 550px;
  height: 550px;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 0 28px rgba(0, 0, 0, .14);
  margin-right: -200px;
  z-index: 3;
  background: white;
}
.contact-box a {
  font-size: 12px;
  color: #5F666E;
  text-decoration: none;
}
#contact .img-cover {
  width: 100%;
  max-width: 750px;
  height: 630px;
} 
#contact .img-cover img {
  border-radius: 10px;
}
#contact .contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social {
  text-align: right;
}
ul.social li {
  display: inline-block;
  font-size: 16px;
  color: white;
  font-weight: 500;
}
ul.social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: #D1D1D1;
  border-radius: 60px;
  font-size: 18px;
  color: #9400D3;
}
ul.social li a:hover {
  background: white;
}
.copyright {
  border-top: 1px solid #8F8F8F;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #D0D0D0;
  font-size: 12px;
}
ul.top-navigation {
  text-align: right;
  margin-bottom: 0;
}
ul.top-navigation li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 0;
  padding-top: 3px;
}
ul.top-navigation li:last-child {
  margin-right: 0;  
}
ul.top-navigation li a {
  font-size: 12px;
  color: white;
  text-decoration: none;
}
ul.top-navigation li a:hover {
  color: #9400D3;
}
.btn {
	padding: 12px 20px ! important;
	height: 50px;
	color: white !important;
	background: #9400D3;
	font-weight: 500;
	border-radius: 10px;
}
.btn:hover {
	color: white;
	background: #21282f;
}
.whtspp {
	font-size: 16px;
	color: #1C2539;
	font-weight: 500;
	text-decoration: none;
	margin-left: 20px;
}
.whtspp i {
	font-size: 24px;
}
/*///////////////////////
///       Slick       ///
///////////////////////*/
.testimonial-box {
	background: white;
	border-radius: 10px;
	padding: 20px;
	margin: 0 15px;
}
.testimonial-box i.bi-quote {
	font-size: 40px;
	color: #9400D3;
}
.slick-dots li {
	width: 15px;
	height: 15px;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 40px;
}
.slick-dots li button {
	background: #D9D9D9;
	width: 7px;
	height: 7px;
	border-radius: 10px;
	padding: 0;
  margin: 3px;
}
.slick-dots li button:before {
	content: none;
}
.slick-dots li.slick-active {
		border: 1px solid #21282E;
}
.slick-dots li.slick-active button {
	background: #21282E;
}

/*////////////////////////
///        Forms       ///
////////////// /////////*/
label {
  font-size: 14px;
  font-weight: 500;
  color: #5F666E;
  padding-bottom: 5px;
}
input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
	font-size: 14px;
  color: #5F666E;
  border: 1px solid #EAEAEA;
  background: #F2F2F2;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 10px;
}
textarea {
  height: 80px;
  margin-bottom: 60px;
}
input[type="file"] {
	border: 1px solid white;
  background: none;
  font-size: 11px;
  color: white;
  height: 34px;
  margin-bottom: 30px;
}
input[type=checkbox] {
  margin-right: 10px;
}
input[type=submit] {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: white;
  border: none;
  font-weight: 600;
  height: 44px;
  padding: 0 20px;
  background: #9400D3;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;       
}
input[type=submit]:hover {
	background: #21282f;    
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	border-color: #64cbc9;
}
::-webkit-input-placeholder { 
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #5F666E;
}
:-moz-placeholder { 
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #5F666E;
}
::-moz-placeholder { 
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #5F666E;
}
:-ms-input-placeholder { 
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #5F666E;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: absolute;
  top: 30px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	font-size: 12px !important;
	text-align: center;
  border: 2px solid #63bb3d !important;
  color: black !important;
}
#contact-box {
	border-top: 5px solid #99BC45;
	background: white;
	padding: 30px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  font-size: 12px;
}


/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media (min-width: 1200px) {
/*
  .container {
    width: 980px !important;
  } 
*/
}
@media (min-width: 1199px) {  }
@media screen and (max-width: 1199px) {  }
@media screen and (max-width: 1024px) {  }
@media screen and (max-width: 991px) {  
  nav ul li:last-child { display: none; }
	ul.steps li { width: 48%; margin-bottom: 10px; }
	#contact .contact-form { display: block; }
	#contact .img-cover { height: 300px; margin-top: 20px;}
}
@media screen and (max-width: 768px) {

}  
@media screen and (max-width: 767px) { 
  h1, .h1,
  h1 strong, .h1 strong { font-size: 25px; }
  h2, .h2 { font-size: 25px; }
  h3, .h3 { }
  h4, .h4 { }
  .show-md { display: block !important; }
  .hide-md { display: none !important; }
  .navbar-collap {
    position: absolute;
    top: 0px;
    right: -15px; 
    width: 200px;
    background: #0e5140;
    margin-top: 55px;
    padding: 0 10px;
    box-shadow: -1px 2px 2px rgba(0,0,0,.2);
  }
  .navbar-collapse { 
    background: #bbbbbb;
    margin-top: 54px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 205px;
  }
  .navbar-collapse ul { margin: 15px 0 5px 0; }
  .navbar-collapse ul li { margin-bottom: 10px; background: none; }
  .navbar-collapse ul li a,
  .navbar-collapse ul li ul li a { 
    color: white !important; 
    padding: 0; 
    height: auto;
  }
  .navbar-collapse ul li a:hover,
  .navbar-collapse ul li.current-menu-item a {
    background: transparent;
    color: #1C2539 !important;
  }
    .navbar-collapse ul li:last-child a:hover {
      color: white;
    }
  .navbar-collapse ul li ul { 
    display: block; 
    left: 0;
    padding: 0 0 0 15px;
    position: inherit;
  }
  .navbar-collapse ul li ul li:hover,
  .navbar-collapse ul li ul li.current-menu-item, {
    background: none;
  }
  .navbar-collapse ul li ul li a {
    font-size: 20px;
    padding: 0 5px !important;
  }
  .intro p { text-align: left; }
  ul.social {
    text-align: left;
	}
	.btns { display: none; }
	.contact-box { padding: 20px; height: auto; }
	ul.steps li { width: 100%;}
}
@media screen and (max-width: 414px) {  }
@media screen and (max-width: 400px) {  }
@media screen and (max-width: 375px) {  }
@media screen and (max-width: 320px) {  }