@font-face {
    font-family: "Arial Bold Italic";
    src: url("../fonts/Arial-Bold-Italic.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Arial Bold";
    src: url("../fonts/Arial-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Arial";
    src: url("../fonts/Arial.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Authentic Signature";
    src: url("../fonts/Authentic-Signature.ttf") format("truetype");
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    user-select: none;
    -webkit-user-select: none;
    /*IE,etc*/
    -moz-user-select: none;
    /*Mozzila Firefox*/
    -ms-user-select: none;
    -webkit-touch-callout: none;
}

body {
    margin: 0px;
    padding: 0px;
    color: #3e3e40;
    font-family: Arial;
    font-size: .9rem;
    font-weight: 400;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #231f20;
}

.col-left-border {
    border-left: 1px solid #bcbdbf;
}

.col-right-border {
    border-right: 1px solid #bcbdbf;
}

.col-top-border {
    border-top: 1px solid #bcbdbf;
}

.col-bottom-border {
    border-bottom: 1px solid #bcbdbf;
}

.page-link {
    color: #222021;
}

.active>.page-link,
.page-link.active {
    background-color: #279ad0;
    border-color: #279ad0;
}

.page-link:focus {
    box-shadow: none;
}

.logo-section p {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.logo-section {
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo-section i {
    width: 25px;
    height: 25px;
    line-height: 24px;
    border-radius: 50%;
    background: #279ad0;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 1em;
    margin-top: 0;
    padding-top: 1px;
}

nav {
    border: 1px solid #e4e2e2;
}

nav .menu-items {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f6f6f6;
}

nav .menu-items.active,
nav .menu-items:hover {
    background-color: #3f3f41;
}

nav .menu-items a {
    text-decoration: none;
    text-transform: uppercase;
    color: #222021;
}

nav .menu-items.active a,
nav .menu-items:hover a {
    color: #ffffff;
}

.hamburger_container {
    position: fixed;
    top: 5%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

.hamburger_container:hover {
    opacity: .7;
}

.hamburger_container.active .mob-nav-top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #279ad0;
}

.hamburger_container.active .mob-nav-middle {
    opacity: 0;
    background: #FFF;
}

.hamburger_container.active .mob-nav-bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #202e50;
}

.hamburger_container span {
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.hamburger_container span:nth-of-type(1) {
    background: #279ad0;
}

.hamburger_container span:nth-of-type(2) {
    background: #202e50;
    top: 11px;
}

.hamburger_container span:nth-of-type(3) {
    background: #9a9c9f;
    top: 22px;
}

.hamburger-overlay {
    position: fixed;
    background: #d0d1d3;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

.hamburger-overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 1;
}

.hamburger-overlay.open li {
    animation: hamburgerfadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.hamburger-overlay.open li {
    animation-delay: .45s;
}

.hamburger-overlay .hamburger-overlay-menu {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    text-align: center;
}

.hamburger-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.hamburger-overlay ul li {
    display: block;
    padding: 10px;
    position: relative;
    opacity: 0;
}

.hamburger-overlay ul li a {
    display: block;
    position: relative;
    color: #231f20;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
}

.hamburger-overlay ul li:hover {
    background-color: #3f3f41;
}

.hamburger-overlay ul li:hover a {
    color: #fff;
}

@keyframes hamburgerfadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

section {
    margin-top: 50px;
    margin-bottom: 50px;
}

h1.drb-title {
    font-size: 52px;
}

h2.drb-title {
    font-size: 45px;
}

.drb-carousel-indicators button {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.drb-carousel-indicators button.active {
    background-color: #279ad0;
    opacity: 1;
    border: 1px solid #279ad0;
}

.drb-control-prev {
    left: 0;
}

.drb-control-next {
    right: 0;
}

.drb-control-next,
.drb-control-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
}

.drb-control-prev span,
.drb-control-next span {
    font-weight: bold;
    text-transform: uppercase;
    color: #231f20;
}

.drb-benefits {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}


.drb-benefit-icon {
    padding: 15px;
    background-color: #279ad0;
}

.drb-benefits h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.drb-benefits .drb-btn {
    margin-top: 25px;
    margin-bottom: 25px;
}

.acrylic-container {
    height: 227px;
    position: relative;
    padding: 30px;
}

.acrylic-container-link {
    text-decoration: none;
    color: #3e3e40;
}

.acrylic-container:hover {
    background-color: #0086cb8f;

}

.acrylic-container .bottom-right {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.acrylic-container .acrylic-top-left p {
    text-transform: uppercase;
    font-weight: 600;
}

.acrylic-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.acrylic-service-info h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.acrylic-explore-more .acrylic-service-info {
    min-height: auto;
}

.acrylic-explore-more .acrylic-service-link a.drb-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.acrylic-explore-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #279ad0;
    border-radius: 50%;
    height: 200px;
    width: 200px;

}

.service-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-thumb,
.product-thumb {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.service-thumb {
    position: relative;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0086cb8f;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-thumb:hover .service-overlay {
    opacity: 1;
}

.service-info {
    min-height: 50px;
}

.explore-more .service-info {
    min-height: auto;
}

.explore-more .service-link a.drb-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.explore-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.explore-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #279ad0;
    border-radius: 50%;
    height: 250px;
    width: 250px;

}

.expertise-thumb {
    padding-top: 15px;
    padding-bottom: 15px;
}

.expertise-info {
    padding-bottom: 15px;
    min-height: 150px;
}

.expertise-info h5,
.gallery-info h5,
.blog-info h5,
.testimonial-info h5,
.service-info h5,
.product-info h5,
.offer-info h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.expertise-link a,
.gallery-link a,
.blog-link a,
.service-link a {
    color: #231f20;
    text-decoration: none;
}

.expertise-link a.drb-btn,
.gallery-link a.drb-btn,
.service-link a.drb-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.expertise-link a.drb-btn span,
.gallery-link a.drb-btn span,
.blog-link a.drb-btn span,
.service-link a.drb-btn span {
    margin-left: 30px;
}

.gallery-slick,
.offer-slick {
    padding-top: 15px;
    padding-bottom: 15px;
}

.gallery-navigation,
.offer-navigation {
    display: flex;
    justify-content: end;
}

.gallery-navigation button,
.offer-navigation button,
.blog-navigation button,
.testimonial-navigation button {
    color: #231f20;
    border: none;
    background: none;
    margin: 20px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.gallery-images {
    display: none;
}

.blog-slick .slick-slide,
.testimonial-slick .slick-slide {
    border-right: 1px solid #bcbdbf;
}

.blog-info h6,
.testimonial-info h6 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.testimonial-info h6 {
    text-transform: none;
}

.blog-navigation,
.testimonial-navigation {
    display: flex;
    justify-content: center;
}

.form-inputs label {
    font-size: .9rem;
    color: #231f20;
    font-weight: bold;
    text-transform: uppercase;
}

.form-inputs .form-control {
    border: 1px solid #aeafb1;
    height: 50px;
    border-radius: 0;
    font-size: 1rem;
    color: #231f20;
}

.form-inputs textarea.form-control {
    height: auto;
}

.form-inputs .form-control:focus {
    box-shadow: none;
}

.drb-btn {
    font-weight: bold;
    border: none;
    background: none;
    margin-top: 40px;
    margin-bottom: 40px;
    display: inline-flex;
}

.drb-btn span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #279ad0;
    border-radius: 50%;
    color: #fff;
    margin-left: 50px;
}

.drb-btn span i {
    font-size: 11px;
}

.video-container {
    position: relative;
    display: inline-block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: #ffffff66;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: white;
    cursor: pointer;
}

.offer-info h5 {
    color: #279ad0;
}

.about-acrylic-container {
    min-height: 220px;
    padding: 25px 18px;
}

.projects-info h4 {
    text-transform: uppercase;
}

.projects-info h6 {
    color: #231f20;
}

.acrylic-fabrication .accordion-button:not(.collapsed) {
    color: #3e3e40;
    background-color: #d0d1d3;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
}

.acrylic-fabrication .accordion-button:focus {
    box-shadow: none;
}

.product-container {
    background-color: #e5e5e5;
    border-radius: 0.375rem;
}
.product-info h5 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info i {
    width: 32px;
    height: 32px;
    line-height: 24px;
    border-radius: 50%;
    background: #279ad0;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 1.2em;
    margin-top: 0;
    padding-top: 4px;
}

.contact-info span {
    display: block;
    overflow: hidden;
    line-height: 32px;
    text-shadow: 0 0 13px #fff;
}


footer {
  position: relative;
  padding-bottom: 50px;
  background-image: url('../images/footer-bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #231f20;
  z-index: 1;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d0d1d3d9;
  z-index: -1;
}


footer .footer-description {
    padding-right: 10px;
}

footer p {
    margin-bottom: 0px;
}

footer .quick-links {
    margin-top: 1rem;
}

footer .quick-links h5 {
    font-size: .9rem;
    font-weight: bold;
    text-transform: uppercase;
}

footer .quick-links ul {
    list-style-type: none;
    padding-left: 0;
}

footer .quick-links ul a {
    text-decoration: none;
    text-transform: uppercase;
    color: #3e3e40;
}

footer .social-icons p,
footer .footer-contacts p {
    font-weight: 700;
    color: #231f20;
    margin-top: 50px;
    margin-bottom: 60px;
}

footer .social-icons p {
    text-transform: uppercase;
}

footer .social-icons ul {
    list-style-type: none;
}

footer .social-icons img {
    width: 25px;
}

footer .social-icons {
    display: flex;
    align-items: center;
}

.footer-section-1 {
    border-bottom: 1px solid #bcbdbf;
}

.footer-section-2 .container {
    border-bottom: 1px solid #bcbdbf;
}

.copy-rights {
    margin: 50px 0 0;
}

/* .row [class^="col-"] {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  } */

  .embed-responsive-video {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 ratio */
  }
  
  .embed-responsive-video-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.testimonial-info {
  padding: 0 20px;
}
.testimonial-info .comment {
  background-color: #202e50;
  color: #fff;
  font-size: 0.86rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  font-weight: 400;
  border-radius: 20px;
}
.testimonial-info .comment::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 20px;
  width: 20px;
  background-color: #202e50;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.testimonial-info h5,
.testimonial-info h6 {
    text-align: center;
}

.client_effect .client-img-container {
	position: relative;
	display: block;
    color: #1f2d50;
}

.client_effect .client-img-container:before, .client_effect .client-img-container:after {
	content: "";
	position: absolute;
}

.client_effect .client-img-container:before {
	top: -.1em;
	bottom: -.1em;
	left: -.4em;
	right: -.4em;
	border-width: .3em;
	border-style: solid;
	border-left: none;
	border-right: none;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out;
}

.client_effect .client-img-container:after {
	top: -.4em;
	bottom: -.4em;
	left: -.1em;
	right: -.1em;
	border-width: .3em;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	opacity: 0;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out;
}

.client_effect .client-img-container:hover {
	overflow: visible;
}

.client_effect .client-img-container:hover:before, .client_effect .client-img-container:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#load {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;  
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-logo {
  width: 100px; /* adjust size */
}
.floating-whatsapp {
    position: fixed;
    bottom: 40px;
    right: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 96;
}