@import url('https://fonts.googleapis.com/css2?family=Anek+Odia:wght@100..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --primary: #d69c70;
    --secondary:#243276;
    --white: #fff;
    --black: #000;
}

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

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], textarea, select, label {
    color: #dddddd;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
    font-family: "Inter", 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: #1a1a1a;
  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: "Inter", 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: "Inter", 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: "Inter", sans-serif;
    color: #000000d1;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

ul,
li,
a {
    list-style-type: none;
    font-family: "Inter", 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;
    margin-bottom: 30px;
}
.leftheading {
    margin-bottom:30px;
    color:var(--secondary);
    font-size: 45px;
}
.leftheading span{
 color:var(--primary);
}
.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;
}
.smoicons li a {
    background: #2648971c;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.smoicons li:last-child a {
    margin-right: 0;
}
.top-contact {
    column-gap: 15px;
}
.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    background: #2648971c;
    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: 16px;
}

.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;
}
header {
    position: relative;
    top: 0;
    background: #f5f5f5;
}
header .row {align-items: center;}
header img {
    width: 145px;
}
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 SECTION CSS */
.banner {
    background: var(--secondary);
    padding: 40px 0 130px;
}
.bannerimg {
    z-index: 9;
    padding: 20px;
}
.banner:before {
    position: absolute;
    content: '';
    background: url(../images/banner-shapes.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    bottom: 0;
}
.banner-desc h2 {
    font-size: 44px;
    line-height: 65px;
    letter-spacing: 1px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 25px;
}
.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 {
    color: var(--primary);
    font-size: 16px;
}
.banner-desc p {
    color: var(--white);
    border-left: 3px solid var(--primary);
    padding-left: 10px;
}
.banner-desc {
    position: relative;
    z-index: 9;
}
.startbtn {
    background: var(--primary);
    padding: 10px 22px;
    border-radius: 6px;
    margin: 20px 20px 0 0 !important;
    display: inline-block;
    color:#fff;
}
.learnbtn {
    background: #555b8e;
    padding: 10px 22px;
    border-radius: 6px;
    margin: 20px 20px 0 0 !important;
    display: inline-block;
    color:#fff;
    border:1px solid #fff;
}
.startbtn i {
    color: #fff;
    margin-left: 10px;
}
.learnbtn i {
    color: #fff;
    margin-left: 10px;
}
/* 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%;
    height: 430px;
    border-radius: 6px;
    object-fit: contain;
}
.aboutus {
    padding: 60px 0;
}
.aboutus .leftheading {
    margin-bottom: 10px;
    font-size: 47px;
    line-height: 60px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--secondary);
}

/* trust section  */

.trust .leftheading{
 width:50%;
}
.abouttrust h3 {
    font-size: 29px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 12px;
}
.abouttrust {
    border: 1px solid #24327638;
    text-align: center;
    height: 100%;
    padding: 20px 8px;
    border-radius: 3px;
    border-left: 10px solid var(--secondary);
}
.abouttrust h5 {
    font-size: 15.7px;
    line-height: 26px;
    color: var(--secondary);
}

/* about all us section  */
.aboutallus {
    margin: 100px 0 60px;
}
.aboutdescs {
    padding-left: 30px;
}
.aboutdescs .leftheading {
    font-size: 37px;
    line-height: 45px;
    margin-bottom: 20px;
}
 .subheading {
    font-size: 15px;
    margin-bottom: 20px;
}
.aboutlist li {
    margin-bottom: 20px;
    column-gap:15px;
}
.aboutlist {
    padding-left: 30px;
    margin-top: 30px;
}
.aboutlist figure {
    height: 46px;
    width: 48px;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutlist ul li:last-child img {
    width: 35px;
}
.aboutlist ul li img {
    width: 25px;
}
.aboutlist li p {
    color: var(--black);
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

/* client section  */
.client {
    background: #f9f9f9;
    padding: 35px 0 20px;
}
.client .heading span {
    color: var(--secondary);
}
.client-logo {
    padding: 15px;
}
.client-logo img {
    width: 110px !important;
}

/* services section  */
.services {
    padding: 45px 0 60px;
}
.services .leftheading {
    width: 50%;
}
.services .slick-slide img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.aboutsrvcssldr {
    border: 1px solid #d69c706b;
    border-radius: 8px;
    overflow: hidden;
}
i.fas.fa-chevron-left.slick-arrow {
    position: absolute;
    top: -20%;
    right: 70px;
    height: 40px;
    width: 40px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor:pointer;
}
i.fas.fa-chevron-right.slick-arrow {
    position: absolute;
    top: -20%;
    right: 23px;
    height: 40px;
    width: 40px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor:pointer;
}
.servicesinfo h3 {
    margin: 18px 0 22px;
    color: var(--secondary);
}
.servicesinfo ul {
    padding: 0 20px;
}
.servicesinfo ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
.servicesinfo ul li:after {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    height: 8px;
    width: 8px;
    background: var(--primary);
    border-radius: 50%;
    outline: 3px solid var(--secondary);
}
.servicesinfo .btns {
    FONT-VARIANT: JIS78;
    color: var(--secondary);
    padding: 6px 25px !important;
    border: 1px solid var(--secondary);
    border-radius: 5px;
    margin: 10px 0 0 15px;
    display: inline-block;
}
.servicesinfo {
    margin-bottom:25px;
}
.aboutsrvcssldr figure:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

/* testimonial section  */
.testimonials {
    background: url(../images/teastimonialbg.png);
    padding: 20px 0 0;
    background-size: cover;
    margin: 30px 0 60px;
    position:relative;
}
.testimonials figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.reviewprofile img {
    height: 60px !important;
    width: 60px !important;
}
.aboutreviewssldr {
    background: var(--white);
    padding: 25px;
    border-radius: 10px;
}
span.starreviews i {
    color: gold;
    margin-bottom: 20px;
    letter-spacing: 4px;
}
.reviewprofile {
    column-gap: 12px;
    margin-top: 20px;
}
.reviewprofileinfo h3 {
    font-size: 18px;
    margin: 0 0 6px 0;
}
.reviews {
    margin-top: 100px;
}
.quote {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

/* project idea section  */
.projectidea {
    background: url(../images/project-ideas.png);
    padding: 100px 0 0px;
    margin-bottom: 60px;
    background-position: bottom;
}
.mail {
    column-gap: 20px;
    margin: 25px 0;
}
.mail i {
    height: 40px;
    width: 40px;
    background: #ffffff24;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}
.mailinfo h5 {
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #fff;
}
.mailinfo a{
    color: #fff;
}
.connect h5 {
    font-size: 15px;
}
.connect ul li a {
    height: 30px;
    width: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 10px;
}
div#wpcf7-f156-o1 {
    background: var(--white);
    padding: 23px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}



/* FOOTER SECTION CSS */
footer {
    background: #171717;
}
.footerlogo img {
    width: 120px;
    margin-bottom: 20px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer h5 {
    color: var(--white);
    font-size: 15px;
    margin: 0 0 8px 0;
}
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: 20px;
    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(--secondary);
}
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 #0f3f949e;
}
.ftr-link li {
    position: relative;
    margin-bottom: 12px;
}
footer ul.hours li{
 line-height: 26px;	
}
.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 {
    padding:50px 0 40px;
}
footer .col-lg-3 {
     padding:80px 0 40px;
}
footer .col-lg-2 {
    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: #005bac3b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    padding: 10px 0;
    border-top: 1px solid #ffffff12;
    background: var(--secondary);
}
.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 #010077;
    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 {
    padding: 25px 0;
}
header:before {
 display:none;
}
.mainmenu {
    box-shadow: unset;
}
.topbar {
    display: none;
}
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;
}	
}


@media(max-width:767px){
	.nav button {
	   padding: 10px 23px;
	}
.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;
}
}

@media(max-width:568px){
.mainslider .carousel-caption p {
    display: none;
}
.carousel-control-next {
    right: 10px !important;
}
.carousel-control-prev {
    left: 10px !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;
}
}

@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;
}
}

/* gallery section */
.ourgallery {
    padding: 50px 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); /* Zoom effect */
    opacity: 0.9; /* Slight opacity change */
}

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

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






