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

  html, body {
    overflow-x:hidden;
    width:100%;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    color: #000;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* 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.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* 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 */
  }
  
  /**
   * 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 */
  }
  
  /**
   * 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;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}

.header_logo_box  a img{
  max-width: 366px;
}
.abt_c{
    padding-left: 16px;
    border-left: 5px solid #a5a6aa;
}
.abt_c p{
    margin: 0 0 10px;
    padding: 0px;
}
.abt_content p{
  margin: 0 0 10px;
  padding: 0px;
}
.contact_content p{
  margin: 0 0 10px;
  padding: 0px;
}
.abt_content_two p{
   margin: 0;
   padding: 0;
   line-height: 1.3;
   margin-bottom: 5px!important;
}
.about_content_three p{
  padding-top: 15px;
}
.cpt_50{
  padding: 50px 0px;
}
.span_color{
    color: #e02a40;
}
.job_container {
    list-style: none;
    margin: 0px;
    margin-top: 25px;
}
.job_container li span {
    display: inline-block;
    padding: 5px 10px;
    background: #e02a40;
    margin-right: 20px;
    color: #ffffff;
    width: 140px;
}
.job_container li span {
    border: 1px solid #b21212;
}
.job_container li {
    margin-bottom: 15px;
    font-size: 16px;
}
.about_content p,.century_content p{
  margin-bottom: 13px;
}
.about_content p span{
   color: #e02a40;
}
.century_section{
    padding-top: 55px;
    padding-bottom: 55px;    
}
.century_content img{
 float: right;
 height: 164px;
}
.pr_list{
  padding-top: 20px;
}
.pr_list  h5{
  font-size: 1.2rem!important;
  margin-bottom: 5px;
}
.pr_box{
  background-color: #edeef3;
  margin-right: 4px;
}
.pr_box table td {
    padding: 5px 5px;
    font-size: 14px;
}
.pr_box .green {
    color: #3f7f00;
}
.pr_list .row{
  margin-left: -15px;
}
.w_364{
  width:304px
}
.btn_red{
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.btn_red a{
  font-size: 16px;
  text-decoration: underline;
}
.btn_red a:hover{
  color: #e02a40;
}

.history_usa{
   background-image: url(../images/history-usa-bg.jpg)!important;
    background-position: 0 70%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 55px 0;
}
.history_usa:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.header_banner{
   background-image: url(../images/history-usa-bg.jpg)!important;
    background-position: 0 70%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}
.header_banner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.section_title{
  position: relative;
}
.section_title h2{
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2.2rem;
}
.section_title:after {
    position: absolute;
    content: "";
    width: 75px;
    right: 0px;
    left: 0px;
    height: 8px;
    background: #e02a40;
    margin: 0px auto;
}

.section_title_footer{
  position: relative;
}
.section_title_footer h4{
  color: #fff;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 20px;
  text-transform: uppercase;
   
}
.section_title_footer:after {
    position: absolute;
    content: "";
    width: 75px;
    right: 0px;
    left: 0px;
    height: 8px;
    background: #e02a40;
    margin: 0px auto;
}

.usa_hostory_content{
  text-align: center;
}
.usa_hostory_content p{
    font-size: 18px;
    padding-top: 35px;
    color: #fff;
}
.footer_area{
  width: 100%;
  background-color:#1d191b;
  padding-top: 55px;
  padding-bottom: 55px;
    
}
.footer_about img{
  margin-bottom: 10px;
}
.footer_about {
    text-align: center;
}
.footer_about{
  border-right: 1px dotted rgba(255, 255, 255, 0.2)
}
.address_footer{
  position: relative;
  text-align: center;
  
}
.address_footer p{
  color: #fff;
  padding-top: 27px;
}
.address_footer p i{
  margin-right: 18px;
}
.address_footer p a{
  color: #fff;
  text-decoration: underline;
}
.address_footer ul{
  list-style: none;
  padding-top: 20px;
}
.address_footer li{
  color: #fff;
  margin-bottom: 13px;
  font-size: 16px;
}
.address_footer li a{
  color: #fff;
  text-decoration: underline;
}
.address_footer li i{
  font-size: 16px;
  margin-right: 15px;
}
.bg_brown{
  background-color: #e02a40;
}
.footer_nav ul{
    margin: 0;
    padding: 0;   
    color: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0!important;
}
.footer_nav ul li {
      padding-right: 14px;
      border-right: 1px solid #ffffff;
      /* text-align: center; */
      line-height: 1;
      /* float: left; */
      padding-left: 14px;
      padding-right: 14px;
      /* padding-bottom: 4px; */
      line-height: 0.7;
}
.footer_nav ul li:last-child{
       padding-right: 0;
        border-right: none;
}
.footer_nav ul li a {
    font-size: 17px;
    color: #fff;    
    font-weight: 300;
    position: relative;
    top: -3px;
  
  }
  .footer_nav ul li a:hover{
    text-decoration: underline;
  }
  .footer-copyright{
    padding: 10px 0 8px;
  }
  .footer_bottom{
    padding: 8px 0 4px;
    
  }
  .footer_copy_content_right {
    color: #fff;
    font-size: 16px;
  }
  .footer_copy_content_right a{
    color: #fff;
    font-size: 16px;
     font-weight: 300;   
  }
  .footer_copy_content_right a:hover{
    text-decoration: underline;
    color: #fff;
  }
  a.phn_no{
    text-decoration: none!important;
    font-size: 20px;
    font-weight: 300;
  }
.dropdown-menu li a span:hover{
  background-color: #000;
  opacity: 1;
  position: relative;
  z-index: 10000;
}
.active span{
  background-color: #e02a40;
  color: #fff!important;
}
.page_title{
  padding-left: 15px;
}
.page_title h1{
  color: #fff;
}
.bl_section{
  background-color: #fff;
  padding: 55px 0;
}
.contact_form_box_inner{
    background-color: #fbfbfb;
    border: 1px solid #e8e7e7;
    border-radius: 5px;
    margin: 20px 0 10px;
    padding: 15px 20px 20px;
}
.form-group{
  display: flex;
  align-items: center;
}
.contact_info{
  margin-left: 27px;
}
.contact_content a,.contact_info a{
  text-decoration: underline;
}
.contact_content a:hover,.contact_info a:hover{
  color: #e02a40;
}
.contact_info h2,.contact_info h4{
  color: #000;
}
.contact_info h4{
   margin-bottom: 5px;
}
.contact_info p{
  margin-bottom: 12px;
}
.contact_info p a{
  padding-bottom: 10px;
}
.job_oppr{
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #edeef3;
    border-top: 1px solid #edeef3;
    border-bottom: 1px solid #a5a6aa;
}
.job_oppr table{
  border: 1px solid;
}
.job_oppr table td {
    padding: 10px;
    font-size: 16px;
}
.job_oppr tbody, td, tfoot, th, thead, tr {
    border-color: #350a0a;
    border-style: solid;
    border-width: 1px;
}
.job_oppr table td a{
  text-decoration: underline;
}
.job_oppr table td a:hover{
  color: #e02a40;
}
.top_contact_info i{
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
}
.top_contact_info a{
  color: #fff;
  font-size: 20px;
  font-size: 800;
}
.top_contact_info a:hover{
  color: #fff;
}
.top_socila_info ul{
  list-style: none;
  display: flex;
  justify-content: end;
  margin: 0;
  padding: 0;
}
.top_socila_info li{
  margin-right: 10px;
}
.top_socila_info li  a{
  color:#fff;
  font-size: 20px;
}
.header-btn__container {
    margin-right: 88px;
}

.footer_copy_content_right p{
  margin: 0;
}
/*.apbtn p input{
  margin: 0 !important;
}*/
.contact-form p{
  display: flex;
  align-items: center;
}
.contact-form .apbtn input{
  margin-left: 94px;
}