/*
Theme Name: POINT B Services Engineering Technology
Theme URI: https://wordpress.org/themes/pointbset/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: pointbset

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.insidebanner2.banner-col {
    background-color: #ee5522;
    /*background-image: url("assets/images/banner/ab-1.jpg");*/
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
}
.insidebanner2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
}
.headingN2 {
    position: relative;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}
.headingN2::after {
    position: absolute;
    content: "";
    width: 180px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background-color: var(--clr-primary-500);
}
.certiSection {    position: relative;}
.ab-img {    border-radius: 30px;}
.certiSection img {    width: 100%;}
.certi-img {
    cursor: pointer;
    border: 3px solid #eee;
    padding: 5px;
    background: #fff;
}
.zoom-img {    transition: transform 0.4s ease;}
.certi-img:hover .zoom-img {    transform: scale(1.1);}
.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-gray-dark);
    color: #fff;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.certi-img:hover .zoom-icon {    opacity: 1;}

.certi-img:hover .zoom-overlay,
.certi-img:hover .zoom-icon {    opacity: 1;}

.breadcrumb-container {
    z-index: 9;
    position: relative;
}
.breadcrumb-container ol{
	margin: 0px !important;
	padding: 0px !important;
}
.project .wrap{
    margin:40px auto;
    padding:0 18px
}

   .project .toolbar{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    align-items:center;
    justify-content: center;
    margin-bottom: 40px;
}
   .project .dropdown{
    position:relative;
    display:inline-block
}
   .project .dropbtn{
    background:var(--panel);
    border:1px solid #203048;
    border-radius:8px; 
    padding:9px 12px;
    cursor:pointer;
    color:var(--text);
    min-width:240px;
    text-align:left
  }
   .project .dropbtn:after{
    content:"▾";
    float:right
}
   .project .dropdown-content{
    display:none;
    position:absolute;
    z-index:100;
    background:#fff;
    border:1px solid #203048;
    border-radius:10px;
    padding:10px;
    max-height:280px;
    overflow:auto;
    width:100%;
    margin-top:4px
  }
   .project .dropdown.show .dropdown-content{
    display:block
}
   .project .dropdown-content label{
    display:flex;
    gap:8px;
    align-items:start;
    margin:5px 0;
    font-size:14px;
    cursor:pointer
}
   .project .group-title{
    display:block;
    margin:8px 0 4px;
    font-weight:700;
    color:#d34007
}
  .project input[type="checkbox"]{
    accent-color:#d34007;
	  margin-top:5px;
}

   .project .meta{
    margin:10px 0;
    color:var(--muted);
    font-size:14px
}

 .project  #resetBtn{
    background:#d34007;
    border:0;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
	 padding:5px 10px;
	 border-radius:5px
}

  .project .grid{
    display:grid;
    gap:22px;
    grid-template-columns:repeat(auto-fill,minmax(260px,1fr));

}
  .project .card{
    background:#fff;
    border: 0px;
 box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    padding:0px;
    overflow: hidden;
	  margin-bottom:15px;
	  transition:all .7s;
}
.project .card:hover{
	transform:translatey(-10px)
}
.project .card img{
    width: 100%;
}
.project .card a
{
	text-decoration:none;
	 color:#333
}
.project .card-cnt{
      border-left:5px solid #d34007;
       padding:12px;
       height: 100%;
}
  .project .card.hide{
    display:none
}
  .project a .title{
    font-size: 18px;
    margin:10px 0 4px;
    font-weight:700;
	  color:#333
}
  .project .muted{
    font-size:13px;
    color:var(--muted)
}
  .project .sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
}
.project-modal .modal-content{
	border-radius:0px !important;
	position:relative;
	border:0px !important
}
.project-modal {
	max-width:100%;
	background:#fff !important;
	
}

.project-modal .modal-dialog{
	max-width:90%;
	
}
.project-modal .btn-close{
	position:absolute;
	right:10px;
	top:0;
	font-size:30px;
	font-weight:200;
}
.project-modal p{
	font-size:16px
}
@media ( max-width : 991px){
.call{
	display:none;
}
	.homeCeo::before{
		display:none;
	}
	
}
@media ( max-width : 767px){
	.homeCeo .photo .bg{
		position:initial !important;
		width:50%;
		min-width:100% !important;
	}
	.photo img{
		width:50%;
	}
	.homeCeo .photo .anwar{
		display:none;
	}
	.banner .item .details p{
		font-size:15px !important
	}
}
.btn-back{
	position: relative;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px ;
    text-decoration: none;
    background: var(--clr-primary-500);
    border-radius:50%;
   
}
.btn-back img{
	width:30px
}
.tab-section {
     
    }
 .nav-pills{
	border:1px solid #f1f1f1;
}
    .nav-pills .nav-link {
      border-radius:0px !important;
      text-align: left;
      font-weight: 500;
      color: #333;
      margin-bottom:0px;
      border-bottom:1px solid #eee;
		padding:20px 20px;
    }
.nav-pills .nav-link:hover{
 background: var(--clr-primary-500) !important;
      color: #fff !important;
}
    .nav-pills .nav-link.active {
      background: var(--clr-primary-500) !important;
      color: #fff !important;
    }

    .tab-content h3 {
      font-weight: 600;
    }

    @media (max-width: 767px) {
      .tab-section .row {
        flex-direction: column-reverse;
      }
      .nav-pills .nav-link {
        text-align: center;
      }
    }

.ourDepartment {
  position: relative;
  background-color: var(--clr-secondary-500);
	border-radius:30px;
	overflow:hidden;
}
.ourDepartment h2 {
	font-size:20px
}
.ourDepartment h2, .ourDepartment p {
  color: var(--clr-neutral-100);
}
.ourDepartment .link {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.ourDepartment .link img {
  width: 100%;
  border-radius: 40px;
}
.ourDepartment .link .details {
  width: 100%;
  padding: 50px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.ourDepartment .link a {
  flex-shrink: 0;
  text-decoration: none !important;
}
.ourDepartment .link h2 {
  color: var(--clr-neutral-100);
}
.ourDepartment .depLinks {
  position: relative;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ourDepartment .depLinks li {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.ourDepartment .depLinks li .bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.5;
  transition: all 0.8s;
}
.ourDepartment .depLinks li:hover .bgImg {
  transform: scale(1.3);
  opacity: 0.3;
}
.teamSwiper{
	border-radius:20px;
	overflow:hidden
}
.teamSwiper .swiper-button-next, .teamSwiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}
.teamSwiper .swiper-button img {
  width: 28px;
}
.teamSwiper .swiper-button-next:hover, .teamSwiper .swiper-button-prev:hover {
  background-color: var(--clr-primary-500);
}
.col-team-img {
  overflow: hidden;
  border-radius: 0px; 
  display: inline-block;
	position:relative;
}
.col-team-img h5{
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translatex(-50px);
	width:fit-content;
	color:#fff;
}
.col-team-img img {
  width: 100%;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.col-team-img:hover img {
  transform: scale(1.1);
  filter: brightness(1.1);
}


.side-sticky {
  flex: 1;
  position: sticky;
  top: 120px;  
 margin:0px;
	padding:0px;
  border: 1px solid #ddd;
	list-style:none;
}
.side-sticky li{
	border-bottom:1px solid #eee;
}
.side-sticky li a{
	text-decoration:none;
	color:#000;
	padding:15px 15px;
	display:block;
	font-weight:500
}
.side-sticky li a:hover{
	 background: var(--clr-primary-500) ;
	 color:#fff;
}
.side-sticky li a.active {
    background: var(--clr-primary-500);
    color: #fff;
}
.sticky-content{
	padding-top:60px;
	
}
.wpcf7-not-valid-tip{
	font-size:14px !important
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before{
	margin:0px !important;
	
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	position:relative !important;
	font-weight:500 !important;
	opacity:.8
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
	opacity:1 !important
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	opacity:1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before {
          position: absolute !important;
          content: "" !important;
          width: 0% !important;
          height: 2px !important;
          background-color: #ffffff !important;
          left: 0 !important;
          bottom: -1px !important;
          transition: all 0.5s !important;
        }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
	width:100% !important;
	
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
  width: 100% !important;
	
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child{
	margin:0px !important
}
.swiper-button-prev::after{
	display:none !important
}
.swiper-button-next::after{
	display:none !important
}
@media only screen and (max-width: 991px) {
    .productDes::before {
        display: none !important;
    }
	.map-ht{
	height:300px !important;
}
}
