
 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

 @import url(https://db.onlinewebfonts.com/c/37963c2dc80bff84efa70e31152a20c2?family=Archivo+SemiExpanded+Black); 

 @import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

 

 @font-face {
    font-family: 'Archivo Regular';
    font-style: normal;
    font-weight: normal;
    font-style: normal;
  font-size: 5em;
    src: local('Archivo Regular'), url('../archivo-webfont/Archivo-Regular.woff') format('woff');
    }



/*preloader*/

body.preload-hidden {
    overflow: hidden;
}

.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999999;
    transition: transform 1s ease;
}


/* 3.1. Animsition-overlay */

.animsition-overlay-slide {
    background-color: transparent;
}

.loader:before,
.loader:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #111517;
    -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
    transition: 1s cubic-bezier(.858, .01, .068, .99);
}

.loader:before {
    left: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
}

.loader:after {
    left: -100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}


/* 3.2. Loading animation */

.loading {
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    visibility: visible;
    -webkit-transition: .5s cubic-bezier(.76, .06, .85, .07);
    -o-transition: .5s cubic-bezier(.76, .06, .85, .07);
    transition: .5s cubic-bezier(.76, .06, .85, .07);
    z-index: 101;
    width: 100px;
    height: 100px;
}

.loading:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #111517;
    border-left-color: white;
    -webkit-animation: 1.2s loading-anim cubic-bezier(.767, .01, .18, 1.01) infinite both;
    animation: 1.2s loading-anim cubic-bezier(.767, .01, .18, 1.01) infinite both;
    border-radius: 50%;
    display: block;
}

.logo-loading {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes loading-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
}

.navbar-brand img {
    width: 350px;
}

a {
    text-decoration: none;
}
h2{
    line-height:1.2;
}
.main {
    overflow-x: hidden; 
}

.navbar {
    padding: 25px 35px;
    /*position: sticky;*/
    width: 100%;
    top: 0;
    z-index: 99999;
    background: url(../images2/home-page/Banner-01.webp);
    background-size: auto;
    background-position: top;
    background-repeat: repeat;
}

.nav-link {
    color: #002b36 !important;
    font-size: 24px;
    font-weight: 500;
}

.navbar-nav {
    gap: 50px
}


/* nav fix in 1920px */

.nav-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.navbar-collapse {
    margin-right: 65px;
}

.theme-btn {
    background-color: #0047FF;
    color: white !important;
    border-radius: 20px 20px 0 0;
    padding: 15px 40px;
    font-size: 24px;
    font-weight: 500;
    border: 2px solid #0047FF;
    cursor: pointer;
}

.theme-btn:hover {
    color: #0047FF !important;
    border: 2px solid #0047FF;
}

.navbar-toggler {
    border: none;
    font-size: 35px;
}

.toggler-icon.close:focus,
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.toggler-icon::before {
    content: "\2630";
    /* ☰ hamburger icon */
}

.toggler-icon.close::before {
    content: "\00d7";
    /* × close icon */
}

.footer {
    background: url(../images2/home-page/Banner-02.jpg) no-repeat top center/cover;
    color: #fff;
    padding: 100px 80px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1700px;
    padding: 20px;
    margin: auto;
    align-items: flex-start;
    gap: 25px;
}

.footer-middle {
    max-width: 400px;
    width: 100%;
}

.footer-logo {
    width: 300px;
    margin-bottom: 10px;
}

.footer-middle ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-middle ul li {
    margin-bottom: 15px;
    font-size: 24px;
}

.footer a {
    color: #fff;
}

.footer-divider {
    width: 4px;
    background: #fff;
    border-radius: 10px;
    height: 325px;
    display: none;
}

.footer-right h3 {
    color: #FFD700;
    margin-bottom: 10px;
    font-size: 36px;
}

.footer-right p {
    margin: 10px 0;
    font-size: 24px;
}

.footer-social-icons {
    margin-top: 15px;
}

.footer-social-icons a {
    color: #fff;
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.footer-right-content {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}


/* home-banner */
.home-banner{
        height: 665px;
}
.home_banner_main {
    /*background: url(../images2/home-page/Banner-01.webp);*/
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
    position: relative;

    background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);
  padding-top: 10px;
  padding-bottom: 50px;

}

.hero-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x:hidden;
}
.default-content-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow:hidden;
}

.home_banner_img {
    position: absolute;
    right: 0;
    bottom: 11.5%;
    width: 60%;
}

.banner_left_content {
    width: 650px;
    padding: 20px 0 100px 75px;
}

.banner_text_img {
    /*margin-bottom: 46px;*/
    width: 75%;
}

.banner_left_content .sec6-textbox {
    margin-left: 25px;
    margin-right: 35px;
}


/* content fix in 1920px */

.content-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}


/* sec-3  */

.container-pad-top-bottom {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-3-bg {
    /*background-image: url(../images2/home-page/Banner-03.webp);*/
    background:#ffefe0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.sec3-bg-style {
    position: absolute;
    left: 0;
    bottom: 0;
}
.content-sec-2{
    max-width:750px;
    margin-right:auto;
    margin-left:auto;
}
.culture-bg.content-sec-3{
       background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);
            background-position: bottom center;
            padding-bottom: 0;
            overflow:hidden;
            margin-bottom:-150px;
    
}
.bottom-img-sec-3{
    position: sticky;
    width: 100%;
    bottom: 150px; 
    z-index: 9;
}
.content-curation{
        position: absolute;
    top: 70px;
    text-align: left;
    left: 65px;
    max-width: 370px;
    width: 100%;
}
 .sec7-textbox .content-curation p.content-sec-2 {
 font-size: 25px;
    line-height: 1.5;   
}
 .sec7-textbox .content-curation h2 { 
    line-height: 1;   
}
.sec3-text {
    padding: 50px;
    max-width: 50%;
    margin:0 auto;
    width:95%;
    border: 3px solid #0047FF;
    border-radius: 40px 40px 0 0 ;
    position:relative;
}
.sec3-text::after {
    position:absolute;
    content:'';
    top:55px;
    left: -20px;
    height:55px;
    width:45px;
    background-image: url(../images2/home-page/quote.png);
    background-size: cover;
    background-position: center center;
}
.sec3-text::before {
    position:absolute;
    content:'';
    bottom:55px;
    right: -20px;
    height:55px;
    width:45px;
    background-image: url(../images2/home-page/quote.png);
    background-size: cover;
    background-position: center center;
    transform:rotate(180deg);
}

.sec3-text h3 {
    font-size: 32px;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: "";
    font-family: 'Archivo Regular';
    display: inline-block;
    border-bottom: 2px solid black;
}

.sec3-text h3 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 32px;
}

.sec3-text p {
  font-size: 19px;
  padding: 0px 46px;
  font-weight: normal;
  font-family: 'Archivo Regular';
  line-height: 1.3rem;
  letter-spacing: 0.5px;

}

.Sec3-btm {
    padding: 0 60px;
}

.sec3-btn {
    background-color: #233cbc;
    color: #FFF;
    font-size: 23px;
    font-family: 'Archivo Regular';
    padding: 9px 18px;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 0rem !important;
}

.sec3-btn:hover {
    background-color: #233cbc;
    color: #fff;
}

.Sec3-btm h4 {
    font-family: "Archivo Regular", sans-serif;
  letter-spacing: 0px;
  margin-left: 0rem !important;
  font-weight: normal;
  font-size: 18px;
  color: #002452;

}


/* sec-4  */

.section-4-bg {
    /*background-image: url(../images2/home-page/Banner-01.webp);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);
}

.sec-4bg-style {
    position: absolute;
    bottom: -100px;
    left: -15px;
}

.sec4-left img {
  scale: 1.2;
  transform: scaleX(-1);
  position: absolute;
  bottom: -342px;
}

.sec4-left {
    position: relative;
    top: 780px;
}

.sec4-right img {
  width: 48%;
  transform: scale(1.1);
}

.sec-4bg-style-home{
    width: 88%;
}
/* sec 5 */

.sec-5-overflow {
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-border h1 {
    font-size: 53px;
  color: #002552;
  padding: 23px 20px;
  font-family: "Archivo Regular", sans-serif;
  font-weight: normal;
  line-height: 0.9em;
}

.inner-border h1 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: bolder;
}

.inner-border {
    border: 3px solid #003dd5;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}

.outer-border {
    border: 1px solid #003dd5;
    padding: 3px;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}
.sec5-bg {
    height:780px;
}
/* sec - 6 */

.section-5-bg {
    /*background-image: url(../images2/home-page/Banner-06.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 100px;*/

    background: #ffefe0;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 135px;
}


.sec-5bg-style {
    position: absolute;
  /*  bottom: -100px;
    right: 0;*/
}

.sec-5-right img {
    scale: 1.65;
}

.sec-5-right {
    position: relative;
    right: 80px;
    top: 200px;
}

.sec5-textbox {
  /*  top: -50px;
    position: relative;*/
    margin-left: 140px;
}




.section-6-bg-main {
background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);
}
.section-6-bg {
background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);

padding: 150px 0 110px 0;
}
.section-main6{
    
}

.sec-6bg-style {
    position: absolute;
    bottom: -180px;
    right: 0;
}

.sec-6-right img {
    scale: 1.6;
}

.sec-6-right {
  position: relative;
    right: 30%;
  bottom: 40px;
}

.sec6-textbox {
  /*  top: -50px;
    position: relative;*/
    margin-left: 140px;
}

.sec6-textbox h2 {
    font-family: "Archivo Regular", sans-serif;
  font-weight: bold;
  font-size: 38px;
  color: #1e233a;
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid black;
  line-height: 0.9em;
  color: #002452;

}

.sec6-textbox h2 span {
    font-family: 'Archivo Regular', serif;
    font-style: normal;
    display: contents;
}

.sec6-textbox h2 .italic {
    font-family: "Playfair Display", serif;
    font-style: italic;
   line-height:1.2 !important;
    font-weight: bold;
}
h2.primary-heading .italic {
    font-family: "Playfair Display", serif;
    font-style: italic;
   line-height:1.2 !important;
    font-weight: bold;
    font-size: inherit;
    opacity:1;
}

.sec6-textbox p {
    font-size: 20px;
  line-height: 23px;
  font-family: 'Archivo Regular';
  font-weight: 500;
}


/* sec 7  */

.section-7-bg {
    /*background-image: url(../images2/home-page/Banner-07.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 100px;*/

background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);

padding: 250px 0 86px 0;

}


.sec7-bg-style {
    position: absolute;
  bottom: -100px;
    left: 0px;
}

.sec7-bg2-style {
    position: absolute;
    bottom: -100px;
    right: 0px;
    scale: 1;
}

/*.sec-7-left img {
    scale: 1.7;
}*/
.logo-section{
    max-width:250px;
    width:100%; 
}
.partnership{
  
    margin:0 auto ; 
}
.sec-7-left {
  position: relative;
  bottom: -14px;
  scale: 1.3;
}
.sec-7-right{
    position:relative;
    z-index:9.;
}
.sec7-textbox h2 {
font-family: "Archivo Regular", sans-serif;
  font-weight: bold;
  font-size: 38px;
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid black;
  line-height: 1em;
  color: #002452;
}

.sec7-textbox h2 span {
  font-family: Archivo Regular;
  font-weight: bold;
  font-size: 38px;

}

.sec7-textbox p {
    font-size: 20px;
  line-height: 23px;
  font-family: 'Archivo Regular';
  font-weight: 500;
}

.sec7-textbox 
{
    padding: 0 16% 0 10%;
}

/* sec 9  */

.section-9-bg {
    background-image: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.outer-b {
    /*height: 350px;
    width: 250px;*/
   border: 1px solid #99c5eb !important;
  padding: 3px;
  border-radius: 100px;
}
.pink-bg{
    background: linear-gradient(to bottom, #fff4ed, #ffe0c8) !important;

}
.inner-b {
    /*width: 250px;
    height: 340px;*/
    border: 3px solid #99c5eb !important;
  padding: 3em 1em 1em 1em;
  border-radius: 100px;
  text-align: center;
  min-height: 16em;
  min-width: 14em;
  color: #fff;
}

.sec9-textbox .num {
   font-family: "Archivo SemiExpanded";
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: italic;
  font-size: 5em;
  color: #fff;
}

.sec9-textbox .sec9-text {
    color: #fff;
}

.sec9-textbox .sec9-text .t1 {
  font-family: 'Archivo Regular';
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;    
}
.primary-heading { 
  
font-family: "Archivo Regular", sans-serif !important;
    font-weight: bold;
    font-size: 38px; 
    display: block;
    padding-bottom: 10px; 
    line-height: 0.9em;
    color: #002452;
    font-weight:600 !important; 

}
.big-heading{
    font-size:3.5rem !important; 
}
.big-title{
    font-size:2rem !important; 
    line-height:2rem !important; 
    
}
.service_sec4_left .primary-heading ,
.service_sec5_right .primary-heading {  
    display:inline;

}
.service_sec4_left p ,
.service_sec5_right p {
  
font-size: 20px !important;
  line-height: 23px !important;
  font-family: 'Archivo Regular' !important;
  font-weight: 500 !important;
  color: #002452 !important;
}

.sec9-textbox .sec9-text .t2 {
font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;    
}
.awards-textbox{
    text-align:center;
}
.awards-textbox p.italic{
    font-size:inherit;
}
.secondary-font {
font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  font-size: 0.8em;    
}
.sec7-bg2-style{
    bottom:-100px;
}
 .service_hero_banner {
    width: 100%;
  background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_hero_banner_contect {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_hero_banner_left {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_hero_banner_right {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.service_hero_banner_right img {
    width: 100%;
}

.service_sec2 {
    width: 100%;
    background: url(../images2/skyscreen-services/Banner2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_sec2_content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px;
     font-family: 'Archivo Regular';
  font-optical-sizing: auto;
}
.service_sec2_content h1{
    font-weight:bold;
}
.service_sec2_content .italic{
     font-family: "Playfair Display", serif;
    font-style: italic;
    display: contents;
}


.service_sec3 {
    width: 100%;
    background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);
    background-size: cover;
    background-position: center;
    padding-top: 220px;
}

.service_sec3_content {
    width: 90%; 
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.service_sec3_left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.service_sec3_left img {
    width: 100%;
    max-width: 750px;
    height: auto;
    display: block;
}

.service_sec3_right {
    width: 50%;
}

.service_sec3_right p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}
.service_sec4_left{
    padding:30px;
}
.service_sec4 {
    width: 100%;
    height: calc(100vh - 50px); 
   background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.service_sec4_content {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
}

.service_sec4_left {
    width: 50%;
    z-index: 2;
}

.service_sec4_left_heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid;
    padding-bottom: 0;
    width:fit-content;
}

.service_sec4_left_heading img {
    width: 50px;
    height: auto;
}

.service_sec4_left_heading h2 {
    font-size: 38px;
    font-weight: 600;
    margin: 0;
}

.service_sec4_left_heading h2 span {
    /* display: block; */
    /* font-style: italic; */
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}

.service_sec4_left p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    max-width: 90%;
}

.service_sec4_right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.service_sec4_right img {
    width: 100%;
    max-width: 1050px;
    height: auto;
    display: block;
    margin-left: auto;
    object-fit: contain;
    transform: scale(1.3);
    transform-origin: bottom right;
}

.service_sec5 {
    width: 100%;
      height: calc(100vh - 50px); 
    background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.service_sec5_content { 
    max-width:1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.service_sec5_left {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.service_sec5_left img {  
        width: 100%;
    max-width: 1050px;
    height: auto;
    display: block;
    margin-left: auto;
    object-fit: contain;
    transform: scale(1.3);
    transform-origin: bottom left;
}
.service_sec5_left img.service-left-imgs {  
    transform: scaleY(1.3); 
}

.service_sec5_right {
    width: 46%;
    padding-left: 4%;
    padding-bottom: 80px;
    z-index:2;
}

.service_sec5_right_heading {
    display: flex;
    align-items: center;
    gap: 15px;
     margin-bottom: 10px;
    border-bottom: 2px solid;
    padding-bottom: 0;
     width:fit-content;
}

.service_sec5_right_heading img {
    width: 50px;
    height: auto;
}

.service_sec5_right_heading h2 {
    font-size: 38px;
    font-weight: 600;
    margin: 0;
}

.service_sec5_right_heading h2 span {
    /* display: block;
    font-style: italic; */
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}

.service_sec5_right p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    max-width: 90%;
}

.service_last_image img {
    transform: rotateY(180deg);
    scale: 2;
}
/*story page */

  .service_sec4_content.story-sec3{
        max-width: 1920px;
        margin: 0 auto;
    position: relative;
    overflow:hidden;
    }
   .story-banner{
       background: #FFF9A6;
background: -webkit-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
background: linear-gradient(180deg, rgba(255, 249, 166, 1) 0%, rgba(255, 242, 52, 1) 50%, rgba(255, 241, 12, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9A6", endColorstr="#FFF10C", GradientType=0);
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:9999;
   } 
   .story-banner .banner-left-img{
    max-width: 1450px;
    width: 100%;
   }
   .story-banner .banner-right-img{
     position: absolute;
     top: 100px;
     right: 4%;
    }
    .story-banner .banner-right-img img{
        max-width: 600px;
        width: 100%;
    }  
    .story-sec2-container{
        max-width: 1600px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .story-sec2-img-left{
        object-fit: contain;
    }
     
     .sec7-textbox.home-banner{
    padding: 0;
    margin-left: 25px;
    margin-right: 35px;

     }

  .content-sec3.culture_main{
        max-width:1500px;
    }
    .content-sec3.culture_main .sec7-textbox{
       padding:0;
    }
  .footer-divider {
        display: block;
    }


/*Responsive*/
@media (min-width: 2000px){
 .service_sec4,.service_sec5{
     height:980px;
 }   
}
 
@media (min-width: 1550px){
   
    .service_sec3_content ,.service_sec5_content,.service_sec4_content{
        width:100% !important;
    }
    .service_sec4_content{
        padding-left:80px;
    }
     .home_banner_img{
    width: 1000px;
 }   
 .sec4-left img{
    bottom:-700px;
 } 
 .sec7-bg-style img{
    width:94%;
 }
 .sec-5-right img {
    scale: 1.5;
}

}

@media (max-width: 1600px) {
 
.content-curation {
 top:50px;   
}
 .sec7-textbox .content-curation p.content-sec-2 {
 font-size: 22px;
    line-height: 1.5;   
}
 .sec7-textbox .content-curation h2 { 
     font-size:40px;
    line-height: 1;   
}
    .navbar-nav {
        gap: 10px;
    }
    .navbar {
        padding: 15px 0;
    }
    .navbar-collapse {
        margin-right: 25px;
    }
    .nav-link {
        font-size: 18px;
    }
    .navbar .theme-btn {
        font-size: 18px;
        padding: 15px 25px;
    }
    .navbar-brand img {
        width: 250px;
    }
}

@media (max-width: 1550px) {
    .home_banner_img {
   
    width:64%;
}
}

@media (max-width: 1450px) {
         .story-banner .banner-right-img{ 
            top: 50px;
            right: 20px;
           
        }
        .story-banner .banner-right-img img{
            max-width: 450px;
         }
    .footer-middle {
        max-width: auto;
        width: auto;
    }
}

@media (max-width: 1280px) {
        .home_banner_img {
        width: 50%;
    }
    .sec5-bg {
    height: auto;
}
.sec-6-right {
    right: 0;
    bottom: 0;
}
.sec7-bg2-style {
    bottom: -30px;
}
.sec-7-left {
    bottom: -145px;
}
}

@media (max-width: 1200px) {
    .footer-left {
        width: 100%;
    }
    .content-curation{
        position: absolute;
    top: 60px;
    text-align: left;
    left: 50px;
    max-width: 250px;
    width: 100%;
}
 .sec7-textbox .content-curation p.content-sec-2 {
     font-size: 18px;
    line-height: 1.3;
}
 .sec7-textbox h2 span,.sec7-textbox .content-curation h2 {
     font-size: 25px;
    line-height: 1;   
}
}

@media (max-width: 1024px) {
    /* sec3  */
       .service_sec5_left img {
        height: 65%;
    }
    .sec3-text {
        margin-top: 20px;
        text-align: center;
        
    }
    .sec3-text h3,
    .sec3-text h3 span {
        font-size: 20px;
    }
    .sec3-text p {
        font-size: 12px;
        padding: 0px 60px;
    }
    .Sec3-btm {
        align-items: center;
        text-align: center;
        padding: 0;
    }
    .Sec3-btm h4 {
        font-size: 16px;
        letter-spacing: 2px;
        margin-left: 20px;
    }
    .sec3-btn {
        font-size: 16px;
        padding: 8px 10px;
        margin-right: 20px;
    }
    /* sec4  */
    .sec4-left {
        top: 320px;
    }
    /* sec5  */
    .sec-5-overflow {
        left: 50%;
        top: 180px;
    }
    .inner-border h1 {
        font-size: 40px;
    }
    /* sec-6  */
    .section-5-bg {
        padding-top: 100px;
    }
    .sec-6-right img {
        scale: 1.5;
    }
        .sec-6-right {
        right: 0;
        bottom: 0;
    }
    .sec6-textbox {
        margin: 40px;
        top: 0px;
    }
    .sec6-textbox h2 {
        font-size: 25px;
    }
    .sec6-textbox p {
        font-size: 18px;
    }
    /* sec-7  */
    .section-7-bg {
        padding-top: 100px;
    }
    .sec7-bg2-style {
        bottom: -50px;
        right: 100px;
    }
    .sec-7-left {
        bottom: -100px;
    }
    .sec7-textbox h2 {
        font-size: 25px;
    }
    .sec7-textbox p {
        font-size: 18px;
        padding-right: 100px;
    }
    
    .home-banner {
    height: 740px;
}
    .home_banner_img {
        width: 40%;
    }
    .home_banner_img {
    bottom: 0%;
}
.sec4-left img {
    bottom: -400px;
}
.sec5-bg {
    height: auto;
}
.sec-6bg-style {
    top: -111px;
}
}

@media (max-width: 991.98px) {
         .story-banner .banner-right-img{
     position: relative;
     left: auto;
     right: auto;
     text-align: center;
     margin-bottom: 35px;
             }
        .service_sec4_content {
        gap: 40px;
    }

    .service_sec4_left_heading h2 {
        font-size: 28px;
    }

    .service_sec4_left_heading h2 span {
        font-size: 18px;
    }

    .service_sec5_content {
        gap: 40px;
    }

    .service_sec5_right_heading h2 {
        font-size: 28px;
    }

    .service_sec5_right_heading h2 span {
        font-size: 18px;
    }

    .service_sec5_left img {
        transform: scale(1.8);
    }
       .banner_left_content {
    width: 750px;
    padding: 32px 10px 300px 10px;
}
    .mobile-action {
        display: flex;
        gap: 10px;
        align-items: center;
    }
 
    .navbar-collapse {
        background: rgb(255, 255, 255);
        width: 100%;
        margin: 0px;
        position: fixed;
        left: 0px;
        top: 72px;
        padding: 10px 25px;
    }
}

@media (max-width: 768px) {
    .culture-bg.content-sec-3{
            margin-bottom:0;
    
}
        .footer-divider {
        display: none;
    }
        .footer-middle {
        max-width: auto;
        width: auto;
    }
     .culture-bg.content-sec-3 { 
    padding-bottom: 0; 
}
.bottom-img-sec-3 { 
    bottom: -200px; 
}
 
    .sec3-text::after {
  top:35px;
    left: -15px;
    height:30px;
    width:25px;
    
}

.sec3-text::before { 
    bottom:35px;
    right: -15px;
    height:30px;
    width:25px;
   
}
    .home_banner_img {
   
    width:75%;
    bottom: 15%;
}

    .container-pad-top-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .bottompad0 {
          padding-bottom: 0px !important;
    }

    .section-3-bg {
        padding-bottom: 120px;
    }
    .sec3-text {
       
        margin-top: 20px;
    text-align: center !important;
    max-width: 100%;
        
    }
    .sec3-text h3 {
        font-size: 25px;
    }
    .sec3-text p {
        font-size: 16px;
        padding: 0px 60px;
    }
    .Sec3-btm {
        margin-top: 20px;
        align-items: center;
        text-align: center;
        padding: 0;
    }
    .Sec3-btm h4 {
        font-size: 0.95rem;
    }
    .text-img {
        margin-top: 20px;
    }
    /* sec-4  */
    .sec4-left img {
        scale: 1;
        position: relative;
       bottom: -50px;
    }
    .sec4-left {
        top: 0;
    }
    .sec-5-right{
            right: 0;
            top: auto;
            bottom: -120px;
    }
    .sec-5-right img{
        scale: 1;
    }

    .sec4-right {
        display: flex;
    }
    .sec4-right img {
       width: auto;
        position: relative;
        /*left: 300px;*/
        bottom: -10px;
        transform: scale(1);
    }
    /* sec5  */
    .sec-5-overflow {
        left: 50%;
        top: 120px;
    }
    .inner-border h1 {
        font-size: 30px;
    }
    /* sec-6  */
    .section-5-bg {
        padding-top: 100px;
    }
    /* sec-6  */
    .section-5-bg {
        padding-top: 100px;
    }
    .sec-6-right img {
        scale: 1;
    }
    .sec-6-right {
      left: 50% !important;
      right: auto !important;
      transform: translateX(-50%) !important;
        bottom: 0px !important;
    }
    .home_banner_main{
        padding-bottom: 0;
    }
    .banner_text_img{
        width:100%;
    }
    .sec6-textbox {
        margin: 20px;
    }
    .sec6-textbox h2 {
        font-size: 25px;
        text-align: center;
    }
    .sec6-textbox h2 br {
        display: none;
    }
    /* sec 7   */
.sec-7-left img {
        scale: .7;
    }
    .sec7-bg2-style {
        bottom: -20px;
    }
    .sec-7-left {
        bottom: -400px;
        left: -20%;
    }
    .sec7-textbox {
        position: relative;
        top: -300px;
        margin-left: 30px;
    }
    .sec7-textbox p {
        padding-right: 10px;
    }
.sec-6bg-style {
        bottom: -60px;
        right: -12px;
    }
    .sec7-bg-style {
        bottom: -60px;
    }
      .service_sec3_content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .service_sec3_left,
    .service_sec3_right {
        width: 100%;
    }

    .service_sec3_right {
        order: -1;
    }

    .service_sec3_left img {
        max-width: 100%;
    }

    .service_sec2_content {
        padding: 50px;
    }

    .service_sec4 {
        height: auto;
        padding-top: 80px;
    }

    .service_sec4_content {
        flex-direction: column;
        height: auto;
    }

    .service_sec4_left,
    .service_sec4_right {
        width: 100%;
    }

    .service_sec4_right {
        height: auto;
        margin-top: 40px;
    }

    .service_sec4_right img {
        margin: 0 auto;
        max-height: 100%;
        transform: scale(1);
    }

    .service_last_image img {
        scale: 1.2;
        transform: rotateY(180deg);
    }

    .service_sec5 {
        height: auto;
        padding-top: 80px;
    }

    .service_sec5_content {
        flex-direction: column;
        align-items: center;
    }

    .service_sec5_left {
        width: 100%;
        height: auto;
        order: 2;
        margin-bottom: 0;
    }

    .service_sec5_right {
        width: 100%;
        padding: 30px;
        order: 1;
    }

    .service_sec5_left img {
        position: relative;
        height: auto;
        max-height: 500px;
        transform: scale(1.3);
        margin: 0 auto;
    }

}

@media (max-width: 600px) {
     .story-banner .banner-right-img img{
            max-width: 280px;
         }
      .service_sec4_left_heading {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .service_sec4_left_heading h2 {
        font-size: 24px;
    }

    .service_sec4_left_heading h2 span {
        font-size: 16px;
    }

    .service_sec4_left p {
        font-size: 16px;
        max-width: 100%;
    }

    .service_sec5_right_heading {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .service_sec5_right_heading h2 {
        font-size: 24px;
    }

    .service_sec5_right_heading h2 span {
        font-size: 16px;
    }

    .service_sec5_right p {
        font-size: 16px;
        max-width: 100%;
    }

    .service_sec5_left img {
        transform: scale(1.1);
    }
 
    .footer {
        background: url(../images2/home-page/Banner-08.webp) no-repeat top center / cover;
        color: #fff;
        padding: 50px 10px;
    }
    .footer-middle ul li,
    .footer-right p {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .navbar .theme-btn {
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 10px 10px 0 0;
    }
    .navbar-brand img {
        width: 150px;
    }
}

@media (max-width: 430px) {
        .home_banner_img {
        width: 80%;
        bottom: 17%;
    }
   
        .sec4-right img {
        left: 8px;
    }
    .sec-5-overflow {
        left: 50%;
    }
        .sec-6-right {
        bottom: -58px;
    }
        .sec7-textbox {
        position: relative;
        top: -310px;
        margin-left: 30px;
    }
        .sec7-bg2-style {
        bottom: -40px;
    }
        .sec-7-left {
        bottom: -420px;
    }
        .sec7-bg2-style {
        right: 57px;
    }

 
    /* sec-3  */
    .sec3-text {
         
        margin-top: 0px;
        text-align: center;
        padding: 10px;
    }
    .sec3-text h3,
    .sec3-text h3 span {
        font-size: 16px;
        margin: 0;
    }
    .sec3-text p {
        font-size: 10px;
        padding: 0px 20px;
    }
    .Sec3-btm {
        margin-top: 10px;
    }
    .Sec3-btm h4 {
        font-size: 8px;
        letter-spacing: 2px;
        margin-left: 20px;
    }
    .sec3-btn {
        font-size: 8px;
        padding: 8px 10px;
        margin-right: 20px;
    }
    /* sec 4  */
    .sec-4bg-style {
        bottom: -60px;
    }
    .sec4-left img {
        scale: 1.2;
    }
    
    .sec4-right img {
        width: 250px;
        left: 0px;
    }
    /* sec5  */
    .sec-5-overflow {
        left: 50%;
        top: 100px;
    }
    .inner-border h1 {
        font-size: 25px;
    }
    /* sec 6  */
    .sec-6bg-style {
        bottom: -50px;
    }
    /* sec 7  */
    .sec7-bg2-style {
        bottom: -50px;
        right: 0;
    }
    .sec-7-left {
        bottom: -405px;
    }
    .sec7-textbox {
        position: relative;
        top: -200px;
        margin-left: 0;
        padding: 0 20px;
    }
    .sec7-textbox p {
        padding-right: 10px;
    }
        .home_banner_img {
        width: 90%;
        bottom: 16%;
    }
}

@media (max-width: 414px) {
    .sec-6-right {
        right: -50px;
        bottom: -60px;
    }
        .home_banner_img {
        width: 80%;
        bottom: 14%;
    }

}

@media (max-width: 400px) {
     .banner_left_content {
    width: 750px;
    padding: 32px 10px 110px 10px;
}
.content-curation {
 top:50px;   
}
}

@media (max-width: 390px) {
    .home-banner {
        height: auto;
    }
        .home_banner_img {
        width: 80%;
        bottom: 0%;
    }
        .sec-6-right {
        right: -50px;
        bottom: -60px;
    }
    .sec-7-left {
        bottom: -430px;
    }
}

@media (max-width: 360px) {
    .navbar-toggler {
        padding: 2px;
    }
    .navbar-toggler {
        border: none;
        font-size: 25px;
    }
        .home-banner {
        height: auto;
    }
        .home_banner_img {
        width: 78%;
        bottom: -1%;
    }
        .sec-6-right {
        right: -50px;
        bottom: -60px;
    }
        .sec-7-left {
        bottom: -425px;
    }
}


 