/* # Global Styes
   # Please insert all GLobal Styles below, avoid inserting anywhere.
---------------------------------------------------------------------------------------------------- */
html {
	font-size: 62.5%; /* 10px browser default */
}
body {
	background-color: #fff;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.45;
}
body > div {
	font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
	text-decoration: none;
}

/* Reusable */
.site-btn a {
   height: 3.125vw;
   border-radius: 100px;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-family: "futura-pt", Sans-serif;
   text-transform: uppercase;
   letter-spacing: 0.26vw;
   font-weight: 700;
   padding: 0;
   font-size: 0.833vw;
}




.gform_body input:focus::-webkit-input-placeholder,
.gform_body textarea:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}
.gform_body input:focus:-moz-placeholder,
.gform_body textarea:focus:-moz- placeholder {
  opacity: 0 !important;
}
.gform_body input:focus:-ms-input-placeholder,
.gform_body textarea:focus:-ms- input-placeholder {
  opacity: 0 !important;
}
.gform_body input:focus::placeholder,
.gform_body textarea:focus::placeholder {
  opacity: 0 !important;
}


/* # Elementor Overwrites ---------------------------------------------------------------------------------------------------- */
.elementor-editor-active .site-header,
.elementor-editor-active .nav-primary {
	display: none;
}
.full-width-content.elementor-page .site-inner {
	max-width: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.full-width-content.elementor-page .entry {
	padding: 0;
	margin: 0;
}
body .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 119rem;
}
.full-width-content.elementor-page .site-inner {
	padding-top: 0;
}
.elementor_library-template-default.elementor-editor-active .sidebar {
    display: none;
}
.elementor_library-template-default .content {
    width: 100%;
    padding: 0;
    margin: 0;
}
.site-footer {
	display: none;
}

@media only screen and (min-width: 1025px) {
  .fluid-section .elementor-container {
    width: 80%;
  }
  .fluid-section .elementor-inner-section .elementor-container,
  .fluid-section .elementor-widget-popup .elementor-container {
    width: 100%;
  }
  .fluid-row .elementor-container {
    width: 70%;
  }
  .fluid-row .elementor-inner-section .elementor-container,
  .fluid-row .elementor-widget-popup .elementor-container {
    width: 100%;
  }
}

.site-btn.gradient a {
   background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#162c4d),
      to(#8c0d22)
   );
   background: -o-linear-gradient(left, #162c4d 0%, #8c0d22 100%);
   background: linear-gradient(90deg, #162c4d 0%, #8c0d22 100%);
}

.site-btn.gradient a:hover {
   background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#8c0d22),
      to(#162c4d)
   );
   background: -o-linear-gradient(left, #8c0d22 0%, #162c4d 100%);
   background: linear-gradient(90deg, #8c0d22 0%, #162c4d 100%);
}

.blog-content .contact-list {
    list-style-type: none;
    padding: 0;
}

.blog-content .contact-list li:nth-child(1):before {
    content: '📞';
    margin-right: 5px;
}

.blog-content .contact-list li:nth-child(2):before {
    content: '📩';
    margin-right: 5px;
}

.blog-content .contact-list li:nth-child(3):before {
    content: '🕒';
    margin-right: 5px;
}

/* # will apply this css starting 1024px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
   .site-btn a {
      height: 50px;
   }	
}

/* # will apply this css starting 1023px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {

}

/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1600px) {
	html {
		font-size: 56.3%;
	}
}
@media only screen and (max-width:1023px) {
	br {
		display: none;
	}
}
@media only screen and (max-width:960px) {
	html {
		font-size: 50%;
	}
}

@media only screen and (max-width:768px) {
   .site-btn a {
      font-size: 4vw;
   }
}

@media only screen and (max-width:767px) {

}

@media only screen and (max-width:568px) {

}
