@import"https://fonts.googleapis.com/css2?family=Great+Vibes&family=Rajdhani:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700;800;900&display=swap";
:root{
    --wood_color:#c67d4a;
    --wood_color2:#ae886e;
    --yellow:#ffc900;
    --blue:#7792a2;
}
html.body{scroll-behavior:smooth!important;}
.main-header {
    background: #ffffff91;
}
.main-header .main-menu .nav-link::before, .main-header .main-menu .dropdown-header::before{background-color:var(--wood_color)!important;}
.btn-black{background:#000;}
.text-black {color: #000!important;}
.cards {
    position: relative;
    padding:90px 0 40px;
}
/* .cards::before{
    content:'';
   background-image: linear-gradient(to bottom, #7792a2, #9cabba, #bfc5d1, #e0e1e8, #ffffff);
   width:100%;
   height:40%;
   position:absolute;
   top:0;
   left:0;
} */

.title {
    margin-top: 0;
    color:var(--blue);
    z-index: 1;
    position: relative;
}
.cards .title{margin-bottom:50px;}
.text {
    display: block;
}
.cards figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
@media (min-width: 992px){
    .cards figure {
        margin-bottom: 30px;
    }
    .cards figure figcaption {
        min-height: 300px;
    }
}
.cards figure figcaption {
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 150px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (min-width: 1200px){
    .cards figure figcaption {
        min-height: 400px;
    }
}

.cards figure figcaption:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cards figure figcaption img {
    display: none;
}

.cards figure .btn {
    position: absolute;
    /* bottom: 20px; */
    /* top: auto; */
    left:16px;
    /* -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */
}
@media (min-width: 992px){
    .cards figure .btn {
        bottom: 16px;
        top: auto;
        /* opacity: 0; */
    }
    /* .cards figure:hover .btn {
        top: 80%;
    } */
}
.cards figure:hover figcaption:before {
    opacity: 0.8;
}
.cards figure:hover figcaption {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/* .btn.btn-clean:hover {
    background-color: white;
    border-color: white;
    color: black !important;
} */
.cards figure:hover .btn {
    /* -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    /* opacity: 1; */
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cards figure .btn {
    display: inline-block;
    /* font-weight: 400; */
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.btn-clean {
    background-color: white!important;
    /* border-color: white; */
    color:#000!important;
}
.button {
    /* display: block; */
    display:inline-block;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    color: #37474f;
    border-color: #37474f;
}
.button--round-l {
    border-radius: 40px;
}
.button.button--aylen {
    background:var(--blue);
    color: #fff;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding: 16px 15px;
    border-radius: 3px;
}
.button--aylen::before, .button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
    background:#ac6a3c;
}
.button--aylen::after {
    background:var(--wood_color);
}
.button--aylen:hover {
    color: #fff;
}
.button--aylen:hover::before, .button--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

.banner {
    margin-top:70px;
    position: relative;
    color: white;
}
.banner .banner-image {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    background-position: center;
    background-size: cover;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
@media (min-width: 992px){
    .banner .banner-image {
        /* padding-top: 100px; */
        padding-bottom: 100px;
    }
}



footer{
    position: relative;
    background-size:cover;
    /* background-position:bottom; */
    background-position: center;
}
footer::before{
    content:'';
    background:#000000c7;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
}
.hover-blue{color:var(--blue)}
.list-unstyled li a{font-size:15px}
.about {
    position: relative;
    color:var(--wood_color);
    font-weight: 300;
    font-size: 14px;
    margin:0;
}
.about::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -306px;
    width: 300px;
    height: 1px;
    background: var(--wood_color);
}
.listUl {
    padding-left: 18px;
    margin-top: 20px;
}
.listUl li {
    font-size: 18px;
    margin-top: 11px;
}

.instagram {
    position: relative;
    margin-bottom: 60px;
}
h6, .h6 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (min-width: 1200px){
    h6, .h6 {
        font-size: 14px;
        margin-top: 28.57143px;
        margin-bottom: 13.33333px;
    }
}
@media (min-width: 1336px){
    h6, .h6 {
        font-size: 15px;
        margin-top: 33.33333px;
        margin-bottom: 13.33333px;
    }
}
header .title:last-child {
    margin-bottom: 0;
}
.main-header .main-menu .nav-item{padding: 0 9px;}
.main-header .main-menu .nav-item:last-child{padding-right:20px;}
.instagram .gallery {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.instagram .gallery .item {
    width: 33.33333%;
    float: left;
    overflow: hidden;
    border: 1px solid #f2f0f0;
}
@media (min-width: 768px){
    .instagram .gallery .item {
        width: 16.66667%;
    }
}
.instagram .gallery .item img {
    width: 100%;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.instagram .gallery .item:hover img {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.instagram h2 {
    text-align: center;
    margin-top: 0;
    color: #3a3d45;
    color:var(--wood_color);
    z-index: 1;
    position: relative;
    padding-bottom: 40px;
}
.instagram h2 i{color:var(--blue);}

.clentsSay{
    background-color: #dedbd2;
    /* margin: 50px 0 0px; */
}
.clientsOuter{
    padding:25px;
}
.card.clientsBox{
    background-color:#fff;
    height:100%;
    padding:20px;
    border:0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* box-shadow: rgba(119, 146, 162, 0.35) 0px 5px 15px;
    box-shadow: rgba(198, 125, 74, 0.35) 0px 5px 15px; */
    align-items: center;
}
.card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.queryImg{
    position: absolute;
    left: -80px;
    top: 0;
}
.queryFormBox {
    padding: 40px 0;
}
.form-control{
    height:49px;
}
.mediaBox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}
.mediaBox a {
    color:#fff;
    background:var(--blue);
    width: 35px;
    height: 33px;
    text-align: center;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mediaBox a:hover{
    background:var(--wood_color);
    color: #000;
}
.ibox{
    display: flex;
    /* align-items: center; */
    gap: 10px;
}
.ibox i{
    margin-top:8px;
    color:#fff;
}
.factBox .title {
    margin-top: 15px;
}
.border-1{
    border-top:1px solid #fff;
    padding-top: 13px;
}
.factsChair h4{
    font-style: italic;
    font-weight: 600;
    color: var(--yellow);
    position: relative;
    display: inline-block;
    /* border: 1px solid #ffc931; */
    /* padding: 0 9px; */
    margin-left:0px;
    margin-top:20px;
}
.factsChair h4 i{
    position: relative;
}
.factsChair h4 i.f{
    top:-10px;
}
.factsChair h4 i.s{
    top:10px;
}

.factsChair h4 i.c {
    position: absolute;
    opacity: 0.3;
    /* top: -9px; */
    /* left: 0; */
   
    font-size:19px;
    color: #c57e4a;
    color: var(--yellow);
}
.factsChair h4 i.b {
    top: auto;
    /* bottom: -9px; */
    right:-21px;
}
.factsChair h4 i.t {
    left:-19px;
}


.beliBox{
    display:flex;
    align-items: center;
    gap: 15px;
}
.beliBox > div{
    width: calc(100% - 100px);
}
/* .BannerBox .slick-list{
    height: 566px!important;
} */
.peron-name{color:var(--wood_color);}

.factBox{position: relative;width:525px;padding-left: 65px;}
.factBox::before,
.factBox::after{
    content:'';
    position:absolute;
    width:525px;
    height:78px;
    left:0;
    background-repeat:no-repeat;

}
.factBox::before{
    background-image:url('../images/toparrow.webp');
    top:-71px;
}
.factBox::after{
    background-image:url('../images/bottomarrow.webp');
    bottom: -90px;
    left: 0;
}
.pos-fixed-bottom-right{
    bottom: 50px;
    right: 30px;
}
.fillexSec{
    height:95vh;
    background-size:cover;
    position: relative;
    background-attachment:fixed;
    margin-top:80px;
}
.fillexSec::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
}
.fillexSec h4{
    color:#fff;
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 48px;
    font-weight: 500;
}
.whatsaap {
    /* position: fixed; */
    /* bottom: 49px; */
    /* left: 11px; */
    z-index: 9;
}
.whatsaap img {
    filter: drop-shadow(2px 2px 3px black);
}
.call_icon {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes wobble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    5% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
        -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
    }

    10% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
        -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
    }

    15% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
        -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
    }

    20% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    }

    85% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
        -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
    }

    90% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.cata {
    width: 117px;
    height: 117px;
    position: fixed;
    left: 10px;
    bottom: 45px;
    z-index: 999    ;
    background: var(--blue);
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    opacity:0;
}
.cata.in{opacity: 1;}
.cata:hover{  background: var(--wood_color);}
.cata a {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    padding: 11px 6px 11px 10px;
    /* border-radius: 20px; */
    flex-direction: column;
}
.cata a img {
    width: 55px;
}
.cata h6 {
    margin: 0;
    color: #fff;
}
.cata:hover{
    right:0;
}
.cata::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px dashed #fbfeff;
    width: 110px;
    height: 111px;
    border-radius: 50%;
    z-index: -1;
}








.mediaLeftBox {
    position: fixed;
    top: 50%;
	transform:translateY(-50%);
	z-index: 999;
	right: 0;
}
.mediaLeftBox a {
    text-decoration: none;
    width: 40px;
    display: block;
}
.mediaLeftBox a .flex-container {
    position: relative;
    padding: 0;
    margin: 6px 0 0 0;
    list-style: none;
    display: flex;
    height: 50px;
    width: 220px;
    justify-content: left;
    left:-28px;
    transition: left 1s;
    background: var(--wood_color);
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding:35px 7px 35px 7px;
    border-radius: 7px 0 0 7px;
}
ul.flex-container.lng{
	height: 65px;
}
ul.flex-container li:first-child {
    margin-right: 10px;
    width: 56px;
}
.mediaLeftBox a .flex-container .flex-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.mediaLeftBox a .flex-container .flex-item small {
	color:#fff;
    font-size: 16px;
    font-weight: 500;
	line-height: 19px;
}
.mediaLeftBox .fa-lg {
	font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -0.0667em;
}
.mediaLeftBox a .flex-container:hover {
    left:-180px;
	background:var(--blue);
}
.mediaLeftBox a .flex-container:hover i,
.mediaLeftBox a .flex-container:hover small{
	color:#fff;
}
.mediaLeftBox a .flex-container i,.lng .flex-item i{
	font-size: 26px;
}
.mediaLeftBox a .flex-container:hover .goog-te-gadget, .mediaLeftBox a .flex-container:hover .goog-logo-link {
    color: #000!important;
}

.lng .flex-item i {
    color: #fff;
}
.plAb{
    padding-left: 2.375rem !important;
}
.aboutSec p{text-align:justify;}
.navbar-dark .navbar-toggler,.navbar-dark .nav-search{color:#000!important;}
.main-header .sticky-logo,.sticky .normal-logo{display:block;}
.pageTopHead {
    height: 454px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.bgBfter{position: relative;z-index:1;}
.bgBfter::before{
    content:'';
    background:#000;
    opacity:0.6;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}
.bgBfter h1{color:#fff;}
.pageTopHead .pageHeadContent{
    width: 100%;    
}
.breadCrumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #7792a2;
    opacity: 0.9;
}
.breadCrumbs ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 15px 0;
    margin: 0;
}
.breadCrumbs ul li{
    position: relative;
}
.breadCrumbs ul li,.breadCrumbs ul li a{
    color:#fff;
    font-size:17px;
}
.breadCrumbs ul li:not(:last-child)::after {
    content: '/';
    position: absolute;
    top: 0;
    right: -21px;
    z-index: 1;
}
/* about page style here */
.aboutPage,.missonObjectives{padding:70px 0;}
.secFixed{padding:70px 0;background-size:cover;background-attachment: fixed;background-position:center;}
.secFixed p{color:#fff;text-align:justify;}
.missonObjectives{position: relative;}
.missonObjectives ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    padding-left: 0;
    counter-reset: section;
    list-style:none;
}
.missonObjectives ul li {
    padding-right: 20px;
    background:var(--blue);
    color: #fff;
    padding:10px 20px 10px 40px;
    position: relative;
    border-radius:5px;
    overflow:hidden;
    background-image:url(../images/shape-5.webp);
    background-size: cover;
}
.missonObjectives ul li::before {
    counter-increment: section;
    content: "" counter(section) ". ";
    position: absolute;
    width: 30px;
    height: 100%;
    color: #fff;
    background:var(--wood_color);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    font-weight:500;
    border-radius:5px 0 0 5px 0;
}
.missonObjectives ul li:nth-child(1)::before,
.missonObjectives ul li:nth-child(4)::before,
.missonObjectives ul li:nth-child(5)::before,
.missonObjectives ul li:nth-child(8)::before,
.missonObjectives ul li:nth-child(9)::before{
    background:var(--blue);
}
.missonObjectives ul li:nth-child(1),
.missonObjectives ul li:nth-child(4),
.missonObjectives ul li:nth-child(5),
.missonObjectives ul li:nth-child(8),
.missonObjectives ul li:nth-child(9){
    background:var(--wood_color);
}
/* about page style end here */
/*contact page style here */
.contactBox{box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;height:100%;padding:10px 0;}
.contactForm{box-shadow:rgba(0, 0, 0, 0.35) 4px 2px 8px;padding-top:15px;}
.contactForm .row{row-gap:20px;}
.button.button--aylen.submitBtn {padding: 15px 30px;}
.missonObjectives .shapeRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 695px;
    height: 100%;
    opacity: 0.5;
    background-image: url('../images/shape-6.webp');
    background-size: cover;
}

/*contact page style end here */
/*clients page style here */
.clientsPage{padding:70px 0;}
.clientsPage .row{row-gap: 30px;}
.clientsBoBoder {border: 1px solid #eaeaea;padding: 20px;height: 100%;display: flex;align-items: center;justify-content: center;text-align: center;transition:all 0.5 linear;}
.clientsBoBoder:hover{border-color:var(--blue);}
/*clients page style end here */
/*projectsPage page style here */
.projectsPage{padding:70px 0;}
.projectsPage .row{
    row-gap:30px;
}
.projectsPage h4 {
    font-size: 28px;
    margin: 0;
}
.projectsPage .poster {
    position: relative;
    display: inline-flex;
  }
.projectsPage .poster:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../images/amante-poster.webp');
    background-size: cover;
    transition: 1s ease;
    opacity: 0.9;
    cursor: pointer;
    width: 85%;
}
.projectsPage .poster-active:after {
    opacity: 0;
    pointer-events: none;
}
.projectsPage .poster2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../images/shree-poster.webp');
    background-size: cover;
    transition: 1s ease;
    opacity: 0.9;
    cursor: pointer;
    width: 117%;
    height: 100%;
}
.projectsPage .poster-active2:after {
    opacity: 0;
    pointer-events: none;
}
.poster2 {
    width: 315px;
}


.card .modal-body {
    padding: 0;
}
.card .modal-content{
    width: max-content;
    height: 552px;
}
.card .modal-content .close {
    position: absolute;
    right: 3px;
    z-index: 9;
    color: #000;
    font-size: 30px;
    font-weight: 300;
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 30px;
}
.card button {
    background: transparent;
    border: none;
}





/* projectsPage page style end here */
/*productPage page style here */
.productPage{padding:70px 0;}
.productPage p{text-align:justify;}
/*productPage  page style end here */
/*  page style here */
.whatsaapPhone{display:none;}
/*  page style end here */