/*
Theme Name: Hello Elementor Children
Description: Hello Elementor Children
Author: hello-elementor
Template: hello-elementor
Version: 1.0
*/
@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: 250px !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: 0px;
  padding: 0px;
}
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > li > a{
   border-left: 0;
}

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: 12px 25px;
  border-radius: 0;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
a.elementor-button svg{
  width: 11px;
  position: relative;
  top: 0px;
}
a.elementor-button .elementor-button-icon svg{
  fill: transparent !important;
}
a.elementor-button:hover .elementor-button-icon svg path{
  fill: #fff !important;
}
.site-main {
  min-height: 500px;
  padding-top: 30px;
}
/*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;
}
.service-home-left {
    padding-left: calc((100vw - 1400px) / 2) !important;
}

.txt-line .elementor-heading-title{
  position: relative;
  padding-left: 60px;
}


.txt-line .elementor-heading-title:before{
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  height: 1px;
  width: 45px;
  background: #F8C02F;
}

.txt-line2 .elementor-heading-title{
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 12px;
}

.txt-line2:before{
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  height: 5px;
  width: 100%;
  background: url('assets/images/line1.svg') no-repeat center center;
  background-size: 100% 100%;
}

.line-right1:before{
  position: absolute;
  content: '';
  right: -10px;
  top: 10px;
  height: 82%;
  width: 1px;
  border-right: 1px dashed #fff;
}

.line-bottom1:after{
  position: absolute;
  content: '';
  bottom: -15px;
  left: 25px;
  height: 1px;
  width: 86%;
  border-bottom: 1px dashed #fff;
}

.ul-li ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 10px;
}
.ul-li ul li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    background: url('assets/images/tick1.svg') no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
}
.ul-li ul li {
    position: relative;
    padding-left: 27px;
    margin: 5px 0;
}
.project-slider .item-inner-project{
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 65%;
  background-position: 50% 50%;
  background-size: contain;
  display: block;
}
.project-slider .item-inner-project img{
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: cover;";
}

.project-thumbnail .item-inner-project{
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 70%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  margin: 10px 5px;
}
.project-thumbnail .item-inner-project img{
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery-arrow .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.gallery-arrow .slick-arrow{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 9;
  cursor: pointer;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15)
}
.gallery-arrow .slick-arrow i{
   color: #222; 
   font-size: 16px;
}

.gallery-arrow{
    padding: 0 5px;
}

.gallery-arrow .slick-prev.slick-arrow{
    left: 25px;
}

.gallery-arrow .slick-next.slick-arrow{
    right: 25px;
}

@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;
  }

}
.page-id-784 .contact-bottom-footer{
  display: none;
}
@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){
  .line-bd:before{
    position: absolute;
    content: '';
    right: -25px;
    top: 0;
    height: 100%;
    width: 1px;
    border-right: 1px dashed #8795B4;
  }


}

@media only screen and (max-width: 767px) {
  header.menu-fixed .elementor-widget-image img{
    width: 250px !important;
  }
  .line-right1:before,
  .line-bottom1:after{
    display: none;
  }
  .gallery-arrow .slick-arrow{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .project-slider .item-inner-project {
      padding-top: 80%;
  }
}
