@import url('https://fonts.googleapis.com/css?family=Roboto');
a:hover,a:focus {text-decoration: none;outline: none;}
body{font-family: 'Roboto', sans-serif;}
.navbar-nav > li > a{padding-top:0;padding-bottom:0}
.mainmenu{background-color:transparent;border-color:transparent;margin-bottom:0;border:0!important}
.navbar-nav > li:last-child > a{padding-right:0;margin-right:0}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.navbar-nav .show .dropdown-menu > li > a{padding:16px 15px 16px 25px;}
.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a, .header_area .header_bottom .mainmenu ul li a {color:#000;font-size:16px;text-transform:capitalize;padding:9px 30px;font-family:'Roboto',sans-serif;display: block !important;}
.header_area .mainmenu .active a,.header_area .mainmenu .active a:focus,.header_area .mainmenu .active a:hover,.header_area .mainmenu li a:hover,.header_area .mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #000;background: #39ff13;border-radius: 50px;outline: 0;text-decoration: none;}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #fff } /*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #39ff13;border-radius: 50px;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #39ff13;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #39ff13;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#d9d9d9;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#1E88E5}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6}
.navbar-collapse {justify-content: center;}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{border: 0 solid;margin: 0;padding: 0px !important;min-height:20px;width: 100%;}
.navbar-nav {
  background-color: #d9d9d9;
  padding: 0px 69px;
  border-radius: 40px;
}
.logo-img {
  margin-left: 25px;
}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}
@media only screen and (max-width: 900px) and (min-width: 700px) {
.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a, .header_area .header_bottom .mainmenu ul li a {
  padding: 9px 15px;
}
.logo-img {
  margin-left: 0px;
}
}
@media only screen and (max-width: 699px) and (min-width: 576px) {
  .header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a, .header_area .header_bottom .mainmenu ul li a {
    padding: 9px 10px;
  }
  .logo-img {
    margin-left: 0px;
  }
  .navbar-nav {
      background-color: #d9d9d9;
      padding: 0px 19px !important;
      border-radius: 40px;
  }
  }
  @media only screen and (max-width: 575px) {
    .logo-img {
      margin-left: 0px !important;
    }
    .navbar-header {
      display: flex;
      width: 100%;
    }
    .navbar-toggler {
      width: 100%;
      display: flex;
      justify-content: end;
    }
    button {
      border: none !important;
    }
    button:focus {
      outline: 0px !important;
    }
    .navbar-nav {
      margin-top: 15px;
      border-radius: 15px;
      padding: 0 15px !important;
    }
    }
    .main-bg {
      background-color: #000;
      padding: 40px 40px 70px 40px;
  }
  #loader{
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1000;
      background: url("http://smallenvelop.com/wp-content/uploads/2014/08/Preloader_2.gif") 50% 50% no-repeat #fff;
  }

.testimonials-wrap {
    padding: 40px 0;
}
.heading-section {
    text-align: center;
}
.sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}
.testi-bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 30px 20px;
    background: #000;
    min-height: 200px;
    border-radius: 20px;
}
/* .testi-bg::after {
    content: "";
    background-image: url('images/bottom-arrow.png');
    width: 50px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
} */
 .arrow-bg {
    width: 15% !important;
    display: unset !important;
    margin-top: -15px;
 }
.testi-bg p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
    text-align: center;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}
.carousel-testimonial .item {
    padding: 30px 10px;
}
.quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
    color: #adadad;
    font-size: 14px;
}
.carousel-testimonial .owl-nav {
    text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}
.testimoial-section {
    background-color: #d9d9d9;
    padding: 30px;
    border-radius: 50px;
}
.profile-img {
    width: 30% !important;
    display: unset !important;
}
.carousel-testimonial .owl-nav button.owl-next span, .carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 240px;
    width: -15px;
    font-weight: 100;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.testimoial-section .owl-carousel .owl-nav button.owl-next, .testimoial-section .owl-carousel button.owl-dot {
    position: absolute;
    right: 50px;
    top: 60%;
}
.testimoial-section .owl-carousel .owl-nav button.owl-prev, .testimoial-section .owl-carousel button.owl-dot {
    position: absolute;
    left: 0;
    top: 60%;
}

:root{
    --color-text:#000;
    --colog-bg:#000;
    --color-bg-accent:#FFE018;
    --size:clamp(10rem, 1rem + 40vmin, 30rem);
    --gap:calc(var(--size) / 20);
    --duration:60s;
    --scroll-start:0;
    --scroll-end:calc(-80% - var(--gap));
  }
  .marquee{
    display: flex;
    overflow: hidden;
    user-select: none;
    gap:var(--gap);
  }
  .marquee_group{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap:var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
  }
  .marquee-reverse .marquee_group{
    animation-direction: reverse;
    animation-delay: -3s;
  }
  @keyframes scroll-x{
    from{transform: translateX(var(--scroll-start));}
    to{transform: translateX(var(--scroll-end));}
  }
  .fa{font-size: 70px!important}
  .marquee .fa{
    display: grid;
    place-items:center;
    width: var(--size);
    fill: var(--color-text);
    background: var(--color-bg-accent);
    aspect-ratio:19/15;
    padding: calc(var(--size) / 10);
    border-radius: 0.5rem;
  }
  .wrapper{
    display: flex;
    flex-direction: column;
    gap:var(--gap);
    margin: auto;
    max-width: 80vw;
  }
  /* .marquee_group img {
    width: 70%;
  } */
  .client-section {
    padding: 50px;
  }
  .form-container {
    background: black;
    padding: 30px;
    border-radius: 35px;
    margin: 0 auto;
    color: white;
  }
  
  .form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px !important;
    width: 100%;
  }
  
  label {
    font-family: "Instrument Sans", sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: left;
  }
  
  .required {
    color: #00ff00;
    font-weight: bold;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    background: #d3d3d3;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
  }
  
  .upload {
    align-items: flex-end;
  }
  
  .upload-btn {
    background: #e9e9e9;
    color: black;
    padding: 10px 15px;
    border-radius: 12px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
  }
  
  .upload-btn span:first-child {
    margin-right: 5px;
    font-size: 18px;
  }
  
  input[type="file"] {
    display: none;
  }
  
  .apply-btn {
    background: #00ff00;
    color: black;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 50px;
    border: none;
    border-radius: 50px;
    width: 200px;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .center {
    display: flex;
    justify-content: center;
  }
  .career-section {
    background-color: #d9d9d9;
    padding: 50px;
    border-radius: 50px;
  }

  .contact-section .form-container {
    background: #ffffff;
    padding: 30px;
    border-radius: 35px;
    margin: 0 auto;
    color: #000000;
}
.contact-section input[type="text"], .contact-section input[type="email"], .contact-section input[type="tel"], .contact-section textarea {
    background: #000000;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
}
.contact-box {
    background-color: #d9d9d9;
    border-radius: 15px;
    background-color: #d9d9d9;
    border-radius: 15px;
    padding: 60px 20px 60px 20px;
}
.contact-box p, .contact-box a {
    font-family: "Instrument Sans", sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #000 !important;
    text-align: left;
    margin-bottom: 10px;
}
.contact-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    top: -43px;
}
.banner-content h1 {
    font-family: "Italiana", sans-serif;
    color: #fff;
    font-size: 75px;
    line-height: 75px;
    font-weight: 400;
}
.about-section {
    background-color: #d9d9d9;
    border-radius: 50px;
    padding: 30px;
}
.about-us-main h2 {
    font-family: "Italiana", sans-serif;
    color: #000;
    font-size: 55px;
    line-height: 75px;
    font-weight: 400;
}
.about-us-main p {
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
} 
.service-section h2 {
    font-family: "Italiana", sans-serif;
    color: #fff;
    font-size: 55px;
    line-height: 75px;
    font-weight: 400;
}
.service-content h3 {
    background-color: #d9d9d9;
    font-size: 28px;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
    border-radius: 50px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.service-section {
    padding: 50px;
}
.testimoial-section h2 {
    font-family: "Italiana", sans-serif;
    color: #000;
    font-size: 55px;
    line-height: 75px;
    font-weight: 400;
}
.testimoial-section h3 {
    font-family: "Instrument Sans", sans-serif;
    color: #000;
    font-size: 45px;
    line-height: 75px;
    font-weight: 400;
}
.client-section h2 {
    font-family: "Italiana", sans-serif;
    color: #fff;
    font-size: 55px;
    line-height: 75px;
    font-weight: 400;
}
.career-section h2 {
    font-family: "Italiana", sans-serif;
    color: #000;
    font-size: 55px;
    line-height: 75px;
    font-weight: 400;
}
.contact-section h2 {
    font-family: "Italiana", sans-serif;
    color: #fff;
    font-size: 55px;
    line-height: 75px;
    font-weight: 400;
}
.service-page-title h1 {
    font-family: "Italiana", sans-serif;
    color: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 75px;
    font-weight: 400;
}
.service-page-para p {
    font-family: "Instrument Sans", sans-serif;
    color: #fff;
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
}
.service-page-para  {
    padding: 0px 30px;
}
/* .title-main img {
  width: 175px;
} */
.title-section h2 {
  font-family: "Italiana", sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 75px;
  font-weight: 400;
}
.title-main h3 {
  font-family: "Instrument Sans", sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}
.title-main h4 {
  font-family: "Instrument Sans", sans-serif;
  color: #39ff13;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.title-section .container-fluid {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 70px;
}
.footer-title li {
  font-family: "Inter", sans-serif;
  color: #b3b3b3;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}
.footer-title li a {
	color: #b3b3b3;
}
.footer-title h4 {
  font-family: "Inter", sans-serif;
  color: #b3b3b3;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
}
.footer-title ul {
  list-style: none;
  padding-left: 0px;
}
.footer-social-icon ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  gap: 12px;
}
.footer-social-icon ul li img {
  width: 20px;
}
.bottom-footer p {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}
.testi-bg .star-size {
  width: unset !important;
}
@media (max-width: 768px) {
  .service-section {
    padding: 0px;
}
.title-main h3 {
  font-size: 13px;
}
.title-main h4 {
  font-size: 14px;
}
.service-content h3 {
  font-size: 17px;
  padding: 20px 15px;
  gap: 10px;
}
.main-bg {
  padding: 30px 15px 30px 15px;
}
.text-center.title-main.swiper-slide {
  padding: 25px;
}
.testi-bg {
  min-height: 255px;
}
.contact-box p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
}
.testimoial-section h2, .about-us-main h2, .service-section h2, .client-section h2, .contact-section h2, .title-section h2 {
  font-size: 43px;
}
.testimoial-section h3 {
  font-size: 34px;
  line-height: 45px;
}
.mainmenu {
  border-radius: 10px;
  justify-content: center !important;
}
.carousel-testimonial .owl-nav button.owl-next span, .carousel-testimonial .owl-nav button.owl-prev span {
  font-size: 100px;
}
.testimoial-section .owl-carousel .owl-nav button.owl-next, .testimoial-section .owl-carousel button.owl-dot {
  position: absolute;
  right: 10px;
  top: 65%;
}
.testimoial-section .owl-carousel .owl-nav button.owl-prev, .testimoial-section .owl-carousel button.owl-dot {
  position: absolute;
  left: 0;
  top: 65%;
}
}

:root {
  --white-100: hsl(206, 5%, 100%);
  --white-200: hsl(206, 5%, 90%);
  --white-300: hsl(206, 5%, 80%);
  --white-400: hsl(206, 5%, 65%);
  --white-500: hsl(206, 5%, 45%);

  --black-100: hsl(210, 20%, 10%);
  --black-200: hsl(210, 20%, 8%);
  --black-300: hsl(210, 20%, 6%);
  --black-400: hsl(210, 20%, 4%);
  --black-500: hsl(210, 20%, 1%);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.section {
  margin: 0 auto;
  padding-block: 5rem;
}

.container {
  max-width: 75rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.swiper {
  &-button-next::after,
  &-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: var(--white-100);
    background: var(--black-300);
  }
}
.text-center.title-main.swiper-slide img {
  width: 250px !important;
}
.title-main.swiper-slide img {
  width: 350px;
}
.text-center.title-main.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination {
  display: none;
}

.products {
  background-color:#999999;
  padding:20px;
}
.product {
  background-color:#111111;
  padding:20px;
  color:#fff;
  margin-bottom:20px;
  height:400px;
}
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}
.fadeleft {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(100px, 0);
}
.faderight {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(50px, 0);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeleft.visible, .faderight.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.bg_load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url("http://smallenvelop.com/wp-content/uploads/2014/08/Preloader_2.gif") 50% 50% no-repeat #fff;
}
.design-soc-media h3 {
	font-family: "Inter", sans-serif;
    color: #000;
    font-size: 47px;
    line-height: 65px;
    font-weight: 700;
	margin-bottom: 15px;
}
.design-soc-media p {
	font-family: "Inter", sans-serif;
    color: #000;
    font-size: 32px;
    line-height: 55px;
    font-weight: 500;
}
.learn-create {
	background-color: #d9d9d9;
    padding: 85px 60px;
	border-radius: 45px;
}
.design-social-main {
	border-bottom: 1px solid #d9d9d9;
    padding-bottom: 70px;
    margin-bottom: 30px;
}

/* new style */


/*---- responsive start-----*/

body,
html {
    height: 100%;
	font-family: 'Overpass';
	font-family: 'Poppins', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
.zoop-head{
	font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 52px;
	margin-bottom: 20px;
    font-weight: 400;
}
.zoop-head-big{
	font-family: "Inter", sans-serif;
    color: #39ff13;
    font-size: 64px;
    line-height: 75px;
    font-weight: 700;
}
.zoop-med-para{
	font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
	margin-bottom: 20px;
    font-weight: 500;
}
.zoop-para {
	color: #484848;
	font-weight: 400;
	font-size: .9rem;
	line-height: 1.7rem;
	font-family: "Inter", sans-serif;
}
#learning-platform {
	padding: 7% 0%;
	background: #000;
}
#learning-platform .zoop-med-para, #learning-platform .zoop-para {
  max-width: 70%;
}
.platform-images img{
	width:100%;
}
#counter{
	padding: 3% 2% 3% 2%;
    background-color: #fff4f0;
	margin-top: 6%;
}
.counter-number {
	margin-left: -10px;
	background:#fff4f0;
	padding-top:.5rem;
	width: 65%;
}
.counter-img {
	padding: 2rem 1.5rem;
	border: 1.5px dashed #47cfae ;
	width: 35%;
}
.counter-number .counter, .counter-number span{
	font-size:20px;
	font-weight:bold;
	color:#000;
	line-height: 2rem;
	font-family: "Inter", sans-serif;
}
#counter .zoop-para {
	color: #000;
	font-family: "Inter", sans-serif;
}
#counter .col-sm-3:nth-child(2) .counter-img{
	border: 1.5px dashed #fbc52a ;
}
#counter .col-sm-3:nth-child(3) .counter-img{
	border: 1.5px dashed #f0744d ;
}
#counter .col-sm-3:nth-child(4) .counter-img{
	border: 1.5px dashed #3d86ca ;
}
.counter-number .zoop-para{
	max-width:100% !important;
}
#our-programe{
	padding:5% 0%;
	background-color: #f26d41;
}
#our-programe .zoop-para{
	max-width:50%;
	color:#fff;
}
#our-programe .zoop-head{
	color:#fff;
}
.programe-features{
	margin-top:5rem;
}
#our-programe .programe-features .row div{
	padding:4vw 5vw;
	text-align:center;
}
#our-programe .programe-features .row div p{
	font-family: "Inter", sans-serif;
	font-size:36px;
	font-weight: 400;
	line-height: 43px;
}

.programe-features .row:nth-child(2) div:nth-child( odd ),
.programe-features .row:nth-child(1) div:nth-child( even ){
	background:#fff;
}
.programe-features .col-sm-2 p{
	font-weight:bold;
	font-size:1.5rem;
	color:#002639;
}
.programe-features .row:nth-child(1) div:nth-child(1){
	background:#48cfaf;
}
.programe-features .row:nth-child(1) div:nth-child(3){
	background:#3e84c9;
}
.programe-features .row:nth-child(1) div:nth-child(5){
	background:#fcc841;
}
.programe-features .row:nth-child(2) div:nth-child(2){
	background:#f26d42;
}
.programe-features .row:nth-child(2) div:nth-child(4){
	background:#bf20c5;
}
.programe-features .row:nth-child(2) div:nth-child(6){
	background:#01c15a;
}
.programe-features .row:nth-child(1) div:nth-child(7) {
  background: #f26d42;
}
#why-choose-us {
	padding: 7% 0% 9% 0%;
	background: #000;
}
#why-choose-us .row .col-sm-6 .zoop-para{
	max-width:65%;
}
#why-choose-us .row .col-sm-6:nth-child(1) .row .zoop-para{
	max-width:82%;
}
.why-us-head{
	font-size:16px;
	color:#fff;
	margin-bottom: 15px;
	font-weight:700;
	font-family: "Inter", sans-serif;
}
#why-choose-us .row .col-sm-6:nth-child(1) .zoop-head{
	width:100%;
}
#success-stories{
	padding:7% 0%;
	/* background:url('../images/zoop-001-homepage-testminoal-bg.png') no-repeat center;
	background-size:cover;
	background-attachment: fixed; */
	background-color: #1E2A44;

}
#success-stories .zoop-head {
	color: #fff;
	letter-spacing: .8px;
	max-width: 100%;
}
#success-stories .success-stories {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 2rem;
	font-family: 'Overpass', sans-serif;
}
#success-stories .zoop-para{
	color:#fff;
}
.owl-success-stories-carousel {
	padding: 3% 5%;
	width: 75% !important;
	background: #7d849761;
	border-radius: 0px 20px 0px 20px;
	margin: auto;
}
.owl-success-stories-carousel .owl-dots {
	position: absolute;
	top: -80px;
	left: 0;
}
.owl-success-stories-carousel .owl-dots span {
	width: 66px;
	height: 66px;
	display: block;
	margin-right: 20px;
	background-size: cover !important;
}
.owl-success-stories-carousel .owl-dot:nth-child(1) span{
	background:url('../images/zoop-001-homepage-testminoal-image-001.png') no-repeat center; 
}
.owl-success-stories-carousel .owl-dot:nth-child(2) span{
	background:url('../images/zoop-001-homepage-testminoal-image-002.png') no-repeat center;
}
.owl-success-stories-carousel .owl-dot:nth-child(3) span{
	background:url('../images/zoop-001-homepage-testminoal-image-003.png') no-repeat center;
}
.success-stories-carousel{
	margin-top: 12%;
}
.owl-success-stories-carousel .owl-dot::before {
	position: absolute;
	content: "";
	background: #181818;
	opacity: 50%;
	z-index: 1;
	width: 66px;
	height: 66px;
	border-radius: 50%;
}
.owl-success-stories-carousel .owl-dot.active:before{
	content:unset;
}
.owl-success-stories-carousel .owl-dot:nth-child(1):before{
	left: 0;
}
.owl-success-stories-carousel .owl-dot:nth-child(2):before{
	left: 86px;
}
.owl-success-stories-carousel .owl-dot:nth-child(3):before{
	left: 172px;
}
button:focus {
    outline: 0px !important;
}
a{
	text-decoration:none;
}
.zoop-banner-social-link li a img, .zoop-footer-social-link a img {
	transition: 1.0s ease all;
}
.zoop-head-big, .zoop-head{
	position:relative;
}
#learning-platform .zoop-head:before{
	content:unset !important;
}
#why-choose-us .zoop-head::after {
	content: "";
	width: 66px;
	height: 54px;
	background: url('../images/zoop-001-homepage-about-icon-001.png') no-repeat center;
	position: absolute;
	left: -50px;
	top: -80px;
}
#why-choose-us .container-fluid .row .col-sm-6:nth-child(1) .row .col-sm-6:nth-child(4) .zoop-para{
	position:relative;
}
#why-choose-us .container-fluid .row .col-sm-6:nth-child(1) .row .col-sm-6:nth-child(4) .zoop-para::before {
	position: absolute;
	content: "";
	width: 64px;
	height: 72px;
	background: url('../images/zoop-001-homepage-course-bg-icon.png') no-repeat center;
	bottom: -100px;
	right: 0px;
}
#why-choose-us .container-fluid > .row > .col-sm-6:nth-child(1){
	padding-bottom:5%;
}
#why-choose-us .container-fluid > .row > .col-sm-6:nth-child(2) .choose-section-image img{
	width:100%;
	height:100%;
}
#why-choose-us .container-fluid > .row > .col-sm-6:nth-child(2) .choose-section-image{
	position:relative;
	height:100%;
}
#why-choose-us .container-fluid > .row > .col-sm-6:nth-child(2) .choose-section-image::before {
		position: absolute;
	content: "";
	background: url('../images/zoop-001-homepage-about-icon-003.png') no-repeat center;
	top: 32%;
	left: 11%;
	width: 72px;
	height: 70px;
	transform: rotate(-37deg);
}
#why-choose-us .container-fluid > .row > .col-sm-6:nth-child(2) .choose-section-image::after {
	position: absolute;
	content: "";
	background: url('../images/zoop-001-homepage-about-icon-004.png') no-repeat center;
	top: 28%;
	right: -30%;
	width: 134px;
	height: 70px;
}
.btn:focus{
	box-shadow: unset;
}

/* banner-section */
#zoop-banner {
	position: relative;
	background:url('../images/zoop-homepage-banner.png') no-repeat;
	background-position:center;
	background-size:cover;
}
.zoop-banner-text {
	padding-top: 10%;
	padding-right: 0;
	padding-left: 0;
}
.zoop-banner-text p {
	font-size: 16px;
	max-width: 60%;
	color: #fff;
	line-height: 30px;
	margin-top: 15px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
}

#zoop-banner .row{
	margin:0 !important;
}
.zoop-banner-contact {
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.zoop-banner-contact li {
	list-style: none;
	padding-right: 30px;
}
.zoop-banner-contact li .btn {
	border-radius: 50px !important;
	padding: 7px 35px !important;
	color: #000 !important;
	background-color: #39ff13 !important;
	font-family: "Inter", sans-serif;
}
.zoop-banner-contact .zoop-view-course {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #fff !important;
	transition: all 0.5s linear;
	font-family: "Inter", sans-serif;
}
#quality-teachers {
	padding: 0% 0%;
	margin-top: -1%;
	z-index: 1;
	position: relative;
}
.quality-teachers-head{
	font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 16px;
	margin-bottom: 15px;
    line-height: 42px;
    font-weight: 700;
}
#quality-teachers .zoop-para{
	color:#fff;
}
#quality-teachers .row .col-sm-4{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 4vw !important;
}

#quality-teachers .row .col-sm-4{
	background-size:cover !important;
}
#quality-teachers .row .col-sm-4:nth-child(1){
	background-color:#F2C25F;
}
#quality-teachers .row .col-sm-4:nth-child(2){
	background-color:#E85C36;
}
#quality-teachers .row .col-sm-4:nth-child(3){
	background:#53CDAF;
}
#quality-teachers .row .col-sm-4 > div{
	width: 3vw;
	margin: auto;
}
#quality-teachers .row .col-sm-4 > div img{
	width:100%;
}
#success-stories .zoop-head:before{
	content:unset !important;
}
.btn-primary:hover{
	background:#f25831 !important;
}
#our-programe .zoop-head::before{
	background: url('../images/zoop-inner_section-heading-pencil_design-white.png') no-repeat center;
}
#our-programe .zoop-para{
	font-size: 16px;
	font-weight: 400;
	line-height: 2rem;
	font-family: "Inter", sans-serif;
}
.btn.btn-primary.border-0:active:focus, .btn-primary:focus {
	background: #f36a3a !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: unset !important;
}
@media  (max-width: 576px){
	.right-border-img{
		  border-right: 1px solid #00000042 !important;
	}
	.success-stories-carousel{
		margin-top: 22% !important;
	}
}
@media  (max-width: 767px){
	.learn-create {
		padding: 30px 30px;
		border-radius: 30px;
	}
	.design-soc-media h3 {
		font-size: 40px;
		line-height: 55px;
		margin-top: 20px;
		text-align: center;
	}
	.design-soc-media p {
		font-size: 27px;
		line-height: 46px;
		text-align: center;
	}
	#quality-teachers .row .col-sm-4{
		padding: 8vw !important;
	}
	.counter-number .counter, .counter-number span{
		font-size: 22px;
	}
	.counter-number .zoop-para{
		font-size: .9rem;
		line-height: 1.2rem;
	}
	.counter-img{
		width: 55% !important;
		text-align:center;
	}
	.counter-number{
		width: 45% !important;
	}
	#featured-courses .container-fluid > .row{
		margin: 0;
	}
	.alter-choose{
		padding-bottom:0 !important;
	}
	.owl-success-stories-carousel{
		width: 100% !important;
	}
	.alter-choose{
		padding-bottom:0 !important;
	}
	.container-fluid {
		padding:0px 15px !important;
	}
	#quality-teachers .row .col-sm-4 > div, #quality-teachers .row .col-sm-4 > div img{
		width:auto !important;
	}
	#quality-teachers .zoop-para{
		margin-bottom:0 !important;
	}
	.zoop-head{
		font-size: 2rem;
		text-align:center;
	}
	.zoop-head-big{
		font-size: 2.3rem;
		text-align:center;
	}
	.zoop-head-big::before, .zoop-head::before{
		left:0;
		right:0;
		margin:auto !important;
	}
	#learning-platform .zoop-med-para, #learning-platform .zoop-para {
		max-width: 100%;
		text-align: center;
	}
	.platform-images img{
		margin-top:2rem;
	}
	#counter > .row > div{
		margin-bottom:3rem !important;
	}
	#learning-platform .container-fluid .col-sm-12:nth-child(1){
		text-align:center;
	}
	.counter-number .zoop-para{
		text-align:left !important;
	}
	#our-programe .zoop-para{
		max-width:100%;
	}
	#our-programe .programe-features .row div{
		border-bottom: 1px solid #00000042;
	}
	.alter-choose.container-fluid .row div{
		padding:0 !important;
	}
	#why-choose-us .container-fluid .row div:nth-child(1) .zoop-head{
		width:100%;
	}
	#why-choose-us .row .col-sm-6 .zoop-para{
		max-width:100% !important;
	}
	#success-stories .zoop-head{
		max-width: 100%;
	}
	.success-stories-carousel {
		margin-top: 30%;
	}
	.owl-success-stories-carousel .owl-dots{
		right: 0;
		text-align: center;
	}
	.owl-dot {
		position: relative;
	}
	.owl-success-stories-carousel .owl-dot:before {
		left: 0 !important;
	}
	#featured-courses .zoop-para{
		max-width: 100%;
	}
	#featured-courses .container-fluid .row .col-sm-12 .row .col-sm-12:nth-child(2){
		border-radius: 0rem 0rem 1rem 1rem;
	}
	#featured-courses .container-fluid > .row > .col-sm-12 .row .col-sm-12:nth-child(1) {
		padding-left: 0;
	}
	.zoop-banner-text h3, .zoop-banner-text h2{
		font-size: 5.6vw;
	}
	.text_2{
		margin-left: 0;
	}
	.zoop-banner-text h2{
		height: auto;
		margin-bottom:0;
	}
	.zoop-banner-text p{
		font-size: 1rem;
		line-height: 26px;
		max-width: 100% !important;
		text-align: center !important;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.zoop-banner-text h2{
		height: 7vh;
	}
	.zoop-banner-text p{
		font-size: 1rem;
	}
	#featured-courses .container-fluid > .row > .col-sm-12 .row .col-sm-12:nth-child(1){
		padding-left: 0;
	}
	#our-programe .zoop-para{
		max-width: 100%;
	}
	#featured-courses .container-fluid .row .col-sm-12 .row .col-sm-12:nth-child(2){
		border-radius: 0rem 0rem 1rem 1rem;
	}
	#featured-courses .container-fluid > .row > .col-sm-6 .row .col-sm-6:nth-child(1) {
		padding-left: 0;
	}
	
	#counter > .row > div{
		margin-bottom: 3rem !important;
	}
	.zoop-head-big::before, .zoop-head::before{
		left:0;
		right:0;
		margin:auto !important;
	}
	.platform-images img {
		margin-top: 2rem;
	}
	#learning-platform .zoop-med-para, #learning-platform .zoop-para, #why-choose-us .row .col-sm-6 .zoop-para,
	#success-stories .zoop-head{
		max-width: 100%;
	}
	.owl-success-stories-carousel .owl-dots{
		right: 0;
		text-align: center;
	}
	.owl-success-stories-carousel .owl-dots .owl-dot{
		position:relative;
	}
	.owl-success-stories-carousel .owl-dot:before{
		left:0 !important;
	}
	#featured-courses .zoop-para{
		max-width:100%;
	}
	#our-programe .programe-features .row div{
		border-bottom: 1px solid #00000042;
	}
	#quality-teachers .row .col-sm-4 > div, #quality-teachers .row .col-sm-4 > div img{
		width:auto !important;
	}
	.zoop-head{
		width:100%;
	}
}
@media(min-width:992px) and (max-width:1199px){
	#learning-platform .zoop-med-para, #learning-platform .zoop-para, #our-programe .zoop-para{
		max-width: 100% !important;
	}
	.platform-images img{
		margin-top:2rem; 
	 }
	 #success-stories .zoop-head{
		 max-width: 100%;
	 }
	 .owl-success-stories-carousel .owl-dots{
		right: 0;
		text-align: center;
	 }
}
.success-stories-carousel .owl-dots{
	display:block !important;
}
.success-stories-carousel .owl-dot{
	position:relative;
}
.owl-success-stories-carousel .owl-dot:before{
	left:0 !important;
}
/* zoop home page end */

/* class shedule start */

@media (max-width: 767px) { 
	.right-border-img{
		  border-right: 0px solid #00000042;
	}
	.right-border-img{
		  border-left: 1px solid #00000042;
	}
	.alter-choose{
		margin-top:0 !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.right-border-img{
		  border-right: 0px solid #00000042;
	}
	.right-border-img{
		  border-left: 1px solid #00000042;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.success-stories-carousel {
		margin-top: 16%;
	}
	#senior-banner-left  {
		text-align: left !important;
	}
	#senior-banner-left h2  {
		text-align: left !important;
	}
}
@media (max-width: 575px) {
	#zoop-banner {
		background-image: unset !important;
	background-color: #000 !important;
	}
  .client-section {
    padding: 0px;
  }
  .contact-box p, .contact-box a {
    font-size: 16px !important;
  }
  .marquee_group i img {
    max-width: 60%;
  }
  .text-center.title-main.swiper-slide {
    display: block !important;
  }
}
.marquee_group i img {
  width: 180px;
}



/* class shedule end */


/* banner section */

.zoop-para{
	font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}


.alter-choose {
	margin-top: -10%;
	padding-top: 12% !important;
	padding-bottom: 0 !important;
}
.w-100-width{
	width:100%;
}

.carousel-box .owl-nav, .owl-dots {
    display: none;
}

 .contact-box {
    background-color: #d9d9d9;
    border-radius: 15px;
    padding: 60px 20px 60px 20px;
}
.contact-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    top: -43px;
}
.contact-box p {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 18px;
}
.contact-box p a {
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 14px;
}
.contact-box {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 60px 20px 60px 20px;
    box-shadow: 1px 1px 12px -6px rgba(0, 0, 0, 0.5);
    height: 255px;
}
