/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://wordpress.org/themes/twentytwentyone/
 Description:  Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3 Child Theme
 Author:       the WordPress team
 Author URI:   https://wordpress.org/
 Template:     twentytwentyone
 Version:      1.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
 Text Domain:  twentytwentyonechild
*/

/* Write here your own personal stylesheet */

@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,900&display=swap");

/* --- Reset CSS --- */
body #page *:not(.fa, .fas) {
  font-family: "Lato", sans-serif !important;
}
body {
  font-size: 16px !important;
  font-family: "Lato", sans-serif !important;
  color: #282828 !important;
  line-height: 1.5 !important;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.small, small {
  font-size: .875em !important;
}

@media(max-width: 767px) {
  body {
      background-size: 80%
  }
}
ol, ul {
  font-family: "Lato", sans-serif !important;
}
ol:after,
ul:after {
  content: "";
  display: block;
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

/* <<< Headings >>> */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Lato", sans-serif !important;
  color: black;
  line-height: normal;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 32px
}

@media(max-width: 1199px) {
  h1 {
      font-size: 30px
  }
}

@media(max-width: 767px) {
  h1 {
      font-size: 26px
  }
}

h2 {
  font-size: 26px
}

@media(max-width: 991px) {
  h2 {
      font-size: 20px
  }
}

@media(max-width: 767px) {
  h2 {
      font-size: 18px
  }
}

h3 {
  font-size: 20px
}

@media(max-width: 767px) {
  h3 {
      font-size: 18px
  }
}

h4 {
  font-size: 18px
}

@media(max-width: 767px) {
  h4 {
      font-size: 16px
  }
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 16px
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea { margin: 0 !important; }

.single-post .elementor-widget-container .pp-multiple-authors-wrapper {
    display: none;
}
.single-post .elementor-widget-theme-post-content h2 {
  font-size: 26px !important;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .single-post .elementor-widget-theme-post-content h2 {
    font-size: 20px !important;
  }
}

.single-post .elementor-widget-theme-post-content h3 {
  font-size: 20px !important;
}

.single-post .elementor-widget-theme-post-content h4 {
  font-size: 18px !important;
}

.single-post .elementor-widget-theme-post-content h5 {
  font-size: 16px !important;
}

.single-post .elementor-widget-theme-post-content h6 {
  font-size: 14px !important;
}
.single-post .eael-post-grid-container .eael-grid-post .eael-entry-thumbnail img {
	object-fit: fill !important;
}

p {
  line-height: 24px;
}

.subtitle {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
}
.eael-load-more-button {
	outline: 0 !important;
}

@media (max-width: 991px) {
  .subtitle {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .subtitle br {
    display: none;
  }
}

.wpcf7-not-valid-tip {
	font-size: 13px !important;
}
.wpcf7-response-output {
	padding:10px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.7);
	font-size: 13px !important;
	border: 0 !important;
	display: none !important;
}

/* --- WP-Image Hack --- */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}

/* --- anchor --- */
a {
  color: #1b4e8c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  color: #6fcef5;
  text-decoration: none;
}

a.readmore {
  color: #1b4e8c;
}

a.readmore:hover {
  color: #1b4e8c;
}

/* --- btn override --- */
.btn {
  position: relative;
  padding: 7px 15px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  overflow: hidden;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .btn {
    font-size: 14px;
  }
}

.btn:before, .btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
  opacity: 0;
  content: '';
  border-radius: 50%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn:before {
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}

.btn:after {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

.btn:focus, .btn:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus:before, .btn:focus:after, .btn:hover:before, .btn:hover:after {
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  opacity: 0.1;
}

.btn span {
  position: relative;
  z-index: 1;
}

/* --- btn-primary --- */
.btn-primary {
  color: white !important;
  background-color: #1b4e8c !important;
  border-color: transparent !important;
}

.btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:hover {
  color: white !important;
  background-color: #1b4e8c !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-secondary {
  color: white !important;
  background-color: #1b4e8c !important;
  border-color: transparent !important;
}

.btn-secondary.active, .btn-secondary:active, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary:hover {
  color: white !important;
  background-color: #1b4e8c !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* --- btn-primary --- */
.btn-success {
  color: white !important;
  background-color: #0fbc59 !important;
  border-color: transparent !important;
}

.btn-success.active, .btn-success:active, .btn-success.focus, .btn-success:focus, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .btn-success:hover {
  color: white !important;
  background-color: #1b4e8c !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* --- btn-outline-primary --- */
.btn-outline-primary {
  color: #1b4e8c;
  border: 1px solid #1b4e8c;
  background-color: white;
}

.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .btn-outline-primary:hover {
  color: white;
  background-color: #1b4e8c;
  border-color: #1b4e8c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active {
  color: white;
  border-color: #1b4e8c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-primary:not([disabled]):not(.disabled).active:focus, .btn-outline-primary:not([disabled]):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 20px;
}

.form-control,
.multiselect-native-select {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 15px !important;
  font-family: "Lato", sans-serif !important;
	font-weight: 400 !important;
  color: #282828 !important;
  width: 100% !important;
  height: 42px !important;
  background-color: white !important;
  appearance: none !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
  border: 0 !important;
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:focus,
.multiselect-native-select:focus {
  background-color: #ffffff;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control::-webkit-input-placeholder,
.multiselect-native-select::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.multiselect-native-select:-moz-placeholder,
.form-control::-moz-placeholder,
.multiselect-native-select::-moz-placeholder,
.form-control:-ms-input-placeholder,
.multiselect-native-select:-ms-input-placeholder {
  color: #282828 !important;
  font-family: "Lato", sans-serif !important;
	font-weight: 400 !important;
}

.custom-select,
.multiselect-native-select {
  padding: 0 0 0 15px;
  background-image: url("http://oursitedemo.com/html/eitbiz-latest/images/select-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  background-size: 24px 40px;
}

.custom-select::-ms-expand,
.multiselect-native-select::-ms-expand {
  display: none;
}

.custom-select:focus,
.multiselect-native-select:focus {
  background-image: url("http://oursitedemo.com/html/eitbiz-latest/images/select-arrow-down.png");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  background-color: white;
  background-size: 24px 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  padding: 12px 15px;
  min-height: 125px;
  resize: none;
}

/* --- Global Container --- */
.container {
  max-width: 1265px;
}

.row {
	margin-bottom:0 !important;
}

.container:after,
.row:after,
.clear {
  content: '';
  display: block;
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

/* Menu Open btn */
.navbar-toggler {
    padding:0; margin:0;
    z-index:9;-webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;box-shadow:none !important;
    outline:0 !important;
	border: 0 !important;
    position: relative;
	margin-top: 9px;
	float: right;
	display: none;
	background-color: transparent !important;
	overflow: hidden;
	border-radius: 0;
}
@media (max-width: 991px) {
	.navbar-toggler {
		display: inline-block;
	}
}
.navbar-toggler .btn_txt {
    color:#fff;float:left;
    display:none
}
.navbar-toggler .menu_icon {
    margin:0;padding-top:1px;
    float:left;font-size:22px;
    width:26px;height:22px;
    position:relative;
    -webkit-transition:.5s;
    -moz-transition:.5s;-ms-transition:.5s;
    -o-transition:.5s;transition:.5s;
    cursor:pointer;
}
.navbar-toggler .menu_icon .icon-bar {
    display:block;position:absolute;
    opacity:1;width:26px;height:2px;
    -webkit-border-radius:0;-moz-border-radius:0;
    -ms-border-radius:0;border-radius:0;
    background-color:#1b4e8c;margin:0 auto;
    right:0;-webkit-transition:.5s;-moz-transition:.5s;
    -ms-transition:.5s;-o-transition:.5s;transition:.5s;
}
.navbar-toggler .menu_icon .icon-bar:nth-child(1){
    top:8px;-webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);-o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.navbar-toggler .menu_icon .icon-bar:nth-child(2) {
    top:8px;width:22px;opacity:0;right:-30px;
}
.navbar-toggler .menu_icon .icon-bar:nth-child(3){
    top:8px;-webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.navbar-toggler.collapsed:after{display:none}
.navbar-toggler.collapsed .icon-bar{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.navbar-toggler.collapsed .icon-bar:nth-child(1){
    top:0;-webkit-transform:rotate(0);
    -moz-transform:rotate(0);-o-transform:rotate(0);
    transform:rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-child(2){
    top:8px;right:0;opacity:1;
}
.navbar-toggler.collapsed .icon-bar:nth-child(3){
    top:16px;-webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0);
}

.sub-menu-toggle {
	display: none !important;
    padding: 0;
    background-color: transparent !important;
	border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.sub-menu-toggle > span {
	display: none !important;
}

.menu-item-has-children > a:after {
	display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

@media (max-width: 991px) {
	.menu-item-has-children > a:after {
		display: none;
	}
	.menu-item-has-children > .sub-menu.active {
		display: block !important;
	}
	
	.sub-menu-toggle {
		display: flex !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 44px;
		width: 100% !important;
		text-align: right;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
	}
	.sub-menu-toggle:after {
		display: inline-block;
		height: 25px;
		width: 25px;
		font-size: 10px;
		line-height: 25px;
		content: '\f078';
		color: #282828;
		font-family: fontawesome;
		text-align: center;
	}
}
.elementor-location-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.elementor-location-header .color {
	display: none;
}
.single-post .elementor-location-header .color {
	display: block;
}
.elementor-location-header .elementor-widget-image {
	margin: 0 !important;
	transition: .5s;
}
.elementor-location-header.fixed-header {
	background-color: white !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.elementor-location-header.fixed-header .elementor-widget-image a img {
  max-width: 140px !important;
}
.elementor-location-header.fixed-header .subheader .elementor-element-populated {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.elementor-location-header.fixed-header .color {
	display: block;
	padding-top: 12px;
}
.elementor-location-header.fixed-header .white,
.single-post .elementor-location-header .white {
	display: none;
}
.elementor-location-header.fixed-header .elementor-widget-heading {
	display: none !important;
}
.elementor-location-header .Header .elementor-element-populated {
	transition: .5s;
}
.elementor-location-header.fixed-header .Header .elementor-element-populated {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.elementor-location-header .elementor-widget-heading {
	margin-bottom: 0 !important;
}
.elementor-location-header .elementor-widget-heading .elementor-heading-title {
	padding-top: 10px;
	display: block;
	max-width: 190px;
	margin-left: -2px;
}
.single-post .elementor-location-header .elementor-widget-heading .elementor-heading-title,
.single-post .elementor-nav-menu > li > a {
	color: #282828 !important;
}
.elementor-location-header.fixed-header .elementor-nav-menu > li > a {
	color: #282828 !important;
}
.elementor-location-header.fixed-header .elementor-image img {
	max-width: 140px !important;
}
.elementor-location-header.fixed-header .elementor-nav-menu > li.current-menu-ancestor > a,
.elementor-location-header.fixed-header .elementor-nav-menu > li:hover > a,
.elementor-location-header.fixed-header .elementor-nav-menu > li.current-menu-item > a {
	color: #1b4e8c !important;
  background-color: transparent;
	border-bottom-color: #1b4e8c !important;
}

.elementor-nav-menu > li ul.sub-menu {
	width: 260px !important;
	max-height: 400px;
    overflow: auto;
}
.elementor-nav-menu > li:hover ul.sub-menu {
  display: block !important;
}
.elementor-nav-menu > li ul.sub-menu li a { padding: 10px !important; font-size: 14px !important; font-weight: 400 !important; color: #212529 !important; }
.elementor-nav-menu > li ul.sub-menu li a:hover { color: #ffffff !important; background-color: #1b4e8c !important; font-weight: 700 !important; }
.elementor-nav-menu > li {
	margin-left: 36px !important;
}
.elementor-nav-menu > li > a {
	border-bottom: 2px solid transparent;
	padding: 20px 0 !important;
}
.elementor-nav-menu > li > a:after {
  display: none !important;
}
.elementor-nav-menu > li.menu-item-has-children > a:after {
  display: inline-block !important;
  margin-left: 6px;
  vertical-align: 6px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  opacity: 1 !important;
  position: relative;
  background-color: transparent !important;
}
.elementor-nav-menu > li.menu-item-138 {
	padding-top: 10px;
}
body .elementor-nav-menu > li.menu-item-138 a {
    padding: 0 16px !important;
    color: white !important;
    border: 0 !important;
    background-color: #0fbc59 !important;
    line-height: 40px;
    border-radius: 30px !important;
    letter-spacing: 0.4px;
}
.elementor-location-header.fixed-header .elementor-nav-menu > li.menu-item-138 a {
  color: white !important;
}
.elementor-nav-menu > li > a:hover,
.elementor-nav-menu > li.current-menu-parent > a,
.elementor-nav-menu > li.current-menu-item > a {
	border-bottom: 2px solid #6fcef5;
  background-color: transparent !important;
}


/* Menu Custom */
.telmenu,
.emailmenu {
	display: none !important;
}
.telmenu a,
.emailmenu a {
	    position: relative;
    display: block !important;
    padding: 0 0 0 40px !important;
    line-height: 34px !important;
	text-transform: lowercase !important;
}
.telmenu a:after,
.emailmenu a:after {
	position: absolute;
	left: 15px;
	top: 0;
	font-family: 'fontawesome';
	display: inline-block;
} 
.emailmenu a:after {
	content: '\f0e0';
}
.telmenu a:after {
	content: '\f095';
}

/* Blog Side */
.Blogside .eael-post-grid {
	height: inherit !important;
}
.Blogside .eael-post-grid .eael-grid-post {
	position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
.Blogside .eael-grid-post .eael-entry-header .eael-entry-title,
.Blogside .post .elementor-post__text .elementor-post__title {
	min-height: 38px !important;
}
.Blogside .eael-grid-post .eael-entry-content p,
.Blogside .post .elementor-post__text .elementor-post__excerpt p {
	min-height: 44px !important;
}

.elementor-pagination {
	padding-top: 15px;
}
.page-numbers {
	padding: 5px 10px;
	font-size: 15px;
	color: #1B4E8C;
	background-color: #f3f1f1;
}
.page-numbers.current {
	background-color: #1B4E8C;
	color: #fff;
}

.Blogside .eael-grid-post .eael-entry-header {
    margin-bottom: 15px;
}
.Blogside .eael-grid-post .eael-entry-footer,
.Blogside .eael-grid-post .eael-entry-header-after,
.BlogRecent .eael-grid-post .eael-entry-header-after {
    padding: 0 !important;
    position: absolute !important;
    top: 11px !important;
    left: auto !important;
	right: 11px !important;
}
.Blogside .eael-grid-post .eael-entry-footer .eael-entry-meta,
.Blogside .eael-grid-post .eael-entry-header-after .eael-entry-meta {
    padding-left: 15px;
}
.Blogside .eael-grid-post .eael-entry-footer .eael-posted-by,
.Blogside .eael-grid-post .eael-entry-header-after .eael-meta-posted-on,
.BlogRecent .eael-grid-post .eael-entry-header-after .eael-meta-posted-on {
    padding-top: 4px;
    font-size: 16px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    color: #ee9135;
    display: block;
    overflow: hidden;
    text-transform: capitalize;
}
.Blogside .eael-grid-post .eael-entry-footer .eael-posted-by a {
    color: #ee9135;
}
.BlogRecent .elementor-element .eael-entry-meta > span {
	color: #ffffff !important;
	font-style: normal !important;
}
.Blogside .eael-grid-post .eael-entry-footer .eael-posted-on {
    font-size: 12px;
    font-style: normal;
    color: #444;
}
.Blogside .eael-grid-post .eael-entry-header-after .eael-meta-posted-on .far,
.BlogRecent .eael-grid-post .eael-entry-header-after .eael-meta-posted-on .far {
    display: none;
}

/* Single Post */
.single-post .elementor-image img {
/*     max-height: 350px; */
/*     object-fit: cover; */
}
.single-post .elementor-post-info .elementor-icon-list-item .far,
.single-post .elementor-post-info .elementor-icon-list-item .fas {
    color: #ee9135;
    vertical-align: top;
    padding-top: 8px;
}
.single-post .elementor-post-info .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 14px;
}
.single-post .elementor-widget-theme-post-content p {
    margin-bottom: 15px;
}
.single-post .elementor-widget-theme-post-content ul {
	padding-left: 15px;
	margin: 0 0 10px;
}
.single-post .elementor-widget-theme-post-content ul li {
	padding-bottom: 5px;
	font-size: 17px;
}
.single-post .elementor-widget-theme-post-content ul li span {
	font-size: 17px !important;
}
.single-post .elementor-widget-theme-post-content h2,
.single-post .elementor-widget-theme-post-content h3,
.single-post .elementor-widget-theme-post-content h4,
.single-post .elementor-widget-theme-post-content h5,
.single-post .elementor-widget-theme-post-content h6 {
    margin-bottom: 15px;
    color: #003251;
}
.single-post .elementor-widget-wp-widget-categories h5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    color: black;
    background-color: #e5f8fe;
    margin-bottom: 15px;
}
.single-post .elementor-widget-wp-widget-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-post .elementor-widget-wp-widget-categories ul li {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.single-post .elementor-widget-wp-widget-categories ul li a {
    padding: 10px 15px;
    display: block;
    color: black;
}
.single-post .elementor-widget-wp-widget-categories ul li:last-child {
    border-bottom: 0;
}
.single-post .eael-post-list-container .eael-post-list-header {
    border: 0;
    background-color: #e5f8fe;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.single-post .eael-post-list-container .eael-post-list-header .title {
    padding: 15px;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    color: black !important;
    background-color: transparent !important;
}
.single-post .eael-post-list-container .eael-post-list-wrap .eael-post-list-posts-wrap {
    flex: 0 0 100% !important;
}
.single-post .eael-post-list-container .eael-post-list-wrap .eael-post-list-posts-wrap .eael-post-list-title a:hover {
    color: #ee9135 !important;
}

.sidebar .elementor-search-form__container {
	min-height: 42px !important;
	overflow: hidden !important;
	border-radius: 5px !important;
	background-color: #ffffff !important;
	
}
.sidebar .elementor-search-form button,
.sidebar .elementor-search-form input[type=search] {
	border: 1px solid #d9d9d9 !important;
	border-right: 0 !important;
	border-radius: 5px 0 0 5px !important;
}
.sidebar .elementor-widget-search-form .elementor-search-form__submit {
	border-radius: 0 5px 5px 0 !important;
	background-color: #1b4e8c !important;
}

.sidebar .elementor-widget-wp-widget-categories h5,
.sidebar .eael-post-list-header .header-title .title {
	border-radius: 5px !important;
    padding: 15px !important;
    font-size: 18px !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
    color: black !important;
    background-color: #e5f8fe !important;
	display: block !important;
	text-transform: capitalize;
}
.sidebar .eael-post-list-header,
.sidebar .eael-post-list-header .header-title {
	display: block !important;
	border: 0;
}
.sidebar .eael-post-list-header .post-categories {
	display: none;
}
.sidebar .elementor-widget-wp-widget-categories ul {
	padding: 0;
    list-style: none;
    margin: 0;
}
.sidebar .elementor-widget-wp-widget-categories ul li {
	border-bottom: 1px solid #e6e6e6;
	font-size: 15px;
	font-weight: 400;
}
.sidebar .elementor-widget-wp-widget-categories ul li:last-child {
	border-bottom: 0;
}
.sidebar .elementor-widget-wp-widget-categories ul li a {
	padding: 10px 15px;
    display: block;
    color: black;
}

.sidebar .eael-post-list-posts-wrap {
	flex: 0 0 100% !important;
}
.sidebar .eael-post-list-posts-wrap a {
	color: #000000 !important;
}
.Blogside .elementor-element.elementor-element-90046cb .eael-grid-post .eael-entry-overlay {
	display: none;
}
.Blogside .elementor-element.elementor-element-90046cb .eael-grid-post .eael-entry-thumbnail {
	max-height: 230px;
	overflow: hidden;
}

.Blogside .elementor-element.elementor-element-90046cb .eael-entry-meta > span {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 5px 10px;
	font-style: normal;
}
.Blogside .elementor-post__thumbnail img,
.single-post .elementor-element.elementor-element-5895b1f2 .elementor-image img {
	width: 100% !important;
	max-width: 100% !important;
}

#dark-mode-toggler {
	display: none !important;
}
body > .elementor-9,
body > .elementor-location-archive {
	overflow: hidden;
}

.Subscribeside .wpcf7 form {
	display: flex;
	flex-wrap: wrap;
}
.Subscribeside .wpcf7 form .form-group {
	flex:0 0 50%;
	max-width: 50%;
	width: 100%;
	padding: 0 10px;
}
.Subscribeside .wpcf7 form .form-group .btn {
	background-color: #1b4e8c !important;
}
.Subscribeside .wpcf7 form .form-group:nth-child(4) {
	flex:0 0 100%;
	max-width: 100%;	
}

.page-id-207 #stop,
.page-id-228 #stop {
	display: none;
}

/* .elementor-nav-menu-container .elementor-nav-menu.elementor-nav-menu-horizontal li ul {
	overflow: visible;
	max-height: inherit;
}
.elementor-37 .elementor-element.elementor-element-79e5a515 .elementor-nav-menu li ul li > a {
	line-height: 40px;
	font-size: 14px;
} */
.grecaptcha-badge {
	display: none !important;
}

.single-post .elementor-widget-theme-post-content p a {
	text-decoration: underline;
	color: #1B4E8C;
}
.single-post .elementor-widget-theme-post-content p a:hover,
.single-post .elementor-widget-theme-post-content p a:focus {
	text-decoration: none;
	color: #1B4E8C;
}

.elementor-nav-menu-container .elementor-nav-menu.elementor-nav-menu-horizontal:before {
	background-image: url('https://www.eitbiz.com/assets/images/en/header/logo-new.svg') !important;
}

.eael-post-elements-readmore-btn {
	display: inline-block !important;
}

.row > p { display: none; }

.form-group p { width: 100%; margin: 0; }

.form-group p > br { display: none; }

.Blogside .eael-post-grid .eael-grid-post {
	transform: inherit !important;
}
.Blogside .eael-post-grid .eael-grid-post .eael-entry-content:after,
.BlogRecent .eael-post-grid .eael-grid-post .eael-entry-content:after {
	content: 'Read More';
	font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #1b4e8c;
    border-radius: 30px 30px 30px 30px;
    padding: 7px 20px 7px 20px;
    margin: 20px 0px 0px 0px;
	display: inline-block;
}
.Blogside .eael-post-grid .eael-grid-post .eael-entry-content .eael-grid-post-excerpt a,
.BlogRecent .eael-post-grid .eael-grid-post .eael-entry-content .eael-grid-post-excerpt a {
	position: absolute;
	top: 11px;
	left: 11px;
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	opacity: 0;
	margin-top: 0;
	z-index: 1;
}


/* Media */
@media (max-width: 1024px) {
  .single-post .elementor-widget-theme-post-content ul li,
  .single-post .elementor-widget-theme-post-content ul li span {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
	.elementor-location-header .Header .elementor-element-populated,
	.elementor-location-header.fixed-header .Header .elementor-element-populated {
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	.elementor-nav-menu > li.menu-item-138 a {
		border-radius: 0 !important;
	}
		.elementor-location-header .topbar {
		display: none !important;
	}
.elementor-location-header {
	background-color: white !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.elementor-location-header .subheader .elementor-element-populated {
}
.elementor-location-header .color {
	display: block;
	padding-top: 0;
	padding-bottom: 5px;
	max-width: 120px !important;
}
	.elementor-location-header.fixed-header .subheader .elementor-element-populated {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.elementor-location-header.fixed-header .color {
		padding-top: 0 !important;
	}
	.elementor-nav-menu > li {
		margin-left: 0 !important;
	}
  .elementor-location-header .white {
    display: none !important;
  }
  .elementor-location-header .elementor-widget-heading .elementor-heading-title {
    display: none !important;
  }
  .elementor-location-header .elementor-nav-menu > li > a {
    color: #282828 !important;
    padding: 0 15px !important;
  }
  .elementor-nav-menu > li.menu-item-138 a {
    justify-content: center;
    color: #ffffff !important;
  }
  .emailmenu a:before,
  .telmenu a:before {
    position: relative !important;
    font-family: 'fontAwesome';
    width: 20px;
    text-align: center;
    display: inline-block !important;
    opacity: 1 !important;
    margin-right: 10px;
  }
  .emailmenu a:before {
    content: "\f0e0";
  }
  .telmenu a:before {
    content: "\f095";
  }
  .elementor-nav-menu > li.menu-item-has-children > a:after {
    display: none !important;
  }
	.elementor-nav-menu-container.elementor-nav-menu-align-right .elementor-nav-menu.elementor-nav-menu-horizontal>li>a {
		text-align: left !important;
	}
	.elementor-nav-menu-container {
		min-height: 30px;
	}
	.elementor-nav-menu-container .elementor-nav-menu-toggle {
		padding-right: 0;
		min-height: 30px;
		margin-top: 3px;
	}
	.telmenu,
	.emailmenu {
		display: block !important;
	}
	.elementor-nav-menu li ul.sub-menu {
		max-height: inherit;
		width: 100% !important;
    	box-shadow: none !important;
	}
	.elementor-nav-menu-container .elementor-nav-menu.elementor-nav-menu-horizontal {
		position: fixed;
		top: 0;
		left: -260px;
		bottom: 0;
		height: 100vh;
		width: 260px;
		z-index: 99;
		background-color: #f7fdff !important;
		display: block !important;
		overflow: auto;
		transition: .5s;
	}
	.elementor-nav-menu-container .elementor-nav-menu.elementor-nav-menu-horizontal:before {
		margin: 0 0 9px 15px;
		display: inline-block;
		width: 100%;
		max-width: 120px;
		height: 48px;
		background-image: url('https://www.eitbiz.com/assets/images/logo.webp');
		background-repeat: no-repeat;
		background-position: center center;
		content: '';
		background-size: 120px 48px;
	}
	.elementor-nav-menu li > a {
		color: #282828 !important;
		line-height: 42px !important;
	}
  .elementor-nav-menu > li ul.sub-menu li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
	.elementor-nav-menu-container .elementor-nav-menu.elementor-nav-menu-horizontal.active {
		left: 0;
	}
	.elementor-nav-menu-container.elementor-nav-menu-align-right .elementor-nav-menu.elementor-nav-menu-horizontal>li>.elementor-nav-menu-indicator {
		right: 0px!important;
		left: auto !important;
		width: 100%;
		height: 46px;
		text-align: right;
		padding: 10px 20px 10px 10px;
	}
	.elementor-37 .elementor-element.elementor-element-79e5a515 .elementor-nav-menu li ul li.current-menu-item > a {
		color: white !important;
	}
	.elementor-nav-menu-container.elementor-nav-menu-align-right .elementor-nav-menu.elementor-nav-menu-horizontal>li>.elementor-nav-menu-indicator:before {
		display: inline-block !important;
		content: '\f078';
    	font-size: 10px;
	}
	.elementor-14 .elementor-element.elementor-element-362cd9f .elementor-nav-menu li .elementor-nav-menu-indicator {
		border: 0 !important;
	}
	.elementor-14 .elementor-element.elementor-element-362cd9f .elementor-nav-menu li .elementor-nav-menu-indicator:before {
		color: #1b4e8c !important;
	}
	.elementor-14 .elementor-element.elementor-element-362cd9f .elementor-nav-menu li ul.sub-menu {
		width: 100% !important;
		box-shadow: none;
    border-radius: 0;
	}
	.elementor-nav-menu-toggle-text{
		display: none !important;
	}
  .navbar-toggler:after {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    content: "";
    z-index: 1;
  }
  .navbar-toggler.collapsed:after {
    display: none;
  }
  .elementor-location-header .elementor-menu-toggle { display: none !important; }
  .elementor-location-header .elementor-menu-toggle + .elementor-nav-menu--dropdown { padding-top: 0; position: fixed; top: 0; left: -260px; bottom: 0; height: 100vh; width: 260px; z-index: 99; background-color: #f7fdff; display: block; overflow: auto; transition: .5s; transform: none !important; max-height: inherit !important; }
	.elementor-nav-menu--dropdown.active {
		left: 0 !important;
	}
	.elementor-location-header .elementor-menu-toggle + .elementor-nav-menu--dropdown:before {
		margin: 0 0 9px 15px;
		display: inline-block;
		width: 100%;
		max-width: 120px;
		height: 48px;
		background-image: url('https://www.eitbiz.com/assets/images/logo.webp');
		background-repeat: no-repeat;
		background-position: center center;
		content: '';
		background-size: 120px 48px;
	}


}
@media (max-width:767px) {
	.elementor-location-header .elementor-icon-list-text {
		display: none !important;
	}
}
@media (max-width: 575px) {
.Subscribeside .wpcf7 form .form-group {
	flex:0 0 100%;
	max-width: 100%;
}
	
}



body.page-id-159 #stopform {
	display: none !important;
}
/* Mulipale Select */
span.multiselect-native-select {
  position: relative;
  display: block;
  padding: 0 !important; }
  span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px; }
  span.multiselect-native-select .btn-group {
    width: 100%; }
    span.multiselect-native-select .btn-group .multiselect {
      padding-left: 15px;
      width: 100%;
      text-align: left;
      height: 42px;
		border-radius: 0 !important;
		background-color: transparent !important;
		font-size: 15px !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
    color: #282828 !important;
		border: 0 !important;
		outline: 0 !important;
}
span.multiselect-native-select .btn-group .dropdown-menu.active {
	display: block !important;
}
      span.multiselect-native-select .btn-group .multiselect span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 95%;
        display: block; }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow: auto; }
  .multiselect-container .input-group {
    margin: 5px; }
  .multiselect-container .multiselect-reset .input-group {
    width: 93%; }
  .multiselect-container > li {
    padding: 0; }
.multiselect-container > li.multiselect-group label {
	font-size: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #1b4e8c;
}
    .multiselect-container > li > a.multiselect-all label {
      font-weight: 700; }
    .multiselect-container > li.multiselect-group label {
      margin: 0;
      padding: 3px 15px;
      height: 100%; }
    .multiselect-container > li.multiselect-group-clickable label {
      cursor: pointer; }
    .multiselect-container > li > a {
      padding: 0;
      display: block;
      outline: 0; }
      .multiselect-container > li > a > label {
        margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 5px 15px;
    outline: 0;
    display: flex;
    font-size: 15px;
    font-weight: 400 !important;
    color: #212529;}
        .multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
          margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-top: 5px;
margin-right: 5px;
	width: 13px;
    height: 13px;
    -webkit-appearance: checkbox;
}
.multiselect-container > li > a > label > input[type=checkbox]:after {
	display: none;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

@media (max-width: 767px) {
  body {
    background-size: 80%;
  }
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
  h1 {
    font-size: 26px;
  }
  .single-post .elementor-widget-theme-post-content h2 {
    font-size: 18px !important;
  }
  .single-post .elementor-widget-theme-post-content h3 {
    font-size: 18px !important;
  }
  .single-post .elementor-widget-theme-post-content h4 {
    font-size: 16px !important;
  }
  p br {
    display: none;
  }
}

.footer .text h4,
.footer .text h3,
.Touchside .left .touchreview .bg h5 { letter-spacing: normal; margin-bottom: .5rem; font-family: "Lato", sans-serif; }
.copyright .right ul li { font-family: "Lato", sans-serif; }

.copyright .right ul li a,
.copyright .SocialMedia ul li a {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
  text-decoration: none !important;
}
.navbar .navbar-nav a.nav-link {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background-color: transparent !important;
}
.site-main {
  padding-top: 0 !important;
}
a {
  text-decoration: none !important;
}
.footer .map .cover .item .address h5 { letter-spacing: normal !important; }
.navbar .navbar-nav>li .megamenu .bg.services .text .nav-pills .nav-link {
  font-size: 15px;
  background-color: transparent;
}
.navbar .navbar-nav>li .megamenu .bg.services .navBox .btn-toggle {
  background-color: transparent;
  border: 0;
}

.author .site-content { overflow: hidden; }
.author .content-area { max-width: 1265px; padding-left: var(--bs-gutter-x,.75rem); padding-right: var(--bs-gutter-x,.75rem); margin: 0 auto; }
.author .site-main { display: flex; flex-wrap: wrap; row-gap: 30px; margin-left: -15px; margin-right: -15px; }
.author .site-main .page-header { position: relative; padding: 130px 15px 50px; background-color: #333; margin: 0; width: 100%; max-width: 100%; border-bottom: 0; text-align: center; }
.author .site-main .page-header:before { position: absolute; top: 0; bottom: 0; left: 100%; content: ''; width: 100vw; background-color: #333; }
.author .site-main .page-header:after { position: absolute; top: 0; bottom: 0; right: 100%; content: ''; width: 100vw; background-color: #333; }
.author .page-header .page-title { color: #ffffff; font-size: 36px; font-weight: 700; }
.author .site .page-header .archive-description { padding: 0 15px; }
.author .site .page-header .archive-description p { max-width: 800px; margin: 0 auto; color: #ffffff; font-size: 18px; line-height: 33px; }
.author .site .page-header .archive-description p a { color: #ffffff; font-weight: 700; text-decoration: underline !important; }
.author .site .post { flex: 0 0 33.33%; max-width: 33.33%; width: 100%; padding-left: 15px; padding-right: 15px; margin: 0; position: relative; }
.author .site .post .entry-header { display: flex; gap: 15px; flex-direction: column-reverse; margin-bottom: 0; border: 1px solid rgba(0, 0, 0, .1); border-bottom: 0; }
.author .site .post .entry-header .entry-title { font-size: 18px; font-weight: 600; color: #0D0D0D; margin: 0; min-height: 46px; padding: 0 15px; }
.author .site .post .entry-header .entry-title a { background-color: transparent !important; }
.author .site .post .entry-header .entry-title a:after { position: absolute; top: 0; left: 15px; right: 15px; bottom: 0; z-index: 1; content: ''; }
.author .site .post .post-thumbnail { margin: 0; }
.author .site .post .post-thumbnail img { margin: 0; width: 100%; }
.author .site .post .entry-content { margin: 0; border: 1px solid rgba(0, 0, 0, .1); border-top: 0; padding: 15px; }
.author .site .post .entry-content:after { content: 'Read More'; font-family: "Lato", Sans-serif; font-size: 15px; font-weight: 400; color: #FFFFFF; background-color: #1b4e8c; border-radius: 30px; padding: 7px 20px; margin-top: 20px; display: inline-block; }
.author .site .post .entry-content p { text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.author .site .post .entry-footer { position: absolute; top: 0; left: 0; border: 0; margin: 0; padding: 0 15px; }
.author .site .post .entry-footer > *:not(span[class="posted-on"]){ display: none; }
.author .site .post .entry-footer .posted-on { font-size: 0; }
.author .site .post .entry-footer .posted-on .entry-date { font-size: 13px; font-weight: 400; color: #fff; background-color: rgba(0, 0, 0, 0.3); padding: 5px 10px; font-style: normal; }
.author .site .pagination { flex: 0 0 100%; max-width: 100%; width: 100%; margin: 0; border: 0; padding: 30px 0 0; }
.author .site .pagination .nav-links { width: 100%; justify-content: center; gap: 15px; }
.author .site .pagination .nav-links .page-numbers { font-size: 14px; font-weight: 400; margin: 0; min-height: auto; }
.author .site .pagination .nav-links .page-numbers.current { color: #ffffff; text-decoration: none !important; }


body.archive .post,
body.search .post { position: relative; }
body.archive .post .elementor-post__meta-data,
body.search .post .elementor-post__meta-data { margin: 0 !important; }
body.archive .post .elementor-post-date,
body.search .post .elementor-post-date { color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    font-style: normal;     font-family: "Lato", Sans-serif;
    font-size: 13px;
    font-weight: 400; position: absolute; top: 0; left: 0; }

@media (max-width: 991px) {
  .navbar .navbar-nav>li .megamenu .bg.services .navBox .btn-toggle,
  .navbar .navbar-nav a.nav-link {
    color: #212529 !important;
  } 
	.author .site-main .page-header { padding-top: 90px; }
	.author .site .post { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 767px) {
	.Blogside .elementor-element.elementor-element-90046cb .eael-grid-post .eael-entry-thumbnail img {
		object-fit: fill;
	}
}
@media (max-width: 575px) {
	.author .site .post { flex: 0 0 100%; max-width: 100%; }
}