body {
  font-family: "Poppins", sans-serif;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

footer {
  background-color: #151617;
}

footer h2 {
  font-size: 18px;
  color: #fff;
  margin-top: 0;
}

footer p a {
  font-size: 16px!important;
  color: #929292;
}

footer .btn {
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  width: 120px;
  height: 35px;
}

footer .border-end {
  border-color: #2c2c2c !important;
}

footer hr {
  border-color: #2c2c2c !important;
}

footer .flogos {
  margin-top: 30px;
  padding: 25px;
  /* margin: 0 auto; */
  display: block;
  justify-content: center;
}

footer .flogos img {
/*  margin-right: 10px;*/
  height: 60px;
/*  transition: transform 0.2s;*/
}

footer .flogos img:hover {
/*  transform: scale(1.4);*/
}

footer .social-media {
  padding: 20px 30px;
}

footer .social-media img {
  margin-right: 10px;
}
.footer-bot p a {
  font-size: 14px;
  color: #929292 !important;
  margin: 0 10px;
}

.navbar .container {
  max-width: 1230px;
}

/* Home Page  */

.gantter_home .head-top {
  background: url("../../images/top-bg.png");
  height: 60px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
}

.gantter_home .head-top h2 {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  /* margin: 5px 10px; */
  margin-left: -80px;
  margin-top: 20px;
}

.gantter_home .head-top a button {
  background-color: #fbd258;
  color: #000;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  border: none;
  height: 22px;
  width: 85px;
}

.gantter_home .login-side {
  display: flex;
  float: right;
}

.gantter_home .head-top ul {
  margin-left: auto;
  display: flex;
  margin-top: 10px;
  position: absolute;
  right: -20px;
}

.gantter_home .navbar {
  position: fixed;
  top: 60px !important;
  /* background-color: transparent; */
  width: 100%;
}

.gantter_home .navbar .navbar-collapse .navbar-nav {
  /* height: 55px; */
  display: flex;
  align-items: center;
}

.gantter_home .navbar .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 13px;
}

.gantter_home a {
  text-decoration: none;
}

.gantter_home .navbar a button,
.gantter_home .banner a button {
  background-color: #28af6d;
  color: #fff;
  height: 45px;
  width: 180px;
  justify-content: center;
  display: flex;
  /* align-items: center; */
  padding-top: 10px;
  border-radius: 30px;
  margin-left: 20px;
}

.gantter_home .talk_expert h2 {
  font-size: 48px;
  color: #151617;
  font-weight: 600;
}

.gantter_home .talk_expert p {
  font-size: 14px;
  line-height: 25px;
  color: #0d171b;
}

.gantter_home .talk_expert a button {
  background-color: #28af6d;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  height: 65px;
  width: 200px;
}
.gantter_home .more a button {
  background-color: #28af6d;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  height: 45px;
  width: 320px;
  margin-top: 50px;
}

/* Community Page  */

.community_banner .main-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.community_banner .banner-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 300px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.community_banner .banner-text img {
  object-fit: contain;
  height: 120px;
}

.community_banner .banner-text h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 52px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.community_banner .banner-text p {
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.community .stats h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.community .stats .line {
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
}

.community .activity {
  background-image: url("../images-new/activiy-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.community .activity h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.community .activity h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 46px;
  color: #28af6d;
  font-family: "Poppins", sans-serif;
}
.community .activity small {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.community .help {
  background-color: #28af6d;
  height: 500px;
}

.community .help img {
  width: 100%;
  height: 500px;
}
.community .help .text {
  height: 500px;
  display: flex;
  align-items: center;
}
.community .help h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.community .help p {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
}
.community .help a button {
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #fff;
  height: 45px;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
}

/*spotlight css*/

.spotlight {
  background-color: #151515;
/*  background-image: url("../images-new/talk.png");*/
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 40%;
}
.spotlight .card {
  background-color: #303030;
  border-radius: 0px;
  height: 400px;
  border: none;
  width: 75%;
  margin: 0 auto;
  padding: 60px 50px;
}

.spotlight .owl-carousel .owl-nav button.owl-next {
  background-color: #3e3e3e;
  background-image: url(/wp-content/uploads/2024/07/right-sportlight.png);
  border-radius: 50%;
  width: 30px;
  /* display: flex; */
  height: 30px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 40%;
}
.spotlight .owl-carousel .owl-nav button.owl-next span {
  display: none;
  font-size: 40px !important;
  margin-left: 2px;
  top: 0px;
  position: relative;
  color: #fff;
}
.spotlight .owl-carousel .owl-nav button.owl-prev span {
  display: none;
  font-size: 40px !important;
  margin-left: -4px;
  top: 0px;
  position: relative;
  color: #fff;
}
.spotlight .owl-carousel .owl-nav button.owl-prev {
    background-color: #3e3e3e;
    background-image: url(/wp-content/uploads/2024/07/left-sportlight.png);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 20px;
}

.spotlight h2 {
  font-size: 40px;
  line-height: 30px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 600;
}

.spotlight p {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-top: 20px;
}
.spotlight .card img {
    width: 60px !important;
    height: 60px;
    object-fit: contain;
    margin-top: 25px;
}

.spotlight .card h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.spotlight .card h3 {
    font-size: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-left: 0;
}

.spotlight .card small {
    font-size: 14px;
    color: #8A8A8A;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
    /* margin-left: -25px; */
}

    .spotlight .black-bg .left {
    position: absolute;
    top: 80px;
    left: 100px;
}
.spotlight .black-bg .right {
    position: absolute;
    top: 80px;
    right: 100px;
}


/* Edu Npo css  */

.edu_npo_banner .main-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 130px;
}

.edu_npo_banner .banner-text {
  position: absolute;
  right: 0;
  bottom: 11rem;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  right: 95px;
}

.edu_npo_banner .banner-text img {
  object-fit: contain;
  height: 120px;
}

.edu_npo_banner .banner-text h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.edu_npo_banner .banner-text a button {
    font-size: 20px;
    border-radius: 0px;
    /* border: 1px solid #fff; */
    color: #fff;
    font-family: "Poppins", sans-serif;
    height: 45px;
    display: flex;
    /* align-items: center; */
    margin: 40px 0px 0px;
    background: #32b675 !important;
    /* padding: 0px 35px 0px 30px; */
    padding: .3em 1em;
}
.edu_npo_banner .banner-text .edu-npo-btn {
    background-color: #32b675 !important;
    border: none;
    font-size: 16px!important;
    padding: 10px 1em 10px 1em;
    font-weight: 500!important;
    line-height: 1.7em !important;
    margin-top: 40px;
}
.et_pb_button:hover:after {
    margin-top: -3px !important;
}
.edu_npo_banner .banner-text .edu-npo-btn:hover {
    padding: 10px 2em 10px 1em!important;
    border: none;
}
.edu_npo .two_cards {
  background-color: #f3f4f8;
  text-align: center;
}

.edu_npo .two_cards .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #000;
}

.edu_npo .two_cards h2 {
  font-size: 31px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

.edu_npo .two_cards p {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.edu_npo .two_cards label {
  font-size: 12px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  padding: 0 50px;
  font-weight: 600;
}

.edu_npo .two_cards a button {
  font-size: 14px;
  background-color: #28af6d;
  color: #fff;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  height: 45px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}

.edu_npo .clients .owl-carousel .owl-nav button.owl-next {
  background-color: #28af6d;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: -60px;
  top: 37%;
}
.edu_npo .clients .owl-carousel .owl-nav button.owl-next span {
  font-size: 40px !important;
  margin-left: 2px;
  top: 0px;
  position: relative;
  color: #fff;
}
.edu_npo .clients .owl-carousel .owl-nav button.owl-prev span {
  font-size: 40px !important;
  margin-left: -4px;
  top: 0px;
  position: relative;
  color: #fff;
}
.edu_npo .clients .owl-carousel .owl-nav button.owl-prev {
  background-color: #28af6d;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 37%;
  left: -60px;
}

.edu_npo .clients .card {
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.edu_npo .clients .card img {
  height: 60px;
  object-fit: contain;
}

.edu_npo .clients ul {
  border: none;
  justify-content: center;
}

.edu_npo .clients ul li button {
  border: none;
  color: #6b6b6b;
  font-size: 23px;
  font-family: "Poppins", sans-serif;
  padding: 0;
  padding-bottom: 5px;
  margin: 0 20px;
}

.edu_npo .clients ul li button.active {
  color: #000;
  font-weight: 700;
  border-bottom: 3px solid #28af6d;
}

.edu_npo .testimonial {
  background-color: #151617;
  background-image: url("../images-new/talk2.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 48%;
}

.edu_npo .testimonial h2 {
  font-size: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.edu_npo .testimonial p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

.edu_npo .testimonial img {
  background-color: #fff;
  height: 280px;
  object-fit: contain;
  border-radius: 25px 0 25px 0;
  margin-top: 60px;
}

.edu_npo .testimonial h3 {
  font-size: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.edu_npo .testimonial small {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.edu_npo .clients {
  background-color: #fff;
}

 .edu_npo .special_price{padding: 70px 0;text-align: center;color: #404040;}
 .edu_npo .special_price h2{font-size: 40px;font-weight: 400; color: #FBD258;    line-height: 53px;}
 .edu_npo .price__row{padding-top: 30px;}
 .edu_npo .special_price h2 span{color:#32B675; }
 .edu_npo .special_price p{font-size: 18px;font-weight: 400;line-height: 30px;}
 .edu_npo .special__desc{ width: 100%;max-width: 525px;background-color: #F6F1E0;margin: -2px auto;  min-height: 257px;padding: 30px 33px 0 33px;text-align: left;}
 .edu_npo .special__desc h4{font-size: 28px;color:#32B675;line-height: 40px;font-weight: 600;}
 .edu_npo .special__desc a button {
  font-size: 14px;
  background-color: #28af6d;
  color: #fff;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  height: 45px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;}
.edu_npo .dotts {
    border-bottom: 1px dashed #C4BDA8;
    padding: 18px 0 0 0;
}
.edu_npo .special__desc h5 {
    padding-top: 29px;
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
}
.edu_npo .special_price p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.mobile_img {
    display: none;
}
/*ai banner button*/

.ai-banner-button .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ai-banner-button .toolbar {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
/*    width: 100%;*/
/*    max-width: 800px;*/
    margin-top: -30px;
    height: 55px;
    position: relative; /* Default position */
    transition: position 0.3s, top 0.3s; /* Smooth transition */
    z-index: 9999;
    transition: top 0.7s ease-in-out, background-color 0.7s ease;
}
.ai-banner-button .toolbar.sticky {
    position: fixed;
    top: 174px;
    z-index: 1000;
/*    width: 48.4%;*/
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-left: -21.3rem;
    max-width: 657px;
}
.ai-banner-button .toolbar.sticky .item {
    padding: 20px 45px;
}
.ai-banner-button .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 45px;
    border-right: 1px solid #e0e0e0;
    flex: 1;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s, color 0.3s;
}

.ai-banner-button .item:hover {
    background-color: #fff;
    color: #ffffff;
}

.ai-banner-button .item:last-child {
    border-right: none;
}

.ai-banner-button .item img {
   /* width: 24px;
    height: 24px;*/ 
    margin-right: 10px;
}

.ai-banner-button .item span {
    font-size: 14px;
    color: #333333;
}

.ai-banner-button .item.ai {
    height: 55px;
    background-color: #28AF6D;
    color: #ffffff;
    border-radius: 60px;
    border-right: unset;
}


.ai-banner-button .item.ai:hover {
    background-color: #28AF6D;
    color: #ffffff;
}

.ai-banner-button .item.ai span {
    color: #ffffff;
}



/*powerful-planning button button*/

.powerful-planning-banner-button .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.powerful-planning-banner-button .toolbar {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
/*    max-width: 800px;*/
    margin-top: -85px;
    height: 55px;
    position: relative;
    z-index: 10;
}

.powerful-planning-banner-button .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 45px;
/*    border-right: 1px solid #e0e0e0;*/
    flex: 1;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s, color 0.3s;
}

.powerful-planning-banner-button .item:hover {
    background-color: #fff;
    color: #ffffff;
}

.powerful-planning-banner-button .item:last-child {
    border-right: none;
}

.powerful-planning-banner-button .item img {
   /* width: 24px;
    height: 24px;*/ 
    margin-right: 10px;
}

.powerful-planning-banner-button .item span {
    font-size: 14px;
    color: #333333;
}

.powerful-planning-banner-button .item.ai {
    height: 55px;
    background-color: #28AF6D;
    color: #ffffff;
    border-radius: 60px;
    border-right: unset;
}

.powerful-planning-banner-button .item.ai:hover {
    background-color: #28AF6D;
    color: #ffffff;
}
.powerful-planning-banner-button .item.ai img{
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    width: 30px;
    height: 30px;
    object-position: left;
    object-fit: contain;
}

.powerful-planning-banner-button .item.ai span {
    color: #ffffff;
}




/* Responsive  */

@media (max-width: 575.98px) {
  .project_mgmt .accordion-item .accordion-button h3{
    margin-top: 9px;
    margin-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:600 ;
  }
  .project_mgmt .accordion-item .accordion-button{
    background-color: #fff;
    border-radius: 0;
    border-top:3px solid #E4E6EC;
  }
  .accordion-button:not(.collapsed){
    border-top:3px solid #28AF6D !important;
  }
  .project_mgmt .accordion-item{
    border: none;
  }

  .project_mgmt .accordion-body .card{
    border-radius: 8px;
    background-color: #F3F4F8;
    border: none;
  }
  .project_mgmt .accordion-body .card img{
    height:205px;
  }
  .project_mgmt .accordion-body .card h2{
    font-size: 20px;
  }
  .project_mgmt .accordion-body .card p{
    font-size: 14px;
  }
  .project_mgmt h2{
    font-size: 24px;

  }
  .project_mgmt .accordion-item:first-of-type .accordion-button img{
    height:32px;
    object-fit: contain;
  }
  .gantter_home .head-top h2 {
    margin-left: 0;
    font-size: 10px;
  }
  .gantter_home .head-top ul {  
    right: 0;
  }
  /*#top-header a {
    font-size: 9px !important;
    padding: 3px;
  }*/
  #top-header .container .header-new{
    margin-top: -10px !important;
    margin-left: 9px !important;
  }
  .gantter_home .navbar{
    padding: 0 0px 5px !important;
  }
  .mobile_menu_bar:before, .et_toggle_slide_menu:after {
    left: unset;
    top: 9px;
    right: -35px;
  }
  .community .stats .line {
    display: none;
  }
  .footer-bot .d-flex {
    display: block !important;
  }
  .community_banner .banner-text h1 {
    font-size: 25px;
    line-height: 45px;
  }
  .community_banner .banner-text p {
    font-size: 13px;
    line-height: 19px;
  }
  .community .stats h2 {
    font-size: 25px;
  }
  .community .activity h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .community .activity h3 {
    font-size: 40px;
  }
  .community .activity {
    background-size: 100% 100%;
  }
  .community .help img {
    height: 290px;
  }
  .community .help .text {
    height: fit-content;
    padding: 20px 0;
  }
  .community .help h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .community .help a button {
    font-size: 12px;
    height: 35px;
    width: 115px;
    margin-top: 10px;
  }
  .community .help {
    height: fit-content;
  }
  .spotlight h2 {
    font-size: 25px;
    line-height: 15px;
  }
  .spotlight p {
    font-size: 14px;
    line-height: 19px;
    width: 90%;
    margin: 20px auto 20px;
  }
  .spotlight .card img {
    height: 250px;
    border-radius: 25px;
  }
  .spotlight .card h4 {
    font-size: 14px;
    line-height: 23px;
  }
  .spotlight .card {
    height: fit-content;
  }
  .spotlight .card h3 {
    font-size: 18px;
  }
  .spotlight .card small {
    font-size: 10px;
  }
  .spotlight .owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    right: 5px;
    top: 44%;
  }
  .spotlight .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    left: 5px;
    top: 44%;
  }
  .spotlight .owl-carousel .owl-nav button.owl-next span {
    font-size: 36px !important;
  }
  .spotlight .owl-carousel .owl-nav button.owl-prev span {
    font-size: 36px !important;
    margin-left: -2px;
  }
  .gantter_home .talk_expert h2 {
    font-size: 25px;
  }
  .gantter_home .talk_expert p {
    width: 90%;
    margin: 0 auto 15px;
    font-size: 13px;
    line-height: 22px;
  }
  .gantter_home .talk_expert a button {
    font-size: 13px;
    height: 35px;
    width: 170px;
  }
  .gantter_home .more p {
    width: 90%;
    margin: 0 auto 15px;
    font-size: 13px;
    line-height: 22px;
  }
  .gantter_home .more a button {
    font-size: 13px;
    height: 35px;
    width: 170px;
  }
  .edu_npo_banner .banner-text h1 {
    font-size: 25px;
    line-height: 32px;
  }
  .edu_npo_banner .banner-text a button {
    font-size: 13px;
    height: 40px;
    margin: 20px auto 0;
  }
  .wide100 {
    width: 100% !important;
  }
  .edu_npo .two_cards .card {
    margin-bottom: 20px;
  }
  .edu_npo .two_cards p {
    font-size: 14px;
  }
  .edu_npo .two_cards a button {
    font-size: 13px;
    height: 35px;
    width: 170px;
    margin: 20px auto 10px;
  }
  .edu_npo .clients ul li button {
    margin: 0 5px 10px;
    font-size: 15px;
  }
  .edu_npo .clients .card {
    margin-bottom: 20px;
    height: 90px;
  }
  .edu_npo .clients .border {
    border: none !important;
  }
  .edu_npo .clients .card img {
    height: 45px;
    width: 90%;
  }
  .edu_npo .testimonial img {
    height: 170px;
    margin-top: 0px;
  }
  .edu_npo .testimonial h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .edu_npo .testimonial p {
    font-size: 14px;
    line-height: 23px;
  }
  .edu_npo .testimonial h3 {
    font-size: 18px;
  }
  .edu_npo .clients .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
   .edu_npo .prices_sec:nth-child(1) {
      padding-bottom: 30px;
  }
  .edu_npo_banner .banner-text {
    position: absolute;
    right: 0;
    bottom: 10rem;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* right: 95px; */
  } 
  .edu_npo_banner .banner-text .edu-npo-btn {
    background-color: #32b675 !important;
    border: none;
    font-size: 15px !important;
    padding: 10px 1em 10px 1em;
    font-weight: 500 !important;
    line-height: 1.7em !important;
    margin-top: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) and (max-width: 1919px){

  
.edu_npo_banner .banner-text {
  position: absolute;
  right: 0;
  bottom: 11rem;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  right: 50px;
}
.community_banner .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20rem;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.gantter_home .banner .banner-text1 {
    bottom: 10rem !important;
}
.pricing_page .banner .banner-text {
    bottom: 18rem !important;
}
.reseller_banner {
    display: inline-block;
    width: 100%;
    background-size: 100%;
    position: relative;
    /* margin-top: 170px; */
    overflow: hidden;
    height: 38.5rem;
}
.rs_ban {
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 30px;
    margin-top: 3rem;
}
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .green_bg .container .ai-playicon img {
    position: absolute;
    color: white;
    border: none;
    cursor: pointer;
    animation: zoomInOut 0.7s infinite;
    margin-left: 13rem;
    margin-top: 7.5rem;
    z-index: 9;
    }
  .black_bg .container .ai-playicon img {
    position: absolute;
    color: white;
    border: none;
    cursor: pointer;
    animation: zoomInOut 0.7s infinite;
    margin-left: 13rem;
    margin-top: 7.5rem;
    z-index: 9;
  }
  .edu_npo_banner .banner-text {
  position: absolute;
  left: -30rem;
  right: 0;
  bottom: 27rem;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.community_banner .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38rem;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.gantter_home .banner .banner-text1 {
    bottom: 24rem !important;
}
.pricing_page .banner .banner-text {
    bottom: 18rem !important;
}
.reseller_banner {
    display: inline-block;
    width: 100%;
    background-size: 100%;
    position: relative;
    /* margin-top: 170px; */
    overflow: hidden;
    height: 60rem;
}
.rs_ban {
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 30px;
    height: 0rem;
}
}


nav.navbar #et-top-navigation #top-menu #menu-item-27136 {
    margin-left: 10rem;
}
nav.navbar #et-top-navigation #top-menu {
    margin-left: 6rem;
}


/*Video css*/

    

#video-hero-homepage {
    position: relative;
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 56%;
    left: 73%;
    transform: translate(-50%, -50%);
    background-color: rgb(75 67 67 / 70%);
    border: none;
    color: #d31616;
    font-size: 24px;
    padding: 0px 0px;
    cursor: pointer;
    border-radius: 63%;
}
.gantter_home .love_google .main-img .play-button img {
    height: 40px;
    object-fit: contain;
}

.modal video {
    width: 100%;
    height: auto;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
     padding: 0rem; 
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
/*    background-color: #fff;*/
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, .2); */
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 993px) {
    body .modal.videoModal .modal-dialog {
        max-width: 65% !important;
        margin-top: 9rem !important;
    }
}
@media (max-width: 575.98px) {
  .play-button {
    position: absolute;
    top: 79%;
    left: 48%;
    transform: translate(-50%, -50%);
    background-color: rgb(75 67 67 / 70%);
    border: none;
    color: #d31616;
    font-size: 24px;
    padding: 0px 0px;
    cursor: pointer;
    border-radius: 63%;
  }
  .gantter_home .love_google .main-img .play-button img {
      height: 40px;
      object-fit: contain;
  }
}



/*google page video css*/

.product_overview .project_mgmt .tab-content #video-hero-homepage {
    height: 300px;
    object-fit: cover;
    margin: 35px -20px 30px -20px;
    border-radius: 10px;
    width: 100%;
    z-index: 10;
}
.product_overview .project_mgmt .tab-content .play-button-google {
    position: absolute;
    top: 47%;
    left: 75%;
    transform: translate(-50%, -50%);
    background-color: rgb(74 66 66 / 0%);
    border: none;
    color: #d31616;
    font-size: 24px;
    padding: 0px 0px;
    cursor: pointer;
    border-radius: 63%;
    z-index: 10;
}
.product_overview .project_mgmt .tab-content .play-button-google img {
    height: 100px;
    object-fit: contain;
}


@media (max-width: 575.98px) {
  .product_overview .project_mgmt .tab-content .play-button-google {
    position: absolute;
    top: 79%;
    left: 48%;
    transform: translate(-50%, -50%);
    background-color: rgb(74 66 66 / 0%);
    border: none;
    color: #d31616;
    font-size: 24px;
    padding: 0px 0px;
    cursor: pointer;
    border-radius: 63%;
  }
  .product_overview .project_mgmt .tab-content .play-button-google img {
      height: 40px;
      object-fit: contain;
  }
}

/*truly_powerful css video*/

.product_overview .truly_powerful #video-hero-homepage {
    height: 300px;
    object-fit: cover;
    margin: 30px 0px;
    border-radius: 10px;
    width: 100%;
}

.product_overview .truly_powerful .play-button-google {
    position: absolute;
    top: 49%;
    left: 73%;
    transform: translate(-50%, -50%);
    background-color: rgb(74 66 66 / 48%);
    border: none;
    color: #d31616;
    font-size: 24px;
    padding: 0px 0px;
    cursor: pointer;
    border-radius: 63%;
}
  .product_overview .truly_powerful .play-button-google img {
    height: 40px;
    object-fit: contain;
}
@media (max-width: 575.98px) {
  .product_overview .truly_powerful #video-hero-homepage {
    height: 300px;
    object-fit: cover;
    margin: 30px 10px;
    border-radius: 10px;
    width: 100%;
  }
  .product_overview .truly_powerful .play-button-google {
    position: absolute;
    top: 58%;
    left: 52%;
    transform: translate(-50%, -50%);
    background-color: rgb(74 66 66 / 48%);
    border: none;
    color: #d31616;
    font-size: 24px;
    padding: 0px 0px;
    cursor: pointer;
    border-radius: 63%;
  }
  .product_overview .project_mgmt .tab-content .play-button-google img {
      height: 40px;
      object-fit: contain;
  }
}


/*/home page section change css/top scroll button css*/

.main-img {
    margin-bottom: -2px;
}
#wpfront-scroll-top-container {
    z-index: 999999!important;
}


.nav li ul {
    width: 240px!important;
    margin-top: 20px;
    margin-left: 11px;
}
#top-menu li li a {
    width: 200px!important;
    margin-top: 15px!important;
}

@media only screen and (min-width: 920px) {
    #top-menu>li>.sub-menu>li>a {
        line-height: 10px!important;
    }
}

footer .support{
  text-align: center; 
  /*margin-left: 116px;
  margin-top: -30px;*/
}




/* AI Banner  */

.ai_page .ai-banner .banner-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}


.ai_page .ai-banner .banner-text img {
  object-fit: contain;
  height: auto;
  vertical-align: middle !important;
}

.ai_page .ai-banner .banner-text h1 {
  font-size: 40px;
  color: #fbd258;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 40px;
}

.ai_page .ai-banner .banner-text h6 {
  font-size: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.ai_page .ai-banner .banner-text p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-top: 25px;
}

.ai_page .talk_expert h2 {
  font-size: 48px;
  color: #151617;
  font-weight: 600;
}

.ai_page .talk_expert p {
  font-size: 14px;
  line-height: 25px;
  color: #0d171b;
}

.ai_page .talk_expert a button {
  background-color: #28af6d;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  height: 48px;
  width: 185px;
}

.ai_page .black_bg {
  background-color: #2a2a2a;
}

.ai_page .black_bg video,
.ai_page .green_bg video {
/*  height: 370px;*/
  margin-left: 3rem;
  margin-top: 1rem;
}

.ai_page .black_bg .text,
.ai_page .green_bg .text,
.ai_page .project_mgmt .text {
  height: 370px;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
}

.ai_page .project_mgmt h2 {
  font-size: 30px;
  line-height: 40px;
  color: #151617;
  font-weight: 700;
}

.ai_page .project_mgmt p {
  font-size: 14px;
  line-height: 22px;
  color: #151617;
  margin-top: 15px;
}

.ai_page .black_bg h2,
.ai_page .green_bg h2 {
  font-size: 38px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
}

.ai_page .black_bg p,
.ai_page .green_bg p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-top: 15px;
  font-weight: 300;
}
.ai_page .green_bg {
  background-color: #28af6d;
}

.ai_page .bg {
  position: absolute;
  margin-top: -312px;
  z-index: 1;
}

/* Responsive  */

@media (max-width: 575.98px) {
  .main-img video {
      height: 58vh;
/*      object-fit: cover;*/
  }
  .ai_page .ai-banner .main-img img {
    width: 100%;
    height: 98vh;
    object-fit: cover;
}
  .ai_page .bg img {
    width: 100% !important;
  }
  .ai_page .black_bg .text,
  .ai_page .green_bg .text,
  .ai_page .project_mgmt .text {
    height: fit-content;
  }
  .ai_page .black_bg h2,
  .ai_page .green_bg h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .ai_page .talk_expert h2 {
    font-size: 30px;
  }
  .ai_page .talk_expert p {
    width: 90%;
    margin: 5px auto 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .footer-bot p a {
    font-size: 9px;
    margin: 0 5px;
  }
}

@media (max-width: 490px){
    .spotlight .black-bg .left{
        display: none;
    position:absolute;
    top:80px;
    left:6px
}
.spotlight .black-bg .right{
    display: none;
    position:absolute;
    top:80px;
    right:214px;
}
    .spotlight .card {
    background-color: #303030;
    border-radius: 0px;
    height: 390px;
    border: none;
    width: 100%;
    padding: 20px;
    }
.spotlight .card img {
    height: 100px;
    border-radius: 0px;
    margin-left: 0;
    margin-top: 0px;
    }
    .spotlight .card h4 {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
    .spotlight .card h3 {
    font-size: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.spotlight .owl-carousel .owl-nav button.owl-prev {
    background-color: #3e3e3e;
    background-image: url(/wp-content/uploads/2024/07/left-sportlight.png);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: -9px;
}
.spotlight .owl-carousel .owl-nav button.owl-next {
    background-color: #3e3e3e;
    background-image: url(/wp-content/uploads/2024/07/right-sportlight.png);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: -9px;
    top: 40%;
}
    .spotlight .card small {
    font-size: 14px;
    color: #8A8A8A;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}
  .spotlight .black-bg .left {
    position: absolute;
    top: 26px;
    left: 6px;
    }
    .spotlight .black-bg .right {
    position: absolute;
    top: 28px;
    right: 5px;
    }
}

.around_world .gantter_aroundworld .right iframe {
    float: inherit;
    width: 100%;
    min-height: 540px;
    background: #151617;
}

@media (max-width: 490px){
  .gantter_home .banner .main-img img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
  }
  .gantter_home .more .one img {
      margin-top: 40px;
  }
  #pp_scroll5 {
      display: none;
  }
  .line_scroll {
      display: none;
  }
  .pp_section12 .more {
    margin-top: -43px;
  }
  .pricing_page .banner .banner-text {
    bottom: 330px !important;
  }
  .more .one {
      text-align: center;
  }
  .product_overview .project_mgmt .tab-content #video-hero-homepage {
    margin: 30px 0px;
  }
  .pricing_page .monthly_yearly .nav-tabs {
    margin: -47px auto;
  }
  .pricing_page .monthly_yearly .tab-content {
    margin-top: 87px;
  }
  .blog-header-area .blog-header-content a.subcribe-btn {
    font-size: 17px !important;
}
  footer .flogos {
  padding-top: 0px;
  padding-left: 10px;
  }
    footer .support {
    margin-left: 0px;
    margin-top: 9px;
    text-align: left;
    margin-bottom: 40px;
  }
  footer .flogos img {
    margin-right: 300px;
    height: 80px;
    /* transition: transform .2s; */
  }
    .gantter_aroundworld .right iframe {
      min-height: 356px !important;
  }

  .community_banner .main-img img {
    width: 100%;
    height: 47rem;
    object-fit: cover;
  }
  .gantter_home .banner .main-img img {
      width: 100%;
      height: 62vh;
      object-fit: cover;
  }
  .pricing_page .monthly_yearly .tab-content .tab-pane .card .white-card {
        height: 520px;
  }
  .edu_npo_banner .main-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
  }
      .pricing_page .monthly_yearly .tab-content .tab-pane .card .white-card img {
        height: 55px;
    }
    .pricing_page .monthly_yearly .tab-content .tab-pane .card .white-card h3 {
        font-size: 35px;
    }
    .pricing_page .monthly_yearly .tab-content .tab-pane .card .white-card hr {
    border-top: 2px solid #E8E8E8;
    opacity: 1;
    margin-bottom: 17px;
  }
      .pricing_page .monthly_yearly .tab-content .tab-pane .card .white-card a button {
        font-size: 13px;
        height: 35px;
        width: 285px;
        margin-top: 15px;
    }
  .rev-gap {
      margin-top: -30px;
  }
}
