/*
Theme Name: TZB
Description: TZB
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;
}
p:last-child{
  margin-bottom: 0;
}
.text-secondary{
  color: #ABF886;
}
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: 300px !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;
}

a.elementor-button {
  position: relative;
  padding: 17px 25px;
  border-radius: 0;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
a.elementor-button svg{
  width: 14px;
}
.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;
}

.breadcrumbs span {
  color: #fff;
}
.main-logo,
.main-logo h1{
  margin-bottom: 0 !important;
}
.btn-contact-header a.elementor-button svg{
  width: 18px;
}

.why-us-home .elementor-icon-box-icon .elementor-icon{
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
}
.why-us-bg:before{
  position: absolute;
  content: '';
  background: url('assets/images/bg1.svg') no-repeat top center;
  width: 1423px;
  height: 106%;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
}
.sus-home .elementor-image-box-img{
  position: relative;
  bottom: -40px;
  z-index: 2;
}
.sus-home .elementor-image-box-content{
  background: #7CCF48;
  padding: 40px 15px 15px;
  margin-bottom: -50px;
  z-index: 1;
  position: relative;
  border-radius: 5px;
}
/* .cate-project-home ul li{
  max-width: 180px;
}
.cate-project-home ul li.li1{
  max-width: 267px;
}
.cate-project-home ul li:first-child a,
.cate-project-home ul li:hover a{
  box-shadow: 2px 5px 13px 0px rgba(0, 0, 0, 0.1);
  color: #1C58B8 !important;
}
.cate-project-home ul li a{
  white-space: unset !important;
  border-radius: 75.658px;
background: #FFF;

} */
.project-home-right .box-content{
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.project-home-right .item-project{
  overflow: hidden;
}
.project-home-right .item-project:hover .box-content{
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.item-project .elementor-widget-image img{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.item-project:hover .elementor-widget-image img{
 -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  transform: scale(1.2);
}
.elementor-location-footer ul.elementor-nav-menu li{
  position: relative;
  padding-left: 25px;
}
.elementor-location-footer ul.elementor-nav-menu li:before{
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  background: url('assets/images/arrow.svg') no-repeat center center;
  width: 13px;
  height: 13px;
  background-size: 100% 100%;
}

.ul-li ul{
  padding-left: 0px;
  list-style: none;
}
.ul-li ul li{
  position: relative;
  padding-left: 28px;
  padding-bottom: 10px;
}

.ul-li ul li:before{
  position: absolute;
  content: '';
  left: 0px;
  background: url('assets/images/tick.svg') no-repeat left center;
  top: 5px;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.table-service .tablepress thead tr th{
  background: #1C58B8;
  border-left: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.table-service .tablepress tbody tr td{
  color: #222;
  border: 0;
  border-left: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.table-service .tablepress tbody tr:nth-child(odd) td{
  background: #F9FBFF;
}


.table-service .tablepress tbody tr:nth-child(even) td{
  background: #E8F1FF;
}

.table-service.table2 .tablepress tbody tr:nth-child(even) td{
  background: #F9FBFF;
}

.table-service.table2 .tablepress thead tr th{
  padding: 5px 15px;
}
.table-service.table2 .tablepress thead tr th.column-5{
  border-bottom: 1px solid #fff;
}
.table-service.table2 .tablepress tbody tr:nth-child(odd) td{
  background: #E8F1FF;
}














@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;
  }
  .why-us-bg:before{
    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;
  }
  .table-service .elementor-shortcode{
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px){


}
@media only screen and (max-width: 767px) {
  header.menu-fixed .elementor-widget-image img{
    width: 250px !important;
  }
  
  .txt-break-550 br {
    display: none;
  }
  .table-service .tablepress thead tr th{
    font-size: 16px;
  }
}
