@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Outfit:wght@100..900&display=swap');
:root {
    --primary: #a56e2c;
    --secondary:#000;
    --white: #fff;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: "Outfit", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], textarea, select, label {
    color: #000;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
    font-family: "Outfit", sans-serif;
    border: 1px solid #c1c1c1a6;
    margin: 0px 0 8px;
    border-radius: 6px;
    padding: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    background: #fdfdfd;
}
::placeholder {
  color: #000;
  font-weight:400;
}

select,
input[type="date"] {
    padding: 14px 17px;
}
input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    font-size: 14.5px;
    border: 0;
    outline: none;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    padding: 13px 20px;
    letter-spacing: 1px;
    border-radius: 2px;
    line-height: normal;
    width: 100%;
}
input[type="submit"]:hover {
    background: var(--primary);
    color: var(--white);
    transition: 0.8s;
}

textarea {
    height: 100px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "Outfit", sans-serif;
    color: #050A15;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Outfit", sans-serif;
    color: #000000d1;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

ul,
li,
a {
    list-style-type: none;
    font-family: "Outfit", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
}

a:hover {
    transition: 0.8s;
    text-decoration: none;
}
.heading, .leftheading {
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.leftheading {
    margin-bottom:30px;
}
.heading {
    text-align: center;
}
.subheading {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

/* TOPBAR */
.topbar {
    background: var(--primary);
    padding: 5px 0;
    position:relative;
}
.topbar:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 25%;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 9% 100%, 0% 50%);
    background: #000;
}
.topbar ul.smoicons {
    z-index: 9;
    position: relative;
}
.smoicons li a {
    background: #a56e2c61;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
}
.smoicons li:last-child a {
    margin-right: 0;
}
.top-contact {
    column-gap: 15px;
    z-index: 9;
}
.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    background: #ffffff36;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}
.top-contact span {
    color: white !important;
}
.top-contact p a {
    color: var(--white);
    font-size: 15px;
}

.top-contact p:not(:last-child)::after {
    content: "";
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 20px;
    margin: 0 15px;
    vertical-align: middle;
}
/* Header */
.mainmenu {
    background: #fff;
}
.mainmenu a.btn.btn-primary {
    background: linear-gradient(45deg, #a56e2c, #000);
    color: #fff;
}

header {
    position: relative;
    top: 0;
    background: #f5f5f5;
}
header .row {align-items: center;}
header img {
    width: 155px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.mainmenu .btn-primary {margin-left: 10px;}
.slider-btn img {
    height: 30px;
    width: 30px !important;
}
.carousel-content p {
    color: #fff;
}
/* SLIDER SECTION CSS */
.carousel-item video {
    height: 600px;
    object-fit: cover;
    filter: brightness(0.6);
}
.carousel-content h2 {
    color: #fff;
    font-size: 55px;
    letter-spacing: 2px;
}
.carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner-desc h2 {
    font-size: 31px;
    line-height: 45px;
    letter-spacing: 1px;
    font-weight: 600;
}
.banner-desc h2 span {
    color: var(--primary);
}
.banner-desc h5 {
    background: #005bac14;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    color: var(--black);
    letter-spacing: 2px;
    font-size: 16px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    font-weight: 500;
    margin-bottom: 21px;
}
.banner-desc i {
    transform: rotate(322deg);
    color: var(--primary);
    font-size: 16px;
}

/* about us page  */
.aboutus-content {
    padding-left: 40px;
}
.aboutus-content p {
    line-height: 30px !important;
    margin-top: 20px;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    height: 430px;
}
.aboutus {
    padding: 60px 0;
}
.aboutus .leftheading {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black);
}
.aboutus-content h5 {
    background: #005bac17;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
}
.aboutus-content h5 i {
    transform: rotate(322deg);
    color: var(--primary);
    font-size: 16px;
}
.aboutus .leftheading span {
    color: var(--primary);
}

/* counter section  */
.counters {
    background: linear-gradient(90deg, #000000d4, #000000d4), url(../images/countersbgs.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 65px 0;
}
.about-counters {
    text-align: center;
    background: #ffffff1c;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    border: 1px solid var(--primary);
}
.about-counters figure {
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, var(--primary), #000);
    animation: rdseffect 3s ease-in-out alternate infinite;
    margin-bottom: 20px;
}
.about-counters img {
    width: 50px;
}
@keyframes rdseffect {
0% {
    border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%;
}
100% {
    border-radius: 70% 30% 70% 30% / 30% 70% 30% 70%;
}
}
.about-counters h3 {
    color: var(--white);
    font-size: 30px;
    letter-spacing: 1px;
}
.about-counters p {
    color: var(--white);
    letter-spacing: 1px;
}

/* featres section  */
.features {
    background: #a56e2c1f;
    padding: 60px 0;
    margin-bottom: 60px;
}
.about-features {
    background: #fff;
    padding: 20px 12px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-bottom: 2px solid var(--primary);
}
.features .row {
    row-gap: 20px;
}
.about-features figure {
    height: 70px;
    width: 70px;
    background: #00000014;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}


/* gallery section */
.ourgallery {
    padding: 0 0 60px;
}

.gallerylightboxlist {
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallerylightboxlist:hover {
    transform: scale(1.05); 
    opacity: 0.9; 
}

.gallerylightbox .row {
    row-gap: 18px;
}

.gallerylightbox .col-sm-3 {
    padding: 7px;
}

/* layout sections  */
ul#pills-tab li {
    width: 100%;
    background: linear-gradient(45deg, var(--primary), #000);
    margin-bottom: 10px;
    color: #fff;
    padding: 8px 30px;
    text-align:center;
}
ul#pills-tab {
    height: 545px;
    overflow-x: hidden;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: unset !important;
}
.layoutcnt-item img {
    height: 535px;
    border: 1px solid var(--primary);
    border-radius: 10px;
}
.layout {
    background: #c5c5c526;
    padding: 30px 0 50px;
    margin-bottom: 60px;
}
ul#pills-tab::-webkit-scrollbar {
    width: 6px;  
}

ul#pills-tab::-webkit-scrollbar-thumb {
    background-color: var(--primary);   
    border-radius: 10px;     
}

ul#pills-tab::-webkit-scrollbar-track {
    background: transparent;
}

ul#pills-tab {
    scrollbar-width: thin;        
    scrollbar-color: var(--primary) transparent;
}

/* contact us section  */
.contactus {
    margin-bottom: 60px;
}
.contactus img {
    height: 490px;
    object-fit: cover;
    border-radius: 10px;
}
footer .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    color: #000;
}
form.wpcf7-form.init {
    background: #a56e2c1c;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 3px solid var(--primary);
}

/* scanner  */
.scanner img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border: 1px solid var(--primary);
    border-radius: 10px;
}
.scanner {
    position: fixed;
    right: 0;
    bottom: 41%;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
}




/* FOOTER SECTION CSS */
footer {
    background: linear-gradient(45deg, black, #000000a6), url(../images/ftrbanners.webp);
    background-size: cover;
    background-position: center;
}
.footerlogo {
    height: 145px;
    width: 145px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.footerlogo img {
    width: 130px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: .5px;
}
footer h3:after, footer h3:before {
    background:#fff;
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    bottom: 0;
    left: 0;
}
footer h3:before {
    width: 35px;
    left: 20px;
}
footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
}
footer a:hover {
    color: var(--primary);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
    font-weight: 300;
    font-size: 15px;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 14px;
    background: #ffffff00;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 2px solid #a56e2c24;
}
.ftr-link li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
   
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
footer .col-lg-4 {
    border-right: 1px solid #ffffff14;
    padding:50px 0 40px;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
     padding:80px 0 40px;
}
footer .col-lg-2 {
    border-right: 1px solid #ffffff14;
    padding:80px 0 40px;
}
footer .col-lg-3:last-child {
    border-right: unset;
    padding-left: 35px;
}
.ftrcontact li:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
	 padding: 0;
	margin-bottom:15px;
}
.ftrcontact li a {
    font-size: 17px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
    height: 35px;
    width: 35px;
    background: #a56e2c1c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff12;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--primary);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid #000;
    border-radius: 8px;
}
#GoToTop img {
    width: 24px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

@media(max-width:991px){
header {
    position: relative;
    top: 0;
    /* background: #f5f5f5; */
}
header:before {
 display:none;
}
	.aboutus figure.aboutus-img img {
    height: 100% !important;
}
	.layout .col-sm-5 {
    width: 100% !important;
}
	.layout .col-sm-7 {
    width: 100% !important;
}
	.mainmenu .col-lg-2.d-flex.align-items-center.justify-content-end {
    display: none !important;
}
.mainmenu {
    box-shadow: unset;
    padding: 16px 0px;
}
	.mainmenu .col-sm-7 {
    margin-left: 14%;
}
	.row {
    row-gap: 20px;
}
.topbar {
    display: none !important;
}
.mainmenu .container, .container-md, .container-sm {
    max-width: 838px;
}
button#rmp_menu_trigger-573 {
    background: var(--primary) !important;
}
div#rmp-container-573 {
    background: var(--primary) !important;
}
.carousel-content {
    width: 100%;
}
#about .row {
    row-gap: 20px;
}
#products .row {
    row-gap: 20px;
}
.experiment .row {
    row-gap: 20px;
}
#careers .col-sm-5 {
    width: 100%;
}
#careers .col-sm-7 {
    width: 100%;
}
#careers .row {
    row-gap: 20px;
}
.map iframe {
    width: 100%;
}
#contactus .row {
    row-gap: 20px;
}
form.wpcf7-form.init .row {
    row-gap: 0px !important;
}
.career figure img {
    height: auto;
}
.product .nav {
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 20px;
    justify-content: center;
}
	.product .nav li {
    width: 48%;
}
	.product .nav li button {
    width: 100%;
}
footer .row {
    row-gap: 20px;
}	
.copyright p {
    text-align: center;
}	
	footer .container, .container-md, .container-sm {
    max-width: 838px;
}
	footer p {
    width: 70%;
}
	footer .col-lg-4 {
    padding: 50px 0 0px !important;
		border-right: none !important;
}
	footer .col-lg-2 {
  border-right: none !important;
    padding: 20px 0 0px !important;
}
	footer .col-lg-3 {
    padding: 20px 0 0px !important;
		border-right: none !important;
}
	
	footer .col-lg-3:last-child {
    border-right: unset;
    margin-bottom: 17px !important;
}
	.copyright p {
    width: 100%;
}
}


@media(max-width:767px){
	.nav button {
	   padding: 10px 23px;
	}
	.mainmenu {
    padding: 16px 34px;
}
	.carousel-item video {
    height: 480px !important;
    object-fit: cover;
}
	footer .container, .container-md, .container-sm {
    max-width: 538px;
}
.mainslider #carouselExampleFade img {
    height: auto;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}
.aboutus figure.aboutus-img img {
    height: 100% !important;
}
.aboutus .leftheading {
    margin-bottom: 5px;
    font-size: 30px;
}
.about-mission p {
    width: 100%;
}
}

@media(max-width:667px){
.mainslider .carousel-caption small {
    display: none;
}
.about-productimg img {
    height: 395px;
    object-fit: unset;
}
ul.experiment-btn {
    flex-wrap: wrap;
}
.about-mission figure img {
    width: 80px !important;
}
.about-mission figure {
    height: 115px;
    width: 115px;
}
.ourgallery {
    padding: 40px 0;
}
.services {
    padding: 40px 0;
}
.aboutus {
    padding: 40px 0;
}
.moreabout {
    margin-bottom: 40px;
}
.experiment {
    margin-bottom: 40px;
}
.career {
    margin-bottom: 40px;
}
	.gallerylightboxlist {
    height: 360px !important;
}
}

@media(max-width:568px){
.mainslider .carousel-caption p {
    display: none;
}
	.mainmenu .col-sm-7 {
    margin-top: -15%;
    margin-left: -5px;
}
.carousel-control-next {
    right: 10px !important;
}
.carousel-control-prev {
    left: 10px !important;
}
	.carousel-item video {
    height: 388px !important;
    object-fit: cover !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
}
.experiment {
    padding: 10px;
}
.mission {
    padding: 40px 0;
}
header img {
    width: 150px;
}
.product .nav li {
    width: 100%;
}
.product .nav {
    row-gap: 15px;
}
}
@media(max-width:479px){
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.heading, .leftheading {
    font-size: 25px;
    margin-bottom: 25px;
}
.conctform p {
    margin-bottom: 5px;
}
	.mainmenu .col-sm-7 {
    margin-top: -23%;
    margin-left: -5px;
}
	.carousel-item video {
    height: 328px !important;
    object-fit: cover !important;
}
	.aboutus .leftheading {
    margin-bottom: 2px;
    font-size: 27px !important;
}
	.aboutus-content h5 {
    padding: 7px 29px !important;
    margin-bottom: 4px !important;
}
	footer {
    padding: 0px 25px !important;
}
	
}

@media(max-width:414px){
.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 30px;
}
.aboutus .leftheading {
    margin-bottom: 5px;
    font-size: 25px;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
    height: 35px;
}
.carousel-control-prev {
    left: 0px !important;
}
.carousel-control-next{
    right: 0px !important;
}
.about-productimg img {
    height: 300px;
}
.productimg_image-info h3 {
    font-size: 16px;
    line-height: 28px;
}
ul.servicesbtn li {
    width: 100%;
    margin-bottom: 12px;
}
.about-services h3 {
    font-size: 19px;
}
.map iframe {
    height: 350px;
}
}
@media (max-width:375px){
.aboutus .leftheading {
    font-size: 22px;
}
.productinfo h3 {
    font-size: 20px;
}
.productcnt-list figure img {
    width: 45px;
}
.productcnt-list figure {
    height: 70px;
    width: 70px;
}
.map iframe {
    height: 300px;
}
	.mainmenu {
    padding: 16px 0px;
}
	.carousel-item video {
    height: 258px !important;
    object-fit: cover !important;
}
	.aboutus .leftheading {
    margin-bottom: 2px;
    font-size: 20px !important;
}
	footer p {
    width: 90% !important;
}
}
@media (max-width:360px){
	.aboutus-content {
    padding-left: 16px !important;
}
	
}

