 @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');

@import url('https://fonts.googleapis.com/css2?family=Ysabeau+Office:wght@200&display=swap');

/* @font-face {
    font-family: 'Bodoni';
    src: url('../font/Bodoni-72-OS.ttc') format('truetype');
} */

@font-face {
     font-family: 'HelveticaLT Std Bold';
    src: url('../fonts/HelveticaLTStd-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:  'Ysabeau Office';
    src: url('../fonts/YsabeauOffice-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
   

}


*{
    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-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;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	z-index: 999 !important;
}
.elementor-widget-image-carousel .swiper {
    position: fixed !important;
    left: 0px;
    right: 0px;
    z-index: 9;
}
.elementor-element.banner-outer {
	z-index: 99 !important;
}
.header-right {
       display: flex;
    align-items: center;
}
.header-left {
    
    display: flex;
    justify-content: start;
    align-items: center;
}
.header-left img{
    width: 250px;
}

.header-outer .container {
max-width: 100%;
}

.header-outer .container{
     display: grid !important;
    grid-template-columns: 1fr 1fr;
    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 #mega-menu-menu-1 > li.mega-menu-item:first-child {
    padding-left: 0px !important;
} */

#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: #00aeef !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;
    color:#B71E4E;
}
#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: #00aeef;
    font-weight: 600;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    display: none;
}

 .header-outer {
    position: fixed;
    left: 0;
    right: 0;
}  

.owl-carousel-outer {
    width: 100%;
    padding: 40px 0;
    background: #fff;
     
    height: 100vh !important;  
    overflow: hidden;
}

.owl-carousel-outer,
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
    height: 100vh;
}


.slider-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0px;
    width: 100%;
    height: 100vh;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px; 
}
.slider-right {
    position: absolute;
    width: 50%;
    right: 0px !important;
}




.slider-left h2 {
    font-size: 70px;
    line-height: 1.0;
    color: #000 !important;
    
	margin: 0px;
	letter-spacing: -1.5px;
	height: 60%;
	 font-family: 'Ysabeau Office', sans-serif;
    font-weight: 100 !important;
	text-transform: uppercase;
}

.slider-left h2 span {
    font-size: 60px;
    line-height: 1.0;
    color: #000 !important;
    font-weight: 600 !important;
    letter-spacing: -1.5px;
    font-family: 'Helvetica' ;
}

.slider-left {
    display: flex;
    align-items: center;   
    height: 100%;
  
}



.slider-right img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}


.item {
    background: transparent;
    height: auto;
    display: block;
    padding: 0;
}



.owl-dots {
    display: none;
}
	
	.slider-left {
		position: relative;
	}
	.slider-left p {
		position: absolute;
		top: 55px;
		left: 0px;
		color: #00aeef;
/*           font-family: 'HelveticaLTStd';
          font-weight: 700; */
	}

section.our-works-heading {
    padding-top: 130px;
}

.scroll-top-section {
    float: right;
    margin-right: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    cursor: pointer;
}

button#scrollToTop {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 0;
    outline: none;
    border-radius: 50%;
    background-color: #ed0683;
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
        padding-top: 6px
}

.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: #00aeef;
    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 #00aeef;
    margin-top: 0px;
}
.contact-form-outer .contact-form-content form p input.wpcf7-submit:hover{
    background: #fff;
    color: #00aeef;
}
.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: 0px;
}
.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_four.footer_common p {
    font-size: 22px !important;
}

.footer-bottom-right img {
    width: 40%;
    padding-bottom: 14px;
}

.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: #00aeef;
    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: 'OceanSansStd', 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: 'OceanSansStd', 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;
} */
    
h2.elementor-heading-title {
    font-family: "Libre Franklin", sans-serif;
}



.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 #ed0683;
    padding: 4px 10px;
    border-radius: 5px;
    background: #fff;
    color: #ed0683;
}
.pagination span.current{
    border: 1px solid #ed0683;
    padding: 4px 10px;
    border-radius: 5px;
    background-color: #ed0683;
    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: "Libre Franklin", sans-serif;
}
.page-id-3 .page-content ul{
    padding-left: 20px;
}


.page-id-12465 .scroll-top-section {
    display: none;
}

.page-id-67 .scroll-top-section {
    display: none;
}

.page-id-14720 .scroll-top-section {
    display: none;
}

.page-id-22 .scroll-top-section {
    display: none;
}


.single_media_content.gallery-container ul li {
    padding-top: 50px;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}


.service-grid-inner{
    position: relative;
  
}

.service-grid{
    border:1px solid #ed0683;
    border-radius:26px !important;
    box-shadow:-7px 11px #ed0683;
    background:#fff;
    padding:25px;
    height: -webkit-fill-available;
    transition: all .35s ease;
    transform-origin:center;
    position:relative;
    z-index:1;
}

/* Hover */
/* .service-grid:hover{
    transform: scale(1.10);
    z-index:10;
} */


.service-grid-content ul li {
    list-style-type: none;
	padding: 0px;
    margin: 0px;
	color: #000;
}

.service-grid-content h4 {
    color: #000;
	font-family: "Libre Franklin", sans-serif;
}

.our-service-tittle h3 {
    color: #000 !important;
}

.service-grid-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    overflow: visible;
        padding-top: 20px;
}

.Thinking-inner {
    padding-top: 50px;
}
    .ourthinking-content p {
    font-size: 30px;
    line-height: 35px;
    font-family: "Libre Franklin", sans-serif;
    padding-top: 30px;
}

.ourthinking-title h3 {
    color: #000 !important;
    padding-bottom: 20px;
}

section.our-service-outer {
    padding-top: 95px;
    padding-bottom: 70px;
}

.our-service-outer h3 {
    color: #000 !important;
}

.work-navigationsss {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.work-navigationsss .nav-next {
    display: flex;
    align-items: center;
}

/* Push NEXT button to right */
.nav-next {
    margin-left: auto;
}


.white-popup {
  
  width: auto;
  max-width: 760px;
  margin: 20px auto;
  transition: 1s all;
  border: 1px solid #00b2f0;
  border-radius: 26px !important;
  box-shadow: -7px 11px #00b2f0;
  background: #fff;
  padding: 43px;
  height: 365;
  transition: all .35s ease;
  transform-origin: center;
  position: relative;
  z-index: 1;
 
}

.white-popup ul li {
        list-style-type: none;
    line-height: 20px;
    color: #000;
    font-size: 25px;
}

.single_media_content.gallery-container ul {
    list-style-type: none;
}

.white-popup ul {
    padding-top: 10px;
}

/* .mfp-bg {} */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
} 

.mfp-close-btn-in .mfp-close:hover {
    color: #333;
}

.white-popup h4 {
    color: #000;
        font-size: 35px;
	font-family: "Libre Franklin", sans-serif;
}


@media (min-width: 768px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child {
    padding-left: 0px !important;
  }
	.footer-bottom-last .footer-bottom-middle {
		padding-left: 27px;
	}
	#colophon .footer_one.footer_common p {
		font-size: 24px;
	}
}

@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;
}
	.footer_one.footer_common p {
    font-size: 28px !important;
}

}

@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;
       
    }
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: 60%;
    z-index: 99;
}
.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%;
}

   .header-outer {
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #000;
    position: relative;
    top: 0;
    z-index: 999;
}

section.our-works-heading {
    padding-top: 25px;
}
.gallery-content-outer {
    margin-top: 10px !important;
}

.page-content .awsm-job-single-wrap .awsm-job-content .awsm-job-entry-content.entry-content h3 {
    color: #000 !important;
    font-size: 30px;
    padding-top: 0px !important;
}

.service-grid-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    overflow: visible;
    padding-top: 20px;
}

section.our-service-outer {
    padding-top: 20px;
    padding-bottom: 70px;
}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    padding: 0px;
    text-transform: uppercase;
}

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left {
        flex: none;
        justify-content: flex-start;
    }
    .mega-toggle-blocks-center {
    display: none !important;
}

    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        flex-direction: column;
        flex-wrap: nowrap;
        background-color: #222;
        padding: 0px;
        display: none;
        position: fixed;
        width: 400px;
        max-width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        top: 55;
        box-sizing: border-box;
        transition: left 200ms ease-in-out, right 200ms ease-in-out, visibility 200ms ease-in-out;
        overflow-y: auto;
        /* overflow-x: hidden; */
        z-index: 9999999999;
        overscroll-behavior: contain;
        visibility: hidden;
        display: flex;
    }

        #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        display: flex;
        grid-gap: 0 15px !important;
        justify-content: flex-start;

}
.page-id-12465 .whats-app-outer {
    display: none;
}
.page-id-12465 .scroll-top-section {
    display: none;
}

}

/* Mobile view only */
@media (max-width: 768px) {

    /* Make submenu part of normal flow */
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu {
        position: relative !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        display: none; /* hidden by default */
    }

    /* Show submenu when active */
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item.mega-toggle-on > .mega-sub-menu {
        display: block !important;
    }

    /* Ensure parent items stack properly */
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li {
        display: block;
        width: 100%;
    }

    /* Optional: spacing fix */
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a {
        display: block;
        padding: 12px 15px;
    }

        #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        left: 0;
    
}
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        z-index: 1;
        cursor: pointer;
        background-color: #222;
        border-radius: 2px;
        line-height: 40px;
        height: 40px;
        text-align: left;
        user-select: none;
        outline: none;
        white-space: nowrap;
        display: flex;
        position: relative;
    }

    div#mega-menu-wrap-menu-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 7;
}
.mega-toggle-blocks-left {
    display: none;
}
     

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

 

}