/*
* Theme Name: Client
* Style Sheet: Main
* Version: 1.0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600;700&display=swap');

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html,
body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  width: 100%;
  font-size: 18px;
  color: #000;
  scroll-behavior: smooth;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

#primary,
#main {
  padding: 0px;
  margin-bottom: 0;
}

.boxed {
  max-width: 1220px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.featured-img {
  height: 500px;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

p {
  color: #000;
  font-size: 18px;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
.header {
  position: relative;
  z-index: 2;
}

.main-nav {
  border-bottom: 1px solid #eee;
}

/* logo */
.logo {}

.logo img {
  width: 225px;
}

img {
  outline: none;
  max-width: 100%;
  object-fit: cover;
}

/* nav */
.navbar-brand {
  display: flex;
  width: 100%;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff;
}

/* Highlighting an Active Link */
.current-menu-item>a {}

/* END - Highlighting an Active Link */
.menu-item:after {
  content: '';
  position: relative;
  width: 0;
  height: 1px;
  display: block;
  right: 0;
  background: #000;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

.menu-item:hover:after {
  width: 100%;
  left: 0;
  background: #000;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
}

.dropdown li a {
  padding: 5px;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}

.navbar-nav .dropdown-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar-nav .dropdown-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/* sidebar */
.sidebar {}

/* footer */
.footer {
  background-position: center bottom 0px;
  background: linear-gradient(180deg, rgba(27, 64, 117, 0.88) 0%, #1b4075 100%), url(/wp-content/uploads/2022/10/falls-rd-hero.jpg)
}

.footer p {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer ul li {
  list-style: none;
}

.footer ul li {
  color: #fff;
}

.footer hr {
  color: #fff;
}

.footer .menu-item:after {
  content: '';
  position: relative;
  width: 0;
  height: 1px;
  display: block;
  right: 0;
  background: transparent;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

.footer ul {
  padding-left: 0;
}

.footer .menu-item:hover:after {
  width: 100%;
  left: 0;
  background: transparent;
}

.footer h5:after {
  position: relative;
  content: '';
  border-bottom: 2px dashed #fff;
  width: 10%;
  display: block;
  top: 5px;
  margin-bottom: 25px;
}

.main-container .elementor-container{
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
      padding:1rem;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.text-box {
  background: #003478;
}

.elementor-widget-container p {
  color: #003478;
}

text-box p {
  color: #fff;
}

#wpforms-submit-229 {
  background: #003478;
  width: 100%;
  color: #fff;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.vcard {
  border: 1px solid #eee;
  padding: 1rem;
  background: #eee;
  width: 70%;
  margin-bottom: 1rem;
}

.comment-body {
  border: 1px solid rgba(238, 238, 238, 0.4);
  padding: 1rem;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.left_side {
  border-right: 1px solid rgba(158, 158, 158, 0.5);
  padding-right: 30px;
}

.left_side li {
  list-style-type: none;
}

.left_side h3 {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 2px;
}

.left_side a:after {
  content: '';
  position: relative;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

.left_side a:hover:after {
  width: 100%;
  left: 0;
  background: #fff;
}

/*------------------------------------*\
	END STRUCTURE
\*------------------------------------*/
.entry-content:after {
  content: "";
  display: table;
  clear: both;
}

ul>li {
  margin-bottom: 0.5em;
  padding: 0px;
  margin: 0px;
}

ul>li:last-child {
  margin-bottom: 0;
}

.h-list li {
  display: inline-block;
}

.text-centered {
  text-align: center;
}

.avatar {
  border-radius: 50%;
  margin-right: 5px;
}

caption {
  color: inherit;
}

figcaption {
  margin-bottom: 1.5em;
}

img {
  height: auto;
  vertical-align: middle;
  object-fit: cover;
}

iframe, img {
  max-width: 100%;
}

.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

nav ul, .widget ul {
  padding: 0;
}

nav ul li, .widget ul li {
  list-style-type: none;
}

a:hover, a:focus, a:link, a:visited, li.current-menu-item a {
  text-decoration: none;
  outline: none;
}

.widget .button, .widget input[type="submit"], .widget input[type=button] {
  width: 100%;
  text-align: center;
}

.button-link {
  display: inline-block;
}

.button-link a, button, .button, html input[type=button], input[type=reset], input[type=submit] {
  display: inline-block;
  width: auto;
  padding: 5px 16px;
  border: 1px solid #000;
  transition: color 200ms linear, border-color 200ms linear;

}

a.button {
  padding: 5px 16px;
}

.button-link a:hover, button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  color: #444;
}

.btn:focus {
  border: 0px;
  outline: none;
}

.btn-primary {
  border: 0px;
  background: #000;
  color: #fff;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

.btn-primary:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border: 1px solid #1ebaf3;
  background: #1ebaf3;
  color: #ffffff;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="number"],
select,
textarea {
  background: #fff;
  color: #444444;
    border: 1px solid #003478!important;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  background: #ffffff;
  color: #444444;
  border: 1px solid #1ebaf3;
}

textarea, input {
  padding: 10px;
}

input, select {
  height: 2.2em;
}

input[type="checkbox"],
input[type="radio"] {
  height: auto;
}

textarea {
  resize: vertical;
}

textarea:focus, input:focus {
  border: 1px solid rgba(30, 186, 243, 0.5);
}

textarea:focus, input:focus, button:focus, select:focus, a:focus {
  outline: none;
}
