/* School Page Start*/

/* Hide school logo from all page  */

.school-client {
    display: none;
}

/* Show school logo from school page  */

.page-id-13940 .school-client, .page-id-13715 .school-client, .page-id-13658 .school-client, .page-id-13639 .school-client {
    display: block;
}
.page-id-13940 .main-client, .page-id-13715 .main-client, .page-id-13658 .main-client, .page-id-13639 .main-client {
    display: none;
}



/* .page-id-13715 .title.has_background {
    height: 120px !important;
} */
.page-id-13715 .full_width {
    position: relative;
    z-index: 0;
}
.page-id-13715 .full_width:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/Background-1-1.png);
    width: 50%;
    height: 100%;
    background-size: contain;
    background-repeat: repeat-y;
    top: 8%;
	z-index: -1;
}
.page-id-13715 .full_width:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/Background-2-1.png);
    width: 50%;
    height: 100%;
    background-size: contain;
    background-repeat: repeat-y;
    top: 8%;
	z-index: -1;
}
/* .page-id-13940 p, .page-id-13715 p{
	font-family: 'Quicksand', sans-serif;
} */
.txt-family{
	font-family: 'Patrick Hand', cursive;
}
.mt-20{
	margin-top: 20px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.mb-60{
	margin-bottom: 60px !important;
}
.py-60{
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.px-60{
	padding-left: 60px !important;
	padding-right: 60px !important;
}
.first-txt-box h1 {
    margin-bottom: 10px !important;
}
.txt-justify{
	text-align: justify;
}
.img-br {
    position: relative;
    z-index: 0;
}
.img-br-left:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 95%;
    border: 5px solid #ff4752;
    z-index: -1;
    left: 10px;
    top: -10px;
    transform: translateY(-10px);
    transition: all 1.5s ease-in-out;
    animation: float 6s ease-in-out infinite;
	animation: floating 3s ease-in-out infinite;
}
.img-br-right:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 95%;
    border: 5px solid #ff4752;
    z-index: -1;
    right: 10px;
    top: -10px;
    transform: translateY(-10px);
    transition: all 1.5s ease-in-out;
	animation: floating 3s ease-in-out infinite;
}
.img-br-left:hover:before, .img-br-right:hover:before {
    border: 5px solid #3297fa;
	transition: 1.5s ease-in-out;
}
.counter-sec {
    background: red url(https://www.vegamoontech.com/wp-content/uploads/2023/03/cta-banner-image.png);
    background-attachment: fixed;
    height: 250px;
}
.counter-sec:after {
    content: '';
    position: absolute;
    background: transparent url(https://www.vegamoontech.com/wp-content/uploads/2023/03/wave_bottom.png);
    width: 100%;
    height: 100px;
    bottom: 0px;
    background-size: cover;
}
.second-sec:before {
    content: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/rocket.png);
    position: absolute;
    top: -120px;
    left: 100px;
	animation: floating 3s ease-in-out infinite;
}
.third-sec:after {
    content: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/seo.png);
    position: absolute;
    top: 0px;
    right: 100px;
    animation: floating 3s ease-in-out infinite;
}
.float-box {
    position: relative;
    top: 0px;
    right: 0px;
    animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
    0% { transform: translateY(-15px); }
    50%  { transform: translateY(-10px); }
    100%   { transform: translateY(-15px); }   
}
.counter-box .q_counter_holder {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    height: 110px;
	border-radius: 10px;
}
.counter-box .counter {
    font-weight: 700 !important;
    color: #ea4d44 !important;
}
.counter-box .counter_text {
    margin: 0 !important;
}
.counter-box .box-1 .q_counter_holder {
    border-bottom: 3px solid #2db6fa;
}
.counter-box .box-2 .q_counter_holder {
    border-bottom: 3px solid #ea4d44;
}
.counter-box .box-3 .q_counter_holder {
    border-bottom: 3px solid #f68c09;
}
.counter-box .box-4 .q_counter_holder {
    border-bottom: 3px solid #0f4c92;
}
.counter-box:hover .q_counter_holder {
	transform-origin: bottom;
	transition: 0.4s ease-in-out;
}
.counter-box .box-1:hover .q_counter_holder {
    background: #2db6fa;
}
.counter-box .box-2:hover .q_counter_holder {
    background: #ea4d44;	
}
.counter-box .box-3:hover .q_counter_holder {
    background: #f68c09;
}
.counter-box .box-4:hover .q_counter_holder {
    background: #0f4c92;
}

.counter-box .box-1:hover .q_counter_holder {
    background: #2db6fa;
	transform-origin: bottom;
}
.counter-box .q_counter_holder:hover .counter{
	color: #fff !important;    
}
.counter-box .q_counter_holder:hover .counter_text{
	color: #fff !important;    
}
.cta-sec {
    background: #007eff url(https://www.vegamoontech.com/wp-content/uploads/2023/03/bg-image.png) !important;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed !important;
    background-repeat: repeat !important;
    background-size: cover !important;
}
.cta-sec:after{
	content: '';
    position: absolute;
    background: transparent url(https://www.vegamoontech.com/wp-content/uploads/2023/03/wave_bottom.png);
    width: 100%;
    height: 100px;
    bottom: 0px;
    background-size: cover;
}
.cta-box {
    text-align: center;
    width: 75%;
    margin: auto;
}
.cta-box h3 {
    color: #fff;
    margin-bottom: 15px;
}
.cta-box p {
    color: #fff;
    font-size: 20px;
}
.cta-btn a {
    border: 2px solid #fff;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 20px;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    background: #fff;
}
.cta-btn a:hover {    
	background: #ea4d44;
	color: #fff;
}
.sec-btn{
	margin-top: 10px;
}


.custom-btn {
    margin-top: 10px;
    width: 200px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
	font-size: 18px;
}
.custom-btn a {
    display: block;
    color: #fff;
}
.custom-btn i {
    margin-right: 10px;
}
.btn-12 {
    position: relative;
    right: 20px;
    bottom: 20px;
    border: none;
    box-shadow: none;
    width: 200px;
    height: 50px;
    line-height: 50px;
    -webkit-perspective: 230px;
    perspective: 230px;
	font-size: 18px;
}
.btn-12 span {
    background: rgb(50 151 250);
    background: linear-gradient(0deg, rgb(50 151 250) 0%, rgb(2 124 245) 100%);
    display: block;
    position: absolute;
    width: 200px;
    height: 50px;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-12 span:nth-child(1) {
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -24px;
    -moz-transform-origin: 50% 50% -24px;
    transform-origin: 50% 50% -24px;
}
.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -24px;
    -moz-transform-origin: 50% 50% -24px;
    transform-origin: 50% 50% -24px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.btn-11 {
    border: none;
    background: rgb(0 0 0);
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(53 53 53) 100%);
    color: #fff;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 235px;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.forth-sec:before {
    content: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/search.png);
    position: absolute;
    top: 0px;
    left: 100px;
    animation: floating 3s ease-in-out infinite;
}
.fifth-sec:before {
    content: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/education.png);
    position: absolute;
    top: 0px;
    left: 100px;
    animation: floating 3s ease-in-out infinite;
}
.cta-box .girl-img {
    position: absolute;
    width: 120px;
    top: -180px;
    left: 180px;
	animation: floating 3s ease-in-out infinite;
}


/* Digital Marketing in School */
.banner-cta {
    display: flex;
    gap: 5px;
}
.cloude-end-running {position:relative;}
.cloude-end-running::before {
    content: '';
    position: absolute;
    background-image: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/cloude-end.png);
    width: 100%;
    background-size: cover;
    left: 0;
    height: 85px;
    bottom: -50px;
}

.gad-circle:before {
    content: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/cycle-1.png);
    position: absolute;
    top: -90px;
    left: 30px;
    animation: floating 3s ease-in-out infinite;
}
.gad-circle:after {
    content: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/cycle-2.png);
    position: absolute;
    bottom: 0px;
    right: 0px;
    animation: floating 3s ease-in-out infinite;
}
.school-counter-sec {
    background: #f8f9f9;
    position: relative;
    z-index: 0;
    height: 650px;
    padding: 100px 0 0 !important;
    margin-top: 60px !important;
}
.school-counter-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 280px;
    left: 0;
    bottom: 0;
    background: #f8f9f9 url(https://ivy-school.thimpress.com/demo-3/wp-content/uploads/sites/5/2018/11/bg-17-1.png?id=1483) !important;
}
.counter-1 {
    margin-top: -50px;
}

.school-counter-sec .q_counter_holder {
    min-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 13px 15px 15px 0 rgb(105 105 105 / 8%);
    padding: 40px !important;
    margin-bottom: 30px;
}
.counter-1 .q_counter_holder:first-child {
	background: -webkit-linear-gradient(left,#b1c642cc,#b1c642);
    background: -o-linear-gradient(left,#b1c642cc,#b1c642);
    background: -moz-linear-gradient(left,#b1c642cc,#b1c642);
    background: linear-gradient(left,#b1c642cc,#b1c642);
}
.counter-1 .q_counter_holder:last-child {	
	background: -webkit-linear-gradient(left,#f4b500cc,#f4b500);
    background: -o-linear-gradient(left,#f4b500cc,#f4b500);
    background: -moz-linear-gradient(left,#f4b500cc,#f4b500);
    background: linear-gradient(left,#f4b500cc,#f4b500);
}
.counter-2 .q_counter_holder:first-child {
	background: -webkit-linear-gradient(left,#ff5d52cc,#ff5d52);
    background: -o-linear-gradient(left,#ff5d52cc,#ff5d52);
    background: -moz-linear-gradient(left,#ff5d52cc,#ff5d52);
    background: linear-gradient(left,#ff5d52cc,#ff5d52);
}
.counter-2 .q_counter_holder:last-child {
	background: -webkit-linear-gradient(left,#68b9d8cc,#68b9d8);
    background: -o-linear-gradient(left,#68b9d8cc,#68b9d8);
    background: -moz-linear-gradient(left,#68b9d8cc,#68b9d8);
    background: linear-gradient(left,#68b9d8cc,#68b9d8);
}
.school-counter-sec .counter {
    font-weight: 700 !important;
    color: #fff !important;
}
.school-counter-sec .counter_text {
    color: #fff;
}
.school-txt-box {
    padding: 30px 30px 0;
}
.school-txt-box h5 {
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 400;
}
.school-txt-box h3 {
    color: #292929;
    font-size: 32px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.school-counter-sec .custom-btn.btn-11 {
    margin: 20px 30px 0;
}
.anim-icon.icon-1 {
    margin-top: -50px;
}
.cta-box .boy-cta-img {
    position: absolute;
    width: 225px;
    top: -140px;
    left: 0;
    animation: floating 3s ease-in-out infinite;
}
.school-cta {
    padding: 50px 30px;
    border: 1px solid #eee;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #000000b5, #000000), url(https://www.vegamoontech.com/wp-content/uploads/2023/02/digital-marketing-preschool-1.jpg);
    margin-top: 25px;
    background-size: cover;
    animation: floating 3s ease-in-out infinite;
}
.school-cta h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.school-cta p {
    color: #fff !important;
    text-align: center;
}
.btn-11.cta-link {
    background: rgb(234 77 68);
    background: linear-gradient(0deg, #007effe8 0%, #007eff85 100%);
    color: #fff;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 20px;
    width: auto;
}
.blue-grad{
    background-image: linear-gradient(180deg, #68b9d8 0%, #68b9d833 40%);
}
.school-client-box .vc_column-inner {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #eee;
	background: #fff;
}
.recaptcha-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
}
/* Case Study Start */
.grid {
  margin: 40px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.grid > li {
    width: calc(100% / 3 - 40px);
    margin: 0px 15px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
}
.filters {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filters button {
  padding: 10px 25px;
  margin: 0px 5px;
  background-color: #121212;
  border: none;
  border-radius: 10px;
  transition: 150ms;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  position: relative;
  outline: none;
  cursor: pointer;
}
.filters button.is-checked {
  background-color: #fff;
  color: #121212;
}
.element-item > div {
  padding: 20px 15px;
}
 .card {
	 position: relative;
	 overflow: hidden;
	 aspect-ratio: 16/16;
	 display: flex;
	 flex-direction: column;
	 border-radius: 7px;
	 box-shadow: rgba(255, 255, 255, 0.3) 0 5vw 6vw -8vw, rgba(255, 255, 255, 0) 0 4.5vw 5vw -6vw, rgba(50, 50, 80, 0.5) 0px 4vw 8vw -2vw, rgba(0, 0, 0, 0.8) 0px 4vw 5vw -3vw;
	 transition: box-shadow 1s cubic-bezier(0.66, 0.08, 0.19, 0.97);;
}
 .card > * {
	 z-index: 2;
}
.card h3 {
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 2px 2px #000;
	margin-bottom: 35px;
}
.card:hover h3 {
    margin-bottom: 5px;
}
.card p {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card a {
    color: #000;
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
    background: #ffffffc7;
    padding: 2px 20px;
    border-radius: 10px;
	transition: all 0.8s cubic-bezier(0.97, 0.8, 0.19, 0.97);
}
.card a i {
    position: relative;
    top: 2px;
    left: 4px;
}
 .card > img {
	 z-index: 0;
	 transition: all 0.8s cubic-bezier(0.66, 0.08, 0.19, 0.97);
}
 .card::before, .card::after {
	 content: "";
	 width: 100%;
	 height: 50%;
	 top: 0;
	 left: 0;
	 background: rgba(0, 0, 0, 0.5);
	 position: absolute;
	 transform-origin: top left;
	 transform: scaleY(0) rotateY(-45deg);
	 transition: all 0.5s cubic-bezier(0.66, 0.08, 0.19, 0.97);;
	 z-index: 1;
}
 .card::after {
	 transition-delay: 0.15s;
   transform: scaleY(0) rotateY(45deg);
	 right: 0%;
   top: 50%;
   transform-origin: bottom right;
}
 .card:hover {
	 box-shadow: white 0 5vw 6vw -9vw;
	 background-image: -webkit-linear-gradient(130deg, rgba(255,255,255,1), rgba(255,127,80,1)) 0 5.5vw 5vw -7.5vw, rgba(50, 50, 80, 0.5) 0px 4vw 8vw -2vw, rgba(0, 0, 0, 0.8) 0px 4vw 5vw -3vw;
}
 .card:hover::before, .card:hover::after {
	 transform: scaleY(1) rotateX(0deg);
}
 .card:hover img {
	 transform: scale(1.1);
}

 .text {
	 position: absolute;
	 inset: -105px 20px;
	 top: auto;
}
.card:hover .text {
	 position: absolute;
	 inset: 20px 20px;
	 top: auto;
	transition: all 0.5s cubic-bezier(0.66, 0.08, 0.19, 0.97);
}
.badge {
    color: #ffffff;
    padding: 0px 10px;
    border-radius: 5px;
    margin-right: auto;
    background: #00000099;
    font-weight: 400;
    box-shadow: 2px 2px 4px #f0f0f0;
    font-size: 14px;
}
.card img {
	 position: absolute;
	 inset: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 7px;
}
.card {
	 width: 100%;
	 max-width: 300px;
}

@media (max-width: 767px) {
  .filters button {
    padding: 5px 10px;
    margin: 5px;
  }
  .grid > li {
    width: calc(100% - 30px);
  }
  .element-item p {
    font-size: 16px;
    line-height: 22px;
  }
}

	
/* Case Study End */

/* Case Study Inner Page Start*/
.case-study-page .section_inner_margin {
    display: flex;
    gap: 15px;
}
.case-study-sidebar {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    height: fit-content;
}
.case-study-sidebar .vc_column-inner {
    padding: 0;
}
.client-brief-box .nivo-controlNav {
    display: none;
}
.client-brief-box .full_section_inner {
    box-shadow: 0 3px 10px #e9e9e9;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(90deg, #eee, transparent);
}
.client-img .vc_column-inner {
    padding: 0;
}
.client-brief {
    padding: 18px 30px;
}
.client-brief .txt-box h3 {
    color: #ea4d44;
    position: relative;
    font-size: 26px;
}
.client-brief .txt-box h3:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 3px;
    background-image: linear-gradient(90deg, #646464, transparent);
    bottom: -5px;
    left: 5px;
    border-radius: 10px;
}
ul.client-detail {
    list-style: none;
    margin-top: 20px;
    padding-left: 10px;
}
ul.client-detail li {
    padding-bottom: 5px;
}
.client-detail li strong {
    font-size: 16px;
}
.client-detail li a {
    color : #ea4d44;
}
.casestudy-form {
    background-image: linear-gradient(360deg, #000000c7, #000000a6), url(https://www.vegamoontech.com/wp-content/uploads/2023/02/conclusion-school-1.jpg);
    background-size: cover;
    padding: 10px;
    border-radius: 10px;
}
.casestudy-form .form-heading h3 {
    color: #fff;
	font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}
.casestudy-form .form-heading p {
    color: #fff;
    text-align: center;
    line-height: 1.5;
}
.casestudy-form .form-field {
    margin: -10px 0;
}
.casestudy-form .form-field input, .casestudy-form .form-field textarea {
    border-radius: 10px;
    padding: 10px;
    background: #ffffff6e;
    color: #fff;
}
.casestudy-form .form-field input::placeholder, .casestudy-form .form-field textarea::placeholder {
    color: #fff;
}
.casestudy-form .form-field textarea {
    height: 75px;
}
.form-field span.wpcf7-spinner {
    position: absolute;
    margin: 10px;
}
.casestudy-form .sub-btn {
    padding: 15px 0 !important;
    height: unset !important;
    width: 100% !important;
    text-align: center !important;
    line-height: 1 !important;
    color: #fff !important;
    border: none !important;
    background: #3297fa !important;
}
.cs-sidebar-menu {
    background: #f7f7f7;
    margin-top: 20px;
    padding: 20px 15px;
    border-radius: 10px;
}
.cs-sidebar-menu h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: #ea4d44;
}
.case-study-menu {
    width: 100%;
    list-style: none;
    text-align: left;
}
ul.case-study-menu li a {
    display: block;
    margin: 1px 0;
    padding: 8px 20px;
    color: #666;
    background: #FFF;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}
ul.case-study-menu li a:hover:before, ul.case-study-menu li a:focus:before {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    background: #f7f7f7;
    left: -28px;
    top: 0;
    transform: rotate(45deg);
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.case-study-menu li a:hover,
ul.case-study-menu li a:focus {
  background: #3297fa;
  color: #FFF;
  padding-left: 30px;
}
.cs-sidebar-cta {
    background-image: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/world-map.png);
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 0 10px #d9d9d9;
}
.cs-sidebar-cta h3 {
    color: #000;
    font-size: 18px;
    text-align: center;
}
.cs-sidebar-cta p {
    color: #000;
    text-align: center;
    margin: 10px 0;
}
.cs-sidebar-cta .cta-btn a {
    padding: 5px 10px;
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    margin: 0;
}
.cs-sidebar-cta .cta-btn a i {
    margin-right: 10px;
}
.pad-remove .vc_column-inner {
    padding-left: 0;
}
.case-study-txt h3 {
    color: #ea4d44;
    position: relative;
    font-size: 26px;
    margin-bottom: 15px;
}
.heading-line h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: #666;
    bottom: -3px;
    left: 0;
    border-radius: 10px;
}
.case-study-txt p {
    text-align: justify;
}
.box-middle .full_section_inner > div > div {
    display: flex;
    align-items: center;
}
ul.casestudy-ul {
    margin-top: 20px;
}
.casestudy-ul li {
    list-style: none;
    margin-bottom: 20px;
}
ul.casestudy-ul li h4 {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    color: #2e8be7;
    font-weight: 400;
}
.casestudy-ul li h4:before {
    content: "\f219";
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    margin-right: 10px;
    color: #ea4d44;
	font-weight: 900;
}


.casestudy-tab {
    margin-top: 30px;
}
.casestudy-tab .tabs {
    position: relative;
    display: flex;
    min-height: 450px;
    overflow: hidden;
}
.result-tab {
    flex: 1;
}
.result-tab label {
    display: block;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    text-align: center;
    background: #f7f7f7;
    cursor: pointer;
    transition: background 0.5s ease;
    margin-right: 5px;
    border-radius: 10px;
    line-height: 22px;
}   
.result-tab label:hover {
    background: #ea4d44;
	color: #fff;
}   
.result-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 40px;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    background: #ffffff;
    transition: opacity 0.8s ease, transform 0.8s ease;
    opacity: 0;
    transform: scale(0.1);
    transform-origin: top left;
    border: 1px solid #eee;
    box-shadow: 5px 5px 10px #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.cs-border-bottom {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
    padding-top: 30px;
}
.result-content-txt H3 {
    font-size: 18px;
    color: #2e8ae4;
    margin-bottom: 10px;
    font-weight: 500;
}
.result-content img {
    float: left;
    margin-right: 20px;
}
.result-tab [type=radio] { display: none; }
    [type=radio]:checked ~ label {
        background: #ea4d44;
        z-index: 2;
	    color: #fff;
}
[type=radio]:checked ~ label ~ .result-content {
        z-index: 1;
        opacity: 1;
        transform: scale(1);
}
    
    /* BREAKPOINTS ----- */
    @media screen and (max-width: 767px) {
        .tabs { min-height: 400px;}
    }
    
    @media screen and (max-width: 480px) {
        .tabs { min-height: 580px; }
        .result-tab label { 
            height: 60px;
        }
        .result-content { top: 60px; }
        .result-content img {
            float: none;
            margin-right: 0;
            margin-bottom: 20px;
        }
    }



/* Case Study Inner Page End*/

/* Thankyou Page Start */

.page-id-14255 .title.has_background {
    height: 110px !important;
}

/* Thankyou Page End */

/* School Social Media Package Start */

.sch-soc-pack-page .package-page-heading {
    text-align: center;
    margin-bottom: 30px;
}
.sch-soc-pack-page .package-page-heading h2 {
    color: #0d90cb;
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 2px 3px #000000d9;
}
.sch-soc-pack-page .package-page-heading p {
    font-size: 20px;
    text-align: center;
}
.sch-soc-pack-page .package-page-heading h3 {
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 10px auto 0;
    background: #0d90cb;
    font-size: 26px;
    text-shadow: 2px 2px 3px #000000a1;
    padding: 5px 30px;
    border-radius: 10px;
}
.sch-soc-pack-page .arppricetablebutton.toggle_step_first {
    display: none !important;
}
.sch-soc-pack-page .arpcolumnfooter {
    margin-bottom: 0 !important;
}

/* School Social Media Package End */

/* Footer Start */
.footer_top, .footer_top.footer_top_full {
    padding-bottom: 20px !important;
}
.column4.footer_col4{
	position: relative;
	z-index: 0;
}
.column4.footer_col4:before {
    content: '';
    position: absolute;
    background-color: rgba(255,255,255,0.0392156862745098);
    width: 100%;
    height: 140%;
    top: -40px;
    left: 10px;
	z-index: -1;
}
.footer_top .menu li {
    list-style-image: none !important;
	border-bottom: 1px solid #151847;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
}
.footer_top .menu li:last-child {
	border-bottom: none;
}
.footer_top .menu-quick-links li:last-child {
    border-bottom: 1px solid #151847 !important;
}
.footer_top ul li:before {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    left: -16px;
    top: 4px;
    color: #ea424c;
	font-size: 12px;
}
.footer_top li a:hover {
    color: #ea424c !important;
}
ul#menu-quick-links li:before {
    content: '\f7e4';
    color: #3297fa !important;
}
ul#menu-quick-links li:hover:before {
    color: #fff !important;
}
.footer-social .social-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
}
.footer-social .social-list li img{
    transform: scale(0.9);
	transition: All 0.3s;
}
.footer-social .social-list li:hover img{
    transform: scale(1);
	transition: 0.3s ease-in-out;
}
.footer-social .whatsapp-btn{
	list-style: none;
}
.footer-social .whatsapp-btn li a {
    height: 41px;
    border-radius: 20px;
    background-color: #22e50d;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000000 !IMPORTANT;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    display: block;
    margin: 10px 0px 0;
	transform : scale(0.9);
	transition: All 0.3s;
}
.footer-social .whatsapp-btn li a:hover {
	transform : scale(1);
	transition: 0.3s ease-in-out;
}
.footer-left-box .footer-contact {
    display: flex;
    justify-content: space-around;
    height: 100px;
    background-color: rgba(255,255,255,0.0392156862745098);
    border: 1px solid #0c0f47;
}
.footer-left-box .footer-contact .call-detail {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.footer_top_holder .footer_inner {
    position: relative;
    z-index: 999;
}
.footer_top_holder .footer_inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 136px;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.0392156862745098);
}
.footer-contact .call-detail .txt-link a {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ea424c;
    font-weight: 400;
   font-family: "Poppins", sans-serif;
}
.footer-contact .call-detail .txt-link h3 {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: left;
}
.footer-bottom {
    margin-top: 35px;
    margin-bottom: 35px;
}
.footer-bottom div h3 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: left;
    position: relative;
}
.footer-bottom div h3:after {
    content: url(https://www.vegamoontech.com/wp-content/uploads/2023/03/pin-icon.png);
    position: absolute;
    margin-left: 10px;
    top: 0;
}
.footer-bottom .location {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
}
.footer-bottom .location a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: left;
    display: block;
	position: relative;
}
.footer-bottom .location a:hover {
    color: #ea424c;
}
.footer-bottom .footer-bottom-right .location a{
	padding-left: 15px;
}
.footer-bottom .footer-bottom-right .location a:before {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ea424c;
    font-size: 12px;
}
.footer_bottom_holder {
    position: relative;
    z-index: 0;
}
.footer_bottom_holder:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.0392156862745098);
    width: 100%;
    height: 100%;
    border-top: 1px solid #151847;
    z-index: -1;
}
div#nav_menu-4 h5 {
    padding-left: 20px;
}
ul#menu-quick-links {
    padding-left: 00px;
}
.footer-social {
    padding-left: 20px;
}

ul#menu-quick-links li#menu-item-11003 a{
	color: #ea424c !important;
}
ul#menu-quick-links li#menu-item-11003:before {
    color: #fff !important;
}
/* Footer End */



@media screen and (max-width:767px){
	.page-id-13715 .full_width:after {
    	content: none;
    }
	.page-id-13715 .full_width:before {
    	top: 5%;
	}
	.page-id-13715 .vc_row.wpb_row.section.vc_row-fluid.custm-title-text.grid_section {
    	height: 380px;
	}
	.box-reverse .element_from_bottom > div{
    	display: flex !important;
    	flex-direction: column-reverse !important;
	}
	.mt-20 {
    	margin-top: 0px !important;
	}
	.anim-icon lottie-player {
    	width: 300px !important;
    	height: 300px !important;
	}
	.q_counter_holder.center {
    	margin-bottom: 15px;
	}
	.counter-sec {
    	height: auto;
	}
	.counter-sec:after {
    	content: none;
    }
	.second-sec:before {
    	left: 30px;
    	top: -100px;
	}
	.third-sec:after {
    	top: 30px;
    	right: 30px;
    }
	.forth-sec:before {
    	top: 10px;
    	right: 30px;
    	left: unset;
	}
	.cta-box .girl-img {
    	width: 70px;
    	top: -100px;
    	left: 15px;
    }
	.cta-sec:after {
    	content: none;
    }
	.fifth-sec:before {
    	top: -30px;
    	left: 30px;
    }
	.form-image {
    	display: none;
	}
	.formarea {
    	padding: 30px 0 0;
    	margin-top: 30px;
	}
	.girl-img{
		display: none;
	}
	.boy-img img {
    	width: 50%;
	}
	.client-logo-box .col-lg-3 {
    	justify-content: center;
	}
	
/* 	School Page */
	.cloude-end-running::before {
    	content: none;
    }
	.gad-circle:before {
		content: none;
	}
	.gad-circle:after {
    	content: none;
	}
	.school-counter-sec {
    	height: auto;
		padding: 100px 0 50px !important;
    }
	.cta-box .boy-cta-img {
    	width: 175px;
    	top: -110px;
    	left: 25%;
    }
	.anim-icon.icon-1 {
    	margin-top: 0px;
	}
	.page-id-13940 .vc_row.wpb_row.section.vc_row-fluid.custm-title-text.grid_section {
    	height: 380px;
	}
	.school-txt-box {
    	padding: 30px 30px 0;
	}
	.banner-cta a {
    	font-size: 14px !important;
    	padding: 0px 10px !important;
	}
	
/* 	Footer Start */
	.footer-left-box .footer-contact {
    	flex-direction: column;
    	height: auto;
    	padding: 15px;
	}
	.footer-left-box .footer-contact .call-detail {
    	padding: 10px 0;
	}
	.footer-left-box .footer-contact .call-detail img {
    	width: 100%;
	}
	.footer-left-box .footer-contact .call-detail .txt-link {
    	width: 75%;
	}
	.footer-contact .call-detail .txt-link a {
    	font-size: 16px;
		padding: 0;
    }
	.footer-bottom .footer-bottom-right .location a {
    	padding: 0 0 0 15px;
	}
	.footer-bottom > div {
    	margin-bottom: 30px;
    }
	.column4.footer_col4:before {
    	content: none;
    }
	.footer_top_holder .footer_inner:before {
    	height: 440px;
    }
	.footer-bottom {
	    margin-bottom: 0px;
	}
	div#nav_menu-4 h5 {
    	padding-left: 0px;
	}
	ul#menu-quick-links {
    	padding-left: 0px;
	}
	.footer-social {
    	padding-left: 0px;
	}
/* 	Footer End */
	
	/* 	Package Page Start*/
	
	.page-id-14266 .vc_row.wpb_row.section.vc_row-fluid.custm-title-text.grid_section {
    	height: 330px;
	}
	.sch-soc-pack-page .package-page-heading h2 {
    	font-size: 36px;
    	line-height: 1;
    	margin-bottom: 20px;
	}
	.sch-soc-pack-page .package-page-heading p {
    	font-size: 18px;
    }
	
	/* 	Package Page End*/
}
@media screen and (min-width:768px) and (max-width:992px){
	.box-reverse .element_from_bottom > div{
    	display: flex !important;
    	flex-direction: column-reverse !important;
	}
	.mt-20 {
    	margin-top: 0px !important;
	}
	.anim-icon lottie-player {
    	width: 100% !important;
    	height: 100% !important;
	}
	.ipad-w-50 {
    	width: 50%;
	}
	.q_counter_holder.center {
    	margin-bottom: 15px;
	}
	.counter-sec {
    	height: auto;
	}
	.counter-sec:after {
    	content: none;
    }
	.second-sec:before {
    	left: 30px;
    	top: -100px;
	}
	.third-sec:after {
    	top: 30px;
    	right: 30px;
    }
	.forth-sec:before {
    	top: 10px;
    	right: 30px;
    	left: unset;
	}
	.cta-box .girl-img {
    	width: 70px;
    	top: -100px;
    	left: 15px;
    }
	.cta-sec:after {
    	content: none;
    }
	.fifth-sec:before {
    	top: -30px;
    	left: 30px;
    }
	.form-image {
    	display: none;
	}
	.formarea {
    	padding: 30px 0 0;
    	margin-top: 30px;
	}
	.girl-img{
		display: none;
	}
	.client-logo-box .col-lg-3 {
    	justify-content: center;
	}
	/* 	School Page */
	.cloude-end-running::before {
    	content: none;
    }
	.gad-circle:before {
		content: none;
	}
	.gad-circle:after {
    	content: none;
	}
	.school-counter-sec {
    	height: auto;
		padding: 100px 0 50px !important;
    }
	.cta-box .boy-cta-img {
    	width: 200px;
    	top: -145px;
    	left: 35%;
	}
	.anim-icon.icon-1 {
    	margin-top: 0px;
	}
	.school-client-box .vc_column-inner {
    	margin-top: 30px;
	}
	.cta-sec {
    	height: auto;
    }
/* School Page End*/
	
/* 	Footer Start */
	.footer-social .social-list {
    	justify-content: center;
    	margin-top: 20px;
	}
	.footer-social .whatsapp-btn li a {
    	display: inline-block;
    	padding: 0 35px;
	}
	.footer-bottom > div {
    	margin-bottom: 30px;
    }
	.column4.footer_col4:before {
    	content: none;
    }
	.footer_top_holder .footer_inner:before {
    	height: 380px;
    }
	div#nav_menu-4 h5 {
    	padding-left: 0px;
	}
	ul#menu-quick-links {
    	padding-left: 0px;
	}
	.footer-social {
    	padding-left: 0px;
	}
	/* 	Footer End */
}


/*  start website for Sechools  Page  */
h2.inner-heading {
    font-size: 24px;
    font-weight: 400;
    color: #ff4752;
}


.blue {
    color: #1ad0fe !important;
}

.schools-bg {
    background-image: url(https://www.vegamoontech.com/wp-content/uploads/2024/08/school-bg-img.png);
}

.vega-schools-website {
    background-color: #f2f6fb;
    padding-top: 50px;
    padding-bottom: 50px;
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.new-desing-1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(https://www.vegamoontech.com/wp-content/uploads/2024/08/new-section-design-1bg.jpg);
}

.new-desing-1:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 52%;
    background-color: #060b3c;
}

.website-for-school-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-box {
    border-radius: 40px;
    background-color: #f2f6fb;
    padding: 50px 30px;
}





/* End website for Sechools  Page  */


.preschool-new-desing-1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(https://www.vegamoontech.com/wp-content/uploads/2024/08/pre-school-new-section-bg-1.jpg);
}

.preschool-new-desing-1:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 52%;
    background-color: #060b3c;
}

.inner-box {
    border-radius: 40px;
    background-color: #f2f6fb;
    padding: 50px 30px;
    padding-bottom: 0;
}

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


.quick-job-form {
    background-color: #040632;
    padding: 20px 30px;
    text-align: center;
    border-radius: 10px;
}

.quick-job-form .quick-job-head p {
    color: #fff;
}

input.wpcf7-form-control.wpcf7-text.job-input {
    color: #fff;
    margin-bottom: 20px !important;
    border-radius: 20px;
    background-color: #262852;
}

input.wpcf7-form-control.wpcf7-drag-n-drop-file.d-none {
    background-color: #040632;
    border: 2px dotted #fff;
    color: #fff;
    padding: 46px 90px;
    border-radius: 20px;
    margin-bottom: 20px;
}

span.wpcf7-form-control-wrap {}

.quick-job-body {
    /* position: relative; */
}

textarea.wpcf7-form-control.job-input {
    color: #fff;
    margin-bottom: 20px !important;
    border-radius: 20px;
    background-color: #262852;
}



input.wpcf7-form-control.wpcf7-text.job-input::placeholder{
    color:#fff;
    font-size:14px;
}


input.wpcf7-form-control.wpcf7-file.job-input {
    width: 100%;
    padding: 12px 0px;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #262852;
}

input.wpcf7-form-control.wpcf7-file.job-input::placeholder{
    color:#fff;
    font-size:14px;
}


textarea.wpcf7-form-control.job-input::placeholder {
    color:#fff;
    font-size:14px;
}

.quick-job-body label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

input.wpcf7-form-control.has-spinner.job-input-btn {
    background-color: #ff4752;
    border: 0;
    border-radius: 20px;
    padding: 1px 30px;
    color: #ffff;
}
.star {
    color: red;
    font-size: 7px;
    padding-left: 2px;
}

.box-vega {
    padding: 10px;
    background-color: #00033a;
    text-align: center;
    margin-bottom: 20px !important;
    border: 2px solid #00033a;
    border-radius: 30px;
    color: #fff;
    width: max-content;
    margin: 0 auto;
    padding: 10px 40px;
}

.box-vega i.fa-star {
    color: red;
    padding-right: 2px;
}

.intl-tel-input .country-list li.country.highlight{
	color:#000 !important; 
}


.btn-row {
    display: flex;
    align-items: center;
    gap: 10px;
}	

a.banner-btn-whts {
    padding: 10px 23px;
    border-radius: 23px;
    background-color: #ff4752;
    background: linear-gradient(359deg, #2cb927 74%, #ffffff 114%);
    color: #fff;
    transition: 0.6s ease all;
    border: 1px solid #45da50;
    font-size: 16px;
}


.blue-bg-section {
    background-color: #ebf2fb;
}

.website-design-package {
    background-image: url(https://www.vegamoontech.com/wp-content/uploads/2024/08/website-packages-page-banner.png);
    padding-top: 110px;
    padding-bottom: 80px;
}

h1.new-blog-title {
    font-size: 20px;
    font-weight: 400;
    padding-top: 30px;
}

a.site-link {
    color: #eb4d44;
}