/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/**global**/

/**code that was added in for a sticky header in the section area of the header:
selector{
    position: fixed;
    top: 0;
    width: 100%;
    transition: all .5s;
}
selector.scroll-active{
    background-color: #01263ac7;
}

selector .header-logo img{
    transition:  all .5s;
}

selector.scroll-active .header-logo img{
    width: 150px;
}
**/
html, body {
  max-width: 100%; 
  overflow-x: hidden;
}
a, a:visited {
  color: #003ca5;
}
.desktop {
  display: inline-block;
}
.mobile { 
display: none;
}
.elementor-button {
    font-family: "Montserrat", Sans-serif !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 20px 30px !important;
    font-size: 15px !important;
}

.orange {
  color: #E3530F !important;
}
.green {
  color: #E3530F !important;
}
hr.green {
    border-top: 2px solid #E3530F;
    border-bottom: 0;
    max-width: 20%;
    margin: 0 auto 20px !important;
    text-align: center;
}
.line h2::after {
    content: "";
    border-bottom: 3px solid #6c6f70;
    display: block;
    width: 8%;
    margin: 15px auto 0;
}
.line.alignleft h2::after {
    margin: 15px 0 0;
}


/**gravity forms**/

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder, .gform_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
  color: #093b59 !important;
  opacity: 1;
  text-shadow: 0 0 transparent;
  letter-spacing: 0.5px;
}
.gform_wrapper .gform_fields .gfield input::-moz-placeholder, .gform_wrapper .gform_fields .gfield textarea::-moz-placeholder { 

  color: #093b59 !important;
  opacity: 1;
  text-shadow: 0 0 transparent;
  letter-spacing: 0.5px;
}
.gform_wrapper .gform_fields .gfield input:-ms-input-placeholder, .gform_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
	
  color: #093b59 !important;
  opacity: 1;
  text-shadow: 0 0 transparent;
  letter-spacing: 0.5px;
}
.gform_wrapper .gform_fields .gfield input:-moz-placeholder, .gform_wrapper .gform_fields .gfield textarea:-moz-placeholder {

  color: #093b59 !important;
  opacity: 1;
  text-shadow: 0 0 transparent;
  letter-spacing: 0.5px;
}
.gform_wrapper input.gform_button {
    background: #E3530F !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px;
    padding: 15px 30px !important;
    width: auto !important;
    border-radius: 10px !important;
    border: 1px solid #E3530F !important;
}
.gform_wrapper input.gform_button:hover {
    background: #fff !important;
    color: #E3530F !important;
}
.gform_wrapper input, .gform_wrapper textarea {
    background: #f2f2f2 !important;
    border-radius: 8px;
    border: 0;
    padding: 20px !important;
    color: #093b59;
}

/*home page get in touch*/
.get-in-touch {
    position: absolute;
    z-index: 99;
    max-width: 45%;
    top: 20%;
    right: 28%;
    background: #f2f2f2;
    padding: 40px 35px 40px 35px;
    color: #093b59 !important;
}
.get-in-touch form input {
    background: #fff !important;
    color: #093b59 !important;
}
.get-in-touch select {
    background: #fff !important;
    border: 0;
    padding: 20px !important;
    border-radius: 8px;
    color: #093b59 !important;
}

/**header**/
.main-sidebar-menu .hfe-nav-menu .sub-arrow {
    font-size: 25px !important;
    color: #E3530F !important;
  }
.ehf-header #masthead {
    z-index: 99;
    position: absolute;
    width: 100%;
    max-width: 100%;
}
.number-menu {
  font-weight: 900;
}
.header-logo img {
    max-width: 295px;
    width: 100%;
}
.contact-number p {
    font-size: 16px;
    font-weight: 600;
}
.contact-number p span {
    font-size: 22px;
    font-weight: 600;
}


/**sticky sidebar with menu/social**/
.sticky-sidebar {
    width: 55px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #f2f2f2;
}
.sticky-sidebar .elementor-container {
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0;
}
.sticky-sidebar .elementor-social-icons-wrapper a {
  background: transparent !important;
  color: #53585a !important;
}
.sticky-sidebar .elementor-social-icons-wrapper a i, .sticky-sidebar .elementor-social-icons-wrapper a i::before {
  color: #53585a !important;
}
body:not(.rtl) #elementor-popup-modal-6502 .dialog-close-button {
    left: 0.5%;
    right: unset;
}
#elementor-popup-modal-6502 .dialog-close-button {
    top: 5%;
}

/**homepage**/

section.homeslider {
    position: relative;
    margin-left: 250px;
}
.home-slider {
    margin-left: -195px;
}
.nivoSlider::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2,42,64, 0.35);
  transition: background .3s linear;
  z-index: 99;
}
.metaslider .theme-default .nivo-controlNav a {
  background: url(/wp-content/themes/hello-theme-child-master/images/navigation-bullets.png) no-repeat !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
}
.metaslider .theme-default .nivo-controlNav a.active {
    background-position: 0 -20px !important;
}
.nivo-caption {
    left: 220px !important;
    background: transparent !important;
    color: #fff;
    top: 350px !important;
    max-width: 29%;
    opacity: 1 !important;
    z-index: 999 !important;
}
.nivo-caption h2 {
  font-size: 55px;
  font-weight: 900;
}
.nivo-caption h2::after {
    content: "";
    border-bottom: 2px solid #E3530F;
    display: block;
    width: 15%;
}
.nivo-caption p {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
}
.horizontal-scroll-wrapper .elementor-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 20px 0 40px 150px;
}
.horizontal-scroll-wrapper .elementor-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border: 1px solid #ccc;
}
.horizontal-scroll-wrapper .elementor-container::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f2f2f2;
}
.horizontal-scroll-wrapper .elementor-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #E3530F;
}
.horizontal-scroll-wrapper .elementor-container .service-wrapper {
    margin: 0 10px;
    width: 500px !important;
}
.horizontal-scroll-wrapper .service-wrap .elementor-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    margin: 0;
    width: 450px;
}
.service-wrap {
  position: relative;
}
.service-wrap .elementor-container > div.accent-line {
    width: 46px !important;
    margin-right: 20px;
}
.horizontal-scroll-wrapper .elementor-container .accent-line div {
    width: 46px !important;
    margin: 0 !important;
}
.service-wrap .elementor-container > div.service-descrip {
    width: 90% !important;
}
.service-wrapper img {
    width: 100%;
}
.services-title h2.elementor-heading-title {
  font-size: 25px;
  text-transform: none !important;
  color: #003CA5;
  font-weight: bold;
}
.service-wrap .elementor-container div img {
    width: 46px !important;
    max-width: 46px;
}
.services-exc .elementor-widget-container {
    margin-left: 15px !important;
    font-weight: 500;
}
.offset {
  margin-right: 300px;
}
.offset .hp-testimonials {
  position: relative;
  right: -300px;
}

/**
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
}
.swiper-pagination-bullet {
    height: 20px !important;
    width: 20px !important;
    background-position: 0 4px !important;
    background-color: transparent !important;
    background-image: url(/wp-content/themes/hello-theme-child-master/images/navigation-bullets_white.png) !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-position: 0 20px !important;
} **/
.hp-contact-info {
    position: absolute;
    z-index: 99;
    right: 100px;
    top: -240px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    max-width: 35%;
}
.hp-contact-info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hp-contact-info h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.hp-contact-info h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 5px 0;
}

@media(max-width: 1255px){
    .section-inside-header{
    padding-left: 110px!important;
    }
	.section-inside{
		padding-left: 55px!important;
	}
}

/**secondary pages**/
.featured img {
    margin-left: -295px;
    width: 110%;
    max-width: 110%;
}
.featured {
    margin-left: 350px;
	  position: relative;
}
.featured .elementor-widget-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -295px;
    right: 295px;
    background: rgba(2,42,64, 0.35);
    transition: background .3s linear;
}
.featured .page-heading h1 {
    position: absolute;
    top: -300px;
    z-index: 999;
    font-size: 50px !important;
    left: -40px;
}
.featured .page-heading::after {
    content: "";
    position: absolute;
    z-index: 999;
    border-bottom: 3px solid #E3530F;
    display: block;
    width: 100px;
    margin: 15px auto 0;
    top: -250px;
    left: -30px;
}
.page-header .page-heading h1 {
    position: absolute;
    top: -350px;
    z-index: 999;
    font-size: 50px !important;
    left: 150px;
}
.page-header .page-heading::after {
    content: "";
    position: absolute;
    z-index: 999;
    border-bottom: 3px solid #E3530F;
    display: block;
    width: 100px;
    margin: 15px auto 0;
    top: -300px;
    left: 150px;
}

.page-image .elementor-widget-container::after {
    content: "";
    background: #003CA540;
    display: block;
    width: 85vw;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-image-bg {
    min-height: 775px;
}

/**contact page**/
.contact-info {
    position: absolute;
    z-index: 99;
    right: 100px;
    top: 600px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    max-width: 35%;
}
.contact-info h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.contact-info h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 5px 0;
}
.contact-call {
  position: relative;
}

/**about page**/
.video {
  position: relative;
}
.video-caption {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    bottom: 0;
    background: rgba(9,59,89,0.6);
    padding: 20px 0 10px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
}
/* First activate the default icon in the video player options, then hide it with custom CSS */

.eicon-play{display:none;}

/* Use this class and change/add the values to display your icon as intended */

.elementor-custom-embed-play{
    width: 100%;
    max-width: 150px;
    content: url(/wp-content/themes/hello-theme-child-master/images/video-play-button.png);
    transition: 0.3s ease-in-out;
}

/* If you'd like to add a hover state - Example */

.elementor-custom-embed-play:hover{
    max-width: 200px;
}
.service {
    border-bottom: 2px solid #f2f2f2;
    padding: 20px 0 30px;
}
.service.last {
    border-bottom: 0;
}
.team-img img {
    border: 2px solid #f2f2f2;
    border-radius: 100%;
}
.department-accordions .eael-accordion-list, 
.info-accordions .eael-accordion-list {
    margin: 0 0 20px;
}
.department-accordions .eael-adv-accordion .eael-accordion-list .eael-accordion-header,
.info-accordions .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    padding: 25px 15px;
    border: 0;
  }
  .department-accordions .eael-adv-accordion .eael-accordion-list .eael-accordion-content,
  .info-accordions .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    display: none;
    border: 0;
    padding: 0 25px 15px;
  }
  .department-accordions .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle,
  .info-accordions .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.department-accordions table td {
    border: 3px solid #fff;
}
.department-accordions .name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #E3530F;
    display: block;
}
.department-accordions .title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #003CA5;
}
.service-detail p {
    margin: 8px 0;
    border-bottom: 2px solid #f2f2f2;
    padding: 0 0 18px;
    line-height: 19px !important;
    position: relative;
}
.service-detail.last p {
    border-bottom: 0;
}
.service-detail p::before {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/images/orange-checkbox-round.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

/**client login**/
.login-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 9;
}
.login-wrapper h4, .login-wrapper p {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.orange-box.top {
    position: absolute;
    top: -25px;
    left: -28px;
    background: #E3530F;
    height: 125px;
    width: 100px;
}
.orange-box.bottom {
    position: absolute;
    top: -100px;
    right: -28px;
    left: unset;
    background: #E3530F;
    height: 125px;
    width: 100px;
    z-index: -1;
}
.employee > .elementor-widget-wrap::after, .manager > .elementor-widget-wrap::after {
  content: "";
  background: #003CA540;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width: 100%;
  height: 100%;
  display: block;
}
.employee .elementor-element-populated, .manager .elementor-element-populated  {
    padding: 0 !important;
}

.back-to-news {
    margin: -50px 0 50px -25px;
    position: relative;
    z-index: 9;
}
.tag-heading {
    display: inline;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 15px;
    color: #093B59;
}
.taglist {
    display: inline;
    margin: 0;
    padding: 0;
    color: #093B59;
}
.taglist li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 5px 25px 0 0;
}
.taglist li a {
    color: #E3530F;
    text-decoration: underline;
}
.blog-title.line h2::after {
    margin: 15px 0 0;
}
.news-landing .eael-grid-post-holder,
.news-landing .eael-grid-post-holder-inner {
    border: 0;
}
.news-landing article .eael-entry-wrapper {
    display: flex;
    flex-direction: column;
}
.news-landing .eael-entry-wrapper .eael-entry-meta {
    order: 1;
    color: #84AC52 !important;
    font-weight: 600 !important;
}
.news-landing .eael-entry-wrapper .eael-entry-meta .eael-posted-on::before {
  content: "" !important;
  padding-right: 0 !important;
}
.news-landing .eael-entry-wrapper .eael-entry-meta .eael-meta-posted-on i {
  display: none;
}
.news-landing .eael-entry-wrapper .eael-entry-header {
  order: 2;
}
.news-landing .eael-entry-wrapper .eael-entry-content {
    order: 3;
    padding-bottom: 35px;
}
.news-landing .eael-grid-post-excerpt {
    hyphens: auto;
}
.featured-post {
  position: relative;
}
.news-landing .eael-grid-post-excerpt p {
    flex-basis: 270px;
}
.news-landing .eael-grid-post-excerpt .eael-post-elements-readmore-btn, .featured-post .elementor-post__read-more {
    margin-top: auto;
    display: block;
    position: absolute;
    bottom: 15px;
}

.featured-post .elementor-post__read-more {
    bottom: 22px;
}
.featured-col .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0;
}
.news-landing .eael-post-grid-container .eael-post-grid {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.news-landing article, .featured-post article {
  background: #f2f2f2;
  position:relative;
}
.featured-post article {
    padding: 20px 20px 45px !important;
}
.news-landing article:hover, .featured-post article:hover   {
    background: #E3530F;
    color: #fff;
}
.featured-post .elementor-post__text {
    display: flex;
    flex-direction: column;
}
.featured-post .elementor-post__meta-data {
    order: 1;
}
.featured-post .elementor-post__title {
  order: 2;
}
.featured-post  .elementor-post__excerpt {
  order: 3
}
.featured-post  .elementor-post__read-more {
  order: 4;
}
.news-landing article:hover h2 a, 
.news-landing article:hover .eael-entry-meta .eael-posted-on, 
.news-landing article:hover .eael-grid-post-excerpt p, 
.news-landing article:hover .eael-entry-meta .eael-posted-on,
.news-landing article:hover .eael-grid-post-excerpt .eael-post-elements-readmore-btn,
.news-landing article:hover h3 a,    
.news-landing article:hover .elementor-post-date, 
.news-landing article:hover .elementor-post__excerpt p,
.news-landing article:hover a,
.featured-post article:hover a,
.featured-post  article:hover h3 a,    
.featured-post article:hover .elementor-post-date, 
.featured-post article:hover .elementor-post__excerpt p,
.featured-post article:hover a {
    color: #fff !important;
}
.news-landing .elementor-post__read-more, .featured-post .elementor-post__read-more {
  text-decoration: underline;
}
.news-landing .eael-grid-post, .news-landing .elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
    width: auto !important;
    float: none !important;
    flex-basis: 270px;
    margin: 10px !important;
}
.news-landing.two-section .eael-grid-post {
  margin-top: 0 !important;
}
.category-filter {
  text-align: center;
}
.category-filter.archive-page {
  text-align: right;
}
.category-filter h5 {
    display: inline;
    color: #E3530F;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.category-filter form {
    display: inline-block;
    width: 250px;
    margin-left: 20px;
}
.category-filter #cat {
    border: 0;
    background: #f2f2f2;
    border-radius: 8px;
    padding: 13px 10px;
    color: #093B59;
    font-size: 15px;
}
.archive-page .elementor-button {
    padding: 13px 30px !important;
}
/**archive**/
.news-landing.archive article {
    padding: 25px !important;
}
.news-landing.archive .elementor-pagination {
    margin: 40px 0;
}
/**FORMS page**/
.department-accordions.forms ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.department-accordions.forms ul li a {
    text-decoration: underline;
    font-weight: 700;
}
.department-accordions.forms ul li a:hover {
    color: #E3530F;
}
.department-accordions.forms ul li a::after {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/images/arrow-right.png);
    width: 15px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.case-studies-accordion p {
    margin: 10px 0 !important;
}


/**--------------------MEDIA QUERIES--------------------**/

@media screen and (max-width:1600px) {
  /**Homepage**/
  .get-in-touch {
    max-width: 45%;
  }  
  /**About**/
  .page-image-bg {
    min-height: 650px;
  }
  .page-header .page-heading h1 {
    width: 175%;
  }
}
@media screen and (max-width:1440px) {
  /**Homepage**/
  .get-in-touch {
    max-width: 50%;
  } 
  .elementor-2 .elementor-element.elementor-element-08f6fdf .swiper-slide-contents {
    max-width: 435px;
  }
  /**About**/
  .page-image-bg {
    min-height: 600px;
  }

}
@media screen and (max-width:1366px) {
  /**header**/
  .elementor-3145 .elementor-element.elementor-element-cdf769e {
    padding: 20px 75px 20px 140px;
  }
  /**Homepage**/
  .get-in-touch {
    right: 20%;
    top: 30%;
  }
  .gform_wrapper input, .gform_wrapper textarea {
    padding: 10px 20px !important;
  }
  /**About**/
  .page-image-bg {
    min-height: 570px;
  }
  .page-header .page-heading h1, .page-header .page-heading::after {
    top: -320px;
  }
  .page-header .page-heading::after {
    top: -270px;
  }
}
@media screen and (max-width:1300px) {
  /**About**/
  .page-image-bg {
    min-height: 550px;
  }
  .page-header .page-heading h1, .page-header .page-heading::after {
    top: -290px;
  }
  .page-header .page-heading::after {
    top: -240px;
  }

}
@media screen and (max-width:1280px) {
  /**Homepage**/
  .get-in-touch {
    max-width: 55%;
  }
  /**About**/
  .page-image-bg {
    min-height: 530px;
  }
  .page-header .page-heading h1, .page-header .page-heading::after {
    top: -250px;
  }
  .page-header .page-heading::after {
    top: -200px;
  }
}
@media screen and (max-width:1200px) {
  /**Homepage**/
  .elementor-2 .elementor-element.elementor-element-08f6fdf .elementor-slide-heading {
    font-size: 50px;
  }
  .elementor-2 .elementor-element.elementor-element-08f6fdf .swiper-slide-inner {
    padding-left: 40px !important;
  }
  .offset {
    margin-right: 250px;
  }
  .offset .hp-testimonials {
    right: -250px;
  }
  .elementor-2 .elementor-element.elementor-element-3d9a670 {
    width: 100%;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1020px;
  }
  /**About**/
  .page-image-bg {
    min-height: 520px;
  }
  .page-header .page-heading h1, .page-header .page-heading::after {
    top: -250px;
  }
  .page-header .page-heading::after {
    top: -200px;
  }
  .elementor-11 .elementor-element.elementor-element-9641144 {
    margin-top: 60px; 
  }
  /**News**/
  .news-landing .eael-grid-post, .news-landing .elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
    flex-basis: 326px;
  }
  /**Contact**/
  .contact-call {
    width: 59% !important;
  }
  .contact-form {
    width: 40% !important;
  }
  /**footer - logos**/
  footer .elementor-container.elementor-column-gap-default {
    max-width: 98% !important;
  }
  .elementor-element-f99777a .elementor-widget-wrap > div{
    margin: 10px;
  }

}
@media screen and (max-width:1080px) {
  /**Homepage**/
 .get-in-touch {
    right: 17%;
    max-width: 58%;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 920px;
  }
  /**About**/
  .page-image.elementor-element img {
    max-width: 90vw !important;
  }
  .page-image .elementor-widget-container::after {
    width: 90vw !important;
  }
  .page-image-bg {
    min-height: 485px;
  }
  .page-header .page-heading h1, .page-header .page-heading::after {
    top: -220px;
  }
  .page-header .page-heading::after {
    top: -170px;
  }
  .elementor-11 .elementor-element.elementor-element-86d6e99 {
    margin-bottom: 0;
  }
  /**service detail - services pages**/
  .service-detail p::before {
    margin-left: -30px;
  }
  .service-detail p {
    margin-left: 20px;
  }
  /**News**/
  .news-landing .eael-grid-post, .news-landing .elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
    flex-basis: 293px;
  }
  /**footer**/
  footer .green {
    display: block;
    margin-bottom: 5px;
  }

}
@media screen and (max-width:1024px) {
  /**Homepage**/
  .get-in-touch {
    right: 40px;
    max-width: 60%;
  }
  .get-in-touch form input, .get-in-touch select {
    font-size: 14px !important;
  }
  .hp-contact-info {
    top: -200px;
  }
  .hp-contact-info h4 {
    font-size: 22px;
  }
  .hp-contact-info h5 {
    font-size: 18px;
  }
  .hp-contact-info h3 {
    font-size: 25px;
  }
  /**secondary page**/
  .page-image-bg {
    min-height: 450px;
  }/**News**/
  .news-landing .eael-grid-post, .news-landing .elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
    flex-basis: 264px;
  }
  
}
@media screen and (max-width:980px) {
  /**Homepage**/
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 840px;
  }
  .get-in-touch {
    right: 40px;
    max-width: 60%;
  }
  .get-in-touch form input, .get-in-touch select {
    font-size: 14px !important;
  }
  .hp-contact-info {
    top: -200px;
  }
  .hp-contact-info h4 {
    font-size: 22px;
  }
  .hp-contact-info h5 {
    font-size: 18px;
  }
  .hp-contact-info h3 {
    font-size: 25px;
  }
  /**About**/
  .page-image.elementor-element img {
    max-width: 95vw !important;
  }
  .page-image .elementor-widget-container::after {
    width: 95vw !important;
  }
  .page-image-bg {
    min-height: 455px;
  }
  /*bio images*/
  .elementor-11 .elementor-element.elementor-element-9e1304a > .elementor-widget-container, 
  .elementor-11 .elementor-element.elementor-element-b32dad4 > .elementor-widget-container {
    padding: 0px 50px;
  }
  /**News**/
  .news-landing .eael-grid-post, .news-landing .elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
    flex-basis: 250px;
  }
  /**Contact**/
  .contact-call {
    width: 65% !important;
  }
  .contact-form {
    width: 35% !important;
  }

}
@media screen and (max-width:900px) {
  /**Homepage**/
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 768px;
  }
  .elementor-2 .elementor-element.elementor-element-08f6fdf .swiper-slide-contents {
    max-width: 375px;
  }
  /**About**/
  .page-image.elementor-element img {
    max-width: 100vw !important;
  }
  .page-image .elementor-widget-container::after {
    width: 100vw !important;
  }
  .page-image-bg {
    min-height: 425px;
  }
  .service h4 {
    font-size: 21px !important;
  }
  /**News**/
  .news-landing .eael-grid-post, .news-landing .elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
    flex-basis: 223px;
  }
  /**Contact**/
  .contact-call {
    width: 78% !important;
    margin: 0 auto;
  }
  .contact-form {
    width: 100% !important;
  }

}
@media screen and (max-width:820px) {
  /**Homepage**/
  .get-in-touch {
    right: 30px;
  }
  .get-in-touch select {
    padding: 15px 10px !important;
  }
  .get-in-touch form input, .get-in-touch select {
    font-size: 14px !important;
  }
  /**About**/
  .page-header .page-heading h1, .page-header .page-heading::after {
    top: -190px;
  }
  .page-header .page-heading::after {
    top: -140px;
  }
  .page-image-bg {
    min-height: 390px;
  }
  /*bio images*/
  .elementor-11 .elementor-element.elementor-element-9e1304a > .elementor-widget-container, 
  .elementor-11 .elementor-element.elementor-element-b32dad4 > .elementor-widget-container {
    padding: 0px 150px;
  }
  .service h4 {
    font-size: 18px !important;
  }
  /**News**/
  .news-landing .eael-grid-post, .news-landing .elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
    flex-basis: 297px;
  }

}
@media screen and (max-width:800px) {
  /**footer**/
  .col-logo {
    width: 45% !important;
  }
  .col-address {
    width: 33% !important;
  }
  .col-phone {
    width: 20% !important;
  }
  .col-logos {
    width: 85% !important;
  }
  .col-social {
    width: 5% !important;
  }
  /**News**/
  .news-landing .eael-grid-post, .news-landing .elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
    flex-basis: 100%;
  }
  .elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n) {
    margin-right: 10px !important;
  }

}
@media screen and (max-width:768px) {	
  /**Homepage**/
  .elementor-2 .elementor-element.elementor-element-08f6fdf .swiper-slide-contents {
    max-width: 325px;
  }
  .elementor-2 .elementor-element.elementor-element-a8cb109.elementor-arrows-yes .elementor-main-swiper {
    width: 85%;
  }
  .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-9cd2fda.testimonials-orange-bg {
    display: none;
  }
  .elementor-2 .elementor-element.elementor-element-3d9a670 {
    width: 100%;
  }
  .horizontal-scroll-wrapper .elementor-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 20px 0 40px 100px;
  }
  .offset .hp-testimonials {
    right: -55px;
  }
  .offset {
    margin-right: 55px;
  }
  .swiper-slide.swiper-slide-active {
    width: 99% !important;
  }
  /**About**/
  .page-image-bg {
    min-height: 360px;
  }
  .service h4 {
    font-size: 23px !important;
  }
  .line.alignleft h2::after {
    margin: 15px auto 0;
  }
  /*bio images*/
  .elementor-11 .elementor-element.elementor-element-9e1304a > .elementor-widget-container, 
  .elementor-11 .elementor-element.elementor-element-b32dad4 > .elementor-widget-container {
    padding: 0px 150px;
  }
  /**department tables **/
  .eael-adv-accordion table tbody tr {
    display: flex;
    flex-direction: column;
  }
  table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: transparent;
  }
  table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
  }
  .department-accordions table td {
    border: 0px solid #fff;
  }
  /**footer**/
  .hp-contact-info {
    right: 75px;
  }
  .col-logo {
    width: 35% !important;
  }
  .col-address {
    width: 39% !important;
  }
  /**Archives**/
  .category-filter h5 {
    display: block;
    text-align: left;
  }
  .category-filter form {
    display: block;
    margin-left: 0;
  }
  .elementor-element.elementor-element-02b9e64.archive-page.elementor-widget.elementor-widget-button {
    text-align: right;
  } 
  /**Contact**/
  .contact-call {
    width: 88% !important;
  }

}
@media screen and (max-width:736px) {
  /**Homepage**/
  /*homepage slides**/
  .elementor-2 .elementor-element.elementor-element-08f6fdf {
      width: 100%;
      max-width: 100%;
  }
  .elementor-2 .elementor-element.elementor-element-b401119:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    margin: -1px -2px 0 0;
  }
  body:not(.rtl) .elementor-2 .elementor-element-f5ada5f .elementor-element.elementor-element-08f6fdf {
    left: -7px;
  }
  .elementor-2 .elementor-element.elementor-element-08f6fdf .swiper-slide-contents {
    max-width: 600px;
  }
  .elementor-2 .elementor-element.elementor-element-08f6fdf .swiper-slide-contents {
    margin-right: 20px;
  } 
  .elementor-2 .elementor-element.elementor-element-13775f9 {
    width: 101% !important;
  }
  .get-in-touch {
    top: 54%;
    max-width: 92%;
    padding: 20px 40px 0;
  }
  #gform_9 li.hidden_label input {
    margin-top: 0;
  }
  #gform_9 .gform_footer {
    margin: 0;
  }
  .elementor-element-509470e .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0;
  }
  .hp-contact-info {
    top: -185px;
  }
  .hp-contact-info h4 {
    font-size: 20px;
  }
  .hp-contact-info h5 {
      font-size: 17px;
  }
  .hp-contact-info h3 {
    font-size: 22px;
  }
  /**About**/
  .page-image-bg {
    min-height: 20px;
  }
  .page-header .page-heading h1, .page-header .page-heading::after {
    top: -120px;
  }
  .page-header .page-heading::after {
    top: -70px;
  }
  .service-listing .elementor-column {
    width: 65%;
  }
  .service-listing .elementor-column.service-icon {
    width: 30%;
  }
  /**Archives**/
  .category-filter h5 {
    text-align: center;
  }
  .category-filter form {
    margin: 0 auto;
  }
  .elementor-element.elementor-element-02b9e64.archive-page.elementor-widget.elementor-widget-button {
    text-align: center;
  } 
  /**footer**/
  .prefooter h4 span {
    display: block;
  }
  .prefooter h4 span.divider-prefoot {
    display: none;
  }
}
@media screen and (max-width:720px) {
  /**Contact**/
  .contact-call {
    width: 94% !important;
  }

}
@media screen and (max-width:667px) {
  /**Homepage**/
  .hp-contact-info {
    top: -175px;
    right: 38px;
    max-width: 45%;
  }
  .elementor-2 .elementor-element.elementor-element-5dbef93 {
    margin-top: 125px;
  }
  /**Contact**/
  .contact-call {
    margin-left: -10px;
  }

}
@media screen and (max-width:640px) {
  /**Homepage**/
  .hp-contact-info h4 {
    font-size: 18px;
  }
  .hp-contact-info {
    top: -165px;
  }
  /**About**/
  .page-header .page-heading h1 {
    width: 120%;
    font-size: 38px !important;
    left: 90px;
    top: -80px;
  }
  .page-header .page-heading::after {
    top: -45px;
    left: 90px;
  }
  /*bio images*/
  .elementor-11 .elementor-element.elementor-element-9e1304a > .elementor-widget-container, 
  .elementor-11 .elementor-element.elementor-element-b32dad4 > .elementor-widget-container {
    padding: 0px 130px;
  }

}
@media screen and (max-width:600px) {
  /**Homepage**/
  .hp-contact-info {
    top: -145px;
    right: 5px;
    max-width: 55%;
  }
  /**About**/
  .page-header .page-heading h1 {
    width: 120%;
    font-size: 38px !important;
    left: 90px;
  }
  .page-header .page-heading::after {
    top: -40px;
    left: 90px;
  }
  /*bio images*/
  .elementor-11 .elementor-element.elementor-element-9e1304a > .elementor-widget-container, 
  .elementor-11 .elementor-element.elementor-element-b32dad4 > .elementor-widget-container {
    padding: 0px 100px;
  }
  
  /**footer**/
  .col-logo {
    width: 36% !important;
  }
  .col-logo .elementor-widget-wrap {
    padding: 0 !important;
  }
  .desktop {
    display: none;
  }
  .mobile { 
  display: inline-block;
  }
  .find-out-more a, .phone-number a {
    color: #fff;
    text-decoration: underline;
  }
  .contact-info .mobile a {
    color: #fff;
  text-decoration: underline;}

}
@media screen and (max-width:568px) {
  .get-in-touch {
    top: 57%;
    right: 23px;
  }
  .hp-contact-info h4 {
    font-size: 16px;
  }
  .col-logo, .col-address {
    width: 50% !important;
  }
  .col-phone {
    width: 30% !important;
  }
  .col-logos {
    width: 60% !important;
  }
  /**About**/
  .service-listing .elementor-column.service-icon {
    width: 18%;
  }
  .service-listing .elementor-column {
    width: 80%;
  }
  .page-header .page-heading h1 {
    font-size: 35px !important;
    top: -60px;
  }
  .page-header .page-heading::after {
    top: -30px;
  }
  /**Contact**/
  .contact-call {
    width: 100% !important;
  }

}
@media screen and (max-width:534px) {
  /**Homepage**/
  .hp-contact-info {
    top: -135px;
  }
  .hp-contact-info h4 {
    font-size: 16px;
  }
  .hp-contact-info h3 {
    font-size: 20px;
  }
  /**About**/
  /*bio images*/
  .elementor-11 .elementor-element.elementor-element-9e1304a > .elementor-widget-container, 
  .elementor-11 .elementor-element.elementor-element-b32dad4 > .elementor-widget-container {
    padding: 0px 50px;
  }

}
@media screen and (max-width:480px) {
  /*global**/
  .elementor-3145 .elementor-element.elementor-element-11a41ca img {
    width: 150px;
  }
  /**Homepage**/
  .horizontal-scroll-wrapper .elementor-container {
    margin: 20px 0 40px 60px;
  }
  .horizontal-scroll-wrapper .elementor-container .service-wrapper {
    width: 400px !important;
  }
  .service-wrap .elementor-container > div.service-descrip {
    width: 70% !important;
  }
  .services-title h2.elementor-heading-title {
    font-size: 23px;
  }
  .services-exc .elementor-widget-container {
    margin-left: 0 !important;
  }
  hr.green {
    margin: 0 auto 10px !important;
  }
  .hp-contact-info h4 {
    font-size: 14px;
  }
  .hp-contact-info h5 {
    font-size: 16px;
  }
  .hp-contact-info h3 {
    font-size: 17px;
  }
  .hp-contact-info {
    top: -122px;
  }
  /**About**/
  .page-header .page-heading h1 {
    font-size: 28px !important;
    top: -40px;
  }
  .page-header .page-heading::after {
    top: -17px;
  }
  .service h4 {
    font-size: 20px !important;
  }
  .line h2::after {
    content: "";
    border-bottom: 3px solid #6c6f70;
    display: block;
    width: 20%;
  }
  /**Services**/
  .elementor-7323 .elementor-element.elementor-element-8ffde00 {
    margin-top: 50px;
  }
  /*testimonials*/
  .elementor-11 .elementor-element.elementor-element-9e3d08c > .elementor-element-populated {
    padding: 65px 2px 65px 20px;
  }
  /**Contact**/
  .contact-call .elementor-widget-wrap {
    background-color: #093B59 !important;
    background-image: none !important;
  }
  .contact-call {
    min-height: 200px !important;
    margin: 0 !important;
    position: relative !important;
  }
  .contact-info {
    right: 0;
    top: 50px;
    max-width: 100%;
    left: 0;
  }

}
@media screen and (max-width:414px) {
  /**Homepage**/
  .get-in-touch {
    top: 60%;
    right: 16px;
  }
  .elementor-2 .elementor-element.elementor-element-5dbef93 {
    margin-top: 155px;
  }
  .elementor-element-b4f65d4 h3 {
    margin-left: 50px;
  }
  .horizontal-scroll-wrapper .elementor-container .service-wrapper {
    width: 330px !important;
  }
  .service-wrap .elementor-container > div.service-descrip {
    width: 60% !important;
  }
  .find-out-more .elementor-column.elementor-element-699b52f {
    background: #093B59 !important;
  }
  .find-out-more img {
    opacity: 0 !important;
  }
  .hp-contact-info {
    top: -162px;
    max-width: 100%;
  }
  /**About**/
  .page-header .page-heading h1 {
    font-size: 22px !important;
    top: -20px;
  }
  .page-header .page-heading::after {
    top: -8px;
  }
  .service h4 {
    font-size: 21px !important;
    padding-right: 55px;
  }
  .service h4 a::after {
    margin-right: -50px;
  }
  .service-icon .elementor-widget-wrap {
    padding: 10px 10px 10px 0 !important;
    margin-top: 22px;
  }
  
  /**footer**/
  .col-logo, .col-address, .col-phone {
    width: 100% !important;
    text-align: center;
  }
  .col-address, .col-phone {
    margin-top: 15px;
  }
  .col-logos {
    width: 100% !important;
  }
  .elementor-element-f99777a .elementor-widget-wrap > div {
    margin: 10px !important;
  }
  .col-social {
    width: 100% !important;
  }

}
@media screen and (max-width:375px) {
  /**Global**/
  /*header*/
  .elementor-3145 .elementor-element.elementor-element-cdf769e {
    padding: 10px 75px 20px 120px;
  }
  .elementor-3145 .elementor-element.elementor-element-11a41ca img {
    width: 110px;
  }
  /**About**/
  /*bio images*/
  .elementor-11 .elementor-element.elementor-element-9e1304a > .elementor-widget-container, .elementor-11 .elementor-element.elementor-element-b32dad4 > .elementor-widget-container {
    padding: 0px 20px;
  }
  /**News**/
  .category-filter #cat {
    width: 80%;
  }
  .category-filter form {
    width: 300px;
  }

}
@media screen and (max-width:360px) {
  /**global**/
  .elementor-3145 .elementor-element.elementor-element-11a41ca img {
    width: 130px;
  }
  /**Homepage**/
  .hp-contact-info {
    top: -132px;
  }
}
@media screen and (max-width:320px) {
  /**Global**/
  /**header**/
  .elementor-3145 .elementor-element.elementor-element-11a41ca img {
    width: 100px;
  }
  .elementor-3145 .elementor-element.elementor-element-cdf769e {
    padding: 0 75px 20px 120px;
  }
  /**News - Archive**/
  .category-filter form {
    width: 270px;
    margin: 0 -10px;
  }
}
