.our_offering .banner_heading {
  text-align: center;
  color: #ffffff;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  font-size: 40px;
  padding-top: 8%;
}

.banner-bg {
  background-image: url(../images/branding_amnt.jpg);
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.offering_banner {
  height: 400px;
  width: 100%;
}

.form-control:focus {
  box-shadow: none;
}

.our_offering .overlay form {
  width: 65%;
  margin: 0 auto;
}

.brand_tabs.desk .tab-content p {
  font-size: 17px;
  ;
}

.our_offering .overlay form .form-control {
  border-radius: 0rem;
  background-color: transparent;
  border: 3px solid #8bc53f;
  height: calc(3rem + 2px);
  color: #ffffff;
}

.enquire-btn {
  height: calc(3rem + 2px);
  background-color: #8bc53f;
  border-color: #8bc53f;
  border-radius: 0;
  width: 100%;
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  z-index: 999999;
  display: block;
  position: relative;
  color: #ffffff;
}

.dot_bg {
  background-image: url(../images/dot-bg.jpg);
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.3);
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 1;
  color: white;
  font-size: 20px;
  padding: 30px;
  text-align: center;
  left: 0;
  top: 289px;
  height: 110px;
}

.p-l-r-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.form-btn {
  padding-left: 0px;
  padding-right: 0px;
}

button.enquire-btn,
button.enquire-btn::after {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

button.enquire-btn::before,
button.enquire-btn::after {
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
}

button.enquire-btn:hover {
  color: #8bc53f!important;
  /*z-index: 9999;*/
}

.enquire-btn::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.enquire-btn:hover:after {
  width: 100%;
}

.our_offering .overview p {
  color: #626261;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  margin-bottom: 0;
}

.our_offering .overview {
  padding: 80px 30px;
}

.our_offering .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 25px 40px 25px;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #626261;
  line-height: 1;
}

.our_offering .tab-content {
  background-color: #8bc53f;
  padding: 40px 40px 20px;
}

.our_offering .nav-tabs .nav-item.show .nav-link,
.our_offering .nav-tabs .nav-link.active {
  background-color: #8bc53f;
  color: #ffffff
}

#our_offering .owl-stage-outer {
  background-color: transparent!important;
}

#our_offering .owl-nav.disabled {
  display: none!important;
}

#our_offering {
  max-width: 100%;
}

#our_offering .owl-dots {
  display: block!important;
}

.brand_architecture p {
  color: #ffffff;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 2;
}

.brand_architecture h4,
.advertising_includes_block h4 {
  color: #ffffff;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  font-size: 28px;
}

.our_offering.brand_tabs {
  padding-bottom: 90px;
  padding-top: 90px;
}


.advertising_includes li {
  float: left;
  margin: 0px 20px;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #ffffff;
}

.advertising_includes {
  background-color: #82bb38;
  padding: 15px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#big_stage .advertising_includes_block h4 {
  font-size: 22px;
}

.advertising_includes .row {
  margin: 0;
}

.advertising_includes ul {
  margin: 0;
  padding: 5px 30px;
}

#our_offering .item {
  padding: 0px 0px;
}

.our_offering.our_works {
  padding-bottom: 80px;
  padding-top: 70px;
}

.our_offering.our_works h1 {
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 45px;
  color: #8bc53f;
  text-align: center;
  padding-bottom: 30px;
}

.p-l-r-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.our_offering.our_works p {
  color: #626261;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}

.tab-pane p {
  color: #ffffff;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  line-height: 2;
}

.our_offering.our_works .btn-2 {
  color: #8bc53f!important;
  padding: 0.5em 2em;
  position: relative;
    z-index: 1;
}

.our_offering.our_works .btn-2:hover {
  color: #ffffff!important;
}

.brand_tabs.mob {
  display: none;
}

button.btn-2,
button.btn-2::after {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

button.btn-2 {
  background: none;
  border: 3px solid #8bc53f;
  border-radius: 0px;
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 2em auto;
  padding: 1.5em 4em;
  position: relative;
  text-transform: uppercase;
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

button.btn-2::before,
button.btn-2::after {
  background: #8bc53f;
  content: '';
  position: absolute;
  z-index: -1;
}

button.btn-2:hover {
  color: #ffffff;
}

.btn-2::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-2:hover:after {
  width: 100%;
}

.muse_nav .navbar-header {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .our_offering.our_works h1 {
    font-size: 35px;
  }
  .our_offering .banner_heading {
    font-size: 35px;
    padding-top: 17%;
  }
  .our_offering .banner_heading {
    left: 31%;
  }
  .our_offering .overlay form {
    width: 90%;
    margin: 0 4%;
  }
  .our_offering .overview {
    padding: 60px 30px;
  }
  .our_offering.our_works {
    padding-bottom: 60px;
    padding-top: 50px;
  }
  .our_offering.brand_tabs {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .our_offering .nav-tabs .nav-link {
    padding: 20px 25px 20px;
    font-size: 18px;
  }
  .our_offering .tab-content {
    padding: 50px 25px 50px;
  }
  .tab-pane img {
    padding-bottom: 32px!important;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banner-bg{
    height: 500px;
  }
  .brand_tabs.mob {
    display: block!important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .advertising_includes_block h4 {
    font-size: 18px;
  }
  .architecture_includes_block h4{
    font-size: 18px!important;
  }
  .dot_bg .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .overlay {
    top: 275px;
    height: 225px;
  }
  .architecture_includes_block h4 {
    color: #ffffff;
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 24px;
  }
  .brand_tabs.desk {
    display: none;
  }
  .faq-nav.collapsed {
    background-color: #ffffff!important;
  }
  .faq-nav {
    cursor: pointer;
    background-color: transparent;
    position: relative;
    padding-top: 20px;
    color: #ffffff;
    background-color: #8bc53f;
  }
  .faq-nav .tab-image,
  .tab-text {
    color: #626261;
    font-size: 15px;
  }
  .faq-nav>.tab-image {
    position: absolute;
    height: 1.25rem;
    width: 1.25rem;
    margin-top: -1px;
    right: 2%;
    top: 25%;
  }
  .faq-nav.collapsed>.tab-text {
    color: #626261;
  }
  .faq-nav>.tab-text {
    color: #ffffff;
    vertical-align: bottom;
    padding: 20px;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 25px;
    font-family: 'Saira', sans-serif;
  }
  .faq-nav.actives .tab-image.pluse {
    display: none;
  }
  .faq-content {
    padding: 20px 20px 0px 20px;
  }
  .faq-content p {
    margin-bottom: 0px;
    font-weight: 100;
  }
  #testimonial .item h4 {
    font-size: 24px;
  }
  .faq-nav {
    display: block!important;
    padding-bottom: 0px!important;
    padding-top: 10px;
    font-weight: 600;
    margin-top: 3px;
  }
  .tab-pane {
    display: none;
  }
  .tab-pane.active {
    display: block!important;
  }
  .content-block.faqs {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .tab-image img {
    width: 75%;
  }
  .card-link.collapsed:after {
    content: '\002B';
    color: #8bc53f;
  }
  .card-body ul li {
    /*padding-bottom: 10px;*/
  }
  .card-body ul {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
  }
  .card-link:after {
    content: "\2212";
    color: #ffffff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 50%;
    right: 51%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
  }
  .card-body {
    padding: 20px;
    min-height: 170px;
    background-color: #8bc53f;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1px;
  }
  .card-body,
  .card-body p {
    font-size: 16px!important;
    font-weight: 300!important;
    color: #ffffff;
  }
  .client-block {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .our_offering .banner_heading {
    /*left: 22%;*/
    font-size: 30px;
    position: static;
    padding-top: 105px;
    /*top: 20%;*/
  }
  .our_offering.our_works {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .our_offering .overview {
    padding: 30px 0px;
  }
  .advertising_includes ul.pad-t-15 {
    padding-top: 0px;
  }
  .advertising_includes li {
    float: none;
    font-size: 16px;
  }
  .row-2{
    padding-top: 0px!important;
  }
  .collapse.show{
    border-top: 1px solid #91cc43;
  }
  .advertising_includes ul {
    padding-bottom: 0px;
  }
  .advertising_includes {
    padding-bottom: 25px;
  }
  .our_offering.brand_tabs {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .banner_block img {
    display: none;
  }
  .banner_block {
    height: 500px;
    background-position: center;
    background-size: cover;
  }
  .our_offering .overlay form {
    width: 95%;
    margin: 0 auto;
  }
  .our_offering .overlay form .form-control {
    height: calc(3rem + 0px);
    margin-bottom: 10px;
  }
  .enquire-btn {
    height: calc(3rem + 1px);
    width: 50%;
  }
  .form-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .our_offering.our_works h1 {
    font-size: 35px;
  }
  /*.dot_bg .container{
    padding-left: 0px;
    padding-right: 0px;
  }*/
  .card-body img{
    padding-bottom: 22px;
  }
}
.tab-pane img{
  padding-bottom: 32px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .our_offering .nav-tabs .nav-link {
    font-size: 23px;
        padding: 25px 35px 25px;
  }
  .our_offering .banner_heading{
      padding-top: 13%!important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1500px) {
.our_offering .banner_heading{
      padding-top: 10%!important;
}
}
@media only screen and (min-width: 2400px) {
.our_offering .banner_heading{
      padding-top: 6%!important;
}
}

.collapse {
  -webkit-transition: height 1.9s ease;
  -moz-transition: height 1.9s ease;
  -o-transition: height 1.9s ease;
  transition: height 1.9s ease;
}
.collapse.show {
  -webkit-transition: height 1.9s ease;
  -moz-transition: height 1.9s ease;
  -o-transition: height 1.9s ease;
  transition: height 1.9s ease;
}

.points_col{
  width: 20%;
  float: left;
  padding: 20px;
     position: relative;
    border-right: 1px solid #fff;
        text-align: center!important;
    display: flex;
    justify-content: center;
}
.points_col:last-child{
  border-right: 0px;
}
.architecture-diagram{
  display: inline-block;
  padding: 20px 0px;
}
.architecture-diagram p{
  margin-bottom: 0px;
      line-height: 25px;
      text-align: left;
}


.points_col img{
  position: absolute;
    top: 50%;
    right: -13px;
    background: #8bc53f;
    padding: 0px!important;
    transform: translate(-0%, -50%);
}
.points_col:first-child{
  /*padding-left: 0px;*/
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
.points_col{
  padding: 20px 10px;
}
.architecture-diagram p {
    font-size: 13px!important;
    line-height: 22px;
}

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .points_col img {
    width: 9%!important;
    right: -11px;
  }
  .points_col{
        border-right: 1px solid #fff!important;
    width: 90%!important;
        padding: 10px 10px 10px 10px;
  }
  .points_col.Guidlines_d{
    border-right: 0px solid #fff!important;
  }
  #architecture-diagram .owl-nav{
    display: none;
  }
 /* #architecture-diagram .item .points_col.left-0{
    padding-left: 0px;
  }*/
   #architecture-diagram.owl-theme .owl-dots{
    margin-top: 15px;
  }
  #architecture-diagram.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 7px;
    background: rgba(250, 250, 250, 0.3);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  #architecture-diagram.owl-theme .owl-dots .owl-dot.active span, #architecture-diagram.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
  }
}

@media only screen and (min-width: 320px) and (max-width: 350px) {
.architecture-diagram p {
    line-height: 21px;
    font-size: 13px!important;
}
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
.points_col img {
    width: auto!important;
    right: -13px;
}
}