/*

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

*/

@import url("../hello-elementor/style.css");
/**
 * These are the custom mixins used throughout the application.
 */
/**
 * Ionic mixins
 */
#wrapper, #main {
  background: transparent;
}

body {
  background: #fff;
}

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

b, p strong {
  font-weight: 600;
}
.text-primary{
  color: #5FBB36;
}
.txt-font-light{
  font-weight: 300;
}
ul{
  padding-left: 30px;
  margin-bottom: 20px;
}
.text-left {
  text-align: left;
}

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

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



/*
header.menu-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  -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 !important;
}

header.menu-fixed .elementor-widget-theme-site-logo img {
  width: 150px !important;
}

header.menu-fixed .menu-fix > .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header .elementor-nav-menu {
  width: 100%;
}

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

header .elementor-nav-menu > li .elementor-nav-menu--dropdown {
  min-width: 200px !important;
  padding-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  background: #fff !important;
  overflow: hidden;
  border-radius: 10px;
  padding: 5px 25px 5px 20px;
}
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > li > a{
   border-left: 0;
}
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > li:not(:last-child) > a{
  border-bottom: 1px dashed #A5C4FF;
 
}
header .elementor-nav-menu > li a:after {
  bottom: 10px !important;
}
*/

header .contact-header .elementor-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding: 0;
}

a.elementor-button {
  position: relative;
  padding: 15px 25px;
  border-radius: 10px;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
a.elementor-button svg{
  width: 19px;
  position: relative;
  top: 1px;
}
.site-main {
  min-height: 500px;
  padding-top: 30px;
}
.ul-li ul {
    padding-left: 0px;
    list-style: none;
}
.ul-li ul li:before {
    position: absolute;
    content: '\f0fe';
    left: 0px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    top: 0px;
    color: #0127AF;
}
.ul-li ul li {
    position: relative;
    padding-left: 27px;
    margin: 5px 0;
}
/*banner subpage*/

.breadcrumbs {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 300;
}

.breadcrumbs span {
  color: #fff;
}
.main-logo,
.main-logo h1{
  margin-bottom: 0 !important;
}
.address-footer .elementor-icon-list-text span{
  display: block;
  color: #99A1AF;
  font-size: 15px;
}

@media only screen and (min-width: 1200px) {
  header .elementor-nav-menu > li.menu-contact{
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .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) {

}

@media only screen and (max-width: 767px) {
  .txt-break-550 br {
    display: none;
  }
  .breadcrumbs {
    font-size: 14px;
  }

}
