/*!
Theme Name: lylesonline
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License URI: LICENSE
Text Domain: lylesonline
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lylesonline is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/*Better Docs======== */

.betterdocs-faq-list g {
    stroke: #ff8000;
}

.betterdocs-faq-post {
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
}

.betterdocs-faq-wrapper .betterdocs-faq-inner-wrapper .betterdocs-faq-list > li .betterdocs-faq-group.active .betterdocs-faq-post .betterdocs-faq-post-name {
    color: #1a5570!important;
}

.betterdocs-faq-wrapper .betterdocs-faq-section-title {
    color: #1a5570!important;
    font-family: Poppins !important;
    font-size: 3.65em !important;
    padding-bottom: 30px !important;
}

.betterdocs-faq-wrapper .betterdocs-faq-inner-wrapper .betterdocs-faq-title h2 {
    font-weight: 500!important;
    font-size: 25px!important;
    color: #ff8000!important;
    padding: 20px 20px!important;
}

.betterdocs-searchform {
border: 1px solid #ff8000 !important;

border-radius: 3em!important; 
}
.betterdocs-wrapper {
    margin-top: 80px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
section#accresitations img {
    margin: auto;
    display: block;
    background-color: white;
    margin-bottom: 50px;
}
section#calltoaction h3 {
    margin-bottom: 30px;
}
section#calltoaction {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
nf-fields-wrap label {
    display: none;
}
.nf-form-fields-required {
    display: none !important;
}
input#nf-field-4 {
    float: right;
    background-color: #d2222a;
    color: white;
    padding: 10px 20px;
}
section#black-single {
    background-color: white;
    color: black;
    padding-bottom: 50px;
    margin-bottom: 0px;
}
section#banner-image img, section#banner-image-center img  {
    width: 100%;
}
.sbi_header_text.sbi_no_bio h3 {
    text-align: center;
    display: block;
    width: 100%;
    color: white !important;
}
section#black-single {
    margin-top: 50px;
}
section#calltoaction-black h3 {
    margin-bottom: 30px;
	color: white;
}
section#calltoaction-black {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
section#instagram h2 {
    color: white;
    margin-top: -50px;
    padding-bottom: 20px;
}
section#accresitations {
    padding-bottom: 20px;
}
section#testimonials {
    padding-bottom: 130px;
}
section#testimonials h2 {
    padding-top: 50px;
    padding-bottom: 20px;
	text-align: center;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
section#about-us-black {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: center;
}

div#meet-team img {
    width: 60%;
    margin: auto;
    display: block;
    padding-bottom: 40px;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
section#grey-section {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.white-inner-testimonial  > .kc-col-inner-container,.white-inner-features   > .kc-col-inner-container {
    background-color: #ffffff;
    overflow:hidden;
    padding: 50px 30px 50px 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 21px rgba(0, 0, 0, .21);
}
.grey-inner-security   > .kc-col-inner-container {
    background-color: #f5f5f5;
    overflow:hidden;
    padding: 50px 30px 50px 30px;
    border-radius: 10px 10px 10px 10px;
	border: 1px solid #cfcfcf;
}

span#nf-form-title-1 h3 {
    font-family: Poppins;
    font-size: 3.65em;
    text-align: center;
    padding-bottom: 30px;
    padding-top:50px;
    color: #1a5570;
    font-weight: bold;
    }
.content-sub-title {
    border-top: solid 1px #cfcfcf;
}


.kc-pricing-layout-2 .content-button a {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 25px;
    padding: 15px;
    background: #ff8000 !important;
    text-transform: none !important;
    color: #fff;
    font-size: 15px;
    border: 2px solid #fc9124 !important;
}
 .content-button a:hover {
    text-decoration: none;
}
ul.content-desc li {
    text-align: left;
}
p.month {
    text-align: center;
}
.kc-pricing-layout-2 .content-desc li:nth-of-type(2n+1) {
    background: white !important;
}
blue img {
    width: 21px;
    float: left;
	margin-right: 10px;
    margin-left: 20px;
}
bluelight {
    float: left;
    padding-left: 20px;
    color: #357997 !important;
    font-weight: 500 !important;
}

kc-pricing-layout-2 .content-desc li:nth-of-type(2n+1) {
    background-color: white !important;
}
.content-desc .kc-pricing-layout-2 .content-desc li:nth-of-type(2n+1) {
    background-color: white !important;
}

.kc-pricing-layout-2 {
    background-color: white !important;
    border: 1px solid grey !important;
    box-shadow: 0px 0px 0px !important;
}
section#banner-image img {
    margin-top: 45px;
}
section#banner-image-center img {
    margin-top: 0px;
}
h2.kc_title {
    font: normal normal bold 42px/80px Arial;
}
h2.kc_title {
    font: normal normal bold 42px/80px Arial;
}
h2.kc_title.blue, h5.kc_title.blue {
    color: #1a5570;
}
h2.kc_title.white, h5.kc_title.white {
    color: #ffffff;
}
h2.kc_title.orange,h5.kc_title.orange {
    color: #ff8000;
}

h5{
    position: relative;
    padding-left: 10em
}
.circle-img-after:after {
    background-color: #1a5570;
    position: absolute;
    content: '';
    left: -39%;
    width: 69%;
    height: 1px;
    bottom: 1.4em
}

h5:before {
  background-color: #FF8000;
    position: absolute;
    content: '';
    left: 0;
    height: 1px;
    top: 0.6em;
    width: 8.1em;
}

 .h5-before-white h5:before  {
    background-color: #ffffff;
      position: absolute;
      content: '';
      left: 0;
      height: 1px;
      top: 0.6em;
      width: 8.1em;
  }
h6 {
color: #ff8000;
font-size: 1.6em!important;
	letter-spacing: 0.5px;
	padding-top: 10px;
}

div#section-six p br {
    display: block;
    float: none;
    height: 20px !important;
    width: 100% !important;
}
.kc-row-container.kc-container.full-width .kc-wrap-columns {
    width: 100% !important;
    margin: 0px !important;
}
section#white-section p {
    font: normal normal normal 16px Arial;
    letter-spacing: 0.5px;
    color: #707070;
    max-width: 560px;
}
.bodystyle-blue p {color: #1a5570!important; font-size: 16px!important; font-weight: 600!important;max-width: 100%!important;line-height: 1.5!important}



section#white-section .white-centre p{
    max-width: 100%
}


section#banner-image .kc_column.kc_col-sm-12, section#banner-image-center .kc_column.kc_col-sm-12 {
    padding: 0px;
}
div#section-three a.kc_button.clear-button {
    font: normal normal normal 16px/1px Arial;
    letter-spacing: 0.16px;
    color: #707070;
    background-color: transparent !important;
    text-align: center !important;
    width: 100%;
}
a.kc_button.clear-button {
    font: normal normal normal 16px/1px Arial;
    letter-spacing: 0.16px;
    color: #707070;
    background-color: transparent !important;
    width: 100%;
}
a.kc_button:hover{
text-decoration: none
}

p.kc_title.p-left {
    text-align: left !important;
    margin-bottom: 35px !important;
    margin-top: 35px !important;
}
div#section-three p {
    font: normal normal normal 16px Arial;
    letter-spacing: 0.16px;
    color: #707070;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
section#banner-image .kc-wrap-columns, section#banner-imag-cemter .kc-wrap-columns {
    width: 100% !important;
    margin: 0px !important;
}
div#section-three h3 {
    font: normal normal 600 33px/50px Arial;
    letter-spacing: 0.33px;
    color: #707070;
    text-align: center;
}
div#right-image img {
    float: right;
    max-width: 400px;
    margin-top: 50px;
}
div#section-six .kc_text_block {
	padding-left: 25px;
    padding-right: 25px;
    background-color: white;
    padding-top: 25px;
    padding-bottom: 20px;
}
div#personal {
    background-color: whitesmoke;
}

.security-slider img {
    padding: 0 50px;
    }



div#testimonials {
    max-width: 1400px;
    margin: auto;
    float: none;
    margin-top: 50px !important;
    margin-bottom: 20px;
    width: 100% !important;
}

div#slider-text h1:after, div#slider-text2 h1:after  {
display:none !important;
}
div#slider-text h1 {
    font: normal normal bold 60px/80px Arial !important;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    max-width: 597px;
    margin-top: 5px;
    margin-bottom: 20px;
}
div#slider-text2 h1 {
    font: normal normal bold 60px/80px Arial !important;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    margin-top: 5px;
    margin-bottom: 20px;
}


div#slider-text h2:after, div#slider-text2 h2:after  {
display:none !important;
}
div#slider-text h2 {
    font: normal normal bold 60px/80px Arial !important;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    max-width: 597px;
    margin-top: 5px;
    margin-bottom: 20px;
}
div#slider-text2 h2 {
    font: normal normal bold 60px/80px Arial !important;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    margin-top: 5px;
    margin-bottom: 20px;
}
a.kc_button.orange {
    background-color: #fF8000;
    color: white;

  }
a.kc_button.orange:hover {
    background-color:#123b4e;
    transition: background-color 0.3s ease-out;
  }

  a.kc_button.blue {
    background-color: #123b4e;
    color: white;

  }
a.kc_button.blue:hover {
    background-color:#ff8000;
    transition: background-color 0.3s ease-out;
  }

  a.kc_button.blue-on-orange {
    background-color: #123b4e;
    color: white;
    border: 1px solid transparent;
  }
a.kc_button.blue-on-orange:hover {
    background-color: #123b4e;
    transition: background-color 0.3s ease-out;
    border: 1px solid #ffffff;
  }

  .mega-cube-icon {
    width: 2.8em;
    height: 2.8em;
    border-radius: 25%;
    line-height: 2.75em!important;
     
  }

  .mega-circle-icon {
    width: 2.8em;
    height: 2.8em;
    border-radius: 50%;
    line-height: 2.75em!important;
   }

   .footer-three.social-wrapper {
    display: inline-block;
}

.social-icon {
     font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 10px;
    color: #ffffff!important; 
}
.social-icon:hover {
   color: #ff8000!important; 
}

div#slider-text h3.kc_title, div#slider-text2 h3.kc_title {
    font: normal 16px/18px Arial;
    letter-spacing: 1.42px;
    color: white;
    margin-bottom: 30px;
}
div#slider-text, div#slider-text2 {
    position: absolute;
    max-width: 1209px;
    margin: auto;
    float: none;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kc_tabs_nav>li>a:hover {
    background-color:transparent!important;
    color: #ffffff;
    font-weight: 500; 
    text-decoration: underline;
    }
ul.kc_tabs_nav.ui-tabs-nav.kc_clearfix li a {
    padding: 0px 70px !important;
}
ul.kc_tabs_nav.ui-tabs-nav.kc_clearfix {
    max-width: fit-content !important;
    margin: auto !important;
    margin-top: 30px !important;
    float: none !important;
}
div#personal {
    background-color: whitesmoke;
    text-align: center;
    margin-top: 30px;
    font: normal normal normal 26px/3px Arial;
    letter-spacing: 0.16px;
    color: #707070;
}
div#business {
    background-color: whitesmoke;
    text-align: center;
    margin-top: 30px;
    font: normal normal normal 26px/3px Arial;
    letter-spacing: 0.16px;
    color: #707070;
}
ul.kc_tabs_nav.ui-tabs-nav.kc_clearfix {
    max-width: fit-content;
    margin: auto;
    margin-top: 20px;
}

ul.kc_tabs_nav.ui-tabs-nav.kc_clearfix li {
    background-color: white;
}
.pricing p.kc_title {
    font: normal normal normal 16px/3px Arial;
    letter-spacing: 0.16px;
    color: #707070;
    margin-top: 60px;
    text-align: center;
}
img.padlock {
    margin-top: 110px !important;
    margin-right: 200px;
}
.third-row .kc-title-wrap {
    margin-top: 80px;
}
.two-row .kc-title-wrap {
    margin-top: 70px;
}
div#right-image h2.kc_title {
    margin-bottom: 40px !important;
}
div#section-six p {
    text-align: left;
    font: normal normal normal 16px Arial;
    letter-spacing: 0px;
    color: #707070;
    
}
nav#site-navigation {
    padding: 10px;
    background-color: white;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
div#section-six .kc_column_inner.kc_col-sm-4 {
    margin-bottom: 40px;
}
div#section-six a.kc_button.clear-button {
    margin-bottom: -20px !important;
    display: block;
    text-align: right;
}
div#section-six .kc_column_inner.kc_col-sm-4 .kc_wrapper {
    max-width: 348px;
    margin-top: 40px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    opacity: 1;
    display: block;
    float: none;
    border-radius: 8px;
}
div#section-six h3 {
    background-color: #367897;
    padding: 30px;
	margin-bottom: 0px;
    padding-top: 0px;
    text-align: right;
    font: normal normal bold 26px/80px Arial;
    padding-bottom: 0px;
    color: white;
}
div#left-image img {
    float: left;
    max-width: 400px;
    margin-top: 50px;
}
section#grey-section .kc-row-container.kc-container,section#orange-section .kc-row-container.kc-container {
    max-width: 1200px !important;
    margin: auto;
    float: none;
    display: block;
}
h3.kc_title {
    font: normal normal bold 32px/80px Arial;
    letter-spacing: 0px;
    color: #707070;
}
section#white-section .kc-row-container.kc-container {
    max-width: 1200px !important;
    margin: auto;
    float: none;
    display: block;
}
.one-fourth ul li {
    list-style: none !important;
    margin-left: -19px;
	padding-top: 10px;
}

h1, h2, h3, h4, a, span, li, blue, p {
	font-family: Arial, Arial !important;
}
.one-fourth {
    max-width: 195px !important;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
div#testimonials {
    max-width: 1400px;
    margin: auto;
    width: 100% !important;
}
.kc_text_block.full p {
    max-width: inherit !important;
}
div#section-six .kc_wrapper.kc-col-inner-container {
    background-color: white !important;
}
a.kc_button.clear-button:after {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: -34px;
    background-image: url(https://thetestingwebsite.com/private-locker-wordpress/wp-content/uploads/2023/11/arrow-grey.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 13px;
}
div#section-six a.kc_button.clear-button:after {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: -34px;
    background-image: url(https://thetestingwebsite.com/private-locker-wordpress/wp-content/uploads/2023/11/arrow-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 12px;
}
div#section-three img {
    margin: auto;
    display: block;
    margin-bottom: 25px;
    margin-top: 15px;
}
.kc-testimo {
    padding-bottom: 16px;
    padding-top: 10px !important;
}
.content-desc {
    font: normal normal normal 17px Arial;
    letter-spacing: 0.17px;
    color: #707070;
}
.kc-testi-layout-4 .content-image {
    padding-right: 20px;
    float: left;
    width: 26%;
}
.content-position {
    font: normal normal 600 16px Arial !important;
    letter-spacing: 0.16px;
    color: #707070 !important;
}

div#testimonials .kc_col-sm-3 .kc_wrapper {
    background-color: #F5F5F5;
    padding: 10px !important;
    border: 1px solid grey;
    border-radius: 5px;
}
div#testimonials .kc_column.kc_col-sm-12 {
    margin: 0px !important;
    width: 100% !important;
    padding: 0px !important;
}
div#testimonials {
    max-width: 1400px;
    margin: auto;
    float: none;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100% !important;
}
div#testimonials .kc_col-sm-3 .kc_wrapper {
    background-color: #F5F5F5;
    padding: 10px !important;
}
.kc-container {
    max-width: 100% !important;
    padding: 0px !important;
}
section#white-section .kc-row-container.kc-container.full-width .kc-title-wrap {
    max-width: 1200px;
    margin: auto;
    display: block;
    float: none;
    margin-bottom: 30px;
}
section#white-section .kc-row-container.kc-container.full-width {
    max-width: inherit !important;
}
.kc-row-container.kc-container.full-width .kc-title-wrap{
    max-width: 1200px !important;
}
section#white-section {
    background-color: white;
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
div#work-bock img {
    margin-bottom: 12px !important;
}
div#work-bock h3.kc_title {
    color: #d2222a;
    padding-bottom: 15px;
    font-size: 26px;
    padding-top: 17px;
}
/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
.kc_image_gallery.kc-carousel-image.kc-grid {
    margin-top: 30px;
    margin-bottom: -40px !important;
}

.item-grid.grid-4 img {
    padding: 10px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
a:visited {
    color: #304368;
}
img.banner-sig {
    width: 140px;
}
sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
.service h2 {
    padding-top: 90px !important;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
section#calltoaction-black {
    margin-top: -100px;
    margin-bottom: -24px;
}
section#calltoaction a.kc_button {
    background-color: #d2222a;
    color: white;
    font-size: 18px;
}
section#calltoaction-black a.kc_button {
    background-color: #d2222a;
    color: black;
    font-size: 18px;
}
.footer-content h2 {
    color: white;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 24px;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
span.header-restrict {
    max-width: 1250px;
    margin: auto;
    position: relative !important;
    display: block;
    padding: 0px 25px;
    margin-top: -15px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}
li#menu-item-18 {
    border: 2px solid #d2222a;
    padding-bottom: 9px;
    color: black !important;
    margin-left: 20px;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

.bg-light {
    background-color: #000000!important;
}
.header-inner.fixed-top {
    background-color: white;
}
span.header-restrict {
    background-color: white;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
#services h2.kc_title {
    max-width: 180px;
    text-align: center;
    margin: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
#services a.kc_title_link {
    color: #304368 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
i.fa.fa-phone {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
img.image.wp-image-25.logo-footer.attachment-medium.size-medium {
    width: 100px;
    margin: 20px 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.header-inner.fixed-top.none-sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: left;
    height: 30px;
    color: white !important;
    padding: 5px;
    background-color: #F5F5F5;
	border-top: 3px solid #FD9124;
}
.header-inner.fixed-top.none-sticky i {
    margin-right: 4px;
    margin-left: 8px;
}
.header-inner.fixed-top.none-sticky i, .header-inner.fixed-top.none-sticky a {
	color: white !important;
	font-size: 13px;
}
.main-navigation li {
	float: left;
	position: relative;
}
.header-inner.fixed-top.none-sticky .row-menu-inner {
    max-width: 1130px;
    margin: auto;
}
section#banner a.kc_button {
    background-color: #d2222a;
    color: white !important;
    font-weight: 700;
    float: left;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.header-inner.fixed-top.menu-sticky {
    top: 28px;
}
.header-inner.fixed-top nav div {
    display: block;
}
section#banner {
    padding-top: 150px;
    padding-bottom: 150px;
    color: black;
}
.btn-close {
    float: left !important;
    display: inline-block !important;
    width: fit-content !important;
    margin-right: 30px !important;
}
section#about-us h2 {
    margin-bottom: 20px;
}
section#about-us-black h2 {
    margin-bottom: 20px;
}

section#services h3 {
    color: black;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
section#services {
    padding: 40px 0px !important;
    padding-top: 60px !important;
}
section#about-us-black p {
    text-align: left !important;
    font-size: 20px !important;
    line-height: 33px !important;
    padding-right: 44px;
}
section#about-us p {
    text-align: left !important;
    font-size: 20px !important;
    line-height: 33px !important;
    padding-right: 44px;
}
section#about-us-black a.kc_button {
    background-color: #d2222a;
    color: black !important;
    margin: auto;
    display: block;
    max-width: fit-content;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 40px;
}
section#about-us-black a.kc_button {
    background-color: #d2222a;
    color: black !important;
    margin: auto;
    display: block;
    max-width: fit-content;
    font-size: 17px;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
div#meet-team .kc_col-sm-6 .kc_wrapper.kc-col-inner-container {
    border: 5px solid #d12229;
    padding-top: 30px;
	border-radius:4px;
}
div#meet-team p {
    text-align: center !important;
    max-width: inherit !important;
    padding: 0px;
	padding-bottom:3px;
}
div#meet-team {
    margin-bottom: 40px !important;
}
section#about-us-black h2.kc_title {
    color: black;
    margin-top: 50px;
}
section#about-us a.kc_button {
    background-color: #d2222a;
    color: black !important;
    margin: auto;
    display: block;
    max-width: fit-content;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 40px;
}
section#about-us-black {
    border-bottom: 5px solid #d2222a;
    border-top: 5px solid #feee0c;
}
section#about-us a.kc_button {
    background-color: #d2222a;
    color: white !important;
    margin: auto;
    display: block;
    max-width: fit-content;
    font-size: 17px;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
section#about-us-black p {
    color: black;
}
div#nav-bar-collapse-1 {
    float: right;
    display: block;
    margin-right: 0px !important;
}
section#about-us {
    margin-top: 30px;
    border-bottom: 5px solid #d12229;
}
section#accresitations h2 {
    color: black;
    padding-bottom: 30px;
    padding-top: 50px;
}
section#accresitations-black h2 {
    color: white;
    margin-top: -50px;
    padding-bottom: 30px;
}
section#about-us {
    padding-bottom: 120px;
}
section#about-us h2.kc_title {
    margin-top: 60px;
    text-align: left;
}
section#services a.kc_button {
    background-color: #d2222a;
    color: white !important;
    margin: auto;
    display: block;
    max-width: fit-content;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 60px;
}
footer#colophon {
    border-top: 0px;
    background-color: #1a5570;
    padding-top: 30px;
    padding-bottom: 0px;
}
.header-inner.fixed-top.menu-sticky {
    border-bottom: 3px solid #fc9124 !important;
    margin-bottom: 20px !important;
}
section#services {
    border-top: 5px solid #f8dc09;
    border-bottom: 5px solid #d2222a;
}
.header-inner.fixed-top.menu-sticky {
    border-bottom: 0px;
}
section#services p{
    color: black;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}
section#about-us p, section#about-us h2 {
    color: black;
    text-align: center;
    line-height: 26px;
}
footer.entry-footer {
    display: none;
}
section#thunderbolt .kc_col-sm-12 {
    padding: 0px;
}
section#thunderbolt svg {
    width: 100%;
    height: 103px;
    position: relative;
    top: -103px;
}
section#thunderbolt-white .kc_col-sm-12 {
    padding: 0px;
}
section#thunderbolt-white svg {
    width: 100%;
    height: 103px;
    position: relative;
    top: 0px;
}
.logo a {
    max-width: 230px;
    margin-top: -5px;
}
section#banner h1.kc_title {
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
}
.lyles-footer .footer-one {
    max-width: 200px;
	    display: inline-block;
	    padding-top: 5px;
}
footer ul#menu-home-1 li a:hover {
    color: #fc9124;
    transition: .4s;
}
footer h3.widget-title {
    font: normal normal 600 20px Arial;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.lyles-footer .footer-one img {
margin-bottom: 7px;
}
.footer-main {
    max-width: 800px;
    margin: auto;
    padding-top: 10px;
	padding-bottom: 20px;
}
footer h3.widget-title {
    font: normal normal 600 20px Arial;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
footer ul#menu-home-1 li {
    list-style: none;
}
.one-fourth ul li a:hover {
    transition: .4s;
    color: #fc9124;
    text-decoration: none;
}
.footer-main a {
    font: normal normal normal 16px/24px Arial;
    letter-spacing: 0px;
    color: #acb5b9;
}
.footer-two span {
    text-align: center;
    display: block;
    padding-bottom: 10px;
    position: relative;
    top: -2px;
}
.footer-two {
    max-width: 800px;
    width: 100%;
    font: normal normal normal 16px/25px Arial;
    letter-spacing: 0px;
    display: inline-block;
    color: #FFFFFF;
}
li#menu-item-18 {
    border: 2px solid #d2222a;
	border-radius:5px;
    padding-bottom: 5px;
    color: black !important;
    margin-left: 20px;
    padding-top: 5px;
    margin-top: -5px;
}
span.header-restrict {
    max-width: 1270px;
    margin: auto;
    position: relative;
    display: block;
}
.header-inner.fixed-top {
    background-color: white;
}

div#nf-form-1-cont {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    background-color: white;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.notfound-wrapper {
    background-color: #f5f5f5;
	color: #123B4E;
}

.notfound-container {
    max-width: 1200px !important;
    margin: auto;
    float: none;
    display: block;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.one-third {
    vertical-align: top;
}
ul {
    margin-left: 0px;
    padding-left: 20px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/** Custom CSS 2 col header**/

/** header start **/
.site-branding {
    max-width: 1100px;
    margin: auto;
}
.link-header {
    margin-top: 13px;
    color: #2a2a2a;
    text-decoration: none;
}
.link-header a {
    color: #2a2a2a;
    text-decoration: none;
}
div#navbarSupportedContent a {
    color: #1d2327;
    padding: 0px 21px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
div#navbarSupportedContent a {
    font: normal normal normal 16px/25px Arial;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    text-transform: none;
}
div#navbarSupportedContent a {
    border-bottom: 2px solid white;
	padding-bottom:10px;
}
div#navbarSupportedContent a {
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    padding: 0px;
    margin: 7px 20px;
}
div#navbarSupportedContent a:hover {
    border-bottom: 2px solid #FD9124;
    transition: .4s;
}
li#menu-item-25 a {
    background-color: #FF8000;
    color: white !important;
    margin-left: 20px;
    margin-top: -3px;
    padding: 10px 30px;
    border-radius: 2.5em;
    border: 2 solid #ffffff!important;
   }

li#menu-item-25 a:hover {
        transition: .4s;
    background-color: #1a5570;
    border: 2 solid #ffffff;
}
.logo {
    max-width: 550px;
    display: inline-block;
    width: 100%;
}
.social-link {
    max-width: 545px;
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
    top: -20px;
}
.menu-main-container a {
    color: white;
    padding: 7px;
}
.menu-main-container {
    max-width: 1100px;
    margin: auto;
}
/** header end **/

/** footer start **/
.site-info {
    max-width: inherit;
    margin: auto;
    padding: 10px;
    color: black;
    background-color: #123B4E;
    max-width: inherit;
}
.lyles-footer {
    /** max-width: 1200px; **/ 
    margin: auto;
    width: 100%;
    text-align: center;
}
.site-info {
    margin: auto;
    padding: 10px;
    color:black;
}
.site-info a {
    color: white;
}
aside.fatfooter {
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}
.one-third {
    max-width: 340px;
    display: inline-block;
    width: 100%;
}
.footer-main h3 {
    color: white;
}
.footer-main p {
    color: white;
}
.footer-main a {
    color: #acb5b9;
}
.one-fourth {
    max-width: 250px;
    display: inline-block;
    width: 100%;
}
span.header-restrict {
    padding-bottom: 0px;
}
a.kc_title_link {
    color: #304368 !important;
    text-decoration: none !important;
}
/** Footer end **/
/** Custom CSS 2 col header End**/



@media only screen and (max-width: 600px) {
	div#content {
    margin-top: -185px;
}
	section#white-section {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
	p.kc_title {
    display: none;
}
	aside.fatfooter {
    max-width: 1200px;
    margin: auto;
    padding: 10px 15px;
}
	.kc_column.kc_col-sm-12 {
    padding-right: 15px !important;
	}
	.betterdocs-faq-wrapper {
    margin: 0px auto 0;
}
	h2.betterdocs-faq-section-title {
    font-size: 30px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
    section#banner-image img, section#banner-image-center img {
        margin-top: 92px;
    }
	div#navbarSupportedContent {
    display: none;
}
	.kc_col-of-5.kc_column.kc_col-of-5 {
    width: 20%;
    margin: auto;
}
	div#slider-text h2 {
    margin-top: 25px;
}
	.kc_text_block p {
    text-align: center !important;
}
	.kc_col-sm-7.kc_column.kc_col-sm-7 img {
    margin-bottom: 10px !important;
    margin: auto;
    float: none;
    display: block;
}
	.kc-title-wrap h2.kc_title {
    text-align: center;
}
	h2.kc_title.blue {
    text-align: center;
}
	.white-inner-features {
    margin-top: 30px;
}
	section#grey-section .kc_column.kc_col-sm-12 {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
	div#right-image {
    padding-left: 0px;
}
	a.kc_button.blue {
    margin: auto;
    float: none;
    display: block;
    max-width: fit-content;
    margin-bottom: 30px;
    margin-top: 20px !important;
		padding: 22px 40px 22px 28px !important;
}
	.kc_column.kc_col-sm-12 {
    padding-right: 0px !important;
}
	section#white-section img {
    margin: auto !important;
    display: block !important;
    float: none !important;
    margin-bottom: 30px !important;
}
	section#grey-section {
    margin-top: 0px !important;
    padding-top: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	.circle-img-after:after {
		display:none;
	}
	.circle-img-after img {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
		    padding-top: 0px !important;

}
	.kc_col-of-5.kc_column_inner.kc_col-of-5 .kc_shortcode.kc_single_image img {
    padding-top: 0px !important;
}
	h5.kc_title.orange {
    display: none;
}
	.kc_column_inner.kc_col-of-5 {
    width: 50% !important;
    display: block;
}
	section#banner-image-center {
    margin-top: 0px;
}
h2.kc_title.blue {
    margin-bottom: 0px;
    font-size: 25px !important;
}
	section#white-section p {
    text-align: justify;
    font: normal normal normal 14px Arial !important;
    letter-spacing: 0px;
    color: #707070;
}
	div#right-image h2.kc_title {
    margin-bottom: 10px !important;
    font: normal normal 600 15px Arial !important;
    letter-spacing: 0px;
}
	p.kc_title.p-left {
    text-align: left !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
	#personal .kc_col-sm-3 {
    padding-bottom: 30px !important;
}
	div#left-image {
    padding-left: 0px;
}
	div#slider-text h3.kc_titlem div#slider-text2 h3.kc_title {
    display: none !important;
}
	.home h2.kc_title {
    text-align: center;
    font-family: arial;
}
	.home div#slider-text, .home div#slider-text2 {
    padding-top: 50px;
}
    div#slider-text h1, div#slider-text2 h1 {
        font-size: 20px !important;
        padding-top: 60px;
        text-align: left;
        line-height: 35px !important;
        max-width: 67%;
    }
	footer#colophon {
    text-align: center;
}
	div#left-image {
    padding: 20px;
}
	div#left-image img {
    float: none;
    max-width: 100% !important;
    margin: auto;
		margin-top: 20px;
    display: block;
}
	.kc_col-sm-12 {
    margin-right: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}
	div#left-image {
    margin-left: 0px;
}
	div#right-image {
    margin-left: 0px;
}
	h2.kc_title:after {
    content: '';
    display: block;
    width: 145px;
    margin: auto !important;
    height: 3px;
    margin-left: 4px;
    background-color: #fc9124;
    margin-top: -22px !important;
}
	.kc_row.kc_row_inner {
    width: 100% !important;
    text-align: center;
}
	div#right-image img {
    float: none;
    max-width: 100% !important;
    margin: auto;
				margin-top: 20px;
    display: block;
}
	.kc_col-sm-4.white-inner-testimonial {
    margin-bottom: 40px;
}
	section#orange-section h2.kc_title {
    font-size: 26px !important;
    color: #133b4e;
}
	section#white-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
	h5.kc_title {
    display: none;
}
	section#orange-section {
    padding-top: 50px;
    padding-bottom: 60px;
}
	section#banner-image-center {
    margin-top: 0px;
}
	a.kc_button.blue-on-orange {
    margin: auto;
    float: none;
    display: block;
    max-width: fit-content;
}
	div#slider-text2 h2.kc_title {
    margin-top: 0px;
    text-align: center;
}
	.white-centre p {
    text-align: center !important;
    margin-top: -20px;
}
	div#right-image h2.kc_title {
    margin-bottom: 10px !important;
}
	div#price-tab .kc_col-sm-3 {
    margin-bottom: 30px;
}
	section#grey-section {
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
}
    section#white-section img {
        margin: auto !important;
        display: block !important;
        float: none !important;
        margin-bottom: 30px !important;
        padding-left: 0px !important;
    }
    div#right-image h2.kc_title {
        margin-bottom: 0px !important;
        font-size: 23px !important;
    }
a.kc_button.orange {
    margin-left: 0px !important;
    display: block;
    width: 200px;
    border-radius: 2.5em;
}

a.kc_button.blue {
    background-color: #123b4e;
    color: white;
    padding: 20px 30px;
    border-radius: 2.5em;
}
	div#slider-text a.kc_button.orange, div#slider-text2 a.kc_button.orange {
    display: none;
}
	h1, h2, h3, h4, a, span, li, blue, p {
    font-family: Arial, Arial !important;
}
div#slider-text h2, div#slider-text2 h2 {
    letter-spacing: 0px;
    color: #FFFFFF !important;
    max-width: 597px;
    text-align: left;
    font-size: 20px !important;
    margin-bottom: 20px;
}
div#slider-text h2, div#slider-text2 h2 {
    font: normal normal bold 60px / 80px Arial !important;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    max-width: 597px;
    margin-top: 84px;
    margin-bottom: 20px;
    font-family: arial !important;
    font-size: 22px !important;
    line-height: 25px !important;
}
	.kc_col-sm-3.grey-inner-security {
    margin-bottom: 30px;
}

	section#grey-section {
    padding-bottom: 40px !important;
}
	section#banner-image h3.kc_title {
    display: none;
}
	section#orange-section .kc_column.kc_col-sm-12 {
    padding-right: 15px !important;
    padding-left: 10px !important;
}
	div#slider-text h2 {
		    margin-top: 20px;

	}
	div#slider-text h3.kc_title, div#slider-text2 h3.kc_title  {
    font: normal 16px / 18px Arial;
    letter-spacing: 1.42px;
    color: white;
    margin-bottom: 30px;
    text-align: left;
    font-size: 13px !important;
}
.home div#slider-text h2, .home div#slider-texts h2 {
    margin-top: 0px !important;
    margin-bottom: 1px;
    font-size: 20px !important;
}
	section#white-section .kc_col-sm-12.kc_column.kc_col-sm-12 {
    padding-right: 0px !important;
    text-align: justify !important;
    padding-left: 0px !important;
}
section#white-section ul li {
    text-align: justify !important;
    font-family: arial !important;
    font: normal normal normal 16px Arial;
    letter-spacing: 0.16px;
    color: #707070 !important;
    padding-bottom: 11px;
}
	section#white-section p {
    text-align: justify;
}
	section#banner-image {
    margin-top: 175px;
}
	div#slider-text {
    margin-top: 0px !important;
    padding-top: 15px !important;
    text-align: center;
}
	section#banner-image-center  {
		margin-top: 0px;
	}
	.pricing p.kc_title {
    font: normal normal normal 16px/3px Arial;
    letter-spacing: 0.16px;
    color: #707070;
    margin-top: 60px;
    line-height: 30px;
    text-align: center;
}
	div#section-six p {
    text-align: justify;
}
	.home section#white-section .kc_col-sm-12.kc_column.kc_col-sm-12 {
		padding-right: 15px !important;	}
	div#section-six p {
    text-align: justify !important;
}
	h2.kc_title {
    font: normal normal bold 18px / 28px Arial !important;
	}
	div#section-six h3 {
    font: normal normal bold 18px / 80px Arial !important;
	}
	ul.kc_tabs_nav.ui-tabs-nav.kc_clearfix li {
    width: 100% !important;
    text-align: center !important;
}
	h2.kc_title {
    text-align: justify;
}
	h2.kc_title:after {
    content: '';
    display: block;
    width: 145px;
    height: 3px;
    margin-left: 4px;
    background-color: #fc9124;
    margin-top: -22px;
}
	h2.kc_title {
    font: normal normal bold 20px/80px Arial;
    color: #707070 !important;
}
	div#testimonials .kc_col-sm-3 .kc_wrapper {
    background-color: #F5F5F5;
    padding: 10px !important;
    float: none !important;
    display: block !important;
    height: 221px !important;
}

	div#right-image img {
    float: none;
    max-width: 100% !important;
    margin: auto;
		margin-top:20px;
    display: block;
}

	h3.kc_title {
    font: normal normal bold 22px/80px Arial;
    letter-spacing: 0px;
    color: #707070;
}
	h3.kc_title {
    font: normal normal bold 20px / 45px Arial;
    letter-spacing: 0px;
    color: #707070;
}
	div#right-image img {
    float: none;
    max-width: 100% !important;
    margin: auto;
    margin-top: 10px;
    width: 80%;
    display: block;
}
	div#left-image img {
    float: none;
    max-width: 80% !important;
    margin: auto;
    margin-top: 20px;
    display: block;
}
	.two-row .kc-title-wrap {
    margin-top: 10px;
}
	.third-row .kc-title-wrap {
    margin-top: 0px;
}
	.pricing p.kc_title {
    font: normal normal normal 16px / 3px Arial;
    letter-spacing: 0.16px;
    color: #707070;
    margin-top: 0px;
    line-height: 28px;
    text-align: center;
}
	.kc-pricing-layout-2 .kc-pricing-price .content-price {
    padding-bottom: 0px;
}
	.site-branding {
    margin-left: 0px;
}
	.kc_tabs_nav~.kc_tab .kc_tab_content {
    padding: 0px !important;
}
	div#section-six .kc_column_inner.kc_col-sm-4 .kc_wrapper {
    max-width: inherit;
	}
	.kc_column_inner.kc_col-of-5 {
    margin-bottom: 25px;
}
	.kc-testi-layout-4 .content-image img {
    float: none !important;
}
	p.month {
    text-align: left;
    padding-left: 20px;
}
	.kc-pricing-layout-2 .content-desc {
    float: left;
    width: 100%;
    max-width: 200px;
    margin-left: 63px !important;
    list-style: none;
    text-align: center;
    margin: 0;
    display: block !important;
}
	.kc-pricing-layout-2 .content-desc li {
    margin: auto;
    display: block;
    max-width: 200px;
}
	div#section-six .kc_column_inner.kc_col-sm-4 .kc_wrapper {
    max-width: inherit;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    opacity: 1;
    display: block;
    float: none;
    border-radius: 8px;
}
	.sfm-navicon-button.sf_label_default {
    width: 53px;
    height: 53px;
    top: 46px !important;
    right: 25px !important;
}
	div#section-six h3 {
    background-color: #367897;
    padding: 27px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    text-align: center !important;
    font: normal normal bold 17px / 50px Arial;
    padding-bottom: 0px !important;
    color: white;
}
	.one-fourth {
    max-width: 48% !important;
	}
	footer#colophon {
    border-top: 0px;
    background-color: #1a5570;
    padding-top: 10px;
    padding-bottom: 0px;
}
	footer h3.widget-title {
    font: normal normal 600 20px Arial;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
	h2.kc_title:after {
		display:none !important;
	}
	h2.kc_title {
    font: normal normal bold 20px / 28px Arial;
    color: #707070 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}


	.pricing p.kc_title {
    font: normal normal normal 16px / 3px Arial;
    letter-spacing: 0.16px;
    color: #707070;
    margin-top: 0px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0px;
}
	ul.content-desc li {
    text-align: left;
}
	.kc-row-container.kc-container .kc-wrap-columns, .kc_row_inner {
    margin: 0px !important;
}
	.kc-pricing-layout-2 .content-desc li {
    margin: auto;
    display: block;
    max-width: 180px;
}
	img.padlock {
    max-width: 50% !important;
    margin: auto !important;
    width: 50% !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
div#section-six h3 {
    background-color: #367897;
    padding: 27px;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    font: normal normal bold 16px / 57px Arial;
    padding-bottom: 0px;
    color: white;
}
	div#section-three img {
    margin: auto;
    display: block;
    margin-bottom: 25px;
    margin-top: 25px;
}
	section#white-section ul li {
    text-align: justify !important;
    font-family: arial !important;
    font: normal normal normal 14px Arial;
    letter-spacing: 0.16px;
    color: #707070 !important;
    padding-bottom: 11px;
}
	div#section-three h3 {
    font: normal normal 600 23px / 20px Arial;
    letter-spacing: 0.33px;
    color: #707070;
    text-align: center;
}
	h2.kc_title {
    font: normal normal bold 14px / 25px Arial !important;
    color: #707070 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
	.pricing p.kc_title {
    font: normal normal normal 14px / 20px Arial;
    text-align: justify !important;
	}
	div#section-three p {
    font: normal normal normal 16px Arial;
    letter-spacing: 0.16px;
    color: #707070;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
	div#section-three p {
    font: normal normal normal 16px Arial;
    letter-spacing: 0.16px;
    color: #707070;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
	div#section-six p {
    text-align: center;
    font: normal normal normal 14px Arial;
    letter-spacing: 0px;
    color: #707070;
}
	.kc-testi-layout-4 .content-image img {
    border-radius: 100% !important;
    float: none;
    height: 200px;
}
	.kc-testi-layout-4 .content-image {
    padding-right: 0px !important;
    float: none;
    width: 100% !important;
    display: block;
    margin: auto !important;
}
	.content-custom {
    width: 100% !important;
    display: block;
    max-width: inherit !important;
    float: none !important;
}

	div#left-image {
    padding: 0px;
}
}
.kc_text_block.main p {
    font-size: 18px !important;
    margin-bottom: 40px !important;
}
section#services h3 {
    max-width: 209px;
    color: black;
    text-align: center;
    font-size: 22px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
a.kc_button.clear-button {
    background: white !important;
    padding-bottom: 30px;
}
div#section-six h3 {
    background-color: #367897;
    padding: 27px;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: right;
    font: normal normal bold 21px/80px Arial;
    padding-bottom: 0px;
    color: white;
}
h2.kc_title.main {
    max-width: 300px !important;
    margin-bottom: 30px !important;
    display: block;
    padding-bottom: 10px;
    margin-top: 0px !important;
    padding-top: 0px !important;
}
div#meet-team p {
    text-align: center !important;
}
a.kc_button.clear-button.transparent {
    background-color: transparent !important;
    text-align: left;
    margin-top: 20px;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
input#nf-field-4 {
    float: right;
    background-color: #ff8000;
    color: white;
    border: 1px solid grey;
    padding: 10px 30px;
    border-radius: 2.5em;
}
input#nf-field-4:hover {
    transition: .4s;
    background-color: #1a5570;
    border: 2 solid #ffffff;
}

.nf-form-content {
    padding-bottom: 50px!important;
}

@media only screen and (max-width: 1390px) and (min-width: 601px) {

	#banner-image div#slider-text h1 {
		font: normal normal bold 51px / 64px Arial !important;
		letter-spacing: 0px;
		color: #FFFFFF !important;
		max-width: 597px;
		margin-top: 5px;
		margin-bottom: 20px;
		padding-left: 20px;
	}
	#banner-image a.kc_button.orange {
    	margin-left: 20px;
	}
	#banner-image h3.kc_title {
    margin-left: 20px;
}
	#banner-image p.kc_title {
        padding-left: 27px;
        margin-top: 5px !important;
        margin-bottom: 5px;
	}
		ul#menu-home li {
		display: inline-block;
	}
	.navbar-nav {
    display: block !important;
	}
	div#nav-bar-collapse-1 {
    width: 100%;
}
	#banner-image a.kc_button.orange {
    padding: 10px 15px !important;
}
    #banner-image div#slider-text h1 {
        font: normal normal bold 51px / 64px Arial !important;
        letter-spacing: 0px;
        color: #FFFFFF !important;
        max-width: 597px;
        margin-top: 5px;
        font-size: 20px !important;
        margin-bottom: 20px;
        line-height: 20px !important;
        padding-left: 25px;
    }
}

@media only screen and (max-width: 840px) {
	ul#menu-home li {
		display: inline-block;
	}
	.navbar-nav {
    display: block !important;
	}
	div#nav-bar-collapse-1 {
    width: 100%;
}
}