/*
Theme Name: Hello Elementor Children
Description: Hello Elementor Children
Author: hello-elementor
Template: hello-elementor
Version: 1.0
*/
@import url("../hello-elementor/style.css");

#wrapper, #main {
  background: transparent;
}

body {
  background: #fff;
}

p {
  margin-bottom: 10px;
}
p:last-child{
  margin-bottom: 0;
}
a {
  color: #013580;
}

b, strong {
  font-weight: 700;
}

.elementor-icon-list-items .elementor-icon-list-item {
  align-items: flex-start !important;
}

.text-left {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

header.menu-fixed {
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
}
header.menu-fixed .elementor-widget-theme-site-logo img{
  width: 125px !important;
}
header .elementor-nav-menu {
  width: 100%;
}

header .elementor-nav-menu li.current-menu-item a {
  font-weight: 600 !important;
}

header .elementor-nav-menu li .elementor-nav-menu--dropdown {
  min-width: 20em !important;
  padding-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background: #fff !important;
  overflow: hidden;
}

header .elementor-nav-menu li .elementor-nav-menu--dropdown li:hover a, header .elementor-nav-menu li .elementor-nav-menu--dropdown li.current-menu-item a {
  color: #fff !important;
  background: #013580 !important;
}

header .elementor-nav-menu li .elementor-nav-menu--dropdown li a {
  color: #5B5B5B !important;
  padding: 13px 20px !important;
  border-left: 0;
  font-weight: 400 !important;
}

header .elementor-nav-menu li a:after {
  bottom: 10px !important;
}

header .tel-header {
  background: #013580;
  padding: 40px 15px;
}

header .header-menu > .elementor-element-populated {
  padding-right: 0 !important;
}

header .header-right > .elementor-container {
  margin-right: -1px;
}

a.elementor-button {
  position: relative;
  padding: 15px 30px;
  border-radius: 0;
}
a.elementor-button svg{
  fill: transparent !important;
}
.btn-black a.elementor-button svg path{
  stroke:  #000;
}
.btn-black a.elementor-button:hover svg path{
  stroke:  #fff;
}
.site-main {
  min-height: 500px;
  padding-top: 30px;
}

/*banner subpage*/
.circle-link span > span:first-child a{
  position: relative;
  padding-left: 20px;
}
.circle-link span > span:first-child a:before{
  position: absolute;
  content: '';
  background: linear-gradient(90deg, #0245AA 0%, #47D2E2 100%);
  left: 2px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.icon-svg .elementor-align-icon-right svg{
  width: 12px;
}
.title-circle1{
  position: relative;
}
.title-circle1:before{
  position: absolute;
  content: '';
  background: linear-gradient(90deg, #0245AA 0%, #47D2E2 100%);
  left: 2px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.title-circle1.title-circle2:before{
  border-radius: 0;
  width: 8px;
  height: 8px
}
.title-circle1.title-circle3:before{
  border-radius: 0;
  width: 8px;
  height: 8px;
  background: #fff;
}
.custom-btn1 .elementor-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-btn1 .elementor-button svg{
  width: 28px;
  fill: transparent !important;
}
.box-home1:before{
  transition: 1s;
  z-index: 9;
}

:target {
  scroll-margin-top: 100px;
  scroll-snap-margin-top: 100px;
}

.service-home .elementor-image-box-content{
  padding: 0 20px 15px;
}
.service-home .elementor-image-box-title a{
  position: relative;
  display: block;
  width: 100%;
}
.service-home .elementor-image-box-title a:before{
  position: absolute;
  content: '';
  right: 0;
  bottom:20px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: url('assets/images/btn1.svg') no-repeat center center;
}

.service-home .elementor-image-box-img img{
  border-radius: 30px 30px 0 0;
}

.btn-text-linner .elementor-button .elementor-button-text {
  background: linear-gradient(90deg, #0245AA 0%, #47D2E2 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.serve-home .elementor-image-box-content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}

.elementor-location-footer .elementor-nav-menu li{
  position: relative;
  padding-left: 15px;
}
.elementor-location-footer .elementor-nav-menu li:before{
  position: absolute;
  content: '\f105';
  font-family: "font awesome 5 pro";
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  left: 0px;
  top: 3px;
}

.serve-home .elementor-flip-box{
  height: 400px;
  border-radius: 20px;
}
.serve-home .elementor-flip-box__image{
  margin-bottom: 0;
}
.serve-home .elementor-flip-box__front .elementor-flip-box__layer__title{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
    margin: 0;
  width: 100%;
}
.serve-home .elementor-flip-box__back .elementor-flip-box__button{
  position: relative;
  padding-left: 70px;
}
.serve-home .elementor-flip-box__back .elementor-flip-box__button:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url('assets/images/btn1.svg') no-repeat left center;
  background-size: 100% 100%;
}

@media (min-width: 1200px) {

  header .elementor-nav-menu li.menu-contact{
    display: none;
  }
}



@media only screen and (max-width: 1199px) {

  header .elementor-nav-menu li .elementor-nav-menu--dropdown {
    padding-bottom: 10px;
  }
  header .elementor-nav-menu li .elementor-nav-menu--dropdown li a {
    border-left: 0;
    padding: 5px 0 !important;
  }
  .menu-slide-left .elementor-nav-menu li ul.sub-menu {
    position: unset !important;
    margin: 0 !important;
  }
  .menu-slide-left .elementor-nav-menu--dropdown li a {
    padding: 8px 15px !important;
  }

}


@media only screen and (max-width: 991px) {
  .eicon-menu-bar {
    font-size: 20px;
  }
 
}

@media only screen and (max-width: 848px) {
  .txt-768-break br {
    display: none;
  }

}
@media only screen and (min-width: 768px) {
  .box-home1:hover:before{
    height: 300px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 1s;
  }
}
@media only screen and (max-width: 767px) {
  .txt-break-550 br {
    display: none;
  }
  .elementor-menu-toggle__icon--close.eicon-close {
    font-size: 20px;
  }
  .is-menu-wrapper {
    right: 50px;
    /*top: 14px !important;*/
  }
  .is-menu-wrapper .astm-search-menu {
    padding-top: 8px;
  }
  .box-home1:before {
    height: 200px;
}
  
}
