#header .logo h1,
.btn,
.btn-custom,
.heading,
.main-nav ul li a {
  text-transform: uppercase;
}
#header,
a {
  transition: 0.5s;
}
.back-to-top,
.header-inside .offerings-inner .heading::after,
a.scrolldown,
li.mobile-brochure,
section#endorsements .carousel-indicators li:first-child {
  display: none;
}
#header,


#preloader,
.approach-content ul li:nth-child(2n + 2),
body {
  background: #fff;
}
#header,
div#carouselExampleIndicators .carousel-item {
  min-height: unset;
}
.carousel-item.slide2 .header-text h1,
.hd3,
.link1 span,
.testimonial-text {
  font-style: italic;
}
.btn-custom,
.main-nav ul li a,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
}
body {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
a {
  color: #007bff;
}
a:active,
a:focus,
a:hover {
  color: #0b6bd3;
  outline: 0;
  text-decoration: none;
}
.link1 span,
.underline {
  text-decoration: underline;
}
p {
  padding: 0;
  margin: 0 0 25px;
  border: 0;
  outline: 0;
  font-size: 100%;
}
.mobile-nav ul,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
}
.back-to-top {
  position: fixed;
  background: #F26F35;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: 1s linear infinite animate-preloader;
  animation: 1s linear infinite animate-preloader;
}
@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
#header {
  z-index: 997;
  padding: 0;
  background-color: #F26F35;
}
header#header.fixed-top.header-scrolled {
  background: #fff;
  z-index: 999;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}
#header.header-pages,
#header.header-scrolled {
  padding: 0;
}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 19px 0;
}
#header .logo-2.logo-right img {
  margin-bottom: 0;
  margin-top: 15px;
}
#header .logo img.logo-2 {
  max-width: 180px;
}
header#header.fixed-top.header-scrolled a.scrolldown {
  display: inline-block;
}
.link1:hover,
.main-nav ul li.active a,
.main-nav ul li:hover a,
.note a,
header#header.fixed-top.header-scrolled .main-nav ul li a {
  color: #000;
}
.link1,
.main-nav ul li.active a,
header#header .main-nav ul li a:hover,
header#header.fixed-top.header-scrolled .main-nav ul li.active a,
p.lg-txt a {
  olor: #000;
}
header#header.fixed-top.header-scrolled .main-nav ul li.enquire-btn a {
  color: #fff;
}
li.enquire-btn.active a {
  color: #fff !important;
}
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
 
}
.main-nav ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.main-nav ul li {
  margin-left: 32px;
}
.main-nav ul li:first-child {
  margin-left: 0;
}
.social-header i.fa.fa-phone {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  float: left;
  font-size: 19px;
  text-align: center;
  line-height: 32px;
  position: relative;
  transition: 0.3s;
  background: #248B45;
  color: #fff;
  margin-left: 35px;
}
.main-nav ul li:last-child {
  margin-right: 0;
}
.main-nav ul li.enquire-btn a {
  background: #F26F35;
  color: #fff;
  padding: 13px 30px;
  border-radius: 25px;
}
div#navbarSupportedContent {
  flex-direction: column-reverse;
}
div#carouselExampleControls,
div#carouselExampleControls .carousel-inner {
  height: 100%;
  position: relative;
}
div#carouselExampleControls2,
div#carouselExampleControls2 .carousel-inner {
  height: 100%;
  position: relative;
}
.carousel-item {
  position: relative;
  height: 100%;
  min-height: 500px;
}
div#carousel-default .carousel-inner,
div#carousel-default .item {
  height: 100%;
  position: relative;
  width: 100%;
  top: 0;
}
section {
  padding: 60px 0;
  float: left;
  width: 100%;
}
.bg-yellow {
  background: #fefbea;
}
.bg-blue {
  background: #f9fcfd;
}
.bg-grey {
  background: #fbfbfb;
}
section#intro {
  padding: 0;
  position: relative;
  margin-top: 90px;
  background: #F5F5F5;
}
section#intro:before {
  content: "";
}
.header-text h1 {
  font-size: 34px;
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 3px;
}
.slide-frst .header-text h1 {
  font-size: 38px;
  line-height: 1.2;
}
.slide-frst span.hd2 {
  padding: 0 0 20px;
  width: 100%;
}
.header-text {
  max-width: 100%;
}
.black-txt {
  color: #000 !important;
}
.blue-txt {
  color: #F26F35 !important;
}
.carousel-item .header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 59%;
  right: 10px;
}
.header {
  padding: 100px 0;
}
div#carouselExampleControls {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  background: url(../images/header-img.png) left bottom no-repeat;
}
div#carouselExampleControls2 {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  background: url(../images/banglore/header-img2.webp) right bottom no-repeat;
}
.approach-content ul li {
  width: 20%;
  float: left;
  height: 80px;
  background: #f4f8fb;
  border-right: 1px solid #f3f2f2;
  border-bottom: 1px solid #f3f2f2;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.approach-content ul {
  border: 1px solid #f3f2f2;
  float: left;
  width: 100%;
  border-right: 0;
  border-bottom: 0;
}
.approach-content ul li .content-inside {
  position: absolute;
  text-align: center;
  left: 30px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-style: italic;
}
span.arrow {
  display: block;
}
.heading {
  font-size: 35px;
  font-weight: 500;
  color: #F26F35;
  padding-bottom: 20px;
  position: relative;
  line-height: 1;
  margin-bottom: 60px;
  letter-spacing: 2px;
}
.heading2 {
  font-size: 30px;
  font-weight: 500;
  color: #F26F35;
  padding-bottom: 20px;
  position: relative;
  line-height: 1;
  letter-spacing: 2px;
}
.back-bt,
.form-group.submit-area input {
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
}
.heading:after {
  content: "";
  width: 150px;
  height: 4px;
  background: #248B45;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}
.hd3 {
  font-weight: 300;
  font-size: 28px;
}
.heading ~ .hd3 {
  margin-bottom: 50px;
  margin-top: -35px;
}
section#about .card {
  background: 0 0;
  border: 0;
  text-align: center;
  margin: 0 -5px;
}
.width-60 .achievements-l,
.width-60 .achievements-r,
section#about .card .card-body {
  padding-left: 5px;
  padding-right: 5px;
}
section#about .card .card-title {
  font-size: 22px;
  font-weight: 400;
}
.list1,
.note,
section#about .card p {
  font-size: 14px;
}
section#endorsements .carousel-indicators li img {
  border-radius: 50%;
  margin-bottom: 10px;
  display: inline-block;
  width: 79px;
  height: 79px;
  filter: grayscale(100%);
  border: 3px solid transparent;
}
section#endorsements .carousel-indicators li.active img,
section#endorsements .carousel-indicators li:hover img {
  filter: none;
  border-color: #F26F35;
  background: #F26F35;
}
section#endorsements .carousel-indicators li {
  height: auto;
  text-indent: 0;
  background: 0 0;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
  opacity: 1;
  font-weight: 600;
  width: 83px;
}
section#endorsements .carousel-indicators {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  top: -20px;
  margin: 0 auto;
  bottom: unset;
}
section#endorsements .carousel-inner {
  margin-top: 200px;
}
.form-group.message-area,
div#carouselExampleIndicators {
  width: 100%;
}
.captcha-area .controls,
section#endorsements .carousel-inner .carousel-item:first-child {
  text-align: center;
}
.testimonial-text {
  width: 60%;
  float: left;
  background: url(../images/quote.png) left 0 no-repeat;
  padding-top: 55px;
  padding-right: 60px;
  min-height: 460px;
}
span.name-quote {
  font-weight: 700;
  font-size: 16px;
  color: #F26F35;
}
span.name-quote span.name-quote2 {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.testimonial-post {
  position: relative;
  float: left;
  width: 100%;
}
.testimonial-img {
  position: absolute;
  float: right;
  right: 0;
  width: 40%;
  top: 37%;
  transform: translateY(-50%);
}
.testimonial-text p {
  line-height: 1.4;
  margin-bottom: 18px;
}
.offerings-inner ul li {
  width: 50%;
  float: left;
  padding: 15px 25px;
}
.offerings-inner ul li .offerings-list {
  padding: 30px 50px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
  min-height: 135px;
}
.offerings-inner ul li .offerings-list .img-outer {
  position: absolute;
  left: 30px;
  width: 82px;
  height: 82px;
  background: #f1f8fa;
  text-align: center;
  line-height: 82px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.bullet5 li span,
.offerings-inner ul li .offerings-list h3 {
  font-weight: 500;
  font-size: 20px;
  color: #F26F35;
  margin-bottom: 5px;
}
.bullet5 li,
.offerings-inner ul li .offerings-list p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
section#offerings .heading,
section#outcomes .heading ~ .lg-txt1 {
  margin-bottom: 40px;
}
.copyright p {
  font-size: 13px;
  text-align: center;
}
.copyright p a {
  color: #000;
  border-bottom: 1px solid #000;
}
.footer {
  padding: 14px 0;
  float: left;
  width: 100%;
  background-color: #F5F5F5;
}
.form-middle {
  max-width: 1005px;
  margin: 0 auto;
}
.form-group {
  width: 48%;
  float: left;
}
form .form-group:nth-child(2n + 2) {
  float: right;
}
.form-group label {
  display: block;
  font-size: 14px;
}
.form-control {
  padding: 12px 10px;
  height: auto;
  border-color: #c7c7c7;
  border-radius: 0;
}
textarea.form-control {
  height: auto;
  min-height: 85px;
}
.form-group.phone-area select {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #f3f2f2;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 12px 10px;
  height: auto;
  float: left;
  -webkit-appearance: none;
  background-position: 90% center !important;
}
.form-group.phone-area .form-control {
  width: calc(100% - 125px);
  float: right;
}
select.form-control {
  -webkit-appearance: none;
}
.form-group.phone-area select,
select.form-control {
  background: url(../images/arrow1.png) 97% center no-repeat;
}
.form-group label span {
  color: #cf0f0f;
  margin-left: 3px;
  font-weight: 600;
}
.form-group.captcha-area,
.form-group.submit-area {
  width: 100%;
  text-align: center;
}
.form-group.submit-area input {
  font-size: 18px;
  font-weight: 700;
  background: #F26F35;
  border: 1px solid #F26F35;
  padding: 15px 41px;
  color: #fff;
}
.back-bt:hover,
.form-group.submit-area input:hover {
  background: #fff;
  color: #F26F35;
}
.note-area {
  clear: both;
  max-width: 615px;
  margin: 0 auto 25px;
  text-align: center;
  display: block;
}
.note-area p {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}
.captcha-img,
input#security_code {
  max-width: 31%;
  display: inline;
  margin-right: 15px;
}
.captcha-image {
  border: 1px solid #f3f2f2;
}
.offerings-inner.business ul li p,
.offerings-inner.individual ul li p,
.offerings-inner.organisation ul li p,
.offerings-inner.role ul li p {
  margin-top: 10px;
  text-align: justify;
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 24px;
  z-index: 9999999;
  border: 0;
  background: 0;
  font-size: 24px;
  transition: 0.4s;
  outline: 0 !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 0;
}
.list1,
.mobile-nav-toggle i {
  margin: 0;
}
i.fa.fa-bars {
  color: #F26F35;
  padding: 10px;
  border: 1px solid transparent;
}
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999999999;
  overflow-y: auto;
  left: -300px;
  width: 300px;
  padding-top: 18px;
  background: #F26F35;
  transition: 0.4s;
}
.mobile-nav ul li a {
  color: #fff;
  font-size: 1rem;
  padding: 12px 20px;
  margin-left: 0;
  width: 100%;
  float: left;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav-active .mobile-nav {
  left: 0;
  box-shadow: 0 0 30px rgb(127 137 161 / 30%);
}
button.mobile-nav-toggle i.fa.fa-times {
  margin: 0;
  padding: 10px;
  background: #fff;
  top: 20px;
  color: #F26F35;
  border: 1px solid transparent;
}
.approach-content ul li.font-15 .content-inside {
  font-size: 15px;
  left: 15px;
  right: 15px;
}
.approach-content ul li .content-inside span.wht-bx {
  background: #fff;
  display: inline-block;
  padding: 0 5px 4px;
  text-align: left;
}
.approach-content ul li .content-inside span.wht-bx span {
  text-align: center;
  display: block;
}
.link1 img {
  margin-right: 8px;
}
#faq h3,
.sub-hd {
  color: #F26F35;
  font-weight: 600;
  font-size: 20px;
  margin: 40px 0 15px;
  line-height: 1;
}
#faq p,
.bold-txt {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 10px;
  text-align: justify;
}
.btn-custom,
.lg-txt,
.list1,
section#outcomes .offerings-inner .lg-txt1 {
  font-weight: 300;
}
.width-60 {
  margin: 0 auto;
  max-width: 1010px;
}
.list1 li {
  background: url(../images/bullet.png) 0 9px no-repeat;
  padding: 6px 0 6px 12px;
  line-height: 18px;
}
.banner-text-2,
.header.header-inside .header-text h1 {
  line-height: 1.3;
}
.note {
  text-align: center;
  width: 100%;
}
.book,
.note-txt {
  display: inline-block;
  vertical-align: middle;
}
.lg-txt {
  font-size: 18px;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 40px;
}
.lg-txt1,
.modal-title {
  font-weight: 500;
}
section#outcomes .lg-txt {
  float: left;
  width: 100%;
}
.modal.show .modal-dialog {
  margin-top: 135px;
}
.modal-dialog {
  width: 100%;
  max-width: 595px;
}
.modal-header .close {
  background: #F26F35;
  color: #fff;
  opacity: 1;
  font-weight: 300;
  font-size: 35px;
  padding: 9px 15px;
}
.carousel-arrow {
  position: absolute;
  bottom: auto;
  width: 100%;
  padding: 0 15px;
  left: 0;
  top: 50px;
}
.carousel-arrow .carousel-control-next,
.carousel-arrow .carousel-control-prev {
  height: auto;
  width: auto;
  padding: 15px;
  font-size: 0;
  border: 1px solid #F26F35;
}
.carousel-arrow .carousel-control-prev {
  left: 40%;
  background: url(../images/bullet.png) center no-repeat #fff;
  transform: rotate(180deg);
}
.carousel-arrow .carousel-control-next {
  right: 40%;
  background: url(../images/bullet.png) center no-repeat #fff;
}
section#thankyou {
  padding-top: 140px;
}
.thankyou-page #header {
  border-bottom: 1px solid #ddd;
}
.approach-content ul li.no-italic .content-inside {
  font-style: normal;
}
.achievements-box {
  background: #fff;
  padding: 12px 55px;
  margin: 0 0 10px;
  min-height: 109px;
}
.heighlight {
  font-size: 15px;
  top: -3px;
}
.note-txt2 {
  padding: 0 10%;
  text-align: center;
  display: block;
  margin-top: 10px;
  float: left;
  font-size: 14px;
  width: 100%;
}
.offerings-sub-tabs .offerings-inner ul li {
  width: 33.33%;
}
.offerings-sub-tabs .offerings-inner ul li .offerings-list {
  min-height: 225px;
}
.offerings-sub-tabs .resp-tabs-list li {
  width: auto;
  float: none;
  border: 0 !important;
  border-right: 1px solid #ddd !important;
  border-radius: 0;
  margin: 0 0 0 -4px;
  padding: 0 15px;
  font-weight: 400;
}
.offerings-sub-tabs .resp-tabs-list .resp-tab-active {
  background: #fff !important;
  color: #248B45 !important;
}
.offerings-sub-tabs .resp-tabs-list li:last-child {
  border-right: 0 !important;
}
.offerings-sub-tabs .offerings-inner ul li .offerings-list .img-outer {
  top: 75px;
}
.lg-txt1 {
  font-size: 24px;
}
.form-a {
  float: left;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}
.form-a .img-outer img {
  max-height: 50px;
}
.header.header-inside {
  padding: 40px 0 50px;
  min-height: 560px;
}
.form-inner iframe,
.form-inner-2 iframe {
  height: 380px;
}
.bg-grey-2 {
  background: #e5f2f7;
}
.back-bt,
div#carouselExampleControls .carousel-indicators li.active {
  background: #F26F35;
}
div#carouselExampleControls2 .carousel-indicators li.active {
  background: #F26F35;
}
.banner-text-2 {
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
.header-inside .offerings-inner ul li {
  padding: 10px 0;
  width: 100%;
}
.header-inside .offerings-inner {
  max-width: 350px;
  margin-top: 10px;
}
.header-inside .offerings-inner ul li .offerings-list {
  min-height: 105px;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-box {
  padding-top: 50px;
}
.header-inside .offerings-inner .heading {
  font-size: 27px;
  color: #F26F35;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: left;
}
html {
  --scrollbarBG: #3a7afe;
  --thumbBG: #023166;
}
.form-inner-2 iframe::-webkit-scrollbar {
  width: 11px;
}
.form-inner-2 iframe {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  overflow-y: scroll;
}
.form-inner-2 iframe::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.form-inner-2 iframe::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 1px solid var(--scrollbarBG);
}
.back-bt {
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #F26F35;
  padding: 10px 30px;
  color: #fff;
}
.mt-25 {
  margin-top: 25px !important;
}
.controls {
  width: auto;
  display: inline-block;
}
span.hd1 {
  background: #78c9e7;
  font-weight: 400;
  color: #fff;
}
span.hd2 {
  background: 0 0;
  color: #F26F35;
}
span.hd4 {
  background: #2a81a1;
  color: #fff;
}
span.hd1,
span.hd2,
span.hd4 {
  clear: both;
  float: left;
  padding: 0;
  line-height: 1.3;
}
span.author-slider {
  font-size: 25px;
  margin-top: 20px;
  float: left;
}
div#carouselExampleControls .carousel-indicators li {
  width: 15px;
  height: 15px;
  font-size: 0;
  border: 1px solid #F26F35;
  border-radius: 50%;
  opacity: 1;
  background: 0 0;
}
div#carouselExampleControls .carousel-indicators {
  bottom: 15px;
  text-align: left;
  justify-content: left;
  margin: 0;
}
div#carouselExampleControls2 .carousel-indicators li {
  width: 15px;
  height: 15px;
  font-size: 0;
  border: 1px solid #F26F35;
  border-radius: 50%;
  opacity: 1;
  background: 0 0;
}
div#carouselExampleControls2 .carousel-indicators {
  bottom: 15px;
  text-align: left;
  justify-content: left;
  margin: 0;
}
section#contact .heading {
  margin-bottom: 25px;
}
section#contact .lg-txt1 {
  margin-bottom: 35px;
}
section#outcomes .heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
  .carousel-arrow .carousel-control-prev {
    left: 50%;
    margin-left: -50px;
  }
  .carousel-arrow .carousel-control-next {
    right: 50%;
    margin-right: -50px;
  }
  .carousel-arrow .carousel-control-next,
  .carousel-arrow .carousel-control-prev {
    padding: 20px;
  }
  .carousel-arrow {
    top: 150px;
    bottom: auto;
  }
}
@media only screen and (min-width: 768px) {
  #section.endorsements {
    padding-bottom: 110px;
  }
  .hide-dsk {
    display: none;
  }
  .tabs-box {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
  }
  .banner-box {
    float: left;
    position: relative;
    width: 100%;
  }

  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .order5 {
    order: 5;
  }
  .order6 {
    order: 6;
  }
  .order7 {
    order: 7;
  }
  .order8 {
    order: 8;
  }
  .order9 {
    order: 9;
  }
  .order10 {
    order: 10;
  }
  .order11 {
    order: 11;
  }
  .order12 {
    order: 12;
  }

  .center-box {
    float: none;
    margin: 0 auto;
  }
  .offerings-inner ul .center-box {
    float: none;
    margin: 0 auto;
    clear: both;
  }
}
@media only screen and (max-width: 991px) {
  .approach-content ul li {
    width: 33.33333333333%;
  }
  .social-header {
    margin-right: 55px;
  }
  .width-60 .achievements-r {
    padding-left: 0;
  }
  .floor-palan-box {
    padding: 0 15px;
  }
  .note-txt2 {
    padding: 0 0 20px;
  }
  .offerings-sub-tabs h2.resp-accordion {
    margin-top: 5px;
    background: url(../images/arrow3.png) 95% center no-repeat #fff !important;
    border: 0 !important;
    color: #000 !important;
    border-bottom: 1px solid #0270c2 !important;
    padding-left: 0 !important;
  }
  .offerings-sub-tabs .offerings-inner ul li {
    width: 100%;
  }
  .offerings-sub-tabs h2.resp-accordion.resp-tab-active {
    background: url(../images/arrow4.png) 95% center no-repeat #fff !important;
  }
  .offerings-inner.role .text-center {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    text-align: center !important;
  }
  .testimonial-text br {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .carousel-item .header {
    max-width: 50%;
  }
  div#carouselExampleControls:after {
    background-size: 50%;
  }
  div#carouselExampleControls2:after {
    background-size: 50%;
  }
  .header-text h1 {
    font-size: 25px;
  }
  span.author-slider {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  section#endorsements .carousel-indicators li img {
    width: 65px;
    height: 65px;
  }
  .main-nav ul li a {
    font-size: 13px;
  }
  .main-nav ul li {
    margin-left: 10px;
  }
  .container {
    max-width: 98%;
  }
  .carousel-arrow .carousel-control-prev {
    left: 45%;
  }
  .carousel-arrow .carousel-control-next {
    right: 45%;
  }
  .slide-frst .header-text h1,
  .slide-frst span.hd2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1140px) {
  .main-nav ul li {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .header,
  .header.header-inside {
    padding: 85px 0;
  }
  section#endorsements .carousel-indicators li img {
    width: 45px;
    height: 45px;
  }
  section#endorsements .carousel-indicators li {
    font-size: 11px;
    font-weight: 400;
  }
  .carousel-inner img {
    max-width: 100%;
  }
  section#endorsements .carousel-inner {
    margin-top: 90px;
  }
  .header {
    background-size: 395px;
  }
  .header-text h1,
  span.hd2,
  span.hd4 {
    line-height: 1.4;
    letter-spacing: 2px;
    padding-right: 0;
    font-size: 20px;
  }
  span.author-slider {
    font-size: 18px;
  }
  div#carouselExampleControls:after {
    background-size: 395px;
    padding: 0;
  }
  div#carouselExampleControls2:after {
    background-size: 395px;
    padding: 0;
  }
  .carousel-item {
    min-height: 350px;
  }
  .offerings-sub-tabs .offerings-inner ul li {
    width: 50%;
  }
  .offerings-sub-tabs .offerings-inner ul li .offerings-list {
    min-height: 245px;
  }
  .carousel-arrow .carousel-control-prev {
    left: 45%;
  }
  .carousel-arrow .carousel-control-next {
    right: 45%;
  }
  .slide-frst .header-text h1,
  .slide-frst span.hd2 {
    font-size: 17px;
  }
  .slide-frst .header-text h1 span {
    width: 100%;
  }
  .slide-frst span.hd2 {
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .bannerdivleft img{
    margin-top: 15px;    
    display: inline;}
    .bannerdivleft p{
      font-size: 12px!important;
      line-height: 18px;
      text-align: justify;
      }
  .heading3 {
    font-size: 25px!important;
    font-weight: 500;
    color: #F26F35;
    padding-bottom: 20px;
    position: relative;
    line-height: 1;
    margin-bottom: 10px;
   
  }
  .btn-custom {
    font-size: 16px;
   padding: 10px 15px !important;
    margin: 0 10px 0 0;
    list-style: none;
    cursor: pointer;
    float: none;
    display: inline-block;
    background: #248B45 !important;
    color: #fff !important;
    /* border: 0 solid #90cdfa !important; */
    width: auto;
    position: relative;
    border-radius: 30px;
}
.btn-custom3 {
  font-size: 16px;
 padding: 10px 15px !important;
  margin: 0 10px 0 0;
  list-style: none;
  cursor: pointer;
  float: none;
  display: inline-block;
  background: #F26F35 !important;
  color: #fff !important;
  /* border: 0 solid #90cdfa !important; */
  width: auto;
  position: relative;
  border-radius: 30px;
}
  .bannerdivleft{
      width: 100%!important;
      float: left;
      padding: 10px;
      text-align: left;
  }
  .bannerdivright{
    width: 100% !important;
    float: left;
    padding: 10px;
    text-align: left;
  }
  .bannerdivright img{width: 80%;}

 h2.resp-accordion{
    font-size: 1rem!important;
    padding: 15px!important;
    border-radius: 20px!important;
  }
  h2.resp-tab-active {
    background: url(../images/arrow2.png) no-repeat 95% center #fff !important;
    color: #000 !important;
    border: 1px solid #0270C2 !important;
    padding: 15px!important;
}
  .offerings-inner2 ul li {
    width: 50%!important;
    float: left;
    padding:10px!important;
    text-align: center;
}
.offerings-inner2 img {
  margin: auto;
  display: block;
  width: 150px;
}
.offerings-inner2 h5{font-size: 1rem!important;}
.offerings-inner2 h3, .offerings-inner2 h6{font-size: 0.8rem!important;}
  section {
    padding: 30px 0;
    float: left;
    width: 100%;
}
  .footer {
    padding: 0px 0px 60px 0px;
    float: left;
    width: 100%;
  }
  .banner-text-2,
  .header-inside .offerings-inner .heading,
  .header-text h1,
  .slide-frst span.hd2,
  span.author-slider {
    text-align: center;
  }
  .header-text {
    max-width: unset;
  }
  .header {
    padding-bottom: 300px;
    background-size: auto 250px;
    padding-top: 50px;
    background-position: center bottom;
  }
  .header-text h1 {
    font-size: 18px;
    line-height: 1.4;
  }
  .approach-content ul li {
    width: 50%;
    height: 155px;
    line-height: 1.5;
  }
  .approach-content ul li:last-child,
  .form-group {
    width: 100%;
  }
  .offerings-inner ul li {
    width: 100%;
    padding: 15px 0;
  }
  .offerings-inner ul li .offerings-list {
    padding: 20px 10px;
  }
  .offerings-inner ul li .offerings-list .img-outer {
    left: 10px;
  }
  div#carouselExampleIndicators {
    width: 100%;
    padding: 0 15px;
  }
  .width-60 .achievements-l,
  .width-60 .achievements-r {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list1 {
    margin-bottom: 15px;
  }
  section#endorsements .carousel-indicators {
    margin-top: 30px;
  }
  section#endorsements .carousel-indicators li {
    width: 15px;
    height: 15px;
    font-size: 0;
    border: 1px solid #F26F35;
    border-radius: 50%;
  }
  section#endorsements .carousel-indicators li img {
    display: none;
    font-size: 0;
  }
  section#endorsements .carousel-indicators li.active {
    background: #F26F35;
  }
  .carousel-inner img {
    max-width: 65%;
  }
  section#endorsements .carousel-inner {
    margin-top: 120px;
  }
  .testimonial-img {
    width: 100%;
    position: static;
    transform: translateY(0);
  }
  .testimonial-text {
    width: 100%;
    padding: 55px 0 0;
    font-size: 14px;
    line-height: 1.5;
    background-position: 0 0;
    min-height: 611px;
  }
  .approach-content ul li .content-inside,
  .approach-content ul li.font-15 .content-inside {
    font-size: 13px;
    left: 15px;
    right: 15px;
  }
  .modal-title {
    font-size: 15px;
  }
  .modal-header .close {
    padding: 0 7px;
    margin: -16px -9px 0 0;
  }
  .mobile-nav-toggle {
    top: 10px;
  }
  section#intro {
    margin-top: 70px;
  }
  section#about {
    padding-bottom: 40px;
  }
  section#endorsements {
    padding-bottom: 95px;
  }
  .copyright p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 7px !important;
  }
  .hd3 {
    font-size: 22px;
  }
  section#about .card p {
    margin-bottom: 0;
  }
  .heading {
    margin-bottom: 35px;
  }
  #experience .heading {
    margin-bottom: 55px;
  }
  .approach-content ul li.blu {
    background: #f4f8fb;
  }
  .approach-content ul li.wht {
    background: #fff;
  }
  .captcha-img,
  input#security_code {
    max-width: 40%;
  }
  .achievements-box {
    padding: 12px 15px;
  }
  .hide-mbl,
  div#carouselExampleControls:after {
    display: none;
  }
  div#carouselExampleControls2:after {
    display: none;
  }
  .hide-dsk img {
    max-width: 100%;
  }
  .offerings-sub-tabs .offerings-inner ul li .offerings-list {
    min-height: unset;
  }
  .header.header-inside {
    padding: 50px 0 550px;
  }
  .banner-text-2 {
    font-weight: 300;
    font-size: 17px;
    width: 100%;
  }
  .header-inside .offerings-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .header-inside .offerings-inner .heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .form-inner iframe,
  .form-inner-2 iframe {
    height: 480px;
  }
  .modal-dialog {
    max-width: 95%;
    margin: 0 2.5%;
  }
  .modal-header {
    padding-right: 0;
  }
  .modal-header .close {
    margin-right: 0;
  }
  p.lg-txt.mt-0.mt-25 {
    padding: 0 15px;
  }
  .carousel-item .header {
    max-width: unset;
    padding: 0;
    position: static;
    transform: none;
  }
  span.hd1,
  span.hd2,
  span.hd4 {
    font-size: 18px;
    line-height: 1.6;
    float: none;
    display: inline-block;
  }
  span.author-slider {
    font-size: 16px;
    width: 100%;
  }
  div#carouselExampleControls {
    padding-bottom: 280px;
    background: url(../images/header-img.png) left bottom no-repeat;
    background-size: 80%;
    padding-top: 50px;
  }
  div#carouselExampleControls2 {
    padding-bottom: 280px;
    /* background: url(../images/banglore/header-img2.webp) center bottom/auto   no-repeat; */
    padding-top: 50px;
  }
  .carousel-item {
    min-height: 250px;
  }
  div#carouselExampleControls .carousel-indicators {
    bottom: 0;
    justify-content: center;
  }
  div#carouselExampleControls2 .carousel-indicators {
    bottom: 0;
    justify-content: center;
  }
  .slide-frst .header-text h1,
  .slide-frst span.hd2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
  }
  .slide-frst span.hd2 {
    padding: 0 0 10px;
  }
}
#humanCheckCaptchaBox,
.btn {
  font-size: 16px;
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .header {
    background-size: 360px;
  }
  
}
#firstDigit,
#humanCheckCaptchaBox,
#humanCheckCaptchaInput,
#mathfirstnum,
#mathsecondnum,
#secondDigit {
  display: inline;
}
#humanCheckCaptchaInput.form-control {
  height: 30px;
  margin-left: 10px;
  padding: 4px;
  text-align: center;
  width: 45px;
}
#firstDigit #mathfirstnum,
#secondDigit #mathsecondnum {
  border: none;
  box-shadow: none;
  width: 30px;
  height: 30px;
  padding: 0;
  pointer-events: none;
  text-align: center;
}
.btn {
  overflow: hidden;
  padding: 6px 20px;
}
.btn-custom {
  font-size: 18px;
  padding: 13px 23px;
  margin: 0 10px 0 0;
  list-style: none;
  cursor: pointer;
  float: none;
  display: inline-block;
  background: #248B45 !important;
  color: #fff !important;
  /* border: 0 solid #90cdfa !important; */
  width: auto;
  position: relative;
  border-radius: 30px;
}
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
  /* border-color: #65def2; */
  background: #186631 !important;
  color: #222;
}
.btn-custom:active::before,
.btn-custom:focus::before,
.btn-custom:hover::before {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-custom3 {
  font-size: 18px;
  padding: 13px 23px;
  margin: 0 10px 0 0;
  list-style: none;
  cursor: pointer;
  float: none;
  display: inline-block;
  background: #F26F35 !important;
  color: #fff !important;
  /* border: 0 solid #90cdfa !important; */
  width: auto;
  position: relative;
  border-radius: 30px;
}
.btn-custom3:active,
.btn-custom3:focus,
.btn-custom3:hover {
  /* border-color: #65def2; */
  background: #D54E12 !important;
  color: #222;
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-custom.disabled {
  opacity: 1;
  pointer-events: auto;
}
.bg-dark {
    background-color: #248B45 !important;
    color: #fff;
    padding: 5px;   
    font-size:0.8rem!important;
}
.bg-dark a{color: #fff;;}
.bg-dark:hover{color: #fff;  background-color: #000 !important;}
.thumbnail .caption {
    padding: 15px;
}

.offerings-inner2 ul li {
    width: 30%;
    float: left;
    padding: 15px 25px;
    text-align: center;
  }
  .offerings-inner2 ul li .offerings-list {
    padding: 10px 10px;
    position: relative;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    min-height: 135px;
  }
  .offerings-inner2 ul li .offerings-list .img-outer {
    position: absolute;
    left: 30px;
    width: 82px;
    height: 82px;
    background: #f1f8fa;
    text-align: center;
    line-height: 82px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .bullet5 li span,
  .offerings-inner2 ul li .offerings-list h3 {
    font-weight: 500;
    font-size: 20px;
    color: #F26F35;
    margin-bottom: 5px;
   
  }
  .bullet5 li,
  .offerings-inner2 ul li .offerings-list p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
  }
  .offerings-inner2 h6{
    font-weight: 500;
    margin: 0 0 0px;
    padding: 0;
}
.offerings-inner2 img{ margin: auto;
display: block;}









#mobile-footer {
	z-index:9999;
    position: fixed;
    bottom: 0px;
    left:0;
    width: 100%;
    margin: 0px;
	background-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
transition: ease-out .2s;
}
#mobile-footer-container {
    display: flex!important;
    justify-content: space-evenly;
    flex-wrap: wrap;
    overflow: hidden;
	padding-top: 15px;
    padding-bottom: 15px;
}
.mobile-link {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 30%);
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    border: 4px solid rgba(255, 255, 255, 0);
    width:45%!important;
    text-align:center!important;
}
.call{
	background: #0072bd;
}
.whatsapp-button-footer{
	background: #25D366;
}
.mobile-link a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  	font-family:  'Roboto';
}
.whatsapp {
    position: fixed;
    left: 10px;
    bottom: 80px;
    background: #fff;
    z-index: 9;
    border-radius: 50%;
    /* width: 30px; */
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100px);
    animation: whatsapp 1s ease 2s forwards;
}
.pinkBg {
    background-color: #2cb641!important;
    background-image: linear-gradient(90deg, #2cb641, #2cb641);
}
.intro-banner-vdo-play-btn {
        height: 50px;
    width: 50px;
    position: fixed!important;
    top: 87%!important;
    left: 10px!important;
    text-align: center;
    /* margin: -30px 0 0 -30px; */
    border-radius: 100px;
    z-index: 999999999;
}
.intro-banner-vdo-play-btn i {
    line-height: 50px;
    font-size: 30px;
    color: #fff;
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}
@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
@media (min-width: 1281px) {
    .desktop {
      display: block;
    }
  
    .mobile {
      display: none;
    }
  }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .desktop {
      display: block;
    }
      .mobile {
      display: none;
    }  
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    .desktop {
      display: block;
    }  
    .mobile {
      display: none;
    }
      .top-menu1 {
      width: 100%;
      float: left;
      margin: 0;
  }
    }
  @media only screen and (max-width: 600px) {
      .center3 h1{font-size:1.6rem!important; line-height:1.6rem;}
      .video {width:300px!important; margin:5%; float:none;}
      .desktop {
      display: none;
    }
      .gazettesample img{margin:auto; float:none; display:block; }
  
    .mobile {
      display: block;
    }
}
@media only screen and (max-width: 767px) {
.bg-dark{ font-size: 1rem;}
.heading {
  font-size: 1.5rem;
  font-weight: 500;
  color: #F26F35;
  padding-bottom: 20px;
  position: relative;  
  
}
.callbannerbox a {
  text-align: center;
  font-size: 2rem!important;
  color: #fff !important;
}
.bg-dark {
  background-color: #248B45 !important;
  color: #fff;
  padding: 5px;   
  font-size:0.8rem!important;
  height: 60px;
}
}
.heading3 {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
 
}
.bannerdivleft{
    width: 60% ;
    float: left;
    padding: 10px;
    text-align: left;
}
.bannerdivright{
  width: 40% ;
  float: left;
  padding: 10px;
  text-align: left;
}
#engagebanner{
  background-color: #248B45;
  padding: 10px 0!important;
}
.bannerdivright img{display: inline;}