@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'franklin_gothic_heavyregular';
    src: url('../fonts/franklin_gothic_heavy_regular-webfont.eot');
    src: url('../fonts/franklin_gothic_heavy_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/franklin_gothic_heavy_regular-webfont.woff2') format('woff2'),
         url('../fonts/franklin_gothic_heavy_regular-webfont.woff') format('woff'),
         url('../fonts/franklin_gothic_heavy_regular-webfont.ttf') format('truetype'),
         url('../fonts/franklin_gothic_heavy_regular-webfont.svg#franklin_gothic_heavyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

  body {
      font-family: "Montserrat", sans-serif;
  }

  ul#menu-header-menu li a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    transition: 0.4s all ease-in-out;
  }

  ul#menu-header-menu li a:hover,
  .menu-header-menu-container ul#menu-header-menu .sub-menu a:hover {
    color: #2D80C3;
  }

.menu-header-menu-container .menu-item-has-children {
  position: relative;
  cursor: pointer;
}

.contact-hide {
  display: none;
}

.menu-header-menu-container .sub-menu {
  position: absolute; 
  top: 40px;
  left: 0;
  background: #FFF;
  box-shadow: 0 10px 15.9px -2px rgba(0, 0, 0, 0.19);
  z-index: 9999;
  transition: all 0.3s ease;
  padding: 30px 20px;
}

.menu-header-menu-container ul#menu-header-menu .sub-menu li:last-of-type a {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.menu-header-menu-container .caret.fa.fa-angle-down {
  color: #000000;
  margin: 0 0 0 10px;
   transition: all 0.3s ease;
}

.menu-header-menu-container .menu-item-has-children:hover .caret.fa.fa-angle-down {
   color: #2D80C3;
}


.menu-header-menu-container .menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.3s ease;
  min-width: 280px;
}

.menu-header-menu-container ul#menu-header-menu .sub-menu a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 0 0 13px 0;
    margin: 0 0 13px 0;
    display: block;
    transition: 0.4s all ease-in-out;
    border-bottom: 1px solid #E3E3E3;
    text-align: left;
}


.menu-header-menu-container .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.menu-header-menu-container .sub-menu .menu-item-has-children {
  position: relative;
}

.menu-header-menu-container .sub-menu .children {
  position: absolute;
  top: 0;
  left: 100%; 
  margin-left: 1px;
  background-color: #597381;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  min-width: 230px;
  z-index: 9999;
}

.menu-header-menu-container .sub-menu .menu-item-has-children:hover > .children {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}


.menu-header-menu-container .sub-menu .children a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.footer-block.one .menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.4s all ease-in-out;
  position: relative;
  padding: 0 0 0 20px;
}


.woocommerce-page .singlepro-inner .innerimg{
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}


.footer-block.one .menu li a::before {
  content: "";
  position: absolute;
  background: #2D80C3;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-block.one .menu li a:hover {
  color: #2D80C3;
} 

.footer-block.one .menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 30px 0 0 0;
}


.contentdesc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; 
  margin: 0 0 21px 0;
}

.contentdesc p:last-child {
    margin: 0 0 0 0;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}


.single-projects .contentdesc img {
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
    object-fit: cover;
}

nav.woocommerce-breadcrumb {
    display: none;
}

.subcategory-grid .subcategory-block {
    margin: 0 0 60px 0;
}


.contentdesc ul li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; 
  margin: 0 0 12px 0;
  position: relative;
  padding: 0 0 0 20px;
}

.contentdesc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #2D80C3;
}

.contentdesc ul li:last-child {
  margin:0 0 0 0;
}


.left-pentagon-clip {
    clip-path: polygon(100% 0%, 50% 0%, 0% 50%, 53% 100%, 100% 100%);
}
.right-pentagon-clip {
    clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 47% 100%, 0% 100%);
}

.left-blue-clip {
    clip-path: polygon(100% 0%, 52% 0%, 0% 53%, 52% 100%, 100% 100%);
}

.right-blue-clip {
    clip-path: polygon(0% 0%, 48% 0%, 100% 53%, 48% 101%, 0% 100%);
}

.border-blocks .border-block:last-of-type div:last-child::after {
  display: none;
}

.swiper-pagination2 span.swiper-pagination-bullet {
  width: 7px;
  background: #000;
  height: 7px;
  display: inline-block;
  border-radius: 100%;
  transition:0.4s all ease-in-out;
  z-index: 99;
}

.swiper-pagination2 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 7px;
  padding: 0 0 0 0;
  margin: -60px 0 0 0;
}

.swiper-pagination2 span.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: #fff;
  border:1px solid #000;
}

.page-template-our-services .ready-elevatewrap {
    padding-top: 0;
}

.left-design::before{
  content:"";
  position:absolute;
  left: -40px;
  top: -30px;
  width: 139px;
  height: 239px;
  border-right:7px solid #2d80c3;
  border-bottom:7px solid #2d80c3;
}

  .shinewrap {
    overflow: hidden;
    position: relative;
  }

  .shinewrap:hover::before {
    animation: shine .75s
  }

  .shinewrap::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,#fff0 0%,rgb(255 255 255 / .3) 100%);
    transform: skewX(-25deg)
  }

@keyframes shine {
  100% {
    left: 125%
  }
}





@media (max-width:1650px){ 


}

@media (max-width:1600px){ 



}

@media (max-width:1510px){ 

}



@media (max-width:1500px){ 

}


@media (max-width:1400px){ 

 ul#menu-header-menu li a {
    font-size: 14px;
    }

    .footer-block.one .menu li a {
    font-size: 14px;
  }
    
}




@media (max-width:1320px){  


}

@media (max-width:1200px){   
  ul#menu-header-menu li a {
      font-size: 13px;
  }

  .left-blue-clip {
    clip-path: polygon(100% 0%, 53% 0%, 0% 56%, 51% 100%, 100% 100%);
  }

  .swiper-pagination2 {
    margin: 30px 0 0 0;
  }
  

}

@media (max-width:1100px){   



}


@media (max-width:1024px){   


}



@media (max-width:1200px){  

}

@media (max-width:1100px){  


}

@media (max-width:1000px){   
  ul#menu-header-menu li a {
      color: #fff;
    }

  ul#menu-header-menu li a {
    font-size: 16px;
  }
    .menu-header-menu-container li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

    .menu-header-menu-container {
    position: relative;
    top: 15%;
    left: 0px;
  }
  .menu-header-menu-container ul#menu-header-menu li a {
    padding: 20px 10px;
    border-left: 0;
    border-right: 0;
    display: block;
    width: 100%;
    max-width: fit-content;
  }

  .menu-header-menu-container ul#menu-header-menu .sub-menu a {
    width: 100%;
    max-width: 100%;
}

  .menu-header-menu-container .menu-item-has-children:hover > .sub-menu,
  .menu-header-menu-container .sub-menu .menu-item-has-children:hover > .children {
    opacity: 0;
    visibility: hidden;
    max-height: inherit;
  }   

  header  .menu-header-menu-container .menu-item-has-children.active ul.sub-menu {
    opacity: 1;
    visibility: inherit;
    position: relative;
    transform: none;
    display: block;
    max-height: 100%;
  }

  .menu-header-menu-container ul#menu-header-menu li.menu-item-has-children .caret {
    display: block;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 23px;
    transform: translate(-50%, 0);
    padding: 5px 5px;
  }

  .menu-header-menu-container .sub-menu {
    top: 0;
    transition: none !important;
  }

  .contact-hide {
    display: block;
  }

  .left-pentagon-clip,
  .left-blue-clip,
  .right-pentagon-clip,
  .right-blue-clip {
    clip-path: none;
}



}


@media (max-width:991px){  
 

  
}

@media (max-width:767px){  
  .grid-col-three-col {
    grid-column: inherit !important;
  }

  .footer-block.one .menu li a {
        font-size: 13px;
    }

  .contentdesc ul li {
    font-size: 16px;
  }

    .breaknone br {
      display: none;
    }

    .contentdesc p, 
    .contentdesc li  {
      font-size: 16px;
    }
}


@media screen and (max-width: 991px) and (orientation: landscape) {
.menu-header-menu-container {
    top: 25%;
}

div#headermobile-popup {
    padding-bottom: 40px;
}

}