/* 
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
*/

/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */
@keyframes fadeDown{from{opacity:0;transform:translate3d(0,-30px,0)}to{opacity:1;transform:none}}.elementor-element.fadeInDown{animation-name:fadeDown}@keyframes fadeLeft{from{opacity:0;transform:translate3d(-30px,0,0)}to{opacity:1;transform:none}}.elementor-element.fadeInLeft{animation-name:fadeLeft}@keyframes fadeRight{from{opacity:0;transform:translate3d(30px,0,0)}to{opacity:1;transform:none}}.elementor-element.fadeInRight{animation-name:fadeRight}@keyframes fadeUp{from{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:none}}.elementor-element.fadeInUp{animation-name:fadeUp}
select {background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;background-size: 5px 5px, 5px 5px, 1px 1.5em;background-repeat: no-repeat;-webkit-appearance:none!important;-moz-appearance: none;appearance: none;}select:focus {background-image: linear-gradient(45deg, #1E3B7F 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #1E3B7F 50%), linear-gradient(to right, #ccc, #ccc);background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;background-size: 5px 5px, 5px 5px, 1px 1.5em;background-repeat: no-repeat;}

/*** 
* ===============
* Default Styles 
* ===============
***/
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 84px; /* height of the sticky header */
  margin: -84px 0 0; /* height of the sticky header */
  visibility: hidden;
  pointer-events: none;
}
a, .elementor-button, [type=button], [type=submit], button,
.elementor-widget-jet-mega-menu > .elementor-widget-container,
.elementor-widget-media-carousel .elementor-swiper-button,
.elementor-posts .elementor-post__card,
.elementor-cta__title, .elementor-icon-list-text {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
img {
  -webkit-transition: all ease-in-out 0.3s!important;
  -moz-transition: all ease-in-out 0.3s!important;
  transition: all ease-in-out 0.3s!important;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
* {
  outline: 0!important;
}
b, strong {
  font-weight: 700;
}
.fa-facebook-f:before {
  content: "\f39e"!important;
}
textarea {
  resize: none!important;
}
ul, ol, p { 
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  position: relative;
}
ul.split-two,
ol.split-two {
  padding: 0;
  list-style: none; /* Remove default bullets */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.inner-block-content ul, .inner-block-content ol, .inner-block-content p {
  margin-bottom: 1rem;
}
.inner-block-content p:last-child, .inner-block-content ul:last-child, .inner-block-content ol:last-child {
  margin-bottom: 0;
}
.inner-block-content ol {
  padding-left: 40px;   
}
.inner-block-content ul ul {
  margin-top: 5px;
}
.inner-block-content ul li {
  margin: 0;
  padding: 0 0 0 28px;
}
.inner-block-content ul li {
  margin: 0;
  padding: 0 0 0 15px;
}
.inner-block-content ul li + li, .inner-block-content ol li + li {
  margin-top: 2px;
}
.inner-block-content ul li, .inner-block-content ol li, .inner-block-content p {
  line-height: 29px;
}
.inner-block-content .inherit ul li, .inner-block-content .inherit ol li, .inner-block-content .inherit p {
  line-height: inherit;
}
.inner-block-content ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.elementor-icon-list-items) li:before {
  background-color: var( --e-global-color-primary );
  border-radius: 50%;
  content: '';
  width: 6px;
  height: 6px;
  left: 0;
  top: 12px;
  position: absolute;
}
.white a {
  color: #ffffff;
}
.white a:hover {
  /*color: #F5AF46;*/
}
.elementor-widget-toggle .elementor-toggle-item {
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
}
.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0;
}
.elementor-pagination-position-outside .swiper-pagination-bullet {
  opacity: .6;
}
.elementor-pagination-position-outside .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet { 
  opacity: .5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.elementor-custom-embed-play {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var( --e-global-color-accent );
  border-radius: 50%;
  width: 104px;
  height: 104px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.elementor-custom-embed-play svg { 
  filter: none;
  margin-left: 2px;
}
.small-play-btn .elementor-custom-embed-play {
  width: 64px;
  height: 64px;
}
.small-play-btn .elementor-custom-embed-play i {
  font-size: 25px;
}
.elementor-custom-embed-play i {
  font: 900 40px "Font Awesome 5 Free";
  text-shadow: none;
  opacity: 1;
  margin-left: 4px;
}
.elementor-custom-embed-play i:before {
  content: "\f04b";
}
.bg-image-cover-padded,
.bg-image-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.bg-image-cover-padded:after {
  padding-top: 100%;
  display: block;
  content: '';
}
.elementor-nav-menu--dropdown .elementor-item, 
.elementor-sub-item {
  background-color: transparent!important;
}
.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-vertical-align-middle .elementor-image-box-title,
.elementor-vertical-align-top .elementor-image-box-title {
  margin-top: 0;
}
.elementor-widget-media-carousel .swiper-pagination-bullets {
  bottom: 26px;
}
.elementor-widget-media-carousel .elementor-swiper-button {
  color: #fff;
}
.elementor-widget-media-carousel .elementor-swiper-button {
  background-color: rgba(0,0,0,0.5);
  padding: 5px 2px;
  opacity: 0;
}
.elementor-widget-media-carousel:hover .elementor-swiper-button {
  opacity: 1;
}
.main-heading .elementor-heading-title,
.main-heading .elementor-image-box-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}
.main-heading .elementor-heading-title span {
  /*color: #D9024C;*/
}

/*Post Sidebar*/
.elementor-widget-wp-widget-recent-posts h5 {
  color: #00618b;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.elementor-widget-wp-widget-recent-posts ul {
  margin: 0;
  padding: 0;
}
.elementor-widget-wp-widget-recent-posts ul li {
  border-bottom: 1px solid #ebebeb;
  list-style-type: none;
  padding: 17px 0 15px;
  margin: 0;
}
.elementor-widget-wp-widget-recent-posts ul li a {
  color: #242424;
  display: inline-block;
  font-weight: 400;
  font-size: 17px;
  line-height: normal;
  position: relative;
}
.elementor-widget-wp-widget-recent-posts ul li a:hover {
  color: #00618b;
}

.table-responsive {
  display: block;
  text-align: center;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
table tbody tr > td {
  background-color: transparent!important;
}
.yt-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* display none goes here */
.elementor-lightbox footer .elementor-slideshow__title,
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.elementor-widget-media-carousel .swiper-slide-shadow-left,
.elementor-widget-media-carousel .swiper-slide-shadow-right,
#header-block .sub-arrow {
  display: none!important;
}

/*** 
* ========
* Header 
* ========
***/
#header-block.elementor-sticky--effects {
  -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 5%);
}

/*** 
* ============================
* Contact Form Styles 
* ============================
***/
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
  font-size: 17px;
  color: #393a3a!important;
  border: 1px solid white;
  border-radius: 0;
  margin-bottom: 11px;
  padding: 13px 15px 14px;
}
.wpcf7 textarea {
  height: 100px;
}
.wpcf7 .submit-btn { 
  width: 100%;
  position: relative;
}
.wpcf7 input[type="submit"] {
  background-color: var( --e-global-color-accent );
  color: var( --e-global-color-primary );
  border: 0;
  font-size: 15px;
  line-height: 23px;
  padding: 17px 35px;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus { 
  background-color: var( --e-global-color-primary );
  color: var( --e-global-color-3ddbc0c );
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  margin: 17px 0 0 10px;
}

.wpcf7 textarea::moz-placeholder,
.wpcf7 input::moz-placeholder,
.wpcf7 select::moz-placeholder {
  color: #393a3a!important;
}
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #393a3a!important;
}
.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder,
.wpcf7 select::placeholder {
  color: #393a3a!important;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: var( --e-global-color-3ddbc0c );
}
.wpcf7 form.sent .wpcf7-response-output {
  color: var( --e-global-color-3ddbc0c );
}
.wpcf7 form .wpcf7-response-output {
  background-color: transparent;
  border: 0;
  font-weight: 400;
  font-size: 15px;
  text-align: center!important;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: 15px;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border: 1px solid #f00!important;
}

/*** 
* ==============
* Media Query
* ==============
***/
@media (min-width: 1025px) {
  .hide-pagination .swiper-pagination-bullets {
    display: none;
  }
  .hide-pagination .elementor-swiper {
    cursor: auto;
    pointer-events: none;
  }   
}

@media (max-width: 1024px) {
  .elementor-custom-embed-play {
    width: 75px;
    height: 75px;
  }
  .elementor-custom-embed-play i {
    font-size: 32px;
  }
  .elementor-widget-media-carousel .swiper-pagination-bullets {
    bottom: 10px;
  }
  .main-heading .elementor-heading-title,
  .main-heading .elementor-image-box-title {
    font-size: 38px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .elementor-widget-media-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 12px!important;
    width: 12px!important;
  }
  ul.split-two,
  ol.split-two {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .main-heading .elementor-heading-title, 
  .main-heading .elementor-image-box-title {
    font-size: 32px;
    line-height: 32px;
  }
  .elementor-widget-text-editor:not(.exclude-line-height) p,
  .elementor-text-editor p,
  .elementor-tab-content,
  .elementor-tab-content p,
  .elementor-widget-text-editor ul li,
  .elementor-widget-text-editor ol li {
    line-height: 26px;
  }
}

@media (max-width: 350px) {  

}