html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Unbounded';
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #fff;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #000;
  height: 100vh;
  position: relative;
  background-image: url(../images/bodyimage2.webp); background-repeat: repeat;
  background-attachment: fixed;
}
/* body::after {
  background-image: url(../images/bodyimage.webp);
  background-size: cover;

  height: 100vh;
  content: '';
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  filter: brightness(0.2);
  width: 100%;
} */


::-webkit-scrollbar {
    width: 10px;
    height: 15px;
    
    }
    ::-webkit-scrollbar-track-piece  {
    background-color: #fff;
    }
    ::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-image: linear-gradient(to right, #25fde6, #0076f2, #25fde6, #25fde6, #25fde6, #25fde6, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
 
    }


  
    @font-face {
      font-family: 'Unbounded';
      src: url('../fonts/Unbounded-SemiBold.woff2') format('woff2'),
          url('../fonts/Unbounded-SemiBold.woff') format('woff');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }
    
    @font-face {
      font-family: 'Unbounded';
      src: url('../fonts/Unbounded-Black.woff2') format('woff2'),
          url('../fonts/Unbounded-Black.woff') format('woff');
      font-weight: 900;
      font-style: normal;
      font-display: swap;
    }
    
    @font-face {
      font-family: 'Unbounded';
      src: url('../fonts/Unbounded-Regular.woff2') format('woff2'),
          url('../fonts/Unbounded-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }
    
    @font-face {
      font-family: 'Unbounded';
      src: url('../fonts/Unbounded-Light.woff2') format('woff2'),
          url('../fonts/Unbounded-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }
    
    @font-face {
      font-family: 'Unbounded';
      src: url('../fonts/Unbounded-Bold.woff2') format('woff2'),
          url('../fonts/Unbounded-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }
    
    @font-face {
      font-family: 'Unbounded';
      src: url('../fonts/Unbounded-ExtraBold.woff2') format('woff2'),
          url('../fonts/Unbounded-ExtraBold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }
    
    @font-face {
      font-family: 'Unbounded';
      src: url('../fonts/Unbounded-Medium.woff2') format('woff2'),
          url('../fonts/Unbounded-Medium.woff') format('woff');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }
    
    @font-face {
      font-family: 'Unbounded';
      src: url('../fonts/Unbounded-ExtraLight.woff2') format('woff2'),
          url('../fonts/Unbounded-ExtraLight.woff') format('woff');
      font-weight: 200;
      font-style: normal;
      font-display: swap;
    }
    


textarea,
input,
div,
span,
li,
button {
  font-family: 'Unbounded';
}

ul {
  margin: 0;
  padding: 0;
}

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

p {
  line-height: 32px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  font-family: 'Unbounded';
  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;
}

a {
  text-decoration: none !important;
  transition: all 0.8s ease-in-out;
  color: #575555;
  font-family: 'Unbounded';
}

a,
span {
  display: inline-block;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}
h1, h2, h3, h4, h5, h6{ font-family: 'Unbounded';}
::-webkit-input-placeholder { /* Edge */
color: #444;
font-family: 'Unbounded';
  }  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #444;
 font-family: 'Unbounded';
  }
  
  ::placeholder {  
    color: #444;
    font-family: 'Unbounded';
  }

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



/*css start*/


/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  position: relative;
  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); */
  padding: 0px 40px 0px 40px;
}
.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: background 0.3s;}
.page-header button svg {flex-shrink: 0;margin-left: 5px;fill: currentColor;}
.page-header button:hover {background: #0ab8f6;}
.page-header.page-header2{position: absolute;}



/* 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: #0076f25c;
  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 */



.logotext {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.logosmalltxt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
}


.page-header .nav-link {
  font-size: 17px;
  color: #fff !important;
  margin-right: 54px;
  font-weight: 400;
  padding: 0 !important;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left, #ffffff, #ffffff 50%, #13b9ec -50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: 0.7s ease-in-out;
}







/* button hover line  */


.website-btn:hover {
  color: #fff;
}

.website-btn:hover:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}
.website-btn:before {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #26ffe6 0%, #26ffe6 100%), linear-gradient(to top, #0076f2 50%, transparent 50%), linear-gradient(to top, #0076f2 50%, transparent 50%), linear-gradient(to right, #26ffe6 0%, #26ffe6 100%), linear-gradient(to left, #26ffe6 0%, #26ffe6 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
 
 } 









/* end here  */






/* glow effect  */



:root {
  --gradient: conic-gradient(
    from 90deg at 50% 50%,
    #0076f2,
    #13b9ec,
    #0076f2,
    #13b9ec,
    #0076f2,
    #13b9ec,
    #0076f2
  );
}


.cardgrade {
  position: relative;
  flex-direction: column;
  transition: border-color 0.3s ease-in-out;
}

.cardgrade::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
  background: var(--gradient);
  background-attachment: fixed;
  mask: linear-gradient(#0000, #0000), conic-gradient(from calc((var(--start) - (20 * 1.1)) * 1deg), #ffffff1f 0deg, white, #ffffff00 100deg);
  mask-composite: intersect;
  mask-clip: padding-box, border-box;
  opacity: 0;
  transition: 0.5s ease;
  z-index: -9;
}

.glow {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(14px);
}

.glow::before {
  position: absolute;
  content: "";
  width: 98%;
  height: 98%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 15px solid transparent;
  background: var(--gradient);
  background-attachment: fixed;

  mask: linear-gradient(#0000, #0000),
    conic-gradient(
      from calc((var(--start) - (20 * 1.1)) * 1deg),
      #ffffff1f 0deg,
      white,
      #ffffff00 100deg
    );
  mask-composite: intersect;
  mask-clip: padding-box, border-box;
  opacity: 0;
  transition: 1s ease;
}

.cardgrade:hover > .glow::before {
  opacity: 1;
}
.cardgrade:hover::before {
  opacity: 0.6;
}


/* end here  */









.inner-hbanner.image-banner img {
  width: 100%;
  display: grid;
  place-content: center;
  color: white;
  text-shadow: 0 1px 0 #000;
  --border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle), #213, #112 5%, #112 60%, #213 95%);
  border: solid 5px transparent;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #0076f2, #0be3ce 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 3s linear infinite;
  height: 100vh;
  object-fit: cover;
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
 }
}
.inner-hbanner.image-banner img:hover {
  animation-play-state: paused;
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}





.nav-link:hover {
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
  background-position: 0%;
}
.nav-link:hover:before {
  width: 100%;
}


.navbar-expand-lg .navbar-collapse {
  display: flex !important
;
  flex-basis: auto;
  justify-content: right;
}









.nav-calling {
  font-size: 17px;
  color: #fff;
  background: #0076f2;
  padding: 17px 50px;
  /* background-image: linear-gradient(to left bottom, #0076f2, #0076f2, #0076f2, #0076f2, #0be3ce, #0be3ce, #0be3ce, #0be3ce, #0076f2, #0076f2
, #0076f2, #0076f2); */
  background-size: cover;
  border: 3px solid #ffffff00;
  transition: 0.8s ease-in-out;
  position: relative;
  background-image: url('../images/buttonimg1.webp');
}





.nav-calling:hover {
  font-size: 17px;
  color: #fff;
  /* background: #0076f2; */
  /* padding: 17px 50px; */
  /* background-image: linear-gradient(to right top, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2 40%, #0076f2 20%, #0076f2 30%, #0be6c6 60%, #0076f2, #0076f2, #0076f2, #0076f2); */
  background-size: cover;
  border: 3px solid #ffffff00;
  transition: 0.8s ease-in-out;
  /* filter: hue-rotate(45deg); */

 }  



.nav-calling:hover:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}
.nav-calling:before {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to top, #fff 50%, transparent 50%), linear-gradient(to top, #fff 50%, transparent 50%), linear-gradient(to right, #fff 0%, #fff 100%), linear-gradient(to left, #fff 0%, #fff 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
  /* border-radius: 10px; */
}





.bannertxt {
  background: -webkit-linear-gradient(#26ffe6, #0076f2, #26ffe6, #26ffe6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 85px;
  /* display: inline-block; */
}


.banner-text {
  position: relative;
  /* font-size: 3rem; */
  color: white;
  /* text-align: center; */
  z-index: 1001;
  pointer-events: none;
  /* padding-top: 35vh; */
}
.bg-img {
    position: absolute;
    bottom: -380px;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    height: 40vh;
    background-image: url(../images/bannerimage.webp);
    background-size: cover;
    background-position: center;
    z-index: 900;
    transition: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-color: #00000054;
    background-blend-mode: darken;
}



/* scroll  */

.pin-spacer {
  margin: 0 !important;
}
/* 
#image {
  height: 100vh;
  width: 100vw;
  z-index: 1;
} */

/* end  */




.innr-hbanner p {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
}

.website-btn {
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 56px;
  box-sizing: border-box;
  text-align: center;
  text-transform: capitalize;
  background-color: transparent;
  font-size: 1.1em;
  transition: 0.3s;
  border: 2px solid #ffffff;
  border-image-source: linear-gradient(to right, #0099ff 0%, #26ffe6 50%, #26ffe6 49%, #0099ff 57%, #0099ff 100%);
  border-image-slice: 4;
  /* overflow: hidden; */
  position: relative;
}














/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/buttonimg1.webp');
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}










/* .spacer {
  height: 100vh;
} */

.about-section a.website-btn {
  font-size: 16px;
  padding: 14px 30px;
}

.same-btn {
  margin: 30px 0 0;
}


.home-banner {
  padding: 230px 0 50px;
}

.innr-hbanner.txt {
  padding: 60px 120px 0 0px;
  position: relative;
  z-index: 999;
}

.inner-hbanner.image-banner {
  margin: -130px 0 0 !important;
  position: relative;
  z-index: -9;
}
.inner-footer ul li a:hover {
  color: #13b9ec;
}
.inner-footer a:hover {
  color: #13b9ec;
}
.home-title{
  font-size: 60px;
  background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}



.inner-abouthome p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 36px;
  padding-right: 50px;
}
.inner-abouthome.text {
  padding-left: 200px;
}
/* .about-section {
  padding: 115px 0;
  position: relative;
} */

.about-section {
  padding: 480px 0 70px;
  position: relative;
  /* height: 100vh; */
}
.banner-text2 {
  float: right;
}

.banner-text1 {
  float: left;
  width: 750px;
}



.inner-hbanner.image-banner::after {
  content: '';
  position: absolute;
  left: 0;
  width: 380px;
  height: 100%;
  z-index: 99;
  background-image: url(../images/bannerimgblue.webp);
  background-repeat: no-repeat;
  bottom: -370px;
  background-position: bottom;
  background-size: contain;
}

.about-section::after {
  content: '';
  position: absolute;
  left: 0;
  /* width: 100%; */
  height: 120%;
  z-index: -9;
  background-image: url(../images/about-shadow-new.webp);
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  background-position: right;
  background-size: 70% 90%;
}

.inner-servicehome img {
  width: 100%;
}
.servicebtn .website-btn {
  font-size: 30px;
  padding: 25px 127px;
  background: #0000009c;
  border-image: none  !important;
  border: 2px solid transparent;
  border-image-source: linear-gradient(to right, transparent) !important;
  border-image-slice: 4 !important;
  overflow: hidden;
  transition: 0.7s ease-in-out;
}


.inner-servicehome {
  position: relative;
}
.servicebtn {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}


.inner-servicehome:hover .website-btn{
  /* border: 2px solid #ffffff; */
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  transition: 0.7s ease-in-out;
  background: #0000009c;
  border-image-source: linear-gradient(to right, #0099ff 0%, #26ffe6 50%, #26ffe6 49%, #0099ff 57%, #0099ff 100%) !important;
  border-image-slice: 4 !important;
  overflow: hidden;
  color: #fff;
}
.head-service .home-title {
  text-align: center;
  margin-bottom: 40px;
  background-image: linear-gradient(to right, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
}

.servicehome {
  padding: 0 0 80px;
}

.head-record .home-title {
  text-align: center;
  background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
  margin-bottom: 40px;
}

.width-recod {
  max-width: 1090px;
  margin: auto;
}

.record-cardtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.inner-record p {
  font-size: 17px;
  color: #fff;
  margin: 20px 0 0;
  font-weight: 200;
}
.inner-record {
  padding: 30px;
  background: #1e1d1d;
  height: 100%;
  width: 95%;
  border: 2px solid transparent;
}

.inner-record:hover img {
  transform: translateY(-10px);
}
.inner-record img {
  margin-right: 20px;
  transition: 0.7s ease-in-out;
}


/* image slide css  */


/* end here  */







.inner-record:hover {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  /* text-align: center; */
  /* text-transform: uppercase; */
  background-color: transparent;
  transition: 0.3s;
  background: #0000009c;
  border-image-source: linear-gradient(to right, #0099ff 0%, #26ffe6 50%, #26ffe6 49%, #0099ff 57%, #0099ff 100%) !important;
  border-image-slice: 4 !important;
  overflow: hidden;
  color: #fff;
}

.head-shows .home-title {
  text-align: center;
  background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
  margin-bottom: 30px;
}


.shows-section {
  padding: 0 0 90px;
}
.inner-shows img {
  width: 100%;
}
.inner-shows::after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 99;
  background-image: url(../images/shows-gradiantimg.webp);
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.inner-shows {
  position: relative;
	
}


.inner-shows:hover:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}
.inner-shows:before {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #0076f2 0%, #25fde6 100%), linear-gradient(to top, #25fde6 50%, transparent 50%), linear-gradient(to top, #0076f2 50%, transparent 50%), linear-gradient(to right, #0076f2 0%, #25fde6 100%), linear-gradient(to left, #0076f2 0%, #25fde6 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
  /* border-radius: 10px; */
}



.inner-servicehome:hover.website-btn:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}
.inner-servicehome .website-btn:before {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #0076f2 0%, #25fde6 100%), linear-gradient(to top, #25fde6 50%, transparent 50%), linear-gradient(to top, #0076f2 50%, transparent 50%), linear-gradient(to right, #0076f2 0%, #25fde6 100%), linear-gradient(to left, #0076f2 0%, #25fde6 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
  /* border-radius: 10px; */
}




/* gallery css  */

.sub{
  column-count: 4;
  display:ruby;
}

.photos-grid-container .img-box {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.photos-grid-container .img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.6);
}
.photos-grid-container .img-box:hover .caption {
  transform: translateY(-5px);
}
.photos-grid-container img {
  max-width: 100%;
  display: block;
  height: auto;
  transition: 0.8s ease-in-out;
}

.gallery-home {
  padding: 0 0 130px;
}

.photos-grid-container .img-box img:hover {
  transform: scale(1.2);
}
.photos-grid-container .caption {
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 1.5rem;
}

#gallery {
  padding: 0;
}
.head-gallery .home-title {
  text-align: center;
  margin-bottom: 30px;
  background-image: linear-gradient(to right, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
}

.photos-grid-container .transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
}

/* .photos-grid-container .sub:nth-child(0) {
  grid-column: 1;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.photos-grid-container .sub:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
} */
.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
 /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}





/* end here  */



/* ------------------------inner-banner-css---------------------------- */

.breadcrumb {
  list-style: none;
  padding:  0px;
 margin: 0;
 justify-content: center;
}

.breadcrumb ul li {
  display: inline;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.breadcrumb ul li a {
  color: #fff;
}

.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: "/\00a0";
  font-weight: bold;
}

.breadcrumb ul li a:hover {
  color: #3d9be9;
  text-decoration: underline;
}

.inner-banner-section {
  position: relative;
}


.inner-banner-title {
  position: absolute;
  bottom: 27%;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
#gallery {
    padding: 0;
    text-align: center;
}
.inner-main-title {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  text-align: center;

}
.about-inner-title{
  font-size: 53px;
  background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 30px;
}

.about-inner-img{
  width: 646px;
  margin-left: 60px;
  float: right;
}
.about-sec1{
  padding: 100px 0px 80px 0px;
}

.about-inner-text p{
  font-size: 17px;
  line-height: 34px;
}
.about-team-wrapper {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.team-title{
  padding-top: 20px;
  text-align: center;
}

.about-team-sec{
  padding: 50px 0px 80px 0px;
}

.about-team:hover img {
  transform: scale(1.1);
  transition: 0.7s ease-in-out;
}

.about-team{
  transition: 0.7s ease-in-out;
}
.about-team img{
  transition: 0.7s ease-in-out;
}
.about-team-sec .home-title {
    display: none;
}

/* ----------contact-css------------ */

.contact-page{
  padding: 100px 0px;
}



.contact-form input::placeholder {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  background: #202020;
}

.contact-form textarea::placeholder {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  background: #202020;
}
.contact-form select{
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  background: #202020;
}
.input-text {
    border: 1px solid #3f3e3e;
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    background: #202020;
}

.input-textarea {
    border: 1px solid #3f3e3e;
    padding: 7px 15px;
    width: 100%;
    margin-bottom: 15px;
    height: 137px;
    background: #202020;
}
.wpcf7 form .wpcf7-response-output {  margin: 1em 0.5em 1em !important;}

.textarea {
  border: 1px solid #3f3e3e;
  padding: 20px 20px;
  width: 100%;
  margin-bottom: 15px;
  color: #3f3f3f;
  font-size: 17px;
  font-weight: 500;

}


.submit-btn {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  padding: 12px 50px;
  transition: 0.7s ease-in-out;
  border: 2px solid #ffffff;
  border-image-source: linear-gradient(to right, #0099ff 0%, #26ffe6 50%, #26ffe6 49%, #0099ff 57%, #0099ff 100%);
  border-image-slice: 4;
  position: relative;
}

.submit-btn:hover {
  color: #fff;
  background-color: transparent;
  transition: 0.5s ease-in-out;
}
.inner-contact-form.contact-form {
  background: #202020;
  padding: 30px;
}

.contact-title{
font-size: 36px;
padding-bottom: 15px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
}

.contact-sub-title{
  font-size: 30px;
  margin-top: 30px;
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
}

.contact-details p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  padding-right: 100px;  
  margin-bottom: 25px;
}
.contact-button {
  display: flex;
}
.cus-btn {
  padding: 20px 30px;
  font-size: 16px;
  background-color: #202020;
  color: #fff;
  font-weight: 300;
  margin-right: 15px;
  position: relative;
  border: 2px solid transparent;
  transition: 0.7s ease-in-out;

}
.contact-button img{
  padding-right: 10px;
}
.cus-btn:hover {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  background-color: transparent;
  transition: 0.7s ease-in-out;
  background: #0000009c;
  border-image-source: linear-gradient(to right, #0099ff 0%, #26ffe6 50%, #26ffe6 49%, #0099ff 57%, #0099ff 100%) !important;
  border-image-slice: 4 !important;
  overflow: hidden;
  color: #fff;

}

.contact-add-title{
  font-size: 47px;
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
}


.contact-map iframe{
  width: 100%;
  height: 560px;
}
.contact-address li {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  padding-top: 20px;
}
.contact-address a {
  color: #fff;
  font-weight: 300;
}

.socials.contact-socials {
  margin-top: 25px;
}

.contact-address {
  padding-left: 30px;
}

.inner-contact-form input[type="text"] {
    color: #fff;
}
.inner-contact-form input[type="email"] {
    color: #fff;
}

.inner-contact-form input[type="tel"] {
    color: #fff;
}


button.accordion-button.collapsed {
    font-size: 18px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
    font-weight: bold;
    padding: 20px 0px;
}

.accordion-body p {
  font-size: 16px;
  line-height: 32px;
}

.accordion-button:not(.collapsed) {
  font-size: 17px;
 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
  font-weight:bold;
  background-color: transparent;
  padding: 15px 0px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #373535;
}

.accordion-flush .accordion-item:last-child {
  border-top: 1px solid #373535;
}

.accordion-item {
  background-color: transparent;
}

.accordion-button {
  background-color: transparent;
}

/* .accordion-button:not(.collapsed)::after {
  filter: brightness(0.5);
  transform: rotate(-180deg);
} */

.contact-faq{
  padding: 80px 0px;
}

.accordion-button::after { 
  filter: brightness(800);
}

.accordion-flush .accordion-item:first-child {
  border-top: 1px solid #373535;
}

.accordion-body {
  padding: 0;
}

.home-faq-tab {
  padding-left: 30px;
}





/* -------------------------error-page---------------------- */

.error-section {
  padding:  100px 0px;
}

.error-title {
  color: #fff;
  font-weight: 500;
  font-size: 58px;
  text-align: center;
  margin-top: 40px;
  background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error {
  text-align: center;
 position: relative;
}
.error > .code {
  font-size: 15rem;
  margin: 0;
  line-height: 200px;
  letter-spacing: 12px;
  font-weight: bold;
  background: -webkit-linear-gradient(-86deg, #0076f2 5%, #25fde6 53%, #25fde6 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #0e0e0e;
}
.error > p {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 20px;
  color: #fff;
}


/* --------------thanku-page-css---------------- */

.no-banner-pad{
  padding: 100px 0px 100px 0px;
}

.message {
  padding: 80px 50px;
  text-align: center;
  max-width: 700px;
  margin: auto;
  transition: 0.3s ease-in-out;
  position: relative;
border: 1px solid #fff;
}

.thanku-text {
  font-size: 80px;
  color: #fff;
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);

}

.message p{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 10px 0px 20px 0px;
  letter-spacing: 1px;
}

.thanku-section .message:before {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #0076f2 0%, #25fde6 100%), linear-gradient(to top, #0076f2 50%, transparent 50%), linear-gradient(to top, #0076f2 50%, transparent 50%), linear-gradient(to right, #0076f2 0%, #25fde6 100%), linear-gradient(to left, #0076f2 0%, #25fde6 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s; 
}

.thanku-section .message:hover:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}
.thanku-btn .website-btn{
  padding: 10px 35px;
  font-size: 16px;
}




/* ---------------------------end-------------------------- */



/* -----audio--css----- */
/* .audio-img{
width: 720px;
float: left;
margin-right: 30px;
}
 */
.audiosec1-top-text {
  text-align: center;
  padding-bottom: 40px;
}
.audio-list li {
    font-size: 18px;
    padding-bottom: 15px;
    list-style: inside;
    font-weight: 300;
}
.audiosec1-top-text p {
  font-size: 20px;
  line-height: 36px;
}

.audio-sec2{
background-image: url(../images/audio-sec2-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-color: #000000cf;
background-blend-mode: darken;
background-attachment: fixed;
}

.audio-sec1 .home-title {background-image: linear-gradient(to right, #25fde6, #25fde6, #25fde6, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #25fde6, #25fde6, #0076f2, #0076f2);}

.audio-sec2 .home-title { background-image: linear-gradient(to right, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2); }

.studio-equipment-toptext p {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

.studio-title{
  font-size: 30px;
    background-image: linear-gradient(to right, #0076f2, #0076f2, #25fde6, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2, #0076f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 30px 0px 20px 0px;
   
}

.studio-list {
  column-count: 2;
  width: 87%;
}

.studio-equipment-text {
  margin-left: 17%;
}

.audio-pricing-img {
  width: 720px;
  float: right;
  margin-left: 30px;
}

.top-main-container{
padding: 100px 0px;
}

.websiteinner-btn{
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  padding: 16px 30px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;  transition: 0.3s;
  border: 2px solid #ffffff;
  border-image-source: linear-gradient(to right, #0099ff 0%, #26ffe6 50%, #26ffe6 49%, #0099ff 57%, #0099ff 100%);
  border-image-slice: 4;
 text-transform: capitalize;
}

.audio-sec3 {
  margin-bottom: 50px;
}


.inner-banner-section img {
  opacity: 0.6;
}

.video-sec2{
  background-image: url(../images/video-sec2-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-color: #000000cf;
background-blend-mode: darken;
background-attachment: fixed;
}

.audio-sec2.video-sec2 .studio-equipment-toptext p {
  text-align: center;
 max-width: 100%;
}
.audio-sec2.video-sec2 .studio-equipment-text {
  margin-left: 10%;
}

.audio-sec2.video-sec2 .studio-list {
  width: 100%;
}

.audio-sec2.video-sec2 .studio-equipment-text p{
text-align: center;
padding-top: 20px;
}




/* -----end------ */









.footer-main {
  padding: 0 35px 60px;
}
.inner-footer a {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
}
.inner-footer p {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  margin: 5px 0 0;
}
.inner-footer h5 {
  font-size: 23px;
  color: #fff;
  font-weight: 300;
  margin: 20px 0 6px;
}
.para-footercopy p {
  color: #fff;
  font-size: 17px;
  margin: 0;
  text-align: center;
}
.para-footercopy {
  margin: 50px 0 0;
}
.inner-footer img {
  margin-bottom: 35px;
}
.input-footer {
  position: relative;
}
.inner-footer ul li a {
  margin-bottom: 15px;
}
.inner-footer img {
  margin-bottom: 35px;
}

.inner-footer input::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.inner-footer input {
  background: #2b2b2b;
  padding: 15px;
  width: 100%;
  color: #fff;
  border: none;
  position: relative;
}
.footer-title {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 40px;
}
.addressbreak {
  padding-right: 130px;
}
.socials {
  margin: 40px 0 0;
}
.input-footer img {
  position: absolute;
  top: 20px;
  right: 20px;
}
.socials i {
  font-size: 25px;
  margin-right: 13px;
  background: -webkit-linear-gradient(#0076f2, #26ffe6, #26ffe6, #26ffe6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.input-textarea {
    color: #fff;
}
.img-box a{ display:block;}
#rmp_menu_trigger-260 {  background: #0a77e4 !important;}



/* ----------------------blog-listing-css-------------------------- */

.blog-section{padding: 80px 0px 80px 0px; }
.blog-text { padding: 20px 0px;  }
.blog-search { width: 100%; position: relative;  margin-bottom: 15px;  display: flex;}
.blog-img a { width: 100%;}
.blog-title { font-size: 22px; color: #fff; font-weight: 400;}
.blog-search button { background-color: transparent; font-size: 17px; color: #fff; border: 2px solid #ffffff; border-image-source: linear-gradient(to right, #0099ff 0%, #26ffe6 50%, #26ffe6 49%, #0099ff 57%, #0099ff 100%);  border-image-slice: 4;  padding: 0px 10px;  transition: 0.5s ease-in-out;  font-weight: bold;}
.blog-search button:hover {  background: #000;  color: #fff;  transition: 0.5s ease-in-out; }
.blog-listing-title{ color: #fff; font-size: 25px; font-weight: 500;}
.blog-listing-button .book-btn{ margin: 0;}
.inner-blog-card-text{ padding: 30px; transition: 0.5s ease-in-out; border: 1px dashed #fff;}
.blog-search-box{  padding: 20px 25px 140px 25px; }
.blog-search input{ width: 100%; border: 2px solid #ffffff; border-image-source: linear-gradient(to right, #0099ff 0%, #26ffe6 50%, #26ffe6 49%, #0099ff 57%, #0099ff 100%);  border-image-slice: 4;  border-radius: 10px;  padding: 12px;  margin-right: 10px;  background-color: transparent;}
.blog-search [type=search] {color: #fff;}
.blog-categories-list { margin-top: 20px;}
.blog-categories ul li{ font-size: 17px;  font-weight: 400;  color: #fff;  border-top: 1px solid #9f9f9f;  padding:  10px 0px 10px 0px;  position: relative;}
.home-blog-text p { font-size: 18px; line-height: 28px;}
.blog-categories ul li a{  color: #fff;}
.blog-categories ul li a{display:inherit !important;transition: 0.5s ease-in-out;}
.blog-categories  a:hover{color: #0099ff;transition: 0.5s ease-in-out;}
.blog-banner-text h1 {  font-size: 30px;  font-weight: 400;}
.blog-banner-text h3 {  font-size: 30px;  font-weight: 600;  padding-top: 15px;}
.blog-banner-text li{padding-bottom: 5px;font-size: 18px;}
.blog-detail-btn a {  text-transform: lowercase;}
.blogs-detail-img{  width: 500px;  float: left;  margin-right: 20px;}
.blog-btn .website-btn{  padding: 12px 30px;  font-size: 16px;}
.blog-banner-text{  margin: 30px 0px;}

@media (max-width:1680px) {




}



@media (max-width:1600px) {
  .home-banner {padding: 190px 0 0px !important;}
  .bannertxt {font-size: 80px;}
  .innr-hbanner p {font-size: 34px;line-height: 43px;}
  .bg-img {bottom: -360px;}
  .page-header .nav-link { margin-right: 50px;}
  .nav-calling {font-size: 17px;padding: 13px 40px;}
  .about-section { padding: 450px 0 60px;}
  .home-title { font-size: 55px;}
  .inner-abouthome p {font-size: 17px;line-height: 30px;padding-right: 50px;}
.about-section a.website-btn {font-size: 16px;padding: 12px 25px;}
.head-service .home-title {margin-bottom: 35px;}
.servicebtn .website-btn {font-size: 28px;padding: 20px 120px;}
.inner-abouthome.text {padding-left: 120px;}
.head-record .home-title { margin-bottom: 30px;}
.inner-record {padding: 25px;}
.record-cardtitle {font-size: 23px;}
.inner-record img {margin-right: 15px;}
.inner-record p {font-size: 17px;margin: 17px 0 0;line-height: 30px;}
.gallery-home { padding: 0 0 110px;}
.footer-title {font-size: 22px;margin-bottom: 35px;}
.footer-main {padding: 0 30px 50px;}
.inner-footer input {padding: 15px;}
.inner-footer p {font-size: 16px; margin: 5px 0 0; line-height: 29px;}
.inner-footer ul li a { margin-bottom: 12px;}
.inner-footer a {font-size: 16px;}
.address a {word-break: break-all;}
.cus-btn { padding: 15px 30px;}
button.accordion-button.collapsed { font-size: 20px;  padding: 15px 0px;}
.contact-address li { font-size: 20px;}

.photos-grid-container .img-box {width: 394px;}	
	
	
}

@media (max-width:1536px) {
.banner-text1 {float: left;width: 620px;}
.bannertxt {font-size: 72px;}
.innr-hbanner.txt { padding: 20px 120px 0 0px;position: relative;z-index: 999;}
.innr-hbanner p {font-size: 31px;line-height: 41px;}


}


@media (max-width:1440px) {
.banner-text1 {float: left; width: 650px;}
.bannertxt { font-size: 70px; }
.innr-hbanner p {font-size: 30px;line-height: 43px;}
.bg-img {bottom: -320px;}
.home-banner {padding: 160px 0 0px !important;}
.innr-hbanner.txt {padding: 30px 120px 0 0px; position: relative;z-index: 999;}
.page-header .nav-link {margin-right: 40px;}
.inner-abouthome p {font-size: 16px;line-height: 30px;padding-right: 20px;}
.inner-abouthome.text {padding-left: 100px;}   
 .home-title {font-size: 50px;}
 .servicebtn .website-btn {font-size: 25px;padding: 15px 110px;}
.servicehome { padding: 0 0 70px;}
.inner-record {padding: 20px;}
.inner-record p {font-size: 16px;margin: 17px 0 0;line-height: 28px;}
.shows-section {padding: 0 0 70px;}
.gallery-home {padding: 0 0 90px;}
.footer-main {padding: 0 20px 40px;}
.addressbreak {padding-right: 120px;}
.socials {margin: 30px 0 0;}
.para-footercopy p {font-size: 16px;}
.inner-footer input {padding: 13px;}
.input-footer img {position: absolute; top: 16px;right: 15px;width: 20px;}
.footer-title {font-size: 21px;margin-bottom: 20px;}
.about-section { padding: 420px 0 60px; }
.audio-list li { padding-bottom: 10px;}
button.accordion-button.collapsed { font-size: 18px; }
.photos-grid-container .img-box {width: 354px;}
.audio-text p { line-height: 30px; font-size: 17px;}	
	
	
}


@media (max-width:1400px) {
.banner-text1 {float: left;width: 610px;}
.bannertxt {font-size: 66px;}
.bg-img {bottom: -430px;}
.innr-hbanner p {font-size: 28px;line-height: 41px;}
.about-section {padding: 500px 0 60px;}
.addressbreak {padding-right: 110px;}
.navbar-light .navbar-brand { width: 260px;}
.about-inner-img { margin-left: 40px;}
.home-title { font-size: 45px; }
.cus-btn { padding: 15px 20px; }	
.contact-add-title { font-size: 45px;}	
.inner-contact-form.contact-form p { line-height: 26px;}	
 .photos-grid-container .img-box {width: 344px;}	
	
	
	
}




@media (max-width:1366px) {
.bg-img { bottom: -300px;}
.about-section { padding: 370px 0 60px;}
.home-title {font-size: 45px;}
.head-service .home-title { margin-bottom: 30px;}
.innr-hbanner.txt {padding: 30px 0px 0 0px;  position: relative;  z-index: 999;}
.inner-footer a { font-size: 15px;}
.about-inner-text p {font-size: 15px;  line-height: 30px;}
.about-inner-img { width: 550px;}
.record-cardtitle { font-size: 20px;}
.about-sec1 { padding: 80px 0px 80px 0px;}
.error > .code { font-size: 12rem;}
.error-title { font-size: 48px; margin-top: 25px;}
.error-section { padding: 60px 0px 100px 0px;}
.thanku-btn .website-btn {padding: 10px 25px; font-size: 15px;}	
.audiosec1-top-text p { font-size: 18px; line-height: 34px;}
p { line-height: 30px; font-size: 16px;}
.audio-list li { font-size: 16px; padding-bottom: 10px;}
.studio-list { column-count: 2; width: 94%;}
.top-main-container {padding: 80px 0px;}
.audio-pricing-img { width: 530px;}
.navbar-brand img {width: 230px;}
.websiteinner-btn { font-size: 16px; padding: 14px 24px;}
.photos-grid-container .img-box {width: 335px;}



.website-btn { padding: 12px 30px;font-size: 18px;	}
.innr-hbanner p { font-size: 26px;line-height: 38px; }	
.bannertxt { font-size: 60px;  }	
.home-title { font-size: 40px;}	
.addressbreak { padding-right: 70px; }	
.inner-footer h5 { margin: 10px 0 6px;}	
.page-header .nav-link { margin-right: 30px; }	
.inner-footer input { padding: 10px;}	
.inner-main-title { font-size: 45px;}	
.breadcrumb ul li { font-size: 16px;}	
.inner-record p { margin: 15px 0 0;}	
.nav-calling {font-size: 16px; padding: 10px 40px; }	
.about-inner-title { font-size: 45px;}	
.gallery-home { padding: 0 0 70px;}	
.top-main-container { padding: 70px 0px; }	
.website-btn { padding: 12px 40px; font-size: 16px; }	
.fotr-news input.wpcf7-form-control.wpcf7-submit { right: 0px !important;}	
.footer-title { font-size: 20px; }	
.nav-calling:hover{ font-size: 16px;}	
.page-header .nav-link { font-size: 16px;}	
.contact-details p { font-size: 20px; line-height: 34px;}	
.input-text { padding: 10px 15px;}	
.input-text::placeholder{ font-size:15px !important;}
textarea::placeholder{ font-size:15px !important;}
.contact-form select { font-size: 15px;}
.submit-btn { font-size: 16px; padding: 12px 40px;}	
.accordion-body p { font-size: 16px; line-height: 30px;}	
.submit-btn { padding: 10px 30px;}	
.contact-page { padding: 80px 0px;}	
.inner-contact-form.contact-form { padding: 15px;}	
.contact-button img { width: 40px;}	
.contact-address li { font-size: 18px; }	
button.accordion-button.collapsed { font-size: 16px; }	
}


@media (max-width:1360px) {
.cus-btn { padding: 15px 12px;  }
.contact-details p { font-size: 19px; }
.photos-grid-container .img-box {width: 334px;}	
	
	
	
	
}


@media (max-width: 1280px) {
.banner-text1 { float: left; width: 530px; }
.photos-grid-container .img-box {width: 316px;}	
.page-header .nav-link {font-size: 14px;}
.page-header .nav-link {margin-right: 20px;}

	
	
	
}

@media (max-width: 1152px) {
.navbar-brand img { width: 200px; }
.page-header .nav-link {margin-right: 22px; }	
.page-header .nav-link { font-size: 14px; }	
.nav-calling { padding: 10px 30px; font-size:15px; }	
.contact-title { font-size: 30px;}	
.contact-page .container{ max-width: 90%;}	
.cus-btn { font-size: 14px;}	
.input-text { padding: 10px 10px; }	
.input-textarea { padding: 7px 10px;}	
.contact-add-title { font-size: 40px;}	
.contact-address { padding-left: 10px;}	
.contact-add-title { font-size: 35px; }	
.footer-title { font-size: 19px; }	
.addressbreak { padding-right: 40px;}	
.nav-calling:hover { font-size: 15px; }	
.accordion-body p { font-size: 15px; }	
.inner-footer img { width: 220px;}	
.home-title {font-size: 35px;}	
.photos-grid-container .img-box {width: 284px;}	
	
	
	
}

/*-------------------end----------------------*/

body, html{ overflow-x:inherit;}




@media (max-width:1024px) {
.page-header { padding: 0px 20px 0px 20px;}
.navbar-light .navbar-brand { width: 200px; }
.contact-button { display: block;}	
.cus-btn { font-size: 16px; margin-bottom: 20px; }	
.page-header .nav-link { margin-right: 20px; }	
.addressbreak { padding-right: 20px; }	
.footer-title { font-size: 17px; }	
.home-title { font-size: 30px;}	
.contact-details p {font-size: 18px; }	
.input-textarea { height: 120px;}	
.bannertxt { font-size: 45px; }	
.banner-text1 { width: 420px; }	
.innr-hbanner.txt { padding: 0px 0px 0 0px;}	
.innr-hbanner p { font-size: 23px; line-height: 35px; }	
.inner-abouthome.text { padding-left: 40px;}	
.servicebtn .website-btn { font-size: 22px; }	
.mb-5 { margin-bottom: 2rem !important;}	
.inner-record {  width: 100%;}	
/* .bg-img { bottom: -130px; }	
.about-section { padding: 200px 0 60px; }	 */
.photos-grid-container .img-box {width: 338px;}
.servicehome .ps-0{ padding-left:15px !important;}	
.message { padding: 80px 0px;  max-width: 100%;}	
	
	
	
	
	
}



@media (max-width:991px) {
.about-inner-title { font-size: 45px; }	
.about-sec1 {  padding: 80px 0px 40px 0px; }	
.studio-equipment-text {  margin-left: 19%;}	
.audio-pricing-img { width: 500px; }	
.page-header button{ display: none !important;}	
.navbar-expand-lg .navbar-collapse { display: none !important;}	
a.nav-calling { margin-right: 100px;}	
#rmp_menu_trigger-260 { top: 21px !important; right: 3% !important;}	
.home-banner .container{ max-width: 95%;}	
.record-home .container{ max-width: 95%;}	
.shows-section .container{ max-width: 95%;}		
.footer-title {font-size: 26px; margin-top: 30px; }		
.inner-footer a { font-size: 16px; }	
.inner-footer input { padding: 15px;}	
#rmp-menu-wrap-260 .rmp-menu-current-item .rmp-menu-item-link { border-color: #0076f2 !important; background-color: #0076f2 !important; }	
#rmp_menu_trigger-260.is-active { background: #0076f2 !important;}	
#rmp_menu_trigger-260:hover, #rmp_menu_trigger-260:focus { background: #0076f2 !important;}	
.about-sec1 .container{ max-width: 95%; }	
.about-inner-img { width: 470px; }	
.inner-record { padding: 15px; }	
.record-cardtitle { font-size: 16px; }	
.inner-footer a { font-size: 16px; }	
.about-inner-title { padding-top: 0px;}	
.top-main-container .container { max-width: 95%; }	
.top-main-container { padding: 50px 0px; }	
.studio-equipment-text { margin-left: 0%; }	
.studio-title {text-align: center;}	
.audio-sec2.video-sec2 .studio-equipment-text { margin-left: 0%;}	
.inner-main-title { font-size: 40px; }	
.contact-page { padding: 60px 0px; }	
.contact-map .container{ max-width: 90%; }	
.contact-faq .container{ max-width: 90%; }	
.contact-sub-title { font-size: 25px;}	
.photos-grid-container .img-box {width: 327px;}
	
	
	
	
}


@media (max-width:912px) {
.about-inner-img { width: 430px; }    
.about-inner-title { font-size: 35px; }   
.record-cardtitle { font-size: 13px;}
.audio-pricing-img { width: 400px; }	
.home-title { font-size: 25px; }	
.contact-page .container {  max-width: 95%; }	
.contact-map .container { max-width: 95%; }	
.contact-faq .container { max-width: 95%; }	
.contact-add-title { font-size: 30px; }	
.contact-faq { padding: 40px 0px;}	
button.accordion-button.collapsed {font-size: 18px; }
.cus-btn {font-size: 14px; margin-bottom: 20px; padding: 15px 10px;}	
.photos-grid-container .img-box {width: 301px;}
.servicehome .ps-0 { padding-left: 15px !important;}
.servicebtn .website-btn { padding: 15px 70px;}	
	
	
	
	
}


@media (max-width:840px) {
.photos-grid-container .img-box { width: 270px;}
.banner-text1 { width: 360px;}
.bannertxt {font-size: 40px; }	
.inner-abouthome.text { padding-left: 15px;}
.photos-grid-container .img-box {width: 266px; }	
.gallery-home {padding: 0 0 30px;}	
.about-inner-img { width: 340px; }	
.servicebtn .website-btn { font-size:22px; padding: 15px 50px;}	
	
	
	
	
	
}





@media (max-width:768px) {
.photos-grid-container .img-box {width: 253px;}
.banner-text1 { width: 350px; }	
.inner-abouthome p { padding-right: 0px; }
.about-section { padding: 340px 0 60px; }	
.glightbox-clean .gprev { top: 48% !important;}	
.glightbox-clean .gnext { top: 48% !important;}	
.inner-banner-text-heading { font-size: 25px; }	
	
	
}




@media (max-width:767px) {
.navbar-brand img { width: 150px; }
#rmp_menu_trigger-260 { width: 45px !important; height: 45px !important; }
.nav-calling { padding: 10px 10px; font-size: 15px;}	
a.nav-calling { left:170px; position: absolute; top: 20px; margin-right: 0px;}	
.page-header { padding: 0px 12px 0px 12px; }	
.home-banner .container { max-width: 100%; }	
.banner-text1 { width: 100%; }	
.bannertxt { font-size: 40px; }	
.innr-hbanner p { font-size: 17px; line-height: 30px; }	
.inner-abouthome.text { padding-left: 0px; }	
.inner-abouthome p { padding-right: 0px;}	
.same-btn { margin: 10px 0 0;}	
.about-section a.website-btn {font-size: 16px; padding: 12px 20px; }	
.inner-abouthome.text { margin-bottom: 30px; }	
.pe-0 { padding-right: 11px !important;}	
.ps-0 { padding-left: 11px !important;}	
.servicebtn .website-btn { padding: 15px 40px; }	
.inner-servicehome img { margin-bottom: 15px;}	
.servicehome { padding: 0 0 30px; }	
.record-home .container { max-width: 100%; }	
.inner-shows { margin-bottom: 20px;}	
.shows-section { padding: 0 0 20px; }	
.sub {column-count: 1;padding: 15px;display: block; }
.gallery-home { padding: 0 0 20px;}
.footer-main { padding: 0 0px 30px; }
.footer-title { font-size: 22px; }
.para-footercopy p { text-align: left;}
.para-footercopy{ margin: 30px 0 0;}
.inner-banner-title { bottom: 10%;}
.inner-main-title { font-size: 30px;}
.about-sec1 { padding: 40px 0px 40px 0px; }
.about-inner-title {font-size: 30px; }
.about-sec1 .container { max-width: 100%; }
.about-inner-img { width: 100%;}	
.about-inner-title { padding-top: 15px; }
.about-inner-img { margin-left: 0px; }
.about-sec1 { padding: 40px 0px 20px 0px; }
.record-cardtitle {font-size: 18px; }
#rmp_menu_trigger-260 { top: 20px !important; }
.about-inner-img { float:inherit;}
.head-gallery .home-title { margin-bottom: 10px;}
.audiosec1-top-text p { font-size: 16px; line-height: 30px; }
.audiosec1-top-text {  padding-bottom: 20px;}
.top-main-container .container {max-width: 100%; }
.audio-img { width: 100%; }
.audio-img { width:100%; float: inherit; margin-right: 0px;}
.home-title { padding-top: 15px; }
.top-main-container { padding: 30px 0px; }
.studio-list { column-count: 1; width: 100%; }
.audio-pricing-img { width: 100%; }
.audio-pricing-img {float: inherit;margin-left: 0px;}
.audio-sec3 { margin-bottom: 20px;}
.studio-title { padding: 20px 0px 20px 0px;}
.studio-title { font-size: 25px;}
.inner-footer input { padding: 12px; }
.website-btn { padding: 12px 15px; font-size: 14px;}
.contact-page { padding: 30px 0px; }
.contact-page .container { max-width: 100%; }
.cus-btn { margin-right: 0px;}
.contact-address { padding-left: 0px;}
.contact-faq { padding: 10px 0px; }
.home-faq-tab { padding-left: 0px;}
.contact-faq .container { max-width: 100%; }
.contact-map .container { max-width: 100%; }
.input-textarea { margin-bottom: 0px;}
.wpcf7 form .wpcf7-response-output { font-size: 14px !important;}
.about-section {  padding: 320px 0 20px; }
.audiosec1-top-text p { text-align: left;  }	
.audio-sec2 .home-title	{ text-align: left !important;  }	
.studio-equipment-toptext p { text-align: left;}	
.studio-title { text-align: left; }	
.head-record .home-title {text-align: left;}	
.audio-sec2.video-sec2 .studio-equipment-text p {text-align: left;}	
.contact-title { text-align: left !important; }	
.audio-sec2.video-sec2 .studio-equipment-toptext p { text-align: left;}	
.footer-title { margin-top: 20px; }	
.inner-footer img { width: 300px; }
.head-shows .home-title { margin-bottom: 20px;}	
.home-title { font-size: 30px; }	
.record-home .container{ padding:0px;}	
.shows-section .container { max-width: 100%; }		
.home-title { font-size: 26px; }	
.contact-address li { padding-top: 10px;}	
.contact-sub-title { margin-top: 20px;}	
.photos-grid-container img {  width: 100%;}
.photos-grid-container .img-box{width:100%;}	
.error > .code { font-size: 6rem; line-height:110px; }	
.error-title { font-size: 40px; }	
.error > p { font-size: 18px;}
.error-section { padding: 40px 0px 60px 0px; }	
section.record-home.about-record { padding: 0px 15px;}	
.about-inner-title {font-size: 25px; }	
.home-title {font-size: 25px; }	
.thanku-text { font-size: 40px;}	
.message p { font-size: 16px;}	
.message {padding: 60px 0px; }	
.no-banner-pad {  padding: 60px 0px 60px 0px;}	
	
	
	
	
	
	
}



@media (max-width:360px) {
a.nav-calling {left: 160px; }
	
	
	
	
	
}



