/*
Theme Name: American Security
Theme URI: 
Author: the TSG team
Author URI: https://stephenz.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tsg
Tags: bootstrap, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, theme-options
*/
/**Font**/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700');
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16.5px; 
  letter-spacing: -0.2px;
  font-weight: 500;
}

html{
	scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2f2f; }

h1 {
  font-size: 39px;
  font-weight: 500 }

h2 {
  font-size: 25px;
  font-weight: 500; }
  h2.big-text {
    font-size: 31px; }

h3 {
  font-size: 24px;
  font-weight: 500; }

h4 {
  font-size: 21px;
  font-weight: 700; }

h5 {
  font-size: 20px;
  font-weight: 700; }

p {
  font-size: 16.5px;
  line-height: 23px;
  font-weight: 400;
  color: #686868;
  letter-spacing: -0.2px;}
.font-medium-p * {
  font-weight: 500;
}
.text-blue * {
  color: #2a3989;
}
.text-black *{
  color: #000;
}
.text-black2 * {
  color: #313030;
}
.text-black3 * {
  color: #2f2f2f;
}
.text-orange *{
  color: #ff5705;
}
.font-medium *{
  font-size: 24px;
  line-height: 34px;
}
a {
  color: #2a3989; }
  a:hover {
    color: #8091e9; }

p.big-text, .text-box p,
a.big-text {
  font-size: 24px;
  font-weight: 300; }

a:hover {
  text-decoration: none; }

ul li,
ol li {
  color: #575757; }

ul li {
  margin-bottom: 10px; }
ul {
  padding-left: 18px;
}

.container {
  max-width: 1140px !important; }

.header-top {
  min-height: 60px;
  background-color: #ff5706;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff; }

.header-bottom {
  background-color: #2a3989;
  z-index: 1; }
  @media all and (min-width: 992px) {
    .header-bottom {
      background-color: rgba(255, 255, 255, 0.8); } }
.header-widgets {
  align-items: center;
}
/********************Logo**************************/
.custom-logo {
  position: absolute;
  width: auto;
  max-width: initial;
  height: auto;
  max-height: 170px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: -25px; }

/********************Header Menu*******************/
.menu-top-menu-container {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px; }
  .menu-top-menu-container ul {
    padding: 30px 0; }
    @media all and (max-width: 576px) {
      .menu-top-menu-container ul {
        height: 100vh; } }
    @media all and (min-width: 992px) {
      .menu-top-menu-container ul {
        padding: 0; } }
    .menu-top-menu-container ul li {
      margin: 0 15px;
      border-bottom: 1px solid #8091e9; }
      .menu-top-menu-container ul li:last-child {
        border-bottom: 0; }
      @media all and (min-width: 992px) {
        .menu-top-menu-container ul li {
          border-bottom: 0; } }
      .menu-top-menu-container ul li a {
        display: block;
        padding: 15px;
        font-size: 21px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase; }
        .menu-top-menu-container ul li a:hover {
          color: #8091e9; }
        @media all and (min-width: 992px) {
          .menu-top-menu-container ul li a {
            padding: 0;
            color: #2a3989; } }
      .menu-top-menu-container ul li.current_page_item a {
        color: #8091e9; }
.header-right-widget p {
  padding-top: 0;
  margin-bottom: 0;
  line-height: 18px;
  margin-top: -5px;
  font-size: 20px;
}

/**************Footer Menu*************/
.site-footer {
  border-top: 1px solid #c2c2c2; }
  @media all and (min-width: 992px) {
    .site-footer {
      border-top: 0; } }
  .site-footer .menu-top-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media all and (max-width: 767px) {
      .site-footer .menu-top-menu-container ul {
        display: none; } }
    .site-footer .menu-top-menu-container ul li {
      display: inline;
      margin: 0;
      padding: 0 15px 0 0;
      border-bottom: 0; }
      .site-footer .menu-top-menu-container ul li a {
        display: inherit;
        padding: 0;
        font-size: 18px;
        color: #8091e9; }
        .site-footer .menu-top-menu-container ul li a:hover {
          color: #fff; }
      .site-footer .menu-top-menu-container ul li.current_page_item a {
        color: #fff; }

.footer-bottom {
  background-color: #2a3989; 
  padding-top: 30px;
  padding-bottom: 25px;
}

/********************Social Menu**********************/
.menu-social-menu-container {
  text-align: center; }
  .menu-social-menu-container ul {
    list-style: none;
    padding-left: 0; }
    @media all and (min-width: 768px) {
      .menu-social-menu-container ul {
        float: right; } }
    .menu-social-menu-container ul li {
      display: inline-block;
      margin: 0 5px; }
      .menu-social-menu-container ul li:last-child {
        margin: 0; }
      .menu-social-menu-container ul li a {
        display: block;
        width: 30px !important;
        height: 30px;
        overflow: hidden;
        color: transparent; }
      .menu-social-menu-container ul li.facebook a {
        background-image: url(assets/images/icon-facebook.png); }
        .menu-social-menu-container ul li.facebook a:hover {
          background-image: url(assets/images/icon-facebook-h.png); }
      .menu-social-menu-container ul li.twitter a {
        background-image: url(assets/images/icon-twitter.png); }
        .menu-social-menu-container ul li.twitter a:hover {
          background-image: url(assets/images/icon-twitter-h.png); }
      .menu-social-menu-container ul li.linkedin a {
        background-image: url(assets/images/icon-linkedin.png); }
        .menu-social-menu-container ul li.linkedin a:hover {
          background-image: url(assets/images/icon-linkedin-h.png); }

/********************Featured Image*******************/
.featured-image {
  min-height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media all and (min-width: 768px) {
    .featured-image {
      min-height: 450px; } }
  @media all and (min-width: 992px) {
    .featured-image {
      min-height: 550px; } }
  @media all and (min-width: 1140px) {
    .featured-image {
      min-height: 650px; } }

.page-title-featured {
  width: auto;
  max-width: 900px;
  padding: 10px; }
  @media all and (min-width: 320px) {
    .page-title-featured {
      min-width: 320px; } }

/********************Common Styles*******************/
.brand-color {
  background-color: #2a3989; }

.brand-color-secondary {
  background-color: #ffd105; }

.background-gray {
  background-color: #f2f2f2; }

span.required {
  color: #f45e27; }

/**Text colors and font**/
.brand-color-text {
  color: #2a3989; }

.color-white {
  color: #fff; }
.color-skyblue {
  color: #8091e9;
}
.color-black {
  color: #000; }

.color-a26700 {
  color: #041d82; }

.text-18,
.text-18 a,
.text-18 button {
  font-size: 18px !important; }

.text-29 {
  font-size: 29px; }

/*button*/
.btn-secondary-cta {
  background-color: #f3a806;
  border-color: #f3a806;
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  color: #fff; }
  .btn-secondary-cta:hover {
    color: #fff; }

  .btn-main-cta-outline {
    background-image: none;
    background-color: #fff;
    color: #2a3989;
    border-color: #ff5705;
    border-radius: 0;
    border-width: 2px;
    font-weight: bold;
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 18px;
  }

/*height*/
.height-lg-350 {
  height: 350px; }
  @media all and (max-width: 991px) {
    .height-lg-350 {
      height: auto; } }

/**/
/***Page Styles***/
.text-box {
  margin-bottom: 45px !important;
  padding-bottom: 45px;
  border-bottom: 1px solid #cdcdcd; }
  .text-box h3 {
    color: #2a3989; }
  .text-box ul,
  .text-box ol {
    padding-left: 22px; }
    .text-box ul li,
    .text-box ol li {
      font-size: 24px;
      font-weight: 300; }

/**Contact form**/
.form-control {
  border-radius: 0; }
.form p {
  color: #6d6e70;
}
div.wpcf7-validation-errors {
  border: 2px solid #f00 !important;
  color: #f00; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #2a3989 !important;
  color: #2a3989 !important; }

.recaptcha {
  width: 304px;
  max-width: 100%;
  overflow: hidden; }
  .recaptcha > div {
    max-width: 100%; }
  .recaptcha iframe {
    max-width: 100%; }
.overflow-hidden .wpb_wrapper {
  overflow: hidden;
}
.h2-big h2 {
  font-size: 30px;
}
label {
  color: #6d6e70;
  font-weight: 400;
}
p strong {
  font-weight: 500;
}
/* thank you page */
.page-id-3308 .vc_row{
  margin: 0 auto;
}
.page .thank--content{
  text-align: center;
  max-width: 800px;
  padding: 58px 0;
}
.thank--content h2{
  color: #2a3989;
  font-size: 40px;
}
.page-id-3308  .brand-color{
  padding: 40px 57px;
}
@media (max-width:600px) {
  .site-main {
    overflow: hidden;
  }
  .page-id-3308 h1{
    font-size: 32px;
  }
  .thank--content h2{
    font-size: 30px;
  }
}