html {
  height: 100%;
  width: 100%;
  min-width: 375px;
}

/* Font Family */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
	    line-height: 1.8rem;
    font-size: 17px;
	color:#5a616f;
}

.nav-link {
  letter-spacing: 1px;
}

/* Color Code  */
.item-title-color {
  color: #141519;
}

.item-subtitle-color {
  color: #a0a3b2;
}

.nav-link.active,
.nav-link.show {
  color: #a0a3b2 !important;
}

a:hover {
  color: #a0a3b2 !important;
}

.text-dark {
  color: #141519;
}

.item-title-color1 {
  color: #141519;
}

.item-title-color2 {
  color: #a0a3b2;
}

.nav-link {
  color: #fff
}

.blog-meta-color {
  color: #909090
}

.blog-excerpt-color {
  color: #656565
}

/* Headings and Subheadings */
.banner-heading {
  animation: text-up 12s linear;
  transform: translateY(100px) infinte;
  animation-delay: 0s;
}

@keyframes text-up {
  10% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

.banner-subtext {
  font-size: 15px;
  animation: text-up 12s linear;
  transform: translateY(100px) infinte;
  animation-delay: 0s;
	text-transform: uppercase;
	
}

.breadcrumbs {
	color:#707070;
	font-size: 13px;
	text-transform: uppercase;
}
.breadcrumbs a {
 text-decoration: none;
	color:#6CAAE5;
}

.kb-recent {
	font-size: 50px;
}
#content ul:not(.portfolio_list) {
    list-style-type: none; /* Removes default list styling */
    padding-left: 0; /* Removes default padding */
}

#content ul:not(.portfolio_list) li {
    position: relative;
    padding-left: 20px; /* Adds space for the icon */
	color:#686767;
}

#content ul:not(.portfolio_list) li::before {
    content: "";
    display: inline-block;
    width: 18px; /* Width of the icon */
    height: 18px; /* Height of the icon */
    margin-right: 10px; /* Space between the icon and the text */
    background-color: #54b2ee; /* Your desired icon color */
   -webkit-mask-image: url('/img/circle-check-sharp-solid.svg');
    mask-image: url('/img/circle-check-sharp-solid.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle; /* Aligns the icon with the text */
}

    

.item-title {
  line-height: 1em;
  font-size: 42px;
  text-transform: uppercase;
}

.item-subtitle {
  line-height: 1em;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
}


/* Spaces */
.py-20 {
  padding-top: 5rem;
}

.my-20 {
  margin-top: 5rem;
}

.section_populated {
  padding: 5rem;
}

/* Menu  */
.navbar-brand {
  padding-right: 35px;
}

.navbar {
  z-index: 1;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5em;
}

.navbar-toggler {
  border: #ffffff;
  background-color: #fff;
}

.navbar-toggler:focus {
  border: #ffffff;
  box-shadow: 0 0 0;
}

/* Banner */
.header-banner1-img {
  background-image: url('/_html/img/bg-1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.header-banner2-img {
  background-image: url('/_html/img/home-kitchen.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  transition: transform 1s ease-in;
}

.btn-banner {
  background-color: #28a8de;
  font-size: 18px;
  font-family: "Bebas Neue", sans-serif;
  border-radius: 0px;
  padding: 15px 22px 15px 37px;
  color: #fff;
}

.btn-banner:hover {
  background-color: #0081b8;
  border-radius: 0px;
  padding: 15px 22px 15px 37px;
  color: #fff;
}

/* Service-card home section 02 */
.service-card {
  height: 380px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  text-align: left;
}

.card {
  height: 30rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 0px;
  color: #fff;
  background-color: #141519;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);

  img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    transition: opacity .2s ease-out;
  }

  h4 {
    position: absolute;
    font-size: 22px;
    inset: auto auto 30px 30px;
    margin: 0;
    transition: inset .3s .3s ease-out;
    font-weight: normal;
    text-transform: uppercase;
  }

  p,
  a {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity .3s ease-out;
  }

  p {
    inset: auto auto 80px 30px;
  }

  a {
    inset: auto auto 40px 30px;
    color: inherit;
    text-decoration: none;
  }

  &:hover h4 {
    inset: auto auto 80px 30px;
    transition: inset .3s ease-out;
  }

  &:hover p,
  &:hover a {
    opacity: 1;
    transition: opacity .5s .1s ease-in;
  }

  &:hover img {

    background-color: #000;
    transition: opacity .3s ease-in;
    opacity: 0.3;
  }

}

/* Home Section-03  */
.home-section-03 {
  background-image: url('/_html/img/bg-1.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: scroll;
}

.home-section-03-space {
  padding: 100px 0;
}

.studio-img {
  background-image: url('/img/home-1.jpg');
  min-height: 450px;
  background-size: cover;
}

.home-video-img {
  background-image: url('/img/home-2.jpg');
  min-height: 450px;
  background-size: cover;
}

.video_icon {
	display:none !important;
  padding: 80% 0px 50% 42%;
}

.video_icon_link {
  font-size: 14px;
  padding: 20px;
  border-radius: 0px 0px 0px 0px;
  background-color: #fff;
}

.video_icon:hover svg {
  fill: #28a8de;
}

ul {
  list-style-type: none;
}

.checkmark {
  position: relative;
  padding-left: 0.8em;

  &::before {
    content: "";
    color: rgb(78, 174, 246);
    display: inline-block;
    position: absolute;
    left: -0.5em;
    top: 0;
    transform: rotate(45deg);
    height: 1em;
    width: 0.5em;
    border-bottom: 0.15em solid;
    border-right: 0.15em solid;
  }

  &:is(li) {
    margin-left: 1em;

    &:not(:first-child) {
      margin-top: 1em;
    }
  }
}

.btn-portfolio {
  background-color: #28a8de;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  border-radius: 0px;
  padding: 15px 22px 15px 37px;
  color: #fff;
}

.btn-portfolio:hover {
  background-color: #ffffff;
  border-radius: 0px;
  padding: 15px 22px 15px 37px;
  color: #000;
}

/* Section 04 */
.icon_size {
  font-size: 64px;
  color: #28a8de;
}

.icon_size:hover {
  color: #141519;
}

.icons_item_title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}

/* Section 05 */
.section-testimonial-bg {
  background-image: url('/_html/img/testimonial-bg.jpeg');
  height: auto;
  background-size: cover;
}

.home-section-testimonials {
  background-image: url('/_html/img/bg-1.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: scroll;
  background-size: cover;
}

/*-----Testimonial-------*/

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 15px 15px 5rem;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 20px 0 20px 0;
}

.testimonial4_slide:before {
  font-size: 23px;
  line-height: 1.5em;
  color: #FDFDFD;
  content: '\e9de';
  font-family: "fontello";
  margin-bottom: 30px;
}

.testimonial4_slide h4 {
  margin: 25px 0 0 0;
  color: #ffffff;
  font-size: 20px;
}

.testimonials_item_author_subtitle {
  text-align: center;
  padding-top: 7px;
  font-size: 15px;
  color: #ddd;
}

.testimonial .carousel {
  padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

/* ------testimonial  close-------*/

/* Blog Home Section */
.featured-img-blog {
  background-image: url('/_html/img/blog01.jpeg');
  height: 470px;
  background-position: center center;
  background-size: cover;
}

.featured-img-blog2 {
  background-image: url('/_html/img/blog02.jpeg');
  height: 200px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.featured-img-blog3 {
  background-image: url('/_html/img/blog03.jpeg');
  height: 200px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.featured-img-blog4 {
  background-image: url('/_html/img/blog04.jpeg');
  height: 200px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.featured-img:hover {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.05, 1.05);
}

.blog-category-title {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.6px;
  font-size: 15px;
  padding: 5px 15px;
  margin: 20px;
  color: #fff;
  background-color: #F6B111;
}

.blogger_item_title {
  font-size: 35px;
  letter-spacing: 0.58px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.2em;
}

.blogger_item_date {
  width: 64px;
  text-align: center;
  font-size: 48px;
  font-family: "Bebas Neue", sans-serif;
}

.blogger_item_meta {
  width: 64px;
  text-align: center;
  margin-top: 55px;
  position: absolute;
  font-size: 14px;
  font-family: "Bebas Neue", sans-serif;
}

.post_meta_like:after {
  content: '\e83c';
  font-family: "fontello";
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0.75em;
}

.post-category {
  font-size: 14px;
  letter-spacing: 0.6px;
  font-family: "Bebas Neue", sans-serif;
}

.post-category:after {
  content: '\e83c';
  font-family: "fontello";
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0.75em;
}

.sidebar_blog_title {
  font-size: 28px;
}

/* Skill Section */
.skills_item:after {
  content: '';
  display: block;
  height: 60px;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dbdbdb;
}

.skills_item_title {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
}

/* Contact Us */
.contact_us_bg {
  background-image: url('/_html/img/contactus-bg.jpeg');
  height: auto;
  background-size: cover;
}

.contact_btn {
  padding: 16px 35px 16px 35px;
  background-color: #28a8de;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  border-radius: 0px;
}

.contact_btn:hover {
  padding: 16px 35px 16px 35px;
  background-color: #0875a3;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  color: #fff;
  border-radius: 0px;
}

.contact_btn:before {
  content: '\e9a5';
  font-family: "fontello";
  font-weight: 400;
  display: inline-block;
  z-index: 1;
  left: 0px;
  margin-right: 10px;
  top: 50%;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin-top: -0.5em;

}

.footer_menu a { text-decoration: none;letter-spacing: 1px; }
::-ms-input-placeholder {
  color: #909090;
}

::placeholder {
  color: #909090;
}

input[type="text"],
input[type="number"],
input[type="email"] {
  font-family: "Roboto", sans-serif;
  border: 0px 0px 1px solid #f2f2f2;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.form-control {
  border: none !important;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border: none !important;
  outline: 0;
  box-shadow: none;
}


.line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #dbdbdb;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  margin-top: -1px;
}

.line:focus {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #575757;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  margin-top: -1px;
}

.line:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #232021;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project_gallery { position:relative; }
.project_gallery .head_section { padding:0px; }
.project_gallery .head_section .but_bar { position:relative; margin:-30px 0 0 -90px; padding:0 0 20px 0; width:750px; height:80px; }
.project_gallery .head_section .but_bar a { float:left; margin:0 15px 0 0; }
.project_gallery_test { position:relative; }

.portfolio_list{ overflow:hidden; margin-left:-14px;}
.portfolio_list li{ background-image:none !important; padding-left:0px !important; list-style:none; float:left; margin-left:14px; margin-bottom:12px; overflow:hidden; width:255px; height:172px; border:6px solid #ebebeb;}
.portfolio_list li img{ max-width:100%;}
.portfolio_list li a{ display:block; position:relative;}
.portfolio_list li a .icon{ position:absolute; left:0px; top:0px;}
.portfolio_list li a .hover_box{ display:block; width:255px; height:177px; background:url(../images/view_project.png) no-repeat center center;}
.portfolio_list li a:hover .hover_box{ position:absolute; left:0px; top:0px;}

.portfolio_list {
    display: flex;                /* Enables flexbox layout */
    flex-wrap: wrap;              /* Allows items to wrap as needed */
    justify-content: center;      /* Centers items horizontally */
    align-items: center;          /* Centers items vertically */
    list-style-type: none;        /* Removes default list styling */
    padding: 0;                   /* Removes default padding */
    margin: 0;                    /* Removes default margin for alignment */
}

.portfolio_list li {
    margin: 10px;                 /* Provides space between items */
    flex: 0 1 auto;               /* Flex items will grow and shrink as needed but won't fill the space */
}

.portfolio_list li a {
    display: flex;                /* Applies flexbox to <a> to center content inside it */
    flex-direction: column;       /* Stacks items vertically inside the link */
    align-items: center;          /* Center-aligns the items horizontally within each <a> */
    justify-content: center;      /* Center-aligns the items vertically within each <a> */
    text-decoration: none;        /* Optional: removes underline from links */
}

.portfolio_list img {
    max-width: 100%;              /* Ensures images are responsive and do not overflow their container */
    height: auto;                 /* Keeps image aspect ratio intact */
}

.icon {
    margin-top: 5px;              /* Adds a little space between the main image and icons */
}


.project-details, .project-details p {  }
.blog-details { margin: 0 0 0 0px; }
.blog-content img,
.blog-details img {
    border: 1px solid silver;
    margin-left: -4px;
    padding: 3px;
    max-width: 100%;
    height: auto;
	box-sizing: content-box;
}

/* footer */
footer {
  background-image: url('/_html/img/bg-1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.footer_menu {
  padding: 0px;
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  line-height: 1.5em;
}

.footer_menu li {
  list-style: none;
  position: relative;
  float: left;
  z-index: 20;
}

.footer_menu li a {
  padding: 0px 1.5em 0px 0px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* // Small devices (landscape phones, 375px and up) */
@media (min-width: 0px) {
  .banner-content {
    padding: 150px 5px 0px;

  }

  .scroll_text {
    padding: 130px 0px 20px;
  }

  .logo {
    width: auto;
    height: 40px;
  }

  .banner-heading {
    font-size: 46px;
  }

  .top-bar {
    margin-top: -110px;
  }

  .item-title {
    font-size: 34px;
  }

  .we-do {
    background-color: #141519;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: #000000d9;
    padding: 20px;
  }

  .home-section-03-space {
    padding: 0px;
  }

  .section_populated {
    padding: 5rem 15px;
  }

  .home-video-img {
    margin: 3rem 0px;
  }

  footer .justify-content-end {
    justify-content: flex-start !important;
    padding-top: 1.5rem;
  }

  .mobile_icon {
    padding: 0px;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .top-bar {
    margin-top: -110px;
  }

  .banner-heading {
    font-size: 48px;
  }

  .logo {
    width: auto;
    height: 50px;
  }

  .header-banner1-img {
    padding-left: 4.7%;
  }

  .item-title {
    font-size: 42px;
  }

  .fpx-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .home-section-03-space {
    padding: 5rem;
  }

  .we-do {
    background-color: transparent;
  }

  .section_populated {
    padding: 5rem;
  }

  .home-video-img {
    margin: 0px;
  }

  footer .justify-content-end {
    justify-content: flex-end !important;
    padding-top: 5px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .banner-heading {
    font-size: 46px;
  }

  .logo {
    width: auto;
    height: 60px;
  }

  .item-title {
    font-size: 46px;
  }

  .header-banner1-img {
    padding-left: 4.7%;
  }

  .we-do {
    background-color: transparent;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: transparent;
    padding: auto;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .logo {
    width: auto;
    height: 70px;
  }

  .banner-heading {
    font-size: 72px;
  }

  .item-title {
    font-size: 42px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .banner-heading {
    font-size: 80px;
  }

  .item-title {
    font-size: 56px;
  }
}