a,
a:hover {
    text-decoration: none;
}

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}

.styled-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 1px;
    transition: 0.5s all;
}

.styled-link:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/*floating button*/
.float1 {
    font-weight: 400;
    vertical-align: middle;
    padding: 8px 16px 10px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    background-color: #03a84e;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    z-index: 100;
    text-decoration: none;
    animation: key1 .3s ease infinite alternate;
}

.float1:hover {
    color: #fff;
}

.float1 i {
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 2px;
    color: #f8f8f8;
}

@keyframes key1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* navbar Above */
#navbarAbove {
    /* background: #ff9800; */
    font-size: 15px;
    color: #fff;
    padding: 16px 0;
    /* background-color: #fff; */
}
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
  }
.head_social li a {
    color: #ff9800 !important;
  }
#navbarBelow .navbar-toggler i {
    color: #fff;
}

#navbarAbove a {
    color: #fff;
    font-size: 13px;
}

#navbarAbove .styled-link:hover:after {
    background-color: #000 !important;
}

/* navbar Below */
.m-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

#navbarBelow a {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}

#navbarBelow li {
    position: relative;
}

#navbarBelow li::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #f72017;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

#navbarBelow li:hover::after {
    width: 100%;
    left: 0;
}
#navbarBelow .dropdown-menu.show li::after {
  display: none;
}


.nav-link.dropdown-toggle::after {
    transition: 0.5s;
}

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

#navbarBelow .navbar-toggler {
    color: #fff;
    border: none;
    box-shadow: none;
}

#navbarBelow.fixed-top {
    background-color: #1A5DA5;
    animation: navbarBelow 500ms linear;
    padding: 15px 0;
}

@keyframes navbarBelow {
    0% {
        opacity: 0%;
        transform: translateY(-50%);
    }

    ;

    100% {
        opacity: 100%;
        transform: translateY(0);
    }
}

#navbarNavDropdown {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-brand img {
    max-height: 60px;
}

.dropdown-menu {
    background-color: #1c3155;
}

.dropdown-item {
    color: #000;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #000;
    color: #fff !important;
}

.navbar-right-button {
    background: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    color: #FF9800 !important;
    padding: 9px 22px;
}


#navbarBelow .navbar-collapse.collapsing,
#navbarBelow .navbar-collapse.show {
    margin-top: 10px;
}
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
} */


/* body {
    font-family: 'Poppins', sans-serif;
} */
  /* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); */
 @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

 h1,h2,h3 {   font-family: "Bebas Neue", sans-serif; }

 @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
 p{
      font-family: "Mulish", sans-serif !important;
 }

#navbarBelow {
    padding: 0px;
  }
  .navtop_div {
  width: 100%;
  background: #000;
  height: 29px;
}
  #navbarBelow .container-fluid {
/* background: #000; */
  padding: 23px 30px 27px 30px;
  width: 70.8%;
}
img[src="img/lines.png"] {
    width: 100%;
  height: 100%;
  position: absolute;
  bottom: -29px;
  left: 0;
  z-index: -1;
}
#navbarBelow ul.dropdown-menu.show {
  width: 700px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  padding: 20px 20px;
  border-radius: 14px;
  justify-content: start;
  gap: 13px;
  background: #000;
}
#navbarBelow ul.dropdown-menu.show li {
  width: 48%;
  border: 1px solid #ffffff3b;
  padding: 5px 0px;
  border-radius: 11px;
  height: 51px;
  display: flex;
  align-items: center;
}
#navbarBelow ul.dropdown-menu.show li:hover {
  border: 1px solid #f72017;
}
#navbarBelow ul.dropdown-menu.show li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
#navbarBelow ul.dropdown-menu.show li a img {
  height: 19px;
  flex-shrink: 0;
  filter: invert(64%) sepia(99%) saturate(4540%) hue-rotate(355deg) brightness(103%) contrast(94%); 
}

.navtop_div {
  position: relative;
  overflow: hidden;
}
.navtop_div .toparc1.arc {
  position: absolute;
  left: -6px;
  top: 10.4px;
  transform: rotateZ(90deg) rotate(641deg) skewX(9.2deg);
}
.navtop_div .toparc2.arc {
  position: absolute;
  right: 21px;
  top: 12px;
  transform: rotateZ(115deg) rotate(-22deg) skewX(9.2deg);
}
#navbarBelow {
  position: relative;
}
#navbarBelow .downarc1.arc {
position: absolute;
  left: 230px;
  top: -18px;
  transform: rotateZ(94deg) rotate(4deg) skewX(-0.8deg);
}
#navbarBelow .downarc2.arc {
position: absolute;
  right: 260px;
  top: -19px;
  transform: rotateZ(94deg) rotate(-92deg) skewX(-0.8deg);
}
/* SECTION1 */
.h_sec1.home{
position: relative;
  height: 911px;
  isolation: isolate;
  display: flex;
  align-items: end;
  padding: 0 0 40px 0;
  overflow: hidden;
  margin-top: 20px;

}
.h_sec1.home::before {
    background: linear-gradient(180deg, rgb(0 0 0 / 15%) 6.36%, #000 91.97%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .h_sec1.home::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.82) 6.36%, #0000 91.97%);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
}
.h_sec1.home .s1video {
    position: absolute;
    top: 0;
    height: 640px;
    width: 100%;
    object-fit: cover;
    z-index: -2;
    height: 100%;
    border-radius: 38px 38px 0 0px;
}
   .video-bg {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    border-radius: 30px 30px;
}
.video-bg .yt-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 140%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
@media (max-aspect-ratio: 16/9) {
  .video-bg .yt-bg {
    width: 100vw;
    height: 56.25vw; 
  }
}
.h_s1left {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
}
.defaulth1 {
    line-height: normal;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
}
.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 17px 0 0 0;
    align-items: center;
}

a.btn1 {
    background:#fff;
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    color: #000;
    padding: 15px 42px;
    font-weight: 600 !important;
}
a.btn1.dark{
    background: #000;
    color: #fff;
}
a.btn1.light{
    background: #fff;
    color: #000;
}
.btn1.popup-btn.big {
    font-size: 22px;
  }
a.btn2 {
    background:#F72017;
    /* background:#000; */
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    padding: 15px 30px;
    font-weight: 600 !important;
}
.btn_wrap a {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .btn_wrap a i {
    font-size: 21px;
  }
  .btn_wrap .btn1.popup-btn.bg_dark {
    background: #fff;
    color: #000;
  }
.defaulth2 {
    font-size: 60px;
    color: #fff;
    margin: 13px 0 !important;
}
.defaulth2.black{
    color: #021020;
}
.bold {
    font-weight: 600;
}

.clr_1 {
    color: #F72017 !important;
}

.defaultp {
    color: #fff;
    margin: 10px 0;
    font-size: 15px;
    line-height: 24px;
}
body{
    background: #000;
}
/* SECTION1 */

/* SECTION2 */
.h_sec3.home{
    background: url(../img/s3bg.png) no-repeat center/cover;
}
.theme_bg_center {
  position: relative;
  isolation: isolate;
}
.theme_bg_center:before {
  background: #F720174D;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 55%;
  translate: -50% -50%;
  content: '';
  z-index: -1;
  filter: blur(100px);
}
.theme_bg_top {
  position: relative;
  isolation: isolate;
}
.theme_bg_top:before {
  background: #F720174D;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 55%;
  translate: -50% -50%;
  content: '';
  z-index: -1;
  filter: blur(100px);
}

.h_s4slider .slide {
  background: #1B1B1B;
  height: 80px;
  /*! border: 1px solid #fff; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin: 20px 0 0 0;
}
.h_s4slider .slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: invert(1) brightness(100);
  filter: grayscale(1);
  padding: 10px 50px;
  opacity: 0.6;
}
.h_s4slider .slick-slide {
  padding: 4px 11px;
}
.h_subhead {
  color: #fff;
  letter-spacing: 13px;
}
.h_s4slider .slide:before {
  height: 105%;
  width: 76%;
  position: absolute;
  top: -2px;
  left: 26px;
  content: '';
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(247, 32, 23, 0.58) 36%, rgba(247, 32, 23, 0.65) 65%, rgba(0, 0, 0, 0) 100%);
}
.h_s4slider .slick-current .slide img{
    opacity: 1;
}

.h_sec5.home{
    background: url(../img/s5bg.png) no-repeat center/cover;
    margin: 0 40px;
    border-radius: 20px;
}
.h_s5box {
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0 20px 0;
}
.h_s5box .top video {
  border-radius: 13px;
}
.h_s5box .icon {
background: #F72017;
  height: 57px;
  width: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: -28px 0 16px 0;
  font-size: 28px;
  color: #fff;
  /* box-shadow: 0 0 0 10px #ffffff52; */
}
.h_5slider .slick-slide {
  padding: 0 14px;
}
.h_s5box .icon i {
  translate: 2px -1px;
}
.h_s5box .disc {
  /* background: linear-gradient(180deg, rgba(183, 213, 252, 0) 29%, rgba(183, 213, 252, 0.725910432532388) 77%); */
  border-radius: 16px;
  margin: 10px 0px 0 0px;
  padding: 0 7px;
}

.h_s5box .disc p {
  /* height: 165px; */
  overflow: hidden;
  line-height: 26px;
  height: 160px;
}

.h_s5box .top img {
  width: 100%;
    /* display: none; */
}

.h_s5box .disc h4 {
  margin: 0 0 15px 0 !important;
}
.dot_true .slick-dots li {
  margin: 0 7px !important;
}

.dot_true .slick-dots li button {
    height: 17px;
    width: 28px;
    background: #f72017;
    border-radius: 13px;
    padding: 0 9px;
    transition: 0.5s;
    margin-top: 17px !important;
}

.dot_true .slick-dots li.slick-active button {
  background-color: #fff;
    width: 28px;
  /* margin: 0 -22px; */
  /* padding: 0 14px; */
}

.dot_true .slick-dots li button::before {
  display: none;
}

.h_s6box .img {
  margin: 0 0 30px 0;
  position: relative;
}
.h_s6box .disc h5 {
  font-size: 27px;
  font-weight: 600;
}
.h_s6box .playicon {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: red;
  height: 57px;
  width: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0px 0px 0px 9px #ffffff9e;
}
.h_s6box {
  margin: 35px 0 0 0;
}
.h_s6box img {
  border-radius: 11px;
}
.pbar_p {
  display: flex;
  justify-content: space-between;
}
.pbar_c {
  text-align: center;
}
.progress-ring {
    width: 217px;
    height: 217px;
    border-radius: 50%;
    background: conic-gradient( #ff2e00 0% 75%, #e6e3d8 75% 100% );
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: red;
    position: relative;
      transform: rotate(180deg);
}

.progress-ring::before {
content: "";
  position: absolute;
  width: 167px;
  height: 167px;
  background: #0d0a00;
  border-radius: 50%;
}
.progress-ring span {
  color: #fff;
  z-index: 99;
  font-size: 40px;
  font-weight: 600;
transform: rotate(-180deg);
}
.progress-ring.two{
 background: conic-gradient( #ff2e00 0% 87%, #e6e3d8 87% 100% );
}
.progress-ring.three{
    background: conic-gradient( #ff2e00 0% 99%, #e6e3d8 99% 100% );
}
.h_sec8.home{
    /* background: url(../img/s8bg.png) no-repeat center/cover; */
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.h_sec8.home .container{
  position: relative;
  z-index: 99999999;
}
.h_sec8.home .s8video {
  position: absolute;
  top: 0;
  height: 640px;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  height: 100%;
}
.h_sec8.home::before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.18) 6.36%, #000 91.97%);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.h_sec8.home::after {
  content: '';
  background: #F41D14;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  background-blend-mode: overlay;
  opacity: 0.3;
}
.h_sec9.home{
    background: url(../img/s3bg.png) no-repeat center/cover;
}
.h_s9right li.box {
  display: flex;
  align-items: center;
  gap: 10px;
border-bottom: 2px solid #312e2e;
}
.h_s9right {
  background: #1B1B1B;
  padding: 30px 50px 30px 50px;
  border-radius: 17px;
  margin: 0 0 0px 50px;
  position: relative;
}

.h_s9right li.box span {
  font-weight: 600;
  font-size: 17px;
}
.h_s9right li.box.nb{
    border-bottom: 0;
}
.h_s9right::before {
  background: red;
  height: 107%;
  width: 23%;
  position: absolute;
  top: -16px;
  left: -16px;
  content: "";
  z-index: -1;
  border-radius: 20px;
}

.s10_indus_slider .slide .video {
  width: 312px;
  height: 427px;
  border-radius: 20px;
}
.s10_indus_slider .slide .video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.s10_indus_slider .slick-slide {
  padding: 26px 11px;
}
.s10_indus_slider .slide .disc h3 {
  color: #fff;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 30px;
}
.s11_testi_slider .slide{
  background: url(../img/s11_testibg.png) no-repeat center/cover;
  display: flex !important;
  justify-content: space-around;
  height: 277px;
  align-items: center;
  padding: 0 0 0 35px;
}

.s11_testi_slider .slick-slide {
  padding: 20px 15px;
}
.s11_testi_slider .slide img {
  width: 83%;
  border-radius: 14px;
}
.s11_testi_slider .slide .icon {
  background: #fff;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f72017;
  border-radius: 50%;
  translate: -64px -30px;
  position: absolute;
  box-shadow: 0 0 20px 13px #00000087;
}
.s11_testi_slider .slide .disc {
  color: #fff;
  /* translate: -100px 0px; */
    width: 50%;
}
.s11_testi_slider .slide .disc h3 {
  font-size: 36px;
  margin: 0;
}
.h_sec11.home .container-fluid {
  padding: 0 60px;
}
.h_sec12.home {
  background: url(../img/s3bg.png) no-repeat center/cover;
}
.flipcard {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  width: 100%;
  height: 370px;
  /* margin: -150px; */
  float: left;
  perspective: 500px;
  position: relative;
  margin: 40px 0 0 0;
}

.flipcard:before {
  background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(247, 32, 23, 0.58) 36%, rgba(247, 32, 23, 0.65) 65%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 101%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  content: '';
  position: absolute;
  transition: 4s;
}
.flipcard .content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
}
.h_faq_ul {
display: flex;
  justify-content: center;
  padding: 0px 28px 0 28px;
  gap: 50px;
}
.h_faq_ul li {
  width: 19%;
}
.flipcard:hover::before{
  width: 70%;
  opacity: 0;
  transition: 0.1s;
  /* transform: rotateY( 180deg ) ; */
}
.flipcard:hover .content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}

.flipcard .front, .flipcard .back {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  backface-visibility: hidden;
}

.flipcard .front {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 0px 0;
  background: #1B1B1B;
  color: #626262;
}
.flipcard .front p {
  font-size: 160px;
}
.flipcard .front h4 {
  font-size: 150px;
  font-weight: 900;
  opacity: 0.2;
}
.flipcard .front h3 {
  font-size: 24px;
  padding: 0 12px;
}
.flipcard .back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.flipcard .back {
background: #f72017;
  color: white;
  transform: rotateY( 180deg );
}
.h_sec13.home {
  background: url(../img/s5bg.png) no-repeat center/cover;
  margin: 0 40px;
  border-radius: 20px;
  position: relative;
}
.h_sec13.home.last_sec_cta .container.one {
    padding: 40px 30px;
    border-radius: 19px;
  }
  .h_s13form {
  background: #03030378;
  border-radius: 12px;
  padding: 20px 20px 60px 20px;
}
  .h_sec13.home.last_sec_cta .ul2 {
    display: flex;
  }
  .h_sec13.home.last_sec_cta ul {
    display: flex;
    gap: 18px;
  }
  
.h_s13form input , .h_s13form textarea {
    padding: 13px 17px;
    border: 0;
    border-radius: 11px;
    margin: 5px 0 0 0;
    resize: none;
    background: #ffffff2e;
  }
  .h_s13form input::placeholder , .h_s13form textarea::placeholder{
    color: #ffffff2e;
  }
  .h_s13form label {
    font-size: 14px;
    font-weight: 600;
    color: #ffffffa3;  
  }
  .h_s13form .col_cust label span {
    color: #ffffffa3;
  }
  .h_s13form label span.req {
    color: red;
  }
  .h_s13form .col_cust {
    margin: 25px 0 0 0;
  }
.h_s13form .agre-button {
  display: flex;
  align-items: center;
  gap: 25px;
}
.h_s13form .agre-button button {
   background: #f72017;
  color: #fff;
  padding: 10px 40px;
  font-weight: 700;
  border-radius: 10px;
  width: 100%;
}
.h_sec14.home {
  background: #f72017;
  height: 482px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.h_sec14.home h2 {
  font-size: 110px;
}



/* SECTION2 */




/* INNER PAGE CSS */

.i_maskvideo {
  display: flex;
  align-items: center;
}
.i_maskvideo li.box.video1 video {
  height: 373px;
  width: 427px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 15px;
}
.i_maskvideo li.box.video2 video {
  height: 381px;
  width: 414px;
  object-fit: cover;
  border-radius: 15px;
  border: 11px solid #000;
}
.i_maskvideo li.box.video1 {
  translate: 0px -10px;
  object-fit: cover;
  position: relative;
}
.i_maskvideo li.box.video2 {
  translate: -225px 47px;
  position: relative;
}
.i_maskvideo li.box.icon {
  position: relative;
  z-index: 999;
  flex-shrink: 0;
  translate: -132px 20px;
}
.i_maskvideo li.box.video2 video{
  position: relative;
  z-index: 999;
}
.i_maskvideo li.box.icon img {
  width: 70%;
}
.arc {
  overflow: hidden;
  width: 30PX;
  height: 40PX;
  position: absolute;
  top: -7px;
  right: 21px;
  bottom: 0;
  padding: 11px 0 0 7px;
  transform-origin: 100% 100%;
  transform: rotateZ(90deg) rotate(465deg) skewX(25.2deg);
}
.arc::before {
  display: block;
  border: solid .5em #000;
  width: 130px;
  height: 130px;
  box-sizing: border-box;
  border-radius: 50%;
  transform: skewX(28.8deg);
  content: "";
}
.i_maskvideo li.box.video2 .arc {
  top: 259px;
  left: -50px;
}
.i_maskvideo.downsec .video1 .arc:before {
  border-color: #4b0a07;
}
.i_maskvideo.downsec .video2 .arc::before {
  border-color: #2f0604;
}
.i_sec4.inner.page_2d{
    background: url(../img/s5bg.png) no-repeat center/cover;
    margin: 0 40px;
    border-radius: 20px;
}

.s4_slide2d {
  background: #f72017;
  padding: 30px 20px 90px 10px;
  border-radius: 13px;
  position: relative;
  height: auto;
  margin: 20px 0 30px 0;
}
.s4_slide2d .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s4_slider2d .slick-slide {
  padding: 0 6px;
}
.s4_slide2d .top h3 {
    margin: 0;
    color: #000;
    font-size: 35px;
    height: 93px;
    display: flex;
    align-items: center;
}
.s4_slide2d .bot h3 {
  font-size: 200px;
  position: absolute;
  bottom: -60px;
  right: 5px;
  color: #0000003d;
}
.s4_slide2d .mid {
  width: 89%;
  height: 180px;
}
.mixsec2d_1{
  background: url(../img/s3bg.png) no-repeat center/cover;
}
.inner_cta{
  background: url(../img/2dpage/cta_bg.png) no-repeat center/cover;
}

.process_box {
background: #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0px 0 30px;
  margin: 20px 72px 0px 0px;
}
.process_box .icon {
  background: #fff;
  height: 170px;
  width: 170px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #1B1B1B;
  margin: 0 -95px 0 0px;
}
.process_box .disc h3 {
  font-size: 30px;
  margin: 0 !important;
}
.process_box .disc p {
  margin: 0;
}

.process_box.right .icon {
  margin: 0 0 0 -97px;
}
.process_box.right .disc {
  padding: 0 0 0 13px;
}
.process_box.right {
  margin: 20px 13px 0px 0px;
  padding: 0 31px 0 0;
}


.serv_page_3d .s4_slider3d .slick-list {
  width: 125%;
}
.serv_page_3d {
  overflow: hidden;
}
.s4_slide3d {
  display: flex !important;
  align-items: center;
  gap: 0px;
  color: #fff;
}
.s4_slide3d .mid{
background: url(../img/3dpage/s4_boxbg.png) no-repeat center/cover;
display: flex;
  align-items: center;
  position: relative;
  height: 190px;
    translate: -29px 0;
  padding: 0 90px 0 60px;
}
.s4_slide3d .icon {
  flex-shrink: 0;
  background: red;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* translate: 29px 0; */
}
.s4_slide3d .mid .left {
  position: absolute;
  right: -40px;
}
.s4_slider3d .slick-slide {
  padding: 25px 40px 40px 0px;
}
.s4_slide3d .mid .disc p {
  width: 83%;
}
.s4_slide3d .mid .left {
  position: absolute;
  right: -32px;
  top: 15px;
}
.i_sec4.inner.serv_page_3d {
  background: url(../img/s3bg.png) no-repeat center/cover;
}
.i_sec4.inner.serv_page_3d::before {
  height: 370px;
}
.i_sec4.inner.ai_anim_page{
  background: url(../img/s3bg.png) no-repeat center/cover;
}
.h_s5box.ai-anim-servbox {
  background: #1B1B1B;
  padding: 0 0 16px 0;
  border-radius: 21px 21px 14px 14px;
}
/* .aianim_s4slider .slick-slide {
  padding: 0 11px;
} */
 .i_sec4.inner.ai_anim_page.brandpage .h_s5box .top img{
  display: none;
 }
.aianim_s4slider .slick-slide {
  padding: 20px 10px;
}
.h_s5box.ai-anim-servbox .disc {
  padding: 0 17px;
}
.h_s5box.ai-anim-servbox .icon img {
  width: 61%;
}
.mg_s4box h3 {
  font-size: 36px;
  color: #fff;
  margin: 26px 0 0 0;
  transition: 0.7s;
}
.mg_s4box {
  margin: 30px 0 0 0;
  padding: 0 30px 0 0px;
}
.mg_s4box:hover h3{
  color: #F72017;
}
.i_sec4.inner.explainerpage video {
  border-radius: 16px;
  margin: 37px 0 0 0;
}
.wb_s4box .disc {
  background: #1B1B1B;
  border: 1px solid #1B1B1B;
  color: #fff;
  border-radius: 40px 0 40px 0px;
  padding: 70px 20px 20px 20px;
  transition: 0.7s;
}
.wb_s4box:hover .disc {
  border: 1px solid #F72017;
}

.wb_s4box img {
  width: 23%;
  margin: 0px 0 -57px 30px;
}
.wb_s4box {
  margin: 40px 0 0 0;
}
.wb_s4box h3 {
  font-size: 36px;
}
.wb_s4box.info_anim {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wb_s4box.info_anim .disc {
  padding: 17px 20px 10px 50px;
  border-radius: 50px 0 50px 0px;
  transition: 0.7s;
}
.wb_s4box.info_anim:hover .disc{
  background: #F72017;
}
.wb_s4box.info_anim img {
  margin: 10px -41px 10px -34px;
  position: relative;
  width: 15%;
  flex-shrink: 0;
}
.i_sec4.inner.stopmotion_anim_page{
  overflow: hidden;
  background: url(../img/s3bg.png) no-repeat center/cover;
}
.stop_motion_s4box{
  background: url(../img/stop_mpage/s4box_bg.png) no-repeat center/cover;
  padding: 0 0 0px 0px;
}

.stop_motion_s4box .top {
  display: flex;
  justify-content: space-around;
  color: #fff;
  translate: -3px 21px;
  padding: 0 0 0;
}
.stm_s4slider .slick-slide {
  padding: 20px 30px 20px 0px;
}
.stm_s4slider .slick-list {
  width: 125%;
  overflow: hidden !important;
}
.stop_motion_s4box p {
  padding: 46px 30px 30px 30px;
  height: 196px;
}
.stop_motion_s4box .top h3 {
  font-size: 35px;
}
.mg_s4box.clay_anim_servbox{
  padding: 0;
  margin: 23px 0 0 0;
}
.mg_s4box.clay_anim_servbox.right {
  text-align: right;
}
.mg_s4box.clay_anim_servbox, .clay_anim_servimg {
  margin: 40px 0 0 0;
}
.clay_anim_servimg video {
    border-radius: 11px;
}

.clay_anim_servbox .mid h3 {
  font-size: 36px;
  color: #fff;
}
.clay_anim_servbox .mid {
  background: url(../img/isometricanim_page/s4box_bg.png) no-repeat center/cover;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 450px;
  padding: 0 10px;
  text-align: center;
}

.clay_anim_servbox .bot {
  margin: -42px auto 0px auto;
  width: 26%;
}
.clay_anim_servbox .top {
  background: red;
  width: 78%;
  height: 16px;
  margin: 0 auto -20px auto;
  border-radius: 30px;
}
.clay_anim_servbox {
  margin: 30px 0 0 0;
}
.clay_anim_slider .slick-slide {
  padding: 7px 22px 40px 0px;
}

.ct_anim_s3box {
  background: #1B1B1B;
  padding: 22px 10px 10px 22px;
  color: #fff;
  border-radius: 11px;
  margin: 23px 0 0 0;
}

.ct_anim_right ul.list-unstyled {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin: 26px 0 0 0;
}
.ct_anim_right ul.list-unstyled li.box {
  width: 48%;
  background: #F72017;
  text-align: center;
  padding: 0 0;
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  border-radius: 13px;
}
.ct_anim_right ul.list-unstyled li.box h3 {
  font-size: 100px;
  translate: 0 26px;
}.logo_anim_s4ul li {
  align-items:baseline;
  display:flex;
  gap:20px;
  margin:20px 0 0!important;
  padding: 0 60px 0 0;
}
video[src="img/logo_anim_page/s4img.mp4"]{
  margin-top: 14px;
  width: 100%;
  border-radius: 12px;
}
.logo_anim_s4ul {
  margin:20px 0 0
}
.logo_anim_s4ul li i {
  color:#f72017;
  position:relative
}
.logo_anim_s4ul li i:after {
background: #f72017;
  content: "";
  height: 112px;
  left: 7px;
  position: absolute;
  top: 28px;
  width: 2px;
}
.logo_anim_s4ul li:last-child i:after {
  display:none
}
.low_box {
  background:url(../img/logo_anim_page/s4box_bg.png) no-repeat 50%/cover;
  margin:20px 0 0;
  padding:20px 43px 30px
}
.logo_anim_s4ul li h3 {
  font-size: 36px;
  color: #fff;
}
.video_editing_s2box{
  background: url(../img/video_editing_page/s3box_bg.png) no-repeat center/cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 358px;
  border: 18px;
  padding: 0 30px;
  transition: 0.7s;
  border-radius: 20px;
}
.video_editing_s2box:hover{
  background: url(../img/video_editing_page/s3box_bghvr.png) no-repeat center/cover;
  height: 344px;
  filter: drop-shadow(0 0px 15px #F720176B);
  border-radius: 20px;
}
.video_editing_s2box h3 {
  font-size: 36px;
}
.video_editing_s2box .icon {
  background: #F72017;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: -85px 0 30px 0;
}
.ve_s6box {
  margin:12px 0 0;
  padding:20px;
  transition:.7s;
  border-radius: 15px;
}
.ve_s6slider .slick-current + .slick-slide .ve_s6box {
  background: #F72017;
  overflow: hidden;
  border-radius: 15px;
}
.ve_s6box img {
  transition:.7s
}
.ve_s6slider .slick-current + .slick-slide .ve_s6box .head img{
  filter: invert(1) brightness(100);
  transition:.7s
}
.ve_s6box .bottom .head {
  align-items:center;
  display:flex;
  gap:10px;
  color: #fff;
}
.ve_s6box .bottom {
  margin:15px 0 0
}
.ve_s6box .bottom .head {
  margin:0 0 13px!important
}
.ve_s6box .top img {
  width:100%;
  border-radius: 11px;
}
.ve_s6box .bottom .head h3 {
  margin: 0;
  font-size: 36px;
}
.production-sec-head-1{
  color: #fff;
}
/* INNER PAGE CSS */


    /* FOOTER  */
    .foot_box.serviceul ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.foot_box.serviceul ul li {
  width: 30%;
}
    footer {
        width: 100%;
        background: url(../img/footerbg.png) no-repeat center/cover #000;
        background-blend-mode:overlay ;
        overflow: hidden;
    }
    
    .foot_top {
        width: 100%;
        overflow: hidden;
        padding: 60px 0 40px;
    }
    
.foot_box {
    width: 100%;
}

.foot_box p {
    color: #fff !important;
    font-size: 14px;
    margin:0 ;
}

.foot_box h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 25px;
    font-weight: 600;
}
.newsletterEmail {
  font-weight:600
}
input.email {
background: #fff;
  border: 0;
  font-size: 14px;
  height: 49px;
  margin: 5px 0;
  padding: 6px 10px;
  width: 57%;
  border-radius: 11px 0px 0px 11px;
}
input.email:focus,
input.submitBtn:focus {
  background-color:#fff!important
}
input.submitBtn {
background: #f72017;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  height: 49px;
  padding: 4px 29px;
  border-radius: 18px;
  translate: -20px 0px;
  font-weight: 600;
}
.newsletterEmail span {
  color:#fff;
  display:block;
  padding-top:25px
}
.footbox_shortform h2 {
  font-size: 41px;
}

.foot_box ul {
    padding: 0 0 0 0px;
    list-style: none;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}
.foot_box ul li i{
    color: #B2C3BF;
}

/* .foot_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #fff;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
} */

.foot_box ul li a {
    color: #fff;
    transition: linear .2s;
    font-size: 15px;
}

.foot_box.serviceul h4 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}

/* .foot_box2 h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 90%;
    background: #fff;
} */

.foot_box2 ul li {
    color: #fff;
    padding: 0 0 10px;
}

/* .foot_box h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 25%;
    background: #fff;
} */

.foot_box img[src="img/logo.png"] {
  margin-top: 10px;
  filter: invert(0) brightness(100);
}

.foot_box.disc ul li {
background: #fff;
width: 30px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
height: 30px;
margin: 20px 0 0 0 !important;
}
.foot_box.disc ul li i {
color: #212121;
}
.foot_box.disc ul {
display: flex;
align-items: center;
gap: 20px;
}
.foot_box.disc h5 {
color: #fff;
font-weight: 700;
margin: 10px 0 8px 0 !important;
}

.foot_box2 ul li a {
    color: #fff;
    font-size: 12px;
}

.foot_box2 ul li {
    list-style: none;
}

.foot_bot {
    /* background: #0B1720; */
    padding: 16px 0;
  }
.foot_bot p {
    text-align: center;
    color: #fff !important;
    margin: 0;
}
.foot_cbox .head {
  background: #f72017;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 0 0;
  border-radius: 17px;
  color: #fff;
}
.foot_cbox {
background: #1B1B1B;
  color: #fff;
  text-align: center;
  padding: 0 0;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  border-radius: 17px;
  gap: 18px;
  /* margin: 10px 30px 20px 30px; */
}

@media (max-width:1700px) {
  img[src="img/lines.png"] {
  bottom: -41px;
  }
  .h_sec1.home {
  position: relative;
  height: 805px;
  }
  .navtop_div {
  height: 41px;
  }
  #navbarBelow .container-fluid {
  padding: 4px 30px 30px 30px;
  }
  section{
    overflow: hidden;
  }
  .h_sec14.home h2 {
  font-size: 80px;
}
.h_sec14.home {
  background: #f72017;
  height: 486px;
}
.video_editing_s2box .icon {
  background: #F72017;
  height: 85px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: -67px 0 30px 0;
}
}
  .lap_only{
    display: none !important;
  }
@media (max-width:1650px) {
  .flipcard .front h3 {
  font-size: 30px;
}
.flipcard .front h4 {
  font-size: 112px;
}
.s11_testi_slider .slide .icon {
  translate: -50px -32px;
      height: 46px;
    width: 46px;
}
.s11_testi_slider .slide{
  height: 220px;
}
.s11_testi_slider .slide .disc h3 {
  font-size: 26px;
}
}
@media (max-width:1450px) {
    .defaulth1 {
        font-size: 60px ;
        padding: 10px 0;
    }      
    .defaulth2 {
        font-size: 44px;
    }
    .h_sec1.home {
    position: relative;
    height: 657px;
    }
  img[src="img/lines.png"] {
    bottom: -54px;
  }
  .navtop_div {
    height: 54px;
  }
    #navbarBelow .container-fluid {
    padding: 4px 30px 26px 30px;
  }
  .flipcard {
  height: 302px;
  }
  .h_faq_ul {
  gap: 13px;
  }
a.btn1 , a.btn2{
  padding: 10px 28px;
}
.video_editing_s2box .icon {
    height: 85px;
    width: 85px;
    margin: -70px 0 30px 0;
}
#navbarBelow a i {
  font-size: 15px;
}
}
@media (max-width:1399px) {
    .flipcard .front h3 {
    font-size: 25px;
  }
    .flipcard .front h4 {
    font-size: 92px;
  }

  .navbar-brand img {
  max-height: 32px;
}
  .mob_desk{
    display: none !important;
  }
  .lap_only{
    display: block !important;
  }
  .i_maskvideo li.box.video2 video {
  height: 331px;
  width: 364px;
  }
  .i_maskvideo li.box.video1 video {
  height: 323px;
  width: 377px;
  } 
  .arc {
  top: -7px;
  right: 21px;
  }
  .i_maskvideo li.box.video2 .arc {
  top: 209px;
  left: -51px;
}
.process_box {
  margin: 20px 32px 0px 0px;
}
.process_box.right {
  margin: 20px 0px 0px 0px;
}
.process_box.right .icon {
  margin: 0 0 0 -91px;
}
.stop_motion_s4box p {
  padding: 46px 30px 10px 34px;
  translate: 0 3px;
  height: 197px;
}
  .stm_s4slider .slick-list {
    width: 100%;
  }
  .stm_s4slider .slick-slide {
    padding: 20px 27px 20px 20px;
  }
.stop_motion_s4box .top {
  translate: 25px 21px;
  justify-content: space-between;
}
.stop_motion_s4box .top h3 {
  font-size: 28px;
  translate: -124px 16px;
}
.clay_anim_servbox .mid {
  height: 381px;
  padding: 0 10px;
}
.clay_anim_servbox .mid .defaultp {
  font-size: 14px;
  margin: 0 !important;
}
.clay_anim_servbox .bot {
  margin: -35px 0 0 0;
}
.clay_anim_servbox .top {
  margin: 0 0 -15px 0;
}
.s4_slide2d .top h3 {
  font-size: 29px;
}
.s4_slide2d .mid {
  height: 147px;
}
.h_s9right {
  background: #1B1B1B;
  padding: 30px 30px 30px 30px;
}
.h_s9right {
  padding: 30px 30px 30px 30px;
}
.h_s9right p{
  font-size: 13px;
}
.s4_slide3d .mid {
  height: 215px;
}

.s4_slide3d .mid .disc p {
  width: 88%;
}
.serv_page_3d .s4_slider3d .slick-list{
  width: 100%;
}
.s4_slider3d .slick-slide {
  padding: 25px 0px 40px 0px;
}

  .aianim_s4slider .slick-slide {
    padding: 20px 15px 0 15px;
  }
.wb_s4box h3 {
  font-size: 30px;
}
.wb_s4box .disc p {
  height: 150px;
}
 .wb_s4box.info_anim .disc p {
    height: auto;
}
.wb_s4box.info_anim img {
  width: 14%;
}
.ct_anim_right ul.list-unstyled li.box {
    width: 47%;
}
.video_editing_s2box .disc p {
  height: 211px;
  overflow: scroll;
}
.ve_s6box .bottom .head h3 {
  font-size: 30px;
}
.mg_s4box h3 {
  font-size: 29px;
  margin: 13px 0 0 0;
}

}
.desk_hide{
  display: none !important;
}
@media (max-width:991px) {
  .mg_s4box {
  text-align: center;
  padding: 0 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

    .mob_desk{
    display: block !important;
  }
    .defaulth1 {
        font-size: 32px;
        padding: 10px 0;
    }
    .desk_hide{
      display: block !important;
    }
.res_slider .slick-dots li {
  margin: 0 7px !important;
}

.res_slider .slick-dots li button {
    height: 17px;
    width: 28px;
    background: #f72017;
    border-radius: 13px;
    padding: 0 9px;
    transition: 0.5s;
    margin-top: 17px !important;
}

.res_slider .slick-dots li.slick-active button {
  background-color: #fff;
    width: 28px;
  /* margin: 0 -22px; */
  /* padding: 0 14px; */
}

.res_slider .slick-dots li button::before {
  display: none;
}
    .mob_hide{
        display: none !important;
    }
    .mob_center{
        text-align:center;
    }
    #navbarBelow .navbar-collapse {
        order: 3;
        background-color: #f72017;
        padding: 0 10px;
    }
    #navbarBelow .navbar-toggler {
        order: 1;
    }
    .foot_box {
        margin: 30px 0 0 0;
    }
    #navbarBelow .container-fluid {
      padding: 4px 10px 16px 10px;
      width: 100%;
    }
    .navtop_div {
      height: 22px;
    }
      .h_sec1.home {
        position: relative;
        height: 590px;
      }
      .mob-mb-5{
        margin-bottom: 35px;
      }
      .mob-pt-0{
        padding-top: 0px !important;
      }
      .h_sec5.home {
  margin: 0 9px;
      }
      .h_s6box {
  margin: 35px 20px 0px 20px;
  text-align: center;
}
.pbar_p {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.h_sec8.home {
  height: 340px;
}
.h_s9right {
  padding: 30px 20px 30px 20px;
  margin: 0 0 0px 10px;
}
.testi_sec{
  padding-top: 0 !important;
}
.s11_testi_slider .slide img {
    width: 51%;
    display: table;
    margin: auto;
}
.s11_testi_slider .slide {
  padding: 30px 10px 20px 15px;
  flex-direction: column;
    height: auto;
        margin: 30px 0;
        border-radius: 14px;
}
.s11_testi_slider .slide .icon {
  translate: 0;
  margin: 20px 0 ;
}
.s11_testi_slider .slide .disc{
  translate: 0;
  text-align: center;
}
.h_sec11.home .container-fluid {
  padding: 0 15px;
}
  .h_faq_ul {
    gap: 13px;
    flex-wrap: wrap;
  }
  .h_faq_ul li.box{
    width: 100%;
  }
  .h_sec13.home.last_sec_cta .container.one {
  padding: 10px 15px;
  }
  .h_s13form {
  padding: 20px 0px 20px 0px;
  }
  .h_sec13.home {
  margin: 0 10px;
  }
   .h_sec14.home h2 {
    font-size: 43px;
  }
   .h_sec14.home {
    height: 269px;
  }
  .foot_box.serviceul ul li {
    width: 47%;
  }
  input.submitBtn {
  translate: -19px 2px;
  }
  .i_sec4.inner.page_2d {
  margin: 0 10px;
  }
  .s4_slide2d .top {
  flex-direction: column-reverse;
  gap: 12px;
  }
  .s4_slide2d .mid {
  width: 100%;
}
.s4_slide2d {
  padding: 30px 10px 90px 10px;
}
.process_box {
padding: 15px 10px 15px 10px;
    margin: 20px 0px 0px 0px;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
}
.process_box .icon {
  margin: 0 0px 0 0px;
}
  .process_box .icon {
    height: 100px;
    width: 100px;
  }
  .process_box .icon img {
  width: 55%;
}
.process_box.right {
  margin: 20px 0px 0px 0px;
  padding: 15px 10px 15px 10px;
  flex-direction: column;
}
.process_box.right .icon {
  margin: 0 0 0 0px;
}
.process_arrow{
  display: table !important;
  margin: auto;
  color: #fff;
  font-size: 30px;
  margin: 18px auto 0 auto;
}
section , .theme_bg_center{
  overflow: hidden !important;
}
.i_sec4.inner.ai_anim_page .slick-slide {
  padding: 0 27px;
}
.h_s5box.ai-anim-servbox .disc {
  padding: 0 10px;
}
.wb_s4box img {
  margin: 0px 0 -47px 0px;
  position: relative;
}
.wb_s4box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.stop_motion_s4box {
  background: #000000a3;
  border-radius: 15px;
  padding: 20px 0px 35px 0px;
}
 .stop_motion_s4box .top {
    translate: 0 0;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
 }
  .stop_motion_s4box .top h3 {
    font-size: 28px;
    translate: 0 0;
  }
   .stop_motion_s4box p {
    padding: 0px 30px 0px 24px;
    margin: 0;
   }
   .stm_s4slider .slick-list {
      width: 100%;
   }
    .stm_s4slider .slick-slide {
      padding: 20px 0px 20px 0px;
    }
    .clay_anim_servbox {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
  .i_sec4.videoediting_page ul li {
    text-align: center;
    gap: 0px;
  }
  .i_sec4.videoediting_page ul li i{
    display: none;
  }
   .wb_s4box.info_anim img {
    width: 27%;
    margin: 0 auto -15px auto;
  }
  .wb_s4box.info_anim .disc {
    padding: 17px 20px 10px 20px;
  }
  .s4_slide3d .icon {
  background: #f000;
  height: 110px;
  width: 110px;
}
 .s4_slide3d .mid {
  height: 172px;
}
.s4_slide3d .mid .disc p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.s4_slider3d .slick-slide {
  padding: 25px 5px 40px 0px;
}
.s4_slide3d .disc h3 {
  font-size: 23px;
}
.s4_slide3d .mid .left{
  display: none;
}
.s4_slide3d {
  flex-direction: column;
}
.s4_slide3d .mid {
    background: #1B1B1B;
    width: 100%;
    padding: 0 12px;
    translate: 0 0;
    border-radius: 15px;
}
#navbarBelow ul.dropdown-menu.show {
  width: 100% !important;
  height: 240px;
  overflow: scroll;
  padding: 10px 10px;
}
#navbarNavDropdown{
   margin-right: 0rem !important;
    padding: 10px 10px !important;
    border-radius: 10px;
}
#navbarBelow ul.dropdown-menu.show li {
  width: 100%;
}
#navbarBelow ul.dropdown-menu.show li {
  height: 41px;
}
.foot_cbox {
  margin: 10px 30px 20px 30px;
}
}

@media (max-width:575px) {
    .navbar-brand img {
        max-height: 30px;
    }

    #navbarAbove {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
    }
    .h_s1left {
        text-align: center;
      }
      .btn_wrap{
        justify-content: center;
      }
      .defaulth2 {
        font-size: 27px;
      }
}









.h_sec1.home:after {
    background: url(../img/lines.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
img[src="img/lines.png"]{
  display: none;
}