@font-face {
    font-family: 'OceanSansStd';
    src: url(https://thewebsitedemo.in/assets/Fonts/OceanSansStd-SemiboldIta.otf);
}
/* @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
p{
    color: #767676;
    font-size: 18px;
    line-height: 28px;
    font-family: "Libre Franklin", sans-serif;
    /* font-style: italic; */
    /* font-weight: 600; */
}
ul li{
    color: #767676;
    font-size: 18px;
    line-height: 28px;
   font-family: "Libre Franklin", sans-serif;
    /* font-style: italic; */
/*     font-weight: 600; */
    margin-bottom: 15px;
}
.about-big-font p{
    color: #767676;
    font-size: 30px;
    line-height: 35px;
  font-family: "Libre Franklin", sans-serif;
    /* font-style: italic; */
    font-weight: normal;
}
h1,h2,h3,h5{
    color: #767676 !important;
    font-size: 40px;
    text-align: left;
    font-weight: 500 !important;
    /* font-family: 'OceanSansStd', serif !important; */
    /* font-style: italic; */
}
section{
    padding: 30px 20px;
}
.header-outer{
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #000;
    position: sticky;
    top: 0;
    z-index: 999;
}
.header-right {
    width: 70%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.header-left {
    width: 30%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.header-left img{
    width: 200px;
}
.header-outer .container{
    display: flex;
    justify-content: space-between;
}
.header-right ul#mega-menu-menu-1{
    display: flex;
    justify-content: space-evenly;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
    padding: 0px 20px !important;
    list-style: none;
    position: relative;
    border-right: 1px solid #000;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child{
    border-right: 0px;
}
/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #000;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child::after{
    opacity: 0;
} */
.header-right ul#mega-menu-menu-1 li a{
    color: #000;
}

#mega-menu-wrap-menu-1 {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
}
#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    background: #fff !important;
}
.mega-current_page_item {
    background-color: transparent;
    font-weight: 500;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-page_item>a.mega-menu-link {
    background: transparent;
    color: #B71E4E !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent;
    color: #fff;
    font-weight: 600;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent !important;
    font-weight: 600 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    text-transform: uppercase;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus{
    background:transparent;
    color: #B71E4E;
    font-weight: 600;
}

.about-founder-outer .about-founder-inner{
    background-color: #4a4a4a;

}
.about-founder-outer .about-founder-inner .about-founder-content .about-founder-description p{
    color:#fff;
    font-size: 30px;
    line-height: 50px;    
}
.about-founder-outer .about-founder-inner .about-founder-content .about-founder-name p{
    font-size: 18px;
    color: #fff;
}
.about-founder-outer .about-founder-inner .about-founder-img{
  display: flex;
  justify-content: end;
  align-items: end;
  width: 30%;
}
.about-founder-content{
  width: 70%;
}
.about-founder-outer .about-founder-inner .about-founder-img img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.contact-form-outer .contact-form-content form p label{
    width: 100%;
    font-size: 18px;
}
.contact-form-outer .contact-form-content form p input.wpcf7-submit{
    background: #B71E4E;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    /* font-style: italic; */
    font-family: 'Lora', serif;
    transition: all .5s ease;
    border: 1px solid #B71E4E;
    margin-top: 0px;
}
.contact-form-outer .contact-form-content form p input.wpcf7-submit:hover{
    background: #fff;
    color: #B71E4E;
}
.contact-form-outer .contact-form-content form{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact-form-outer .contact-form-content form p input{
    border-radius: 5px;
    background-color: #fff;
    border:1px solid #c5c5c5;
    color: #000;
    padding: 0px 10px;
    height: 40px;
    margin-top: 10px;
}
.contact-form-outer .contact-form-content form p input:focus-visible{
    outline: none;
    border: 1px solid #000;
}
.contact-form-outer .contact-form-content form p textarea{
    border-radius: 5px;
    background-color: #fff;
    border:1px solid #c5c5c5;
    color: #000;
    padding:10px;
    height: 130px;
    margin-top: 10px;
}
.contact-form-outer .contact-form-content form p textarea:focus-visible{
    outline: none;
    border: 1px solid #000;
}
.ourwork-content h4{
    color: #000;
    font-family: "Libre Franklin", sans-serif;
    /* font-style: italic; */
    font-weight: 600;
    font-size: 30px;
    margin: 0px;
    margin-top: 20px;
    line-height: 5px;
}
.ourwork-tags ul{
    margin-top: -10px !important;
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
}
.ourwork-tags ul li{
    list-style: none;
    border: 1px solid #B71E4E;
    padding: 5px 10px;
    border-radius: 40px;
   font-family: "Libre Franklin", sans-serif;
    /* font-style: italic; */
    font-weight: Normal;
    font-size: 16px;
    background-color: #fff;
    color: #B71E4E;
    text-align: center;
    margin-bottom: 0px;
}
.ourwork-tags ul li:hover{
    background-color: #B71E4E;
    color: #fff;
    border: 1px solid #B71E4E;
    transition: .4s;
}
.our-works-grid{
    margin-bottom: 30px;
}
.ourwork-img{
    overflow: hidden;
}
.ourwork-img img{
    width: 100%;
    height: 100%;
}
.ourwork-img:hover img{
    transform: scale(1.2);
    transition: 0.7s;
}

.our-works-outer .row{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}
.our-works-outer .row .our-works-grid{
  grid-column: span 6 / span 6;
}
.our-works-outer .row .our-works-grid.big{
  grid-column: span 12 / span 12;
}
.ourwork-title p{
    font-size: 18px;
    color: #000;
}
.contact-form-outer .contact-form-right .elementor-element-populated{
    background-color: #B71E4E !important;
}
.contact-form-outer .contact-form-right p{
    color: #fff;
}
footer#colophon {
    background: #fff;
    width: 100%;
    float: left;
    max-width: 100%;
    padding: 0px;
}
.footer_outer {
    padding: 50px 0px;
    background-color: #939598;
}
.footer-bottom {
   
    margin: 0 !important;
    background: #bc1c4e;
}
.footer_outer .row {
    gap: 30px;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
}
#colophon .footer_common .widget_media_image {
    padding-bottom: 30px;
}
.footer_common li {
    list-style-type: none;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
font-family: "Libre Franklin", sans-serif;
    /* font-style: italic; */
    margin-bottom: 0px;
}
.footer_one img {
    width: 200px !important;
}
#colophon .footer_common p {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.footer-bottom p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.footer_common h3{
    font-size: 25px;
    color: #000 !important;
}
.footer_three.footer_common {
    display: none;
}
.footer_common h2{
    font-size: 25px;
    color: #000 !important;
}

.footer_common ul li a{
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  font-family: "Libre Franklin", sans-serif;
    /* font-style: italic; */
}
.footer_common ul li a:hover{
    color: #B71E4E;
    transition: .4s;
}
.elementor-element.elementor-element-53b82d4.e-con-full.contact-map-outer.e-flex.e-con.e-parent.e-lazyloaded{
    padding: 0px;
}

.page-header {
    display: none;
}
.ourwork-content {
    background: #fff;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
    padding: 20px;
}
.lf-benefits-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.elementor-element.lf-benefits-list ul li {
    list-style: none;
    margin-top: 0px;
    color: #B71E4E;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    padding: 12px 10px;
    border-radius: 12px;
    border: 1px solid #B71E4E;
    display: block;
    width: auto;
    background-color: #fff;
   font-family: "Libre Franklin", sans-serif; 
    /* font-style: italic; */
    float: left;
    margin-right: 10px;
}

.elementor-element.job-opening-section div.awsm-grid-item a.awsm-job-item {
    background: #fff;
    border-radius: 26px;
    border: 1px solid #707070;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    -webkit-transition: all 0.3s 
ease;
    transition: all 0.3s 
ease;
}
.elementor-element.job-opening-section div.awsm-grid-item h2.awsm-job-post-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    position: relative;
    color: #000 !important;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}
.awsm-job-specification-wrapper {
    padding-top: 30px;
}
a.awsm-job-item .awsm-job-specification-item {
    color: #4c4c4c;
    font-size: 16px;
font-family: "Libre Franklin", sans-serif;
    /* font-style: italic; */
}
.elementor-element.job-opening-section span.awsm-job-more {
    color: #095bad;
    margin: 10px 0 0;
    display: inline-block;
}
.elementor-element.job-opening-section div.awsm-grid-item a.awsm-job-item:hover {
    box-shadow: 6px 10px #B71E4E;
    background: transparent;
}
.elementor-element.job-opening-section div.awsm-grid-item a.awsm-job-item:hover h2{
    color: #B71E4E !important;
}
.awsm-selectric .label{
    color: #000;
    font-size: 16px;
    font-family: "Libre Franklin", sans-serif;
    /* font-style: italic; */
}
.awsm_job_openings{
    padding: 30px 20px;
}
.awsm-job-entry-content ul{
    padding-left: 15px;
}
.awsm-job-specification-wrapper{
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.awsm-job-specification-label strong{
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-family: 'OceanSansStd', serif;
    /* font-style: italic; */
    font-weight: 600;
}
.awsm-job-specification-term{
    color: #767676;
    font-size: 16px;
    line-height: 28px;
    font-family: 'OceanSansStd', serif;
    /* font-style: italic; */
    font-weight: 600;
}
.awsm-job-form-group label{
    color: #767676;
    font-size: 18px;
    line-height: 28px;
    font-family: 'OceanSansStd', serif;
    /* font-style: italic; */
    font-weight: 600;
}
#awsm-application-submit-btn{
    background: #B71E4E;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    /* font-style: italic; */
    font-family: 'Lora', serif;
    transition: all .5s 
ease;
    border: 1px solid #B71E4E;
    margin-top: 0px;
}
#awsm-application-submit-btn:hover{
    background: #fff;
    color: #B71E4E;
}
.awsm-job-form-group input{
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    color: #000;
    padding: 0px 10px;
    height: 40px;
    margin-top: 10px;
}
.awsm-job-form-group input:focus-visible{
    outline: none;
    border: 1px solid #000;
}
.awsm-job-form-group textarea{
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    color: #000;
    padding: 10px;
    height: 130px;
    margin-top: 10px;
}
.awsm-job-form-group textarea:focus-visible{
    outline: none;
    border: 1px solid #000;
}
.awsm-job-inline-group{
    display: flex;
    align-items: center;
    gap: 10px;
}
.awsm-job-inline-group input{
    margin: 0px;
    margin-right: 0px !important;
}
.awsm-job-inline-group label{
    margin-bottom: 0px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close:before{
    color: #B71E4E;
}
.mega-toggle-blocks-right {
    background: #B71E4E;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
    background-color: #fff;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
    background-color: #fff;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
    background-color: #fff;
}
.elementor-67 .elementor-element.elementor-element-42b73af2 .elementor-icon-list-icon svg{
  fill: #fff !important;
}
figure.swiper-slide-inner {
    position: relative;
}
figcaption.elementor-image-carousel-caption {
    position: absolute;
    bottom: 40px;
    z-index: 9;
}
.page-id-12465 .site-footer{
    display: none;

}
.footer-bottom-top {
      background: #939598
    align-items: end;
    text-align: right;
   
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 30px;
}
    

.footer-bottom-top img {
    width: 76%;
    padding-left: 70px;
}

figcaption.elementor-image-carousel-caption h2{
    color: #fff !important;
    font-family: "Libre Franklin", sans-serif;
    margin-left: 65px;
    font-size: 80px;
    line-height: 70px;
    font-style: normal;
}
.page-content .banner-outer{
    padding: 0px;
}
.pagination{
    justify-content: center;
    gap: 15px;
}
.pagination a{
    border: 1px solid #B71E4E;
    padding: 4px 10px;
    border-radius: 5px;
    background: #fff;
    color: #B71E4E;
}
.pagination span.current{
    border: 1px solid #B71E4E;
    padding: 4px 10px;
    border-radius: 5px;
    background-color: #B71E4E;
    color: #fff;
}
.footer_four ul li{
    position: relative;
	padding: 0px;
    padding-left: 25px;
}
.footer_four ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
/*     background: url(https://thewebsitedemo.in/signetnew/wp-content/uploads/2025/11/call-1.png); */
    background-position: center;
    background-size: cover;
}
.footer_four ul li:nth-child(2)::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
/*     background: url(https://thewebsitedemo.in/signetnew/wp-content/uploads/2025/11/mail.png); */
    background-position: center;
    background-size: cover;
    margin-top: 5px;
}
.footer_four ul li:nth-child(3)::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
/*     background: url(https://thewebsitedemo.in/signetnew/wp-content/uploads/2025/11/call-1.png); */
    background-position: center;
    background-size: cover;
    margin-top: 5px;
}

.contact-content-outer .contact-content-inner{
    padding: 0;
}
.contact-content-outer .contact-content-inner .contact-description{
    padding: 0;
}
.contact-content-outer .e-con-inner{
    padding-top: 20px;
}
.whats-app-outer {
    float: right;
    margin-right: 0px;
    position: fixed;
    bottom: 95px;
    right: 2px;
    z-index: 999;
    cursor: pointer;
}
.whats-app-outer img {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 75px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 10px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: 
ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse{
0% {
   box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1.10456px;
}
50% {
    box-shadow: rgba(37, 211, 102, 0.384) 0px 0px 0px 3.29528px;
}
100% {
    box-shadow: rgba(37, 211, 102, 0.047) 0px 0px 0px 12.667px;
}
}

.page-id-3 .site-main{
    padding: 30px 0px;
}
.page-id-3 .page-content p{
  font-family: 'OceanSansStd', serif;
}
.page-id-3 .page-content ul{
    padding-left: 20px;
}




@media (max-width:992px){
.ourwork-tags ul li{
   padding: 5px 15px;
   font-size: 13px;
}

figcaption.elementor-image-carousel-caption h2{
    font-size: 45px;
}
}

@media (max-width: 768px) {
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    opacity: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
    border: none;
}
}

@media (max-width:767px){
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
        background: #fff;
        height: 100%;
        max-height: 100%;
        gap: 0;
        display: block !important;
    }
p{
    font-size: 18px;
    line-height: 25px;
}
h1,h2,h3{
    font-size: 25px;
}
section {
    padding: 15px 0px;
}
.our-works-outer .row{
    display: block;
}

.ourwork-tags ul li{
    padding: 5px 7px;
}
.ourwork-content{
    padding: 13px;
}
.footer_outer .row{
    grid: none;
    gap: 0px;
}
.ourwork-content h4{
    margin-top: 0px;
    line-height: 40px;
}
#colophon .footer_common p{
    font-size: 16px;
    margin-bottom: 0px;
}
#colophon .footer_common .widget_media_image{
    padding-bottom: 0px;
}
.footer_common h3{
    font-size: 20px;
}
.footer_common ul li a{
    font-size: 16px;
    line-height: 15px;
}
.footer-bottom p{
    font-size: 14px;
}
.header-left{
    width: 50%;
}
.header-right{
    width: 50%;
}
.about-big-font p{
    font-size: 18px;
    /* line-height: 25px; */
}
.about-founder-outer .about-founder-inner .about-founder-content .about-founder-description p{
    font-size: 18px;
    line-height: 25px;
}
.elementor-element.elementor-element-214fbd5.e-con-full.contact-content-inner.e-flex.e-con.e-child{
    gap: 0px;
    padding: 0px;
}
.awsm-job-form-inner{
    padding: 20px;
}
.footer_common li{
    margin-bottom: 0px;
}
figcaption.elementor-image-carousel-caption h2{
    margin-left: 10px;
    font-size: 30px;
}
figcaption.elementor-image-carousel-caption {
    position: absolute;
    bottom: -5px;
    z-index: 9;
}
.about-founder-outer .about-founder-inner .about-founder-img{
    width: 100%;
}
.about-founder-outer .about-founder-inner .about-founder-img img{
    height: 100%;
}
}
@media (max-width:480px){
.elementor-element.lf-benefits-list ul li{
    font-size: 14px;
}
}

.our-works-heading p{
    font-size: 30px;
    line-height: 40px;
}
@media (max-width:360px){
    .pagination a{
        padding: 4px 8px;
    }
    .pagination span.current{
        padding: 4px 8px;
    }
}


