@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');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+IN:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+US+Modern:wght@100..400&display=swap');

html {
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

body {
  padding: 0px;
  margin: 0px;
  position: relative;
  height: 100%;
}

body.home {
  height: 100%;
}

input:focus,
select:focus {
  box-shadow: none !important;
}

.text-black {
  color: #000;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.mb-12 {
  margin-bottom: 120px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.heading1 {
  font-size: 66px;
  line-height: 70px;
  color: #282828;
  font-weight: 400;
  font-family: 'Lora', serif;
}

body {
  font-family: 'Proxima Nova Rgular';
}

h1 {
  /* font-family: 'Neue Montreal Regular'; */
  font-size: 82px;
  color: #fff;
  line-height: 0.9em;
}

h2 {
  font-size: 55px;
  line-height: 0.9em;
  color: #201d18;
  font-family: 'Proxima Nova Semibold';
}

h3 {
  font-size: 40px;
  line-height: 1em;
  color: #201d18;
  font-family: 'Proxima Nova Semibold';
}

h4 {
  font-size: 26px;
  line-height: 1em;
  color: #464646;
  font-family: 'Proxima Nova Semibold';
}

h5 {
  font-size: 20px;
  line-height: 1.1em;
  color: #464646;
  font-family: 'Proxima Nova Semibold';
}

p {
  font-family: 'Proxima Nova Rgular';
  font-size: 18px;
  line-height: 1.2em;
  color: #878787;
}

img {
  max-width: 100%;
}

.whiteText {
  color: #fff;
}

.redText {
  color: #c9055e;
}

a {
  transition: 0.5s;
  color: #000;
  text-decoration: none !important;
}

ul,
ol {
  list-style-type: none;
  /* font-family: 'Proxima Nova Rgular'; */
  padding-left: 0px;
}

/*Menu page st*/
.menupop-sec {
  width: 100%;
  height: 100%;
  /* padding: 10% 150px 50px 150px; */
  padding: 0% 150px 0px 150px;
  background-color: #000;
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0px;
  background-image: url(../img/skynet-home-menu-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.topSec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menuList {
  padding: 0px 0px 15px 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuList li {
  padding: 0px;
  margin: 22px 44px;
  display: block;
  list-style-type: none;
}

.menuList li sup {
  font-size: 11px;
  margin-left: 5px;
}

.menuList li a {
  font-family: 'Neue Montreal Regular';
  font-size: 20px;
  line-height: 1.2em;
  color: #3f3f3f;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.counting {
  font-size: 14px;
  margin-right: 60px;
  font-weight: 500;
  transition: 0.3s;
}

.menuList li a:hover {
  color: #fff;
}

.menuList li a:hover,
.menuList li a:focus {
  color: #fff;
}

.menuList li.active a {
  color: #fff;
}

.menupop-sec {
  display: none;
}

/* .menupop-sec .bottomSec {
    padding: 0px;
    margin: 0px;
} */
.menupop-sec .bottomSec {
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 50%;
  bottom: 140px;
  transform: translateX(-50%);
}

.menupop-sec .bottomSec ul,
.contact3 .bottomSec ul {
  padding: 0px;
  margin: 0px;
}

.menupop-sec .bottomSec ul li,
.contact3 .bottomSec ul li {
  padding: 0px;
  margin-right: 20px;
  display: inline-block;
  list-style-type: none;
}

/* .menupop-sec .bottomSec ul li a {
    font-family: 'Proxima Nova Rgular';
    font-size: 16px;
    line-height: 20px;
    color: #333335;
    text-transform: uppercase;
} */
.menupop-sec .bottomSec ul li a {
  font-size: 20px;
  color: #fff;
  opacity: 0.2;
}

.contact3 .bottomSec ul li a {
  color: #666;
  font-size: 20px;
}

.contact3 .bottomSec ul li a:hover {
  color: #000;
}

.menupop-sec .bottomSec ul li a:hover {
  color: #fff;
  opacity: 1;
}

.menupop-sec .rightBlock {
  padding-left: 25%;
}

.menupop-sec .rightBlock h4 {
  font-family: 'Proxima Nova Rgular';
  font-size: 40px;
  line-height: 46px;
  color: #454545;
  letter-spacing: -1px;
  margin-bottom: 50px;
}

.menupop-sec .rightBlock p {
  font-family: 'Proxima Nova Rgular';
  font-size: 18px;
  line-height: 23px;
  color: #090909;
  margin-bottom: 20px;
}

.menupop-sec .rightBlock p span {
  font-family: 'Proxima Nova Semibold';
  font-size: 20px;
  line-height: 24px;
  color: #333335;
}

.menupop-sec .rightBlock p strong {
  font-family: 'Proxima Nova Semibold';
  font-size: 22px;
  line-height: 26px;
}

.menupop-sec .rightBlock p.bottomNone {
  margin-bottom: 0px;
}

.menupop-sec .rightBlock p.call {
  font-size: 13px;
  line-height: 20px;
  color: #006ee7;
  font-family: 'Proxima Nova Semibold';
}

.menupop-sec .rightBlock p.call a {
  font-family: 'Proxima Nova Semibold';
  font-size: 13px;
  line-height: 20px;
  color: #006ee7;
}

.menupop-sec .rightBlock address {
  font-family: 'Proxima Nova Rgular';
  font-size: 18px;
  line-height: 24px;
  color: #090909;
  margin-bottom: 20px;
}

.popUpCloseBtn {
  color: #fff;
  background-color: #000;
  width: 85px;
  height: 80px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.popUpCloseBtn i {
  color: #fff;
  font-size: 22px;
  opacity: 0.2;
  transition: 0.3s;
}

.popUpCloseBtn:hover i,
.popUpCloseBtn:focus i {
  opacity: 1;
  color: #fff;
  transform: rotate(90deg);
}

/*Menu page end*/
.navbar-brand img {
  width: 51px;
}

.navbar {
  padding: 15px 15px !important;
  position: relative;
  flex-direction: column;
  border-bottom: 1px solid #f5f5f5;
}

header.home-page .navbar {
  border-bottom: none;
}

.navbar-toggler {
  padding: 0px !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.navbar-toggler-icon {
  background-image: url(../img/toggel-shape.png);
  background-size: auto !important;
  border: none !important;
  box-shadow: none !important;
}

header.home-page .navbar-toggler-icon,
.culture .navbar-toggler-icon {
  background-image: url(../img/toggel-shape-white.png);
}

.call-text {
  text-decoration: none !important;
  font-family: 'Proxima Nova Rgular';
  font-size: 11px;
  color: #000;
  margin-right: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.right-navbox {
  align-items: center;
}

.home-page .call-text,
.culture .call-text {
  color: #fff;
}

.nav-link {
  font-family: 'Proxima Nova Semibold';
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2em;
}

.btn {
  font-family: 'Proxima Nova Semibold';
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 40px;
  transition: all 0.5s;
  letter-spacing: 0.5px;
}

.single-fold {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top-nav {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}

.top-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

.top-nav ul li {
  list-style-type: none;
  font-family: 'Proxima Nova Rgular';
  color: #9e9e9e;
  font-size: 13px;
  text-transform: uppercase;
  margin: 8px 20px;
  letter-spacing: 1px;
}

.top-nav ul li span {
  color: #000;
}

.top-right-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 120px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-expand-lg .navbar-nav {
  margin-left: auto;
}

.lets-talk-btn .btn {
  background-color: #006ee7;
  padding: 10px 35px;
  color: #fff;
  font-size: 12px;
}

body .nav-item {
  margin: 0px 16px;
}

body .nav-item .nav-link {
  font-size: 12px;
  padding: 0px !important;
}

.form-select {
  font-family: 'Proxima Nova Semibold';
  font-size: 13px;
  color: #ababad;
  text-transform: uppercase;
}

.help-link {
  font-family: 'Proxima Nova Semibold';
  font-size: 13px;
  color: #ababad;
  text-transform: uppercase;
  margin-left: 15px;
  letter-spacing: 0.5px;
}

.home-page .navbar {
  position: fixed;
  background-color: transparent !important;
}

/* ================Home PAge start============= */
.sHold img {
  max-width: 100%;
  display: block;
  width: 100%;
}

.skynetBg {
  height: 100vh;
  background-image: url(../img/skynet-bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.sHold {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 13%;
}

.home-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  /* aspect-ratio: 1/.86; */
}

.home-wrapper video {
  height: 100%;
}

.wrapper2 {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  /* aspect-ratio: 1/.86; */
}

.wrapper2 video {
  height: 100%;
}

.sHold .imgBox {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 9;
}

.shape1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 50vh;
}

.shape1:after,
.shape2:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+39,1+100 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: '';
  z-index: 1;
}

.shape2 {
  position: absolute;
  bottom: 0;
  right: 15vh;
  height: 50vh;
}

.shape1Img,
.shape2Img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 991.98px) {

  .skynetBg,
  .sHold {
    display: none;
  }
}


/* ================Home PAge end============= */




.homeBanner {
  height: 100vh;
  /* background-image: url(../img/skynet-bg.jpg); */
  background-repeat: no-repeat;
  background-size: auto 100%;
  /* height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.homeBannerImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.homeBannerImg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.home-banner-img {
  height: 100%;
  width: 100%;
}

.home-content {
  position: absolute;
  top: 50%;
  left: 245px;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column wrap;
  /* align-items: center; */
  justify-content: center;
}

.home-content h1 {
  margin-bottom: 25px;
  font-family: 'CircularStdBold';
  letter-spacing: -3px;
}

.dev-box {
  display: flex;
  align-items: center;
  margin-bottom: 110px;
}

.dev-box p {
  font-family: 'Neue Montreal Medium';
  font-size: 22px;
  color: #7b7b7b;
  margin: 0px !important;
}

.dev-btn {
  text-decoration: none;
  background-color: #f9f9f8;
  padding: 10px 12px;
  font-family: 'Neue Montreal Medium';
  font-size: 22px;
  color: #000000;
  margin-left: 10px !important;
  border: 1px solid #cccccc;
  border-radius: 8px;
  line-height: 1em;
}

.dev-btn span::before {
  content: '';
  animation: profile 5s infinite;
}

@keyframes profile {
  0% {
    content: 'Development'
  }

  50% {
    content: 'Design'
  }

  100% {
    content: 'Storyteller'
  }
}

/* .btn-light {
    background-color: transparent;
    color: #fff;
    margin-right: auto;
    padding: 18px 26px;
    font-family: 'Neue Montreal Medium';
    font-size: 18px;
    border: 1px solid rgba(255,255,255,0.5) !important;
    border-radius: 50px;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
} */
.btn-light {
  background-color: transparent;
  color: #fff;
  margin-right: auto;
  width: 200px;
  height: 54px;
  font-family: 'Neue Montreal Regular';
  font-size: 11px;
  border: 1px solid #565656 !important;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}

.btn-light::before {
  content: 'Our Work';
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.btn-light::after {
  content: 'Explore';
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  top: 140%;
  transition: 0.5s;
}

.btn-light:hover::before {
  top: -50%;
}

.btn-light:hover::after {
  top: 50%;
}

.btn-light .material-icons {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  font-size: 19px;
}

.btn-light:hover,
.btn-light:focus {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

/* rab Button */
.btn-light.rabBtn {
  background-color: transparent;
  color: #fff;
  margin-right: auto;
  width: 200px;
  height: 54px;
  font-family: 'Neue Montreal Regular';
  font-size: 11px;
  border: 1px solid #565656 !important;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}

.btn-light.rabBtn::before {
  content: 'Rent a Brain';
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.btn-light.rabBtn::after {
  content: 'Rent a Brain';
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  top: 140%;
  transition: 0.5s;
}

.btn-light.rabBtn:hover::before {
  top: -50%;
}

.btn-light.rabBtn:hover::after {
  top: 50%;
}

.btn-light.rabBtn .material-icons {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  font-size: 19px;
}

.btn-light.rabBtn:hover,
.btn-light.rabBtn:focus {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

/* rab Button end */
.home-banner-img img {
  height: 100%;
  object-fit: cover;
  max-width: none;
  width: 100%;
}

.about-section {
  padding: 50px 80px 70px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.small-play {
  font-family: 'Proxima Nova Semibold';
  font-size: 22px;
  line-height: 1.3em;
  color: #464646;
  text-decoration: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.small-play img {
  margin-left: 15px;
}

.push-icon {
  display: none;
}

.left-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
  padding-right: 30px;
}

.right-main-box {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 100px;
}

.video {
  width: 100%;
}

.wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
}

.playButton {
  /* border-radius: 90px;
border: 12px solid #fff; */
  width: 80px;
  height: 80px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  z-index: 999;
}

/* .playButton:before{
content: "";
display: block;
width: 79px;
height: 77px;
background-image: url(../img/about-video-play-btn.png);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top:0;
left:0;
right:-10px;
bottom:0;
margin: auto;
z-index: 999;
background-size: cover;    
} */
.contact-section {
  padding: 0px 250px 70px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.address-sec {
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding-right: 150px;
}

.address-sec h5 {
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  font-family: 'Neue Montreal Regular';
  line-height: 0.9em;
}

.address-sec p {
  font-size: 16px;
  color: #000;
  line-height: 18px;
  font-family: 'Neue Montreal Regular';
}

.address-sec p.text-black {
  font-family: 'CircularStdBook';
}

.address-sec .contact2 p {
  font-size: 16px;
  font-weight: 400;
}

.contact2 p a,
.address-sec p a {
  color: #006ee7;
  text-decoration: none;
  padding: 5px;
}

.address-sec .contact1 h5 {
  margin-bottom: 16px;
}

.social-icon a {
  margin: 3px 3px 3px 0px;
}

.form-sec {
  height: 100%;
  /* display: flex;
flex-flow: column wrap;
justify-content: center; */
}

.form-control {
  font-family: 'Neue Montreal Regular';
  display: block;
  width: 100%;
  padding: 12px 0px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: inherit;
  height: inherit;
  color: #bebfc1;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #999999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  background-color: transparent;
  outline: none;
  color: #000;
  border-color: #201d18;
  box-shadow: none !important;
}

.form-control::placeholder {
  color: #bebfc1;
  text-transform: uppercase;
}

textarea {
  resize: none;
}

.form-sec .btn {
  background-color: #000 !important;
  padding: 20px 35px 20px 35px;
  font-family: 'Neue Montreal Regular';
  font-size: 11px;
  color: #fff !important;
  transition: 0.3s;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: inherit;
  height: inherit;
  width: 150px;
}

.form-sec .btn .material-icons {
  font-size: 15px;
}

.form-sec h2 {
  font-family: 'CircularStdBook';
  letter-spacing: -2px;
  font-size: 55px;
  margin-bottom: 25px;
}

.packages-section {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  background-image: url(../img/packages-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0px 0px;
  background-color: #000;
}

.left-gap {
  padding: 0px 200px 0px 80px;
}

.double-para {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.double-para p {
  font-size: 18px;
}

.package-page .navbar {
  border-bottom: none;
  background-color: transparent !important;
}

.package-page header {
  border-bottom: none;
  background-color: transparent !important;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  right: 0;
}

.packages-section h2,
.packages-section p,
.package-page .call-text {
  color: #fff;
}

.package-page .navbar-toggler-icon {
  background-image: url(../img/toggel-shape-white.png);
}

.packages-section h2 {
  font-family: 'CircularStdBook';
  letter-spacing: -1px;
}

.package-slider {
  padding: 80px 80px 80px;
}

.package-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 16px;
}

.graphic-content {
  width: 50%;
  /* padding: 0px 35px; */
  padding: 0px 15px;
  position: relative;
}

/* .graphic-content::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    right: -30px;
    top: calc(50% - 15px);
  } */
.graphic-img {
  width: 55%;
  border-radius: 16px;
  overflow: hidden;
}

.graphic-content h6 {
  font-family: 'Proxima Nova Semibold';
  font-size: 16px;
  line-height: 1em;
  color: #333335;
}

.graphic-content h4 {
  font-family: 'Neue Montreal Medium';
  font-weight: 700;
  color: #000;
  /* font-size: 18px; */
  font-size: 26px;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
}

.graphic-content h2 {
  color: #000000;
  line-height: 0.9em;
  font-family: 'Neue Montreal Medium';
  /* font-size: 40px; */
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0px !important;
}

.graphic-content h2 span {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 1.1em;
  text-decoration: line-through;
  font-family: 'Neue Montreal Medium';
  font-weight: 500;
}

.graphic-content p {
  color: #000;
  font-size: 11px;
  font-family: 'Neue Montreal Medium';
}

/* .graphic-content .btn {
    width: 200px;
    padding: 20px;
    font-family: 'Neue Montreal Medium';
    text-transform: capitalize;
  } */
.graphic-content .btn {
  width: 120px;
  padding: 12px 14px;
  font-family: 'Neue Montreal Medium';
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 50px;
  letter-spacing: 1px;
}

.graphic-content .vCenterBtnIcon:hover {
  gap: 15px;
}

.graphic-content .btn .material-icons {
  font-size: 12px;
}

.btn-primary {
  background-color: #006ee7 !important;
  border-color: #006ee7 !important;
  margin-bottom: 6px;
}

.graphic-content .btn-primary {
  border: 1px solid #006ee7 !important;
}

.graphic-content .btn-light {
  background-color: transparent;
  color: #000;
  padding: 12px 40px;
  font-size: 16px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px;
  transition: 0.3s;
}

.graphic-content .btn-light:hover,
.graphic-content .btn-light:focus {
  background-color: transparent;
  color: #000;
  border-color: #000 !important;
}

/* .btn-light{
background-color: #fff;
color: #282828;
border-color: #d4d4d4 !important;
margin-right: auto;
} */
.package-slider .col-md-12 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.owl-dots {
  display: none;
}

.owl-nav {
  top: -180px !important;
  display: flex;
  position: absolute;
  width: 100%;
  padding: 0px 0px;
}

.owl-prev span,
.owl-next span {
  display: none;
}

.owl-prev::before {
  content: 'Previous';
  color: #fff;
  font-family: 'Proxima Nova Rgular';
  font-size: 18px;
}

.owl-prev {
  position: relative;
  display: flex;
  align-items: center;
}

.owl-prev::after,
.owl-next::after {
  content: '';
  width: 60px !important;
  height: 1px !important;
  background-color: #464646;
  display: block;
  margin: 0px 10px;
}

.owl-next::before {
  content: 'Next';
  color: #fff;
  font-family: 'Proxima Nova Rgular';
  font-size: 18px;
}

.owl-next {
  margin-left: auto;
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.culture-section {
  height: 100%;
  padding: 0px;
  align-items: center;
}

.culture-top-head {
  max-width: 1280px;
  margin: 0px auto 60px;
}

.culture-top-head h2 {
  font-size: 60px;
  line-height: 83px;
  color: #fff;
  font-family: 'CircularStdBook';
  letter-spacing: -6px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 55px;
}

.culture-section .row.d-flex {
  display: flex !important;
  align-items: flex-start;
}

.culture-section .container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* --------Culture New Page satrt------------- */
.marquee {
  margin-top: 60px;
  /*   overflow: hidden; */
}



/* --------Culture New Page end------------- */
/*-----------------m-scroll---------------------*/

.culture-slider {
  padding-bottom: 100px;
}

.horizontal-images.content ul {
  padding: 0px !important;
  display: flex;
  align-items: center;
}

.horizontal-images.content li {
  margin: 0 10px 0px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.video-btn {
  width: 95px;
  height: 95px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: center;
}

.horizontal-images.content li:first-child {
  margin-left: 0px;
}

.horizontal-images.content li img {
  display: block;
  box-shadow: 1px 1px 20px rgba(2, 0, 60, 0.15);
  margin-bottom: 30px;
}

.horizontal-images.content li .half img {
  display: inline-block;
  margin: 0 15px;
  float: left;
}

.horizontal-images.content li>.half img:first-of-type {
  margin-left: 0px;
}

.horizontal-images.content li>.half img:last-of-type {
  margin-right: 0px;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-bottom: 60px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  max-width: 1070px !important;
  margin: 0 auto !important;
  height: 60px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 2px !important;
  color: #cccccc !important;
  margin: 30px 0px;
}

.mCSB_scrollTools .mCSB_dragger {
  max-width: 250px !important;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  padding: 0px 0px;
  display: table;
  margin: 0 auto;
  position: relative;
  border: 1px solid #e5e5e5;
  max-height: 6px;
  background: #000 !important;
  top: 28px;
}

/*-------------------m-scroll------------------------*/



.footer {
  width: 100%;
  padding: 30px;
  position: fixed;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.footer p.copyright,
.madeWith {
  margin: 0px !important;
  font-family: 'Neue Montreal Regular';
  /* font-family: 'Neue Montreal Medium'; */
  font-size: 11px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
}

.madeWith {
  text-align: right;
}

.home .footer p.copyright,
.home .madeWith {
  color: #fff;
}

.footer.portfolio {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  padding: 0px;
  background-color: #000;
}

.footer.portfolio * {
  color: #fff;
}

.footerTop {
  padding: 120px 80px 60px;
}

.footer.portfolio .address-sec {
  height: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: unset;
  align-items: baseline;
}

.contact1 {
  display: block;
  width: 100%;
}

.footer.portfolio .address-sec p {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.footer.portfolio .address-sec h5 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.footer.portfolio .address-sec .contact2 h5 {
  font-size: 22px;
  margin-bottom: 10px;
}

.footer.portfolio .address-sec .contact2 p {
  font-size: 13px !important;
  font-weight: 400;
  margin-bottom: 0px;
  color: #ffffff2e;
}

.footer.portfolio .address-sec .contact2 p a {
  color: #ffffff4f;
}

.footer.portfolio a:hover,
.footer.portfolio a:focus {
  color: #fff !important;
}

.footer-menus {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.same-size {
  width: 33.333333%;
  padding-left: 90px;
}

.same-size h6 {
  font-family: 'Proxima Nova Rgular';
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #ffffff4f !important;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 1px;
}

.menu-list {
  padding: 0;
  margin: 0;
}

.menu-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-list li a {
  font-family: 'Proxima Nova Rgular';
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0px 0px 10px;
  color: #fff;
}

.footerBottom {
  padding: 40px 80px;
  border-top: 1px solid #1c1c1c;
}

.copyright-with-privacy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.right-content {
  margin-left: 15px;
}

.right-content h4 {
  font-family: 'Proxima Nova Rgular';
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 2px;
}

.policy-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.policy-list li {
  padding: 0;
  margin: 0px 18px 0px 0px;
  list-style: none;
}

.policy-list li a {
  font-family: 'Proxima Nova Rgular';
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #ffffff4f !important;
  text-decoration: underline !important;
  line-height: 1.2em;
  display: inline-block;
}


/* -----------Scrol tab navigations start----------- */


/* -----------Scrol tab navigations end----------- */

/* -----Button Animation css start------ */

/* .confetti-button {
font-family: 'Helvetica', 'Arial', sans-serif;
display: inline-block;
font-size: 2em;
padding: 2em 4em;
appearance: none;
background-color: #66c6ee;
color: #fff;
border-radius: 4px;
border: none;
cursor: pointer;
position: relative;
transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
box-shadow: 0 2px 25px rgba(255, 215, 52, 0.5);
text-transform: uppercase;
} */

.confetti-button:focus {
  outline: 0;
}

.vCenterBtnIcon {
  gap: 10px;
  transition: 0.3s;
}

.vCenterBtnIcon:hover {
  gap: 20px;
}

.confetti-button:before,
.confetti-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.confetti-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #66c6ee 20%, transparent 30%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #66c6ee 15%, transparent 20%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%);
  background-size: 10% 10%,
    20% 20%,
    15% 15%,
    20% 20%,
    18% 18%,
    10% 10%,
    15% 15%,
    10% 10%,
    18% 18%;
}

.confetti-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #66c6ee 15%, transparent 20%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%),
    radial-gradient(circle, #66c6ee 20%, transparent 20%);
  background-size: 15% 15%,
    20% 20%,
    18% 18%,
    20% 20%,
    15% 15%,
    10% 10%,
    20% 20%;
}

.confetti-button:active {
  transform: scale(0.9);
  background-color: #ffa130;
  box-shadow: 0 2px 25px rgba(255, 215, 52, 0.2);
}

.confetti-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.confetti-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%,
      10% 90%,
      10% 90%,
      15% 90%,
      25% 90%,
      25% 90%,
      40% 90%,
      55% 90%,
      70% 90%;
  }

  50% {
    background-position: 0 80%,
      0 20%,
      10% 40%,
      20% 0,
      30% 30%,
      22% 50%,
      50% 50%,
      65% 20%,
      90% 30%;
  }

  100% {
    background-position: 0 70%,
      0 10%,
      10% 30%,
      20% -10%,
      30% 20%,
      22% 40%,
      50% 40%,
      65% 10%,
      90% 20%;
    background-size: 0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%,
      30% 10%,
      55% -10%,
      70% -10%,
      85% -10%,
      70% -10%,
      70% 0;
  }

  50% {
    background-position: 0 80%,
      20% 80%,
      45% 60%,
      60% 100%,
      75% 70%,
      95% 60%,
      105% 0;
  }

  100% {
    background-position: 0 90%,
      20% 90%,
      45% 70%,
      60% 110%,
      75% 80%,
      95% 70%,
      110% 10%;
    background-size: 0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
  }
}

/* -----Button Animation css end------ */
/*Portfolio*/
.tab-on-portfolio-page .nav-link {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.tab-on-portfolio-page #nav-tab {
  display: flex;
  transition: 0.5s all ease;
  flex-wrap: nowrap;
  width: max-content;
  cursor: grab;
  border-bottom: 1px solid #f5f5f5 !important;
  padding-bottom: 15px;
  padding-top: 15px;
}

.tab-content>.tab-pane {
  min-height: 300px;
}

.slideRight,
.slideLeft {
  border-radius: 50%;
  height: 43.4px;
  width: auto;
  aspect-ratio: 1/1;
  background-color: #006ee7;
  color: white;
}

.portfolio-section {
  padding-top: 40px;
}

.nav-tabs .nav-link:hover {
  border: none !important;
}

.fixedHeader .portfolioNavBg {
  background-color: #fff;
}

.portfolioThumbListContainer {
  gap: 36px;
  padding-left: 1%;
  padding-right: 1%;
  justify-content: center;
}

.portfolioListThumb {
  width: calc(25% - 36px);
  margin-bottom: 50px;
}

.tab-on-portfolio-page #nav-tab {
  border: none;
}

.buttonTop {
  position: relative;
  border-radius: 40px;
  width: 100%;
  height: 69px;
  overflow: hidden;
  transition: 0.3s;
}

.portfolioBtnImg {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.tabContentHeading {
  width: 100%;
  padding: 0px 0px;
}

.portfolio-section .nav-link .buttonTop .buttonCircle::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 110, 231, 0.8);
  transform: scale(0);
  transition: 0.3s;
  border-radius: 50%;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.portfolio-section .nav-link:hover .buttonTop .buttonCircle::before {
  transform: scale(1);
}

.portfolio-section .nav-link.active .buttonTop .buttonCircle::before {
  transform: scale(1);
}

.portfolio-section .slideLeft,
.portfolio-section .slideRight {
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent !important;
  position: relative;
  top: 28px;
  border: none;
}

.buttonBottom {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0;
  color: #c2c2c2;
  transition: 0.3s;
}

.tab-on-portfolio-page .nav-tabs .nav-link:hover .buttonBottom,
.tab-on-portfolio-page .nav-tabs .nav-link:focus .buttonBottom {
  color: #000;
}

.tab-on-portfolio-page .nav-tabs .nav-link:hover .buttonTop,
.tab-on-portfolio-page .nav-tabs .nav-link:focus .buttonTop {
  box-shadow: 0px 0px 15px #ccc;
}

.tab-on-portfolio-page .nav-tabs .nav-link.active .buttonTop {
  box-shadow: 0px 0px 15px #ccc;
}

.tab-on-portfolio-page .nav-tabs .nav-link.active .buttonBottom {
  color: #000;
}

.portfolio-section .slideLeft {
  background-image: url(../img/left-arrow.png);
}

.portfolio-section .slideRight {
  background-image: url(../img/right-arrow.png);
}

.buttonCircle {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  border: 5px solid #f8fcff;
  position: absolute;
  left: -1px;
  overflow: hidden;
}

.buttonCircle {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  border: 5px solid #f8fcff;
  position: absolute;
  left: -1px;
  overflow: hidden;
}

.tab-on-portfolio-page .nav-tabs .nav-link {
  width: 195px;
  padding: 0px !important;
  margin-left: 30px;
  margin-right: 30px;
  border: none;
}

.tab-on-portfolio-page .nav-tabs .nav-link.active {
  padding-right: 0 !important;
  padding-left: 0 !important;
  border: none !important;
}

.tab-on-portfolio-page .nav-tabs .nav-link.active {
  padding: 0 !important;
}

.portfolioThumbTop {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  box-shadow: 0 0 1px rgba(2, 2, 2, 0.1);
}

.portfolioThumbLeft {
  gap: 8px;
  align-items: center;
}

.portfolioProfileImg {
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
}

.portfolioProfileImg.gray {
  background-color: #ccc;
}

.portfolioProfileProjectName,
.portfolioProfileProjectPlatform {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.portfolioProfileProjectPlatform {
  color: #9e9e9e;
}

.portfolioThumbRight {
  gap: 6px;
}

.portfolioProfileProjectType {
  min-width: 45px;
  background-color: #ddd;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 40px;
  line-height: 25px;
}

.development {
  background-color: #8154ef;
}

.design {
  background-color: #9fd2d6;
}

.program {
  background-color: #ff8601;
}

.portfolioThumbButton {
  position: relative;
}

.portfolioThumbRight {
  position: absolute;
  right: 6px;
  bottom: 40px;
}

.contractor {
  width: 194px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

/*Portfolio end*/
/* -----Service page start------ */

.slider-wrap {
  width: 100%;
  height: 100vh;
  background: #ccc;
  display: flex;
  float: left;
  overflow: hidden;
  max-height: 594px;
}

.package-slider .slidess {
  width: 25%;
  border-right: 1px solid #000;
  transition: 0.5s;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  cursor: pointer;
}

.slide1 {
  background: url("../img/slide1.webp")
}

.slide2 {
  background: url("../img/slide4.webp")
}

.slide3 {
  background: url("../img/slide2.webp")
}

.slide4 {
  background: url("../img/slide3.webp")
}

.slide5 {
  background: url("../img/slide1.webp")
}

.slidess.active {
  width: 80%
}

.slidess .contents {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  box-sizing: border-box;
  color: #fff;
  background: transparent;
  padding: 20px 60px;
  text-align: left;
}

.slidess:hover .contents {
  transition: 0.5s;
  transition-delay: 0.3s
}

.slidess .contents h2 {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.5s;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: 'Neue Montreal Regular';
}

.slidess:hover .contents h2,
.slidess.active .contents h2 {
  font-size: 60px;
}

.slidess .contents h2 span {
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0px !important;
  display: inline-block;
  transition: 0.5s;
}

.slidess:hover .contents h2 span {
  opacity: 1;
  width: 100% !important;
  transition-delay: 0.2s
}


.servic-list {
  width: 100%;
  padding: 60px 20px;
  display: inline-block;
}

.servic-list ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  align-items: baseline;
}

.servic-list ul li {
  width: 16.666666%;
  padding: 10px 20px;
  margin: 0px;
}

.servic-list ul li img {
  margin-bottom: 50px;
}

.servic-list ul li p {
  font-size: 20px;
  color: #464646;
}

/* -----Service page new design start------ */
.service-page header {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
}

.service-page .navbar {
  background-color: transparent !important;
  border: none;
}

.service-page .call-text {
  color: #fff;
}

.service-page .navbar-toggler-icon {
  background-image: url(../img/toggel-shape-white.png);
}

.service-section,
.test-box-service {
  /* display: flex;
  align-items: center; */
  height: 100%;
}

.test-box-service .owl-carousel.owl-loaded,
.test-box-service .owl-carousel .owl-stage-outer,
.test-box-service .owl-carousel .owl-stage {
  height: 100%;
}

.test-box-service .owl-carousel.owl-drag .owl-item {
  height: 100%;
}

.service-section .owl-carousel.owl-drag .owl-item .item {
  width: 100%;
  height: 100%;
  border: none !important;
  box-shadow: none !important;
}


.imgthumbBox {
  height: 100%;
  width: 100%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.5s;
  border: none !important;
  box-shadow: none !important;
}

/* .thumb-bg1{
  background-image: url(../img/bigthumb-img1.webp);
}
.thumb-bg2{
  background-image: url(../img/bigthumb-img2.webp);
}
.thumb-bg3{
  background-image: url(../img/bigthumb-img3.webp);
}
.thumb-bg4{
  background-image: url(../img/bigthumb-img4.webp);
} */
.imgthumbBox .big-slider-thumb {
  height: 100%;
}

.imgthumbBox:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000000;
  z-index: 1;
  transition: 0.5s;
}

.imgthumbBox:hover:before {
  opacity: 0.7;
}

.thumbTextBox {
  position: absolute;
  bottom: -8%;
  right: 5%;
  left: 5%;
  text-align: center;
  z-index: 2;
  transition: 0.5s;
  height: 250px;
}

.thumbTextBox h3 {
  font-family: 'CircularStdBold';
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.9em;
  letter-spacing: -2px;
  margin-bottom: 20px;
  transition: 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  height: 60px;
}

.servicesList {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  position: relative;
  opacity: 0;
  /* display: none; */
  transition: 0.5s;
  margin-top: 120px;
}

.servicesList li {
  font-family: 'Neue Montreal Regular';
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 16px;
  border: 1px solid #fff;
  border-radius: 40px;
  letter-spacing: 0.5px;
  margin: 6px;
  transition: 0.5s;
  position: relative;
}

.imgthumbBox:hover .servicesList {
  opacity: 1;
  margin-top: 20px;
}

.imgthumbBox:hover .thumbTextBox {
  bottom: 15%;
}


/* -----Service page end------ */
.mid-image3,
.mid-image2,
.mid-image {
  overflow: hidden;
  border: 1px solid #d2cece;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.mid-image img,
.mid-image2 img,
.mid-image3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 5s ease-in;
  animation-duration: 5s;
  animation-delay: 0.3s;
}

.mid-image:hover img,
.mid-image2:hover img,
.mid-image3:hover img {
  transform: scale(1.2);
}

.no-border {
  border: none !important;
}

.mid-image3,
.mid-image2,
.mid-image {
  border-radius: 8px;
}

.tab-on-portfolio-page .graphic-option .nav-tabs .nav-link {
  letter-spacing: 1.5px;
}

.mid-video {
  border-radius: 8px;
  overflow: hidden;
}

.mid-video img {
  cursor: pointer;
}

.tab-on-portfolio-page .portfolio-tab .nav-tabs .nav-link.active,
.tab-on-portfolio-page .graphic-tab .nav-tabs .nav-link.active {
  color: #006ee7;
  /* border-bottom: 1px solid #006ee7 !important; */
}

.packageBanner {
  background-color: #fff;
  padding: 40px 5% 0px;
}

.top-lable {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.top-lable h5 {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  font-size: 12px;
  color: #4c4c4c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0px;
}

.top-lable h5 img {
  margin-right: 5px;
}

.top-lable h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: inherit;
  font-family: poppins;
  letter-spacing: -1px;
  margin-right: 22px;
  color: #333333;
  margin-bottom: 0px;
}

.social-block {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 0px;
  justify-content: flex-end;
}

.social-block h6 {
  font-size: 14px;
  font-weight: 400;
  font-family: poppins;
  color: #4c4c4c;
  margin: 0px;
}

.social-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 0px 15px;
}

.social-icons ul li {
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

.social-icons ul li a {
  width: 28px;
  height: 28px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #66666b;
  border: 1px solid #66666b;
  border-radius: 50%;
}

.social-icons ul li a:hover {
  color: #000;
  border-color: #000;
}

/* .packageBanner h5{
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    color: #4c4c4c;
    font-family: poppins;
    text-transform: uppercase;
    letter-spacing: 1px;
} */
.navBorderNone .navbar {
  border-bottom: none;
}

.packagePriceBlock {
  background-color: #fff;
  /* padding: 45px; */
  height: 100%;
  width: 100%;
  text-align: center;
}

.packageDetails {
  padding-top: 45px;
  padding-bottom: 45px;
}

.packagePrice {
  font-size: 30px;
  font-weight: 700;
  line-height: 0.8em;
  margin-bottom: 12px;
  font-family: poppins;
  letter-spacing: -2px;
}

.packagePriceBlock h4 {
  font-size: 14px;
  color: #000000;
  font-family: poppins;
  font-weight: 600;
  margin-bottom: 0px;
}

.packagePriceBlock h5 {
  font-size: 14px;
  color: #000000;
  font-family: poppins;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 0px;
}

.devider-line {
  font-size: 16px;
  color: #000000;
  font-family: poppins;
  font-weight: 400;
  margin: 0px 10px;
}

.reset8 {
  width: 600px !important;
}

.package-details-left-box {
  padding: 30px 30px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  margin-bottom: 0px;
}

.details-thumb {
  border-radius: 25px;
  margin: 0px auto 25px;
  text-align: center;
  display: flex;
  align-items: center;
}

.reset4 {
  width: calc(100% - 600px);
  padding-left: 4%;
}

.price-lable {
  display: flex;
  align-items: center;
  justify-content: center;
}

.packagebtn {
  padding: 12px 10px !important;
  background-color: #0069d1 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-radius: 50px !important;
  font-family: poppins;
  font-weight: 500 !important;
  color: #fff !important;
  margin-bottom: 15px;
  width: 280px;
  margin-bottom: 0px;
}

.packagePriceList {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: 0px;
}

.packagePriceList li {
  background-image: url(../img/circle-bullet.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 22px;
  padding-right: 10px;
  font-size: 13px;
  color: #4c4c4c;
  line-height: 30px;
  font-family: poppins;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0px 0px 10px 0px;
  width: 50%;
  letter-spacing: -0.5px;
  text-align: left;
  background-size: 15px;
}

.packageDetails.bordered {
  border-bottom: 1px solid #ddd;
}

/* .packageDetailsHeading{
    padding-left: 50px;
    position: relative;
    font-family: poppins;
} */
.bellow-3box {
  margin-top: 40px;
}

.reset4 p {
  line-height: 1.5em;
  font-family: poppins;
  font-weight: 300;
  font-size: 14px;
}

.packageDetailsHeading {
  position: relative;
  font-family: poppins;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 20px;
}

.packageDetailsHeading2 {
  position: relative;
  font-family: poppins;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 15px;
}

.packageIcons {
  position: absolute;
  left: 0px;
  top: 5px;
}

.packageDetailsHeading2 .packageIcons {
  top: 0px;
  width: 24px;
}

.packageDetailsList li {
  background-image: url(../img/circle-bullet.png);
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 25px;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.4em;
  font-family: poppins;
  font-weight: 300;
  margin-bottom: 14px;
  background-size: 17px;
}

.packageDetailsList li strong {
  font-weight: normal;
  color: #000;
}

.packageDetails p {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 1.5em;
  font-family: Poppins;
  font-weight: 300;
}

.border-contact {
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.border-contact::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 75%;
  background-color: #ddd;
}

/*----Slick slider Css start-----*/
/* .progress {
	display: block;
	width: 85%;
	height: 2px;
	border-radius: 10px;
	overflow: hidden;	
	background-color: #cfd6da;
	background-image: linear-gradient(to right, black, black);
	background-repeat: no-repeat;
	background-size: 0 100%;	
	transition: background-size .4s ease-in-out;
    margin-left: 124px;
  }

.slider-content{
	margin: auto;
	padding: 0px;
	width: auto;
    max-width: 1500px;
  }
  
  .slider {
	margin: 0px auto 26px;
  }
  
  .image {
	padding: 10px;
  }
  
  .about1{
display: block;
width: 100%;
}*/
.text-gradient {
  background: linear-gradient(90deg, #1b4ec5 0%, #762294 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.slider-text {
  text-align: right;
  padding: 15px 0px 0px;
}

.slider-text h5 {
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  color: #000000;
}

.slick-next,
.slick-prev {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid #dfdfdf !important;
  border-radius: 50%;
}

.slick-prev {
  left: 0px !important;
  bottom: -74px !important;
  top: auto !important;
}

.slick-next {
  left: auto !important;
  right: 0px !important;
  top: auto !important;
  bottom: -74px !important;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1 !important;
  color: #000 !important;
  font-weight: 700 !important;
}

.slick-prev::after {
  content: 'Preview';
  color: #000;
  position: absolute;
  top: 50%;
  right: -68px;
  font-size: 16px;
}

.slick-next:after {
  content: 'Next';
  color: #000;
  position: absolute;
  top: 50%;
  left: -44px;
  font-size: 16px;
}



/*------------Slick slider Css Nd------------*/
.about-section h2 {
  line-height: 0.9em;
}

.about-section h3 {
  font-size: 42px;
  letter-spacing: -2px;
}

.about-section p {
  font-size: 18px;
}

.heading-2006 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 70px;
}

.bottom-content-2006 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.big-heading {
  width: 65%;
}

.small-heading {
  width: 35%;
}

.bottom-heading {
  width: 20%;
  padding-left: 55px;
}

.thumb-2006-1 {
  width: 45%;
  padding-right: 20px;
  display: flex;
  justify-content: end;
}

.thumb-2006-2 {
  width: 35%;
}

.slider-inner-content {
  position: relative;
}

.year-2006 {
  font-family: 'Proxima Nova Semibold';
  font-size: 100px;
  font-weight: 600;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 88px;
  left: -110px;
}

.year-2007 {
  font-family: 'Proxima Nova Semibold';
  font-size: 100px;
  font-weight: 600;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 88px;
  right: -110px;
}

/*About page slider start*/
.space-between {
  justify-content: space-between;
}

.aboutSlider {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.aboutSlider h2 {
  font-family: 'Proxima Nova Semibold';
  font-size: 45px;
  color: #000;
  line-height: 0.9em;
  letter-spacing: -2px;
}

.aboutSlider h3 {
  font-family: 'Proxima Nova Semibold';
  font-size: 35px;
  color: #000;
  line-height: 1em;
  letter-spacing: -2px;
}

.aboutSlider p {
  font-family: 'Proxima Nova Rgular';
  font-size: 18px;
  color: #000;
}

.aboutSlider p b {
  font-family: 'Proxima Nova Semibold';
}

.aboutSlider {
  margin-top: 60px;
}

.g7 {
  gap: 70px;
}

.g4 {
  gap: 40px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w380 {
  width: 380px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.rightAuto {
  margin-right: auto;
}

.w625 {
  width: 625px;
}

.w665 {
  width: 665px;
}

.w575 {
  width: 575px;
}

.w530 {
  width: 530px;
}

.about4Right {
  width: 470px;
}

.pl200 {
  padding-left: 200px;
}

.pl300 {
  padding-left: 300px;
}

.pl140 {
  padding-left: 140px;
}

.about5Left {
  width: 400px;
}

.about5Right {
  width: 790px;
}

.pl4 {
  padding-left: 40px;
}

.pl11 {
  padding-left: 110px;
}

.w400 {
  width: 400px;
}

.w460 {
  width: 460px;
  padding: 0px 15px;
}

.pt7 {
  padding-top: 70px;
}

.g2 {
  gap: 20px;
}

.aboutYear {
  font-family: 'Proxima Nova Semibold';
  font-size: 80px;
  position: absolute;
  color: #000;
  left: -80px;
  transform: rotate(-90deg);
  bottom: 40px;
}

.relativeSec {
  position: relative;
}

.slide11Img {
  position: absolute;
  right: 64px;
  top: 0px;
}

.coronaWrapper {
  position: relative;
}

.coronaImage {
  position: absolute;
  bottom: 30px;
  left: -50px;
}

.mtAuto {
  margin-top: auto;
}

.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  bottom: 35px;
  top: auto;
  position: fixed;
  background-color: #0000007d;
}

.carousel-control-prev {
  background-image: url(../img/about-arrow-left-white.png);
  left: 210px;
}

.carousel-control-next {
  background-image: url(../img/about-arrow-right-white.png);
  right: 210px;
}

/*About page slider end*/
.same-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.package-details-left-box.middle-box {
  border-top: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  position: relative;
  margin-top: -36px;
  padding-top: 60px;
}

/* .package-details-left-box.bottom-box{
  border-top: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  position: relative;
  margin-top: -34px;
  padding-top: 60px;
} */


.packageBanner .accordion-button {
  padding: 5px 0px;
  background-color: transparent !important;
  box-shadow: none !important;
  font-family: poppins;
  font-size: 21px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.accordion-item:first-child {
  border-top: 2px solid #dedede;
}

.accordion-item:last-child {
  border-bottom: 2px solid #dedede;
}

.accordion-item {
  border-width: 2px;
  border-left: none;
  border-right: none;
  border-radius: 0px !important;
}

.accordion-button::after {
  background-image: url(../img/accrodion-arrow.png);
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/accrodion-arrow.png);
  background-size: 15px;
}

.accordion-body {
  padding: 0px 20px;
}


/*Calture text slider*/
.marquee-content {
  display: flex;
  animation: scrolling 80s linear infinite;
}

.marquee-item.video-box {
  width: auto;
  height: 215px;
  border-radius: 50px;
  display: block;
  overflow: hidden;
}

.marquee-item {
  flex: 0 0 215px;
  margin: 0 10px;
}

.marquee-item img {
  display: block;
  width: 100%;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-4700px);
  }
}

.marquee-content2 {
  display: flex;
  animation: scrolling2 80s linear infinite;
}

@keyframes scrolling2 {
  0% {
    transform: translateX(-4935px);
  }

  100% {
    transform: translatex(0);
  }
}

.culture-section {
  margin-top: 0px;
}

.culture-section h2 {
  text-transform: none;
  letter-spacing: -4px !important;
}

.overflowHidden {
  overflow: hidden;
}

.marquee,
.marquee2 {
  overflow: hidden;
}

.marquee img,
.marquee2 img {
  width: 215px !important;
  max-width: 215px !important;
  border-radius: 45px;
}

.marqueeGap {
  margin-bottom: 15px;
}

.culture .navbar {
  border-bottom: none !important;
  background-color: #000 !important;
}

.caltureText {
  font-family: 'CircularStdBook';
}

.caltureSkyNet {
  font-family: 'CircularStdBook';
  font-size: 26px;
  display: block;
  line-height: 30px !important;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: normal;
}

/*.words-1 span{*/
/*  color: #fff;*/
/*	position: absolute;*/
/*  left: 0px;*/
/*  right: 0px;*/
/*	opacity: 0;*/
/*	overflow: hidden;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*  margin-left: auto;*/
/*  justify-content: center;*/
/*	-webkit-animation: rotateWord 6s ease-in-out infinite 0s;*/
/*	-ms-animation: rotateWord 6s ease-in-out infinite 0s;*/
/*	animation: rotateWord s ease-in-out infinite 0s;*/
/*}*/
/*.words-1 span {
  color: #fff;
  position: absolute;
  left: 0px;
  opacity: 0;
  overflow: hidden;
  display: flex;
  gap: 10px;
  -webkit-animation: rotateWord 6s ease-in-out infinite 0s;
  animation-delay: 0s;
  -ms-animation: rotateWord 6s ease-in-out infinite 0s;
  animation: rotateWord s ease-in-out infinite 0s;
  top: 15px;
  align-items: center;
  display: block;
}

.words-1 span:nth-child(2) {
  -webkit-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
  color: #fff;
}
.words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #fff;
}
.words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
	color: #fff;
}
.words-1 span:nth-child(5) { 
  -webkit-animation-delay: 12s; 
-ms-animation-delay: 12s; 
animation-delay: 12s; 
color: #fff;
}
.words-1 span:nth-child(6) { 
  -webkit-animation-delay: 15s; 
-ms-animation-delay: 15s; 
animation-delay: 15s; 
color: #fff;
}
.words-1 span:nth-child(7) { 
  -webkit-animation-delay: 185s; 
-ms-animation-delay: 18s; 
animation-delay: 18s; 
color: #fff;
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  5% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  40% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
*/
/* @-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 1; -webkit-transform: translateY(30px); }
	15% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(-30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 1; -ms-transform: translateY(30px); }
	15% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(-30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); }
	15% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
} */

/* .marquee-content {
  display: flex;
  animation: scrolling 80s linear infinite;
}
.marquee-item {
  flex: 0 0 180px;
  margin: 0 10px;
} */
.marquee-item img {
  display: block;
  width: 100%;
}

/* @keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translatex(-4700px); }
}

.marquee-content2 {
  display: flex;
  animation: scrolling2 80s linear infinite;
}

@keyframes scrolling2 {
  0% { transform: translateX(-4935px); }
  100% { transform: translatex(0); }
} */
.culture {
  background-color: #000;
}

/*Calture text slider end*/
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 0;
}

.alert.alert-success,
.alert.alert-danger {
  background-color: transparent;
  margin-top: 20px;
  border: none;
}

.tab-on-portfolio-page .mb-4 {
  margin-bottom: 30px !important;
}

.socialpop-sec {
  width: 100%;
  height: 100%;
  padding: 0% 150px 0px 150px;
  background-color: #000000ad;
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0px;
}

.pop-social-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 70px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.socialpop-list {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socialpop-list li {
  padding: 0px;
  list-style-type: none;
  margin: 0px 15px;
  display: block;
}

.modal-body {
  padding: 0px !important;
  background-color: transparent !important;
}

.pack-detl .modal {
  padding-right: 0px !important;
}

.pack-detl .modal-dialog {
  margin: 0px !important;
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.pack-detl .modal-content {
  border-radius: 0px;
  background-color: transparent;
  border: none;
}



@media(max-width: 1800px) {
  .portfolioThumbRight {
    gap: 2px;
  }

  .portfolioProfileProjectName,
  .portfolioProfileProjectPlatform {
    font-size: 12px;
  }

  .portfolioThumbListContainer {
    gap: 30px;
  }

  /* .graphic-content {
      padding: 0px 35px;
  } */
  .thumbTextBox {
    right: 3%;
    left: 3%;
    height: 250px;
  }

  .servicesList li {
    font-size: 10px;
    padding: 10px 12px;
  }

  .packageBanner {
    padding: 30px 3% 20px;
  }

  .packagePrice {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .reset4 {
    width: calc(100% - 600px);
    padding-left: 3%;
  }

  .details-thumb {
    margin: 0px auto 15px;
  }

  .packagePriceList li {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0px 0px 5px 0px;
    font-weight: 300;
  }

}

@media(max-width: 1600px) {
  .tab-on-portfolio-page .mb-4 {
    margin-bottom: 22px !important;
  }

  .home-content {
    left: 160px;
  }

  .portfolioThumbListContainer {
    gap: 25px;
  }

  .tab-on-portfolio-page .nav-tabs .nav-link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .portfolioListThumb {
    width: calc(25% - 25px);
    margin-bottom: 20px;
  }

  .contact-section {
    padding: 0px 150px 70px;
  }

  .left-gap {
    padding: 0px 100px 0px 80px;
  }

  .graphic-content {
    width: 50%;
    padding: 0px 15px;
  }

  .graphic-content h2 {
    font-size: 22px;
    line-height: 0.8em;
  }

  /* -----Service page Start------ */
  .servic-list {
    padding: 50px 20px;
  }

  .servic-list ul li {
    padding: 10px 40px;
  }

  /* -------------------------------------- */
  .thumbTextBox {
    height: 320px;
  }

  /* -----Service page end------ */
  .graphic-content h4 {
    font-size: 26px;
  }

  /*About page new slider start*/
  .aboutSlider {
    margin-top: 60px;
    max-width: 1300px;
  }

  .mb-7 {
    margin-bottom: 50px !important;
  }

  .aboutSlider h2 {
    font-size: 45px;
  }

  .aboutYear {
    font-size: 80px;
    left: -63px;
    bottom: 38px;
  }

  .aboutSlider.pl200 {
    padding-left: 100px;
  }

  .about5Right {
    width: 750px;
  }

  .about5RightTop {
    gap: 15px;
    overflow: hidden;
  }

  .about7TopLeft.w400 {
    width: 330px;
  }

  .about7BottomRow {
    gap: 20px;
  }

  .about7BottomRow .w400 {
    width: 200px;
  }

  .about11TopRow.g4 {
    gap: 20px;
  }

  .about11TopRow .w350 {
    width: 245px;
  }

  .slide11Img {
    right: 64px;
    width: 370px;
  }

  .about11BottomRow.pl140 {
    padding-left: 10px;
  }

  .slider2017.pl300,
  .slider2018.pl300 {
    padding-left: 100px;
  }

  .slider2008,
  .slider2019,
  .slider2020,
  .slider2021,
  .slider2023 {
    gap: 30px;
  }

  /*About page new slider end*/
  .package-details-left-box {
    padding: 25px;
    margin-bottom: 15px;
  }

  .reset4 p {
    line-height: 1.5em;
  }

  .packageDetailsList li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .package-details-left-box.middle-box {
    margin-top: -40px;
    padding-top: 50px;
  }




}

@media(max-width: 1440px) {
  .words-1 span {
    left: 265px;
  }

  .culture-top-head h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .emoticon {
    width: 60px;
  }


  .culture-top-head h2 {
    margin-top: 30px;
  }

  .marquee {
    margin-top: 40px;
  }

  .marquee img,
  .marquee2 img {
    width: 180px !important;
    max-width: 180px !important;
    border-radius: 40px;
  }

  .marquee-item.video-box {
    height: 180px;
    border-radius: 40px;
  }

  .marquee-item {
    flex: 0 0 180px;
    margin: 0 10px;
  }

  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translatex(-4000px);
    }
  }

  @keyframes scrolling2 {
    0% {
      transform: translateX(-4200px);
    }

    100% {
      transform: translatex(0);
    }
  }

  .culture-section {
    margin-top: 0px;
  }

  .right-main-box {
    padding-left: 40px;
  }

  .contact-section {
    padding: 0px 60px 70px;
  }

  .graphic-content h2 {
    font-size: 30px;
  }

  /* .graphic-content h4 {
      font-size: 16px;
      line-height: 1em;
  } */
  h1 {
    font-size: 80px;
  }

  .dev-box {
    margin-bottom: 70px !important;
  }

  .culture-section {
    padding: 0px 40px;
  }

  .col-right-gap {
    padding-right: 60px;
  }

  /* -----Service page Start------ */
  .slider-wrap {
    max-height: 470px;
  }

  .servic-list ul li img {
    margin-bottom: 30px;
  }

  .slide:hover .contents h2,
  .slide.active .contents h2 {
    font-size: 45px;
  }

  /* -----Service page end------ */
  .graphic-content {
    padding: 0px 10px;
  }

  .packagePrice {
    font-size: 36px;
  }

  .packageBanner {
    padding: 25px 2% 25px;
  }

  .packagebtn {
    padding: 12px 30px !important;
  }

  .packageDetailsHeading {
    margin-bottom: 15px;
  }

  .bellow-3box {
    margin-top: 25px;
  }

  .reset4 p {
    line-height: 1.5em;
  }

  .packageDetailsList li {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .graphic-content h4 {
    font-size: 20px;
  }

  .graphic-content h2 {
    font-size: 20px;
  }

  .packageDetailsHeading2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #0000007d;
  }

  .carousel-control-prev {
    left: 94px;
  }

  .carousel-control-next {
    right: 94px;
  }

}

@media(max-width: 1400px) {
  /* .reset8 {
        width: 700px !important;
    } 
    .packagePriceBlock {
        padding: 45px 25px;
      }
     .reset4 {
        width: 440px !important;
        height: 518px;
      } 
      .packagePrice {
        font-size: 75px;
        margin-bottom: 10px;
      }
      .packagebtn {
        padding: 20px 70px !important;
      }
      .packagePriceList li {
        font-size: 15px;
        line-height: 28px;
      }*/

}

@media(max-width: 1366px) {
  .words-1 span {
    left: 240px;
  }

  .culture-top-head h2 {
    font-size: 45px;
    line-height: 1em;
  }

  .caltureSkyNet {
    font-size: 25px;
    line-height: 25px !important;
  }

  .about-section {
    padding: 30px 40px 50px;
  }

  .contact-section {
    padding: 0px 40px 50px;
  }

  .contact-section .mb-3 {
    margin-bottom: 20px !important;
  }

  .address-sec p {
    margin-bottom: 10px !important;
  }

  /* .graphic-content .btn {
        padding: 8px 20px;
    }  */
  .graphic-content h4 {
    font-size: 20px;
  }

  .footerTop {
    padding: 60px 40px 60px;
  }

  /* -----Service page Start------ */
  .slider-wrap {
    max-height: 450px;
  }

  .servic-list ul li {
    padding: 10px 28px;
  }

  .thumbTextBox {
    height: 320px;
    bottom: -20%;
  }

  /* -----Service page end------ */
  .tab-on-portfolio-page .graphic-option .nav-tabs .nav-link {
    width: 150px;
  }

  .culture-top-head {
    max-width: 1280px;
    margin: 0px auto 40px;
    padding: 0px 15px;
  }

  /*.culture-top-head h2 {*/
  /*  font-size: 65px;*/
  /*  letter-spacing: 2px;*/
  /*}*/

  .horizontal-images.content li img {
    margin-bottom: 0px;
  }

  /*About page new slider start*/
  .aboutSlider {
    margin-top: 40px;
    max-width: 1200px;
  }

  .mb-7 {
    margin-bottom: 35px !important;
  }

  .aboutSlider h2 {
    font-size: 40px;
  }

  .aboutSlider h3 {
    font-size: 30px;
  }

  .pl11 {
    padding-left: 80px;
  }

  .aboutYear {
    font-size: 60px;
    left: -63px;
    bottom: 38px;
  }

  .slider2Center.w460 {
    width: 410px;
  }

  .slider2Left.w500 {
    width: 410px;
    padding-right: 20px;
  }

  .aboutSlider.pl200 {
    padding-left: 100px;
  }

  .about5Right {
    width: 660px;
  }

  .slider2011 {
    gap: 20px;
  }

  .about7BottomRow .w400 {
    width: 150px;
  }

  .about9Right {
    width: 600px;
  }

  .slider2016.pl140 {
    padding-left: 45px;
  }

  .slider2017.pl300,
  .slider2018.pl300 {
    padding-left: 50px;
  }

  .slider2019.pl140,
  .slider2020.pl140,
  .slider2021.pl140,
  .slider2022.pl140,
  .slider2023.pl140 {
    padding-left: 70px;
  }

  /*About page new slider end*/
  .left-gap {
    padding: 0px 40px 0px 40px;
  }

  .package-slider {
    padding: 40px 40px 40px;
  }

  .owl-nav {
    top: -140px !important;
  }

  .graphic-content h2 {
    font-size: 20px;
  }

  .reset8 {
    width: 500px !important;
  }

  .reset4 {
    width: calc(100% - 500px);
    padding-left: 2%;
  }

  .packagePriceList li {
    font-size: 14px;
    width: 50%;
  }

  .package-details-left-box {
    padding: 20px;
    margin-bottom: 15px;
  }

  .package-slider .item {
    height: 180px;
  }

}

@media(max-width: 1280px) {
  .words-1 span {
    left: 205px;
  }

  .emoticon {
    width: 40px;
  }

  .culture-top-head h2 {
    /*font-size: 55px;*/
    /*line-height: 47px;*/
  }

  .culture-top-head h2 {
    margin-top: 35px;
  }

  .marquee {
    margin-top: 35px;
  }

  .marquee img,
  .marquee2 img {
    width: 170px !important;
    max-width: 170px !important;
    border-radius: 30px;
  }

  .marquee-item.video-box {
    height: 170px;
    border-radius: 30px;
  }

  .marquee-item {
    flex: 0 0 170px;
    margin: 0 5px;
  }

  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translatex(-3600px);
    }
  }

  @keyframes scrolling2 {
    0% {
      transform: translateX(-3780px);
    }

    100% {
      transform: translatex(0);
    }
  }

  .menuList li a {
    /* font-size: 25px; */
  }

  .menuList li {
    margin: 18px 30px;
  }

  /* .menuList li a:hover {
        font-size: 40px;
    } */
  .menupop-sec {
    padding: 8% 80px 50px 80px;
  }

  .counting {
    margin-right: 40px;
  }

  .home-content {
    left: 100px;
  }

  .mb-5 {
    margin-bottom: 20px !important;
  }

  .left-gap {
    padding: 0px 60px 0px 40px;
  }

  /* .owl-nav {
        top: -65px !important;
        padding: 0px 40px;
    } */
  .graphic-content {
    padding: 0px 10px;
  }

  .graphic-content h6 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  /*.graphic-content h2 {
        font-size: 30px;
    }
     .graphic-content h2 span {
        font-size: 22px;
    } */
  /* .graphic-content h4 {
        font-size: 20px;
    } 
    .graphic-content p {
        font-size: 15px;
        line-height: 1em;
    }*/
  .col-right-gap {
    padding-right: 20px;
  }

  .culture-section {
    padding: 0px 20px;
  }

  .portfolioListThumb {
    width: calc(33% - 15px);
    margin-bottom: 10px;
  }

  .tabContentHeading {
    padding: 0px 0px 15px;
  }

  body .nav-item {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .same-size {
    padding-left: 30px;
  }

  .aboutSlider {
    max-width: 1100px;
  }

  .aboutSlider h2 {
    font-size: 40px;
  }

  .aboutYear {
    font-size: 60px;
    left: -47px;
    bottom: 24px;
  }

  .slider2Right.w570 {
    width: 230px;
  }

  .about4Left.w530 {
    width: 48%;
  }

  .about5Left {
    width: 30%;
  }

  .about5Right {
    width: 65%;
  }

  .about5LeftBottom img {
    height: 240px;
  }

  .about5RightTop img {
    height: 260px;
  }

  .about9Right {
    width: 540px;
  }

  .about10BottomLeft.w600 {
    width: 42%;
  }

  .about10BottomRight.w500 {
    width: 50%;
  }

  .slide11Img {
    right: 0;
    width: 333px;
  }

  .about12Left.w665,
  .about13Left.w665 {
    width: 560px;
  }

  .about13Left img {
    width: 48%;
  }
}

@media(max-width: 1200px) {

  /* .menuList li.active a {
    font-size: 40px;
} */
  /*menupop-sec*/
  .menupop-sec .bottomSec {
    bottom: 100px;
  }

  .menuList li a {
    font-size: 18px;
  }

  .menupop-sec {
    padding: 10% 100px 50px 100px;
  }

  .menuList {
    padding: 0;
    margin: 0px;
  }

  /* .menuList li a {
        font-size: 45px;
        line-height: 50px;
    } */
  .menupop-sec .rightBlock {
    padding-left: 15%;
  }

  .menupop-sec .rightBlock h4 {
    margin-bottom: 30px;
  }

  /*menupop-sec*/
  .lets-talk-btn .btn {
    padding: 10px 15px;
  }

  body .nav-item {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  /* .graphic-content {
        width: 50%;
        padding: 0px 25px;
    }
    .graphic-content .btn {
        padding: 8px 10px;
        font-size: 14px;
    } */
  .graphic-content p {
    margin-bottom: 10px;
  }

  .graphic-content h2 {
    font-size: 18px;
  }

  /* .graphic-content .btn {
        padding: 6px 10px;
        font-size: 13px;
    } */
  .mb-12 {
    margin-bottom: 80px !important;
  }

  .owl-nav {
    top: -110px !important;
  }

  h1 {
    font-size: 64px;
  }

  .dev-box {
    margin-bottom: 40px !important;
  }

  p {
    font-size: 18px;
    line-height: 1.3em;
  }

  /* -----Service page Start------ */
  .slide:hover .contents h2,
  .slide.active .contents h2 {
    font-size: 35px;
  }

  .slide .contents {
    padding: 20px 25px;
  }

  .slider-wrap {
    max-height: 360px;
  }

  .servic-list {
    padding: 30px 10px;
  }

  .servic-list ul li img {
    margin-bottom: 15px;
  }

  .servic-list ul li p {
    font-size: 16px;
  }

  .servic-list ul li {
    padding: 10px 20px;
  }

  .thumbTextBox h3 {
    font-size: 25px;
    top: 10px;
    height: 50px;
  }

  .thumbTextBox {
    bottom: -20%;
    height: 360px;
  }

  /* -----Service page end------ */
  .culture-top-head h2 {
    /*font-size: 56px;*/
    letter-spacing: 1px;
  }

  /* .reset8 {
    width: 600px !important;
  }
  .packagePrice {
    font-size: 60px;
  }
  .packagebtn.mb-3 {
    margin-bottom: 10px !important;
  }
.reset4 {
    width: 360px !important;
    height: 518px;
  }
  .packagePriceBlock {
    padding: 25px 25px;
  }
  .packagebtn {
    padding: 17px 60px !important;
  }
  .reset8 {
    width: 570px !important;
  }
  .reset4 {
    width: 390px !important;
    height: 419px !important;
  }
  .packagePriceBlock {
    padding: 25px 15px;
  }
  .packagePriceList li {
    font-size: 15px;
    line-height: 26px;
    padding-left: 15px;
    background-size: 10px;
  }
  h3.packageDetailsHeading{
    font-size: 30px;
  } */
  .packagePrice {
    font-size: 32px;
  }

  .reset4 p {}

  /* .packageDetailsList li {
    line-height: 1.3em;
  } */

  .packageDetailsHeading2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .reset8 {
    width: 430px !important;
  }

  .reset4 {
    width: calc(100% - 430px);
    padding-left: 2%;
  }

  .top-lable h3 {
    font-size: 16px;
    margin-right: 20px;
  }

  .aboutSlider {
    max-width: 1024px;
  }

  .aboutSlider p {
    font-size: 17px;
  }

  .slider2Right.w570 {
    width: 180px;
  }

  .slider2007 {
    gap: 20px;
  }

  .slider2Left.w500 {
    padding-right: 0px;
  }

  .aboutSlider.pl200 {
    padding-left: 75px;
  }

  .about4Right {
    width: 48%;
  }

  .slide11Img {
    width: 256px;
    top: 50px;
  }

  .about12Left.w665,
  .about13Left.w665 {
    width: 500px;
  }

  .about14Center.pt7 {
    padding-top: 30px;
  }

  .address-sec {
    padding-right: 100px;
  }

  .graphic-content h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .package-slider .item {
    height: 165px;
  }
}

@media(max-width: 1100px) {
  .aboutSlider {
    max-width: 90%;
    padding-top: 120px;
    margin-top: 0px;
  }

  .aboutYear {
    transform: rotate(0deg);
    bottom: auto;
    top: 0px;
    text-align: center;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
  }

  .aboutBottomRow.pl11 {
    padding-left: 0px;
  }

  .aboutSlider h2 {
    font-size: 38px;
  }

  .aboutSlider h3 {
    font-size: 25px;
  }

  .aboutSlider.pl200.slider2009 {
    padding-left: 0px;
  }

  .aboutSlider.pl200 {
    padding-left: 0;
  }

  .about7BottomRow .w400 {
    width: 0px;
  }

  .about8Right,
  .about8Left {
    width: 50%;
  }

  .about8Left {
    padding-right: 30px;
  }

  .about9Right {
    width: 500px;
  }

  .about10BottomRow {
    margin-bottom: 30px;
  }

  .slider2016.pl140 {
    padding-left: 0;
  }

  .slide11Img {
    position: relative;
    top: 0;
    width: 208px;
  }

  .about11TopRow.g4 {
    gap: 5px;
  }

  .about12Left.w665,
  .about13Left.w665 {
    width: 53%;
  }

  .about12Right,
  .about13Right {
    width: 45%;
  }

  .slider2017.pl300,
  .slider2018.pl300 {
    padding-left: 0px;
  }

  .slider2019.pl140,
  .slider2020.pl140,
  .slider2021.pl140,
  .slider2022.pl140,
  .slider2023.pl140 {
    padding-left: 0;
  }

  .carousel-control-prev,
  .carousel-control-next {
    bottom: auto;
    top: 16px;
    position: absolute;
  }

  .carousel-control-prev {
    left: calc(50% - 145px);
  }

  .carousel-control-next {
    right: calc(50% - 145px);
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background: none;
  }

  .socialpop-list li {
    margin: 0px 10px;
  }

  .socialpop-list li img {
    width: 60px;
  }

  .pop-social-box {
    padding: 20px 25px;
  }
}

@media(max-width: 1024px) {
  .culture-top-head {
    margin: 0px auto 30px;
  }

  .culture-top-head h2 {
    font-size: 45px;
  }

  .about-section {
    padding: 20px 20px 50px;
  }

  h2 {
    font-size: 45px;
  }

  p {
    font-size: 18px;
  }

  .contact-section {
    padding: 0px 20px 50px;
  }

  .double-para {
    flex-direction: column;
  }

  .double-para p br {
    display: none;
  }

  /* -----Service page Start------ */
  .servic-list ul li {
    padding: 5px 18px;
  }

  /* -----Service page end------ */
  .tab-on-portfolio-page .graphic-option .nav-tabs .nav-link {
    width: 140px;
  }

  .about5LeftBottom img {
    height: 210px;
  }

  .about5Left {
    gap: 5px;
  }

  .about5Right {
    width: 65%;
  }

  .about7BottomRow {
    flex-wrap: wrap;
    justify-content: center !important;
    margin-bottom: 30px;
  }

  .about7BottomLeft {
    width: 100%;
    text-align: center;
  }

  .about9Left {
    width: 40%;
  }

  .about9Right {
    width: 56%;
  }

  .about10BottomLeft.w600 {
    width: 40%;
  }

  .about10BottomRight.w500 {
    width: 57%;
  }

  .about10BottomRight img {
    width: 48%;
    margin-top: auto;
  }

  .graphic-content {
    padding: 0px 5px;
  }

  .reset8 {
    width: 380px !important;
  }

  .reset4 {
    width: calc(100% - 380px);
    padding-left: 2%;
  }

  .packageBanner {
    padding: 15px 2% 25px;
  }

  .packagePriceBlock h4 {
    font-size: 13px;
  }

  .devider {
    margin: 0px 5px;
  }

  .packagePriceBlock h5 {
    font-size: 13px;
  }


}

@media(max-width: 999px) {
  .package-slider .item {
    height: auto;
  }

  .graphic-content h4 {
    font-size: 18px;
  }
}

@media(max-width: 992px) {
  .navRight {
    justify-content: center;
    margin-top: 15px;
  }

  body .nav-item .nav-link {
    font-size: 12px;
    padding: 5px 0px !important;
    text-align: center;
  }

  body .nav-item {
    text-align: center;
  }

  .right-main-box {
    padding-left: 20px;
  }

  /* .graphic-content .btn {
        padding: 10px 10px;
        font-size: 16px;
    }
    .graphic-content h2 {
        font-size: 30px;
        line-height: 1em;
    }
    .graphic-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .graphic-content h4 {
        font-size: 22px;
    }
    .graphic-content h6 {
        font-size: 16px;
        margin-bottom: 6px;
    } */
  .left-gap {
    padding: 0px 30px 0px 30px;
  }

  /* .owl-nav {
        top: -45px !important;
        padding: 0px 30px;
    } */
  .portfolioThumbListContainer {
    gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-on-portfolio-page .nav-tabs .nav-link {
    margin-left: 5px;
    margin-right: 5px;
    width: 150px;
  }

  .buttonTop {
    height: 50px;
  }

  .buttonCircle {
    width: 50px;
    height: 50px;
    border: 2px solid #f8fcff;
  }

  .portfolio-section .slideLeft,
  .portfolio-section .slideRight {
    top: 20px;
  }

  .tab-on-portfolio-page #nav-tab {
    border-bottom: 1px solid #f5f5f5 !important;
    padding-bottom: 20px;
  }

  .same-size {
    padding-left: 10px;
  }

  .playButton {
    width: 50px;
    height: 50px;
  }

  .playButton img {
    height: 50px;
  }

  .reset8 {
    margin-bottom: 20px;
    width: 600px !important;
    margin: 0px auto 30px;
  }

  .reset4 {
    height: auto !important;
  }

  .reset4 {
    width: 100% !important;
  }

  /*h3.packageDetailsHeading{
    font-size: 26px;
  }
  .packageDetailsHeading {
    padding-left: 35px;
  }
  .packageIcons {
    top: 2px;
    width: 20px;
  }
   .packageBanner h3 {
    font-size: 35px;
  }
  .packageBanner h5 {
    font-size: 16px;
  } */
  .packagePriceList li {
    font-size: 14px;
    width: 100%;
  }

  /* .top-lable {
    justify-content: center;
} */
  .packagePriceBlock h4 {
    font-size: 14px;
  }

  .packagePriceBlock h5 {
    font-size: 14px;
  }

  .slide .contents h2 {
    font-size: 18px;
  }

  .aboutSlider h2 {
    font-size: 30px;
  }

  .reset4 p {
    line-height: 1.4em;
  }

  .packageDetailsList li {
    line-height: 1.2em;
  }

}

@media(max-width: 991px) {
  .homeBanner {
    background-image: url("../img/home-banner-black.webp");
    background-position: center;
  }

  .homeBannerImg {
    display: none;
  }

  .homeBanner::before {
    content: '';
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

}

@media(max-width: 899px) {

  .slider2013 .pl4 {
    padding-left: 0px;
  }

  .slider2006,
  .slider2013 {
    margin-bottom: 30px;
  }

  .bottomSec ul {
    justify-content: center;
  }

  .border-contact::after {
    right: 0px;
    margin: auto;
  }

  .home-content {
    left: 60px;
  }

  .single-fold {
    height: auto;
  }

  .single-fold.service-page {
    height: 100%;
    overflow: auto;
  }

  .single-fold.culture,
  .single-fold.package-page {
    overflow: auto;
    height: 100%;
  }

  .about-section .row .col-md-3,
  .about-section .row .col-md-6 {
    width: 100%;
  }

  .left-box {
    align-items: center;
    height: auto;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
  }

  .big-video-box {
    margin-bottom: 25px;
  }

  .right-main-box {
    padding-left: 0px;
    height: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .right-main-box .mb-5 {
    margin-bottom: 10px !important;
  }

  .contact-section .row .col-md-6 {
    width: 100%;
    text-align: center;
  }

  .contact-section {
    padding: 35px 20px 40px;
  }

  .address-sec {
    height: auto;
    margin-bottom: 25px;
  }

  .form-sec {
    height: auto;
    width: 75%;
    margin-left: 12.5%;
    margin-top: 30px;
  }

  .form-sec .btn {
    float: none;
    margin: 0px auto;
  }

  .packages-section .mb-9 {
    margin-bottom: 55px !important;
  }

  .packages-section {
    padding: 150px 0px 10px;
    height: 100%;
  }

  .culture-section .col-md-5,
  .culture-section .col-md-7 {
    width: 100% !important;
  }

  .culture-section {
    padding: 30px 20px;
    height: auto;
    text-align: center;
  }

  .col-right-gap {
    padding-right: 12px;
    padding-bottom: 20px;
  }

  /* -----Service page Start------ */
  .servic-list ul li {
    padding: 5px 7px;
  }

  .slide:hover .contents h2,
  .slide.active .contents h2 {
    font-size: 26px;
  }

  .service-section {
    flex-flow: row wrap;
  }

  .imgthumbBox {
    height: 100%;
    overflow: hidden;
  }

  .thumbTextBox {
    bottom: -25%;
  }

  .service-section {
    height: 100%;
  }

  .service-section .owl-carousel.owl-loaded,
  .service-section .owl-carousel .owl-stage-outer,
  .service-section .owl-carousel .owl-stage {
    height: 100%;
  }

  .service-section .owl-carousel.owl-drag .owl-item {
    height: 100%;
  }

  .service-section .owl-carousel.owl-drag .owl-item .item {
    height: 100%;
  }


  /* -----Service page end------ */
  .tab-on-portfolio-page .graphic-option .nav-tabs .nav-link {
    width: auto;
  }

  /* .package-slider {
    padding-bottom: 0px;
} */
  .culture-top-head h2 {
    font-size: 40px;
    margin-bottom: 0px;
    text-align: left;
  }

  .words-1 span {
    left: 180px;
  }

  .culture-section .row.d-flex {
    align-items: center;
    flex-direction: column;
  }

  /* .culture-section .col-md-4, .culture-section .col-md-8{
    width: 100%;
} */
  .culture-slider {
    padding-bottom: 0px;
  }

  .left-box {
    padding-right: 0px;
  }

  .about1TopRow,
  .aboutBottomRow,
  .slider2007,
  .slider2009,
  .slider2010,
  .slider2011,
  .about7TopRow,
  .slider2013,
  .aboutSlider,
  .about10TopRow,
  .about10BottomRow,
  .about13TopRow {
    flex-wrap: wrap;
  }

  .about1TopLeft,
  .about1TopRight,
  .about2BottomLeft,
  .about2BottomLeft div,
  .slider2Left.w500,
  .about4Left.w530,
  .about4Right.w570,
  .about5Left,
  .about5Right,
  .about5LeftTop,
  .about6Right,
  .about7TopLeft.w400,
  .about10BottomLeft.w600,
  .about10BottomRight.w500 {
    width: 100%;
    text-align: center;
  }

  .about7TopLeft.w400 h2,
  .about8Right,
  .about8Left,
  .about9Left,
  .about9Right,
  .about10TopLeft,
  .about11TopRow .w350,
  .about12Left.w665,
  .about12Right,
  .about13Left.w665,
  .about13Right,
  .about18Center,
  .about18Left h2 {
    text-align: center;
    width: 100%;
  }

  .slider2023 {
    justify-content: center !important;
    margin-bottom: 30px;
  }

  .about8Left {
    padding-right: 0px;
  }

  .about10BottomRight img {
    width: auto;
  }

  .about2BottomCenter {
    width: 52.5%;
  }

  .about2BottomRight {
    width: 44%;
  }

  .slider2Left {
    order: 2;
  }

  .slider2Center {
    order: 3;
    margin-bottom: 30px;
  }

  .slider2Right {
    order: 1;
  }

  .slider2007,
  .slider2009,
  .slider2011,
  .about10TopLeft,
  .about10TopRow,
  .about10BottomRight {
    justify-content: center !important;
  }

  .about4Right,
  .about9Right {
    margin-bottom: 30px;
  }

  .about5RightBottom.pl4 {
    padding-left: 0px;
    order: 1;
  }

  .about5Left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .about5LeftBottom,
  .about10BottomRight {
    gap: 10px;
  }

  .about5Right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .about5RightTop {
    order: 2;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .about6Left {
    order: 2;
  }

  .about6Left {
    margin-bottom: 30px;
    width: auto;
  }

  .about7Images.g4 {
    gap: 20px;
  }

  .about9LeftTop .pl4 {
    padding-left: 0px;
  }

  .about9LeftTop {
    margin-bottom: 20px;
  }

  .about10BottomLeft {
    margin-bottom: 20px;
  }

  .about11TopRow.g4 {
    flex-wrap: wrap;
  }

  .about11TopRow.g4 {
    justify-content: center;
  }

  .about11BottomRow.pl140 {
    padding-left: 0;
  }

  .about11BottomRow.g7 {
    gap: 40px;
  }

  .about12Right,
  .about13Right {
    margin: 20px 0px 30px 0px;
  }

  .slider2019.pl140 {
    justify-content: center !important;
  }

  .about14Center.w360,
  .about14Center h2,
  .about14Center h3 {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .slider2020,
  .slider2021 {
    justify-content: center !important;
    text-align: center;
    margin-bottom: 30px;
  }

  .about15Left.w360 {
    width: 100%;
  }

  .about15Center.w360 {
    width: 46%;
    text-align: left;
  }

  .about15Right {
    width: 48%;
  }

  .about16Center {
    text-align: left;
  }

  .about17Right {
    width: 100%;
    text-align: center;
  }

  .about17Right .pl11 {
    padding-left: 0px;
  }

  .about17Left {
    order: 2;
  }

  .about17Left {
    width: 700px;
  }

  .slider2022 {
    justify-content: center !important;
  }

  .slider2008 {
    justify-content: center !important;
  }

  .aboutSlider.slider2008 {
    text-align: center;
    margin-bottom: 0px;
  }

  .address-sec {
    padding-right: 0px;
  }

  .form-sec h2 {
    font-size: 42px;
    margin-bottom: 15px;
  }

}

@media(max-width: 855px) {
  .w360 {
    justify-content: center;
  }

  .aboutSlider p {
    text-align: center;
  }
}

@media(max-width: 767px) {
  .emoticon {
    width: 32px;
  }

  .words-1 span {
    left: 155px;
    top: 2px;
  }

  .culture-top-head h2 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -2px !important;
  }

  .caltureSkyNet {
    font-size: 20px;
    line-height: 20px !important;
  }

  .culture-section {
    margin-top: 0;
  }

  .home-banner-img img {
    width: 180%;
    position: relative;
    right: 336px;
  }

  .graphic-content .btn {
    padding: 10px 10px 10px 24px;
    margin: 0px auto;
    width: 150px;
  }

  /* .menuList li.active a {
        font-size: 30px;
      } */
  .home-content {
    left: 30px;
  }

  /*menupop-sec*/
  /* .menupop-sec {
        padding: 75px 30px 30px 30px;
        display: none;
        align-items: center;
    }
    .menuList {
        padding: 0px;
        margin: 0 0 50px 0;
        text-align: center;
    }
    .menuList li a {
        font-size: 40px;
        line-height: 50px;
    } */
  .menupop-sec {
    padding: 30px 40px 30px 40px;
  }

  .menuList li {
    margin-bottom: 15px;
  }

  .menuList li {
    margin: 10px 20px;
  }

  .menuList li a {
    font-size: 16px;
  }

  /* .menuList li a:hover {
        font-size: 32px;
    } */
  .counting {
    margin-right: 20px;
  }

  .menupop-sec .rightBlock h4 {
    margin-bottom: 20px;
  }

  .menupop-sec .rightBlock {
    display: none;
  }

  .menupop-sec .comateLogo {
    margin-bottom: 30px;
  }

  .popUpCloseBtn {
    right: 0px;
    bottom: auto;
    top: 0;
    width: 100px;
    height: 100px;
  }

  /* .popUpCloseBtn i {
        font-size: 40px;
    } */
  /* .menupop-sec .bottomSec {
        text-align: center;
    }
    .menupop-sec .bottomSec ul li {
        margin-left: 15px;
        margin-right: 15px;
    } */
  /*menupop-sec*/
  .top-nav {
    padding: 5px 0px 5px 0px;
    margin-bottom: 5px;
  }

  .portfolioNavBg {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
  }

  body .navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .top-nav {
    justify-content: start;
    padding: 5px 0px 5px 0px;
  }

  .tab-on-portfolio-page .nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .top-nav ul li {
    font-size: 12px;
    margin: 8px 10px 8px 0px;
    letter-spacing: 0px;
  }

  .help-link {
    font-size: 12px;
    margin-left: 5px;
    letter-spacing: 0;
  }

  .top-right-nav {
    width: 90px;
    right: 0;
  }

  .top-right-nav .form-select {
    font-size: 12px;
    padding: .375rem 1.5rem .375rem 0;
    border: none;
  }

  h1 {
    font-size: 50px;
  }

  .dev-box {
    margin-bottom: 35px !important;
    flex-flow: row wrap;
    justify-content: center;
  }

  .about-section {
    padding: 20px 15px 20px;
  }

  h2 {
    font-size: 35px;
  }

  .package-slider .item {
    flex-direction: column;
  }

  .graphic-content {
    width: 100%;
    padding: 30px 25px;
    text-align: center;
  }

  .graphic-img {
    width: 100%;
  }

  .packages-section {
    padding: 100px 0px 0px;
    text-align: center;
    height: auto;
    display: block !important;
  }

  .mb-12 {
    margin-bottom: 50px !important;
  }

  .owl-nav {
    top: -55px !important;
  }

  .double-para {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .packages-section h2 {
    margin-bottom: 15px;
  }

  .culture-section {
    padding: 0px 15px 20px;
  }

  .culture-top-head h2 {
    margin-top: 25px;
  }

  .culture-top-head {
    margin: 15px auto;
  }

  .marquee {
    margin-top: 25px;
  }

  .footer p {
    float: none;
    text-align: center;
  }

  .portfolioListThumb {
    width: calc(50% - 10px);
  }

  .footer.portfolio .address-sec {
    text-align: center;
  }

  .contact2 {
    width: 100%;
  }

  .copyright-with-privacy {
    justify-content: center;
  }

  .footer-menus {
    justify-content: center;
    flex-wrap: wrap;
  }

  .same-size {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .menu-list li a {
    margin: 0px 0px 8px;
  }

  .same-size h6 {
    margin-bottom: 10px;
    margin-top: 15px;
  }

  /* -----Service page Start------ */
  .servic-list ul li {
    padding: 5px 7px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .servic-list ul {
    flex-direction: column;
  }

  .servic-list ul li img {
    margin-bottom: 10px;
  }

  .slide:hover {
    width: 100%;
  }

  .slider-wrap {
    max-height: 300px;
  }

  .slide .contents {
    padding: 10px 15px;
  }

  /* -----Service page end------ */

  .footer {
    padding: 10px 10px 15px;
    background-color: #00000091;
  }

  .footer p.copyright {
    margin: 10px !important;
  }

  .about2BottomCenter {
    width: 50.5%;
  }

  .about2BottomRight {
    width: 42%;
  }

  .aboutSlider h2 {
    font-size: 32px;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  .aboutSlider h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .about7Images.g4 {
    gap: 10px;
  }

  .about10BottomRight img {
    width: 200px;
  }

  .about11BottomRow.g7 {
    gap: 20px;
  }

  .about11BottomLeft {
    width: calc(100% - 180px);
  }

  .about11BottomRight {
    width: 180px;
  }

  .about11TopRow img {
    width: 30%;
  }

  .about15Center.w360 {
    width: 360px;
    text-align: center;
  }

  .about15Right {
    width: 100%;
  }

  .about17Left {
    width: 90%;
  }

  .btn-light {
    width: 200px;
    height: 60px;
  }

  .graphic-content h4 {
    font-size: 20px;
  }

  .packageDetailsHeading {
    font-size: 25px;
  }

  .packageBanner .accordion-button {
    font-size: 19px;
  }

  .socialpop-list li {
    margin: 0px 5px;
  }

  .pop-social-box {
    padding: 15px 20px;
  }

  .navbar {
    padding: 5px 15px !important;
  }

  .portfolio-section {
    padding-top: 15px;
  }

  .homeBanner {
    background-position: 75% center;
  }



}

@media (max-width: 650px) {
  .culture-top-head h2 {
    font-size: 30px;
    letter-spacing: -1px !important;
  }
}

@media (max-width: 600px) {
  .culture-top-head h2 {
    font-size: 20px;
  }

  .caltureSkyNet {
    font-size: 15px;
  }
}

@media (max-width: 550px) {
  .about11BottomRow.g7 {
    flex-wrap: wrap;
  }

  .about11BottomLeft {
    width: 100%;
    text-align: center;
  }

  .about11BottomRight {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .menupop-sec .bottomSec {
    bottom: 70px;
  }

  .packageDetailsList {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .emoticon {
    width: 28px;
  }

  /*.culture-top-head h2 {*/
  /*  font-size: 26px;*/
  /*  line-height: 32px;*/
  /*  letter-spacing: -1px !important;*/
  /*}*/

  /*.caltureSkyNet {*/
  /*  font-size: 17px;*/
  /*  line-height: 20px !important;*/
  /*}*/

  .words-1 span {
    left: 104px;
  }

  /*menupop-sec*/
  .menupop-sec .bottomSec ul li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .menupop-sec {
    padding: 60px 20px 20px 20px;
  }

  /* .menuList {
    margin: 0 0 30px 0;
} */
  .menuList {
    margin: 0 0 0px 0;
    flex-direction: column;
  }

  .menuList li {
    margin: 6px 10px;
  }

  .menuList li a {
    font-size: 16px;
    line-height: 22px;
  }

  .popUpCloseBtn {
    width: 60px;
    height: 60px;
  }

  .popUpCloseBtn i {
    font-size: 30px;
  }

  /*menupop-sec*/
  .top-nav ul li {
    font-size: 10px;
    margin: 8px 8px 8px 0px;
  }

  .contact-section .mb-3 {
    margin-bottom: 10px !important;
  }

  h1 {
    font-size: 40px;
  }

  .dev-box {
    margin-bottom: 30px !important;
    flex-direction: column;
  }

  .dev-btn {
    margin: 10px 0px 0px !important;
  }

  .portfolioProfileProjectName,
  .portfolioProfileProjectPlatform {
    font-size: 10px;
  }

  .portfolioProfileImg {
    width: 20px;
    height: 20px;
  }

  .portfolioThumbLeft {
    gap: 4px;
  }

  .footerBottom {
    padding: 40px 0px;
  }

  .footerTop {
    padding: 50px 10px 50px;
  }

  /* -----Service page Start------ */
  .slide .contents h2 {
    font-size: 20px;
  }

  .imgthumbBox {
    width: 100%;
  }

  .thumbTextBox {
    bottom: -20px;
  }

  /* -----Service page end------ */
  .tab-on-portfolio-page .graphic-option .nav-tabs .nav-link {
    letter-spacing: 1px;
  }

  .border-contact::after {
    width: 100%;
  }

  .form-sec {
    width: 100%;
    margin-left: 0%;
  }

  .slide .contents h2 {
    font-size: 17px;
  }

  .slide:hover .contents h2,
  .slide.active .contents h2 {
    font-size: 22px;
  }

  .about2BottomCenter,
  .about2BottomRight {
    width: 100%;
  }

  .aboutSlider h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .aboutSlider h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .about10BottomRight img {
    width: 150px;
  }

  .coronaImage {
    left: 0;
    right: 0px;
    margin: auto;
  }

  .price-lable {
    flex-direction: column;
  }

  .devider-line {
    display: none;
  }

  .packagePriceBlock h4 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .packageDetailsHeading {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .packagePriceList li {
    margin: 0px 0px 10px 0px;
    line-height: 1.3em;
  }

  .aboutYear {
    font-size: 30px;
  }

  .aboutSlider {
    max-width: 90%;
    padding-top: 60px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
  }

  .carousel-control-prev {
    left: calc(50% - 100px);
  }

  .carousel-control-next {
    right: calc(50% - 100px);
  }

  .portfolio-section {
    padding-top: 20px;
  }

  .tabContentHeading {
    padding-bottom: 30px;
  }

  .portfolioThumbListContainer .middle-mid {
    margin-top: 10px;
  }

  .home-content h1 {
    letter-spacing: -1px;
    line-height: 1em;
  }

  .g7 {
    gap: 5px;
  }

  .about12LeftTop.mb-6 {
    margin-bottom: 30px;
  }

  .pt-4 {
    padding-top: 0.5rem !important;
  }

  .border-contact {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .address-sec h5 {
    font-size: 22px;
  }

  .address-sec {
    margin-bottom: 5px;
  }

  .form-sec {
    margin-top: 15px;
  }

  .form-sec h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .form-control {
    padding: 8px 0px;
  }

  .contact-section .mb-3 {
    margin-bottom: 6px !important;
  }

  .form-sec .btn {
    padding: 14px 35px 14px 35px;
    margin-top: 10px;
  }

  .reset8 {
    margin: 0px auto 13px;
  }

  .address-sec .contact1 h5 {
    margin-bottom: 10px;
  }

  .contact-section {
    padding: 25px 20px 25px;
  }

  .homeBanner {
    background-position: 75% center;
  }

  .tab-on-portfolio-page .graphic-option .nav-tabs .nav-link {
    letter-spacing: 0;
    margin-left: 0px;
    margin-right: 0px;
  }

}

@media (max-width: 440px) {
  .top-lable {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .top-lable h3 {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .same-box {
    justify-content: center;
    flex-direction: column;
  }

  .packagePrice {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .packagebtn {
    padding: 12px 20px !important;
    width: 100%;
  }

}

@media (max-width: 420px) {
  .home-banner-img img {
    width: 190%;
    position: relative;
    right: 324px;
  }

  .aboutSlider h2 {
    font-size: 23px;
    margin-bottom: 12px;
  }

  .aboutSlider h3 {
    font-size: 23px;
  }

  .about1TopRow.mb-7,
  .about3LeftTop.mb-7,
  .about3RightTop.mb-7,
  .about4Left.w530 .mb-7,
  .aboutSlider h2,
  .about5RightTop.mb-7,
  .about6Left.w575,
  .about7TopRow.mb-7,
  .about10TopRow.mb-7,
  .about11TopRow.g4,
  .about12LeftTop.mb-6,
  .about13LeftTop.mb-7,
  .about14Center .mb-7,
  .about14Right.w380 .mb-7,
  .about18Center.w460 .mb-7 {
    margin-bottom: 16px !important;
  }

  .aboutSlider p {
    margin-bottom: 12px;
  }

  .slider2Center {
    margin-bottom: 0px;
  }

  .about3LeftBottom {
    margin-bottom: -10px;
  }

  .about4Right,
  .about9Right {
    margin-bottom: 5px;
  }

  .g4 {
    gap: 5px;
  }

  .about7BottomRow {
    gap: 10px;
  }

  .about7BottomRow {
    margin-bottom: 0px;
  }

  .slider2006,
  .slider2013 {
    margin-bottom: 0px;
  }

  .about10BottomRow,
  .about11BottomRight {
    margin-bottom: 5px;
  }

  .about12Right,
  .about13Right {
    margin: 15px 0px 5px 0px;
  }

  .about14Center.pt7 {
    padding-top: 0px;
  }

  .slider2008,
  .slider2019,
  .slider2020,
  .slider2021,
  .slider2023 {
    gap: 16px;
  }

  .coronaImage {
    bottom: 15px;
  }

  .about17Right.mb-3 {
    margin-bottom: 15px !important;
  }

  .mb-12 {
    margin-bottom: 30px !important;
  }

  .owl-nav {
    top: -45px !important;
  }

  .package-slider {
    padding: 40px 20px 30px;
  }

  .tab-on-portfolio-page .mb-4 {
    margin-bottom: 10px !important;
  }

  .tabContentHeading {
    padding-bottom: 16px;
  }

  .tab-on-portfolio-page #nav-tab {
    padding-bottom: 5px;
    padding-top: 8px;
  }

  .portfolio-section .slideLeft,
  .portfolio-section .slideRight {
    top: 11px;
  }

  .nav-tabs.mb-3 {
    margin-bottom: 15px !important;
  }

}

@media (max-width: 400px) {
  .caltureSkyNet {
    font-size: 13px;
  }

  .culture-top-head h2 {
    font-size: 17px;
  }
}



/* RENT-A-Brain Page css start */
.rab {}

.rab .px-4 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.text-gradient {
  background: linear-gradient(90deg, #1b4ec5 0%, #762294 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rab h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 200px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}

.rab h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 150px;
  color: #000;
  font-weight: 300;
}

.rab h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 75px;
  color: #000;
  font-weight: 300;
}

.rab h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: 300;
}

.rab h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  color: #000;
}

.rab h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: #6c6a6c;
}

.rab .h6-lm {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  color: #000;
}

.rab .counting-h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 150px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}

.rab .h2-sm {
  font-family: "DM Sans", sans-serif;
  font-size: 115px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}

.rab .h5-sm {
  font-size: 35px;
  color: #000;
}

.rab .p-sm {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}

.rab .container {
  max-width: 1600px;
}

.rab .container-full {
  max-width: 100%;
}

.rab-banner-sec {
  min-height: 1500px;
}

.rab-banner-sec h4 {
  font-size: 28px !important;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.rab-banner-sec h3 {
  font-size: 40px !important;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.rab-banner-sec h6 {
  font-size: 20px !important;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.rab-banner-sec .blue {
  color: #0057d9 !important;
}

.what-is-rent-sec {
  padding-top: 0px;
  padding-bottom: 160px;
}

.what-is-rent-sec h5 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #5a5a5a !important;
}

.what-is-rent-sec h5 b {
  font-weight: 700;
  color: #000 !important;
}

.what-is-rent-sec h6 {
  font-weight: 600;
  color: #0057d9 !important;
}

.what-is-rent-sec sup {
  color: #5e2da1 !important;
  -webkit-text-fill-color: #5e2da1 !important;
}

.cluster-brain-sec {
  background-image: url("../img/rab-brain-clusters-sec-bg.jpg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 100px;
}

.cluster-brain-sec h4 {
  color: #6c6a6c;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.cluster-brain-sec h5 {
  color: #050406;
  font-size: 30px;
  font-weight: 600;
}

.cluster-brain-sec h6 {
  color: #6c6a6c;
  font-size: 20px;
  font-weight: 600;
}

.cluster-team-sec {}

.cluster-team-sec .bg-body-secondary {
  background-color: #f4f4f4 !important;
  padding-top: 140px;
  padding-bottom: 160px;
  border-radius: 80px;
}

.cluster-team-sec .logoBox {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: -100px !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.weeklyPointBox {
  font-size: 20px;
  font-weight: 500;
  color: #6c6a6c;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 110px;
}

.weeklyPointBox i {
  font-size: 16px;
  color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: solid 2px #101010;
  border-radius: 8px;
}

.weeklyPointBox span {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.weeklyPointBox-sm {
  font-size: 16px;
  font-weight: 500;
  color: #6c6a6c;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.weeklyPointBox-sm i {
  font-size: 10px;
  color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: solid 2px #101010;
  border-radius: 4px;
}

.weeklyPointBox-sm span {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.workflow-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  justify-content: center;
  gap: 0 8px;
}

.workflow-group .step {
  display: flex;
  align-items: center;
  position: relative;
}

.workflow-group .circle {
  width: 160px;
  height: 160px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.workflow-group .arrow {
  color: #fff;
  background: #0057d9;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: absolute;
  right: -18px;
  top: 42%;
  z-index: 1;
}

.traditional-hiring-sec {}

.traditional-hiring-sec h6,
.traditional-hiring-sec h5,
.traditional-hiring-sec h3 {
  color: #fff !important;
}

.traditional-hiring-sec .bg-body-secondary {
  background: linear-gradient(105deg, #1b47c5 0%, #6c188a 100%);
  padding: 100px 130px 80px;
  border-radius: 80px;
}

.traditional-hiring-sec .pr-why {
  padding-right: 80px;
}

.tradBox {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.tradBox h5 {
  padding-left: 30px;
}

.tradBox .leftBox {
  width: 50%;
  padding: 50px 0px 30px 0px;
}

.tradBox .rightBox {
  width: 50%;
  position: relative;
  padding: 50px 0px 30px 0px;
}

.tradBox .rightBox::after {
  border: 2px solid #ffffff;
  border-radius: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  height: 100%;
}

.tradBox .compare-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #e4e2e5;
}

.tradBox .compare-item:last-child {
  border-bottom: none;
}

.tradBox .icon-circle {
  font-size: 0.8rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border: solid 2px #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* RENT-A-Brain Page css end */



/* Pappu */


/* whyb-container */
.section-container {
  /* padding: 80px 5% !important; */
  padding: 0 5% 80px 5%;
}

.whyb-container .container {
  gap: 80px;
  padding-bottom: 80px;
}

.section-container-small {
  padding: 0 2% 80px 2%;
}

/* Circular Image Styling */
.whyb-img-wrapper {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  /* overflow: hidden; */
  border: 1px solid #eee;
  /* margin: 0 auto; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.whyb-img-wrapper img {
  width: 80%;
  height: auto;
  object-fit: cover;
  transition: all linear 0.2s;
}

.whyb-img-wrapper img:hover {
  width: 81%;
}

.whyb-img-wrapper:nth-child(1)::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 120%;
  background: url("../img/rent-a-brain/g1.png");
  border-radius: 999px;
  bottom: -150px;
  right: -100px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.whyb-img-wrapper:nth-child(2)::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 120%;
  background: url('../img/rent-a-brain/g2.png');
  border-radius: 999px;
  bottom: -150px;
  left: -100px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.content-title {
  font-weight: 700 !important;
  font-size: 1.8rem;
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* List Items Styling */
.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  display: flex;
  /* align-items: center; */
  margin-bottom: 15px;
  font-size: 25px;
  color: #6c6a6c;
  line-height: 1.3;
  position: relative;
}

.feature-list i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  color: #000;
  border-radius: 8px;
  font-size: 18px;
  margin-right: 15px;
}

/* .feature-list li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;


  background-image: url('img/rent-a-brain/arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;


} */

/* .feature-list i {
  display: none;
} */

.cta-text {
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
}

.talk-to-brain {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-weight: 700;
}

.talk-to-brain i {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-text {
  /* font-size: 25px; */
  color: #6c6a6c !important;
  margin-top: 5px;
  padding-left: 50px;
  font-weight: 800;
}

/* whyb-container-end */


/* bqd-container Card */
/* Gradient Background Card */
.cta-card {
  background: url('../img/rent-a-brain/bqd-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  padding: 100px 40px;
  color: white;
  text-align: center;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

#bqd-container h2 {
  color: #fff;
}

#bqd-container img {
  width: 60px;
}

#bqd-container h6 {
  color: #fff;
}

#bqd-container .item-desc {
  font-size: 20px;
  color: #fff;
}

/* Title Styling */
.cta-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* Icon Circle Styling */
.icon-wrapper {
  width: 160px;
  height: 160px;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  transition: all 0.3s ease;
}

.icon-wrapper:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

/* Text Content */
.item-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

#bqd-container .item-desc {
  font-weight: 400;
  line-height: 1;
  max-width: 205px;
  margin: 0 auto;
}

/* Buttons Styling */
.btn-custom {
  background-color: white;
  color: #333;
  border-radius: 80px;
  padding: 16px 65px;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  border: none;
  margin: 10px;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: #f1f1f1;
  transform: scale(1.05);
  color: #000;
}

.btn-custom:active {
  background-color: #f1f1f1 !important;
  transform: scale(1);
  color: #000 !important;
}

.button-group {
  margin-top: 50px;
}

/* Email link color */
.email-link {
  color: white;
  text-decoration: none;
}

/* CTA Card end */


/* Responsive adjustments */
@media (max-width: 768px) {

  .main-title,
  .final-title {
    font-size: 2.5rem;
  }

  .think-with-you {
    font-size: 1.5rem;
  }
}

/* How Engagement Works banner start */
.hwb-container .main-counting-container {
  background: url('../img/rent-a-brain/counting-bg.jpg');
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position: center, bottom;
  background-size: cover;
}

/* Titles */
.gradient-title {
  font-size: 4rem;
  font-weight: 700;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

/* Engagement Steps */
.steps-container {
  max-width: 1380px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 60px 0;
}

.step-item {
  max-width: 280px;
  padding: 0 15px;
}

.step-number {
  font-weight: 400;
  color: #000;
  height: 200px;
}

.step-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}

.step-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}

/* Video Section */
/* Video Section Container */
.video-wrapper {
  position: relative;
  width: 97%;
  max-width: 100%;
  border-radius: 70px;
  overflow: hidden;
  background-color: var(--blue-main);
  /* aspect-ratio: 16 / 9; */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  height: 820px;
}

/* Actual Video / Iframe */
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

/* Video Overlay */
#videoContainer .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.4s ease;
}

.play-btn {
  width: 300px;
  height: auto;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;

  margin-bottom: 20px;
  transition: transform 0.3s ease;
  position: absolute;
}

#videoContainer img.banner-img {
  height: 100vh;
  width: 100%;
}

.video-text {
  color: white;
  letter-spacing: 5px;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.video-active .video-overlay {
  opacity: 0;
  pointer-events: none;
}

.video-active iframe {
  display: block;
}

/* Pricing Section */
.pricing-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  padding: 100px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  background: url('../img/rent-a-brain/based-pricing-bg.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
}

.pricing-left {
  flex: 1;
  max-width: 60%;
}

.pricing-right {
  flex: 1;
  max-width: 40%;
}

.pricing-desc {
  color: #555;
  font-size: 1rem;
  margin-top: 20px;
}

.discussion-text {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 30px;
}

/* Pricing Cards */
.retainer-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 15px;
}

.pricing-card {
  background: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: 0.3s;
}

.pricing-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.pricing-card .card-icon {
  font-size: 20px;
  width: 40px;
  height: 40px
}

.card-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 400;
}

/* .card-icon:hover i{
rotate: -20deg;
} */
.card-content strong {
  display: block;
  font-size: 1.1rem;
}

.card-content h6 {
  font-size: 28px;
}

.card-content span {
  font-size: 0.9rem;
  color: #777;
}

/*  */
/* Outer container to manage spacing */
.sk-strip-section {
  margin-top: 100px !important;
  margin-bottom: 80px !important;
}

.sk-strip-outer {
  padding: 20px 0 60px 0;
}

/* Rounded Border Wrapper */
.sk-strip-outer {
  max-width: 1400px;
  width: 100%;
}

.sk-strip-wrapper {
  border-top: 3px solid #e0e0e0c2;
  border-bottom: 3px solid #e0e0e0c2;
  border-left: 3px solid #e0e0e0c2;
  border-right: 3px solid #e0e0e0c2;
  border-radius: 150px;
  /* padding: 25px 50px; */
  background-color: transparent;
  position: relative;
}

.sk-strip-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Individual Item Container */
.sk-strip-item {
  position: relative;
  text-align: center;
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Circle Image */
.sk-circle-img {
  width: 180px;
  height: 180px;
  border-radius: 9999px;
  overflow: hidden;
  background: #eee;
}

.sk-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text Positioned OUTSIDE the border */
.sk-strip-text {
  position: absolute;
  height: 60px;
  bottom: -80px;
  width: 280px;
  font-size: 11px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3;
  margin: 0;
}

/* Middle Logo (Centered in the pill) */
.sk-main-logo-wrap {
  z-index: 10;
  padding: 0 10px;
}

.sk-logo-circle {
  width: 360px;
  height: 160px;
  /* background-color: #000; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  margin-top: -5px;
  /* Alignment adjustment */
}

/* Mobile View Adjustment */
@media (max-width: 992px) {
  .sk-strip-wrapper {
    border-radius: 50px;
    padding: 20px;
  }

  .sk-strip-text {
    position: relative;
    top: 10px;
    width: auto;
  }

  .sk-strip-outer {
    padding-bottom: 20px;
  }
}

/* ----Footer------ */
.skynet-container {
  padding: 80px 0;

}

#ft-container {
  background-image: url('../img/rent-a-brain/footer-bg.jpg');
  background-position: center, bottom;
  background-repeat: no-repeat;
  background-size: cover;

  h6 {
    color: #000 !important;
  }
}

/* Titles with Gradient */
.main-title,
.final-title {
  font-size: 4rem;
  font-weight: 700;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

/* Feature Cards Styling */
.ws-card {
  max-width: 1400px;
  width: 100%;
}

.feature-card {
  background-color: #f4f4f4;
  border-radius: 50px;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: left;
  border: none;
  transition: 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.icon-box {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  max-width: 100%;
  height: auto;
}

.feature-card h5 {
  font-size: 28px !important;
  text-transform: capitalize !important;
  padding-top: 20px;
}

.middle-text-wrapper {
  margin: 70px 0;
}

.deliver-features {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: var(--text-muted);
}

.think-with-you {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1px;
}


/* Final Thought Section */
.quote-text {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: #000;
  max-width: 800px;
  margin: 30px auto;
  font-family: "Playwrite US Modern", cursive;
  font-weight: 500;
}

.rent-a-brain {
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 40px;
  font-size: 1.1rem;
}

.tagline {
  letter-spacing: 3px;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
}

.copyright {
  color: #999;
  letter-spacing: 1px;
}


.what-is-rent-sec {
  background: url(../img/rent-a-brain/what-rent-a-brain™.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.coreDex {
  display: block !important;
}

.coreMob {
  display: none !important;
}

/* EAB Mobile css st */

@media (max-width: 1600px) {
  .rab h2 {
    font-size: 130px;
  }

  .rab h3 {
    font-size: 65px;
  }

  .rab .h5-sm {
    font-size: 32px;
  }

  .traditional-hiring-sec .bg-body-secondary {
    padding: 100px 80px 80px;
    border-radius: 60px;
  }

  .sk-strip-wrapper {
    margin: 0 40px;
  }

  .meetingBook .col-md-2 {
    width: 20% !important;
  }
}


@media (max-width: 1440px) {
  .rab h1 {
    font-size: 130px;
  }

  .rab h3 {
    font-size: 55px;
  }

  .rab-banner-sec {
    min-height: 1100px;
  }

  .rab-banner-sec h3 {
    font-size: 30px !important;
  }

  .rab-banner-sec h4 {
    font-size: 22px !important;
  }

  .bottomHeading {
    bottom: -75px !important;
  }

  .workflow-group .circle {
    width: 150px;
    height: 150px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  .weeklyPointBox-sm span {
    gap: 0 8px;
  }

  .sk-strip-text {
    letter-spacing: 1px;
  }

  .cluster-team-sec .bg-body-secondary {
    border-radius: 60px;
  }

  .rab .h2-sm {
    font-size: 85px;
  }

  .rab .h5-sm {
    font-size: 30px;
  }

  .card-content h6 {
    font-size: 24px;
  }

  .video-wrapper {
    height: 750px;
  }

  .rab .counting-h1 {
    font-size: 130px;
    height: 170px;
  }

  .pricing-card {
    padding: 36px;
  }
}

@media (max-width: 1366px) {
  .rab h2 {
    font-size: 110px;
  }

  .rab .h2-sm {
    font-size: 80px;
  }

  .rab h5 {
    font-size: 26px;
  }

  .workflow-group .circle {
    width: 140px;
    height: 140px;
    font-size: 15px;
    letter-spacing: 0px;
  }

  .cluster-brain-sec {
    padding-top: 120px;
  }

  .traditional-hiring-sec .bg-body-secondary {
    padding: 80px 60px;
    border-radius: 50px;
  }

  .steps-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-flex {
    padding: 100px 50px;
  }

  .weeklyPointBox-sm span {
    gap: 0 5px;
    font-size: 15px;
  }

  .whyb-img-wrapper {
    max-width: 600px;
  }

  .meetingBook .col-md-2 {
    width: 23% !important;
  }

  .feature-list li {
    font-size: 22px;
  }

  .sk-circle-img {
    width: 160px;
    height: 160px;
  }

  .sk-strip-text {
    letter-spacing: 0px;
  }
}

@media (max-width: 1280px) {
  .rab h2 {
    font-size: 100px;
  }

  .rab h3 {
    font-size: 50px;
  }

  .rab h5 {
    font-size: 26px;
  }

  .rab h6 {
    font-size: 18px;
  }

  .sk-strip-text {
    letter-spacing: 0px;
  }

  .rab .mb-5 {
    margin-bottom: 50px !important;
  }

  .workflow-group .circle {
    width: 130px;
    height: 130px;
    font-size: 13px;
  }

  .traditional-hiring-sec .bg-body-secondary {
    padding: 80px 40px;
  }

  .rab .counting-h1 {
    font-size: 130px;
    height: 160px;
  }

  .pricing-left {
    max-width: 55%;
  }

  .pricing-right {
    max-width: 45%;
  }

  .weeklyPointBox-sm {
    font-size: 15px;
    gap: 15px;
  }

  .weeklyPointBox-sm span {
    font-size: 14px;
  }
}


@media (max-width: 1200px) {
  .sk-circle-img {
    width: 150px;
    height: 150px;
  }

  .sk-logo-circle {
    width: 250px;
  }

  .workflow-group .circle {
    width: 130px;
    height: 130px;
    font-size: 12px;
  }

  .weeklyPointBox-sm {
    font-size: 14px;
  }

  .weeklyPointBox-sm span {
    gap: 0 5px;
  }

  .weeklyPointBox-sm i {
    font-size: 9px;
  }

  .whyb-img-wrapper {
    max-width: 460px;
  }

  .video-wrapper {
    height: 700px;
    border-radius: 50px;
  }

  .meetingBook .col-md-2 {
    width: 25% !important;
  }

  .feature-list li {
    font-size: 20px;
  }

  .feature-card {
    border-radius: 40px;
    padding: 40px;
  }

  .feature-card h5 {
    font-size: 22px !important;
  }
}

@media (max-width: 1140px) {
  .rab h1 {
    font-size: 80px;
  }

  .rab-banner-sec {
    min-height: 850px;
  }

  .rab-banner-sec h4 {
    font-size: 20px !important;
  }

  .rab-banner-sec h3 {
    font-size: 24px !important;
  }

  .rab-banner-sec h6 {
    font-size: 18px !important;
  }

  .bottomHeading {
    bottom: -140px !important;
  }
}



@media (max-width: 1024px) {
  .rab h2 {
    font-size: 80px;
  }

  .rab h4 {
    font-size: 30px;
  }

  .rab .h2-sm {
    font-size: 60px;
  }

  .rab .h6-lm {
    font-size: 22px;
  }

  .cluster-team-sec .bg-body-secondary {
    border-radius: 30px;
    padding-bottom: 100px;
  }

  .what-is-rent-sec {
    padding-bottom: 120px;
  }

  .sk-strip-section {
    margin-top: 60px !important;
    margin-bottom: 30px !important;
  }

  .sk-strip-flex {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .sk-logo-circle {
    width: 200px;
    height: 300px;
  }

  .sk-circle-img {
    width: 120px;
    height: 120px;
  }

  .sk-strip-text {
    position: relative;
    width: 100%;
    letter-spacing: 0;
    height: 60px;
    bottom: 0;
    padding-top: 10px;
  }

  .sk-strip-text br {
    display: none;
  }

  .sk-strip-wrapper {
    margin: 0 40px;
    border-radius: 40px;
    padding: 50px 0px 30px 0px !important;
  }

  .weeklyPointBox {
    font-size: 18px;
  }

  .weeklyPointBox-sm {
    font-size: 16px;
  }

  .weeklyPointBox-sm span {
    gap: 0px 12px;
    font-size: 16px;
  }

  .mvpBox {
    flex-direction: column;
  }

  .mvpBox .leftBox {
    width: 100%;
    margin-bottom: 60px !important;
  }

  .mvpBox .rightBox {
    width: 100%;
  }

  .workflow-group .circle {
    width: 150px;
    height: 150px;
    font-size: 14px;
  }

  .traditional-hiring-sec {
    flex-direction: column;
  }

  .traditional-hiring-sec .leftBox {
    width: 100%;
  }

  .traditional-hiring-sec .rightBox {
    width: 100%;
  }

  .traditional-hiring-sec .bg-body-secondary {
    padding: 80px 30px;
    border-radius: 40px;
  }

  .traditional-hiring-sec .pr-why {
    padding-right: 0;
    padding-bottom: 50px;
  }

  .traditional-hiring-sec .pr-why h3 br {
    display: none;
  }

  .rab .counting-h1 {
    font-size: 80px;
    height: 100px;
  }

  .step-title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
  }

  .video-wrapper {
    height: 620px;
    border-radius: 50px;
  }

  .pricing-flex {
    padding: 60px 30px;
  }

  .pricing-flex {
    flex-direction: column;
  }

  .pricing-left {
    max-width: 100%;
  }

  .pricing-right {
    max-width: 100%;
    width: 100%;
  }

  .pricing-left h2 br {
    display: none;
  }

  .whyb-container .container {
    gap: 80px 0;
    padding-bottom: 60px;
    flex-direction: column;
    align-items: start !important;
  }

  .whyb-img-wrapper {
    order: 1;
    margin: 0 auto;
  }

  .content-wrapper {
    order: 2;
  }

  .meetingBook .col-md-2 {
    width: 30% !important;
  }

  .feature-card {
    border-radius: 36px;
    padding: 30px;
  }

  .feature-card h5 {
    font-size: 22px !important;
  }
}

@media (max-width: 767px) {
  .rab h1 {
    font-size: 50px;
  }

  .rab h2 {
    font-size: 60px;
    line-height: 1.1;
  }

  .rab .h2-sm {
    line-height: 1.1;
  }

  .rab h3 {
    font-size: 40px;
  }

  .rab h4 {
    font-size: 28px;
    line-height: 1.2;
  }

  .rab h5 {
    font-size: 22px;
    line-height: 1.3;
  }

  .rab .h5-sm {
    font-size: 26px;
  }

  .rab .mb-5 {
    margin-bottom: 30px !important;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .rab-banner-sec {
    min-height: 750px;
  }

  .rab-banner-sec h3 {
    font-size: 20px !important;
  }

  .rab-banner-sec h3 br {
    display: none;
  }

  .rab-banner-sec h4 {
    font-size: 16px !important;
  }

  .rab-banner-sec h6 {
    font-size: 16px !important;
  }

  .topHeading {
    top: -4% !important;
  }

  .bottomHeading {
    bottom: -240px !important;
  }

  .cluster-brain-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .what-is-rent-sec {
    padding-bottom: 80px;
  }

  .sk-strip-wrapper {
    margin: 0;
    border-radius: 30px;
    padding: 50px 0px !important;
  }

  .sk-logo-circle {
    width: 200px;
    height: 210px;
  }

  .sk-strip-flex {
    gap: 40px;
  }

  .sk-strip-text {
    height: auto;
  }

  .tradBox {
    flex-direction: column;
  }

  .tradBox .compare-item {
    padding: 15px 30px;
  }

  .tradBox .rightBox {
    padding: 30px 0px 20px 0px;
  }

  .tradBox .rightBox::after {
    border-radius: 20px;
  }

  .sk-strip-section {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }

  .what-is-rent-sec h5 br {
    display: none;
  }

  .cluster-team-sec .logoBox {
    width: 170px;
    height: 170px;
    margin-bottom: -80px !important;
  }

  .weeklyPointBox {
    gap: 20px;
    align-items: start;
    justify-content: left;
    margin-bottom: 80px;
    flex-direction: column;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .weeklyPointBox-sm {
    font-size: 18px;
    align-items: start;
    justify-content: left;
    flex-direction: column;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-container {
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }

  .step-item {
    max-width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .rab .counting-h1 {
    font-size: 70px;
    height: auto;
  }

  .video-wrapper {
    height: 550px;
    border-radius: 30px;
  }

  .cta-card {
    border-radius: 30px;
    padding: 60px 30px;
  }

  #bqd-container h6 br {
    display: none;
  }

  #bqd-container .item-desc {
    max-width: 100%;
  }

  .meetingBook .col-md-2 {
    width: 100% !important;
    padding-bottom: 30px;
  }

  .feature-card {
    border-radius: 24px;
    padding: 30px;
    text-align: center;
    align-items: center;
  }

  .feature-card h5 br {
    display: none;
  }

  .pricing-card {
    border-radius: 16px;
    padding: 30px;
  }

  .whyb-img-wrapper:nth-child(1)::before {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-size: cover;
  }

  .whyb-img-wrapper:nth-child(2)::before {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-size: cover;
  }

  .meetingBook .button-group {
    margin-top: 0px !important;
  }

  .meetingBook .btn-custom {
    padding: 15px 45px;
    font-size: 20px;
  }

  .middle-text-wrapper {
    margin: 70px 0 0;
  }

  .workflow-group {
    gap: 10px 0px;
    flex-direction: column;
  }

  .workflow-group .circle {
    width: 200px;
    height: 200px;
    font-size: 18px;
  }

  .workflow-group .arrow {
    left: 0;
    right: 0;
    top: auto;
    z-index: 1;
    bottom: -20px;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .coreDex {
    display: none !important;
  }

  .coreMob {
    display: block !important;
  }
}


@media (max-width: 600px) {
  .rab h2 {
    font-size: 50px;
  }

  .rab .h2-sm {
    font-size: 50px;
  }

  .rab h3 {
    font-size: 32px;
  }

  .rab h4 {
    font-size: 26px;
  }

  .rab .h5-sm {
    font-size: 22px;
  }

  .cluster-team-sec .bg-body-secondary {
    padding-bottom: 60px;
  }

  .cta-text {
    font-size: 20px;
  }

  .feature-list li {
    font-size: 18px;
  }

  .video-wrapper {
    height: 500px;
    border-radius: 30px;
  }

  .pricing-card {
    border-radius: 16px;
    padding: 20px;
  }

  .meetingBook .btn-custom {
    padding: 15px 15px;
    font-size: 18px;
    width: 90%;
  }
}

@media (max-width: 480px) {
  .rab h2 {
    font-size: 40px;
    letter-spacing: 2px;
  }

  .rab .h2-sm {
    font-size: 40px;
    letter-spacing: 2px;
  }

  .rab h4 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.3;
  }

  .rab .counting-h1 {
    font-size: 55px;
  }

  .sk-strip-section {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .cluster-brain-sec {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .weeklyPointBox {
    gap: 15px;
  }

  .weeklyPointBox-sm {
    gap: 10px;
  }
}

/* EAB Mobile css nd */


/* TAB Pravushre css st */
.dotBox {
  position: absolute;
  bottom: 5%;
  height: 635px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  z-index: 9;
}

.dotBox img {
  animation: zoomInOut2 30s ease-in-out infinite;
}

/* Smooth Zoom Animation */
@keyframes zoomInOut2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
    /* zoom in */
  }

  100% {
    transform: scale(1);
  }
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../img/rent-a-brain/grid-dot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  animation: zoomInOut 20s ease-in-out infinite;
  opacity: .5;
}

/* Smooth Zoom Animation */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    /* zoom in */
  }

  100% {
    transform: scale(1);
    /* zoom out */
  }
}







/*animation open*/
.circleGlow {
  border-radius: 50%;
  background-color: #ebebec;
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .9;
  }

  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}


.textDot {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  width: 200px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
}

.textDot.textDot1 {
  left: 73px;
  right: 0;
  bottom: 692px;
}

.textDot.textDot2 {
  left: -100px;
  right: 0;
  bottom: 594px;
}

.textDot.textDot3 {
  right: 238px;
  left: inherit;
  bottom: 735px;
}

.textDot.textDot4 {
  right: -96px;
  left: inherit;
  bottom: 624px;
}

.dot {
  height: 50px;
  width: 50px;
  position: relative;
  margin: 0 auto;
}


.blueCircle {
  background-color: #0057d9;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 17px auto 0;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/*animation close
*/

.bigCircle {
  position: absolute;
  top: 120px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 99;
}

.topHeading {
  position: absolute;
  top: 4%;
  left: 0;
  right: 0;
  z-index: 99;
}

.bottomHeading {
  position: absolute;
  bottom: -30px;
  z-index: 9;
  max-width: 1200px;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.circleControl {
  position: relative;
  z-index: 9;
  max-width: 1234px;
  margin: 0 auto;
}

.bannerLogo {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 470px;
}

.dot.textDot1 {
  bottom: 670px;
  left: 134px;
}



@media (max-width:1440px) {

  .circleControl {
    max-width: 875px;
  }

  .bannerLogo {
    height: 325px;
  }

  .textDot.textDot1 {
    left: 23px;
    bottom: 475px;
  }

  .textDot.textDot2 {
    left: -100px;
    bottom: 360px;
  }

  .textDot.textDot3 {
    right: 151px;
    bottom: 520px;
  }

  .textDot.textDot4 {
    right: -99px;
    bottom: 407px;
  }

  .dotBox {
    bottom: 0;
    height: auto;
  }

}

@media (max-width:1140px) {
  .textDot {
    font-size: 12px;
  }

  .circleControl {
    max-width: 590px;
    padding: 0 20px;
  }

  .bannerLogo {
    height: 185px;
  }

  .textDot.textDot1 {
    left: -8px;
    bottom: 258px;
  }

  .textDot.textDot2 {
    left: -72px;
    bottom: 154px;
  }

  .textDot.textDot3 {
    right: 51px;
    bottom: 250px;
  }

  .textDot.textDot4 {
    right: -79px;
    bottom: 200px;
  }


}

@media (max-width:767px) {
  .textDot {
    font-size: 11px;
    width: 120px;
  }

  .circleControl {
    max-width: 400px;
    padding: 0 20px;
  }

  .bannerLogo {
    height: 99px;
  }

  .textDot.textDot1 {
    left: 11px;
    bottom: 179px;
  }

  .textDot.textDot2 {
    left: -26px;
    bottom: 50px;
  }

  .textDot.textDot3 {
    right: 51px;
    bottom: 151px;
  }

  .textDot.textDot4 {
    right: -12px;
    bottom: 30px;
  }
}

@media (max-width:460px) {
  .dotHolder {
    position: absolute;
    left: 10px;
    right: 10px;
  }

  .textDot {
    position: relative;
    width: 25%;
    float: left;
    left: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    padding: 0 7px !important;
    line-height: 1;
    margin-top: -65px;
    font-size: 10px;
  }

  .blueCircle {
    width: 10px;
    height: 10px;
    margin: 20px auto 0;
  }

  .bottomHeading {
    bottom: -250px !important;
  }

  .rab-banner-sec h3 {
    font-size: 18px !important;
  }

  .rab h1 {
    font-size: 40px;
  }

  .rab-banner-sec h4 {
    font-size: 14px !important;
  }
}

/* TAB Pravushre css nd */