/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600;700&display=swap');*/
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');*/

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

* {box-sizing: border-box;}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

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

.total-no-result
{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}

.heading_h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  /* font-size: 64px; */
  font-size: 41px !important;
  line-height: 120%;
  color: #FFFFFF;
}

/* Header Section */
.navigation {
  background: #050505;
  padding: 14px 40px;
  position: relative;
  z-index: 99999;
}

@media (max-width: 768px) {
	.newstxt iframe {
		height: 300px;
	}	
}

.header_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_content nav {
  margin-left: auto;
}

.brand {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.header_content .brand a, .brand a {
  color: #fff;
  text-decoration: none;
}


.header_content nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_content nav ul li {
  display: inline-block;
  padding-right: 100px;
}
.header_content nav ul li:nth-child(5) {
  padding-right: 25px;
}

.header_content nav ul li:nth-child(6) {
  padding-right: 32px;
}
.header_content nav ul li:nth-child(7) {
  padding-right: 32px;
}

.header_content nav .nav-list li a {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  color: #FFFFFF;
  transition: 0.5s;
}

.header_content nav .nav-list li .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0rem 1rem 2rem;
}

.modal-header {
  border-bottom: 0px;
  padding: 1rem 1rem 0.5rem;
}
.modal-body input.form-control {
  padding: 10px;
}


.header_content nav .nav-list li a:hover {
  color: #F0C700;
}

.header_content .sub-menu {
  display: flex;
  justify-content: start;
  width: 75%;
  margin-left: auto;
}

.header_content .sub-menu ul {
  margin: 0px 65px;
}

.header_content .sub-menu ul li {
  padding: 0 !important;
  display: block;
}

.header_content .sub-menu ul h6 {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 16px;
  opacity: 0;
  text-transform: uppercase;
  opacity: 1;
}

.header_content .sub-menu ul:first-child h6 {
  opacity: 1;
}

.sub-menu ul:nth-child(2) h6, .sub-menu ul:nth-child(3) h6 {
  height: 25px;
}

.header_content .sub-menu ul li a {
  padding: 0px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
}

.header_content .sub-menu ul li strong {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin-top: 8px;
  text-transform: uppercase;
}

.header_content .nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 75px;
  background: #050505;
  padding: 45px 0px;
}
/* Mobile navigation */

.menu-toggle {
  color: #FFF;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 22px;
  background: #fff;
  position: relative;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -8px;
  width: 28px;
}
#nav-toggle span:after {
  bottom: -5px;
  width: 16px;
}
#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.language {
  display: flex;
  align-items: center;
}

.language span img {
  margin-right: 10px;
}

.language .dropdown button {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  padding: 0;
}

.language .dropdown button:focus { 
  box-shadow: 0 0 0 0;
}

.language .dropdown span {
  margin-right: 10px !important;
}

.language .dropdown .dropdown-menu .dropdown-item {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #122347;
}

.language .dropdown .dropdown-menu .dropdown-item img {
  margin-right: 10px;
}

.navigation.is-sticky {
  width: 100%;
  position: fixed;
  top: 0;
  animation: slideDown 0.35s ease-out;
  z-index: 99999999;
  opacity: 1;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Banner Section */

.banner {
  width: 100%;
  background: #06273D;
  position: relative;
  overflow: hidden;
  height: 630px;
}

.banner_bg {
  width: 100%;
  text-align: end;
  height: 630px;
}
.banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text {
  /* padding-top: 181px; */
  padding-top: 80px;
  padding-right: 40px;
  max-width: 74%;
  margin-left: auto;
}

.banner-text h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.banner-text p{
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #F0C700;
  width: 75%;
}

.banner-text .contact_btn {
  width: 255px;
}

.contact_btn {
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  background: #0098FF;
  border-radius: 32px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  transition: 0.5s;
  margin-top: 72px;
  height: 59px;
}
a.header_contact_btn {
  display: inline-block;
  padding: 10px 50px;
  text-align: center;
  background: #0098FF;
  border-radius: 32px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  transition: 0.5s;
  margin-top: 72px;
  height: 47px;
}
.edsby .lms_btn {
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  background: #0098FF;
  border-radius: 32px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  transition: 0.5s;
  margin-top: 72px;
  width: 255px !important;
  height: 56px !important;
}
.banner_btn {
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  background: #0098FF;
  border-radius: 32px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  transition: 0.5s;
  /* margin-top: 72px; */
  margin-top: 50px;
  height: 56px;
}

.header_content nav .nav-list li .contact_btn:hover {
  color: #06273D;
}

.contact_btn:hover {
  color: #06273D;
  background: #F0C700;
}

ul.banner_list {
  /* margin-top: 190px; */
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  width: 90%;
}

ul.banner_list li {
  display: inline-block;
  text-align: center;
  border-top: 2px solid #1075B9;
  padding-top: 14px;
  margin: 0 5px;
  width: 33.33%;
}

ul.banner_list li h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #C8E7FF;
}

ul.banner_list li p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0098FF;
  width: 100%;
}

/* An LMS Section */

.an_lms {
  width: 100%;
  padding: 241px 0px;
}

.lms_text {
  margin-top: 30px;
}

.lms_img img {
  width: 85%;
}

.lms_text h2 {
  color: #06273D;
  width: 80%;
  margin-bottom: 47px;
}

.lms_text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #06273D;
}

.lms_text li {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #06273D;
  margin-top: 20px;
  position: relative;
  padding-left: 27px;
}

.lms_text li::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0098FF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.lms_text li:first-child {
  margin-top: 40px;
}

.edsby {
  display: block;
  align-items: center;
  margin-top: 65px;
}

.edsby a:first-child {
  margin-right: 36px;
}
a:focus {
  outline: none !important;
}
/* Solutions Section */

.solutions {
  width: 100%;
  background: #06273D;
  padding: 56px 0px 75px;
}

.solutions_box {
  margin-top: 40px;
  position: relative;
}

.vector_img img {
  width: 100%;
}

.solutions_text {
  position: absolute;
  bottom: 28px;
  left: 56px;
}

.solutions_text h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 22px;
}

.solutions_text .learnmore_btn {
  background: #0098FF;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 12px 38px 14px;
  border-radius: 30px;
  transition: 0.5s;
  display: inline-block;
}

.solutions_text .learnmore_btn:hover {
  background: #F0C700;
  color: #0098FF;
}

.heading_text h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #FFFFFF;
  margin-top: 113px;
  margin-bottom: 36px;
}

.addressing_box {
  width: 100%;
  height: 90px;
  background: #F0C700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.addressing_box::after {
  content: '';
  background-image: url(../png/path.png);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
}

.addressing_box li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  color: #06273D;
  align-items: center;
}

.addressing_box:hover {
  background: #1075B9;
}

.addressing_box:hover li {
  transition: 0.5s;
  color: #fff;
}

.addressing_box li span {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 2px solid #1075B9;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.addressing_box li span svg {
  font-size: 12px;
  color: #1075B9;
  transition: 0.5s;
}

.addressing_box:hover li span {
  border-color: #fff;
}

.addressing_box:hover li span svg {
  color: #fff;
}

/* Education Data Section */

#education_data_text h2 {
  margin-bottom: 15px;
}

#education_data_text li::after {
  background: #F0C700;
}

#education_data_text .edsby .contact_btn {
  background: #F0C700;
  color: #06273D;
}

#education_data_text .edsby .contact_btn:hover {
  background: #06273D;
  color: #FFF;
}

/* Management Section */

.management {
  width: 100%;
  background: #06273D;
  position: relative;
  overflow: hidden;
  height: 860px;
  display: flex;
  align-items: center;
}

.management::after {
  content: '';
  width: 50%;
  height: 100%;
  background: #F0C700;
  position: absolute;
  top: 0;
  right: 0;
}

.management_text h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 54px;
  color: #FFFFFF;
  width: 59%;
}

.management_text h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 165px;
  color: #F0C700;
  margin-top: 7px;
}

.management_text {
  position: relative;
  z-index: 1;

}

.management_list {
  margin-bottom: 36px;
  padding-left: 162px;
}

.management_list h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 2px;
}

.management_list p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #06273D;
}

.management_list p span {
  color: #FFF;
}

.management_text .awards {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #1075B9;
  padding-top: 70px;
  display: block;
  padding-left: 162px;
}

/* Trusted by Section */

.page-id-37 .trusted{
  margin: 66px  0px 0px !important;
}

.trusted {
  width: 100%;
  margin: 66px  0px 139px;
}

.trust_text {
  margin-bottom: 51px;
  text-align: center;
}

.trust_text h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #06273D;
}

.trusted_img {
  padding: 0 20px;
}

/* News & Articles Section */

.news_articles {
  width: 100%;
  background: #06273D;
  padding: 65px 0px 34px;
}

.news_box {
/*    height: 710px;*/
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.news_box_yellow {
  padding-bottom: 0px;
}

.article_title {
  margin-bottom: 53px;
}

#policies {
  background: #0C98CB;
  width: 100%;
}
div#policies1 {
  background: #f0c700;
  width: 100%;
}
div#policies1 h6 {
  color: #06273D;
}

.camera_icon {
  width: 100%;
  /* height: 264px;
  background: #FF824D; */
  display: flex;
  align-items: center;
  justify-content: center;
}
div#news_two_img {
  position: relative;
  bottom: 0;
}
div#news_two_img img {
  position: relative;
  width: 696px;
}


.article_text {
  padding: 50px 50px 0px;
}

.article_text h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.article_text p {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  width: 90%;
}

.news_list_item {
/*  margin-top: 132px;*/
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_list_item li {
  display: inline-block;
}

.news_list_item li a {
  background: #1075B9;
  padding: 10px 15px;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  border-radius: 30px;
  display: inline-block;
}

#integration {
  width: 100%;
  background: #F0C700;
}

#integration .article_text h6 {
  color: #06273D;
}

#integration .camera_icon {
  position: absolute;
  bottom: 0;
}

#integration .news_list_item {
  margin-top: 88px;
}

.announce_box {
  width: 100%;
  background: #0098FF;
  padding: 28px 30px;
}

.announce_box p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #06273D;
}

.announce_box .news_list_item {
  margin-top: 12px;
}

#announce_1{
  background: #FF824D;
}
#announce_1 .news_list_item li a {
  background: #C64F1C;
}


#announce_2 {
  background: #0C98CB;
  margin-top: 20px;
}

#announce_2 p {
  color: #fff;
}

#announce_3 {
  background: #F0C700;
  margin-top: 20px;
}

.articles_btn a {
  background: #F0C700;
  padding: 18px 55px 19px;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #06273D;
  display: inline-block;
  margin-top: 80px;
  border-radius: 30px;
  transition: 0.5s;
  height: 56px;
}

.articles_btn a:hover {
  background: #0098FF;
  color: #FFF;
}

/* Testimonials Section */

.testimonials {
  width: 100%;
  margin-top: 112px;
}


.testimonial_box {
  display: flex;
  align-items: center;
  height: 690px;
}
a{
  color: #0098ff;
}
a:hover{
  color: inherit;
}
#testimonials .owl-stage {
  display: flex;
  align-items: center;
}

#testimonials .owl-item.active.center .testimonial_box {
  height: 690px;
}

#testimonials .owl-item .testimonial_box {
  height: 492px !important;
}

.testimonial_img {
  width: 50%;
  background: #F0C700;
  padding: 62px 90px 62px 102px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial_img::after {
  content: '';
  /* width: 130px;
  height: 130px; */
  width: 100px;
  height: 100px;
  position: absolute;
  /* top: 15%;
  right: 12%; */
  top: 17%;
  right: 20%;
  background-image: url(../png/quoteup.png);
  background-repeat: no-repeat;
  z-index: 999;
  background-size: cover;
}
.testimonial_img::before {
  content: '';
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: 40%;
  /* left: 16.5%; */
  left: 22.5%;
  background-image: url(../png/quoteup1.png);
  background-repeat: no-repeat;
  z-index: 999;
}
#testimonials .testimonial_img img {
  display: block;
  /* width: 80%; */
  width: 63%;
  margin: auto;
  position: relative;
  z-index: 555;
  border-radius: 192px 192px 192px 269px;
}

.testimonial-qoute {
  position: absolute;
  bottom: 6%;
  left: 10%;
  z-index: 0;
  width: 50%;
}

#testimonials .testimonial-qoute img {
  /* width: 100%; */
  width: 63%;
  border-radius: 0px;
}

.testimonial_text {
  width: 50%;
  background: #06273D;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_text {
  max-width: 431px;
}

.testimonial_text h4 {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.testimonial_text p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 100;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
}

.testimonial_text strong {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #F0C700;
  padding: 12px 0px 5px;
  display: block;
}

#testimonials .owl-stage-outer {
  margin-bottom: 30px;
}

#testimonials .owl-dots {
  text-align: center;
  padding-bottom: 12px;
}

#testimonials button.owl-dot {
  width: 20px;
  height: 20px;
  background: #CFCFCF;
  margin: 0px 7px;
  position: relative;
  z-index: 1;
}

#testimonials button.owl-dot.active {
  background: #0098FF;
}

#testimonials .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 550px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

#testimonials .owl-nav .owl-prev, #testimonials .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #CFCFCF;
  font-size: 20px;
  color: #FFF;
}

#testimonials .owl-nav .owl-prev:hover, #testimonials .owl-nav .owl-next:hover {
  background: #0098FF;
}

div#testimonials {
  margin-bottom: 56px;
}


/* We Help Section */

.we_help {
  width: 100%;
  background: #06273D;
  margin-top: -5px;
}

.we_help_text {
  /* margin-top: 171px; */
  width: 50%;
  margin-left: 8%;
}

.we_help_text h2 {
  margin-bottom: 40px;
}

/* Footer Section */

.footer {
  width: 100%;
  background: #050505;
}

.footer_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 68px 0px 90px;
  flex-wrap: wrap;
}

.footer_box {
  width: 20%;
}

.footer_list_item h6 {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #0098FF;
  margin-bottom: 40px;
}

.footer_list_item ul li {
  margin-bottom: 13px;
}

.footer_list_item ul li a {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  transition: 0.5s;
}

.footer_list_item ul li a:hover {
  color: #F0C700;
}

#social_icon ul li {
  display: inline-block;
  margin-right: 12px;
}

#social_icon ul li a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 3px solid #0098FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0098FF;
  transition: 0.5s;
}

#social_icon ul li a:hover {
  border-color: #F0C700;
  color: #F0C700;
}

#social_icon p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #637682;
  margin-top: 14px;
}

.copiright {
  width: 100%;
  background: #06273D;
  padding: 10px;
  text-align: center;
}

.copiright p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #7AA7C4;
}

/* ---------------- ORG TYPE PAGE START -------------------*/
#region {
  width: 100%;
  padding: 100px 0px 100px;
  background: #06273D;
}
.region_text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  color: #F0C700;
  width: 90%;
}

.get_all_students {
  background: #FF824D;
  padding: 96px 0px;
}

.get_all_content {
  max-width: 756px;
  background: #FFFFFF;
  margin-left: auto;
  padding: 52px 75px 86px 60px;
}

.get_all_content h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  color: #06273D;
  margin-bottom: 33px;
}

.get_all_content h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #06273D;
  margin-bottom: 7px;
}
.get_all_content h5:first-child {
  margin-bottom: 11px;
}

.get_all_content p {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #06273D;
  margin-bottom: 30px;
}

.get-all-img {
  padding-left: 15px;
}

.get-all-img img {
  width: 95%;
}

.data_driven {
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgb(229, 231, 235, 0.5);
}

.page-id-37 .data_driven{
  padding-top: 66px;
}

.data_driven_title h2 {
  color: #06273D;
  max-width: 64%;
  margin: auto;
}

.data_driven_box {
  /* margin-top: 50px; */
  background: #FFFFFF;
  box-shadow: 0px 15.9755px 42.0408px rgba(0, 26, 47, 0.1);
  padding: 48px;
}

.data_driven_box h4 {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #06273D;
  margin: 8px 0px 34px;
}

.data_driven_box h6 {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #06273D;
  margin: 16px 0px;
}

.data_driven_box p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #06273D;
}

.architecture_section {
  width: 100%;
  background: #06273D;
}

#architecture {
  width: 75%;
  margin: auto;
  padding-left: 50px;
  padding-top: 95px;
  padding-bottom: 130px;
}

#architecture h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  color: #FFFFFF;
  width: 100%;
}

#architecture h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  color: #F0C700;
  margin: 30px 0px;
}

.consistency_box {
  background: #FFF;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.consistency_box li {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #06273D;
}

.consistency_box li svg {
  color: #0098FF;
  padding-right: 10px;
}

.consistency_box li a {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #06273D;
}
.consistency_box li a:hover {
  color: #F0C700;
}

#security {
  padding-left: 120px;
  background: #F0C700;
  display: flex;
  align-items: center;
}

#security .management_list p {
  padding-right: 80px;
}

#security h5 {
  color: #06273D;
  margin-bottom: 20px;
  width: 100%;
}
#security .management_list {
  padding: 0;
  padding-right: 50px;
}

#security .management_list h6 {
  font-size: 24px;
  margin-bottom: 20px;
}

.reduced {
  margin-top: 50px;
}


.popular_among {
  width: 100%;
  background: #FF824D;
  /* height: 526px; */
}

.popular_among_text {
  max-width: 80%;
  margin-left: auto;
  /* padding: 50px 70px 50px 0px; */
  padding: 35px 70px 36px 0px;
}

.popular_among_text h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #FFFFFF;
}

.portfolio {
  display: flex;
  margin-top: 24px;
}

.qoute_img {
  padding-right: 35px;
}

.portfolio_text {
  padding-right: 70px;
}

.portfolio_text h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.portfolio_text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
  padding-left: 20px;
  width: 80%;
}

.portfolio_text p::after {
  content: '';
  width: 6px;
  height: 44px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}

.popular_among_img {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.stories {
  background: #F3F4F5;
  padding: 102px 0px;
}

.stories_title h2 {
  color: #06273D;
  margin-bottom: 56px;
}

.stories_content {
  margin: 32px 0;
}

.stories_content h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 120%;
  color: #06273D;
}

.stories_content p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #06273D;
}

.stories_content a {
  padding: 10px 50px;
  background: #F0C700;
  border-radius: 32px;
  font-family: 'Hind Vadodara';
  font-style: normal;
/*   font-weight: 600; */
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF !important;
  display: inline-block;
  margin-top: 35px;
  transition: 0.5s;
}

.stories_content a:hover {
  background: #0098FF;
}

#Edsby_Stories .owl-stage-outer {
  margin-bottom: 40px;
}
@media (min-width:576px) and (max-width:1440px) {
	#Edsby_Stories {
		max-width: 90%;
    	margin: 0 auto;
	}
}

#Edsby_Stories .owl-dots {
  text-align: center;
  padding-bottom: 12px;
}

#Edsby_Stories button.owl-dot {
  width: 20px;
  height: 20px;
  background: #CFCFCF;
  margin: 0px 7px;
  position: relative;
  z-index: 1;
}

#Edsby_Stories button.owl-dot.active {
  background: #0098FF;
}

#Edsby_Stories .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

#Edsby_Stories .owl-nav .owl-prev, #Edsby_Stories .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #CFCFCF;
  font-size: 20px;
  color: #FFF;
}

#Edsby_Stories .owl-nav .owl-prev:hover, #Edsby_Stories .owl-nav .owl-next:hover {
  background: #0098FF;
}
/* ---------------- ORG TYPE PAGE END -------------------*/

/*------------------ Need based-Community Engagement page Start-------------- */

#platform_section {
  padding: 150px 0px;
}

#platform_content h2 {
  width: 100%;
  font-size: 64px;
}

.involvement {
  background: #06273D;
  padding: 150px 0px;
}

.involvement_title {
  max-width: 860px;
  margin: auto;
}

.involvement .involvement_title h2 {
  color: #fff;
  margin-bottom: 40px;
}

.involvement .involvement_title p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 70px;
}

.involvement_content {
  padding-right: 60px;
  margin-top: 50px;
}

.involvement_content h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 16px;
  padding-left: 30px;
}

.involvement_content h3::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0px;
  background: #0098FF;
  bottom: 0;
  margin: auto;
}

.involvement_content p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

#teachers p{
  font-size: 20px;
}
.mt-82 {
  margin-top: 82px;
}

#learning_progress {
  background: #fff;
}

#learning_progress .involvement_title h2 {
  color: #06273D;
}

#learning_progress .involvement_title p {
  color: #06273D;
}
#learning_progress .involvement_content h3 {
  color: #06273D;
  font-size: 30px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
}
.involvement_title h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  color: #06273D;
  margin-bottom: 70px;
}

#learning_progress .involvement_content h3::after {
  background: #F0C700;
}

#learning_progress .involvement_content p {
  color: #06273D;
}

#teachers .involvement_content h3::after {
  background: #FF824D;
}

#teachers .involvement_content p {
  font-size: 17px;
}

#your_community .involvement_content h3::after {
  background: #F0C700;
}
section#your_community p {
  font-size: 17px;
}
.you_could {
  width: 100%;
  padding: 150px 0px;
}

.could_box {
  width: 100%;
  background: #fff;
  filter: drop-shadow(0px 14.0673px 22.2115px rgba(0, 26, 47, 0.1));
}

.could_use {
  padding: 48px 0px;
  background: rgba(220, 103, 136, 0.08);
  border-bottom: 3px solid #B40000;
  text-align: center;
}

.could_use span {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid rgba(180, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 35px;
  color: #B40000;
}

.could_use h3 {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  color: #06273D;
  margin-top: 16px;
}

.could_content {
  width: 100%;
  padding: 48px;
}

.could_content ul li {
  list-style: inside;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #06273D;
  margin-bottom: 20px;
}

.could_content ul li strong {
    font-weight: 700;
}

.could_img {
  width: 100%;
  padding: 48px;
}

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

.could_img img {
  width: 50%;
}

#could_use2 {
  padding: 48px 0px;
  background: rgba(0, 150, 15, 0.06);
  border-bottom: 3px solid #00960F;
  text-align: center;
}

#could_use2 span {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid rgba(180, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 35px;
  color: #00960F;
}


/*------------------ Need based-Community Engagement page End-------------- */



/*------------------ Testimonials Page Start ---------- */

#against {
  background: #D2D2D2;
}

#against .involvement_title {
  margin: auto;
  max-width: 1250px;
}

#against .involvement_title h2 {
  color: #06273D;
}

#experiences {
  background: #fff;
}

/*------------------ Testimonials Page End ---------- */

/*------------------ Unison Page Start ---------- */

#Unison_section {
  padding: 256px 0px 102px;
}

#Unison_section .region_text img {
  margin-bottom: 24px;
}

#Unison_section .region_text h2 {
  margin-bottom: 24px;
}

#Unison_section .region_text p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  width: 31%;
  margin: auto;
  margin-bottom: 24px;
}

.unison_filters {
  background: #06273D;
  padding: 127px 0px 191px;
}

.unison_filters_text {
  max-width: 900px;
  margin: auto;
  text-align: center;
  margin-bottom: 48px;
}

.unison_filters_text h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 46px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.unison_filters_text p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

.unison_filters_box {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
}

.unison_filters_box h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #06273D;
}

.problem_solution {
  width: 100%;
  padding: 150px 0px;
}

.problem_solution_text h2 {
  color: #06273D;
}

.problem_solution_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.problem_solution_content {
  width: 33%;
  margin-right: 53px;
}

.problem_solution_content h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #06273D;
  border-bottom: 4px solid #0098FF;
  padding-bottom: 17px;
}

.problem_solution_content ul {
  padding: 0;
  margin-top: 40px;
}

.problem_solution_content ul li {
  margin-bottom: 10px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #06273D;
  position: relative;
  padding-left: 30px;
}

.problem_solution_content ul li::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0098FF;
  position: absolute;
  top: 45%;
  left: -5px;
  transform: translate(50%, 0);
}

#case_study {
  width: 100%;
  background: #F0C700;
}

#case_study .we_help_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#case_study .we_help_text {
  width: 65%;
  padding-left: 15px;
}

#case_study .we_help_text h3 {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #06273D;
  margin-bottom: 16px;
}

#case_study .we_help_text p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #06273D;
  margin-bottom: 16px;
}

#case_study .we_help_text h6 {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #06273D;
  margin-bottom: 23px;
}
.sociosqu {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.sociosqu h4 {
  margin: 0 !important;
  padding-left: 8px;
}

.gallary_section {
  width: 100%;
  overflow: hidden;
  margin-bottom: 150px;
}

.gallary_content {
  width: 88%;
  margin-left: auto;
}

.gallary_title {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  width: 69%;
}

.gallary_title h2 {
  color: #06273D;
    padding-right: 120px;
}

.gallary_title p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #06273D;
}

#gallary_slider .owl-nav {
  position: absolute;
  right: 14%;
  top: -40%;
  display: flex;
  align-items: center;
}

#gallary_slider .owl-nav .owl-prev, #gallary_slider .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #CFCFCF;
  font-size: 20px;
  color: #FFF;
  margin-left: 18px;
}

#gallary_slider .owl-nav .owl-prev:hover, #gallary_slider .owl-nav .owl-next:hover {
  background: #0098FF;
}
/*------------------ Unison Page END ---------- */


/*------------------ Platform Support Page Start ---------- */
#platform_support {
  width: 100%;
  background: #06273D;
  padding: 85px 0px;
}
#platform_support .region_img img {
  width: 100%;
}

.my-150 {
  margin: 100px 0px 100px 0px;
}

.mb-80 {
  margin-bottom: 80px;
}

#support .files_btn {
  background: #F0C700;
}

#support .files_btn:hover {
  background: #0098FF;
  color: #FFF;
}

#support .lms_text p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #06273D;
}

/*------------------ Platform Support Page end ---------- */


/*------------------ Contact Page Start ---------- */

#contact_content p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 51px;
}

.contact_list {
  display: flex;
  align-items: center;
}

.contact_list ul {
  width: 50%;
  padding-right: 35px;
  margin-bottom: 40px;
  /* margin-bottom: 50px; */
}

.contact_list li {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

/* .contact_btn_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 25px;
} */
.contact_btn_list {
  /* display: grid;
  align-items: center;
  flex-wrap: wrap;
   padding-top: 25px; 
  grid-template-columns: auto auto; */
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.contact_btn_list ul {
  margin-right: 20px;
}

.contact_btn_list ul li a {
  padding: 10px 30px;
  background: #F0C700;
  border-radius: 32px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  /* font-size: 18px; */
  font-size: 16px;
  line-height: 25px;
  /* line-height: 27px; */
  color: #06273D;
  transition: 0.5s;
  display: inline-block;
  margin-bottom: 10px;
}

.contact_btn_list ul li a:hover {
  background: #0098FF;
  color: #fff;
}

.contact_btn_list ul:last-child li a {
  background: #0C98CB;
  color: #fff;
}

.contact_btn_list ul:last-child li a:hover {
  background: #F0C700;
  color: #06273D;
}


/*------------------ Contact Page end ---------- */


/*------------------ plateform Page start ---------- */
.plateform-img {
  padding-bottom: 40px;
}

section#region_plateform_breadcrumb {
    width: 100%;
    padding: 80px 0px 375px;
    background: #06273D;
    overflow: hidden;
}

section#region_plateform_breadcrumb::after {
  background-image: url(../png/group4695.png);
  content: '';
  width: 100%;
  height: 100%;
  top: 16.5rem;
  left: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  background-position: top;
}

.screenshot_slider .owl-item .item {
      transform: translate3d(0, 0, 0);  /*DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION
  margin: 50px 0; OVERWRITE PLUGIN MARGIN  */
 }

.screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.screenshot_slider .owl-item.center .item img {
     -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.plateform_section .screenshot_slider .owl-nav {
    text-align: center;
}

.plateform_section .screenshot_slider .owl-nav button {
	font-size: 20px !important;
	margin: 10px;
	color: #FFF !important;
  background-color:#CFCFCF !important;
  padding: 9px 18px !important;
}

.screenshot_slider .owl-nav button:hover{
  background-color: #0098FF !important;
}

.plateform_section .owl-nav {
  right: 250px;
  position: absolute;
  top: -290px;
}
.plateform_section .section-padding {
  margin-top: -262px;
  /* background-image: url(../image/group-5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 398px; */
}
/* .plateform_section .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  padding:10px 20px !important;
} */

.social_classroom_text h2 {
  color: #06273D;
}


.social_classroom_text p {
  color: #06273D;
font-family: Hind Vadodara;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 150% */
margin-bottom: 25px;
}


section.social_classroom_section {
  padding: 100px 0;
}

.home-demo {
    padding: 100px 100px 100px 50px;
}

.home-demo .owl-nav {
  text-align: left;
}

.home-demo button.owl-next {
  font-size: 24px !important;
  margin: 10px;
  color: #FFF !important;
  background-color: #E7E7E7 !important;
  border: none !important;
}

.home-demo button.owl-prev {
    font-size: 24px !important;
    margin: 10px;
    color: #FFF !important;
    background-color: #E7E7E7 !important;
    border: none !important;
}

.home-demo .owl-nav {
  display: flex;
  align-items: center;
  margin: auto;
}

.home-demo .owl-nav .owl-prev, .home-demo .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #CFCFCF;
  font-size: 20px;
  color: #FFF;
}

.home-demo .owl-nav .owl-prev:hover, .home-demo .owl-nav .owl-next:hover {
  background: #0098FF !important;
}

section.platform_compares_section {
  padding: 130px 0 169px 0;
}

/* social_classroom_section .home-demo .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  padding: 10px 20px !important;
} */

section.sit_amet_section {
  margin-top: 100px;
}
.sit_amet_text h2{
  color: #06273D;
  width: 80%;
}
.sit_amet_text p{
  color: #06273D;
  font-family: Hind Vadodara;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  padding-top: 48px;
}

.sit_amet_text ul{
  padding-top: 48px;
  padding-bottom: 48px;
}
img.sit_amet_button {
  padding-right: 30px;
}

.sit_amet_text ul li {
color: #06273D;
font-family: Hind Vadodara;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 150% */
margin-top: 20px;
}

.sit_amet_text ul li img {
  margin-right: 10px;
}
/* .sit_amet_text .contact_btn {
  height: 60px;
  line-height: 40px;
} */

section.sit_amet_section .row{
  align-items: center;
}

.platform-compares-text h2 {
  color: #06273D;
  font-size: 54px;
  max-width: 1360px;
  margin: auto;
}
/*
.table-wrapper {
  max-width: 900px;
  margin: 30px auto 100px;
  box-shadow: 20px 30px 40px rgba(0, 0, 0, 0.2);
} */
/*
table {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 50px;
  color: black;
  border-collapse: collapse;
  font-family: Arial;
}

table thead,
table tbody,
table thead th {
  display: block;
}

table thead {
  float: left;
  white-space: nowrap;
}

table tbody {
  width: auto;
  position: relative;
  overflow-x: auto;
}
table tbody tr {
  display: table-cell;
}
*/
table tbody tr:nth-child(odd) {background: rgba(6, 39, 61, 0.05)}
table th,
table td {
  padding: 15px 10px 0;
  height: 110px;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 130px;
  font-size: 12px;
  text-overflow: ellipsis;
}
table th {
  padding-top: 45px;
}
table thead tr th {
  white-space: nowrap;
  border-bottom: none;
  border-right: none;
  /* background-color: #F0F0F0; */
  padding-left: 20px;
  font-weight: bold;
}
table thead tr th:first-child {
  white-space: nowrap;
  height: 60px;
  padding: 20px 40px;

}
table thead tr th:nth-child(even) {
  background-color: #D8D8D8;
}

table tbody tr td {
  /* display: block; */
  text-align: center;
  /* border-bottom: 1px solid #E6E4E4;
  border-right: 1px solid #E6E4E4; */
}
table tbody tr td:first-child {
  
  white-space: nowrap;
  height: 60px;
  padding: 20px 40px;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
/* table tbody tr td:nth-child(even) {
  background: #F8F8F8;
  border-right: 1px solid #E6E4E4;
} */


/* table tbody tr:nth-child(1) td:first-child:nth-child(odd) {
  background-color: #1EBD9C;
  border-bottom: 1px solid #1EBD9C;
  border-right: 1px solid #1EBD9C;
}
table tbody tr:nth-child(1) td:nth-child(odd) {
  background-color: #b4f3e6;
  border-bottom: 1px solid #b4f3e6;
  border-right: 1px solid #b4f3e6;
}
table tbody tr:nth-child(1) td:nth-child(even) {
  background-color: #88ecd7;
  border-bottom: 1px solid #88ecd7;
  border-right: 1px solid #88ecd7;
}

table tbody tr:nth-child(2) td:first-child:nth-child(odd) {
  background-color: #E87E21;
  border-bottom: 1px solid #E87E21;
  border-right: 1px solid #E87E21;
}
table tbody tr:nth-child(2) td:nth-child(odd) {
  background-color: #fbe9da;
  border-bottom: 1px solid #fbe9da;
  border-right: 1px solid #fbe9da;
}
table tbody tr:nth-child(2) td:nth-child(even) {
  background-color: #f6cfac;
  border-bottom: 1px solid #f6cfac;
  border-right: 1px solid #f6cfac;
}

table tbody tr:nth-child(3) td:first-child:nth-child(odd) {
  background-color: #A5C72B;
  border-bottom: 1px solid #A5C72B;
  border-right: 1px solid #A5C72B;
}
table tbody tr:nth-child(3) td:nth-child(odd) {
  background-color: #ebf4ca;
  border-bottom: 1px solid #ebf4ca;
  border-right: 1px solid #ebf4ca;
}
table tbody tr:nth-child(3) td:nth-child(even) {
  background-color: #daeba0;
  border-bottom: 1px solid #daeba0;
  border-right: 1px solid #daeba0;
}

table tbody tr:nth-child(4) td:first-child:nth-child(odd) {
  background-color: #745BC8;
  border-bottom: 1px solid #745BC8;
  border-right: 1px solid #745BC8;
}
table tbody tr:nth-child(4) td:nth-child(odd) {
  background-color: #f5f4fb;
  border-bottom: 1px solid #f5f4fb;
  border-right: 1px solid #f5f4fb;
}
table tbody tr:nth-child(4) td:nth-child(even) {
  background-color: #d5ceee;
  border-bottom: 1px solid #d5ceee;
  border-right: 1px solid #d5ceee;
}

table tbody tr:nth-child(5) td:first-child:nth-child(odd) {
  background-color: #2E97DE;
  border-bottom: 1px solid #2E97DE;
  border-right: 1px solid #2E97DE;
}
table tbody tr:nth-child(5) td:nth-child(odd) {
  background-color: #deeffa;
  border-bottom: 1px solid #deeffa;
  border-right: 1px solid #deeffa;
}
table tbody tr:nth-child(5) td:nth-child(even) {
  background-color: #b2d9f3;
  border-bottom: 1px solid #b2d9f3;
  border-right: 1px solid #b2d9f3;
}

table tbody tr:nth-child(6) td:first-child:nth-child(odd) {
  background-color: #334A5F;
  border-bottom: 1px solid #334A5F;
  border-right: 1px solid #334A5F;
}
table tbody tr:nth-child(6) td:nth-child(odd) {
  background-color: #97b0c7;
  border-bottom: 1px solid #97b0c7;
  border-right: 1px solid #97b0c7;
}
table tbody tr:nth-child(6) td:nth-child(even) {
  background-color: #7697b5;
  border-bottom: 1px solid #7697b5;
  border-right: 1px solid #7697b5;
}

table tbody tr:nth-child(1) td:first-child:nth-child(odd) {
  background-color: #1EBD9C;
  border-bottom: 1px solid #1EBD9C;
  border-right: 1px solid #1EBD9C;
}
table tbody tr:nth-child(1) td:nth-child(odd) {
  background-color: #b4f3e6;
  border-bottom: 1px solid #b4f3e6;
  border-right: 1px solid #b4f3e6;
}
table tbody tr:nth-child(1) td:nth-child(even) {
  background-color: #88ecd7;
  border-bottom: 1px solid #88ecd7;
  border-right: 1px solid #88ecd7;
}

table tbody tr:nth-child(2) td:first-child:nth-child(odd) {
  background-color: #E87E21;
  border-bottom: 1px solid #E87E21;
  border-right: 1px solid #E87E21;
}
table tbody tr:nth-child(2) td:nth-child(odd) {
  background-color: #fbe9da;
  border-bottom: 1px solid #fbe9da;
  border-right: 1px solid #fbe9da;
}
table tbody tr:nth-child(2) td:nth-child(even) {
  background-color: #f6cfac;
  border-bottom: 1px solid #f6cfac;
  border-right: 1px solid #f6cfac;
}

table tbody tr:nth-child(3) td:first-child:nth-child(odd) {
  background-color: #A5C72B;
  border-bottom: 1px solid #A5C72B;
  border-right: 1px solid #A5C72B;
}
table tbody tr:nth-child(3) td:nth-child(odd) {
  background-color: #ebf4ca;
  border-bottom: 1px solid #ebf4ca;
  border-right: 1px solid #ebf4ca;
}
table tbody tr:nth-child(3) td:nth-child(even) {
  background-color: #daeba0;
  border-bottom: 1px solid #daeba0;
  border-right: 1px solid #daeba0;
}

table tbody tr:nth-child(4) td:first-child:nth-child(odd) {
  background-color: #745BC8;
  border-bottom: 1px solid #745BC8;
  border-right: 1px solid #745BC8;
}
table tbody tr:nth-child(4) td:nth-child(odd) {
  background-color: #f5f4fb;
  border-bottom: 1px solid #f5f4fb;
  border-right: 1px solid #f5f4fb;
}
table tbody tr:nth-child(4) td:nth-child(even) {
  background-color: #d5ceee;
  border-bottom: 1px solid #d5ceee;
  border-right: 1px solid #d5ceee;
}

table tbody tr:nth-child(5) td:first-child:nth-child(odd) {
  background-color: #2E97DE;
  border-bottom: 1px solid #2E97DE;
  border-right: 1px solid #2E97DE;
}
table tbody tr:nth-child(5) td:nth-child(odd) {
  background-color: #deeffa;
  border-bottom: 1px solid #deeffa;
  border-right: 1px solid #deeffa;
}
table tbody tr:nth-child(5) td:nth-child(even) {
  background-color: #b2d9f3;
  border-bottom: 1px solid #b2d9f3;
  border-right: 1px solid #b2d9f3;
}

table tbody tr:nth-child(6) td:first-child:nth-child(odd) {
  background-color: #334A5F;
  border-bottom: 1px solid #334A5F;
  border-right: 1px solid #334A5F;
}
table tbody tr:nth-child(6) td:nth-child(odd) {
  background-color: #97b0c7;
  border-bottom: 1px solid #97b0c7;
  border-right: 1px solid #97b0c7;
}
table tbody tr:nth-child(6) td:nth-child(even) {
  background-color: #7697b5;
  border-bottom: 1px solid #7697b5;
  border-right: 1px solid #7697b5;
} */

.compare-btn {
  margin-top: 70px;
  text-align: center;
}

.compare-btn a {
  display: inline-block;
  padding: 10px 50px;
  text-align: center;
  background: #0098FF;
  border-radius: 32px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  transition: 0.5s;
}

.compare-btn a:hover {
  background: #F0C700;
  color: #06273D;
}

.edsby_text h3{
  color: #06273D;
font-family: Poppins;
font-size: 38px;
font-style: normal;
font-weight: 600;
line-height: 46px; /* 121.053% */
}


.edsby_box p{
  color: #06273D;
font-family: Hind Vadodara;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 110% */
padding-left: 15px;
}

.edsby_box {
  display: flex;
  align-items: center;
  background: #FFF;
  padding: 24px;
  margin-top: 20px;
}

section.edsby_section {
  background: #F3F4F5;
  padding: 150px 0;
}

a.edsby_button{
color: #06273D;
font-family: Hind Vadodara;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 137.5% */
text-decoration-line: underline;
}

/*------------------ plateform Page end ---------- */
.edsby-for-teachers-text p{
color: #F0C700;
text-align: center;
font-family: Hind Vadodara;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 150% */
}
#attendance .edsby-for-teachers-text p{
  font-size: 20px;
}

#attendance {
  padding: 150px 0px;
  background: #06273D;
}

section#edsby-teachers {
  background: #F0C700;
  position: relative;
}

div#edsby-teachers_main-text h2{
color: #06273D;
font-family: Poppins;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 67.2px */
letter-spacing: -2px;
margin-bottom: 15px;
}

div#edsby-teachers_main-text p{
color: #06273D;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
display: -webkit-box;

}

div#edsby-teachers_main-text {
  /* padding: 50px 150px 0px 0px; */
  /* padding: 50px 150px 0px 0px; */
  /* padding: 50px 150px 0px 0px; */
  padding: 15px 150px 0px 0px;
}

section#edsby-teachers1 {
background-color: #06273D;
}

div#edsby-teachers_main-text-one h2{
color: #FFF;
font-family: Poppins;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 67.2px */
letter-spacing: -2px;
margin-bottom: 15px;
}

div#edsby-teachers_main-text-one p{
  color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

div#edsby-teachers_main-text-one p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#edsby-teachers_main-text-one {
  padding-left: 110px;
  width: 64%;
}

.plateform_table th {
  padding-top: 13px;
  padding-bottom: 13px;
}
.plateform_table th, .plateform_table td{
  height: unset;
}
.plateform_table td{
  padding-top: 15px;
  padding-bottom: 15px;
}
.plateform_table tbody tr td:first-child {
  padding: 10px;
  height: 55px;
  color: #06273D;
  font-family: Hind Vadodara;
  font-size: 14.545px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: inherit;
  /* line-height: 24.242px; */
  line-height: 35.242px;
  display: flex;
  align-items: center;
}
body:not(.page-id-35) .data-table tbody tr:first-child td:first-child {
	font-weight: 700!important;
}
.plateform_table thead tr th:first-child{
  height: 55px;
}

.plateform_table thead tr th:nth-child(even) {
  background-color: #fff;
}
.plateform_table thead tr th {
  white-space: nowrap;
  /* border-bottom: none;
  border-right: none; */
  /* background-color: rgba(6, 39, 61, 0.05); */
  padding-left: 20px;
  color: #06273D;
  font-family: Hind Vadodara;
  font-size: 14.545px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.242px;
  /* border-bottom: 1px solid #06273d0d;
  border-right: 1px solid #06273d0d; */
  text-transform: uppercase;
  text-align: center;
}
.plateform_table th, .plateform_table td{
  min-width: 125px;
}
.plateform_table tbody tr td:nth-child(even) {
  /* background-color: #fff !important; */
}
.plateform_table tbody tr td:nth-child(odd) {
  /* background-color: rgba(6, 39, 61, 0.05) !important; */
}
/* .plateform_table tbody tr:nth-child(1) td:nth-child(even), .plateform_table tbody tr:nth-child(2) td:nth-child(even), .plateform_table tbody tr:nth-child(3) td:nth-child(even),.plateform_table tbody tr:nth-child(4) td:nth-child(even), .plateform_table tbody tr:nth-child(5) td:nth-child(even), .plateform_table tbody tr:nth-child(6) td:nth-child(even){
  border-bottom: 1px solid #06273d0d;
  border-right: 1px solid #06273d0d;
}
.plateform_table tbody tr:nth-child(1) td:nth-child(odd), .plateform_table tbody tr:nth-child(2) td:nth-child(odd), .plateform_table tbody tr:nth-child(3) td:nth-child(odd),.plateform_table tbody tr:nth-child(4) td:nth-child(odd), .plateform_table tbody tr:nth-child(5) td:nth-child(odd), .plateform_table tbody tr:nth-child(6) td:nth-child(odd){
  border-bottom: 1px solid #06273d0d;
  border-right: 1px solid #06273d0d;
}

.plateform_table tbody tr:nth-child(1) td:first-child:nth-child(odd), .plateform_table tbody tr:nth-child(2) td:first-child:nth-child(odd), .plateform_table tbody tr:nth-child(3) td:first-child:nth-child(odd), .plateform_table tbody tr:nth-child(4) td:first-child:nth-child(odd), .plateform_table tbody tr:nth-child(5) td:first-child:nth-child(odd), .plateform_table tbody tr:nth-child(6) td:first-child:nth-child(odd){
  border-bottom: 1px solid #06273d0d;
  border-right: 1px solid #06273d0d;
} */

@media (min-width: 1400px){
   .container.attendance_page, .container-lg.attendance_page, .container-md.attendance_page, .container-sm.attendance_page, .container-xl.attendance_page, .container-xxl.attendance_page{
    max-width: 1360px;
  }
}
.attendance_first {
  padding: 150px 0px;
}
.attendance_sub_first h2{
  color: #06273D;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2px;
  text-align: left;
  padding-top: 48px;
}
.attendance_sub_first p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #06273D;
  margin-top: 24px;
}

.attendance_second {
  padding: 150px 0px;
  background-color: #06273D;
}
.attendance_sub_second h2{
  color: white;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2px;
  text-align: left;
  padding-top: 48px;
}
.attendance_sub_second p {
  color: white;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-top: 24px;
}

#internal .item img{
  width: unset;
  display: unset;
}

  #internal  .owl-item {
     opacity: 0;
     transition: opacity 500ms;
  }
  #internal .owl-item.active {
    opacity: 1;
  }

#internal .item {
  text-align: center;
  padding: 50px 12px;
}

#internal .owl-stage-outer {
  /* padding: 50px; */
}
.internal_main{
  padding: 150px 0px;
}
#internal .item .one {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  background: #FFF;
  box-shadow: 0px 19px 50px 0px #1c75bc1f;
  padding: 48px;
}
#internal .item .one img {
  width: 50%;
  margin: auto;
}
#internal .owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #CFCFCF !important;
  font-size: 30px !important;
  color: #FFF !important;
  position: relative;
  left: -86px;
}
#internal .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #CFCFCF !important;
  font-size: 30px !important;
  color: #FFF !important;
  position: relative;
  right: -86px;
}
#internal .owl-nav .owl-prev:hover, #internal .owl-nav .owl-next:hover {
  background: #0098FF !important;
}
#internal .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.internal_main h2{
  color: #06273D;
  text-align: center;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}
.internal_main p{
  color: #06273D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.internal_main h3{
  text-align: center;
  color: #06273D;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 100% */
}

.about_us_title h2{
  color: #06273D;
  text-align: center;
  font-family: Poppins;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 98.4px */
  letter-spacing: -2px;
}
#about_us {
  background: #F0C700;
  padding: 120px 0px 350px 0px
}
div#about_owl {
  margin-top: -300px;
}
.about_emp_text p{
  color: #06273D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
section.about_emp_text{
  padding: 100px 0px;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-2 {
  position: relative;
}
.main-timeline-2 .card{
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0px 15.9755px 42.04078px 0px rgba(0, 26, 47, 0.10);
}

/* The actual timeline (the vertical ruler) */
.main-timeline-2::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #93A2AA;
  top: 140px;
  bottom: 149px;
  left: 50%;
  margin-left: -3px;
}
.main-timeline-2 img {
  position: relative;
  top: -3px;
}


/* Container around content */
.timeline-2 {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-2::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #06273D;
  top: 120px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-2 {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right-2 {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Fix the circle for containers on the right side */
.right-2::after {
  left: -14px;
}
@media screen and (min-width: 1400px) {
  .main-timeline-2 .card {
      width: 612px;
      margin: auto;
  }
}
/* Media queries - Responsive timeline on screens less than 600px wide */
.main-timeline-2 .card-body {
  padding: 28px;
}
.main-timeline-2 p {
  color: #06273D;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.main-timeline-2 h2 {
  color: #06273D;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 45.6px */
}
@media screen and (max-width: 1200px){
  .main-timeline-2::after {
   /* bottom: 0px;*/
  }
}
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline-2::after {
  left: 32px;
  }

  /* Full-width containers */
  .timeline-2 {
  width: 100%;
  padding-left: 55px;
  padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-2::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left-2::after,
  .right-2::after {
    left: 18px;
  }

  .left-2::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right-2 {
    left: 0%;
  }
}
.closing_message{
  padding: 100px 0px;
}
.closing_message h2{
  color: #06273D;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 45.6px */
  margin-bottom: 28px;
}
.closing_message p{
  color: #06273D;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.about_three_box{
  background: #FF824D;
  padding: 135px 0px;
}
.about_three_box_inner {
  background-color: white;
  text-align: center;
  padding: 60px 20px;
}
.about_three_box_inner h2 {
  color: #06273D;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 86.4px */
}
.about_three_box_inner p {
  color: #06273D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}

section.administrators {
  width: 100%;
  margin-top: 90px;
}

.administrators .lms_text span {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #06273D;
}

.teacher_quation {
  width: 100%;
  background-color: #06273D;
  padding: 120px 0px;
  margin-top: 170px;

}

.question_list {
  margin-top: 80px;
}

.question_list p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  width: 90%;
}

.question_list .accordion-item {
  background: none;
  border: 0;
  border-radius: 0;
}

.question_list .accordion-button:not(.collapsed) {
  color: #fff;
  background: #0098FF;
  box-shadow: 0 0 0 0;
  border: 0;
}
.question_list .accordion-header.active {
  background: #0098FF;
}
.question_list .accordion-button {
  padding: 24px;
  background: none;
  border: 0;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  color: #FFFFFF;
  border-top: 1px solid;
}
.question_list .accordion-item:first-child .accordion-button {
  border-top: 0;
}

.question_list .accordion-button:focus {
  box-shadow: 0 0 0 0;
  border-color: #fff;
}
.question_list .accordion-body {
  padding: 24px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
}

.question_list .accordion-button::after {
  background-image: url("../png/arrow-right.png");
}
.question_list .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.question_list .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.question_list .accordion-button:not(.collapsed)::after {
  background-image: url("../png/arrow-right.png");
  transform: rotate(90deg);
}

/* New Index Page Start */

section.inner_links {
  width: 100%;
  background: #F4F4F4;
  padding: 10px 0px;
}

.inner_links_content {
  width: 100%;
}
.inner_links_content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inner_links_content ul li {
  display: inline-block;
  padding-right: 92px;
}
.inner_links_content ul li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #06273D;
}

.news_section {
  width: 100%;
  margin-top: 70px;
}

.main_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.main_title h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #06273D;
}

.main_title a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-decoration: underline;
  color: #1F81D1;
  transition: 0.5s;
}

.main_title a:hover {
  color: #06273D;
}

.commentary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.commentary span {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1075B9;
}

.commentary li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #818181;
  display: inline-block;
  padding-left: 35px;
  position: relative;
}

.commentary li:first-child:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: -25px;
  background: #1075B9;
  bottom: 0;
  margin: auto;
}
.feature_item_content li:first-child:after {

}
.news_feature_box p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #818181;
}

.news_feature_box h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #06273D;
  padding: 24px 0px;
}

.read_more_btn {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
/*   text-decoration: underline; */
  color: #1075B9 !important;
  margin-top: 24px;
  display: inline-block;
  transition: 0.5s;
}
.read_more_btn:hover {
  color: #06273D;
}
.news_blog_content span a {
  color: #1075B9;
}

.news_feature_item {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.news_feature_item:last-child {
  margin-bottom: 0;
}

.feature_item_content {
  padding-left: 24px;
  width: 58%;
}
.feature_item_img {
  width: 40%;
}
.feature_item_img img {
  width: 100%;
}
.feature_item_content span {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #1075B9;
  margin-bottom: 8px;
  display: block;
}

.feature_item_content ul li {
  position: relative;
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #818181;
  margin-bottom: 8px;
}
.feature_item_content ul li:last-child {
  padding-left: 30px;
}

.feature_item_content li:first-child:after {
  content: "";
  position: absolute;
  background: #1075B9;
  width: 8px;
  height: 8px;
  margin: auto;
  right: -20px;
  bottom: 0px;
  top: 0;
}

.feature_item_content h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #06273D;
}

.mt-120 {
  margin-top: 120px;
}

.news_blog_content {
  margin-top: 32px;
  margin-bottom: 40px;
}

.news_blog_content span {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1075B9;
}
.news_blog_content ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #818181;
  display: inline-block;
  padding-right: 32px;
  position: relative;
}

.news_blog_content ul li:first-child:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 9px;
  background: #1075B9;
  bottom: 0;
  margin: auto;
}
.news_blog_content h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #06273D;
  padding: 24px 0px;
}
.news_blog_content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #818181;
}
.news_product {
  width: 100%;
  position: relative;
}
#news_product_content {
  position: absolute;
  bottom: 30px;
  left: 50px;
  padding: 0;
}

#news_product_content ul li {
  color: #fff;
}
#news_product_content h5 {
  color: #fff;
}
#news_product_content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 24px;
}
.more_post_btn {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 80px;
  text-align: center;
}

.more_post_btn a {
  padding: 10px;
  background: #F0C700;
  border-radius: 50px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #06273D;
  display: inline-block;
  width: 208px;
  transition: 0.5s;
}
.more_post_btn a:hover {
  background: #06273D;
  color: #fff;
}
/* New Index Page End */
.news_product_img {
  position: relative;
}
.news_product_img::before {
  content: '';
  /* background: #08080894; */
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 103.11%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.title-section {
  /* background-image: url('../img/home1.jpg');*/
  min-height: 350px !important;
  /* min-height: 400px !important; */
   background-position: center !important;
   background-size: cover !important;
   background-repeat: no-repeat !important;
   background-color: #06273D;
}
/*.title-section:before {
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   background-color: rgba(0, 0, 0, 0.8);
   content: "";
}*/
/* .title-section_text {
   margin-top: 50px;
} */
.title-section_text h1 {
  font-size: 40px;
  margin-bottom: 25px;
  color: #ffffff;
  font-family: 'Poppins';
  font-weight: 600;
}
ul#breadcrumbs {
   display: inline-block;
   padding: 0;
   margin: 0px;
}
.item-home {
	padding-left: 0!important;
}
ul#breadcrumbs li {
   display: inline-block;
   color: #ffffff;
   text-align: left;
   font-size: 18px;
   /*text-transform: uppercase;*/
   display: inline-block;
}
ul#breadcrumbs li a {
       font-size: 16px;
   color: #ddd;
  font-family: 'Poppins', sans-serif;
   font-weight: 500;
}
strong.bread-current {
   font-size: 16px;
   color: #1aa6e0;
        font-family: 'Poppins', sans-serif;
   font-weight: 500;
   /* padding-left: 5px; */
}
li.separator.separator-home {
   color: #ffffff;
   font-weight: bold;
   margin: 0px 10px;
   font-size: 18px;
}
li.separator.separator {
   color: #ffffff;
   font-weight: bold;
   margin: 0px 10px;
   font-size: 18px;
}
li.item-current.item {
   color: #191919;
   text-align: left;
   font-size: 18px;
   display: inline-block;
}
.page-title span {
  display: inherit;
}
/* img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  padding-top: 80px;
  padding-bottom: 80px;
} */
.entry-meta {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}
.entry-summary p {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}
.entry-content p {
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}
.integration .entry-content p {
  margin-bottom: 20px;
}

/* Darshit CSS HERE */
.news_list_item.s2f {
  padding-bottom: 44px;
}

.portfolio .qoute_img img {
  max-width: unset;
}
div#platform_content ul {
  margin-bottom: 25px;
}
.testimonial_box {
  display: flex;
  align-items: center;
  height: 690px;
}

#testimonials .owl-stage {
  display: flex;
  align-items: center;
}

#testimonials .owl-item.active.center .testimonial_box {
  height: 492px;
}

#testimonials .owl-item .testimonial_box {
  height: 492px;
}

.testimonial_img {
  width: 50%;
  background: #F0C700;
  padding: 62px 90px 62px 102px;
  height: 100%;
  display: flex;
  align-items: center;
}

.testimonial_text {
  width: 50%;
  background: #06273D;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.data_driven.changebk {
  background: white;
}
/* .page-id-37 .heading_h2 {
  margin-bottom: 48px;
  } */
  .page-id-37 .trust_text h3 {
    font-size: 45px;
}
ul.nav-dropdown .sub-menu li img {
  margin-bottom: 10px;
}
.data_driven_title.text-center h2 {
  margin-bottom: 30px;
}
.news_feature_item .feature_item_img img {
  width: 280px;
  height: 190px;
  object-fit: cover;
}
.news_blog_box .news_blog_img img {
  height: 277px;
  max-height: -webkit-fill-available;
  object-fit: cover;
}
.vheading h3 {
    margin-top: 20px;
}

.edsby .support{
  width: 60% !important;
}
.edsby .support_1 {
  display: block;
  width: 60% !important;
  margin-top: 20px !important;
}
/* .page-id-31 .col-lg-6 .region_text {
  margin-left: 35px;
} */
.page-id-35 .plateform_text {
  margin-left: 50px;
  margin-right: 100px;
}
.page-id-39 .col-lg-5.d-flex.align-items-strach {
  align-items: center;
}
/* .page-id-51 .heading_h2 {
  margin-left: 95px;
} */
.mythumbimg {
  padding: 50px 0px 30px 0px;
}
.thumbimg {
  padding: 50px 0px 30px 0px;
}
.btn__wrapper {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 80px;
  text-align: center;
}
a#load-more {
  padding: 5px;
  background: #F0C700;
  border-radius: 50px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  color: #06273D;
  display: inline-block;
  width: 208px;
  transition: 0.5s;
  height: 47px;
}
.page-id-918 .involvement {
  padding: 70px 0px;
}
#learning_progress_one {
  background: #fff;
}
.involvement_title_one h2 {
  color: #06273D;
  margin-bottom: 40px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
}
.involvement_title_one p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  color: #06273D;
  margin-bottom: 70px;
}
#learning_progress_one .involvement_content h3 {
  color: #06273D;
}
.involvement_content_one h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 16px;
  padding-left: 30px;
}
#learning_progress_one .involvement_content p {
  color: #06273D;
}
.page-id-918 .twoconnect {
  margin-top: 0px;
  /* background-color: #fff; */
}
.involvement .involvement_title_two h2 {
  color: #fff;
  margin-bottom: 40px;
}
.involvement .involvement_title_two p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 70px;
}

.involvement_content_two  h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 16px;
  padding-left: 30px;
}
.involvement_content_two p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
#your_community .twoconnect .involvement_content_two h3::after {
  background: #F0C700;
}
.involvement_content_two h3::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0px;
  background: #F0C700;
  bottom: 0;
  margin: auto;
}
section.edsby_mystory {
  background-color: #f9f9f9;
}
section.edsby_mystory {
  padding: 100px 0px 70px 0px;
}
.features_img_onestory {
  text-align: center;
  margin-bottom: 30px;
}
.features_title_mystory {
  padding: 0 70px;
  text-align: center;
  font-size: 28px;
  color: rgba(28,117,188,1) !important;
  font-weight: 600;
  line-height: 1.2em;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
  margin-bottom: 35px;
}
.features_title_mystory a:hover {
  color: rgba(28,117,188,1);
  text-decoration: underline;
}
.all_feature_btn_mysories {
  width: 100%;
  text-align: center;
}
.all_feature_btn_mysories a {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 5px 14px;
  line-height: 22px;
  transition: 0.3s;
}
.all_feature_btn_mysories a:hover {
  color: rgba(28,117,188,1);
  text-decoration: underline;
}
section.ready_to_learn {
  padding: 80px 0px 80px 0px;
  background-color: #fff;
  text-align: center;
}
.learn_more_about h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1em;
  color: #444;
  margin-bottom: 35px;
}
.contact_more_btn {
  cursor: pointer;
  border: 1px solid #4c4c4c;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  padding: 5px 14px;
  color: #444;
}
.contact_more_btn a {
  color: #444;
}
.contact_more_btn:hover {
  background: rgba(28,117,188,1)!important;
  color: #fff !important;
  border-color: rgba(28,117,188,1);
  transition: 0.3s;
}
.contact_more_btn:hover a{
  color: #fff!important;
}
section.edsby_mystory {
  background-color: #f9f9f9;
}
section.edsby_mystory {
  padding: 100px 0px 70px 0px;
}
.features_img_onestory {
  text-align: center;
  margin-bottom: 30px;
}
.features_title_mystory {
  padding: 0 70px;
  text-align: center;
  font-size: 28px;
  color: rgba(28,117,188,1) !important;
  font-weight: 600;
  line-height: 1.2em;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
  margin-bottom: 35px;
}
.features_title_mystory a:hover {
  color: rgba(28,117,188,1);
  text-decoration: underline;
}
.all_feature_btn_mysories {
  width: 100%;
  text-align: center;
}
.all_feature_btn_mysories a {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 5px 14px;
  line-height: 22px;
  transition: 0.3s;
}
.all_feature_btn_mysories a:hover {
  color: rgba(28,117,188,1);
  text-decoration: underline;
}
section.ready_to_learn {
  padding: 80px 0px 80px 0px;
  background-color: #fff;
  text-align: center;
}
.learn_more_about h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1em;
  color: #444;
  margin-bottom: 35px;
}
.contact_more_btn {
  cursor: pointer;
  border: 1px solid #4c4c4c;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  padding: 5px 14px;
  color: #444;
}
.contact_more_btn a {
  color: #444;
}
.contact_more_btn:hover {
  background: rgba(28,117,188,1)!important;
  color: #fff !important;
  border-color: rgba(28,117,188,1);
  transition: 0.3s;
}
.contact_more_btn:hover a{
  color: #fff!important;
}
.involvement_content_digital_title h3::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0px;
  background: #F0C700;
  bottom: 0;
  margin: auto;
}
section.digital_class {
  padding: 100px 0px 70px;
  background-color: #f9f9f9;
}
.digital_heading {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Poppins';
  padding: 0px 80px;
  color: #444;
}
.rentabilidad{
	display: flex;
	align-items: start;
}

.quote_digital_heading {
	padding-left: 20px;
}
.quote_digital_heading h3 {
  letter-spacing: -1px;
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 35px;
  line-height: 42px;
  color: #4c4c4c;
  font-style: italic;
}

.quote_digital_heading strong {
    font-size: 20px;
    color: #414141;
    font-weight: 400;
}
.quote_digital_heading strong span {
    color: #b9b9b9;
}

.quote_meta span i {
    font-size: 80px;
    color: blue;
    line-height: 65px;
}
section.quote_digital_class {
  padding: 80px 0px;
  background-color: #f9f9f9;
}
.person svg.svg-inline--fa.fa-quote-left {
  font-size: 60px;
  color: #1C75BC;
}

.post-categories {
  margin: 0px;
}

/* .news_list_item li a {
  pointer-events: none;
} */

.rentabilidad {
  display: flex;
  align-items: start;
  padding: 0px 62px;
}
.quote_digital_heading strong {
  font-size: 20px;
  color: #4c4c4c;
  font-weight: 400;
}
.quote_digital_heading h3 {
  letter-spacing: -1px;
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 25px;
  line-height: 42px;
  color: #4c4c4c;
  font-style: italic;
  margin-bottom: 10px;
}
.page-id-63482 .twoconnect {
  margin-top: 0px !important;
}
.page-id-63541 .twoconnect {
  margin-top: 0px;
}
.page-id-63563 .twoconnect {
  margin-top: 0px;
}




/* tabs main Start */

.main_tabs {
  width: 100%;
  margin-top: 80px;
}

.main_tabs .tabs_management {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.main_tabs .nav {
  width: 49%;
}
.main_tabs .tab-content {
  width: 49%;
}

.main_tabs .nav-pills .nav-link {
  color: #fff;
  background-color: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-radius: 0;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: start;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
}

.main_tabs .nav-pills .nav-link.active {
  background-color: #0098FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-radius: 0;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
  border-color: #0098FF;
  /* margin-top: 10px; */
}

.main_tabs .tab-content p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* tabs main End */



.features_section {
  background: #1c75bc;
  padding: 50px 0px;
}
.features_title {
  text-align: center;
}
.features_title h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
}
.features_title h2 img {
  width: 150px;
}
.features_box {
  text-align: center;
  margin-top: 50px;
}

.features_icon {
  margin-bottom: 35px;
}
.features_icon img{
  width: 50px;
}
.features_content h3 {
  font-size: 16px;
  color: #dee1e3;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}
.features_content p {
  color: #dee1e3;
  font-size: 16px;
}
.features_content p a {
  color: #dee1e3;
  font-size: 16px;
  text-decoration: underline;
}
.all_feature_btn {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.all_feature_btn a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 5px 14px;
  line-height: 22px;
  transition: 0.3s;
}
.all_feature_btn a:hover {
  background: #1791f5;
}

#technology {
  background: #1b2b34;
}
.region_text.text-center .heading_h2 {
  font-size: 62px;
}


/* new future start */

.features_section {
  background: #1c75bc;
  padding: 50px 0px;
}
.features_title {
  text-align: center;
}
.features_title h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 60px;
}
.features_title h1 img {
  width: 150px;
}
.features_mini_title h2 {
font-size: 36px;
  color: #fff;
text-align: center;
line-height: 1.1em;
font-weight: 100;
font-style: italic;
}
.features_box {
  text-align: center;
  margin-top: 50px;
}

.features_icon {
  margin-bottom: 35px;
}
.features_icon img{
  width: 50px;
}
.features_content h3 {
  font-size: 16px;
  color: #dee1e3;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}
.features_content p {
  color: #dee1e3;
  font-size: 16px;
}
.features_content p a {
  color: #dee1e3;
  font-size: 16px;
  text-decoration: underline;
}

/* new future end */

/* uniquely section start */

section.uniquely {
  padding: 80px 0px;
}

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

.uniquely_title h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 100;
  font-style: italic;
  margin: 28px 0 14px;
  color: rgba(68,68,68,1);
}
.uniquely_title p {
  font-size: 19px;
  font-weight: 600;
  text-transform: none;
  line-height: 24px;
  color: rgba(68,68,68,1);
}
.obligations_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.obligations_img .educators {
  margin: 0px 50px;
}

.obligations_img .educators h5 {
  font-size: 16px;
  color: rgba(64, 59, 59,1);
  line-height: 24px;
  margin-top: 20px;
  font-weight: 600;
}

.dashboard_box {
  margin-top: 40px;
  position: relative;
}

.dashboard_box h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 28px 0 14px;
  color: rgba(64, 59, 59,1);
}
.dashboard_box h2::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: -18px;
  background: #06273D;

  margin: auto;
}
.dashboard_box h2:first-child{
  margin-top: 0;
}
.dashboard_box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 14px;
  color: rgba(64, 59, 59,1);
}

.dashboard_img {
  text-align: center;
  margin-bottom: 40px;
}

.teachingtext {
  text-align: center;
}

.teachingtext h6 {
  margin: 28px 0 14px;
  font-size: 19px;
  font-weight: 600;
  color: rgba(68,68,68,1);
}


/* uniquely section End */

/* .container.setdata_page {
  padding: 80px 0px;
} */
.container.setdata_page h1 {
  margin-bottom: 16px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
}

.post-content h2 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
}
.wpb_wrapper h2 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
}
.wpb_wrapper h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
}
.wpb_wrapper h4 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #000;
}
table tbody tr td:first-child {
  white-space: nowrap;
  height: 60px;
  padding: 20px 40px;
  color: #080808;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
table th, table td {
  padding: 15px 10px 0;
  height: 80px;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 130px;
  font-size: 12px;
  text-overflow: ellipsis;
  border: 1px solid #000;
}
.wpb_wrapper ul li {
  font-family: 'Poppins';
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

section.accessibility {
  padding: 80px 0px;
}
.accessibility_title {
  text-align: center;
}
.accessibility_title h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 40px;
  color: #06273D;
}
.accessibility_title h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #06273D;
  margin-bottom: 15px;
}
.accessibility_title p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #06273D;
  margin-bottom: 40px;
}
.ensure_img img {
  margin-left: 70px;
}
.created_title h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #06273D;
  margin-bottom: 25px;
}
.created_main {
  padding: 50px 0px 0px 10px;
}
.created_title p {
  font-family: 'Poppins';
  font-style: normal;
  font-size: 17px;
  color: #06273D;
  margin-bottom: 25px;
}
.video_text p {
  font-family: 'Poppins';
  font-style: normal;
  font-size: 15px;
  color: #06273D;
  margin-top: 15px;
  text-align: center;
}
section.multi {
  padding: 80px 0px;
}
.multi_title h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #06273D;
  margin-bottom: 25px;
}
.multi_title p {
  font-family: 'Poppins';
  font-style: normal;
  font-size: 17px;
  color: #06273D;
  margin-bottom: 25px;
}

a.multi_btn_a {
padding: 5px 15px;
text-align: center;
background: #0098FF;
font-family: 'Hind Vadodara';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 27px;
color: #FFFFFF;
transition: 0.5s;
border-radius: 32px;
}

.multi_btn_a:hover {
  background: #F0C700;
  color: #fff;
}
section.Features {
  padding: 80px 0px;
}
.features_built h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #06273D;
  margin-bottom: 25px;
}
.features_built p {
  font-family: 'Poppins';
  font-style: normal;
  font-size: 17px;
  color: #06273D;
  margin-bottom: 25px;
}
/* Video Section Start */
.video_section {
  width: 100%;
/*     margin-top: 60px; */
  background-color: rgba(249,249,249,1);
  padding: 10px 0px 50px;
}
.page-id-63912 .video_section {
  background-color: #fff;
} 

.video_play {
  width: 100%;
  height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.video_accordion {
  width: 100%;
  margin-top: 40px;
}

.video_accordion .accordion-item {
  background: none;
}

.video_accordion .accordion-button:not(.collapsed) {
  background: none;
  color: #666;
}

.video_accordion .accordion-button {
  background: none;
  font-size: 20px;
  font-weight: 600;
  color: #666;
  padding-left: 45px;
}

.video_accordion .accordion-body p {
  font-size: 16px;
  margin: 0 0 14px;
  color: rgba(64, 59, 59,1);
}
.video_accordion .accordion-button:focus {
  border: 0;
  box-shadow: 0 0 0 0;
}

.video_accordion .accordion-button::after {
  content: "+";
  background: none;
  height: 2.25rem;
  font-size: 30px;
  position: absolute;
  left: 20px;
}

.video_accordion .accordion-button:not(.collapsed)::after {
  content: '-';
  background: none;
  transform: rotate(0deg);
}

.video_accordion .circumplex {
  text-align: center;
}

.video_accordion .circumplex p {
  font-style: italic;
  border-top: 1px dotted #999;
  margin-top: 10px!important;
  font-size: 12px;
}
/* Video Section End */

.user_data h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  font-family: 'Poppins', sans-serif;
  color: #06273D;
  margin-bottom: 16px;
}
.user_data h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #06273D;
}
.container.setdata_page {
  padding: 50px 0px;
}
.page-id-63632 table {
  border: none;
}
.page-id-63632 table tbody tr td:first-child {
  border-top: none;
}
.page-id-63632 section.platform_compares_section {
  padding: 50px 0 50px 0;
}

section.inner_links_case {
  padding: 80px 0px;
}
.news_blog_img_case img {
  width: 450px;
}
.news_blog_content_case h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #06273D !important;
  padding: 0px 0px 20px;
}
.news_blog_content_case h4 a {
  color: #06273D;
}
.news_blog_content_case p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #818181;
}
.news_blog_box_case {
  padding: 30px 0px;
  display: flex;
}
.news_blog_content_case {
  padding: 0 30px;
}
main#primary {
  padding: 80px 0px;
}
.single-integration .container main#primary{
  padding: 27px 0px !important;
}
nav.navigation.posts-navigation,
.post-permalink{
  display: none;
}
.news_blog_box {
  /* padding: 15px; */
}
.page-id-63991 .created_title p {
  font-family: 'Poppins';
  font-style: normal;
  font-size: 18px;
  color: #06273D;
  margin-bottom: 25px;
  margin-left: 80px;
}
.page-id-63991 .accessibility_title h1 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 40px;
  color: #06273D;
}
.page-id-63991 .accessibility_title h2 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 40px;
  color: #06273D;
}
/* .page-id-63991 .created_main {
  padding: 0px;
} */
.reseller_model {
  max-width: 650px;
  margin: auto;
  text-align: center;
}
.reseller_model img {
  max-width: 480px;
  margin: 40px auto;
}

.reseller_model h2 {
font-size: 2.3em;
line-height: 1.1em;
font-weight: 100;
font-style: italic;
}

.reseller_model h3 {
font-size: 2em;
font-weight: 700;
text-transform: none;
letter-spacing: 0px;
line-height: 1em;
}
section.channel_partners {
  padding: 50px 0px;
}
.page-id-63918 .multi_img {
  text-align: center;
}
.page-id-63918 .multi_title h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  color: #06273D;
  margin-bottom: 25px;
}
.page-id-63918 .wpb_wrapper h2 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 31px;
  line-height: 40px;
}
.page-id-63918 .multi_title p {
  font-family: 'Poppins';
  font-style: normal;
  font-size: 17px;
  color: #06273D;
  margin-bottom: 40px;
}
.page-id-63918 .wpb_wrapper h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #06273D;
  line-height: 31px;
}
.page-id-63918 a.multi_btn_a {
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  background: #F0C700;
  border-radius: 30px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  /* line-height: 27px; */
  color: #FFFFFF;
  transition: 0.5s;
}
.page-id-63918 a.multi_btn_a:hover {
  background: rgba(28,117,188,1)!important;
  color: #fff!important;
  border-color: rgba(28,117,188,1);
}
.page-id-63918 .sociosqu {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-around;
}
.page-id-63918 .data_driven_title.text-center h2 {
  margin-bottom: 50px;
}
.page-id-63918  .data_driven_title h2 {
  color: #06273D;
    max-width: 100%;
    margin: auto;
}
section#content_award {
  padding: 80px 0px;
  background-color: #f9f9f9;
}
.section-inner_award h1 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 50px;
  font-family: 'Poppins';
}
.inner_award {
  text-align: center;
  background: white;
  padding: 30px;
  flex: 1 300px;
  margin: 10px;
  color: #444;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}
.inner_award .year {
  font-size: 20px;
  font-weight: 900;
  color: #06273D;
  margin-bottom: 5px;
}
.inner_award h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Poppins';
  color: #444444;
}
.organization p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Poppins';
  color: #444444;
}
.inner_award:hover {
  text-decoration: none!important;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  background: #0098FF;
}
.inti_logo {
  border: 1px solid #f1f1f1;
  background-color: white;
  border-radius: 5px;
  display: block;
  padding: 5px;
  transition: all 0.5s ease;
}
.row.our_logo .col-lg-2 {
  margin-bottom: 30px;
}
.page-id-63914 .container.setdata_page h1 {
  margin-bottom: 20px;
}
.section-inner_help {
  /* padding: 80px 0px; */
}
.grid-9.col-lg-9.help-detail-section{
  margin-top: 30px;
}
/* .help_sidebar {
  display: flex;
} */
.postcontent_help {
  text-align: left;
  padding-left: 0px;
}
.postcontent_help h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1em;
  font-family: 'Poppins';
  margin-bottom: 15px;
}
.postcontent_help h2 {
  font-size: 35px;
  line-height: 1.1em;
  font-weight: 200;
  font-style: italic;
  font-family: 'Poppins';
}
.postcontent_help P {
  font-size: 1rem;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 24px;
}
.widget_archive ul li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(217,217,217,1);
  font-family: 'Poppins';
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: normal;
  margin-top: 7px;
  padding: 5px 0 5px 20px;
}
.widget_archive ul li a {
  color: rgba(68,68,68,1);
}
.widget_archive ul li a:hover {
  color: #06273D;
}
.postcontent_help img {
  margin-top: 25px;
  padding-bottom: 25px;
}
.help_left_sidebar {
  width: 30%;
}
td.mobile-header {
	min-width: 401px;
}
@media (max-width: 992px) {
	td.mobile-header {
		min-width: 100%;
	}
}
@media (max-width: 768px) {
	.data-table.has-header tr td:not(.mobile-header):before {
		padding: 0!important;
	}
	.data-table tbody tr:first-child td:first-child {
		padding: 1em;
	}
}
img.img-dots {
	width: 20px;
	height: 20px;
	object-fit: none;
}
.entry-content.intigration {
	display: flex;
	gap: 15px
}
.entry-content.intigration li {
	list-style: inherit!important;
}
.entry-content.intigration ul,
.entry-content.intigration ol{
	padding-left: 20px!important;
}
.intigration-logo {
	width: 100%;
	max-width: 25%;
	height: fit-content;
}
.intigration-content {
	display: flex;
    flex-direction: column;
	width: 100%;
	max-width: 75%
}
.owl-carousel .owl-item img {
    object-fit: cover;
}
@media (max-width: 768px) {
	.entry-content.intigration {
		flex-direction: column;
	}
	.intigration-logo,
	.intigration-content {
		max-width: 100%;
	}
}

section.comparison_text {
  padding: 30px 0px;
}
.analysis_model p {
  font-family: 'Poppins';
  font-size: 1em;
  color: #444444;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1em;
}
.analysis_model h4 {
  font-family: 'Poppins';
  font-size: 28px;
  text-align: center;
  color: #444444;
  font-weight: 600;
  line-height: 1.2em;
}
/* section.wpb-content-wrapper {
  padding: 70px 0px !important;
} */
.data_driven_partner {
  padding: 80px 0px;
}
@media (max-width: 600px) {
	.data_driven_partner .row.g-lg-5 {
		gap: 50px;
	}
}
.data_driven_title_partner .heading_h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  color: #06273D;
  margin-bottom: 35px;
}
.partner_btn {
  margin-top: 50px;
}
a.meet_the_btn_partner {
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  background: #F0C700;
  border-radius: 30px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  /* line-height: 27px; */
  color: #FFFFFF;
  transition: 0.5s;
}
a.meet_the_btn_partner:hover {
  background: rgba(28,117,188,1)!important;
  color: #fff!important;
  border-color: rgba(28,117,188,1);
}
.use_partner_btn {
  margin-top: 35px;
}
a.meet_the_btn_use_partner {
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  background: #F0C700;
  border-radius: 30px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  /* line-height: 27px; */
  color: #FFFFFF;
  transition: 0.5s;
}
a.meet_the_btn_use_partner:hover {
  background: rgba(28,117,188,1)!important;
  color: #fff!important;
  border-color: rgba(28,117,188,1);
}
ul.social_links {
  display: inline-block;
}
p.iso_text a {
  color: #fff;
}
p.iso_text a:hover {
  color: #F0C700;
}
span.byline {
  display: none;
}
span.posted-on {
  display: none;
}
.inner_post {
  padding: 0px;
}
@media screen and (min-width: 992px) {
  .inner_post {
  padding-top: 40px;
  }
}
h1.entry-title {
  margin-bottom: 30px;
  display: none;
}
.data_driven_box h5 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 17px !important;
  font-weight: 500;
  font-family: 'Poppins';
  color: #06273D;
  line-height: 30px;
}
section.data_driven_user {
  padding: 70px 0px;
}
.data_driven_title_user .heading_h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  /* font-size: 64px; */
  font-size: 42px;
  line-height: 120%;
  color: #06273D !important;
  margin-bottom: 40px;
}
.data_driven_box_user h6 {
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 24px;
  font-size: 21px;
  font-family: 'Poppins';
  margin-top: 15px;
  color: #06273D;
}

.privacy_policies_user {
  max-width: 1050px;
  margin: auto;
}

.privacy_policies_user .data_driven_box_user {
  text-align: center;
}
.news_blog_content h4 a {
  color: #06273D !important;
}

.modal-dialog.modal-dialog-centered {
  max-width: 100% !important;
  height: 100vh;
  margin: 0;
}

.modal-content {
  width: 100%;
  height: 100vh;
  background: #06273D;
}

.header_content nav .nav-list li .modal-body {
  position: relative;
  padding: 0rem 1rem 2rem;
  display: flex;
  align-items: center;
  max-width: 602px;
  margin: auto;
  justify-content: center;
}
form {
  width: 550px;
  margin: auto;
}

.modal-body input.form-control {
  padding: 10px;
  max-width: 100%;
  margin: auto;
  background: none;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  color: #fff;
}
.modal-body input.form-control:focus {
  box-shadow: 0 0 0 0;
  outline: none;
}

::placeholder {
  color: #fff !important;
}

.btn-close {
  background: transparent url("../png/close.png") center/1em auto no-repeat;
}
#customers-slider .slide.item {
  margin-bottom: 50px;
}
.news_feature_box h3 a {
  color: #06273D;
}
div#news_product_content h5 a {
  color: #fff;
}
.feature_item_content h5 a {
  color: #06273D;
}
.page-id-43 .banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 38%;
}
.page-id-43 .banner-text {
  /* padding-top: 60px; */
  padding-top: 50px;
  padding-right: 40px;
  max-width: 85%;
  margin-left: auto;
}
.page-id-43 #contact_content p {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.support_search {
  padding: 28px;
  width: 100%;
  background-color: #d9d9d9;
  margin-top: 70px;
}
.support_search h2 {
  font-family: 'Poppins';
  margin-bottom: 20px;
  font-size: 2.3em;
  line-height: 1.1em;
  font-weight: 500;
  font-style: italic;
}
.support_bar ul {
  list-style: none;
  margin-left: 0;
  margin-top: -6px;
  padding-left: 0;

}
.support_bar ul li {
  margin-top: 7px;
  padding: 5px 0 5px 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(217,217,217,1);
}

.support_bar ul .submenu li a{
  line-height: 20px;
  font-size: 15px;
}

.support_bar ul li a {
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 24px;
  font-size: 20px;
  font-family: 'Poppins';
  color: #1c75bc;
  margin-left: 10px;
}
.support_bar ul li a:hover {
  color: #06273D;
}
.supoort_bar_main {
  padding: 0;
}
.sidebar.col-md-2 {
  margin-top: 30px;
}
.support_search form {
  margin: 0;
}

#form_support form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#form_support label {
  width: 94%;
}
#form_support label .search-field {
  width: 99.5%;
  padding: 5px 10px;
  border: 1px solid #4c4c4c;
}
#form_support .search-submit {
  width: 6%;
  border: 1px solid #4c4c4c;
}
.support_bar svg {
  color: #06273D !important;
  margin-right: 10px;
}
.inner_search_role {
  /* padding: 25px; */
}
.inner_search_role h2 a {
  color: #06273D;
  font-family: 'Poppins';
  font-size: 24px;
}
h2.entry-title {
  padding: 15px 0px;
}
.inner_search_role p {
  /* font-size: 14px; 18px */
  /* color: #06273D;
  font-family: 'Poppins'; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #818181;
}
article.post.search_role {
  padding: 25px 0px;
}
.data_driven_title_text h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2em;
  font-family: 'Poppins';
  color: #06273D;
  padding: 20px 70px 40px;
}
.post-content_usage_policy_main h2 {
  margin: 15px 0px;
  color: #06273D;
}
.page-id-63918 .user_data h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  font-family: 'Poppins', sans-serif;
  color: #06273D;
  margin-bottom: 16px;
}
.page-id-63918 .user_data h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #06273D;
}
.terms_policy ul li {
  margin: 10px 0px;
  color: #06273D;
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 600;
}
.terms_policy h3 {
  font-size: 36px;
  font-family: 'Poppins';
  font-weight: 600;
  margin-bottom: 30px;
  color: #06273D;
}
ul.tear_new li {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 400;
}

.terms_policy {
  padding: 70px 0px;
}
ul.tearm_points li a {
  font-size: 20px;
  color: #06273D;
  font-family: 'Poppins';
}
ul.tearm_points li a:hover {
  color: #0a58ca;
}
ul.tearm_points li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 30px
}
.terms_policy h4 {
  font-size: 28px;
  font-weight: 600;
  color: #06273D;
  font-family: 'Poppins';
  margin-bottom: 15px;
}
h4.term_bottom {
  font-size: 28px;
  font-weight: 600;
  color: #06273D;
  font-family: 'Poppins';
  margin-bottom: 15px;
}
.studies_bar p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #06273D;
  margin-top: 10px;
  padding: 20px;
}

.studies_btn a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #1075B9 !important;
  display: inline-block;
  transition: 0.5s;
  padding: 0 20px;
}
.support_page h4 {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #06273D;
}
.support_last_btn {
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  background: #0098FF;
  border-radius: 32px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  transition: 0.5s;
  margin-top: 72px;
  width: 230px;
  height: 58px;
}
.org_video video {
  display: block;
  width: 100%;
} 
div#accordionExample {
  display: none;
}
.page-id-63806 div#accordionExample {
  display: block;
}
.org_video video {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}
/* .question_list .accordion-button:not(.collapsed) {
  background: #06273d;
}
.question_list .accordion-button:not(.collapse) {
  color: #fff;
  background: #0d6ba9;
  box-shadow: 0 0 0 0;
  border: 0;
} */

.page-id-35 .an_lms {
  width: 100%;
  padding: 80px 0px;
}

.video_icon {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_icon img {
  width: 100px;
  height: unset;
}

.video-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

video {
  margin-top: 20px;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

.video-thumbnail {
  cursor: pointer;
  position: relative;
}

.thumbnail-container {
  position: relative;
  cursor: pointer;
}

.thumbnail {
  width: 100%;
  height: auto;
}

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

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

video {
  margin-top: 20px;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}




/* teacher 2nd video */

.thumbnail-container {
  position: relative;
}

.thumbnail {
  width: 100%;
  height: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 11;
}

video {
  margin-top: 20px;
}

.close-btn {
  position: absolute;
  top: 75px;
  right: 15px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}


/* video css of org type */

.thumbnail {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.video-icon {
  cursor: pointer;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

/*
.video-popup1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.video-popup2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
*/

video {
  margin-top: 20px;
}

.close-btn {
  position: absolute;
  top: 95px;
  right: 15px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}
.play-button img {
  width: 100px;
  height: unset;
}

.stories_img img {
  max-height: 300px;
  object-fit: contain;
  height: 300px;
}

.page-id-63914 section.wpb-content-wrapper {
  padding: 50px 0px;
}

.page-id-64621 #Unison_section .region_text p  {
  color: #000;
}
.data_driven_title p {
  margin-bottom: 35px;
}
.page-id-64621 .data_driven_title.text-center h2 {
  margin-bottom: 10px;
}
.page-id-64621 .data_driven {
  padding-bottom: 0px;
}
.page-id-64621 .user_data h1 {
  font-size: 50px;
}
.page-id-64621 .user_data h2 {
  font-size: 24px;
}
.page-id-64621 .data_driven_box_user h6 {
  line-height: 30px;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Poppins';
  margin-top: 20px;
}

.news-single-page{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #0d6efd;
  display: inline-block;
  padding-right: 32px;
  position: relative;
}

.cat-single-sidebar .col-lg-3{
  margin-top: 56px;
}

.searching-data{
  font-size: 11px;
  line-height: 20.4px;
}



/*
Post last line css
*/

span.edit-link {
  display: none;
}

span.cat-links a {
  display: none;
}

/*
Post last line css end
*/

/*
link color css
*/

a.govt-edsby {
  color: #0098FF;
}
a.govt-edsby:hover {
  color: #06273D;
}
/*
link color css end
*/



/*
Accordian Bullet Points Css
*/
ul.role-base {
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  /* list-style-type: disc; */
}

ul.role-base li {
  list-style: unset;
  margin-left: 30px;
}


/*
search page css
*/

.search-result-pagination{
  border-style: solid;
  border-width: 1px 0;
  font-family: 'Poppins', sans-serif;
}

.search-result-pagination .page-numbers{
  display: inline-block;
  padding: 11px 14px;
  color: #06273D ;
}

span.page-numbers.current{
  font-weight: bold;
}
.inner_search_role h5 a{
  color: #06273D ;
}

.post-permalink .permalink{
  color: rgba(28,117,188,1);
}
.search-result-loop article{
  font-family: 'Poppins';
}
.search-results .permalink {
	display: none!important;
}
.search-row{
  margin-top: 25px;
  margin-bottom: 25px;
}
.search-title{
  margin-top: 10px;
}
.search-image img{
  height: 277px;
  object-fit: cover;
}
.search-title h5{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #06273D;
}

/* intigration slider */


#intigration-custom-slider .item{
  height: 600px;
  object-fit: cover;
}

#intigration-custom-slider .owl-nav .owl-prev{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;

    
}
#intigration-custom-slider .owl-nav .owl-prev span{
    background-color: rgba(0,0,0,0.3);
    border-radius: 20px;
    padding: 20px;
    background-size: 70% 70%;
}

#intigration-custom-slider .owl-nav .owl-next{
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;

  
}
#intigration-custom-slider .owl-nav .owl-next span{
  background-color: rgba(0,0,0,0.3);
  border-radius: 20px;
  padding: 20px;
  background-size: 70% 70%;
}

.intigration-logo{
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid #f1f1f1;
  background-color: white;
  border-radius: 5px;
}

.testimonial-custom{
  font-size: 24px;
  line-height: 38px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  /* font-style: italic; */
}
.testimonial-custom svg{
  color: #1C75BC;
  font-size: 60px;
}

.quote_meta{
  margin-top: 10px;
}

.single-integration .testimonial {
  margin-bottom: 24px;
}

.news-single{
  margin-top: -27px;
}
.entry-content:not(.intigratio) ol{
  margin-left: 0px;
  padding-left: 0px;
}

.my_help_bar .col-md-2{
  margin-top: 50px;
}

.centered-iframe{
  top: 50%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
}





/*
  Student Post page css ( single Post )
*/

.wpb_wrapper img.alignnone.size-full.wp-image-19447 {
  border: 5px solid #D9EAF4;
  padding-bottom: 0px !important;
}
img.alignnone.size-full.wp-image-19447 {
  margin-bottom: 15px !important;
}

.postcontent_help img {
  padding-bottom: 0px !important;
}
section .wpb-content-wrapper table {
  border: none;
}
section .wpb-content-wrapper table td {
  font-size: 16px;
  text-align: justify !important;
}
section .wpb-content-wrapper table tr td {
  border: none;
}
.wpb-content-wrapper table tr:hover {
  background-color: #cceaff;
}
.wpb-content-wrapper table tbody tr:nth-child(odd) {
  background: transparent;
}
.wpb-content-wrapper table tbody tr:nth-child(odd):hover {
  background-color: #cceaff;
}
.wpb-content-wrapper table tr {
  border-top: 1px solid #D9EAF4;
}
.wpb_wrapper p {
  margin-bottom: 15px;
}
ol.monthly-personal {
  margin: 0;
  padding: 0;
}
.monthly-personal li {
  margin-bottom: 10px;
  margin-top: 10px;
  list-style-type: decimal;
}
ul.monthly-personal {
  padding-left: 30px;
}
table.student-inner-table img {
  margin-top: 0px;
}
.vc_column-inner {
  padding-bottom: 35px;
}




/*
  Teacher Post page css ( single Post )
*/

section.wpb-content-wrapper p {
  margin-bottom: 15px;
}
section.wpb-content-wrapper h3 {
  margin-bottom: 15px;
  color: #444;
}
section.wpb-content-wrapper h2 {
  margin-bottom: 15px;
  color: #444;
}
section.wpb-content-wrapper h4 {
  margin-bottom: 15px;
  color: #444;
}


/*
  Parents Post page css ( single Post )
*/

.postcontent_help.responsive_help_image p {
  margin-bottom: 15px;
}

.postcontent_help.responsive_help_image h2 {
  margin-bottom: 15px;
  color: #444;
}
.help-detail-section {
  margin-bottom: 30px;
}

.postcontent_help p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 15px;
}

.postcontent_help h3 span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 32px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 25px;
}




/*
    News Post page css ( single Post )
    ul & li css apply in help artical post ( single Post )
*/

.entry-content .news-single h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.entry-content .news-single p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 15px;
}

ul.edsby-inner-single-post li {
  list-style: disc;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 10px;
  margin-left: 25px;
}

ol.edsby-number-points li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 10px;
  margin-left: 25px;
  list-style-type: decimal;
}

.entry-content .news-single h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  font-size: 24px;
}

.entry-content .news-single h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  font-size: 32px;
}



/*
New Role page css ( single Post )
*/

.new_type_role {
  padding: 70px 0px;
}
.page .new_type_role .support_bar ul li {
display: flex;
}
.my_new_heading h1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #06273D;
}

.term-36 .my_new_heading h1::before {
  content: "";
  background-image: url(../png/frame-11.png);
  width: 80px;
  height: 80px;
  background-size: cover;
  display: inline-flex;
  align-items: center;
}

.term-39 .my_new_heading h1::before {
  content: "";
  background-image: url(../png/frame-9.png);
  width: 80px;
  height: 80px;
  background-size: cover;
  display: inline-flex;
  align-items: center;
}

.term-41 .my_new_heading h1::before {
  content: "";
  background-image: url(../png/frame-10.png);
  width: 80px;
  height: 80px;
  background-size: cover;
  display: inline-flex;
  align-items: center;
}

.term-42 .my_new_heading h1::before {
  content: "";
  background-image: url(../png/cap.png);
  width: 80px;
  height: 80px;
  background-size: cover;
  display: inline-flex;
  align-items: center;
}

@media (max-width:1250px) {
	.new_heading_for_role .section {
		margin-bottom: 24px
	}
}

@media (max-width:768px){
	.my_new_heading h1 {
		font-size: 24px;
		margin: 0;
		align-items: center;
	}
	.my_new_heading h1:before {
		width: 60px;
		height: 60px;
	}
	
}

.my_new_heading h3 p {
  font-size: 32px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 25px;
  color: #06273D;
}

.new_heading_for_role h4 {
  color: #06273D;
  font-size: 28px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 45px;
}

ul.new_point li a {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 30px;
  color: #06273D;
}

.new_point li ul li::before {
  content: "";
  background-image: url(../png/angle-right.png);
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}

ul.new_point li a:hover {
  color: #0098ff;
}

.new_heading_for_role h3 {
  color: #06273D;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 120%;
}

.new_point .thumb img {
  margin-top: 20px;
}

.my_video {
  flex-direction: column-reverse;
}

.my_new_heading ul li {
  display: flex;
}
.new_heading_for_role img.stdimg {
  margin-right: 10px;
}
/* .new_heading_for_role li.parent-menu a {
  font-weight: bold !important;
} */
.new_heading_for_role ul.sub-menu li a {
  font-weight: normal !important;
}



/*
New Excle Sheet page css
*/

a.details-btn {
  color: #FFFFFF;
  border-color: #08c;
  background-color: #08c;
  font-size: 16px;
  padding: 7px 14px;
  line-height: 22px;
}

a.details-btn:hover {
  background: #1791f5;
}

.feature-details-new {
   text-align: center;
}

/* .feature-details-inner-new img {
  width: 195px;
  height: 164px;
  margin-bottom: 25px;
} */

.feat_dese  {
  height: 250px;
}

.feature-details-inner-new {
  border-radius: 20px;
}

.page-id-65137 .mt-82 {
  margin-top: 0px;
}

.approache-new h1 {
  color: #06273D;
  font-family: 'Poppins';
}

.approache-inner-new h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 33px !important;
  line-height: 120%;
  color: #06273D;
  margin: 10px 0px;
}

.approache-inner-new p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #06273D;
}

.page-id-65144 .contact_btn {
  margin: 25px 0px;
}

.page-id-65144 div#page {
  display: flex;
  flex-direction: column;
}

.page-id-65144 .quote_digital_class {
  order: 2;
}

.page-id-65144 .footer {
  order: 3;
}

.approache-main {
  padding-top: 80px;
}

.security-main {
  padding: 70px 0px;
}

.public-policy-sept {
  padding: 70px 0px;
}

.public-policy-sept-inner-data h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 0px !important;
  color: #06273D;
}

.public-policy-sept-inner-data h2 {
  font-size: 32px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 40px;
  color: #06273D;
}

.public-policy-sept-inner-data p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #06273D;
}

.edsby-jobs-data {
  padding: 120px 0px;
}

.edsby-jobs-data h2 {
  font-size: 42px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #06273D;
}

.edsby-jobs-data p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 15px;
}

ul.jobs-point li {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 30px;
  color: #06273D;
  font-family: 'Hind Vadodara';
  list-style: disc;
  margin-left: 35px;
}

.Investor-data {
  padding: 120px 0px;
}

.Investor-data h2 {
  font-size: 42px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #06273D;
}

.Investor-data h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 15px;
}

.mordern-lms {
  padding: 70px 0px;
}

.access-management {
  padding: 70px 0px;
}

.access-management h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 20px;
  color: #06273D;
}

.access-management p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 15px;
}

.access-management h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #06273D;
}

.access-management h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #06273D;
}

.access-management .contact_btn {
  margin-top: 22px !important;
}

.data-store-forensics {
  padding: 70px 0px;
}

.data-store-forensics h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 20px;
  color: #06273D;
}

.data-store-forensics p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 15px;
}

.data-store-forensics h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #06273D;
}

.edsby_app {
  padding: 70px 0px;
}

.edsby_app p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 10px;
}

ul.app_points li {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 30px;
  color: #06273D;
  font-family: 'Hind Vadodara';
  list-style: disc;
  margin-left: 35px;
  margin-bottom: 10px;
}

.edsby_key_system {
  padding: 70px 0px;
}

.edsby_key_system h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 20px;
  color: #06273D;
}

.edsby_key_system p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 10px;
}

.edsby_key_system h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #06273D;
}

.edsby_key_system h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #06273D;
}

ul.key_points li {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 30px;
  color: #06273D;
  font-family: 'Hind Vadodara';
  list-style: disc;
  margin-left: 35px;
  margin-bottom: 10px;
}

.page-id-65238 .contact_btn {
  margin-top: 20px;
}

.parent_account {
  padding: 70px 0px;
}

.parent_account h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 20px;
  color: #06273D;
}

.parent_account p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 10px;
}

ul.account_points li {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 30px;
  color: #06273D;
  font-family: 'Hind Vadodara';
  list-style: disc;
  margin-left: 35px;
  margin-bottom: 10px;
}

.parent_account h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #06273D;
}

.page-id-65243 .contact_btn {
  margin-top: 20px;
}

.thank_you_main {
  padding: 150px 0px;
}

.thank_you_main h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 20px;
  color: #06273D;
}

.thank_you_main p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: #06273D;
  margin-bottom: 10px;
}



section.cofounder_section {
  width: 100%;
  position: relative;
  padding: 70px 0px;
}
.cofounder_box {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 13px 4px rgb(212 212 212 / 50%);
  padding: 30px;
  margin-bottom: 30px;
}
.cofounderimg {
  width: 15%;
}
.cofoundertxt {
  width: 85%;
  padding-left: 30px;
}
.cofoundertxt h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  font-family: 'poppins', sans-serif;
  margin: 0px 0px 20px 0px;
  color: #06273D;
}
.cofoundertxt p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Hind Vadodara';
  margin: 0;
}

.page-id-65282 .mt-82 {
  margin-top: 0px;
}

section.country_details {
  padding: 70px 0px;
}

.country_view {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.countryimg {
  max-width: 75%;
  height: auto;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
}
.countrytxt h2 {
  font-size: clamp(18px, 4vw, 33px);
  line-height: normal;
  color: #06273D;
  font-weight: 700;
  margin-top: 20px;
}
.more_story_btn {
  margin: 50px 0px;
  text-align: center;
}
.more_story_btn a {
  font-size: 20px;
  color: rgb(0, 132, 255);
  font-weight: 400;
  
}

.more_story_btn a:hover {
  text-decoration: underline;
}

.countrytxt h4 {
  font-size: clamp(24px, 3vw, 30px);
  color: rgb(48, 48, 48);
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'poppins' sans-serif;
}

.countrytxt a {
  font-size: 16px;
  color: rgb(48, 48, 48);
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 7px 12px;
  display: inline-block;
}

.countrytxt a:hover {
  text-decoration: underline;
}

.countrytxt1 a {
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  background: #0098FF;
  border-radius: 32px;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  transition: 0.5s;
  /* margin-top: 72px; */
  height: 56px;
}

.countrytxt1 a:hover {
  color: #06273D;
  background: #F0C700;
}

.countrytxt1 h4 {
  font-size: clamp(24px, 3vw, 30px);
  color: rgb(48, 48, 48);
  font-weight: 500;
  margin-bottom: 20px;
  color: #06273D;
  font-family: 'poppins' sans-serif;
}

h2.country_title_new {
  font-size: clamp(20px, 3vw, 32px);
  line-height: normal;
  color: #06273D;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;

}

.page-id-65282 .banner_bg {
  width: 100%;
  text-align: center;
  height: 630px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-65282 .banner_bg img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

ul.work_way_points li {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 30px;
  color: #FFF;
  font-family: 'Hind Vadodara';
  list-style: disc;
  margin-left: 35px;
  margin-bottom: 10px;
}

ul.integration_points li {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 30px;
  color: #FFF;
  font-family: 'Hind Vadodara';
  list-style: disc;
  margin-left: 35px;
  margin-bottom: 10px;
}

.edsby_events {
  padding: 70px 0px;
}

.event_regi_heading h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #06273D;
}

.event_small_title h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #06273D;
}

.event_text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Hind Vadodara';
  margin: 0;
}

.event_btn {
  text-align: center;
}

.event_btn a {
  color: #fff;
}

.newssection {
  width: 100%;
  position: relative;
  padding: 70px 0px;
  background: #06273D;
}
.newshead {
  text-align: center;
  margin-bottom: 50px;
}
.newshead h2 {
  font-size: clamp(18px, 4vw, 33px);
  line-height: normal;
  color: #FFF;
  font-weight: 700;
  margin-top: 20px;
  font-family: 'Poppins';
}
.newshead h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 20px;
  color: #FFF;
}
.newstxt h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 10px;
  color: #FFF;
  margin-top: 35px;
}
.newstxt p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Hind Vadodara';
  margin: 0;
  color: #FFF;
}

h2.member_title {
  font-size: clamp(18px, 4vw, 33px);
  line-height: normal;
  color: #06273D;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Poppins';
}

.report_card_details {
  padding: 70px 0px;
}

.report_card_details h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 35px;
  color: #06273D;
}

.report_card_details p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Hind Vadodara';
  margin: 0;
  color: #06273D;
}

ul.caed_points {
  margin-top: 20px;
}

ul.caed_points li {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 30px;
  color: #06273D;
  font-family: 'Hind Vadodara';
  list-style: disc;
  margin-left: 35px;
  margin-bottom: 10px;
}

ul.made_just_points li {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 30px;
  color: #06273D;
  font-family: 'Hind Vadodara';
  list-style: disc;
  margin-left: 35px;
  margin-bottom: 10px;
}

.page-id-65437 .involvement {
  padding-bottom: 0px !important;
}

.page-id-65437 .data_driven_partner {
  padding: 20px 0px;
}

.thank_you {
  padding: 70px 0px 0px 0px;
}

.thank_you_heading h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 20px;
  color: #06273D;
}

.thank_you_sub_title h2 {
  font-size: clamp(18px, 4vw, 33px);
  line-height: normal;
  color: #FFF;
  font-weight: 700;
  margin-top: 20px;
  font-family: 'Poppins';
}

.thank_you_text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Hind Vadodara';
  margin: 0;
  color: #06273D;
}

.thank_you_btn {
  text-align: center;
  padding-bottom: 50px;
}

.thank_you_btn a {
  color: #FFFFFF;
}

.assessment_newstxt_text h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 10px;
  color: #FFFF;
  margin-top: 40px;
}

.assessment_newstxt_text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Hind Vadodara';
  /* margin: 0; */
  color: #FFF;
}

.ana_points h5 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 35px;
  color: #FFFFFF;
  text-align: center;
}

.codieimg p {
  font-family: 'Hind Vadodara';
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 24px;
  color: #FFFFFF;
  margin-right: 50px;
}

.codieimg img {
  margin: 30px 30px 20px 0px;
}

.analytic img {
  margin-left: 55px;
}

.codie_class_img p {
  font-family: 'Hind Vadodara';
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 30px;
}

.collaboration_newstxt_text h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 40px;
  margin-bottom: 10px;
  color: #FFFF;
  margin-top: 40px;
}

.collaboration_newstxt_text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Hind Vadodara';
  /* margin: 0; */
  color: #FFF;
}









@media (max-width: 767px) {
  .cofounder_box {
    padding: 20px;
    flex-direction: column;
}
.cofounderimg {
    width: 100%;
}
.cofoundertxt {
    width: 100%;
    padding-left: 0px;
}
}

@media (max-width: 991px){
  .sidebar.col-md-2 {
      width: 100%;
  }
  .support_bar svg {
    font-size: 13px !important;
  }
  .support_bar ul li a {
    font-size: 16px;
  }
  .support_bar ul li {
    padding: 5px 0 5px 5px;
  }
}

@media (max-width:1200px) {
	.support_bar {
		margin-bottom: 40px
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sidebar.col-md-2 {
      width: 100%;
}
 
}
@media(min-width: 1201px) {
.tax-role .support_bar ul li {
    text-align: left;
    margin-top: 7px;
    padding: 8px 0px 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(217,217,217,1);
    font-size: 80%;
 }
.tax-role .support_bar ul li a {
    margin-left: 5px;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sidebar.col-md-2 {
      width: 100%;
}
 
}
@media (max-width:1400px) {
	.support_bar svg {
		margin-right: 0;
	}
	.support_bar ul li {
		padding: 5px 0 5px 10px;
	}
}
@media (max-width:1200px) {
	.my_help_bar .col-md-2 {
		width: 100%;
	}
}
.support_bar li {
	display: flex;
	align-items: center;
}
.parent-pageid-51 .setdata_page {
	display: none;
}
@media (max-width: 640px) {
	.my_new_heading h3 p,
	.new_heading_for_role h4{
		font-size: 24px;
	}
}

/* Google & Microsoft Middle Banner*/

.review_edsby {
  width: 100%;
  background-image: url(../review-bg-2.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 110px 0px;
}

.review_edsby::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(16, 117, 185, 0.9);
}

.review_edsby {
  text-align: center;
}

.review_edsby ul {
  margin: 0;
  padding: 0;
}

.review_edsby ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 15px;
}

.review_txt {
position: relative;
z-index: 1;
}

.review_txt h6 {
font-size: clamp(22px, 3vw, 30px);
color: #FFF;
font-weight: 700;
line-height: normal;
margin-top: 30px;
}
/* .review_txt .review_btn {
width: 220px;
background: #ffd300;
font-size: 22px;
font-weight: 500;
color: #FFF;
line-height: normal;
text-decoration: none;
display: inline-block;
padding: 20px 10px;
margin-top: 30px;
} */

/* Google & Microsoft Middle Banner End*/ 

@media (min-width: 992px) and (max-width: 1399px) {
.ensure_img img {
    margin-left: 0;
}
}
@media (max-width: 991px) {
.page-id-63776 .features_built h4 {
margin-top: 25px
}
.page-id-63776 section.multi {
    padding: 20px 0;
}
.page-id-63776 section.Features {
    padding: 40px 0px;
}
.page-id-63776 .row {
    gap: 20px;
	}
}

/*News*/
.single-post .blockquote {
    position: relative;
    padding: 16px 24px;
    margin: 16px 16px 26px 16px;   
    font-size: 16px;
    border-top: 2px solid #337AB7;
    border-bottom: 2px solid #337AB7;
}
.single-post .blockquote::after {
    font-weight: bold;
    position: absolute;
    content: "”";
    color: #BFE2FF;
    font-size: 160px;
    line-height: 0;
    bottom: -22px;
    right: 30px;
    text-shadow: 2px 0 0 #337AB7, -2px 0 0 #337AB7, 0 2px 0 #337AB7, 0 -2px 0 #337AB7, 1px 1px #337AB7, -1px -1px 0 #337AB7, 1px -1px 0 #337AB7, -1px 1px 0 #337AB7;   
}
.single-post .blockquote cite {
    color: #337AB7;
    font-size: 15px;
    padding-top: 20px;
    display: block;
}