/*
Theme Name: Awning
Description: Awning
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;
}

a {
  color: #24408E;
}

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

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

.text-center {
  text-align: center;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
a.elementor-button svg{
  width: 15px;
  position: relative;
  top: 1px;
}
.btn-custom .elementor-button{
  background: url('assets/images/btn-button.svg') no-repeat bottom right transparent !important;
  background-size: cover;
}
.bg-before{
  position: relative;
}
.bg-before:after{
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 245px;
  background: #0CA5C4;
}

header.menu-fixed{
  box-shadow: 2px 3px 20px rgb(0 0 0 / 10%);
}
header.menu-fixed .elementor-widget-theme-site-logo img {
  width: 180px !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 {
  font-weight: 600 !important;
}

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

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


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

}
/*header.bg-before:after{
  width: 230px;
}*/
a.elementor-button {
  position: relative;
  padding: 15px 30px;
  border-radius: 0;
}

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

/*banner subpage*/

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

.breadcrumbs span {
  color: #fff;
}

#slideshow .swiper-slide-inner {
  max-width: 1200px;
  padding-left: 35px;
}
#slideshow .elementor-swiper:before{
  position: absolute;
  content: '';
  right: -50px;
  bottom: -58px;
  height: 100px;
  width: 100px;
  background: #0CA5C4;
  z-index: 9;
  transform: rotate(50deg);
}
#slideshow .swiper-pagination{
  left: unset;
  right: -35px;
  top: 45%;
  width: 20px;
  height: 100%;
}
#slideshow .swiper-pagination .swiper-pagination-bullet{
  position: relative;
}
#slideshow .swiper-pagination .swiper-pagination-bullet-active:before{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: 1px solid #fff;
  left: -6px;
  top: -6px;
}
#slideshow .elementor-button{
  background: url('assets/images/btn-button.svg') no-repeat bottom right;
  background-size: cover;
}

#slideshow .elementor-button i{
  margin-left: 12px;
  display: inline-block;
  transform: rotate(315deg);
  font-size: 20px;
}
.logo-home .swiper-slide:not(:first-child){
  border-left: 1px solid #DEDEDE;
  
}
.logo-home .swiper-slide{
  padding: 20px;
}
.logo-home .swiper-slide-inner{
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-home-right{
  padding-right: calc((100vw - 1200px) / 2);
}
.btn-project .elementor-button{
  position: relative;
}
.btn-project .elementor-button:before{
  position: absolute;
  content: '';
  right: -11px;
  bottom: -11px;
  height: 22px;
  width: 22px;
  background: #0CA5C4;
  z-index: 9;
  transform: rotate(45deg);
}


.product-home .elementor-image-box-wrapper{
  position: relative;
}
.product-home .elementor-image-box-img img{
  width: 100%;
}
.product-home .elementor-image-box-wrapper .elementor-image-box-content{
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  min-height: 106px;
  text-align: left;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
  z-index: 9;
  background: linear-gradient(0deg, rgb(0 0 0 / 80%) 27.36%, rgba(102, 102, 102, 0.00) 100%);
}
.product-home .elementor-image-box-title a{
  font-size: 20px;
  color: #fff;
}
.product-home .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title,
.project-home .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
  margin: 0;
  width: 100%;
}
.product-home .elementor-image-box-title a,
.project-home .elementor-image-box-title a{
  position: relative;
  display: block;
}
.product-home .elementor-image-box-title a:before{
  position: absolute;
  content: '\f067';
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  right: -4px;
  bottom: -10px;
  color: #000;
  z-index: 99;
}

.product-home .elementor-image-box-content:after{
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  border-bottom: 60px solid #fff;
  border-left: 65px solid transparent;
  z-index: 9;
}
/*project-home*/
.project-home .elementor-image-box-wrapper{
  position: relative;
}
.project-home .elementor-image-box-img img{
  width: 100%;
}
.project-home .elementor-image-box-wrapper .elementor-image-box-content{
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  min-height: 160px;
  text-align: left;
  padding: 15px 25px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
  z-index: 9;
  background: linear-gradient(0deg, #000 9%, rgb(255 255 255 / 0%) 81%);
  opacity: 0.8;
}

.project-home .elementor-image-box-title a:before{
  position: absolute;
  content: '+';
  font-weight: 100;
  right: 4px;
  color: #fff;
  font-size: 52px;
}
.post-time .elementor-post-info__item{
  position: relative;
  padding-left: 25px;
}
.post-time .elementor-post-info__item:before{
  position: absolute;
  content: '';
  width: 16px;
  height: 3px;
  left: 0;
  bottom: 5px;
  background: #0CA5C4;
}

.gallery-post .elementor-post__thumbnail:before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0.00) 100%);
  opacity: 0.8;
  z-index: 9;
}
.gallery-post .elementor-post {
  position: relative;
}
.gallery-post .elementor-post .elementor-post__text{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  min-height: 106px;
  text-align: left;
  padding: 10px 15px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
  z-index: 9;
  background: linear-gradient(0deg, rgb(0 0 0 / 10%) 27.36%, rgba(102, 102, 102, 0.00) 100%);
}
.gallery-post .elementor-post .elementor-post__text a{
  position: relative;
  display: block;
}
.gallery-post .elementor-post .elementor-post__title{
  width: 100%;
}
.gallery-post .elementor-post .elementor-post__text a:before{
  position: absolute;
  content: '+';
  font-weight: 100;
  right: 0;
  color: #fff;
  font-size: 35px;
  bottom: 2px;
}
.post-right .elementor-post{
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 15px !important;
}
.gallery-post-page{

}


.menu-left .elementor-nav-menu .sub-menu{
  position: unset !important;
  border: 1px solid #0CA5C4;
  border-radius: 5px;
  padding: 0 10px;
  margin-top: 5px; 
  width: 100% !important;
}
.menu-left .elementor-nav-menu > li > a{
/*  border-bottom: 1px solid #A9A2A4;*/
  background: #F1F5F6 !important;
  border-radius: 5px;
}
.menu-left .elementor-nav-menu .sub-menu > li a{
  border-bottom: 1px dashed #0CA5C4;
  border-left: 0;
  background: transparent !important;
/*  padding: 10px !important;*/
}
/*.menu-left .elementor-nav-menu > li:first-child > a{
  display: block !important;
}*/

.menu-left .elementor-nav-menu > li a{
  display: flex;
  justify-content: space-between;
  color: #000 !important;
  position: relative;
  cursor: pointer;
}
.menu-left .elementor-nav-menu a .sub-arrow{
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #0CA5C4;
  background: #0CA5C4;
  border-radius: 100px;
  display: block;
  padding: 10px;
}
.menu-left .elementor-nav-menu a .sub-arrow svg{
  display: none;
}
.menu-left .elementor-nav-menu a .sub-arrow:before{
  position: absolute;
  content: '\f107';
  left: 5px;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.menu-left .elementor-nav-menu .sub-menu > li:last-child a{
  border: 0;
}
.menu-left .elementor-nav-menu li.current-menu-ancestor .sub-menu{
  display: block;
}
.menu-left .elementor-nav-menu > li.current-menu-ancestor > a{
  color: #0CA5C4 !important;
}
.menu-left .elementor-nav-menu li a.elementor-item-active{
  font-weight: 600 !important;
  color: #0CA5C4 !important;
}
.menu-left .elementor-nav-menu li a.highlighted .sub-arrow,
.menu-left .elementor-nav-menu li.current-menu-ancestor a .sub-arrow{
  background: #0CA5C4;
}
.menu-left .elementor-nav-menu li a.highlighted .sub-arrow:before,
.menu-left .elementor-nav-menu li.current-menu-ancestor a .sub-arrow:before{
  color: #fff;
  content: '\f106';
  top: -2px;
}
.menu-left .elementor-nav-menu .sub-menu > li a.elementor-sub-item:hover{
  color: #0CA5C4 !important;
}
.menu-left .elementor-nav-menu .sub-menu > li a.elementor-sub-item:before{
  position: absolute;
  content: '';
  left: 0;
  top: 17px;
  width: 15px;
  height: 15px;
  border: 1px solid #0CA5C4;
  border-radius: 3px;
}
.menu-left .elementor-nav-menu li a.elementor-item-active.elementor-sub-item:before{
  background: #0CA5C4;
}
.gallery-product .gallery-item a{
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}
.gallery-product .gallery-item a 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;";
}
.dialog-lightbox-widget .elementor-slideshow__title{
  display: none;
}
.title-blog1 .elementor-heading-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*Slick*/
.slick-arrow {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: none !important;
  width: 35px;
  height: 35px;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  color: #fff !important;
  z-index: 9;
  cursor: pointer;
  border-radius: 100px;
  background: #5FBB36;
}


.slick-arrow.slick-prev {
  left: -30px;
}

.slick-arrow.slick-next {
  right: -30px;
}

.social-fixed {
  position: fixed;
  bottom: 25px;
  right: 5px;
  z-index: 99;
}
.social-fixed ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.social-fixed ul li {
  display: block;
  width: 55px !important;
  height: 55px;
  background-size: 100% 100% !important;
  margin: 5px 0;
}

.social-fixed ul li:before {
  display: none !important;
}

.social-fixed ul li.whatsapp-menu {
  background: url("assets/images/icon-whatsapp.svg") no-repeat;
}

.social-fixed ul li a {
  text-indent: -9999px;
  display: block;
  height: 65px;
}
.bg-banner{
  position: relative;
}
.bg-banner:after{
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  border-bottom: 100px solid #0CA5C4;
  border-left: 95px solid transparent;
  z-index: 9;
}
@media only screen and (max-width: 1650px) and (min-width: 1367px) {
  .img-about .elementor-widget-container{
    margin-left: -18% !important;
  }
  .logo-about{
    margin-top: -75px !important;
  }
}

@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;
  }
  .product-home .elementor-image-box-wrapper .elementor-image-box-content {
    bottom: 5px;
  }
  .bg-banner:after {
    border-bottom: 50px solid #0CA5C4;
    border-left: 60px solid transparent;
  }
}
@media only screen and (min-width: 767px){
  .blog-home .e-loop-item:nth-child(2n+2) .box-revert{
  flex-direction: column-reverse;
}

}

@media only screen and (max-width: 767px) {
  header.menu-fixed .elementor-widget-image img{
    width: 100px !important;
  }
  .menu-left .elementor-nav-menu {
    background: #fff;
    padding: 0 20px 20px;
  }
  .menu-left .elementor-nav-menu > li{
    padding: 5px 0;
  }
  .menu-left .elementor-nav-menu > li > a{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .txt-break-550 br {
    display: none;
  }
  .breadcrumbs {
    font-size: 14px;
  }

  #slideshow .swiper-slide-inner{
    padding: 30px 15px;
  }
  #slideshow .elementor-button{
    padding: 12px 20px;
  }
  #slideshow .swiper-pagination {
    right: -28px;
    top: 34%;
  }
  .bg-before:after {
    width: 120px;
  }
  header.menu-fixed .main-logo img{
    width: 140px !important;
  }
  .logo-home .swiper-slide-inner {
    min-height: 80px;
  }
  .product-home .elementor-image-box-title a:before {
    right: -11px;
    font-size: 14px;
  }
  .project-home .elementor-image-box-title a:before {
    font-size: 40px;
  }
  .project-home .elementor-image-box-wrapper .elementor-image-box-content{
    padding: 15px;
  }
  .gallery-singlepage .gallery-item,
  .gallery-product .gallery-item{
    width: 50% !important;
  }
  .title-gallery{
    position: unset !important;
  }
  .product-home .elementor-image-box-title a {
    font-size: 16px;
  }

}
