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


b, strong {
  font-weight: 600;
}

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

.txt-blue {
  color: #013580;
}

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

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

.text-center {
  text-align: center;
}
p:last-child{
  margin-bottom: 0;
}
/*.title-icon{
  position: relative;
}
.title-icon:before{
  position: absolute;
  content: '';
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  background: url('assets/images/icon-title.png') no-repeat;
  width: 87px;
  height: 32px;
  background-size: 100%;
}
.title-icon.title-icon-contact-left:before{
 left: 0%;
 transform: translateX(0%);
}
i.fal.fa-arrow-up{
    transform: rotate(45deg);
}*/
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);
  background: #fff;
}
header.menu-fixed .elementor-widget-theme-site-logo img{
  width: 150px !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 {
  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 a {
  font-weight: 400 !important;
}

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


a.elementor-button {
  position: relative;
  padding: 15px 30px;
  border-radius: 0;
}

a.elementor-button svg {
    width: 11px;
    position: relative;
    top: 0px;
}

.site-main {
  min-height: 500px;
  padding-top: 30px;
}

/*banner subpage*/
.banner-top1 .elementor-widget-heading {
  margin-bottom: 3px !important;
}

.breadcrumbs {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  margin-top: -12px;
}

.breadcrumbs span {
  color: #fff;
}
.icon-svg .elementor-align-icon-right svg{
      width: 12px;
}
.service-home-left {
    padding-left: calc((100vw - 1250px) / 2) !important;
}
.bdr-line1,
.bd-bot{
  position: relative;
}
.bdr-line1:before{
  position: absolute;
  content: '';
  right: -8px;
  top: 10px;
  width: 1px;
  height: 90%;
  border-right: 1px dotted #8795B4;
}
.bd-bot:after{
  position: absolute;
  content: '';
  left: 0px;
  bottom: -19px;
  width: 97%;
  height: 1px;
  border-bottom: 1px dotted #8795B4;
}


@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 (max-width: 767px) {
  .txt-break-550 br {
    display: none;
  }
  .elementor-menu-toggle__icon--close.eicon-close {
    font-size: 20px;
  }
  .bdr-line1:before{
    display: none;
  }
  .bd-bot1:after{
    width: 100%;
  }
  .bd-bot1:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: -19px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #8795B4;
  }

}
