/*

Theme Name: FixmyDL

Theme URI: https://fixmydl.com/

Author: 79Digital Solutions

Author URI: https://79Digital.com/

Description:  This Theme is specially desinged and Developed by <a href="http://79digital.com/">79 Digital Solutions</a> for <a href="https://fixmydl.com/">FixmyDL</a> through Bootstrap Starter Theme. 

Version: 99.1.0

License: GNU General Public License v2 or later

License URI: LfICENSE

Text Domain: AAAU

Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

	## Posts and pages

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

# Woocommerce

# Footer

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/


@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-ExtraBold.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-Bold.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-BoldItalic.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-Italic.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-Medium.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-ExtraBoldItalic.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-LightItalic.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-Light.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-SemiBoldItalic.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-SemiBold.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-Regular.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/OpenSansCondensed-MediumItalic.woff2') format('woff2'),
      url('fonts/OpenSansCondensed-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}




body {

  margin: 0;

  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #333333;

  -webkit-font-smoothing: auto;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

menu,

nav,

section,

summary {

  display: block;

}



audio,

canvas,

progress,

video {

  display: inline-block;

  vertical-align: baseline;

}



audio:not([controls]) {

  display: none;

  height: 0;

}



[hidden],

template {

  display: none;

}



a {

  background-color: transparent;

}



a:active,

a:hover {

  outline: 0;

}



dfn {

  font-style: italic;

}



mark {

  background: #ff0;

  color: #000;

}



small {

  font-size: 80%;

}



sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}



sup {

  top: -0.5em;

}



sub {

  bottom: -0.25em;

}



img {

  border: 0;

}



svg:not(:root) {

  overflow: hidden;

}



figure {

  margin: 1em 2.5rem;

}



hr {

  box-sizing: content-box;

  height: 0;

}



button {

  overflow: visible;

}



button,

select {

  text-transform: none;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  cursor: pointer;

}



button[disabled],

html input[disabled] {

  cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0;

}



input {

  line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  padding: 0;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}



fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;

}



legend {

  border: 0;

  padding: 0;

}



textarea {

  overflow: auto;

}



optgroup {

  font-weight: bold;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}



td,

th {

  padding: 0;

}



/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

  clear: both;
  color: #03294c;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Open Sans Condensed';

}

h1 {

  font-size: 32px;
  padding-bottom: 10px;

}

h2 {

  font-size: 28.5px;
  line-height: 32px;
  letter-spacing: 0.6px;
  color: #03294c;
  text-transform: uppercase;

}

h2 a {

}

h3 {

  font-size: 22px;
  line-height: 30px; 
  letter-spacing: 0.6px;
  color: #03294c;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 20px;

}

h4 {

  font-size: 16px;

  line-height: 20px;

}

h5 {

  font-size: 14px;

  line-height: 17.5px;

}



p {

  margin-bottom: 20px;
  letter-spacing: 0.6px;

}


h1.entry-title {

  font-size: 1.31rem;

  border-bottom: 1px solid #eaecef;

}

h2.entry-title {

  border-bottom: 1px solid #eaecef;

}

h3.widget-title {

  font-size: 1.2rem;

}



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

body {

  background: #fff;

  /* Fallback for when there is no custom background color defined. */

}



img {

  height: auto;

  /* Make sure images are scaled correctly. */

  max-width: 100%;

  /* Adhere to container width. */

}



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

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

header#masthead {

  background-color: transparent;
  padding: 10px 0 0;

}


.home header#masthead {
  margin-bottom: 80px;
}


.navbar-brand > a {

  color: rgba(0, 0, 0, 0.9);

  font-size: 1.1rem;

  outline: medium none;

  text-decoration: none;

  color: #fff;

  font-weight: 700;

}



.navbar-brand > a:visited, .navbar-brand > a:hover {

  text-decoration: none;

}



#page-sub-header {

  position: relative;

  padding-top: 5rem;

  padding-bottom: 0;

  text-align: center;

  font-size: 1.25rem;

  background-size: cover !important;

}



body:not(.theme-preset-active) #page-sub-header h1 {

  line-height: 1.6;

  font-size: 4rem;

  color: #563e7c;

  margin: 0 0 1rem;

  border: 0;

  padding: 0;

}



#page-sub-header p {

  margin-bottom: 0;

  line-height: 1.4;

  font-size: 1.25rem;

  font-weight: 300;

}

body:not(.theme-preset-active) #page-sub-header p {

color: #212529;

}

a.page-scroller {

  color: #333;

  font-size: 2.6rem;

  display: inline-block;

  margin-top: 2rem;

}



@media screen and (min-width: 768px) {

  body:not(.theme-preset-active) #page-sub-header h1 {

    font-size: 3.750rem;

  }

  body:not(.theme-preset-active) #page-sub-header {

    font-size: 1.25rem;

  }

}

@media screen and (min-width: 992px) {

  #page-sub-header p {

    max-width: 43rem;

    margin: 0 auto;

  }

}

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

#masthead nav {

  padding-left: 0;

  padding-right: 0;

}



body:not(.theme-preset-active) #masthead .navbar-nav > li > a {

  color: #cdbfe3;

  padding: 0.5rem;

  font-weight: 500;

  font-size: 0.875rem;

}



body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {

  color: #fff;

  font-weight: 600;

  /*background: #f9f9f9;*/

}



.navbar-brand {

  height: auto;

}



.navbar-toggle .icon-bar {

  background: #000 none repeat scroll 0 0;

}



.dropdown-menu .dropdown-toggle::after {

  border-bottom: 0.3em solid transparent;

  border-left: 0.3em solid;

  border-top: 0.3em solid transparent;

}



/* Small menu. */

.menu-toggle,

.main-navigation.toggled ul {

  display: block;

}



.dropdown-item {

  line-height: 1.2;

  padding-bottom: 0.313rem;

  padding-top: 0.313rem;

}



.dropdown-menu {

  min-width: 12.500rem;

}



.dropdown .open .dropdown-menu {

  display: block;

  left: 12.250em;

  top: 0;

}



.dropdown-menu .dropdown-item {

  white-space: normal;

  background: transparent;

  line-height: 1.6;

}

.dropdown-menu .dropdown-item:hover {

  background: transparent;

}



@media screen and (min-width: 37.5em) {

  .menu-toggle {

    display: none;

  }

}

@media screen and (min-width: 769px) {

  .dropdown-menu li > .dropdown-menu {

    right: -9.875rem;

    top: 1.375rem;

  }

}

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

  .navbar-nav .dropdown-menu {

    border: medium none;

    margin-left: 1.250rem;

    padding: 0;

  }



  .dropdown-menu li a {

    padding: 0;

  }



  #masthead .navbar-nav > li > a {

    padding-bottom: 0.625rem;

    padding-top: 0.313rem;

  }



  .navbar-light .navbar-toggler {

    border: medium none;

    outline: none;

  }

}

.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%;

}

.comment-content.card-block {

  padding: 20px;

}



.navigation.post-navigation {

  padding-top: 1.875rem;

}



.post-navigation .nav-previous a,

.post-navigation .nav-next a {

  border: 1px solid #ddd;

  border-radius: 0.938rem;

  display: inline-block;

  padding: 0.313rem 0.875rem;

  text-decoration: none;

}



.post-navigation .nav-next a::after {

  content: " \2192";

}



.post-navigation .nav-previous a::before {

  content: "\2190 ";

}



.post-navigation .nav-previous a:hover,

.post-navigation .nav-next a:hover {

  background: #eee none repeat scroll 0 0;

}



/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

  clip: rect(1px, 1px, 1px, 1px);

  position: absolute !important;

  height: 1px;

  width: 1px;

  overflow: hidden;

  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;

  color: #21759b;

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: bold;

  height: auto;

  left: 0.313rem;

  line-height: normal;

  padding: 0.938rem 1.438rem 0.875rem;

  text-decoration: none;

  top: 0.313rem;

  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;

}



a img.alignright {

  float: right;

  margin: 0.313rem 0 1.25rem 1.25rem;

}



a img.alignnone {

  margin: 0.313rem 1.25rem 1.25rem 0;

}



a img.alignleft {

  float: left;

  margin: 0.313rem 1.25rem 1.25rem 0;

}



a img.aligncenter {

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.wp-caption.alignnone {

  margin: 0.313rem 1.25rem 1.25rem 0;

}



.wp-caption.alignleft {

  margin: 0.313rem 1.25rem 1.25rem 0;

}



.wp-caption.alignright {

  margin: 0.313rem 0 1.25rem 1.25rem;

}



/*--------------------------------------------------------------

# 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;

  font-size: 0.875rem;

  /* Make sure select elements fit in widgets. */

}

.widget select {

  max-width: 100%;

}



.widget_search .search-form input[type="submit"] {

  display: none;

}



.nav > li > a:focus,

.nav > li > a:hover {

  background-color: #eee;

  text-decoration: none;

}

.half-rule {

  width: 6rem;

  margin: 2.5rem 0;

}

.widget_categories .nav-link {

  display: inline-block;

}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

#content.site-content {

  padding-bottom: 30px;
  padding-top: 30px;

}



.sticky .entry-title::before {

  content: '\f08d';

  font-family: "Font Awesome\ 5 Free";

  font-size: 1.563rem;

  left: -2.5rem;

  position: absolute;

  top: 0.375rem;

  font-weight: 900;

}



.sticky .entry-title {

  position: relative;

}



.single .byline,

.group-blog .byline {

  display: inline;

}



.page-content,

.entry-content,

.entry-summary {

  margin: 1.5em 0 0;

}



.page-links {

  clear: both;

  margin: 0 0 1.5em;

}



.page-template-blank-page .entry-content,

.blank-page-with-container .entry-content {

  margin-top: 0;

}



.post.hentry {

  margin-bottom: 4rem;

}



.posted-on, .byline, .comments-link {

  color: #9a9a9a;

}



.entry-title > a {

  color: inherit;

}



/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {

  word-wrap: break-word;

}



.bypostauthor {

  display: block;

}



.comment-body .pull-left {

  padding-right: 0.625rem;

}



.comment-list .comment {

  display: block;

}



.comment-list {

  padding-left: 0;

}



.comments-title {

  font-size: 1.125rem;

}



.comment-list .pingback {

  border-top: 1px solid rgba(0, 0, 0, 0.125);

  padding: 0.563rem 0;

}



.comment-list .pingback:first-child {

  border: medium none;

}



/*--------------------------------------------------------------

# 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%;

}



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {

  background: #f1f1f1 none repeat scroll 0 0;

  border: 1px solid #f0f0f0;

  max-width: 96%;

  padding: 0.313rem 0.313rem 0;

  text-align: center;

}

.wp-caption img[class*="wp-image-"] {

  border: 0 none;

  height: auto;

  margin: 0;

  max-width: 100%;

  padding: 0;

  width: auto;

}

.wp-caption .wp-caption-text {

  font-size: 0.688rem;

  line-height: 1.063rem;

  margin: 0;

  padding: 0.625rem;

}



.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-item .gallery-columns-2 {

  max-width: 50%;

}

.gallery-item .gallery-columns-3 {

  max-width: 33.33333%;

}

.gallery-item .gallery-columns-4 {

  max-width: 25%;

}

.gallery-item .gallery-columns-5 {

  max-width: 20%;

}

.gallery-item .gallery-columns-6 {

  max-width: 16.66667%;

}

.gallery-item .gallery-columns-7 {

  max-width: 14.28571%;

}

.gallery-item .gallery-columns-8 {

  max-width: 12.5%;

}

.gallery-item .gallery-columns-9 {

  max-width: 11.11111%;

}



.gallery-caption {

  display: block;

}



/*--------------------------------------------------------------

# Plugin Compatibility

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Woocommerce

--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {

  width: 8.313rem !important;

}



.variations_form .variations .value > select {

  margin-bottom: 0.625rem;

}



.woocommerce-MyAccount-content .col-1,

.woocommerce-MyAccount-content .col-2 {

  max-width: 100%;

}



/*--------------------------------------------------------------

## Elementor

--------------------------------------------------------------*/

.elementor-page article .entry-footer {

  display: none;

}



.elementor-page.page-template-fullwidth #content.site-content {

  padding-bottom: 0;

  padding-top: 0;

}



.elementor-page .entry-content {

  margin-top: 0;

}



/*--------------------------------------------------------------

## Visual Composer

--------------------------------------------------------------*/

.vc_desktop article .entry-footer {

  display: none;

}



.vc_desktop #content.site-content {

  padding-bottom: 0;

  padding-top: 0;

}



.vc_desktop .entry-content {

  margin-top: 0;

}



/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

footer#colophon {


}

body:not(.theme-preset-active) footer#colophon {


}

.navbar-dark .site-info {

  color: #fff;

}

.copyright {

  font-size: 0.875rem;

  margin-bottom: 0;

  text-align: center;

}



.copyright a, footer#colophon a {

  color: inherit;

}



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

  #masthead .navbar-nav > li > a {

    padding-bottom: 0.938rem;

    padding-top: 0.938rem;

  }

}

/*--------------------------------------------------------------

# Media Query

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Notebook

--------------------------------------------------------------*/

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

  html {

    font-size: 95%;

  }

}



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

  .navbar-dark .dropdown-item {

    color: #fff;

  }

  .navbar-nav .dropdown-menu {

    background: transparent;

    box-shadow: none;

    border: none;

  }

}

/*--------------------------------------------------------------

## Netbook

--------------------------------------------------------------*/

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

  html {

    font-size: 90%;

  }

}

/*--------------------------------------------------------------

## iPad

--------------------------------------------------------------*/

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

  html {

    font-size: 85%;

  }

}

/*--------------------------------------------------------------

## iPad

--------------------------------------------------------------*/

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

  html {

    font-size: 80%;

  }

}

/*--------------------------------------------------------------

## iPad

--------------------------------------------------------------*/

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

  html {

    font-size: 75%;

  }

}


.content-area {
  width: 100%;
}


/* Header Styles Css ---------------------------------------------- Start --------------------------------------------- */
.header-top {
  text-align: right;
}
.header-top .tel-info {
  display: inline-block;
}
.navbar {
  background: #7e1a1e;
  color: #ffffff;
  height: 40px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.navbar li a {
  padding: 0 !important;
  display: inline-block;
  position: relative;
  line-height: 40px;
  font-size: 12px !important;
  letter-spacing: 0.5;
  text-transform: uppercase;
  font-weight: 400 !important;
  margin: 0px 20px;
  color: #ffffff !important;
}

.navbar li:last-child a {
  margin-right: 0 !important;
}
.navbar li:first-child a {
  margin-left: 0 !important;
}
.navbar li a:after {
  position: absolute;
  right: -20px;
  top: 12px;
  width: 1px;
  height: 16px;
  content: '';
  background: #ffffff;
  display: block;
}
.navbar li:last-child a:after {
  display: none;
}

.navbar li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: #ffffff !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  font-weight: 400 !important;
}

.navbar .navbar-brand {
  padding: 0;
  position: relative;
  width: 159px;
  text-align: center;
  height: 40px;
}
.navbar .navbar-brand:before {
  content: '';
  width: 159px;
  height: 32px;
  background: url('images/logo-bg.png') center center no-repeat;
  position: absolute;
  left: 0;
  top: -31px;
  display: block;
}

.navbar .navbar-brand img {
  margin-top: -24px;
  position: relative;
  margin-left: -10px;
}

.header-top {
  margin-bottom: 10px;
}

.header-top .tel-info i {
  font-size: 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
  line-height: 18px !important;
  height: 20px;
  width: 20px;
  transform: rotate(90deg);
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 2px 0px;
}
.header-top .tel-info {
  display: inline-block;
  vertical-align: middle;
}
.header-top .tel-info a {
  color: #ffffff;
  font-weight: 700;
  font-family: 'Open Sans Condensed';
  font-size: 16px;
  letter-spacing: 0.5px;
}
.header-top .tel-info:hover a, .header-top .tel-info:hover i {
  color: #03294c;
  border-color: #03294c;
  text-decoration: none;
}

.button {
  background: #03294c;
  line-height: 25px;
  padding: 0px 16px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  min-width: 96px;
  font-family: 'Open Sans Condensed';
  display: inline-block;
  border: 1px solid #ffffff;
}
.button:hover {
  background: #7e1a1e;
  color: #ffffff;
  text-decoration: none;
}

.head-btn {
  background: #7e1a1e;
  padding: 8px 25px;
  margin-left: 15px;
  font-size: 16px;
}
.head-btn:hover {
}




.main-content_section h1 {
  font-size: 28.5px;
  line-height: 32px;
  letter-spacing: 0.6px;
  color: #03294c;
  text-transform: uppercase;
}
.main-content_section h1 span {
  display: block;
}


.main-content_section .entry-content {
  max-width: 395px;
  margin-top: 0 !important;
}

.main-content_section .sub-title {
  line-height: 35px;
  font-size: 23px;
  letter-spacing: 0.6px;
  color: #03294c;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  margin-bottom: 10px;
}
.main-content_section .sub-title b {
  text-transform: uppercase;
}
.main-content_section .sub-title em {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300 !important;
  letter-spacing: 0;
  color: #7e1a1e;
  line-height: 35px;
}

.main-content_section .sub-title span {
  font-size: 37px;
  letter-spacing: 0.25px;
  color: #7e1a1e;
  text-transform: uppercase;
  display: block;
  line-height: 45px;
}



footer.site-footer {
  padding: 65px 0 30px;
  background: url("images/footer-bg-n.jpg") right bottom no-repeat;
  background-size: cover;
  display: block;
  font-size: 13px;
  color: #ffffff;
}
footer.site-footer h3 {
  color: #ffffff;
}

footer.site-footer .button {
  color: #ffffff;
  background: #333333;
}
footer.site-footer .button:hover {
  background: #7e1a1e;
}

.ft-logo {
  padding: 15px;
  background: #7e1a1e;
  text-align: center;
  margin-bottom: 25px;
}
.ft-logo img {
  max-width: 100%;
  margin: 0px auto;
  display: inline-block;
}

.ft-content {
  margin-bottom: 25px;
  padding: 0 12px;
}
.ft-content p {
  margin: 0;
}

.ft-col-2 {
}

footer.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.site-footer ul li {
  padding-left: 12px;
  position: relative;
}
footer.site-footer ul li:before {
  width: 6px;
  height: 1px;
  background: #ffffff;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}

footer.site-footer ul li a {
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
}
footer.site-footer ul li a:hover {
  text-decoration: underline;
}

.ft-col-3 {
  line-height: 20px;
}
footer.site-footer .tel-info {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  letter-spacing: 1px;
  padding-top: 2px;
}

footer.site-footer .tel-info i {
  font-size: 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
  line-height: 18px !important;
  height: 20px;
  width: 20px;
  transform: rotate(90deg);
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  text-align: center;
  margin-right: 15px;

  position: absolute;
  left: 0px;
  top: 3px;

}
footer.site-footer .location-info {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  letter-spacing: 1px;
}

footer.site-footer .location-info i {
  font-size: 16px;
  color: #ffffff;
  margin-right: 15px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 3px;
}

footer.site-footer .email-info {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  letter-spacing: 1px;
}
footer.site-footer .email-info i {
  font-size: 16px;
  color: #ffffff;
  margin-right: 15px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 3px;
}

.site-info {
  padding-top: 65px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
}





@media (min-width: 992px) {

  .ft-col-2 {
    padding-left: 50px;
  }

}



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


}


.home_banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 103px;
}

.banner_links {
  padding: 58px 0 69px;
  margin: 0 auto;
  max-width: 1050px;
}

.banner_single_link {
  margin-bottom: 20px;
}


.why_logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; /* Adjust as needed */
}

.single_why_logo {
  text-align: center;
  margin-bottom: 20px; /* Adjust as needed */
}

.single_why_logo_inner {
  padding: 10px; /* Adjust as needed */
}

@media (max-width: 1200px) {
  .why_logos {
      grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .why_logos {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .why_logos {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .why_logos {
      grid-template-columns: 1fr;
  }
}

.red_section{
  background: #7e1a1e;
  text-align: center;
}

.red_section ul li{
  display: inline-block;
  margin: 10px;
  color: #fff;
  text-align: center;
}


.banner_slide_text .banner_title {
  font-size: 45px;
  font-weight: 700;
  font-family: 'Open Sans Condensed';
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 55px;
  margin-bottom: 30px;
}
.banner_slide_text .banner_title span {
  display: block;
  font-size: 47px;
  color: #03294c;
}

.banner_text {
  color: #ffffff;
}

.banner-text-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  font-weight: 500;
  font-family: 'Open Sans Condensed';
  margin-bottom: 15px;
}

.banner_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner_text ul li {
  padding-left: 20px;
  position: relative;
  line-height: 28px;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.banner_text ul li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 2px;
  top: 7px;
}
.banner_text ul li:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #02203b;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 0px;
  top: 7px;
}

.banner_text {
  margin-bottom: 40px;
}


.banner_slide_text .button.head-btn {
  margin-left: 0 !important;
  border: none;
  background: #ce202c;
  padding: 10px 35px;
  line-height: 30px;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 700;
}

.banner_slide_text .button.head-btn:hover {
  background: #03294c;
}


.banner_single_link_inner {
  border: 3px solid #ffffff;
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Open Sans Condensed';
  color: #ffffff;
  background-size: cover !important;
}
.banner_single_link_inner a {
  padding: 20px;
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Open Sans Condensed';
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 5px #000000;
  display: block;
}


.banner_single_link {
  padding: 0 25px;
}


.image_text_form_section .row {
  margin: 0;
}


.entry-content p span {
  color: #7e1a1e;  
}


.why_choose_us_section {
  background : #032443;
  background-image: url("images/icons-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #ffffff;
  margin-top: 80px;
  padding: 55px 0;
  position: relative;
}




.why_choose_us_section .why_title_area {
  text-align: center;
}

.why_title_bottom {
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans Condensed';
  margin-bottom: 40px;
  display: block;
}

.why_choose_us_section .why_title_area h2 {
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 37px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 0;
}
.why_choose_us_section .why_title_area h2 em {
  text-transform: inherit !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  display: block;
  font-size: 12px !important;
}


.why_choose_us_section .why_title_area h2:after {
  width: 100%;
  max-width: 450px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  margin: 15px auto 0;
}

.why_choose_us_section .why_title_area h2:before {
  width: 53px;
  height: 8px;
  background: #ffffff;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
}

.single_why_logo_inner {
  max-width: 180px;
  margin: 0px auto;
}
.single_why_logo_inner img {
  margin-bottom: 5px;
}
.single_why_logo_inner .title {
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 24 px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans Condensed';
  display: block;
}


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

  .why_choose_us_section {
    background-size: 180px;
    padding-bottom: 150px;
  }

}

.red_section {
  padding: 5px 0;
}

.red_section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.red_section ul li {
  padding-left: 15px;
  position: relative;
  line-height: 25px;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-family: 'Open Sans Condensed';
  text-transform: uppercase;
  font-weight: 700;
}

.red_section ul li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 0px;
  top: 6px;
}


.image_text_form_section {
}

.image_text_form_section .image_text_section {
  padding: 0;
}
.image_text_form_section .image_area {
  padding: 0;
}

.image_text_form_section .image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.image_text_form_section .content_area {
  background: #999999;
  color: #ffffff;
  padding: 25px 30px;
}
.image_text_form_section .content_area h2 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.6px;
  padding-bottom: 0;
  margin-bottom: 15px;
  color: #ffffff;
}


.form_section {
  padding: 25px 30px 0;
}

.form_section input, .form_section select {
  border: 1px solid #999999;
  border-radius: 0 !important;
  padding: 0px 33px;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 10px;
}

.form_section br {
  display: none;
}
.codedropz-upload-handler {
  border: 1px solid #999999 !important;
  border-radius: 0 !important;
}

.form_section .wpcf7-submit {
  background: #03294c !important;
  line-height: 27px !important;
  height: 29px !important;
  padding: 0px 16px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important; 
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  min-width: 96px !important;
  font-family: 'Open Sans Condensed' !important;
  display: inline-block !important;
  border: 1px solid #ffffff !important;  
}
.form_section .wpcf7-submit:hover {
  background: #7e1a1e !important;
}


.form_section input[type=text] {
  background: url("images/admin-icon.jpg") 12px 12px no-repeat;
}
.form_section input[type=email] {
  background: url("images/email-icon.jpg") 12px 12px no-repeat;
}
.form_section input[type=date] {
  background: url("images/calender-icon.jpg") 12px 12px no-repeat;
}


.entry-header .entry-title {
  line-height: 35px;
  font-size: 23px;
  letter-spacing: 0.6px;
  color: #03294c;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  margin-bottom: 10px;
}
.entry-header .entry-title b {
  text-transform: uppercase;
}
.entry-header .entry-title em {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300 !important;
  letter-spacing: 0;
  color: #7e1a1e;
  line-height: 35px;
}

.entry-header .entry-title span {
  font-size: 37px;
  letter-spacing: 0.25px;
  color: #7e1a1e;
  text-transform: uppercase;
  display: block;
  line-height: 45px;
}

.full-width-map iframe {
  display: block;
  width: 100% !important;
}


.contact_us_left {
  padding-top: 30px;
}

.contact_us_left a {
  color: #000000;
}
.contact_us_left a:hover {
  color: #7e1a1e;
}

.contact_us_left .tel-info {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  letter-spacing: 1px;
  padding-top: 2px;
}

.contact_us_left .tel-info i {
  font-size: 10px;
  color: #000000;
  border: 1px solid #000000;
  line-height: 18px !important;
  height: 20px;
  width: 20px;
  transform: rotate(90deg);
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  text-align: center;
  margin-right: 15px;

  position: absolute;
  left: 0px;
  top: 3px;

}
.contact_us_left .location-info {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  letter-spacing: 1px;
}

.contact_us_left .location-info i {
  font-size: 16px;
  color: #000000;
  margin-right: 15px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 3px;
}

.contact_us_left .email-info {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  letter-spacing: 1px;
}
.contact_us_left .email-info i {
  font-size: 16px;
  color: #000000;
  margin-right: 15px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 3px;
}

.button.read-more{
  display: block;
  width: fit-content;
  margin-top : 10px;
  margin-bottom: 20px;
}


.blog_section {
  padding: 80px 0 40px;
}

.blog_content > h2, .testimonials_content > h2 {
  line-height: 35px;
  font-size: 28px;
  letter-spacing: 0.6px;
  color: #03294c;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #7e1a1e;
  padding-bottom: 15px;
  position: relative;
}

.blog_content > h2:before, .testimonials_content > h2:before {
  content: '';
  width: 51px;
  height: 6px;
  background: #7e1a1e;
  border-right: 1px solid #ffffff;
  position: absolute;
  left: 0;
  bottom: -3px;
  text-transform: none !important;
}

.blog_content > h2 em, .testimonials_content > h2 em {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300 !important;
  letter-spacing: 0;
  color: #7e1a1e;
  line-height: 35px;
}


.blog_content .post-thumbnail {
  margin-bottom: 15px;
}
.blog_content .entry-header h2 {
  line-height: 18px;
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #03294c;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  margin-bottom: 10px;
}

.blog_content .entry-summary {
  margin: .5em 0 0;
}

.blog_content .entry-summary .button {
  margin-top: 10px;
}

.cite {
  color: #03294c;
  font-size: 17px;
  font-weight: 700;
  line-height:  18px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed';
  margin-top: 15px;
}
.cite span {
  display: block;
  font-size: 13px;
  color: #333333;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  opacity: 0.6;
}

.five_star {
  font-size: 10px;
  color: #7e1a1e;
}

blockquote {
  margin: 0 0 2rem;
}

.post.hentry {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {

  .main-content_section {
    margin-bottom: 30px;
  }

  .banner_links {
    display: block;
  }
  

  

}


.navbar-toggler {
  background: #ffffff;
  margin-right: 10px;
}

.ft-col-1, .ft-col-2 {
  margin-bottom: 40px;
}

.ft-col-3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .header-top{
    margin-bottom: 25px;
  }

  #main-nav{
    background: #032443;
    padding : 20px;
    z-index: 999;

  }

  .navbar li:first-child a{
    margin-left : 20px !important;
  }

  .navbar li a:after{
    display: none;
  }

}

.social-forms-area {
	background: #f7f7f7;
	padding: 50px 40px;
	margin-bottom:50px;
}
.social-forms-area-btm {
	background: #ffffff;
	padding: 50px 40px;
	margin-bottom:50px;
}



