@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');

/*------------------------
Preloader Styles
------------------------*/
.loader-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
}

.cssload-loader {
  position: relative;
  width: 12px;
  height: 12px;
  left: 46%;
  left: calc(36% - 6px);
  left: -o-calc(40% - 6px);
  left: -ms-calc(40% - 6px);
  left: -moz-calc(40% - 6px);
  top: 30%;
/*  border-radius: 12px;
  background-color: #55ac75;
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  animation: cssload-loader 0.5s ease-in-out infinite;
  -o-animation: cssload-loader 0.5s ease-in-out infinite;
  -ms-animation: cssload-loader 0.5s ease-in-out infinite;
  -webkit-animation: cssload-loader 0.5s ease-in-out infinite;
  -moz-animation: cssload-loader 0.5s ease-in-out infinite;*/
}
/*
.cssload-loader:before {
  content: "";
  position: absolute;
  background-color: #55ac75;
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

.cssload-loader:after {
  content: "";
  position: absolute;
  background-color: #55ac75;
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

@keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}*/
/*------------------------
General Styles
------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Barlow', sans-serif;
  line-height: 1.75;
  color: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Barlow', sans-serif;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 6.4rem;
}

h2,
.h2 {
  font-size: 4.8rem;
}

h3,
.h3 {
  font-size: 3.6rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #419861;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:focus, a:visited, a:active {
  outline: none;
}
a:hover {
  color: #55ac75;
  text-decoration: none;
}

.section {
  position: relative;
}
.section-padding {
padding:40px 0;
}
.slider-section {
  padding: 200px 0 30px 0;
}
.section-padding.bottom-0 {
  padding-bottom: 0;
}

.offwhite-bg {
  background-color: #f7f7fa;
}

.theme-bg {
  background-color: #c0392b;
  color: #ffffff;
}

.text-white {
  color: #ffffff;
}
.text-white .section-subtext {
  color: #ffffff;
}

.overlay-black {
  background-color: rgba(17, 17, 17, 0.9);
}

.section-header {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
.section-header:before {
  content: "";
  width: 370px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: rgba(192, 57, 43, 0.11);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-header:after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #c0392b;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-header.style-2 {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.section-header.style-2:before, .section-header.style-2:after {
  content: none;
}
.section-header.style-2 .section-subtext {
  margin-top: 22px;
}

.section-title {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

.section-subtext {
  color: #000000;
  margin-top: 15px;
}

.mock {
  display: inline-block;
  float: none;
  margin: 0 auto;
  position: relative;
}
.mock img {
  position: relative;
}
.mock .back-mock {
  position: absolute;
  bottom: 0;
  left: 120px;
}
.mock.right-style {
  text-align: right;
  margin-right: 0;
  float: right;
}
.mock.right-style .back-mock {
  left: -120px;
}

.steller-parallax {
  background-repeat: no-repeat;
}

/*** Form and Inputs ***/
form {
  position: relative;
}
form *:focus,
form *:active {
  outline: none;
}
form p {
  margin-bottom: 15px;
}

input:not([type=radio]):not([type=checkbox]):not([type=range]),
textarea {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
  padding: 8px 30px;
  background-color: rgba(17, 17, 17, 0.15);
  border: none;
}
[type=submit] {
  margin-top: 15px;
}

/*** Pages ***/
.page-header {
  background-image: url(../images/banner/1.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 200px 0 100px;
  border: none;
  border-radius: 0;
  position: relative;
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.8);
  z-index: 0;
}
.page-header > .container {
  z-index: 1;
  position: relative;
}

.page-title {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0;
  color: #ffffff;
}
.breadcrumb a {
  color: #ffffff;
}
.breadcrumb .active {
  color: #ffffff;
}

/*----------------------------------------
Buttons Styles
----------------------------------------*/
.btn {
  font-size: 1.4rem;
  ont-family: Roboto !important;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #55ac75;
  color: #ffffff;
  border: 1px solid #55ac75;
  line-height: 35px;
padding: 0 20px;
  letter-spacing: 1.3px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn i {
  margin-right: 10px;
}
.btn:focus, .btn:visited, .btn:active {
  outline: none;
  color: #ffffff;
  background-color: #3d6b4e;
}
.btn:hover {
  background-color: #3d6b4e !important;
  color: #ffffff;
}
.btn.btn-sm {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 0 30px;
  text-transform: none;
  letter-spacing: 0;
}
.btn.btn-lg {
  padding: 0 45px;
  line-height: 50px;
  border-radius: 26px;
}
.btn.btn-border {
  background-color: transparent;
  color: #111111;
}
.btn.btn-border:focus, .btn.btn-border:visitedm .btn.btn-border:active {
  color: #111111;
  background-color: transparent;
}
.btn.btn-border:hover {
  background-color: #c0392b;
  color: #ffffff;
}
.btn + .btn {
  margin-left: 26px;
}

/*-----------------------------------
Navbar Styles
-----------------------------------*/
.navbar-default {
  min-height: 100px;
  border-radius: 0;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  margin-bottom: 0;
  z-index: 995;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-brand {
  margin-bottom: 25px;
}
.navbar-default .navbar-nav {
  /*margin-top: 10px;*/
  margin-bottom: 10px;
}
.affix-top .navbar-nav > li > a {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #363434;
  text-transform: uppercase;
}
.affix .navbar-nav > li > a {
color: #000;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a a:visited {
  color: #55ac75;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #23693d;
}
.navbar-default .navbar-nav > li.active a {
  background-color: transparent;
  color: #c0392b;
}
.navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:visited {
  color: #c0392b;
  background-color: transparent;
}
.navbar-default.affix {
  background-color: rgba(17,17,17,0.8);
  min-height: 60px;
}
.navbar-default.affix .navbar-brand {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-default.affix .navbar-nav {
  /*margin-top: 5px;*/
  margin-bottom: 5px;
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar-right > .dropdown:last-child > .dropdown-menu, .navbar-right > .dropdown:nth-last-child(2) > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-menu {
  display: block;
  padding: 20px 10px;
  z-index: 996;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.dropdown-menu > li > a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
}
.dropdown-menu > li > a:hover {
  color: #ffffff;
  background-color: #c0392b;
}
.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------
Banner Styles
----------------------------------------*/
.banner-item {
  height: 768px;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.banner-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(17, 17, 17, 0.8);
  z-index: 1;
}

.banner-1 {
  background-image: url(../images/banner/1.jpg);
}

.banner-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 50px;
}
.banner-content .banner-text-content {
  margin-top: 100px;
}
.banner-content .banner-title {
  font-size: 4.8rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
.banner-content .banner-text {
  font-size: 2.2rem;
  margin-top: 22px;
  margin-bottom: 0;
}
.banner-content .button-group {
  margin-top: 34px;
}
.banner-content .btn-border {
  color: #ffffff;
}
.banner-content .banner-registration {
  background-color: rgba(17, 17, 17, 0.55);
  max-width: 400px;
  float: right;
  width: 100%;
  padding: 40px;
}
.banner-content .banner-registration input:not([type=radio]):not([type=checkbox]):not([type=range]),
.banner-content .banner-registration textarea {
  line-height: 30px !important;
  background-color: rgba(192, 57, 43, 0.22);
}
.banner-content .banner-registration .btn {
  width: 100%;
}

.banner.style-2 .banner-content {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.banner.style-2 .banner-hero-image {
  margin-top: 50px;
}
.banner.style-3 .banner-text-content {
  margin-top: 0;
}

.right-part {
  text-align: right;
}

/*------------------------
Intro Styles
------------------------*/
.intro-item {
  text-align: center;
  padding: 30px 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.intro-item:hover {
  border-color: #c0392b;
}

.intro-icon {
  font-size: 4rem;
  line-height: 1;
  color: #c0392b;
}

.intro-title {
  color: #c0392b;
  font-size: 2.2rem;
  margin-top: 25px;
  margin-bottom: 15px;
}

/*------------------------
Features Styles
------------------------*/
.feature {
  float: left;
  width: 100%;
  margin-top: 65px;
}

.feature-icon {
  font-size: 2.5rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #c0392b;
  line-height: 68px;
  text-align: center;
  color: #c0392b;
  margin-right: 30px;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature:hover .feature-icon {
  background-color: #c0392b;
  color: #ffffff;
}
.col-sm-4:first-child .feature-icon {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.feature-content {
  float: left;
  width: calc(100% - 100px);
}
.col-sm-4:first-child .feature-content {
  float: right;
  text-align: right;
}

.feature-title {
  font-size: 2.2rem;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #c0392b;
}

/*** More Features ***/
.more-feature-section .mock {
  margin-left: 25px;
}
.more-feature-section .section-header {
  margin-top: 50px;
}

.icon-list {
  line-height: 2.3;
  margin: 0;
  padding: 0;
  list-style: none;
}
.icon-list li span {
  font-size: 1.7rem;
  color: #c0392b;
  margin-right: 10px;
}

/*------------------------
Video Description Styles
------------------------*/
.plyr .plyr__play-large {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  text-align: center;
}
.plyr .plyr__play-large svg {
  color: #c0392b;
  left: 11px;
}

.plyr--video .plyr__controls {
  padding: 20px 5px 20px;
}

.plyr__controls button svg {
  width: 12px;
  height: 13px;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  height: 5px;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background-color: #c0392b;
}

.plyr input[type=range]::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  margin-top: -2.5px;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background-color: #c0392b;
}

/*------------------------
Screenshot Styles
------------------------*/
.screen-mock {
  background-image: url(../images/mocks/screenshot.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 476.5px;
  width: 254px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.screenshot-wrap {
  margin: 65px -20px 0;
  overflow: hidden;
}

.screenshot-carousel .owl-wrapper-outer {
  overflow: visible;
}
.screenshot-carousel .owl-item img {
  width: calc(100% - 40px);
  margin: 0 20px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
}
.screenshot-carousel .owl-pagination {
  text-align: center;
  margin-top: 100px;
}
.screenshot-carousel .owl-page {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #c0392b;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.screenshot-carousel .owl-page.active {
  width: 30px;
}

/*----------------------------------------
Pricing Styles
----------------------------------------*/
.pricing-table {
  border: 1px solid rgba(192, 57, 43, 0.22);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-table .pricing-header {
  border-top: 10px solid rgba(192, 57, 43, 0.22);
  border-bottom: 1px solid rgba(192, 57, 43, 0.22);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.pricing-table .pricing-header .pack-name {
  padding: 25px 20px 25px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.pricing-table .pack-price {
  font-size: 4.2rem;
  margin: 0;
  padding: 34px 20px 28px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
}
.pricing-table .pack-price .currency,
.pricing-table .pack-price .pack-duration {
  font-weight: 400;
  font-size: 2.2rem;
  vertical-align: baseline;
}
.pricing-table .pack-features {
  list-style: none;
  line-height: 1.75;
  margin: 0 0 42px;
  padding: 0;
}
.pricing-table .btn {
  margin-bottom: 52px;
}
.pricing-table:hover, .pricing-table.active {
  border-color: #c0392b;
}
.pricing-table:hover .pricing-header, .pricing-table.active .pricing-header {
  border-color: #c0392b;
}
.pricing-table:hover .btn, .pricing-table.active .btn {
  background-color: #c0392b;
  color: #ffffff;
}

/*----------------------------------------
Support Styles
----------------------------------------*/
.support-tabs .nav-tabs {
  border: none;
}
.support-tabs .nav-tabs > li {
  margin-bottom: 0;
  width: 16.666666%;
  padding: 0 15px;
}
.support-tabs .nav-tabs > li > a {
  border: 1px solid #c0392b;
  border-radius: 0;
  margin: 0;
  text-align: center;
  color: #000000;
  display: block;
  line-height: 1.75;
  padding: 37px 10px 28px;
  position: relative;
}
.support-tabs .nav-tabs > li > a span {
  font-size: 4rem;
  line-height: 1;
  display: block;
  margin-bottom: 7px;
}
.support-tabs .nav-tabs > li > a:hover {
  background-color: transparent;
  color: #c0392b;
}
.support-tabs .nav-tabs > li > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid #c0392b;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.support-tabs .nav-tabs > li.active a {
  background-color: #c0392b;
  color: #ffffff;
}
.support-tabs .nav-tabs > li.active a:after {
  opacity: 1;
  visibility: visible;
}
.support-tabs .pane-content {
  padding: 65px 15px 0;
  width: 100%;
  float: left;
}
.support-tabs .installation-steps {
  float: left;
  width: 100%;
  margin-bottom: -45px;
}
.support-tabs .installation-step {
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 15px;
  margin-bottom: 45px;
}
.support-tabs .installation-step:nth-child(2n) {
  padding-right: 0;
  padding-left: 15px;
}
.support-tabs .installation-step .step-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}

/*-----------------------------------
Testimonial Boxed Styles
-----------------------------------*/
.testimonial-carousel .testimonial {
  padding: 0 280px;
  text-align: center;
}
.testimonial-carousel .testimonial .commenter-thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  display: inline-block;
}
.testimonial-carousel .testimonial .commenter-name {
  font-size: 1.8rem;
}
.testimonial-carousel .testimonial .commenter-designation {
  font-size: 1.4rem;
}
.testimonial-carousel blockquote {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  border: none;
}
.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
  position: absolute;
  font-size: 3.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonial-carousel .owl-prev {
  left: 0;
}
.testimonial-carousel .owl-next {
  right: 0;
}
.testimonial-carousel .client-info {
  margin-top: 50px;
}
.testimonial-carousel .client-name {
  font-size: 2.2rem;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin: 0;
}
.testimonial-carousel .client-profession {
  font-size: 1.2rem;
  margin-top: 4px;
  margin-bottom: 0;
}

/*------------------------
Client Logo Styles
------------------------*/
.client-logo {
  display: inline-block;
  width: 20%;
  padding: 15px;
  position: relative;
  height: 130px;
  text-align: center;
  float: left;
}

    /*------------------------
Contact Styles
------------------------*/
.right-image {
  padding: 0;
}

.map-area {
  padding: 0;
}

.google-map {
  height: 765px;
}

.contact-area {
  position: relative;
}
.contact-area .right-image {
  background-image: url(../images/bg/contact.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
.contact-area .right-image .overlay-black {
  height: 765px;
}

.form-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-wrap .section-header.style-2 {
  margin-bottom: 80px;
}
.form-wrap .section-header.style-2 .section-subtext {
  margin-top: 5px;
}

.contact-form input:not([type=radio]):not([type=checkbox]),
.contact-form textarea {
  /*background-color: rgba(255, 255, 255, 0.15);*/
}
.contact-form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-form ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-form :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-form :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.input-success,
.input-error,
.newsletter-success,
.newsletter-error {
  margin-top: 15px;
  margin-bottom: 0;
  display: none;
  background-color: #ffffff;
  padding: 2px 20px;
  float: left;
  width: 100%;
  clear: both;
  text-align: left;
}

.input-success,
.newsletter-success {
  color: #16a085;
}

.input-error,
.newsletter-error {
  color: #e74c3c;
}

.newsletter-success,
.newsletter-error {
  clear: both;
  width: 100%;
}

/*------------------------
Subscription Styles
------------------------*/
.subscription-area h3 {
  font-size: 4.8rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}

.subscription {
  width: 100%;
  text-align: right;
  float: right;
  margin-top: 44px;
}
.subscription ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.55;
}
.subscription ::-moz-placeholder {
  color: #ffffff;
  opacity: 0.55;
}
.subscription :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.55;
}
.subscription :-moz-placeholder {
  color: #ffffff;
  opacity: 0.55;
}
.subscription input[type=email] {
  background-color: transparent !important;
  border-bottom: 1px solid #ffffff !important;
  float: left;
  font-size: 1.4rem !important;
  width: calc(100% - 220px) !important;
  margin-bottom: 0;
  margin-top: 7px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.subscription *[type=submit] {
  font-size: 1.4rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #c0392b;
  background-color: #ffffff;
  border: none;
  line-height: 52px;
  width: 200px;
  padding: 0;
  text-align: center;
  border-radius: 26px;
  float: right;
  margin-left: 20px;
  margin-top: 0;
}




/*--------------------------------------------------
Blog Page Styles
--------------------------------------------------*/
.blog-listing {
  float: left;
  width: 100%;
  clear: both;
}
.blog-listing .post:nth-child(2n + 1) {
  clear: left;
}
.blog-listing .post-inner {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 5px;
}
.blog-listing .post-inner .btn {
  margin-top: 25px;
}
.blog-listing .post-metas {
  margin-top: 20px;
  margin-bottom: 0;
  color: #777777;
}
.blog-listing .post-metas .post-meta + .post-meta {
  margin-left: 20px;
}
.blog-listing .post-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 2.4rem;
  color: #111111;
}
.blog-listing .post-title a {
  color: inherit;
}
.blog-listing .post-title a:hover {
  color: #c0392b;
}
.blog-listing .post-excerpt {
  margin-top: 15px;
  margin-bottom: 0;
}

.post-pagination {
  margin-top: 30px;
  text-align: center;
}

.post-pagination > a, .post-pagination .current,
.nav-links > a,
.nav-links .current {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border: 1px solid #c0392b;
  color: #111111;
  border-radius: 50% !important;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.post-pagination > a + a, .post-pagination .current + a,
.nav-links > a + a,
.nav-links .current + a {
  margin-left: 10px;
}
.post-pagination > a:hover, .post-pagination .current:hover,
.nav-links > a:hover,
.nav-links .current:hover {
  background-color: #c0392b;
  color: #ffffff;
  text-decoration: none;
}
.post-pagination > a:first-child, .post-pagination > a:last-child, .post-pagination .current:first-child, .post-pagination .current:last-child,
.nav-links > a:first-child,
.nav-links > a:last-child,
.nav-links .current:first-child,
.nav-links .current:last-child {
  border-radius: 50% !important;
}
.post-pagination .current,
.nav-links .current {
  background-color: #c0392b;
  color: #ffffff;
  margin-left: 10px;
}
.post-pagination > li > a,
.nav-links > li > a {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border: 1px solid #c0392b;
  color: #111111;
  border-radius: 50% !important;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.post-pagination > li > a:hover,
.nav-links > li > a:hover {
  background-color: #c0392b;
  color: #ffffff;
}
.post-pagination > li + li > a,
.nav-links > li + li > a {
  margin-left: 10px;
}
.post-pagination > li:first-child > a, .post-pagination > li:last-child > a,
.nav-links > li:first-child > a,
.nav-links > li:last-child > a {
  border-radius: 50% !important;
}
.post-pagination > li.current a,
.nav-links > li.current a {
  background-color: #c0392b;
  color: #ffffff;
}

/*--------------------------------------------------
Blog Single Page Styles
--------------------------------------------------*/
.blog-single {
  float: left;
  width: 100%;
  clear: both;
}
.blog-single .post {
  float: left;
  width: 100%;
  clear: both;
}
.blog-single .post-bar {
  float: left;
  width: 100%;
}
.blog-single .post-inner {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 5px;
}
.blog-single .post-metas {
  margin-top: 20px;
  margin-bottom: 0;
  color: #777777;
}
.blog-single .post-metas .post-meta + .post-meta {
  margin-left: 20px;
}
.blog-single .post-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 3rem;
}
.blog-single .post-entry {
  margin-top: 20px;
}
.blog-single .post-entry blockquote {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
}
.blog-single .share-on {
  margin-top: 30px;
}

.given-comment {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: -50px;
}
.given-comment .given-comment-title {
  margin-top: 0;
  margin-bottom: 34px;
  font-family: 'Barlow', sans-serif;
  font-size: 1.8rem;
  float: left;
  width: 100%;
}
.given-comment .comments {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.given-comment .comments.child-comments {
  padding-left: 100px;
}
.given-comment .comment {
  float: left;
  width: 100%;
}
.given-comment .comment-wrap {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.given-comment .commenter-thumb {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.given-comment .commenter-thumb img {
  max-width: 100%;
  height: auto;
}
.given-comment .comment-body {
  float: left;
  width: calc(100% - 100px);
}
.given-comment .comment-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.8rem;
}
.given-comment .comment-title .comment-date {
  font-weight: 400;
  font-size: 1.4rem;
}
.given-comment .comment-content p {
  margin-bottom: 7px;
}
.given-comment .comment-reply {
  font-weight: 600;
  font-size: 1.4rem;
}

.commenting-wrap {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.commenting-wrap .comment-form-title {
  margin-top: 0;
  margin-bottom: 34px;
  font-family: 'Barlow', sans-serif;
  font-size: 1.8rem;
  float: left;
  width: 100%;
}
.commenting-wrap input {
  margin-bottom: 20px;
}

/*** Sidebar ***/
.widget {
  float: left;
  width: 100%;
  border: 1px solid rgba(192, 57, 43, 0.22);
}
.widget + .widget {
  margin-top: 40px;
}
.widget .widget-title {
  position: relative;
  padding: 8px 0;
  margin: 20px 30px 15px;
}
.widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 25px;
  background-color: rgba(192, 57, 43, 0.22);
}
.widget .widget-inner {
  padding: 0 30px 20px;
  float: left;
  width: 100%;
}
.widget .widget-inner p:last-child {
  margin-bottom: 0;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  color: #111111;
  line-height: 1.75;
}
.widget ul li a {
  color: inherit;
}
.widget ul li a:hover {
  color: #c0392b;
  text-decoration: none;
}
.widget ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 7px;
  display: inline-block;
}
.widget.post-widget ul li + li {
  margin-top: 10px;
}
.widget.post-widget ul li a {
  text-decoration: underline;
}
.widget.post-widget ul li a:before {
  text-decoration: none;
}
.widget .widget-posts {
  float: left;
  width: 100%;
  margin-bottom: -15px;
}
.widget .widget-post {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.widget .widget-post-thumb {
  float: left;
  width: 60px;
  display: inline-block;
  margin-right: 15px;
}
.widget .widget-post-thumb img {
  width: 100%;
  height: auto;
}
.widget .widget-post-body {
  width: calc(100% - 75px);
  float: left;
}
.widget .widget-post-title {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
}
.widget .widget-post-date {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}
.widget .widget-tag {
  margin-left: -10px;
  margin-right: -10px;
  float: left;
}
.widget .widget-tag a {
  color: #111111;
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  line-height: 1.75;
}
.widget .widget-tag a:hover {
  color: #c0392b;
}
.widget .social-media {
  float: left;
  width: 100%;
}
.widget .social-media a {
  color: #111111;
  clear: both;
  float: left;
  font-weight: 700;
  line-height: 1.75;
}
.widget .social-media a:hover {
  color: #c0392b;
  text-decoration: none;
}

/* Custom CSS */
.affix-top .header-logo a.navbar-brand>img {
    width: 220px;
	margin-top: -15px;
}
.affix .header-logo a.navbar-brand>img {
        width: 75px;
    margin-top: -50px;
}
.ypam-nav .nav>li>a {
    padding: 10px 34px;
}
.ypam-nav ul li {
    /*background: linear-gradient(#a9a7a7, #d8d7d7);*/
	background: linear-gradient(#ffc63b, #fce372);
    border: 1px solid #fff;
    border-bottom-left-radius: 12px;
	   margin-right: -4px;
}
.ypam-nav ul {
    box-shadow: 0 1px 7px #565656;
	    border-bottom-left-radius: 12px
}
@media screen and (max-width:991px) {
.affix-top .header-logo a.navbar-brand > img {
    width: 74px;
	margin-top: -10px;
}
.header-logo img {
    margin-top: -76px;
}
.header-text {
    padding: 3px 0 !important;
}
.affix-top .header-logo2 a.navbar-brand > img {
    width: 75px !important;
	}
  .header-title, .header-sub, .header-last, .header-marquee {
    margin-left: 10px !important;
    }
.slider-section {
    padding: 90px 0 30px 0;
}
.affix-top .header-logo {
    width: 86%;
    margin-top: -48px;
	margin-bottom: -30px;
}
.header-title {
    font-size: 13px !important;
	}
.header-sub {
    font-size: 12px !important;
	}
.ypam-nav ul li, .ypam-nav ul { 
border-bottom-left-radius: 0;
}
.navbar-default .navbar-toggle.other-pages {
top:auto !important;
}
.affix-top .header-logo2 a.navbar-brand > img.page-logo {
margin-top: -15px !important;
}
.affix-top .header-logo2 a.navbar-brand > img {
margin-top: -15px !important;
}
.sub-menu-list {
width: 300px;
}
.sub-menu-list li { padding-left: 32px; }
.nav.navbar-nav.navbar-right {
    min-height: auto;
}
.header-marquee {
    top: 17px !important;
    font-size: 11px !important;
}
.header-logo a.navbar-brand {
    height: auto !important;
}
.copyright-footer .copyright, .footer-link {
    text-align: center !important;
}
.program-img img {
    padding-top: 10px;
}
.content1, .content2, .content3, .content4, .content5 {
    width: 100% !important;
}
.hover-text2:hover img, .hover-text3:hover img, .hover-text4:hover img, .hover-text5:hover img, .hover-text6:hover img, .hover-text7:hover img, .hover-text8:hover img {
width:85px !important;
}
.affix .header-logo a.navbar-brand > img {
    margin-top: -62px;
}
.team-view-more {
    position: relative !important;
    margin: auto !important;
}
.cssload-loader {
  left: calc(35% - 6px);
  top: 35%;
  }
    .cssload-loader img {
    width:200px !important;
	}
}
/* End the Responsive 991px Css */

.header-text {
    text-align: right;
    padding: 40px 0;
}
.header-title {
    font-size: 2.6vw;
    color: #55ac75;
    background: #e7e7e7;
    margin-left: 140px;
	padding-right: 35px;
	font-weight: bold;
}
.affix .header-text {
    display: none;
}
.header-logo a.navbar-brand {
    height: auto;
    padding:0;
}
.header-sub {
    font-size: 1.7vw;
    background: #dad9d9;
    margin-left: 140px;
    padding-right: 35px;
    font-weight: bold;
    color: #757575;
	font-style: italic;
}
.header-last {
    height: 18px;
    background: #ececec;
	margin-left: 140px;
}
/* product slider styles */
.slider-wrap {
position: relative;
margin: 50px 0 30px 0;
background: #80c996;
    padding: 10px 0;
}
.product-slider {
position: relative;
margin: auto;
width: 90%;
}
.product-slider ul {
margin: 0;
padding: 0;
}
.product-slider ul li {
list-style: none;
text-align: center;
}
.product-slider ul li span {
display: inline-block;
vertical-align: middle;
width: 100px;
height: 100px;
background: black;
}
.slider-arrow {
position: absolute;
top: 40px;
}
.sa-left {
left: 15px;
margin-top: 30px;
}
.sa-right {
right: 15px;
margin-top: 30px;
}

/* End product slider styles */

.content1, .content2, .content3, .content4, .content5 {
    width: 20%;
    float: left;
    font-size: 13px;
	padding: 10px;
	text-align: justify;
}
.content-title {
    /*font-size: 18px;
    background: linear-gradient(#d4d3d3, #a3a1a1);*/
	background: linear-gradient(#ffc63b, #fce372);
    text-align: center;
    border-radius: 10px 10px 0 0;
    color: #000;
	font-size: 16px;
/*text-transform: uppercase;*/
font-weight: bold;
box-shadow: 0 1px 7px #565656;
padding: 4px 0;
}
@media screen and (max-width:767px)
{
.product-slider img.home-slider-img, .team-slider img.home-slider-img, .steering-slider img.home-slider-img, .past-slider img.home-slider-img {
width:80px !important;
}
.slider-arrow img {
    width: 18px !important;
}
.slider-arrow {
    top: 11px;
}
.form-slider .product-slider img.form-img, .form-slider .team-slider img.form-img, .form-slider .steering-slider img.form-img, .form-slider .past-slider img.form-img {
    width: 80px !important;
}
.vision-text {
   padding: 0px !important;
}
.modal-dialog-centered {
width:auto !important;
}
.photographer-content {
    left:auto !important;
}
.hover-text2:hover img, .hover-text3:hover img, .hover-text4:hover img, .hover-text5:hover img, .hover-text6:hover img, .hover-text7:hover img, .hover-text8:hover img {
    width: 75px !important;

}
.border-right {
    border-style:none;
    border-width:none !important;
}
.partners-img .col-sm-2, .col-md-5.border.layer1, .official-img {
    border: none !important;	
}
.border-left-0 {
border-style:none !important;
    border-width:none !important;
	}
.img-responsive.mission-img {
    margin-top: 0px !important;
}
}
/*.affix-top .header-logo2 a.navbar-brand > img {
    width: 115px;
    margin-top: -48px;
}*/
.affix-top .header-logo2 a.navbar-brand > img {
    width: 115px;
    margin-top: -50px;
}



.about-content {
    margin-top: 10px;
}
.about-content p {
    margin-bottom: 10px !important;
}
.page-sidebar {
    margin-top: 30px;
}
.no-padding-left {
    padding-left: 0;
}
.sidebar-content-title {
    font-size: 20px;
    background: linear-gradient(#b1afaf, #6f6d6d);
    text-align: center;
    border-radius: 10px 10px 0 0;
    color: #fff;
	padding: 2px 0;
}
.page-sidebar p {
    text-align: justify;
    font-size: 15px;
	text-indent: 30px;
}
.page-sidebar img {
    margin: 0 auto;
    display: block;
}
.slider-wrap.form-slider {
    margin: 10px 0;
}
.form-slider .product-slider img.form-img {
width:170px;
}
@media screen and (max-width:767px) {
.slider-wrap .product-slider img, .slider-wrap .team-slider img, .slider-wrap .steering-slider img, .slider-wrap .past-slider img {
width:50px;
}
}
img.form-arrow {
width: 22px !important;
}
.form-input input {
    background: none !important;
    box-shadow: none;
    border-bottom: 1px solid #9e9e9e !important;
    padding: 8px 8px !important;
    font-size: 14px !important;
    height: 45px;
	border-radius: 0 !important;
}
.form-input input {

}
.form-margin {
    margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 10px;
}
.form-title {
    padding: 20px 0;
    font-size: 20px;
    color: #55ac75;
}
.form-input .form-control:focus {
box-shadow: none !important;
}
.form-sub-title {
    font-size: 17px;
 color: #2b593b;
 font-weight: 500;
}
.form-check.checkbox input[type=checkbox] {
margin-top: -10px;
}
@media screen and (min-width:991px) and (max-width:1199px) {
.affix-top .header-logo a.navbar-brand > img {
    width: 190px;
	}
.affix-top .header-logo a.navbar-brand > img.page-logo {
    width: 100px !important;
	}
	.header-marquee {
    top: 10px !important;
	}
	.middle-view-more {
    margin: -42px 0 0 40px !important;
}
.partners-img .col-sm-2 {
min-height: 182px !important;
}
.affix-top .header-logo2 a.navbar-brand > img {
    width: 100px;
}
.footer-link li {
    padding: 0 3px !important;
}
.team-view-more {
    margin: -42px 0 0 58px !important;
}
.cssload-loader {
  left: calc(30% - 6px);
  }
}
.product-slider img.home-slider-img, .team-slider img.home-slider-img, .steering-slider img.home-slider-img, .past-slider img.home-slider-img {
width:180px;
}
.slider-arrow img {
width:25px;
}
.bottom-img li {
    list-style: none;
    display: inline;
}
.bottom-img img {
    width: 9%;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
        background: #404040;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #55ac75;
}
#back-to-top.show {
    opacity: 1;
}
.content1 a, .content2 a, .content3 a, .content4 a, .content5 a {
text-decoration:none;
color:#419861;
}
.content1 p, .content2 p, .content3 p, .content4 p, .content5 p {
    padding: 5px 0;
	text-indent: 30px;
}
.affix .ypam-nav ul li {
    background: none;
    border: none;
    border-bottom-left-radius: 0px;
    margin-right: auto;
}
.affix .navbar-nav > li > a {
    color: #fff;
	font-size: 16px;
font-weight: 600;
}
.affix .ypam-nav ul {
    top: 16px;
    position: relative;
	    box-shadow: none;
}
img.register-img {
    padding: 20px 0;
}
.reg-layer li {
    line-height: 37px;
}
.container.page-content {
    min-height: 630px;
}
.form-group.checkbox-text {
    margin-bottom: -10px;
	font-size: 13px;
}
#contactForm input::placeholder, #contactForm textarea::placeholder {
color:#333333;
}
.conact-img {
    padding-top: 28px;
}
.form-input textarea {
    background: transparent;
    border-bottom: 1px solid #9e9e9e;
	padding: 8px 10px !important;
font-size: 14px !important;
}
.text-align {
text-align:justify; 
}
@media screen and (max-width:546px) {
.product-slider img.home-slider-img, .team-slider img.home-slider-img, .steering-slider img.home-slider-img, .past-slider img.home-slider-img {
    width: 60px !important;
}
.sa-right {
    right: 2px;
	margin-top: 7px;
}
.sa-left {
left: 0px;
    margin-top: 7px;
}
.form-slider .product-slider img.form-img {
    width: 65px !important;
}
.copyright-footer .copyright {
    font-size: 10px;
	}
.hover-text2:hover .img-text2, .hover-text3:hover .img-text3, .hover-text4:hover .img-text4, .hover-text5:hover .img-text5, .hover-text6:hover .img-text6, .hover-text7:hover .img-text7, .hover-text8:hover .img-text8 {
font-size:10px;
line-height:14px !important;
}
.cssload-loader {
  left: calc(28% - 6px);
  top: 40%;
  }	
  .cssload-loader img {
    width:200px !important;
	}
}
@media screen and (min-width:547px) and (max-width:766px) {
.sa-left, .sa-right {
    margin-top: 16px;
}
}

@media screen and (min-width:767px) and (max-width:1024px) {
.product-slider img.home-slider-img, .form-slider .product-slider img.form-img {
    width: 120px;
}
.sa-left, .sa-right {
    margin-top: 0px;
}
}
@media screen and (min-width:1024px) and (max-width:1199px) {
.product-slider img.home-slider-img, .form-slider .product-slider img.form-img {
    width: 150px;
}
.sa-left, .sa-right {
    margin-top: 15px;
}

}
@media screen and (min-width:992px) and (max-width:1199px) {
.main-content {
    padding: 92px 0 30px 0;
}
.ypam-nav .nav > li > a {
    padding: 10px 20px;
}
}
.hover-text2 .img-text2, .hover-text3 .img-text3, .hover-text4 .img-text4, .hover-text5 .img-text5,
 .hover-text6 .img-text6, .hover-text7 .img-text7, .hover-text8 .img-text8    {
position:relative;
left:0px;
display:none;
}

.hover-text2:hover .img-text2, .hover-text3:hover .img-text3, .hover-text4:hover .img-text4, .hover-text5:hover .img-text5, .hover-text6:hover .img-text6, .hover-text7:hover .img-text7, .hover-text8:hover .img-text8 {
display:block;
font-weight:bold;
margin-top:5px;
line-height: 21px;
color: #fff;
min-height:30px;
}
.hover-text2:hover img, .hover-text3:hover img, .hover-text4:hover img, .hover-text5:hover img, .hover-text6:hover img {
width:145px;
}
.hover-text7:hover img, .hover-text8:hover img {
width:132px;
}



.affix .ypam-nav ul ul.sub-menu-list {
margin-top:20px;
width: 193px;
background: #272727;
}

.btn-green {  background: #55ac75 !important;}
.btn-green:hover { background:#00CC99; }
select.form-control.reg-field {
    font-size: 16px;
	border: none;
box-shadow: none;
border-bottom: 1px solid #9e9e9e !important;
border-radius: 0 !important;;
color: #9c9c9c;
}
.form-group.reg-dropdown {
    padding: 4px 0 10px 0;
}
.reg-sub-title {
    font-size: 17px;
    color:#FFFFFF;
    background: #55ac75;
    padding: 2px 9px;
	margin-bottom: 10px;
		    margin-top: 10px;
}
.reg-dropdown label {
    font-size: 19px;;
	color: #a2a2a2;
	font-weight: 400;
}
.form-control.grade-dropdown {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #9e9e9e !important;
    border-radius: 0 !important;
	margin-top: 11px;
	/* color: #9c9c9c; */
}
.form-control.grade-dropdown option {
/* color: #555; */
font-size: 13px;
}

.header-marquee {
    position: relative;
    top: 14px;
	margin-left: 180px;
font-weight: bold;
text-align: center;
}
.affix .ypam-nav ul ul.sub-menu-list li {
background: #272727  !important;
    padding-left: 12px;
	    border-bottom: 1px solid #2f2f2f !important;
}
.affix .ypam-nav ul ul.sub-menu-list li a {
    color:#FFFFFF;
	font-size: 14px;
}
.affix .ypam-nav ul ul.sub-menu-list li a:hover { color:#55ac75; }
.registration-form h2.page-content-title {
    color: #363636;
}
.header-logo a {
    height: 140px !important;
}
.affix .header-logo a {
height:auto !important;
}
.ypam-nav ul li.sub-menu ul li {
   /* border-bottom-left-radius:0px !important;
	line-height: 20px;*/
	border-bottom-left-radius: 8px !important;
    line-height: 20px;
    border-bottom-right-radius: 8px !important;
    margin-right: auto !important;

}
	
.registration-form {
    margin-top: 10px;
	min-height: 750px;
}
.checkbox.form-check {
    margin-left: 35px;
	margin-right: 15px;
    text-align: justify;
}
.reg-content-title {
    font-size: 33px;
    text-align: center;
    padding-bottom: 20px;
    color: #41a365;
}
label.checkbox-inline.reading-check input {
    top: -5px;
}
label.checkbox-inline.reading-check {
    top: -4px;
}
.form-group.form-margin input, .form-group.form-margin select {
    width: 83% !important;
    margin-left: 28px !important;
}
.myClass { display:none; margin-left: 17px; }
select.form-control.grade-dropdown {
    padding: 6px 5px;
}
select.form-control.reg-field {
    padding: 6px 6px;
}
.form-control-file.reading-form-file {
border-bottom: none !important;
height:auto !important;
margin-top: -6px;
}
.select-fieled {
        margin: 12px 0 5px 32px;
}
.reg-sub-title.parents-con {
    margin: 10px 0 7px 0;
}
.header-logo.header-logo2 a {
    height: auto !important;
}
@media screen and (min-height:800px) and (max-height:1500px) {
.container.page-content {
    min-height: 775px !important;
}
}
.report-text {
    padding: 0 15px 0 15px;
    font-weight: 500;
	font-size:12px;
}
ul.policy-list {
    margin-left: -25px;
}
.policy-list li {
    padding-bottom: 5px;
}
.green {
    font-weight: bold;
    color: #55ac75;
}
.about-list li {
    padding-bottom: 5px;
}
.header-marquee span {
    background: #55ac75;
    padding: 5px 8px;
    color:#FFFFFF;
}
.reg-link a {
    color: #55ac75;
	    font-weight: bold;
}
p.text-bg span {
    background: #ffc357;
    padding: 1px 5px;
}
.vol-text {
    padding-left: 28px;
	margin-bottom: 10px !important;
}
.form-group.form-margin .form-control.vol-input {
    margin-left: 13px !important;
	width: 94% !important;
}
.form-control.grade-dropdown[disabled] { background:#FFFFFF !important; }
.alert-msg {
text-align:center;
color:#FF0000;
}
.footer-link li {
    display: inline;
    padding: 0 10px;
}
.footer-link li a {
    color: #fff;
    font-size: 13px;
}
.footer-link {
    text-align: right;
	padding-top: 6px;
}
.vision-text {
    padding: 50px 0;
}
.mission-text {
    padding: 30px 0;
}
.img-responsive.goals-img {
    top: -20px;
    position: relative;
}

.header-marquee1 {
  position: relative;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #c70d39, #c70d39);
  background: -ms-linear-gradient(90deg, #fff,  #fff);
  /*background-repeat: no-repeat;*/
  background-size: 80%;
  animation: animate 5s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
@media screen and (max-width:400px) {
.header-marquee {
top: 7px !important;
    font-size: 9px !important;
}
.header-marquee1 {
    letter-spacing: 0px;
	}
}
.program-img img {
    border-radius: 15px;
}
.page-content p {
    text-align: justify;
}
.pay-amount {
    text-align: center;
    font-weight: bold;
    color: #000;
font-size: 18px;
}
.payment-check input[type="checkbox"] {
    margin-top: -9px;
}
a.reg-btn {
    color: #fff;
}
.page-content .col-md-12 {
    padding-top: 10px;
}
.img-responsive.mission-img {
    margin-top: -40px;
}
.checkbox.payment-check p{
    text-align: justify;
    margin-left: 25px;
    margin-top: -40px;
}
.payment-check li {
  text-align: justify;
  margin-left: 50px;
}
.reading-img {
    margin: 0 auto;
}
.vol-number li {
    line-height: 30px;
}
.judges-text {
    text-align: center;
    color: #005454;
    font-size: 16px;
    font-weight: 500;
}
.judges-title {
    float: left;
/*	width: 90%;
text-align: center;*/
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (4.5rem * 2));
	width: 750px;
}
.modal-content.modal-main {
    font-size: 14px;
    text-align: justify;
}
.judge-img {
  opacity: 1;
  display: block;
  width: 96%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle-view-more {
  transition: .5s ease;
  opacity: 0;
  position:absolute;
  text-align: center;
      margin: -42px 0 0 60px;
}

.judges:hover .judge-img {
  opacity: 0.3;
}

.judges:hover .middle-view-more {
  opacity: 1;
}

.view-more-text {
background-color: rgba(17,17,17,0.8);
font-size: 14px;
padding: 2px 8px;
}
.view-more-text a { color:#FFFFFF; text-decoration:none; }
@media screen and (min-width:1700px) and (max-width:2500px) {
.header-title {
    font-size: 35px !important;
	}
.header-sub {
    font-size: 25px !important;
	}
.section.slider-section .container {
    min-height: 650px;
}
}
.margin-top-15 {
    margin-top: 15px;
}
.paragraph-content p {
    margin-bottom: 12px !important;
}
	.judges-slider {
	background:#FFFFFF;
	margin: 35px 0 30px 0;
	}
	.sa-left2, .sa-left3, .sa-left4, .sa-left5 {
left: 10px;
font-size: 40px;
top: 63px;
}
.sa-right2, .sa-right3, .sa-right4, .sa-right5 {
right: 5px;
font-size: 40px;
top: 63px;
}
img.values-img {
    margin-top: -21px;
}
@media screen and (min-width:572px) and (max-width:767px) {
.middle-view-more {
margin: -42px 0 0 10px;
}
.sa-left2, .sa-left3, .sa-left4, .sa-left5 {
    top: 25px;
}
.sa-right2, .sa-right32, .sa-right4, .sa-right5 {
    right: 0px;
    top: 23px;
}
.judges-text {
     font-size: 12px;
}
}
@media screen and (max-width:571px) {
.judges-text {
     font-size: 10px;
}
.sa-left2, .sa-left3, .sa-left4, .sa-left5 {
    top: 17px;
	left:0px;
}
.sa-right2, .sa-right3, .sa-right4, .sa-right5 {
    right: 0px;
    top: 15px;
}
.middle-view-more {
margin: -42px 0 0 10px;
}
.view-more-text {
    font-size: 12px;
    padding: 0px 4px;
}
}
.footer-link li:hover a, .footer-nav li:hover a  {
color:#404040;
font-weight: bold;
}
.footer-bottom {
    text-align: center;
    background: #5d986f;
    color: #052b2b;
    font-size: 13px;
	font-weight: 500;
}
.footer-bottom a {
    color: #fff;
	text-decoration:none;
}
.footer-bottom a:hover {
color: #000;
}
.affix ~ .main-wrap .slider-section .container .slider-wrap {
    /*margin-top: -40px !important;*/
	margin-top:-20px;
}
.img-bottom-text {
    text-align: center;
    font-weight: bold;
    line-height: 15px;
	font-size: 12px;
padding-top: 10px;
    text-transform: uppercase;
	color: #000;
}
@media screen and (min-height:800px) and (max-height:900px) {
.main-wrap .slider-section {
min-height:850px;
}
}
.partner-title {
    font-size: 23px;
    color: #2b593b;
    padding-bottom: 5px;
    font-weight: 500;
    text-transform: capitalize;
}

/* 
.affix-top .sub-menu ul li {
    border-bottom: 1px solid #f9bf2b !important;
	border-left: 1px solid #f9bf2b !important;
border-right: 1px solid #f9bf2b !important;
} */
.speech-link a {
    color: #419861;
    font-weight: bold;
}
.reading-check input {
    margin-top: -8px;
}
.help-block-error {
    color: red !important;
    padding-left: 42px !important;
}
.judges img {
    margin: 0 auto;
}
.partners-img img {
    width: 110px;
    margin: 0 auto;
    padding-top:10px;
    /* max-width:100%; */
    /* height:200px; */
}
.btn-default:active:focus, .btn-default:active:hover {
color:#FFFFFF !important;
}
.sub-title-text {
    font-size: 20px;
    color: #404348;
    font-weight: 500;
	padding-bottom: 13px;
}

/* team hover image text csss */
.team-img {
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  margin: 0 auto;
  border-radius: 20px;
}

.team-view-more {
  transition: .5s ease;
  opacity: 0;
  position:absolute;
  text-align: center;
      margin: -42px 0 0 88px;
}

.team:hover .team-img {
  opacity: 0.3;
}

.team:hover .team-view-more {
  opacity: 1;
}

.team-modal-img {
    float: left;
    padding: 0 10px 5px 8px;
}
.team-modal-text {
    padding: 0px 10px;
}
.modal-main p {
    margin-bottom: 8px;
}

.team-slider {
position: relative;
margin: auto;
width: 90%;
}
.team-slider ul {
margin: 0;
padding: 0;
}
.team-slider ul li {
list-style: none;
text-align: center;
}
.team-slider ul li span {
display: inline-block;
vertical-align: middle;
width: 100px;
height: 100px;
background: black;
}
.judges-title span {
    font-size: 13px;
    font-style: italic;
}
.steering-slider {
position: relative;
margin: auto;
width: 90%;
}
.steering-slider ul {
margin: 0;
padding: 0;
}
.steering-slider ul li  {
list-style: none;
text-align: center;
}
.steering-slider ul li span {
display: inline-block;
vertical-align: middle;
width: 100px;
height: 100px;
background: black;
}
.past-slider {
position: relative;
margin: auto;
width: 90%;
}
.past-slider ul {
margin: 0;
padding: 0;
}
.past-slider ul li  {
list-style: none;
text-align: center;
}
.past-slider ul li span {
display: inline-block;
vertical-align: middle;
width: 100px;
height: 100px;
background: black;
}
.line {
    border-bottom: 1px solid #cecece;
    height: 10px;
	margin-bottom: 10px;
}
.partner-line{
    border-bottom: 1px solid #cecece;
    height: 10px;
	margin: 10px 0;
}
@media screen and (min-width:768px) and (max-width:991px) {
.middle-view-more {
    margin: -42px 0 0 20px;
}
.partners-img .col-sm-2 {
min-height: 200px !important;
}
.photographer-content {
    left: auto !important;
	}
}
.team-slider1  {
margin: 20px 0 10px 0;
}
.img-responsive.auditor-img {
    width: 200px;
}
/* .partners-img .col-sm-2 {
border:1px solid #ccc;
min-height:167px;
margin-right:20px;
padding:0px;
/*display:flex;
align-items: center;
} */

.partners-img .col-sm-2 {
  border: 1px solid #ccc;
  height:200px;
  /* min-height: 167px; */
}
.border-left-right {
border-style: solid !important;
    border-width: 1px 0px 1px 1px !important
	}
.border-top-left-right {
border-style: solid !important;
    border-width: 0px 0px 1px 1px !important
	}
.border-top-right {
border-style: solid !important;
    border-width: 0px 1px 1px 1px !important
}
.border-right {
border-style: solid !important;
    border-width: 1px 0px 1px 1px !important
}
.border-right-0 {
border-style: solid !important;
    border-width: 0px 1px 1px 1px !important
	}
.border {
    border: 1px solid #ccc;
	    min-height: 134px;
}
.border2 {
    border: 1px solid #ccc;
	    min-height: 134px;
}
.border-left-0 {
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #ccc;
}

.img-align2 { padding-top: 7px; }
img.img-responsive.img-alig3 {
    padding-top: 7px;
}
img.img-responsive.img-align4 {
    padding-top: 8px;
}
img.img-responsive.img-align5 {
    padding-top: 14px;
}
img.img-responsive.img-align9 {
    padding-top: 7px;
}
img.img-responsive.img-align10 {
    padding-top: 12px;
}
img.img-responsive.img-align11 {
    width: 150px;
    padding-top: 14px;
    padding-bottom: 12px;
}
img.img-responsive.img-align11 {
    width: 150px;
    padding-top: 16px;
}
img.img-responsive.img-align12 {
    padding-top: 7px;
}
img.img-responsive.img-align13 {
    padding-top: 4px;
}
img.img-responsive.img-align14 {
    padding-top: 5px;
}
img.img-responsive.img-align16 {
    padding-top: 12px;
}
img.img-responsive.img-align18 {
    padding-top: 8px;
}
img.img-responsive.img-align19 {
    padding-top: 10px;
}
img.img-responsive.img-align24 {
    padding-top: 13px;
} 
img.img-responsive.img-align26 {
    padding-top: 5px;
}
img.img-responsive.img-align28 {
    padding-top: 14px;
}
img.img-responsive.img-align30 {
    padding-top: 12px;
}
img.img-responsive.img-align31 {
    padding-top: 12px;
}
img.img-responsive.img-align32 {
    padding-top: 4px;
}
img.img-responsive.img-align37 {
    padding-top: 6px;
}
img.img-responsive.img-align40 {
    padding-top: 10px;
}
img.img-responsive.img-align44 {
    padding-top: 10px;
}
.layer1 {
min-height:167px;
}
img.img-responsive.img-align45 {
    padding-top: 16px;
}
img.img-responsive.img-align46 {
    padding-top: 6px;
}
.official-img {
    border: 1px solid #ccc;
    min-height: 167px;
}
img.img-responsive.img-align47 {
    padding-top: 26px;
}
img.img-responsive.img-align48.auditor-img {
    padding-top: 38px;
}
.photographer-content { 
left: -42px;
    position: relative;
	}
.date-text {
    color: #2b593b;
    font-weight: bold;
}
.coaching-details {
    padding-left: 12px;
}
img.img-responsive.img-align49, .img-responsive.img-align50 {
    width: 160px;
    padding-top: 3px;
}
@media screen and (max-width:400px) {
.header-title {
padding-right: 15px;
font-size: 11px !important;
}
.header-sub {
    font-size: 10px !important;
	padding-right: 18px;
}
.header-marquee {
    top: 35px !important;
    font-size: 10px !important;
}
}
.team-profession {
    text-align: center;
    color: #404348;
    font-weight: bold;
    font-size: 12px;
    margin-top: -2px;
line-height: 17px;
}
.upcoming-img {
    border: 1px solid #ccc;
    border-radius: 20px;
}
.event-slider {
    background: #FFFFFF;
    margin: 10px 0 30px 0;
}
.event-line-height {
    line-height: 20px;
    padding-top: 3px;
}
.announcement-text div {
    padding-top: 13px;
	text-align: justify;
}
/* .2018-slider img {
border-radius:50% !important;
} */
.select-fieled label {
    padding-top: 0px !important;
}
.checkbox-text strong {
    color: #52976c;
}
.sponsor-title {
    font-size: 18px;
}
.announcement-img { padding-top:95px; }
.announcement-text-last {
    margin-top: -18px;
}
.grade-box { display:none;}
.registration-form {
    min-height: 750px;
}
.img-responsive.img-align44-1 {
    padding-top: 8px;
}
.team-page-left {
    margin-left: -42px;
}
@media screen and (max-width:1199px) {
.team-page-left {
    margin-left:auto;
}
.btn.btn-default.submit-btn {
    margin-top: 20px;
}
}
.margin-top-20 { margin-top:20px; }
.womens-day-text {
    font-weight: bold;
    color: #55ac75;
}
p#messageshow {
    padding-top: 146px;
}
.no-gutter > [class*='col-md-'] {
    padding-right:0;
    padding-left:0;
}
.modal-dialog.modal-dialog-centered.modal-lg {
width:900px;
}
.modal-loader .modal-body {
margin:0 auto;
}
 /* 404 page styles */
 #notfound {
  position: relative;
  height: 70vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 60px 40px;
  text-align: center;
  background: #f6f6f6;
  -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
}

.notfound .notfound-404 {
  position: relative;
  height: 165px;
}

.notfound .notfound-404 h1 {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 126px;
  font-weight: 700;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
}

.notfound .notfound-404 h1>span {
  color: #55ac75;
}

.notfound h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #151515;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .notfound h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 100px;
  }
}
.notfound img {
    margin: 0 auto;
}
.notfound h1>span {
    font-size: 40px;
	color: #55ac75;
}
.notfound .btn-green {
    background: #fecd48 !important;
    color: #000;
    border: none;
    text-transform:none;
	font-weight: bold;
}
.notfound h3 {
   font-size: 35px;
margin-top: -10px;
}
.coaching-title {
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0;
    color: #404348;
}
.margin-top-7 {
    margin-top: 7px;
}
a.accordion-toggle {
    text-decoration: none;
}
a.accordion-toggle:hover {
    color:#419861;
}

/*saranya changes*/
.success{
  border-color:#55ac75;
  color:#55ac75;
  background: 0 0;
 }
.success:hover{
  border-color: #55ac75;
  color: #FFF;
  background-color: #55ac75;
}
.dred{
  border-color:#e7505a;
  color:#e7505a;
  background: 0 0;
}
.dred:hover{
  border-color: #e7505a;
  color: #FFF;
  background-color: #e7505a !important;
}


/* New Desing Implementaion 01-01-2023 - Pxl*/
.container{max-width:1180px;}
ul{list-style: none;padding: 0;margin:0;}
h2#pageheading{display: none!important}
.mt-30{margin-top:30px;}
.mt-100{margin-top:100px;}
.mt-50{margin-top:50px;}
/*------------------------
Footer Styles
------------------------*/
footer{width:100%;display: inline-block;margin-top:50px;}
footer .core-Footer{background: #2A261F;min-height: 385px;padding: 50px 0 20px 0;}
.footer-logo img{width: 120px;margin-right:50px}
.footer-brand-right,.footer-logo{float: left;}
.footer-brand-right h5{color: #fff;font-size: 20px;margin:0;}
.footer-brand-right a.footer-tel{color:#FF9F0D;font-size: 20px;font-weight: 600;margin:20px 0;display: inline-block;}
.footer-brand-right address{color:#868482;font-size: 14px;font-weight:400;}
.footercopyrights{margin-top:50px}
.footercopyrights p{color:#707070;font-size: 14px;font-weight:400;}
.footercopyrights a{color:#FF9F0D;font-size: 14px;font-weight: 400;}
.footercopyrights span{color:#FF9F0D;font-size: 14px;font-weight: 400;}
.footerNav h4{font-size: 20px;margin:0;color:#fff;}
.footerNav ul{list-style: none;padding: 0;margin:15px 0 0 0;}
.footerNav li{width:100%;margin-bottom: 5px;}
.footerNav a{color:#868482;font-size: 14px;text-decoration: none;}
.footerNav a:hover{color:#FF9F0D;}
.social-icons li{width:auto;float: left;margin-right: 25px;}
.social-icons li a{color:#fff;font-size: 20px;}

/*hEADER Styles*/
.core-header{background: url(../images/new/core-Header-bg.png) no-repeat;background-size:cover ; width: 100%;min-height: 360px;padding-top: 30px;}
.core-header .navbar-brand img{width:120px;height: 120px;}
.core-header .navbar.navbar-expand-lg,.navbar-brand{margin:0;padding: 0;}
.core-header #navbarSupportedContent li{margin-right:48px;}
.core-header #navbarSupportedContent li a{font-size: 17px;font-weight: 600;color:#fff;text-decoration: none;text-transform: uppercase;line-height: 50px;display: inline-block;}
.core-header #navbarSupportedContent li.login-yellow > a{background:#FF9F0D;border-radius: 0 30px 30px 30px;width:150px;text-align: center;}
.core-header #navbarSupportedContent .sub-menu{position: relative;z-index: 99;}
.core-header #navbarSupportedContent .sub-menu .sub-menu-list{position: absolute;padding:10px;margin:0;background:#FF9F0D;display: none;min-width:200px;border-radius: 0 30px 30px 30px;overflow: hidden;}
.core-header #navbarSupportedContent .sub-menu:hover .sub-menu-list{display: block;}
.core-header #navbarSupportedContent .sub-menu .sub-menu-list li{width:100%;}
.core-header #navbarSupportedContent .sub-menu .sub-menu-list li a{line-height: 30px;text-transform: capitalize;font-size: 16px;padding:5px 10px;}
.core-header #navbarSupportedContent .sub-menu .sub-menu-list li a:hover{background:#707070;border-radius: 0 20px 20px 20px;color:#fff;}
.core-header #navbarSupportedContent li.login-yellow  .sub-menu-list.sub-bg{margin-left: 21px;}
.core-header #navbarSupportedContent .sub-menu #ul_list_programs{min-width: 350px;list-style: none;}
/*Home Header*/
.home-pageheader:before{background:url(../images/new/home/home-header-bg.png) no-repeat ;content: "";width:50%;height: 1570px;position: absolute;top:0;left: 0;z-index: -1;background-size: 100%;}
.home-pageheader.core-header{background: none;min-height: 100px;}
.home-pageheader.core-header #navbarSupportedContent ul > li a{color:#333}
.home-pageheader.core-header #navbarSupportedContent > ul > li:first-child a,
.home-pageheader.core-header #navbarSupportedContent > ul > li:nth-child(2) a,
.home-pageheader.core-header #navbarSupportedContent > ul > li:nth-child(3) a{color:#fff}
/*Our Program Page*/
.section.main-content{margin-top:-220px}
.container-title h2{color:#FF9F0D;font-size: 50px;}
.container-title p{display: block;text-align: center;color:#fff;font-size:15px;}
.container-title p em{color:#FF9F0D;font-size: 30px;margin:0 5px 0 5px}
.programpage-container{width:100%;display: block;margin-top:150px;}
.programpage-containers{width:100%;display: block;}
.programpage-title{width:100%;display: block;margin-bottom: 20px;}
.programpage-title h3{font-size: 34px;color:#FF9F0D;}
.ourprogram-rightmenu ul{list-style: none;}
.ourprogram-rightmenu ul li{height: 60px;margin-bottom: 15px;}
.ourprogram-rightmenu ul li a{border:1px solid #FF9F0D;border-radius: 10px;font-size: 15px;font-weight: 600;text-decoration: none;line-height: 55px;padding:0 15px;color:#707070; display: block;}
.ourprogram-rightmenu ul li a:hover, .ourprogram-rightmenu ul li.active a{background: #FF9F0D;color:#fff}
.ourprogram-rightmenu ul li a i{float: right;font-size: 20px;line-height: 55px;}
.ourprogramfirstimage{width:100%;border-radius: 0 30px 0 30px;overflow: hidden;border:1px solid #efefef;}
.ourprogramfirstimage img{min-width: 100%;height: 460px;}
.ourprogramSecondRowImage{width:100%;margin: 80px 0 40px 0;}
.ourProgramimage{border-radius: 0 30px 0 30px;overflow: hidden;width:100%;}
.ourProgramimage img{width:100%;height: 260px;}
.yellow-curved-btn{background:#FF9F0D;border-radius: 0 30px 30px 30px;padding:0 50px;text-align: center;color:#fff;line-height: 50px;display: inline-block;text-decoration: none;font-weight: 500;margin-bottom: 30px;}
.yellow-curved-btn:hover{background:#868482;color:#fff}
.ourstudycontent p{font-size:16px;color:#000;font-family: Roboto;line-height: 30px;margin-bottom: 20px;}
.ourstudycontent a{color:#FF9F0D}
.ourstudycontent h3{color:#FF9F0D;font-size: 24px;margin:20px 0}
.ourstudycontent h5{color:#000;font-size: 24px;margin:10px 0}
.color-orange{color:#FF9F0D}
.ourstudycontent ul li, .ourstudycontent-about ul li{background: url(../images/new/tickicon.png) no-repeat left top 5px;padding-left: 30px;font-size:16px;color:#000;font-family: Roboto;margin-bottom: 10px;}
.our-sponcers{width:100%;float: left;position: relative;overflow: hidden;}
.our-sponcers .item{float: left;text-align: center;}
.our-sponcers .item img{max-width: 100%;max-height: 90px;}
.oursponcersection{margin-bottom:50px;}
.oursponcersection h3{color:#FF9F0D;font-size: 24px;margin:50px 0 20px 0;text-align: center;display: block;}
.slick-dots{width:100%;text-align: center;}
.slick-dots li{display: inline-block;margin:0 5px;}
.slick-dots li button{border:none;background-color: #E2E2E2;border-radius: 100%;width:10px;height: 10px;font-size: 0;padding: 0;}
.slick-dots li.slick-active button{background-color: #FF9F0D;display: none;}
.home-ypam-gallery-bg{position: relative;background: url(../images/new/home/gallery_bg.png) no-repeat;}
.home-galler-one{margin:130px 0 0 0;display: block;}
.home-galler-two{margin:-84px 0 0 190px;display: block;}
/*about Us*/
.about-image{margin-top:-150px;max-height: 400px;}
.about-second-heading{margin-left: -200px;}
.ourstudycontent-about  p{font-size:16px;color:#868482;font-family: Roboto;line-height: 30px;margin-bottom: 20px;}
.ourstudycontent-about h4{font-size: 18px;color:#FF9F0D;text-transform: uppercase;}
.ourstudycontent-about h5{font-size: 21px;color: #000;}
.ourstudycontent-about h3{font-size: 40px;color:#333}
.ourstudycontent-about h6{font-size: 20px;color:#000;margin:10px 0;}
.ourstudycontent-about .col-md-3 {margin-top: 50px;}
.ourstudycontent-about .col-md-3 p{padding: 0 20px;text-align: center;}
/*home Page*/
.homebanner{width:100%;height: 770px;display: block;}
.home-ypam-coaching-block{background: #fff;border-radius: 0 25px 0 25px;width:100%;padding: 40px;margin-top:100px;box-shadow: 0 0 5px #ddd;text-align: center;}
.home-ypam-coaching-block h3{font-size: 21px;text-align: left;}
.home-ypam-coaching-block p{font-size: 14px;text-align: left;color:#868482;margin-top:20px}
.home-ypam-coaching-block a, .home-anouncement a, .sponcer-left a{font-size: 14px;background:#FF9F0D;border-radius: 0 30px 30px 30px;text-align: center;line-height: 46px;display: inline-block;padding: 0 50px;color:#fff;text-decoration: none;}
.general-title{width:100%;margin-bottom:20px;display: block;}
.general-title h3{font-size: 42px;color:#000;margin-bottom: 20px;}
.general-title p{font-size: 14px;color:#707070;margin-bottom: 20px;}
.home-ypam-anouncement{margin:100px 0;}
.home-anouncement{background: #fff;border-radius: 0 35px 0 35px;width:100%; box-shadow: 0 0 4px rgb(211, 243, 255);padding-bottom: 30px;}
.home-anouncement img{width: 100%;}
.home-anouncement h3{font-size: 21px;color:#000;margin:15px 0;}
.home-anouncement p{color: #868482;font-size: 13px;}
.ypam-sponcer{height: 570px;width: 100%;}
.home-ypam-gallery .home-gallery-heading h4{font-size: 42px;color: #000;}
.home-ypam-gallery .home-gallery-heading h3{font-size: 32px;color: #FF9F0D;}
.home-ypam-gallery  h5{font-size: 27px;color: #000;margin-top:120px}
.home-ypam-gallery  p{font-size: 16px;color: #868482;margin-top:20px}
.home-gallery-heading{margin:100px 0 0 -200px;}
.sponcer-left{width: 100%;}
.sponcer-left h3{font-size: 18px;color: #FF9F0D;}
.sponcer-left h4{font-size: 30px;color: #FF9F0D;margin-top:30px}
.sponcer-left p{font-size: 14px;color:#fff;margin:10px 0 30px 0;display: block;max-width: 80%;text-align: justify;}
.sponcer-left h2{font-size: 45px;color:#fff;}
.sponceright-Slider{width: 110%;overflow: hidden;position: relative;margin-left: -100px;}
.sponceright-Slider .slick-slide{float: left;}
.sponceright-Slider .slick-slide ul li{width:46%;float: left;margin:10px 2%}
.sponceright-Slider .slick-slide ul li span{width: 100%;height: 200px;background: #fff;border-radius: 0 25px 0 25px;box-shadow: 0 0 10px rgb(122, 112, 112);float: left;line-height: 200px;text-align: center;}
.home-main-slider{overflow: hidden;position: relative;width:110%;float: left;margin:0 0 100px -5%;}
.home-main-slider .slick-slide{float: left;position: relative;}
.home-main-slider .slick-slide img{width: 100%;}
.main-slider-left{position:absolute;top:0;left:0;z-index: 1;padding: 100px 0 0 50px;}
.main-slider-left h2{font-size: 56px;color: #fff;margin-top:30px}
.main-slider-left p{font-size: 16px;color:#fff;margin:10px 0 30px 0;display: block;max-width: 42%; text-align: justify;}
.main-slider-left a{font-size: 14px;background:#FF9F0D;border-radius: 0 30px 30px 30px;text-align: center;line-height: 46px;display: inline-block;padding: 0 50px;color:#fff;text-decoration: none;}
.main-slider-right{position:absolute;top:300px; right:190px;z-index:1;}
.main-slider-right a{background: url(../images/new/home/home-play-icon.png) no-repeat left center;font-size: 40px;color:#fff;padding-left: 100px;text-decoration:none;line-height: 100px;display: inline-block;}
.home-main-slider .slick-dots{position: absolute;bottom: 15px;}
.home-main-slider{position: relative;}

/*FAQ*/
#FAQaccordion .accordion-button{font-size: 20px;color:#000;font-weight: bold;}
#FAQaccordion .accordion-button:not(.collapsed){background: #deffe1;box-shadow: none;}
#FAQaccordion .accordion-body{color:#868482}
#FAQaccordion .panel-body{margin-bottom: 30px;}
#FAQaccordion .panel-body p{margin-bottom: 10px;}

.partner-slider .slick-list{width:100%;float: left;}

@media screen and (max-width:640px) {
  .core-header{padding-top: 10px;min-height:290px ;}
  .core-header .navbar-brand img{height:80px;width:80px;}
  .navbar-toggler{color:#fff;font-size: 20px;border:2px solid #fff}
  .section.main-content{margin-top: -130px;}
  .container-title h2{font-size: 30px;}
  .container-title p em{font-size: 17px;}
  .programpage-container{margin-top:50px;}
  .programpage-container img{max-width: 100%;}
  .footercopyrights p{text-align: center;}
  .navbar-collapse{position: absolute;background: #333;right: 0;top: 60px;z-index: 2;width: 80%;padding: 10px 19px;}
  .core-header #navbarSupportedContent .sub-menu .sub-menu-list{position: relative;}
  .core-header #navbarSupportedContent .sub-menu #ul_list_programs{min-width: 108%;width: 100%;}
  .core-header #navbarSupportedContent li{margin-right:0;padding-left: 0;}

  /*about page*/
  .about-image{margin-top:0;}
  .about-second-heading{margin:20px 0 0 0;}
  .ourstudycontent-about h3{font-size: 30px;line-height: 40px;}
  .ourstudycontent-about .col-md-3{margin-top: 20px;}

  .ourprogramfirstimage img{height: auto;}
  .ourProgramimage{margin:10px 0;}
  /*home page*/
  .home-ypam-coaching-block, .home-ypam-gallery h5{margin-top:0;}
  .home-Coacing img,.home-ypam-gallery img,.sponceright-Slider .slick-slide ul li img,.home-anouncement img{max-width: 98%;}
  .home-ypam-coaching-block{padding: 20px;}
  .home-ypam-anouncement{margin:20px 0;}
  .home-anouncement{margin-bottom: 15px;}
  .home-anouncement p{margin-bottom: 15px;}
  .home-gallery-heading{margin:20px 0;}
  .ypam-sponcer,.homebanner{height: auto;}
  .home-pageheader:before{display: none;}
  .home-pageheader.core-header{background: url(../images/new/core-Header-bg.png) no-repeat;}
  .home-main-slider{margin:0;width:100%;background:#0e926b;border-radius:20px;height:auto;padding-bottom:40px;float:none;clear:both;display:block;}
  .sponcer-left{background: url(../images/new/core-Header-bg.png) repeat;margin-top:50px;padding:20px 10px;}
  .sponcer-left p{max-width: 100%;margin: 10px 0;}
  .sponcer-left h2{font-size: 30px;}
  .sponcer-left h4{font-size: 24px;margin-top:15px}
  .sponcer-left p{font-size: 14px;color:#fff;margin:10px 0 30px 0;display: block;max-width: 80%;}
  .sponceright-Slider{margin:0;width: 100%;}
  .home-ypam-gallery .home-gallery-heading h3{font-size: 24px;}
  .main-slider-left h2{font-size: 20px !important;margin-top:0;}
  .main-slider-left p{font-size: 12px;margin:0 0 10px 0;max-width:100%;}
  .main-slider-left h2 br{display: none;}
  .main-slider-left{padding: 10px;position:relative;width:100%}
  .main-slider-left a{line-height: 25px;padding: 0 20px;}
  .main-slider-right{top:0px;right:0px;position:relative;width:100%;text-align:center}
  .main-slider-right a{background-size: 30px;padding-left: 35px;font-size: 16px;}
  .main-slider-right button.btn{margin:0 !important;}
.home-main-slider .slick-slide img{display:none;}
  .home-pageheader.core-header #navbarSupportedContent ul > li a{color:#fff}
}

.form-group.checkbox-text{padding: 0;margin:0;}
.form-group.checkbox-text .checkbox.form-check{padding: 0;margin:0 0 10px 0;}
.form-group.checkbox-text .checkbox.form-check p{padding: 0;margin:0 ;display: inline;}
.form-check.checkbox input[type=checkbox]{display: inline;height: 15px;}
.modal-header button{background: none;border: none;padding: 0;}
.modal-header button span{font-size: 25px;line-height: 25px;}
.modal-backdrop.fade.in{opacity: 0.5;}
.registration-form .select2{margin-left:28px}
.reading-check input[type="radio"] {
    margin-top: 0px;
	height:13px;margin-right:5px;
}


/* Footer: Always horizontal, proper spacing, only three columns */
.core-Footer .footerNav > [class^="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  /* border-right: 1px solid #39352e; */
  padding-top: 16px;
  padding-bottom: 16px;
}
.core-Footer .footerNav > [class^="col-"]:last-child {
  border-right: none;
}
.core-Footer .footerNav {
  flex-wrap: nowrap !important;
  gap: 0 !important;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .core-Footer .footerNav {
    flex-wrap: nowrap !important;
  }
  .core-Footer .footerNav > [class^="col-"] {
    /* border-right: 1px solid #39352e; */
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .core-Footer .footerNav > [class^="col-"]:last-child {
    border-right: none;
  }
 .ypam-sponcer {
    display: flex !important;
    align-items: stretch !important; /* ensures both columns are equal height */
    height: auto !important;
  }
  .sponcer-left {
      /* background: url(../images/new/core-Header-bg.png) repeat; */
      padding: 60px 30px 60px 30px; /* reduce excessive padding */
      min-height: unset !important; /* remove forced min-height */
      height: 100% !important;
      display: flex;
      flex-direction: column;
      justify-content: center; /* vertical centering of content */
  }
   .sponcer-right {
    display: flex;
    align-items: center;
    height: 100%;
  }
   .sponceright-Slider {
      width: 120%;
  }
  .main-slider-left{
    padding: 50px 0 0 50px !important;
  }
  .banner-content-text{
    padding: 0 1px !important;
  }
}
@media (max-width: 767px) {
    .core-Footer .footerNav {
        flex-wrap: nowrap !important;
        display: flex !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .core-Footer .footerNav>[class^="col-"] {
        width: 33.333% !important;
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        border: none !important;
    }

    .footer-logo img {
        width: 50px !important;
        margin-right: 0 !important;
        height: auto !important;
    }

    .footerNav h4 {
        font-size: 11px !important;
        margin-bottom: 5px !important;
        white-space: nowrap !important;
    }

    .footer-brand-right h5 {
        font-size: 9px !important;
        margin: 2px 0 !important;
    }

    .footer-brand-right a.footer-tel {
        font-size: 9px !important;
        margin: 5px 0 !important;
        display: block !important;
    }

    .footer-brand-right address {
        font-size: 8px !important;
        line-height: 1.1 !important;
        margin: 0 !important;
    }

    .footerNav ul {
        margin-top: 5px !important;
        padding: 0 !important;
        list-style: none !important;
        width: 100% !important;
    }

    .footerNav li {
        margin-bottom: 3px !important;
        width: 100% !important;
    }

    .footerNav a {
        font-size: 8px !important;
        line-height: 1.2 !important;
        display: block !important;
    }

    .core-Footer .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}


/* Program Display Section Responsive Layout - Refined */

/* Base Styles (Mobile & Default) */
.programs-3x3-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-top: 20px;
}

.programs-3x3-row {
  display: contents;
}

.programs-3x3-item {
  break-inside: avoid;
  width: 100%;
  min-height: 180px;
  /* Increased height for content */
  height: auto;
  background: #fff;
  border-radius: 0 25px 0 25px;
  box-shadow: 0 0 10px rgb(122, 112, 112);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.programs-3x3-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* Target the wrapper span to stack image and text */
.programs-3x3-item a>span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

/* Specific Override for Program Display Button - Logout Style */
.programs-3x3-item .yellow-curved-btn {
  padding: 5px 20px;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 14px;
  width: auto;
  min-width: 120px;
  /* Asymmetric shape: Sharp top-left, rounded others */
  border-radius: 0 25px 25px 25px;
  display: inline-block;
  background: #FF9F0D;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: auto;
  /* Push to bottom if flex space allows */
}

.programs-3x3-item .yellow-curved-btn:hover {
  background: #868482;
  color: #fff;
}

.programs-3x3-item img {
  max-width: 80%;
  max-height: 110px;
  /* Slightly reduced to fit text */
  object-fit: contain;
  margin: 10px 0;
}

/* Tablet Specifics (641px - 1024px) */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .ypam-sponcer {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
    align-items: stretch;
  }

  .ypam-sponcer>.col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .programs-3x3-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 0 0 20px;
  }

  .programs-3x3-item {
    height: 160px;
    /* Balanced height for tablet */
  }
}

/* Desktop (992px+) */
@media (min-width: 992px) {
  .programs-3x3-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 0;
  }

  .programs-3x3-item {
    height: 200px;
    /* Standard desktop height */
  }

  .ypam-sponcer {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 570px;
  }
}

/* Layout Adjustments for Removed Banner */

/* Hide the empty banner container */
.homebanner {
  display: none;
}

/* Adjust background height for Desktop */
.home-pageheader:before {
  height: 750px;
  /* Reduced from 1570px to cover header + program section */
  width: 55%;
}

/* Adjust spacing for Program Section */
.ypam-sponcer {
  /* margin-top: 16px; */
  padding-bottom: 50px;
}

/* Tablet Specific Adjustments */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .home-pageheader:before {
    height: 1200px;
    width: 60%;
  }

  .ypam-sponcer {
    margin-top: 40px;
  }
}

/* Program Display Section Responsive Layout - Final */

/* Base Styles (Mobile & Default) */
.programs-3x3-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-top: 20px;
}

.programs-3x3-row {
  display: contents;
}

.programs-3x3-item {
  break-inside: avoid;
  width: 100%;
  min-height: 220px;
  /* Increased for spacing */
  height: auto;
  background: #fff;
  border-radius: 0 25px 0 25px;
  box-shadow: 0 0 10px rgb(122, 112, 112);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Distribute space */
  margin: 10px 0;
  overflow: hidden;
  /* Contain children */
}

.programs-3x3-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* Wrapper span */
.programs-3x3-item a>span {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* Image Centering */
.programs-3x3-item img {
  margin: auto;
  /* Centers vertically and horizontally in flex space */
  max-width: 90%;
  max-height: 120px;
  /* Restrict height */
  object-fit: contain;
  display: block;
}

/* Button Styling - Logout Style */
.programs-3x3-item .yellow-curved-btn {
  padding: 5px 10px;
  line-height: normal;
  margin-bottom: 15px;
  /* Space from bottom */
  margin-top: 0;
  /* Let image margin handle top space */
  font-size: 14px;
  width: 80%;
  /* Wider button */
  max-width: 200px;
  border-radius: 0 25px 25px 25px;
  /* Asymmetric */
  display: inline-block;
  background: #FF9F0D;
  color: #fff;
  text-align: center;
  font-weight: 500;
  align-self: center;
  /* Center button horizontally */
}

.programs-3x3-item .yellow-curved-btn:hover {
  background: #868482;
  color: #fff;
}

/* Tablet Specifics */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .programs-3x3-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop Specifics */
@media screen and (min-width: 1025px) {
  .programs-3x3-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
