/********** General **********/
a,
button {
   transition: all .3s ease-in-out !important;
}
/********** General End **********/


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99999;
   transition: all .3s ease-in-out;
}
body .header_section .logo-black {
   display: none;
}
body .header_section.sticky-active {
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
body .header_section.sticky-active .logo-black {
   display: block;
}
body .header_section.sticky-active .logo-white {
   display: none;
}
body .custom_nav-container .navbar-nav {
   padding-top: 0;
}
body .header_section.sticky-active .custom_nav-container .navbar-nav .nav-item .nav-link {
   color: #0C0C0C;
} */
body .navbar-collapse {
   justify-content: flex-end;
}
body .navbar-nav .nav-item:last-child .nav-link {
   padding-right: 0;
}
/********** Header End **********/


/********** Banner **********/
body .slider_section .slider_bg-container {
   clip-path: polygon(0 0, 60% 0, 45% 100%, 0% 100%);
}
body .slider_section .img-box img {
   margin-left: 15%;
}
/********** Banner End **********/


/********** Portfolio **********/
body .portfolio_section .img-box {
   height: 270px;
}
body .portfolio_section .img-box img {
   height: 100%;
   object-fit: cover;
}
body .portfolio_section .img-box a img {
   object-fit: contain;
}
/********** Portfolio End **********/


/********** Portfolio **********/
.client_section .client_container .box .client-id .img-box img {
   width: 150px;
   height: 150px;
}
/********** Portfolio End **********/


/********** Contact Us **********/
body .contact_items {
   justify-content: center;
}
body .contact_items > *:not(:last-child) {
   margin-right: 20px;
}
body .contact_items .item {
   width: fit-content;
}
body .contact_items .item.item1 {
   width: 250px;
}
body .contact_items .item .img-box {
   background-size: contain;
   border-radius: 0;
   width: 40px;
   height: 40px;
}
body .contact_items .item .img-box.box-3 {
   margin-right: 10px;
}
/********** Contact Us End **********/


/********** Footer **********/
body .info_section p {
   margin: 0;
   margin-bottom: 0;
}
/********** Footer End **********/


/********** 992px and below **********/
@media (max-width: 992px) {
   /***** Banner *****/
   body .slider_section .img-box img {
      margin-left: 0;
   }
   /***** Banner End *****/
}
/********** 992px and below **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   /* body .navbar-collapse {
      background-color: #ffffff;
   }
   body .custom_nav-container .navbar-nav {
      padding-top: 15px;
   }
   body .header_section .custom_nav-container .navbar-nav .nav-item .nav-link {
      color: #0C0C0C;
   }
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::before,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::after {
      background-color: #0C0C0C;
   } */
   body .navbar-nav .nav-item:last-child .nav-link {
      padding-right: 20px;
   }
   /***** Header End *****/


   /***** Portfolio *****/
   body .portfolio_section .img-box {
      height: 220px;
   }
   /***** Portfolio *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   body .contact_items > *:not(:last-child) {
      margin-right: 0;
   }
   /***** Header End *****/


   /***** Portfolio *****/
   body .portfolio_section .img-box {
      height: 320px;
   }
   /***** Portfolio *****/
}
/********** 767px and below End **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Header *****/
   body .navbar-brand span {
      font-size: 17px;
   }
   body .navbar-brand img {
      width: 30px;
   }
   body .custom_nav-container .navbar-toggler .navbar-toggler-icon {
      background-size: 30px;
   }
   /***** Header End *****/
}
/********** 576px and below End **********/


/********** 374px and below **********/
@media (max-width: 374px) {
   /***** Header *****/
   body .custom_nav-container .navbar-toggler {
      padding-left: 0;
   }
   /***** Header End *****/
}
/********** 374px and below End **********/