html {
  scroll-behavior: smooth;
}

body {
  
  font-family: 'Quick Blast';
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  /* overflow-x: hidden; */
  font-weight: 400;
  background-image: url('../images/body-image.webp');
  background-repeat: repeat;
}

::-webkit-scrollbar {
    width: 10px;
    height: 15px;
    
    }
    ::-webkit-scrollbar-track-piece  {
    background-color: #000;
    }
    ::-webkit-scrollbar-thumb:vertical {
    height: 20px;
    background-color: #2dfbe8;
    }


    @font-face {
      font-family: 'Quick Blast';
      src: url('..font/QuickBlastRegular.woff2') format('woff2'),
          url('..font/QuickBlastRegular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }


    @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-MediumItalic.woff2') format('woff2'),
          url('..font/BarlowCondensed-MediumItalic.woff') format('woff');
      font-weight: 500;
      font-style: italic;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-Medium.woff2') format('woff2'),
          url('..font/BarlowCondensed-Medium.woff') format('woff');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-SemiBold.woff2') format('woff2'),
          url('..font/BarlowCondensed-SemiBold.woff') format('woff');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-Regular.woff2') format('woff2'),
          url('..font/BarlowCondensed-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-SemiBoldItalic.woff2') format('woff2'),
          url('..font/BarlowCondensed-SemiBoldItalic.woff') format('woff');
      font-weight: 600;
      font-style: italic;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-Thin.woff2') format('woff2'),
          url('..font/BarlowCondensed-Thin.woff') format('woff');
      font-weight: 100;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-ThinItalic.woff2') format('woff2'),
          url('..font/BarlowCondensed-ThinItalic.woff') format('woff');
      font-weight: 100;
      font-style: italic;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-ExtraBold.woff2') format('woff2'),
          url('..font/BarlowCondensed-ExtraBold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-ExtraLight.woff2') format('woff2'),
          url('..font/BarlowCondensed-ExtraLight.woff') format('woff');
      font-weight: 200;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-Black.woff2') format('woff2'),
          url('..font/BarlowCondensed-Black.woff') format('woff');
      font-weight: 900;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-BoldItalic.woff2') format('woff2'),
          url('..font/BarlowCondensed-BoldItalic.woff') format('woff');
      font-weight: bold;
      font-style: italic;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-ExtraBoldItalic.woff2') format('woff2'),
          url('..font/BarlowCondensed-ExtraBoldItalic.woff') format('woff');
      font-weight: bold;
      font-style: italic;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-Bold.woff2') format('woff2'),
          url('..font/BarlowCondensed-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-ExtraLightItalic.woff2') format('woff2'),
          url('..font/BarlowCondensed-ExtraLightItalic.woff') format('woff');
      font-weight: 200;
      font-style: italic;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-BlackItalic.woff2') format('woff2'),
          url('..font/BarlowCondensed-BlackItalic.woff') format('woff');
      font-weight: 900;
      font-style: italic;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-Italic.woff2') format('woff2'),
          url('..font/BarlowCondensed-Italic.woff') format('woff');
      font-weight: normal;
      font-style: italic;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-Light.woff2') format('woff2'),
          url('..font/BarlowCondensed-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Barlow Condensed';
      src: url('..font/BarlowCondensed-LightItalic.woff2') format('woff2'),
          url('..font/BarlowCondensed-LightItalic.woff') format('woff');
      font-weight: 300;
      font-style: italic;
      font-display: swap;
  }

   

  @font-face {
    font-family: 'Quick Blast';
    src: url('..font/QuickBlastRegular.woff2') format('woff2'),
        url('..font/QuickBlastRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('..font/Onest-Light.woff2') format('woff2'),
      url('..font/Onest-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('..font/Onest-Medium.woff2') format('woff2'),
      url('..font/Onest-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('..font/Onest-SemiBold.woff2') format('woff2'),
      url('..font/Onest-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('..font/Onest-Thin.woff2') format('woff2'),
      url('..font/Onest-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('..font/Onest-Black.woff2') format('woff2'),
      url('..font/Onest-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('..font/Onest-ExtraBold.woff2') format('woff2'),
      url('..font/Onest-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('..font/Onest-Bold.woff2') format('woff2'),
      url('..font/Onest-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('..font/Onest-Regular.woff2') format('woff2'),
      url('..font/Onest-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('..font/Onest-ExtraLight.woff2') format('woff2'),
      url('..font/Onest-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Quick Blast';
  src: url('..font/QuickBlastRegular.woff2') format('woff2'),
      url('..font/QuickBlastRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





@font-face {
  font-family: 'Georgia';
  src: url('..font/Georgia.woff2') format('woff2'),
      url('..font/Georgia.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('..font/Georgia-Bold.woff2') format('woff2'),
      url('..font/Georgia-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('..font/Georgia-BoldItalic.woff2') format('woff2'),
      url('..font/Georgia-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('..font/Georgia-Italic.woff2') format('woff2'),
      url('..font/Georgia-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}






textarea,
input,
div,
li,
button {
  font-family: 'Barlow Condensed';
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  font-family: 'Barlow Condensed';
}

p {
  line-height: 32px;
  font-size: 18px;
  font-weight: 300;
  color: #444444;
  font-family: onest, sans-serif !important;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  border: 0;
  height: auto;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
h1{    font-family: 'Georgia';}
 h2, h3, h4, h5, h6{   font-family: 'Barlow Condensed';}
a {
  text-decoration: none !important;
  transition: all 0.8s ease-in-out;
  color: #575555;
  font-family: onest, sans-serif !important;
}

a,
span {
  display: inline-block;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}

 
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff !important;
 font-family: 'Barlow Condensed';
  }
  
  ::placeholder {  
    color: #fff !important;
    font-family: 'Barlow Condensed';
  }

  input{
    color: #fff !important;
  }

@media (min-width: 1366px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1250px;
  }
  
  }
  
  @media (min-width: 1440px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1350px;
  }
  
  }
  
  
  @media (min-width: 1600px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1500px;
      padding: 0px;
  }
  
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
    padding: 0 0px 0 0 !important;
    opacity: inherit !important;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
  /* margin-left: 50px; */
}



.head-sec2 h3 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
}


/*css start*/


/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: rgb(255 255 255 / 0%);
    /* box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); */
}
.page-header nav {display: flex;align-items: center;justify-content: space-between;}
 .page-header button {display: flex;align-items: center;font-size: 16px;font-weight: bold;padding: 14px 20px; border-radius: 10px; color: white; background: #08a6df; transition:  0.3s;}
.page-header button svg {flex-shrink: 0;margin-left: 5px;fill: currentColor;}
.page-header button:hover {background: #0ab8f6;}
  
.page-header.is-sticky a.nav-calling {
  font-size: 27px;
  color: #02246b;
}
  /* STICKY STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /* padding: 0px 0; */
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    background: #00000038;
    z-index: 9999;
}
  .page-header.is-sticky img {max-width: 80%;}
  .page-header.is-sticky button { font-size: 14px;padding: 7px 10px;}
  .page-header.is-sticky .nav-link {color: #000;}

  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  /* .nav-height {
    height: 149px;
} */

/* end nav */




/* -----------------header-section-------------------} */

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
  padding: 10px 0;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 99;

}
.page-header.is-sticky .navbar-brand {
  text-align: center;
  padding: 0;
  margin: 0;
}
a.navbar-brand {
  padding: 0;
  margin: 0;
}
.banner-title {
  font-size: 70px;
  color: #fff;
  background: -webkit-linear-gradient(#999999, #999999, #999999, #999999, #999999, #999999);
  -webkit-background-clip: text;
 -webkit-text-fill-color: #00000000;
  /* -webkit-text-stroke: 10px; */
  -webkit-text-stroke-color: #a8a8a8;
  /* line-height: 30px; */
  font-style: italic;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 0;
}


.banner-title .letter {
    display: inline-block;
    line-height: 1em;
    background: -webkit-linear-gradient(#999999, #999999, #999999, #999999, #999999, #999999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    -webkit-text-stroke: 3px;
    -webkit-text-stroke-color: #a8a8a8;
}

.page-header.is-sticky .navbar-brand img {
  text-align: center;
  max-width: 50%;
}
.nav-right {
  display: flex;
  position: absolute;
  right: 30px;
  justify-content: end;
  top: 30px;
  z-index: -1;
}

.nav-right img {
  margin: 5px;
}

.nav-icons {
  display: flex;
  justify-content: center;
}

.nav-icons li {
  padding: 5px 10px;
}

.btn-secondary {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent;

}


.btn-secondary:hover {
  color: #6ccff6;
  background-color: transparent;
  border-color: transparent;
}
.page-header .nav-link {
  font-size: 25px;
  color: #000 !important;
  font-weight: 600;
  padding: 0 !important;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left, #ffffff, #ffffff 50%, #2bdce8 -50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: 0.7s ease-in-out;
}


.nav-link:hover {
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
  background-position: 0%;
}
.subbanner-title {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
  font-family: 'Barlow Condensed';
  margin-bottom: 20px;
}

/* .nav-link:hover {
  border-bottom: 2px solid #000;
} */


/* .navbar-brand.d-md-block img {
  width: 450px;
} */
nav.navbar.navbar-default.navbar-trans.navbar-expand-lg {
  padding: 0px 0 0px;
}

/* .navbar .nav-link:hover {
  color: #000080;
} */

.nav-item {
  padding: 0px 37px;
  display: flex
;
  align-items: center;
}

a.navbar-brand img {
  margin: 0 70px;
}











/* button css  start form here  */



.edgtf-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Onest", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.02em;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  padding: 12px 18px;
  cursor: pointer
}



.edgtf-btn.edgtf-btn-box {
  color: #fff;
  background-color: transparent;
  border: 0;
  margin-top: 2px;
  font-family: "Onest", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -.02em
}

.edgtf-btn.edgtf-btn-box:after,.edgtf-btn.edgtf-btn-box:before {
  border: 1px solid #fff
}

.edgtf-btn.edgtf-btn-box:hover .edgtf-btn-box-border-top-1 {
  width: 0
}

.edgtf-btn.edgtf-btn-box:hover .edgtf-btn-box-border-top-2 {
  width: 80%
}

.edgtf-btn.edgtf-btn-box:hover .edgtf-btn-box-border-bottom-1 {
  width: 80%
}

.edgtf-btn.edgtf-btn-box:hover .edgtf-btn-box-border-bottom-2 {
  width: 0
}

.edgtf-btn.edgtf-btn-box .edgtf-btn-text {
  vertical-align: text-top
}

.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: currentColor
}

.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: currentColor
}

.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-top-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 80%;
  background: currentColor;
  -webkit-transition: .6s cubic-bezier(.25,.28,.25,1);
  -o-transition: .6s cubic-bezier(.25,.28,.25,1);
  transition: .6s cubic-bezier(.25,.28,.25,1)
}

.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-top-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: .6s cubic-bezier(.25,.28,.25,1);
  -o-transition: .6s cubic-bezier(.25,.28,.25,1);
  transition: .6s cubic-bezier(.25,.28,.25,1)
}

.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-bottom-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: .6s cubic-bezier(.25,.28,.25,1);
  -o-transition: .6s cubic-bezier(.25,.28,.25,1);
  transition: .6s cubic-bezier(.25,.28,.25,1)
}

.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-bottom-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 80%;
  background: currentColor;
  -webkit-transition: .6s cubic-bezier(.25,.28,.25,1);
  -o-transition: .6s cubic-bezier(.25,.28,.25,1);
  transition: .6s cubic-bezier(.25,.28,.25,1)
}

/* end here button css  */


.our-story-home {
  padding: 150px 20px;
  background-image: url(../images/stroybg.webp);
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: darken;
  background-color: #000000a6;
  background-repeat: no-repeat;
  background-size: cover;
}
#myVideo {
  width: 100%;
  filter: brightness(0.6);
  position: relative;
  line-height: 0;
  height: 100vh;
  object-fit: cover;
}
.bannertxt {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    text-align: center;
    background: #0000008c;
    padding: 30px;

}
.inner-stroy-home p {
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
    color: #fff;
    background-image: url(../images/fixed-textimage.webp);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background-attachment: fixed; */
    /* background-position: right; */
    font-family: 'Barlow Condensed' !important;
    padding-right: 220px;
}

.banner-home {
  line-height: 0;
}
.our-storytitle {
    font-size: 140px;
    font-weight: 600;
    color: #fff;
    width: fit-content;
}
.flex-our-stroy {
  display: flex
;
  gap: 30px;
  margin: 30px 0 0;
}


.inner-marque-studio-flex img {
  /* width: 100%; */
  animation: marquee 10s linear infinite;
}
.inner-marque-studio-flex {
  left: 0;
  top: -137px;
  right: 0;
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  animation: marquee 30s linear infinite;
  display: flex
;
  gap: 20px;
  position: relative;
}
.image-studiofx img {
  transform: scale(1.5);
  margin: 70px 0 0;
  height: 140px;
}
.image-studiofx {
  position: relative;
}

.marque-studio-home {
  overflow: hidden;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}



.title-home-same {
    font-size: 140px;
    color: #121212;
    text-align: center;
    font-weight: 800;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #ffffff;
    width: fit-content;
    margin: auto;
    padding-bottom: 40px;
}



.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  /* border: 2px solid #800000; */
  transition: 0.3s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}
.cursor2 {
  position: fixed;
  width: 4px;
  height: 4px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  /* background-color: #fff; */
  transform: translate(-50%, -50%);
  transition: 0.1s;
  pointer-events: none;
  z-index: 1000;
}

.grow,
.grow-small {
  transform: scale(4);
  background: white;
  mix-blend-mode: difference;
  border: none;
}

.grow-small {
  transform: scale(2);
}










.content-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-text {
  vertical-align: text-top;
  font-size: 20px;
}
.content-blog p {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin: 20px 0 30px;
}
.inner-blog {
    border: 1px solid #403f3f;
    background: #000;
    height: 100%;
}
.date-blog {
  font-size: 19px;
  color: #2dfbe8;
  font-weight: 400;
  font-family: "Onest", sans-serif;
}

.content-blog {
  padding: 20px 25px 40px;
}


.blog-home .title-home-same {
  margin-bottom: 40px;
}

.media.section .title-home-same {
  margin-bottom: 0px;
  margin-top: 60px;
}s
.blog-home {
  padding: 55px 0 100px;
}
.footer-main {
    padding: 50px 35px 50px;
    overflow: hidden;
    background: #000;
    position: relative;
    background-image: url(../images/body-image.webp);
    background-size: cover;
}
.footer-title {
  font-size: 34px;
  color: #fff;
  margin-bottom: 25px;
}

.media-marque1 {
  padding-bottom: 40px !important;
}

.inner-footer a {
  font-size: 18px;
  color: #fff;
  font-family: "Onest", sans-serif;
  /* font-size: 25px; */
  color: #000 !important;
  font-weight: 600;
  padding: 0 !important;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left, #ffffff, #ffffff 50%, #2bdce8 -50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: 0.7s ease-in-out;
}


.inner-footer a:hover {
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
  background-position: 0%;
}


.inner-footer p {
  font-size: 18px;
  color: #fff;
  font-family: "Onest", sans-serif;
  margin: 0px 0;
  font-weight: 500;
}
.email-adressbox img {
  margin-bottom: 19px;
}
.inner-footer ul li {
  margin-bottom: 10px;
}

.news-input input {
  width: 100%;
  text-align: left;
  background: none;
  color: #fff;
  border-bottom: 1px solid #464646;
  border-top: none;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  font-family: "Onest", sans-serif;
  margin: 10px 0 0;
  padding-right: 22px;
}

.news-input  {
  position: relative;
}
.news-input img {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.social-icons a {
  background: -webkit-linear-gradient(#56cff5, #56cff5, #27ffe6, #29fee7, #56cff5, #56cff5);
  /* -webkit-background-clip: text; */
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #000000;
  font-size: 25px;
  margin-right: 5px;
  color: #000000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 48px;
  text-align: center;
}
.copyright i {
  color: #fc0707;
}
.copyright p {
  color: #fff;
  font-weight: 500;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  margin: 0;
}
.copyright a {
  color: #fff;
  font-weight: 500;
  font-family: "Onest", sans-serif;
}
.copyright {
  display: flex
;
  justify-content: space-between;
  padding: 100px 0 70px;
  border-bottom: 1px solid #464646;
}
.inner-footer.news-width {
  max-width: 385px;
}
.social-icons {
  margin: 10px 0 0;
}

.social-icons a:hover {
  background: -webkit-linear-gradient(#28ffe7, #2afde7, #27ffe6, #29fee7, #56cff5, #56cff5);
}
.marque-footer {
  animation: marquee 30s linear infinite;
  display: flex
;
  position: relative;
  padding: 50px 0 0;
}
.news-input input::placeholder {
  color: #fff;
  font-size: 18px;
  font-family: "Onest", sans-serif;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}


.inner-form .wpcf7-not-valid-tip {
    text-align: left;
    margin-top: -40px;
    font-size: 18px;
    font-family: 'Barlow Condensed';
}


.media.section .swiper {
  width: 100%;
  height: 100%;
  transform: rotate(2deg);
  position: relative;
  z-index: 999 !important;
}
.marque-footer.media-marque2 {
  position: absolute;
  z-index: -9;
  animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite;
}

.marque-footer.media-marque3{
  animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite;
}

.marque-footer.media-marque4 {
  position: absolute;
  z-index: 9;
  top: 50%;
 
}
@keyframes qode-text-marquee-right {
  0% {
      transform: translateX(-100%)
  }

  100% {
      transform: translateX(0)
  }
}
.media.section {
  overflow: hidden;
  position: relative;
}
.media.section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media.section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}





/* video fixed css  */



/* cursor  */
@media (hover: hover) {
  .follower {

      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;

      width : 20px;
      height: 20px;

      display: flex;
      align-items:center;
      justify-content: center;

      pointer-events: none;

      border-radius: 50%;
      background: -webkit-linear-gradient(#56cff5, #56cff5, #27ffe6, #29fee7, #56cff5, #56cff5);

      transition: width .23s, height .23s;

      overflow: hidden;
      z-index: 9999;

}
.follower__content {
          color: #000;
          font-size: 1.0625rem;
          font-weight: 400;
          height: 0;
          display: flex;
          align-items: center;
          overflow: hidden;
          position:relative;
          white-space: nowrap;
      }

      .follower__inner {
          position: absolute;
          width: 0;
          height: 0;
          border-radius: 50%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          background: -webkit-linear-gradient(#56cff5, #56cff5, #27ffe6, #29fee7, #56cff5, #56cff5) !important;
          opacity: 0;
      }

  }

  body:not(:hover) {
      .follower {
          width : 0;
          height: 0;
          cursor: none;
      }
  }


@media (prefers-reduced-motion) {
  .follower {
      display: none;
  }
}













.media.section.followerchangetest {
  background-image: url(../images/body-image.webp);
  background-size: cover;
}

.blog-home {
  background: #000000;
  position: relative;
  z-index: 9;
  padding-bottom: 100px;
  background-image: url(../images/body-image.webp);
  background-size: cover;
}

.video-play-title {
  font-size: 125px;
  font-weight: 800;
  color: #fff;
}


.sc_title.sc_title_default p {
  font-size: 33px;
  color: #fff;
  font-family: "Onest", sans-serif;
  line-height: 40px;
  margin-bottom: 30px;
}



.inner-banner img {
  filter: brightness(0.4);
  width: 100%;
}


.inner-bannertxt {
  font-size: 74px;
  color: #fff;
  font-weight: 800;
  font-family: 'Barlow Condensed';
}
.breadcrumb-item a {
  font-size: 18px;
  color: #fff;
  font-family: "Onest", sans-serif;
}

.breadcrumb-item {
  color: #fff !important;
  font-size: 18px !important;
  font-family: "Onest", sans-serif;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
.breadcrumb-item.active {
  color: #2bdce8 !important;
}

.inner-banner {
  position: relative;
}
.inner-txt-banner {
  position: absolute;
  bottom: 120px;
  left: 20px;
  padding: 0;
  width: fit-content;
}


.video__wrapper video {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.video__play-button{
  margin:0;
  padding:0;
  cursor:pointer;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:0;
  background-color: rgb(0 0 0 / 0%);
  -webkit-appearance:none;
  z-index:2;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon{
  width:10%;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon--play polygon{
  transform-origin: 50% 50%;
  transition: all 200ms ease-in-out;
}

.video__play-button-icon--play:hover polygon{
  transform: scale(1.5);
}

.video__play-button[data-button-state="pause"] .video__play-button-icon--pause{
  display:none;
}

.video__play-button[data-button-state="play"] .video__play-button-icon--play{
  display:none;
}

.video__play-button[data-button-state="play"] .video__play-button-icon{
  opacity:0;
}

.video__play-button[data-button-state="play"]:hover .video__play-button-icon{
  opacity:1;
}

.video__play-button[data-button-state="play"]{
  background-color:rgba(0,0,0,0);
}

.video__play-button[data-button-state="play"]:hover{
  background-color:rgba(0,0,0,.4);
}

.video__fullscreen-button{
  margin:0;
  padding:0;
  position:absolute;
  bottom:10px;
  right:10px;
  border:0;
  background:transparent;
  cursor:pointer;
  border-radius:0;
  -webkit-appearance:none;
  z-index:3;
  transition: all 200ms ease-in-out;
}

.video__fullscreen-icon{
  padding:10px;
  display:block;
  vertical-align:top;
  color:#fff;
  opacity:0;
  visibility:hidden;
  transition: all 200ms ease-in-out;
}

.video__wrapper[data-state="pause"] .video__fullscreen-icon,
.video__wrapper[data-state="play"]:hover .video__fullscreen-icon{
  opacity:1;
  visibility:visible;
}

.video__fullscreen-icon polygon{
  fill:currentColor;
}

.video-section-film {
  position: relative;
  padding: 60px 35px;
}

.inner-film-video {
  position: relative;
  margin-bottom: 70px;
  height: 100%;
}

.film-videotitle {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.title-videofilm {
  position: relative;
  top: 25px;
}

.video__wrapper {
  height: 100%;
}
.our-story-home.foundersec1{
  background-image: url('../images/founderimg2.webp');
}

.our-story-home.foundersec3{
  background-image: url('../images/foundersec3bg.webp');
}
.spotlight-founder {
  padding: 125px 30px;
}
.inner-spotlight {
  position: relative;
  height: 100%;
}

.inner-spotlight a {
  height: 100%;
}
.imaage-spotlight {
  height: 100%;
}
.imaage-spotlight img {
  height: 100%;
}
.inner-spotlight .video__wrapper {
  height: 100%;
}
.inner-spotlight .film-videotitle:hover {
    color: #2bfbe7;
}
.inner-spotlight .film-videotitle {
    font-size: 26px;
    transition: 0.7s ease-in-out;
}
.head-spot {
  margin-bottom: 50px;
}

.video-section-film .mb-5 {
  margin-bottom: 120px !important;
}
.splide__slide {
  height: 100%;
}





/* // custom cursor style */
.cursors{
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid;
  transition: transform 0.3s ease;
  transform-origin: center;
  pointer-events: none;
  z-index: 1000;
}

.grow, .grow-small{
  transform: scale(4);
  background: white;
  mix-blend-mode: difference; 
  border: none;
}

.grow-small{
  transform: scale(2);
}



/* about page  and how we can */

.about-sec1 {
  padding: 105px 30px;
  background-image: url(../images/aboutimage2.webp);
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: darken;
  background-color: #000000a6;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-heading {
  font-size: 74px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.content-abtsec2 p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.about-sec2 {
  padding: 134px 0;
}
.image-abtsec2 {
  float: left;
  width: 663px;
  margin-right: 40px;
}
.about-sec3 p {
  font-size: 20px;
  color: #fff;
}
.width-abtsec3 {
  width: 1340px;
  margin: auto;
  text-align: center;
}
.about-sec3 {
  padding: 150px 0;
  background-image: url(../images/aboutimage4.webp);
  background-position: center;
  background-blend-mode: darken;
  background-color: #021925b3;
  background-repeat: no-repeat;
  background-size: cover;
}
.title2abtsec4 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.content-abtsec4 p {
  font-size: 20px;
  color: #fff;
}
.para-lastabtsec4 p {
  font-weight: 600;
}
.content-abtsec4 ul li {
  font-size: 20px;
  color: #fff;
  font-family: 'Onest';
  margin-bottom: 15px;
  list-style: disc;
  margin-left: 20px;
}
.image-abtsec4 {
  float: right;
  width: 663px;
  margin-left: 30px;
}
.about-sec4 {
  padding: 90px 0;
}


.image-wecansec1 {
  float: left;
  margin-right: 50px;
}
/* ene here / */




.cursorss2{
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid;
  transition: transform 0.3s ease;
  transform-origin: center;
  pointer-events: none;
  z-index: 1000;
}

.grow2, .grow-small2{
  transform: scale(1.9);
  background: white;
  mix-blend-mode: difference; 
  border: none;
}

.grow-small2{
  transform: scale(2);
}


.cursorss2
 {
  border: none;
}







/* contact  */

.contact-sec1 {
  padding: 140px 0 100px;
}

.contact-title {
  font-size: 74px;
  color: #fff;
  font-weight: bold;
}
.title-connect {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.box-seprate-phone a {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.box-seprate-phone.social-in {
  margin: 30px 0 0;
}
.box-seprate-phone.social-in a {
  line-height: 47px;
}
.box-seprate-phone a:hover {
  color: #2bdce8;
}
.inner-contact.leftside {
  border-right: 2px solid #717171;
  width: 680px;
  height: 230px;
}
.mail-text {
  text-align: center;
  margin: 40px 0 0;
}
.image-blog img {
    width: 100%;
}
.image-blog a {
    width: 100%;
}
.mail-text a {
  color: #fff;
  font-size: 69px;
  font-weight: bold;
  background: -webkit-linear-gradient(#56cff5, #56cff5, #27ffe6, #29fee7, #56cff5, #56cff5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00000000;
  /* -webkit-text-stroke: 10px; */
  -webkit-text-stroke-color: #00000000;
  font-family: 'Barlow Condensed' !important;
}

.contact-heading-form {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
}
.main-form {
  background-color: #2b2b2b;
  padding: 60px;
  border-radius: 10px;
  margin: 80px auto 0;
  text-align: center;
  max-width: 1120px;
  /* background-image: url('../images/body-image.webp'); */
}
.inner-form input {
  width: 100%;
  background: none;
  font-family: 'Onest', sans-serif !important;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  margin-bottom: 40px;
}

.inner-form textarea {
  width: 100%;
  background: none;
  font-family: onest !important;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  margin-bottom: 40px;
  color: #fff;
}

.inner-form input::placeholder,.inner-form textarea::placeholder {
  font-family: 'Onest', sans-serif;
}

.brn-contact input {
  color: #ffffff !important;
  font-size: 20px;
  font-family: onest;
  padding: 15px 77px;
  background: #2b2b2b;
  border: 1px solid;
  transition: 0.7s ease-in-out;
}
.brn-contact input:hover {
  background: #4adcf1;
  color: #000000 !important;
  border: 1px solid #fff;
}


.form-contact-map iframe{
  height: 700px;
}
/* end  */



/* construction page  */

.news-sec-dp-form .form-control {
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  border: none !important;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #80808099 !important;}
  .news-sec-dp-form .form-control::placeholder{color: #000;}

.news-sec-dp-form i {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 17px;
  line-height: 50px;
  color: #fff;
  margin: 0px 0px 0px 8px;
}

.ud-ct-button {
  position: relative;
  text-decoration: none;
  font-size: 21px;
  padding: 27px 90px;
  font-weight: 400;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #3361e1;
  font-family: 'Bilo', sans-serif;
}
.ud-ct-button span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  text-align: center;
  background: #3361e1;
  color: #fff;
  transition: 0.5s;
  border-radius: 5px;
  z-index: 1;
font-family: 'Bilo', sans-serif;
}
.ud-ct-button span:hover {
  background: #000;
  
}
.ud-ct-button:hover {
  border:1px solid #000;
  
}
.under-ct-section-1 {
  padding: 70px 0px 90px;
  text-align: center;
}
/* .under-ct-box{padding: 0px 200px;} */
.news-sec-dp-form {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.contact-sec1-btn {
  padding: 14px 20px;
  background: #19363a;
  border: none;
  color: #fff;
}
.under-ct-img {
  padding: 40px 0px;
}

.under-ct-section-1 p {
  color: #fff;
  font-size: 23px;
  margin-bottom: 30px;
}
.under-ct-img img {
  width: 50%;
}
/* end here  */




/* 404 and thank you  */



.page-not-found, .thank-you {
  text-align: center;
  padding: 80px 0;
}


.page-not-found img {
  width: 50%;
}

.home-back {
  color: #fff;
  background-color: #02246b;
  border-radius: 5px 5px 0px 0px;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  padding: 12px 30px;
  letter-spacing: 1px;
  transition: 0.5s ease-in-out;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: 0.5s ease-in-out;
}
.content-blog a:hover {
    color: #23fbe8;
}

.inner-spotlight video{
	height:100%;
	width:100%;
	object-fit:cover;
}

.page-not-found h3, .thank-you h3 {
  font-size: 300px;
  line-height: 250px;
  color: #ffffff;
  -webkit-text-stroke: 3px #27ffe6;
  margin: 0;
  font-weight: 600;
}

.page-not-found h5 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 10px;
}
.page-not-found p {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}
a.home-back:hover {
  background: #fff;
  color: #000;
  border: 2px solid #02246b;
}
.btn-404 {
  margin: 20px 0 0;
}


.thank-you img {
  width: 40%;
}


.thank-you h5 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.thank-you h3 {
  font-size: 150px;
  line-height: 180px;
}



/* end here  */

.inner-form input:focus {
    border-bottom: 1px solid #29fee7;
}
.inner-form textarea:focus{
	 border-bottom: 1px solid #29fee7;
}





.wpcf7-response-output {
    color: #fff;
    margin: 0 !important;
    font-size: 14px;
}


.copyright a:hover {
    color: #36f1eb;
}
.news-input input:focus  {
    border-bottom: 1px solid #29fee7;
}

.news-input input:focus.fotr-submi {
	border-bottom: 1px solid #29fee7;
}


.wpcf7-form-control.wpcf7-submit.has-spinner.fotr-submi {
    padding-right: 0;
}



/* fixed socials */



.email-text {
    position: fixed;
    top: 30%;
    z-index: 99999;
    right: -25px;
}
.email-icon{margin-bottom: 8px;}
.email-text a {
    right: 26px;
    z-index: 2;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-bottom: 6px;
    overflow: hidden;
    background: -webkit-linear-gradient(#56cff5, #56cff5, #27ffe6, #29fee7, #56cff5, #56cff5);
    color: #fff;
}
.email-text a i {
    background-color: transparent;
    color: #000;
    font-size: 20px;
}
.email-text a::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  transition: all 500ms ease-in;
}
.email-text a:hover::after {
  background-color:#000;
  top: 0;
}
.email-text a:hover {
  box-shadow: 0 0 20px #000;
}
.email-text a:hover i {
  color: #fff;
  z-index: 2;
}




/* end here  */





/* about page  and how we can */

.about-sec1 {
  padding: 105px 30px;
  background-image: url(../images/aboutimage2.webp);
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: darken;
  background-color: #000000a6;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-abtsec1 p {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 37px;
    font-family: 'Barlow Condensed' !important;
}
.about-heading {
  font-size: 74px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.content-abtsec2 p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.about-sec2 {
  padding: 134px 0;
}
.image-abtsec2 {
  float: left;
  width: 663px;
  margin-right: 40px;
}
.about-sec3 p {
  font-size: 20px;
  color: #fff;
}
.width-abtsec3 {
  width: 1340px;
  margin: auto;
  text-align: center;
}
.about-sec3 {
  padding: 150px 0;
  background-image: url(../images/aboutimage4.webp);
  background-position: center;
  background-blend-mode: darken;
  background-color: #021925b3;
  background-repeat: no-repeat;
  background-size: cover;
}
.title2abtsec4 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.content-abtsec4 p {
  font-size: 20px;
  color: #fff;
}
.para-lastabtsec4 p {
  font-weight: 600;
}
.content-abtsec4 ul li {
    font-size: 20px;
    color: #fff;
    font-family: 'Onest', sans-serif;
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 20px;
}
.image-abtsec4 {
  float: right;
  width: 663px;
  margin-left: 30px;
}
.about-sec4 {
  padding: 90px 0;
}

.content-abtsec4 b {
    font-family: 'Onest', sans-serif;
}
.image-wecansec1 {
    float: left;
    margin-right: 50px;
    margin-left: 0;
}
/* ene here / */



/* 404 and thank you  */



.page-not-found, .thank-you {
  text-align: center;
  padding: 80px 0;
}


.page-not-found img {
  width: 50%;
}

.home-back {
  color: #fff;
  background-color: #02246b;
  border-radius: 5px 5px 0px 0px;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  padding: 12px 30px;
  letter-spacing: 1px;
  transition: 0.5s ease-in-out;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: 0.5s ease-in-out;
}


.page-not-found h3, .thank-you h3 {
  font-size: 300px;
  line-height: 250px;
  color: #ffffff;
  -webkit-text-stroke: 3px #27ffe6;
  margin: 0;
  font-weight: 600;
}

.page-not-found h5 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 10px;
}
.page-not-found p {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}
a.home-back:hover {
  background: #fff;
  color: #000;
  border: 2px solid #02246b;
}
.btn-404 {
  margin: 20px 0 0;
}


.thank-you img {
  width: 40%;
}


.thank-you h5 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.thank-you h3 {
  font-size: 150px;
  line-height: 180px;
}



/* end here  */





/* blog page details css  */

.blog-details img {margin-bottom: 20px;}
.blog-details img {width: 100%;}
.content-blog-details .blog3 a {font-size: 26px; color: #000;}
#respond {background-color: #f5f5f5; padding: 20px;margin-top: 30px;border-radius: 5px;}
#comment {height: 120px;}
#comments input#submit{background: #014171;color: #fff; text-transform: uppercase;font-size: 16px;padding: 10px 40px;border-radius: 15px;  margin-top: 20px; margin-top: 15px;transition: 0.5s ease-in-out; border: 1px solid transparent !important;}
#reply-title {font-weight: 700;}
#comments input#submit:hover{background: #fff;color: #000;border: 1px solid #13abe1 !important;}
/* .blog-page.details {padding: 100px 0;} */
.content-blog-details p {color: #fff;font-weight: 400;}
div#comments p {font-weight: 400; color: #000; font-size: 18px;}
div#comments label {font-size: 18px;color: #000;font-weight: 400;}

.content-blog-details .blog3 {
  color: #fff;
  font-size: 40px;
}

.card-feel-sung {
  --card-circle-bg: var(--on-secondary);
  background-color: #d4d9dc;
  color: var(--on-surface-container);
  border-radius: 1rem;
  overflow: clip;
  padding: 30px 0 0;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.content-blog-details a {
    color: #28ffe7;
}
.card-even2 {
  --card-circle-bg: var(--secondary);
  background-color: #d4d9dc;
  color: var(--on-surface);
  padding: 30px;
  padding-right: 0;
  padding-left: 0;
}
.article {
  container-type: size;
  display: grid
;
  gap: 0;
  aspect-ratio: 3 / 4;
}

.visual {
    container-type: inline-size;
    overflow: hidden;
    margin: 0px 0 25px;
    height: 100%;
}

.card-headereven {
  display: grid
;
  gap: 12px;
  padding: 0px 0px 0 20px;
}
.title {
  padding: 0px 20px;
}
.hgroup {
  display: grid
;
  gap: 16px;
  padding-right: 20px;
}
.btn-blog {
  padding: 0 20px;
}
.category .blogtitle {
  font: var(--caption);
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  font-family: 'Barlow Condensed' !important;
  margin: 0;
  line-height: 40px;
}

.blog-inner .edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-top-1 {
    background: #000 !important;
}

.blog-inner .edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-right{
	background: #000 !important;
}

.blog-inner  .edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-left{
	background: #000 !important;
}

.blog-inner  .edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-bottom-2{
background: #000 !important;
}


.title p {
    font-size: 26px;
    font-family: onest !important;
    font-weight: 500;
    color: #000;
    margin: 0;
    margin: 20px 0 0;
}
.btn-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-text {
  vertical-align: text-top;
  color: #000;
}
/* .btn-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-top-1,.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-left,.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-bottom-2{
  background-color: #000;
} */

.btn-blog .edgtf-btn-box-border-left {
  background: #fff !important;
}
/* end here detail page  */


.search-blog-main aside#secondary {
    width: 100%;
}

/* blog page  */

.blog-page {
  padding: 90px 0 80px;
}
.blog-inner:hover img {
  transform: scale(1.1);
}
.blog-inner img {transition: 0.5s ease-in-out; width: 100%; }
.blog3 a { font-size: 23px; font-weight: 700;color: #000;}
.content-blog p {font-size: 18px;font-weight: 400;color: #000;}
.blog-btn { padding: 12px 45px; border-radius: 50px;}
.read-morehome1:hover { background: #fff; color: #000;border: 1px solid #13abe1 !important;}
.read-morehome1 {background: #02246b;  color: #fff;  text-transform: uppercase;   font-size: 16px; padding: 10px 40px; border-radius: 15px; margin-top: 20px;    margin-top: 15px; transition: 0.5s ease-in-out;border: 1px solid transparent !important;}
.categories-sec-blog h3 {
  margin: 30px 0 20px;
  font-weight: 600;
  color: #000;
}
.categories-sec-blog ul li a {
  color: #000000;
}
.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
  background: #2ad4e3;
  font-weight: 600;
  font-size: 17px;
  font-family: onest;
  color: #fff;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 12.3px;
}
.wp-block-search__button:hover {
  border: 1px solid #13abe1;
  color: #000000;
  background: #fff;
}
.categories-sec-blog ul li {
  padding: 15px 0;
  border-top: 1px solid #000000;
}
.search-box-blog input {
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 77%;
  color: #000 !important;
}
.search-box-blog label { display: block;font-size: 22px;font-weight: 700; color: #000;}
.search-blog-main {
  background: #d4d9dc;
  margin-left: 20px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
  padding: 18px 14px;
  border: 1px solid #686868;
}
.content-blog {padding: 20px 20px 40px 20px;}
.blog-inner {
  box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
  overflow: hidden;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  height: 100%;
}
.visual img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}










.content-blog a {
    color: #fff;
    font-size: 30px;
    font-family: 'Barlow Condensed' !important;
    line-height: 38px;
	font-weight:600;
}






@media (max-width:1680px) {


  





}

@media (max-width:1600px) {
.nav-item {padding: 0px 35px;}
.navbar-brand img {margin: 0 40px !important;}
.banner-title {font-size: 65px;}
.subbanner-title {font-size: 55px;}
.our-story-home {padding: 100px 20px;}
.our-storytitle {font-size: 110px;}
.inner-stroy-home p {font-size: 50px;line-height: 55px;padding-right: 0px;}
.project-home {margin-top: -60px;}
.title-home-same {font-size: 110px;}
.project-home .title-home {margin-bottom: 40px;}
.video-play-title {font-size: 95px;line-height: 110px; }
.sc_title.sc_title_default p {font-size: 28px;margin-bottom: 20px;}
.media.section .title-home-same { margin-top: 40px;}
.blog-home {padding-bottom: 90px;}
.copyright {padding: 80px 0 60px;}
.content-blog p {font-size: 25px;}
.wpcf7-form-control.wpcf7-submit.has-spinner.fotr-submi {right: 0;}
 .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {padding: 20px 30px !important; font-size: 20px !important;}
.page-header .wp-megamenu-main-wrapper.wpmm-orientation-horizontal .wpmm-mega-menu-href-title {font-size: 20px !important;} 
.content-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-text {font-size: 18px;}	
.bannertxt {bottom: 10%;padding: 20px;}	
.spotlight-founder {padding: 95px 30px;}
.contact-sec1 {padding: 120px 0 90px;}	
.contact-title { font-size: 70px;}	
.inner-contact.leftside { width: 700px;}	
.title-connect {font-size: 38px;}	
.box-seprate-phone a { font-size: 22px; line-height: 35px;}
.mail-text a { font-size: 65px;}	
.mail-text { margin: 30px 0 0;}	
.main-form {padding: 50px;margin: 70px auto 0;max-width: 1120px;}	
.contact-heading-form {font-size: 38px;}	
.inner-form input {margin-bottom: 30px; font-size: 16px;}	
.inner-form textarea {height: 130px;margin-bottom:20px;}
.brn-contact input {font-size: 19px; padding: 12px 60px;}	
	
/* abt or how */
.about-sec1 {padding: 90px 30px;}
.about-sec2 { padding: 110px 0;}
.about-heading {font-size: 70px;}
.content-abtsec2 p { font-size: 19px;}
.about-sec3 {padding: 130px 0;}
.title p {font-size: 24px;}
.inner-form .wpcf7-not-valid-tip { margin-top: -30px;}
	
	
	
	
}





@media (max-width:1440px) {
.nav-item {padding: 0px 25px;}
.navbar-brand img {margin: 0 40px !important;}
.banner-title {font-size: 60px;}
.subbanner-title {font-size: 50px;}
.our-story-home {padding: 80px 20px;}
.our-storytitle {font-size: 90px;}
.title-home-same {font-size: 90px;}
.inner-stroy-home p {font-size: 45px;line-height: 54px;padding-right: 27px;}
.sc_title {padding-left: 30px;}
.page-header .nav-link {font-size: 20px;}
.video-play-title {font-size: 80px;line-height: 78px;}
.sc_title.sc_title_default p { font-size: 25px; margin-bottom: 25px;line-height: 34px;}
.content-blog { padding: 15px 20px 30px;}
.content-blog p {font-size: 23px;margin: 15px 0 20px;line-height: 32px;}
.content-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-text {font-size: 17px;}
.footer-main {padding: 40px 20px 40px;}
.blog-home { padding-bottom: 80px;}
.inner-footer a {font-size: 17px;}
.inner-footer p {font-size: 17px;line-height: 30px;}
.inner-footer ul li {margin-bottom: 8px;}
.copyright {padding: 60px 0 60px;}
.social-icons a { -webkit-text-stroke-color: #171717a8;font-size: 23px !important;}
.marque-footer {padding: 40px 0 0;}
.copyright p {font-size: 17px;}
.film-videotitle {font-size: 26px;}
.title-videofilm {top: 15px;}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a { padding: 0px 25px 0px !important;}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal .wpmm-mega-menu-href-title {font-size: 19px !important;}
.page-header.is-sticky .navbar-brand img { max-width: 60%;}
.inner-bannertxt {font-size: 60px;margin: 0;}
.breadcrumb-item a { font-size: 17px;}	
.breadcrumb-item {font-size: 17px !important;}	
.video-section-film { padding: 50px 25px;}	
.spotlight-founder {padding: 65px 30px 100px;}	
.page-not-found h3, .thank-you h3 {font-size: 270px;line-height: 210px;}	
.thank-you h3 {line-height: 260px;font-size: 200px;}	
.contact-sec1 {padding: 100px 0 100px;}
 .inner-contact.leftside {width: 590px;}	
.contact-title { font-size: 65px;}
.contact-sec1 {padding: 80px 0 80px;}
.main-form {padding: 40px;margin: 50px auto 0;max-width: 990px; }
.inner-form textarea {height: 120px;margin-bottom: 10px;}
.brn-contact input {font-size: 19px;padding: 10px 50px;}
.inner-form input {margin-bottom: 25px;font-size: 16px;}
.title-connect {font-size: 35px;}
.contact-heading-form {font-size: 36px;}
.mail-text a {font-size: 60px;}
.box-seprate-phone a {font-size: 21px;line-height: 33px;}
/* blog page  */
.blog-page {padding: 80px 0 70px;}
.search-box-blog input { padding: 12px 20px; width: 74%;}
.categories-sec-blog h3 {margin: 25px 0 15px;}
.categories-sec-blog ul li a {font-size: 17px;}
.category .blogtitle {font-size: 35px;}
.title p {font-size: 24px;margin-bottom: 20px;}
.card-headereven {padding: 0px 0px 0px 20px;height: fit-content;}
.about-sec1 {padding: 80px 20px;}
.about-heading {font-size: 68px;margin-bottom: 10px;}
.inner-abtsec1 p { font-size: 28px; line-height: 36px;}
.about-sec2 {padding: 90px 0;}
.content-abtsec2 p {font-size: 18px;line-height: 30px;}
.about-sec3 {padding: 100px 0;}
.about-sec3 p { font-size: 18px;}
.about-sec4 { padding: 80px 0;}
.content-abtsec4 p {font-size: 18px; line-height: 30px;}
.content-abtsec4 ul li {font-size: 18px;}
.image-abtsec4 {width: 540px;}
.image-abtsec2 {width: 540px;}	
.card-feel-sung { padding: 30px 0 30px;}	
.content-blog-details p {font-size: 17px;line-height: 28px;}
.blog-page.details {padding: 80px 0;}	
.category .blogtitle {font-size: 30px;line-height: 37px;}	
.search-blog-main { margin-left: 10px;}	
.content-blog-details p {font-size: 17px;line-height: 30px;}	
.content-blog-details .blog3 { font-size: 36px;}	
.inner-form .wpcf7-not-valid-tip {margin-top: -23px;}
	
	
	
	
	
}




@media (max-width:1400px) {
  /* blog  */
  .search-box-blog input {padding: 12px 20px;width: 71%;}

.image-abtsec4.image-wecansec1 {
    margin-bottom: 20px;
}


}



@media (max-width:1366px) {

.navbar-brand img {margin: 0 0px !important; width: 70%;}
.subbanner-title {font-size: 48px;margin-bottom: 20px;}
.banner-title {font-size: 55px;margin: 0;}
.page-header .nav-link {font-size: 23px;}
.our-story-home { padding: 70px 10px;}
.our-storytitle {font-size: 80px;}
.title-home-same {font-size: 80px;}
.video-play-title {font-size: 70px;line-height: 76px;}
.sc_title.sc_title_default p {font-size: 20px;margin-bottom: 25px;line-height: 25px;}
.copyright { padding: 50px 0 50px;}
.footer-main {padding: 30px 20px 30px;}
.marque-footer { padding: 30px 0 0;}
a.navbar-brand {padding: 0; margin: 0;text-align: center;}
.page-header .wp-megamenu-main-wrapper.wpmm-orientation-horizontal .wpmm-mega-menu-href-title {font-size: 18px !important;}
.sc_title {padding-left: 20px !important;    max-width: 740px !important;}
.content-blog {padding: 15px 15px 25px;}
.content-blog p {font-size: 20px;margin: 10px 0 15px;line-height: 30px;}
.blog-home {padding-bottom: 60px;}	
.page-not-found, .thank-you {text-align: center;padding: 70px 0;}
.page-not-found h3, .thank-you h3 {font-size: 250px;line-height: 190px;}
.page-not-found h5 { font-size: 45px;margin: 20px 0 7px;}	
.page-not-found p {font-size: 20px;}	
.thank-you h3 {line-height: 200px;font-size: 160px;}	
.thank-you h5 { font-size: 35px;}
.contact-sec1 {padding: 70px 0;}	
.contact-title {font-size: 60px;}
.inner-contact.leftside {width: 550px;}
.title-connect {font-size: 30px;}
.mail-text a {font-size: 55px;}
.box-seprate-phone a {font-size: 19px;line-height: 31px;}
.main-form {padding: 30px;margin: 40px auto 0; max-width: 950px;}
.contact-heading-form {font-size: 34px;margin-bottom: 20px;}

/* blog  */
.blog-page {padding: 70px 0 60px;}
.article {gap: 0px;}
.category .blogtitle {font-size: 30px;line-height: 36px;}
.title p {font-size: 22px;line-height: 30px;}
.about-sec1 { padding: 70px 20px;}
.about-heading {font-size: 65px;margin-bottom: 10px;}
.inner-abtsec1 p {font-size: 26px;line-height: 35px;}
.about-sec2 {padding: 80px 0;}
.about-sec3 {padding: 80px 0;}
.about-sec3 p {font-size: 17px;margin: 0;line-height: 29px;}
.about-sec4 { padding: 70px 0;}
.title2abtsec4 { font-size: 32px;}
.blog-page.details {padding: 70px 0;}
.content-abtsec2 p {font-size: 17px;line-height: 28px;}
.content-abtsec4 p {font-size: 17px;line-height: 27px;}
.content-abtsec4 ul li { font-size: 17px; }
.image-abtsec4 {width: 450px;}
.image-abtsec2 { width: 450px;}
    .card-feel-sung {
        padding: 20px 0 20px;
    }.card-headereven {padding: 0px 0px 20px 20px;height: fit-content;}
	
	
	
}



body, html{ overflow-x:inherit;}




@media (max-width:1280px) {
.project-home .title-home {margin-bottom: -30px; }
.our-story-home {padding: 50px 10px;}
.video-section-film .mb-5 { margin-bottom: 90px !important;}
.inner-contact.leftside {width: 520px; }
.about-heading { font-size: 60px; }	
.inner-abtsec1 p {font-size: 24px;line-height: 33px;}	

	
	
	
}




@media (max-width:1152px) {

.inner-contact.leftside {width: 442px;}
.contact-title {font-size: 50px;}
.category .blogtitle {font-size: 25px;line-height: 30px;}	
.search-blog-main { margin-left: 0px;}
.title p {font-size: 20px;line-height: 28px;}
.article {gap: 0px;container-type: inline-size;}
.about-sec1 {padding: 50px 20px;}	
.about-sec2 {padding: 70px 0;}
.image-abtsec2 {width: 400px;margin-right: 25px;}
.image-abtsec4 {width: 350px;}
.about-sec3 {padding: 60px 0;}
.about-sec4 { padding: 60px 0;}
.image-abtsec4.image-wecansec1 { width: 350px; margin-left: 0; margin-right: 40px;}	
.card-feel-sung {padding: 20px 0 20px;}
	
	
	
	
}




@media (max-width:1024px) {
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {padding: 0px 17px 0px !important;}
.page-header .wp-megamenu-main-wrapper.wpmm-orientation-horizontal .wpmm-mega-menu-href-title {font-size: 17px !important;}
.banner-title {font-size: 45px;margin: 0;}	
.subbanner-title {font-size: 40px;margin-bottom: 20px;}
.our-storytitle {font-size: 70px;}
.inner-stroy-home p {font-size: 40px;line-height: 45px;}
.title-home-same {font-size: 70px;}
.project-home .title-home {margin-bottom: -100px;}
.video-play-title {font-size: 60px;line-height: 64px;}
.footer-title {font-size: 30px; margin-bottom: 15px;}
.content-blog p {font-size: 17px;margin: 10px 0 15px;line-height: 26px; }
.copyright p {font-size: 16px;}
.footer-main {padding: 0 10px 20px;}
.inner-footer a {font-size: 16px;}
.inner-footer p {font-size: 16px;line-height: 26px;}
.copyright {padding: 40px 0;}
.email-adressbox img {width: 80%;}
.date-blog { font-size: 18px;}
.video-section-film {padding: 50px 20px;}	
.video-section-film .mb-5 {margin-bottom: 110px !important;}		
.inner-bannertxt {font-size: 50px;margin: 0;}
.spotlight-founder {padding: 50px 30px 100px;}
.inner-spotlight .film-videotitle {font-size: 22px;}
.head-spot { margin-bottom: 30px;}
.spotlight-founder {padding: 40px 30px 90px;}
.thank-you h3 {line-height: 160px;font-size: 130px;}
.thank-you h5 { font-size: 30px;}
.inner-contact.leftside {height: 200px;}	
.blog-page.details {padding: 50px 0;}	
.about-heading {font-size: 50px;}	
.about-sec1 {padding: 50px 20px;}	
.about-sec2 {padding: 70px 0;}
.about-sec3 {padding: 50px 0;}
.about-sec4 {padding: 50px 0;}
 .card-headereven { padding: 0px 0px 20px 10px;height: fit-content;}	
.title {padding: 0px 10px;}
.btn-blog {padding: 0 10px;}    
.title p {font-size: 18px;line-height: 25px;}	
	
	
	
	
}



@media (max-width:991px) {
.container {max-width: 95%;}
#rmp_menu_trigger-87 { right: 2% !important;border-radius: 50% !important;}
#rmp_menu_trigger-87 {width: 50px !important; height: 50px !important;border: 1px solid #2dfbe8 !important;top: 36px !important;}
#rmp_menu_trigger-87:hover, #rmp_menu_trigger-87:focus {background: #000000 !important;}	
 #rmp-container-87 {background-image: url('../images/body-image.webp') !important;}	
ul#wpmega-menu-menu-1,ul#wpmega-menu-menu-2 {display: none;}
.navbar-brand img {margin: 0 0px !important;width: 15%;position: absolute;left: 10px;}
.wpmega-openblock { display: none !important;}
 #rmp-menu-wrap-87 .rmp-menu-current-item .rmp-menu-item-link:hover, #rmp-menu-wrap-87 .rmp-menu-current-item .rmp-menu-item-link:focus {color: #fff; border-color: #2bdce8;background: #2bdce8 !important;}	
.page-header.is-sticky {height: 124px;}
.navbar-expand-lg .navbar-collapse {height: 0px;padding: 0;}
.page-not-found h3, .thank-you h3 {font-size: 230px;line-height: 170px;}
.thank-you h3 {line-height: 160px;font-size: 130px;}	
.contact-sec1 { padding: 50px 0;}
.article {gap: 0px;container-type: inline-size;}
.content-blog-details .blog3 {color: #fff; font-size: 33px;}	
.about-sec2 {padding: 50px 0;}
.about-sec3 {padding: 40px 0;}	
.about-sec1 {padding: 40px 10px;}
	
	
	
	
}


@media (max-width:912px) {
    .category .blogtitle {font-size: 22px;line-height: 27px;}
    .card-feel-sung {padding: 20px 0 70px;}
    .elementor-section.elementor-section-height-full { height: 50vh !important;}
	.foundersec2-video #myVideo {height: 40vh;}
	
	
	
	
}



@media (max-width:840px) {
.banner-title {font-size: 36px;margin: 0;letter-spacing: 3px;} 
.marque-studio-home {overflow: hidden; margin-bottom: -80px;}
.inner-stroy-home p { font-size: 36px;line-height: 45px;padding-right: 0px; }
.our-storytitle {font-size: 60px;}
.subbanner-title {font-size: 30px;margin-bottom: 15px;}
.footer-title {font-size: 27px; margin-bottom: 13px;}
 .inner-txt-banner {bottom: 70px;left: 10px;}
.page-header.is-sticky {height: 104px;}
 #rmp_menu_trigger-87 {top: 30px !important;}
.navbar-brand img {top: 10px;}
.video-section-film {padding: 40px 10px;}
.film-videotitle {font-size: 22px;}
.spotlight-founder {padding: 40px 0px 90px;}
 .contact-title {font-size: 45px;}	
.inner-contact.leftside { width: 342px; }
.main-form {padding: 20px;margin: 20px auto 0;max-width: 100%;}	
.brn-contact input { font-size: 18px;padding: 7px 40px;}
.blog-page {padding: 60px 0 50px;}
.card-feel-sung {padding: 20px 0 30px;}
.article {gap: 0px;container-type: inline-size;}
.content-blog-details .blog3 { color: #fff;font-size: 29px;}	
.content-blog-details p {font-size: 16px;line-height: 27px;}	
.about-heading {font-size: 45px;}
.inner-abtsec1 p {font-size: 22px;line-height: 31px;}	
.about-sec1 {padding: 30px 0px;}
.image-abtsec2 {width: 340px;margin-right: 25px;}
.about-heading {font-size: 43px;}
.project-home .title-home-same { padding-bottom: 130px;}	
body:not(.fixed_blocks_sticky) .sc_stack_section_effect_slide.sc_stack_section_fixed, .sc_stack_section_effect_fade.sc_stack_section_fixed { top: 110px !important;}	
	
	
	
}





@media (max-width:768px) {

.inner-contact.leftside { width: 312px;}
.box-seprate-phone a {font-size: 17px;line-height: 26px;}
.about-heading {font-size: 40px;}	
.media.section .title-home-same {padding-bottom: 0;}	
	
	
	

}





@media (max-width:767px) {
.our-story-home {padding: 40px 0px; }
.image-studiofx img {margin: 35px 0 0;}
.project-home .title-home {margin-bottom: 30px;}
.our-storytitle {font-size: 50px;}
 .inner-stroy-home p {font-size: 28px;line-height: 32px;padding-right: 0px; margin: 5px 0 0;font-weight: 400;background-position: right;background-size: 100% 240%;}
.flex-our-stroy {margin: 20px 0 0;}
.foundersec2-video .container-fluid { padding: 0;}
.title-home-same {font-size: 50px; }
.project-home .col-md-12 {padding: 0;}
.sc_title {padding-left: 10px !important;max-width: 100% !important;}
.sc_title.sc_title_default p { font-size: 18px;margin-bottom: 15px;line-height: 25px;}
.video-play-title { font-size: 40px;line-height: 54px;}
 .media.section .title-home-same {margin-top: 20px;margin-bottom: -20px;}
.project-home .elementor-container>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-container>.elementor-column>.elementor-element-populated {padding-top: 120px !important;padding-bottom: 100px !important;}
.email-adressbox img {width: 30%; }
.inner-footer.news-width {max-width: 100%;}
.video-section-film .mb-5 {margin-bottom: 90px !important;}
.inner-footer {margin-bottom: 15px;}
.blog-home { padding-bottom: 30px;}
.copyright {padding: 10px 10px;display: block;}
.marque-footer {padding: 15px 0 0;}
.copyright p {font-size: 16px;line-height: 24px;margin-bottom: 8px;}
.blog-home .title-home-same { margin-bottom: 20px;}
.inner-footer.news-width {margin-bottom: -10px;}
.inner-spotlight a {height: 100%; width: 100%;}
.imaage-spotlight img {height: 100%;width: 100%;}
.spotlight-founder {padding: 40px 0px 10px;}
.spotlight-founder .mb-5 {margin-bottom: 80px !important;}
.footer-main { padding: 0 0px 10px; }
.email-adressbox p {display: flex;gap: 6px; margin: 5px 0;}
.email-adressbox a {display: block;}
.image-studiofx img {   object-fit: cover;}
.inner-txt-banner {bottom: 0px;left: 10px;}
.breadcrumb-item a {font-size: 15px;}.breadcrumb-item {font-size: 15px !important; }
.inner-bannertxt {font-size: 33px;margin: 0;}
.video-section-film {padding: 40px 0px;}
 .page-not-found, .thank-you { padding: 40px 0;}	
.page-not-found p {font-size: 20px; padding: 0 10px;line-height: 29px;}	
.page-not-found h3, .thank-you h3 {font-size: 200px;line-height: 150px;}
.thank-you h3 {line-height: 160px;font-size: 130px;}
.contact-sec1 {padding: 40px 0;}	
.inner-contact.leftside {width: 100%; height: auto; border: none;}	
.box-seprate-phone.social-in {margin: 20px 0;}	
.inner-form textarea {height: 90px;margin-bottom: 10px;}
.main-form { padding: 15px;}
.mail-text a {font-size: 45px;word-break: break-all; line-height: 65px;}
.inner-form input {margin-bottom: 10px;font-size: 16px;}
.mail-text {margin: 0px 0 0;text-align: left; }
.contact-heading-form {font-size: 34px;margin-bottom: 10px;text-align: left;}
.blog-page {padding: 40px 0 40px;}	
.category .blogtitle {font-size: 27px;line-height: 32px;margin-bottom: 20px;}
.title p {font-size: 20px;line-height: 28px;margin-bottom: 0; margin: 0;}
.title {padding: 10px 10px;}
.btn-blog {padding: 0 10px;}	
.card-headereven {padding: 0px 0px 0px 10px;}	
.card-feel-sung { padding: 20px 0; }
.content-blog-details iframe { border: 0; width: 100%;}	
.image-abtsec2 {width: 100%;margin-right: 0;margin-bottom: 20px;}
.image-abtsec2 {width: 100%;margin-right: 0;}	
.image-abtsec2 img {width: 100%;}
.image-abtsec4 img {width: 100%;}
.inner-abtsec1 p { font-size: 20px;line-height: 28px; font-weight: 500;}
.about-heading {font-size: 35px; }
.about-sec1 {padding: 20px 0px;}
.about-sec2 {padding: 40px 0;}	
.title2abtsec4 {font-size: 24px;}
.about-sec3 {padding: 20px 0;}
.about-sec4 {padding: 40px 0;}
.image-abtsec4.image-wecansec1 {width: 100%;margin-left: 0;margin-right: 0;margin-bottom: 20px;}	
.article {aspect-ratio: 3 / 2;}	
 .inner-form .wpcf7-not-valid-tip { margin-top: 0px; }	
.image-abtsec4 {width: 100%;margin-bottom: 20px;}
.inner-footer.news-width .wpcf7-response-output {margin-top: -24px !important; margin-bottom: 20px !important;}
#myVideo {height: 50vh;}
.email-text {top: 20%;left: 28px;display:none;}	
.banner-home video#myVideo {height: 100vh;}	
.src-listing h2 {font-size: 25px;padding-right: 30px;}	
.project-home .title-home-same { padding-bottom: 0px;}body, html {overflow-x: inherit;cursor: none;}
.follower{display:none;}	
	
	
	
	
	
}





@media (max-width:460px) {
.media.section .title-home-same {margin-top: 20px;margin-bottom: -60px;position: relative;z-index: 9;}
.thank-you {padding: 40px 10px;}
.thank-you h3 {line-height: 140px;font-size: 110px;}
.video-play-title {font-size: 30px;line-height: 36px;}
.sc_title.sc_title_default p {font-size: 17px;margin-bottom: 10px;line-height: 24px;}
/* .sc_title { padding: 23px 0;} */
.subbanner-title {font-size: 25px;margin: 5px 0 15px; }
.bannertxt {bottom: 2%;padding: 20px 10px;}
/* .project-home .elementor-container>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-container>.elementor-column>.elementor-element-populated {padding-top: 0px !important;padding-bottom: 0 !important;} */
.nav-height {height: 98px;}
.our-story-home {padding: 20px 0px 40px;background-attachment: local !important;}
.spotlight-founder { padding: 30px 0px 10px;}
.our-storytitle {font-size: 45px;margin: 0;line-height: 52px;}
.navbar-brand img {width: 24%;}
.page-header.is-sticky {height: 98px;}
#rmp_menu_trigger-87 {top: 23px !important;}
 .contact-title {font-size: 40px;line-height: 42px;}		
.title-connect { font-size: 27px;}
.mail-text a {font-size: 35px;line-height: 45px;}
.brn-contact {text-align: left;}
.contact-sec1 {padding: 30px 0; }
.contact-title { font-size: 35px;line-height: 41px;}
 .inner-banner.notfound-banner, .thankyou-banner { display: none;}	
.project-home .title-home-same {font-size: 50px;padding-bottom: 0;margin-bottom: -80px;}	
body:not(.fixed_blocks_sticky) .sc_stack_section_effect_slide.sc_stack_section_fixed, .sc_stack_section_effect_fade.sc_stack_section_fixed {
top: 21px !important;}

	
	
	
	
}





@media (max-width:414px) {
.nav-height {height: 90px;}
.page-header.is-sticky {height: 90px;}
.thank-you h3 { line-height: 130px;  font-size: 97px;}
.mail-text a {font-size: 30px;line-height: 45px;}
    .about-companytitle {
        font-size: 25px;
    }	
	
	
	
}







@media (max-width:390px) {
.video-play-title {font-size: 24px;line-height: 29px;}
.inner-stroy-home p {font-size: 28px;line-height: 32px;padding-right: 0px;}
.thank-you h3 {line-height: 120px;font-size: 88px;}
.category .blogtitle {font-size: 24px;line-height: 28px; }	
	
	
	
	  
}






@media (max-width:360px) {
.navbar-brand img {width: 28%;}
.mail-text a {font-size: 28px;}	
	
	
	
	
}