/* 
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,select:focus{background-size:5px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat}select{background-image:linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%),linear-gradient(to right,#fff,#fff);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) .5em;-webkit-appearance:none!important;-moz-appearance:none;appearance:none}select:focus{background-image:linear-gradient(45deg,#fff 50%,transparent 50%),linear-gradient(135deg,transparent 50%,#fff 50%),linear-gradient(to right,#fff,#fff);background-position:calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) .5em;}

/* Animated Button */
.animated-button:after,.animated-button:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;height:100%;background:var(--e-global-color-af80ab5);z-index:-1;-webkit-transform:translate3D(0,-100%,0);-moz-transform:translate3D(0,-100%,0);transform:translate3D(0,-100%,0);-webkit-transition:.5s;-moz-transition:.5s;transition:.5s}.animated-button:before{background:var(--e-global-color-737df9f);z-index:-2;-webkit-transform:translate3D(0,0,0);-moz-transform:translate3D(0,0,0);transform:translate3D(0,0,0)}.animated-button:after{-webkit-transform:translate3D(-100%,100%,0);-moz-transform:translate3D(-100%,100%,0);transform:translate3D(-100%,100%,0)}.animated-button:hover:after{-webkit-transform:translate3D(0,0,0);-moz-transform:translate3D(0,0,0);transform:translate3D(0,0,0)}.animated-button span{position:absolute}.animated-button span:first-child{top:0;left:0;width:100%;height:4px;background:-webkit-gradient(linear,right top,left top,from(rgba(43,8,8,0)),to(#2cc4ff));background:linear-gradient(to left,rgba(43,8,8,0),#2cc4ff);-webkit-animation:2s linear infinite animateTop;animation:2s linear infinite animateTop}.animated-button:hover span:first-child{background:-webkit-gradient(linear,right top,left top,from(rgba(43,8,8,0)),to(#ff8b5a));background:linear-gradient(to left,rgba(43,8,8,0),#ff8b5a)}@keyframes animateTop{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.animated-button span:nth-child(2){top:0;right:0;height:100%;width:4px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(43,8,8,0)),to(#2cc4ff));background:linear-gradient(to top,rgba(43,8,8,0),#2cc4ff);-webkit-animation:2s linear -1s infinite animateRight;animation:2s linear -1s infinite animateRight}.animated-button:hover span:nth-child(2){background:-webkit-gradient(linear,left bottom,left top,from(rgba(43,8,8,0)),to(#ff8b5a));background:linear-gradient(to top,rgba(43,8,8,0),#ff8b5a)}@keyframes animateRight{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.animated-button span:nth-child(3){bottom:0;left:0;width:100%;height:4px;background:-webkit-gradient(linear,left top,right top,from(rgba(43,8,8,0)),to(#2cc4ff));background:linear-gradient(to right,rgba(43,8,8,0),#2cc4ff);-webkit-animation:2s linear infinite animateBottom;animation:2s linear infinite animateBottom}.animated-button:hover span:nth-child(3){background:-webkit-gradient(linear,left top,right top,from(rgba(43,8,8,0)),to(#ff8b5a));background:linear-gradient(to right,rgba(43,8,8,0),#ff8b5a)}@keyframes animateBottom{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.animated-button span:nth-child(4){top:0;left:0;height:100%;width:3px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(43,8,8,0)),to(#2cc4ff));background:linear-gradient(to bottom,rgba(43,8,8,0),#2cc4ff);-webkit-animation:2s linear -1s infinite animateLeft;animation:2s linear -1s infinite animateLeft}.animated-button:hover span:nth-child(4){background:-webkit-gradient(linear,left top,left bottom,from(rgba(43,8,8,0)),to(#ff8b5a));background:linear-gradient(to bottom,rgba(43,8,8,0),#ff8b5a)}@keyframes animateLeft{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(100%);transform:translateY(100%)}}

.custom-scroll-down {
  position: absolute;
  bottom: 8px;
  left: auto;
  right: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
.mouse-scroll {
  background: rgba(0,0,0,0.05);
  padding: 5px;
  border-radius: 70px;
}
.mouse-scroll.dark {
  background: rgba(0,0,0,0.6);
}
.mouse-scroll span{
  display: block;
  width: 6px; 
  height: 6px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff; 
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}
.mouse-scroll .mouse {
  height: 25px;
  width: 18px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}
.mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}
.mouse-scroll .down-arrow-1, .mouse-scroll .down-arrow-2, .mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite:
}
.mouse-croll .down-arrow-1 {
   -webkit-animation-delay: .1s; 
   -moz-animation-delay: .1s;
   -webkit-animation-direction: alternate;
}
.mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s; 
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
.mouse-scroll .down-arrow-3 {
   -webkit-animation-delay: .3s;
   -moz-animation-delay: .3s;
   -webkit-animation-direction: alternate;
}
.mouse-scroll .mouse-in {
  height: 7px;
  width: 2px;
  display: block; 
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}
.mouse-scroll .mouse-in {
 -webkit-animation: animated-mouse 1.2s ease infinite;
  -moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
     opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  } 
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-link {
  position: absolute;
  z-index: 100;
  cursor:pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  left: 50%;
  bottom: 10px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation:    fade_move_down 2s ease-in-out infinite;
  animation:         fade_move_down 2s ease-in-out infinite;
}
/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}

/*** 
* ===============
* Default Styles 
* ===============
***/
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 102px; 
  margin: -102px 0 0;
  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 {
  transition: all ease-in-out 0.3s;
}
img {
  transition: all ease-in-out 0.3s!important;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
* {
  outline: 0!important;
}
b, strong {
  font-weight: 500;
}
.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; 
  column-count: 2;
  column-gap: 50px;
}
.inner-block-content ul, .inner-block-content ol, .inner-block-content p {
  margin-bottom: 1.4rem;
}
.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 20px;
}
.inner-block-content ul li + li, .inner-block-content ol li + li {
  margin-top: 8px;
}
.inner-block-content ul li, .inner-block-content ol li, .inner-block-content p {
  line-height: 28px;
}
.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: #000000;
  border-radius: 50%;
  content: '';
  width: 7px;
  height: 7px;
  left: 0;
  top: 8px;
  position: absolute;
}
.inner-block-content a { 
  font-weight: 500;
}
.white a {
  color: #ffffff;
}
.elementor-image-box-img{flex-shrink: 0;line-height: 0;}
.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: rgba(237, 28, 36, 0.90);
  border-radius: 50%;
  width: 105px;
  height: 105px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.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: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.5px;
}
.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;
}

.elementor-widget-heading .elementor-heading-title {
  line-height: 1.2;
}

.animated-button {
  border-radius: 10px;
  padding: 28px 44px 21px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #ffffff!important;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  min-width: 260px;
}
.animated-button:hover {
  color: #ffffff;
}

.elementor-widget-button {
  z-index: 0;
}
.elementor-widget-button .elementor-size-xs {
  font-size: 20px;
  line-height: 22px;
  padding: 20px 30px 14px;
}
.elementor-widget-button .elementor-size-xs:focus { 
  color: var( --e-global-color-3e7e4e2 );
}
.elementor-widget-button .elementor-size-xs,
.elementor-widget-button .elementor-size-sm,
.elementor-widget-button .elementor-size-md,
.elementor-cta__content .elementor-size-sm {
  background-color: transparent!important;
  position: relative;
}
.elementor-widget-button .elementor-size-xs:before,
.elementor-widget-button .elementor-size-sm:before,
.elementor-widget-button .elementor-size-md:before {
  background-color: var( --e-global-color-737df9f );
  content: "";    
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  position: absolute;
  transition: all ease-in-out 0.3s;
  z-index: -1;
}
.elementor-widget-button .elementor-size-xs:before {
  background-color: var( --e-global-color-3e7e4e2 );
}
.elementor-widget-button .elementor-size-md:before {
  background-color: var( --e-global-color-a6280ab );
}
.elementor-widget-button .elementor-size-xs:hover:before,
.elementor-widget-button .elementor-size-sm:hover:before,
.elementor-widget-button .elementor-size-md:hover:before { 
  width: 100%;
}
.elementor-widget-button .elementor-size-xs {
  border-color: var( --e-global-color-3e7e4e2 );
  color: var( --e-global-color-3e7e4e2 );
}
.elementor-widget-button .elementor-size-xs:hover {
  color: var( --e-global-color-a6280ab );
}
.elementor-widget-button .elementor-size-md {
  border-color: var( --e-global-color-a6280ab );
  color: var( --e-global-color-a6280ab );
}
.elementor-widget-button .elementor-size-md:hover {
  color: var( --e-global-color-3e7e4e2 );
}
.elementor-button {
  min-width: 220px;
}
.half-img-left {
  margin: 0 0 0 calc(((100vw - var(--content-width) ) / 2) * -1);
}
.half-img-right {
  margin: 0 calc((( 100vw - var(--content-width) ) / 2) * -1) 0 0;
}

.elementor-editor-active .elementor-invisible,
.elementor-editor-preview .elementor-invisible {
  visibility: visible;
}

/*** 
* ===============
* Header Styles 
* ===============
***/
#header-block {
  width: 100%!important;
}
#header-block,
#header-block > div {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
#header-block.elementor-sticky--effects {
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 4%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 4%);
}
#header-block.elementor-sticky--effects > div {
  padding: 30px 0;
}

/*** 
* =======================
* Sticky Sidebar Styles 
* =======================
***/
#sticky-sidebar {
  right: 0;
  position: absolute;
}

#sticky-sidebar.elementor-sticky--active .elementor-column-wrap {
  -webkit-box-shadow: -1px 5px 5px 1px #ffffff0a;
  -moz-box-shadow: -1px 5px 5px 1px #ffffff0a;
  -o-box-shadow: -1px 5px 5px 1px #ffffff0a;
  box-shadow: -1px 5px 5px 1px #ffffff0a;
}

.sticky-sidebar {
  /*opacity: 0;
  visibility: hidden;*/
  -webkit-transition: all ease-in-out 0.3s!important;
  -moz-transition: all ease-in-out 0.3s!important;
  -ms-transition: all ease-in-out 0.3s!important;
  -o-transition: all ease-in-out 0.3s!important;
  transition: all ease-in-out 0.3s!important;
}

.sticky-sidebar.show {
  opacity: 1;
  visibility: visible;
}

#star-rating {
  position: fixed;
  bottom: 0;
  right: 0;
}

#star-rating .elementor-image {
  background-color: #fff;
  padding: 2px 5px 5px;
}
/*** 
* ==========================
* Autoplay Tabs
* ==========================
***/
.custom-tabs .e-n-tabs-heading .e-n-tab-title {
  color: #202D51;
}
.custom-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(2) {
  color: #28456A;
}
.custom-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(3) {
  color: #2F5E84;
}
.custom-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(4) {
  color: #36779E;
}
.custom-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(5) {
  color: #3F8FB8;
}
.custom-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(6) {
  color: #58A6CB;
}
.custom-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(7) {
  color: #71BDE0;
}
.custom-tabs .e-n-tabs-heading .e-active {
  color: #01A4E4!important;
  cursor: auto;
  pointer-events: none;
}
.custom-tabs .e-n-tabs-content {
  display: flex;
  align-items: center;
}
.custom-tabs .e-n-tabs-content img {
  max-height: 545px;
  width: auto!important;
}
@media (max-width: 1400px) {
  .custom-tabs .e-n-tabs-content img {
    max-height: 465px;
  }    
}
@media (max-width: 1199px) {
  .custom-tabs .e-n-tabs-content img {
    max-height: 380px;
  }    
}
@media (max-width: 1024px) {
  .custom-tabs .e-n-tabs-content img {
    max-height: 318px;
  }    
}
@media (max-width: 500px) {
  .custom-mobile-tabs .e-n-tabs-content img {
    max-height: 220px;
    width: auto!important;
  }
}


/*** 
* ==========================
* Services Section 
* ==========================
***/
.services-section .elementor-image-box-img {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*** 
* ==========================
* Who We Work Section 
* ==========================
***/
#brands-block .gallery-item {
  vertical-align: middle;
  padding: 10px;
}

#star-rating-block .elementor-image-box-img {
  width: 61px;
  flex-shrink: 0;
}

/*** 
* ====================
* Industries Section 
* ====================
***/
#industries-block .elementor-image-box-img,
#tools-block .elementor-image-box-img {
  margin-right: 25px;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 51px;
}

#industries-block .elementor-image-box-img img,
#tools-block .elementor-image-box-img img { 
  max-height: 35px;
  width: auto;
}

#industries-block .elementor-image-box-title {
  font-weight: 400;
}

/*** 
* ============================
* Contact Form Styles 
* ============================
***/
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
  font-size: 20px;
  color: #2e2e2e!important;
  border: 1px solid white;
  border-radius: 5px;
  margin-bottom: 12px;
  padding: 14px 20px 12px;
}
.border-bottom .wpcf7 input:not([type="submit"]),
.border-bottom textarea,
.border-bottom select {
  background-color: transparent;
  color: #fff!important;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 15px 0;
}
.border-bottom .wpcf7 textarea {
  height: 65px;
  margin-bottom: 30px;
}
.wpcf7 textarea {
  height: 110px;
}
.border-bottom .wpcf7 .submit-btn { 
  text-align: right;
}
.wpcf7 .submit-btn { 
  width: 100%;
  position: relative;
}
.wpcf7 .submit-btn input {
  background-color: var( --e-global-color-737df9f );
  color: var( --e-global-color-a6280ab );
}
.wpcf7 .wpcf7-spinner {
  background-color: #ffffff;
  opacity: 1;
  top: 50%;
  position: absolute;
  margin-left: -29px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpcf7 .wpcf7-spinner:before {
  background-color: #000;
}

.wpcf7 textarea::moz-placeholder,
.wpcf7 input::moz-placeholder,
.wpcf7 select::moz-placeholder {
  color: #2e2e2e!important;
}
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #2e2e2e!important;
}
.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder,
.wpcf7 select::placeholder {
  color: #2e2e2e!important;
}
.border-bottom .wpcf7 textarea::moz-placeholder,
.border-bottom .wpcf7 input::moz-placeholder,
.border-bottom .wpcf7 select::moz-placeholder {
  color: #fff!important;
}
.border-bottom .wpcf7 textarea::-webkit-input-placeholder,
.border-bottom .wpcf7 input::-webkit-input-placeholder,
.border-bottom .wpcf7 select::-webkit-input-placeholder {
  color: #fff!important;
}
.border-bottom .wpcf7 textarea::placeholder,
.border-bottom .wpcf7 input::placeholder,
.border-bottom .wpcf7 select::placeholder {
  color: #fff!important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.wpcf7 form .wpcf7-response-output {
  background-color: transparent;
  border: 0;
  font-weight: 400;
  font-size: 17px;
  text-align: center!important;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: 25px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
  color: red;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border: 1px solid #f00!important;
}
.border-bottom .wpcf7 input.wpcf7-not-valid,
.border-bottom .wpcf7 select.wpcf7-not-valid,
.border-bottom .wpcf7 textarea.wpcf7-not-valid {
  border: 0!important;
  border-bottom: 1px solid #f00!important;
}

.dark-bg form.invalid .wpcf7-response-output, 
.dark-bg form.unaccepted .wpcf7-response-output {
  color: #fff;
}

.wpcf7-checkbox{display:block;}.wpcf7-list-item{line-height:27px;font-size: 18px;display:block;margin:0;padding:3px 0 3px 25px;position:relative}.wpcf7-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;left:0;height:100%;width:100%;z-index:2}.wpcf7-checkbox .wpcf7-list-item-label:before{position:absolute;top:5px;left:0;height:18px;width:18px;border:1px solid #fff;border-radius:0;background:#fff;}.wpcf7-checkbox .wpcf7-list-item-label:after{content:"";display:none;left:6px;top:7px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;position:absolute;transform:rotate(45deg)}.wpcf7-checkbox input[type=checkbox]:checked~.wpcf7-list-item-label:before{border-color:#01a4e4;background-color:#01a4e4}.wpcf7-checkbox input[type=checkbox]:checked~.wpcf7-list-item-label:after{display:block}

/*** 
* ==============
* Media Query
* ==============
***/
@media (max-width: 1400px) {
  body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    height: 73px; 
    margin-top: -73px;
  }
  #header-block.elementor-sticky--effects > div {
    padding: 20px 0;
  }
  .animated-button {
  	font-size: 24px;
  	padding: 23px 30px 16px;
  	min-width: 220px;
  }

  .scrolling-text {
  	height: 460px;
  }
  .scrolling-text h2 {
  	font-size: 52px;
  }
  .scrolling-text h2 span:nth-child(n+5) {
    font-size: 42px;
  }
  .scrolling-text h2 span:nth-child(n+8) {
    font-size: 35px;
  }

  .main-heading .elementor-heading-title, 
  .main-heading .elementor-image-box-title {
  	font-size: 50px;
  	line-height: 50px;
  }
}

@media (max-width: 1024px) {
  .half-img-left,
  .half-img-right {
    margin: 0;
  }  
  .animated-button {
    font-size: 22px;
    padding: 19px 30px 12px;
    min-width: 190px;
  }

  .main-heading .elementor-heading-title, 
  .main-heading .elementor-image-box-title {
  	font-size: 45px;
  	line-height: 45px;
  }

  .elementor-widget-button .elementor-size-xs {
    font-size: 19px;
    line-height: 22px;
    padding: 18px 25px 12px;
  }

  .border-bottom .wpcf7 input:not([type="submit"]),
  .border-bottom textarea,
  .border-bottom select {
    margin-bottom: 20px;
  }

  .wpcf7 form .wpcf7-response-output {
  	position: static;
  }

  #industries-block .elementor-image-box-img,
  #tools-block .elementor-image-box-img {
  	margin-right: 10px;
  }
  #industries-block .elementor-image-box-title,
  #tools-block .elementor-image-box-title {
    font-size: 20px;
  }
  #industries-block .elementor-image-box-img img,
  #tools-block .elementor-image-box-img img {
    max-height: 34px;
    width: auto;
  }
}

@media (max-width: 767px) {
  body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    height: 75px; 
    margin-top: -75px;
  }
  .scrolling-text {
  	height: 350px;
  }
  .scrolling-text h2 {
  	font-size: 37px;
  }
  .scrolling-text h2 span:nth-child(n+5) {
    font-size: 33px;
  }
  .scrolling-text h2 span:nth-child(n+8) {
    font-size: 30px;
  }

  .main-heading .elementor-heading-title, 
  .main-heading .elementor-image-box-title {
  	font-size: 40px;
  	line-height: 40px;
  }

  .inner-block-content ul li, 
  .inner-block-content ol li,
  .inner-block-content p {
    line-height: 26px;
  }
    
  .inner-block-content ul, .inner-block-content ol, 
  .inner-block-content p {
    margin-bottom: 1.15rem;
  }  

  #industries-block .elementor-widget-image-box,
  #tools-block .elementor-widget-image-box {
  	padding: 5px 20px;
    flex-basis: 50%;
    width: 50%;
  }
  #industries-block .elementor-image-box-img img,
  #tools-block .elementor-image-box-img img {
    max-height: 28px;
  }
  #industries-block .elementor-image-box-title,
  #tools-block .elementor-image-box-title {
    font-size: 17px;
  }
	
  #industries-block .elementor-image-box-img,
  #tools-block .elementor-image-box-img {
  	height: 28px;
    margin-bottom: 4px;
  }
}