@import url(../css/open-sanse.css);
@import url(../css/rubik.css);
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Rubik Regular";
}

h1 {
  font-family: "Rubik Light";
  font-size: 45px !important;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4196078431);
  color: white;
}

p {
  font-size: 16px;
  font-family: "Open Sans";
  color: rgba(255, 255, 255, 0.8);
  line-height: 25px;
}

body {
  font-family: "Open Sans";
  font-size: 16px;
}

main {
  width: 100%;
  float: left;
  margin: 97px 0px 0px;
}

b, strong {
  font-family: "Open Sans Bold";
}

.header-nav {
  background-color: #004e40;
}

.nav-link {
  font-family: "Open Sans";
}

.link-secondary {
  color: white !important;
  background: #0c7a67;
  border-radius: 2px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
  background: #0c7a67;
  border-radius: 2px;
}

.btn-primary a {
  color: #13161C;
}

.btn-primary a:hover {
  color: #13161C;
}

.btn {
  font-family: "Open Sans SemiBold";
}

.btn-common {
  border: none;
  font-family: "Open Sans";
  color: white;
  padding: 0px;
}

.btn-common .register-text {
  padding: 14px 40px 14px;
  background: #004e40;
  border-radius: 0px;
}

.btn-common .icon-arrow {
  padding: 16px 11px 11px 17px;
  border-radius: 0px;
  background: #07090c;
}

.btn-common .carousel-control-prev-icon, .btn-common .carousel-control-next-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.btn-common:hover .register-text {
  color: white !important;
  background: #ffcb08;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-common:hover .icon-arrow {
  background: #ffcb08;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.homeslider {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
}

.homeslider .img-fluid {
    width: 100%;
    max-width: none;
    height:auto;
    object-fit: cover;
  
}

.caption {
  font-size: 16px;
  font-family: "Open Sans";
  color: white;
  line-height: 25px;
}

.homeslder-ullist {
  width: 100%;
  float: left;
  margin: 15px 0px;
  padding: 0px;
}

.homeslder-ullist li {
  float: left;
  margin: 0px 15px 0px 0px;
  padding: 0px;
  list-style: none;
}

.homeslder-ullist li a {
  float: left;
  padding: 0;
  margin: 0px 15px 0px 0px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-family: "Open Sans SemiBold";
  color: white;
}

.homeslder-ullist li a:hover {
  color: #004e40;
  background: white;
}

.homeslider-btn {
  width: 100%;
  float: left;
  margin: 15px 0px;
  padding: 0px;
}

.homeslider-btn span {
  float: left;
}

.homeslider-btn span i {
  float: left;
  width: 1.45rem;
  height: 1.45rem;
}

.btn-register {
  border: none;
  font-family: "Open Sans";
  color: white;
  font-size: 15px;
  padding: 0px;
}

.btn-register .register-text {
  padding: 14px 40px 14px;
  background: #004e40;
  border-radius: 4px 0px 0px 4px;
}

.btn-register .icon-arrow {
  background: #ffcb08;
  padding: 15px 10px 13px;
  border-radius: 0px 4px 4px 0px;
}

.btn-register:hover .register-text {
  color: white !important;
  background: #ffcb08;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-register:hover .icon-arrow {
  background: #004e40;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.carousel-caption1 {
  position: absolute;
  right: 20%;
  top:6.25rem;
  left: 48%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  text-align: center; 
}

.carousel-caption2 {
  position: absolute;
  right: 36%;
  top:4.25rem;
  left: 7%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  text-align: center;
}

.carousel-caption2 .padding-right-25per {
  padding-right: 25%;
}

.carousel-caption3 {
  position: absolute;
  right: 30%;
  top: 3.25rem;
  left: 7%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  text-align: center;
}

.carousel-caption h1 {
  font-family: "Rubik Light";
  font-size: 55px !important;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4196078431);
  color: white;
}

.carousel-caption1 h1 {
  font-family: "Rubik Light";
  font-size: 55px !important;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4196078431);
  color: white;
}

.carousel-caption2 h1 {
  font-family: "Rubik Light";
  font-size: 55px !important;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4196078431);
  color: white;
}

.carousel-caption3 h1 {
  font-family: "Rubik Light";
  font-size: 55px !important;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4196078431);
  color: white;
}

.coe-aboutus {
  background-color: #004e40;
}

.coe-centre-excellence {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
  background-color: #000;
}

.coe-info-box {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
}

.coe-img-box .img-fluid {
  width: 100%;
}

.coe-img-box {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
}

.coe-content-box {
  width: 100%;
  min-height:255px;
  margin: 0px;
  padding: 0;
  background-color: #13161C;
}

.coe-btngrp-box {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px 0px 10px;
  background-color: #13161C;
}

.coe-info-box:hover .coe-content-box {
  background-color: white;
  color: #13161C;
}

.coe-info-box:hover .coe-content-box p {
  background-color: white;
  color: #13161C;
  margin-bottom: 0 !important;
 
}

.coe-info-box:hover > .coe-btngrp-box {
  background-color: white;
}

.coe-info-box:hover > .coe-btngrp-box .btn-common .icon-arrow {
  background-color: #ffcb08;
}

.coe-coaches {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
  background-color: #13161C;
}

.subtitle {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0px 7rem;
}

.subtitle1 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0px 17rem;
}

.coe-coach-box {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.coach-img-box {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
}

.coach-img-box .img-fluid {
  width: 100%;
}

.coach-content-box {
  width: 80%;
  min-height: auto;
  margin: 0px;
  padding: 10px 0px 10px 20px;
  background-color: #000;
}

.coach-content-box h6 {
  margin: 0px;
  color: rgba(255, 255, 255, 0.8);
}

.coach-content-box p {
  margin: 0px;
  font-size: 14px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.8);
}

.coach-btngrp-box {
  width: 20%;
  height: auto;
  margin: 0px;
  padding: 20px 0px 0px 20px;
  background-color: #0F1218;
}

.coach-btngrp-box .btn-common .icon-arrow {
  padding: 0;
  border-radius: 0px;
  background: inherit;
}

.coe-coach-box:hover > .coach-btngrp-box {
  background-color: #ffcb08;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.coe-sport-facility {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
  background-color: #004e40;
}

.facility-bg-img {
  background: url("../images/facility-bg.png") left top repeat-x;
  height: 416px;
  background-position: left top;
  background-size: cover;
}

.pad-top-left {
  padding: 6% 0% 6% 2% !important;
}

.coe-form {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
  background-color: #000;
  position: relative;
}

.arrow-down-circle {
  position: absolute;
  left: 50%;
  top: -15px;
}

.coe-form-bg-img {
  background: url("../images/formbg.png") left top repeat, #000000;
  background-size: cover;
  padding-bottom: 5rem;
}

.coe-formbox {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: #ffcb08;
}

.coe-formbox h3 {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 6% 6%;
  background: #cfa200;
  font-size: 22px;
  color: #13161C;
  font-family: "Rubik Regular";
}

.cusomt-form-ullist {
  width: 100%;
  float: left;
  margin: 0;
  padding: 6% 6%;
}

.cusomt-form-ullist li {
  float: left;
  width: 100%;
  margin: 0px 0px 6% 0px;
  padding: 0px 0px 6% 30px;
  list-style: none;
  border-bottom: 1px solid #13161C;
  background: url(../images/double-chevron.png) left top no-repeat;
}

.cusomt-form-ullist li span {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  font-size: 16px;
  font-family: "Open Sans SemiBold";
  color: #13161C;
}

.coe-formbot-img {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
}

.coe-custom-form {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.coe-custom-form-tab {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.coe-custom-form-tab .nav-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.coe-custom-form-tab .nav-item {
  width: 33.33%;
  height: auto;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.coe-custom-form-tab .nav-tabs .nav-link {
  background: #333333;
  padding: 1rem 1.75rem;
  border: none;
  border-radius: 0px;
  color: #c7c7c7;
}

.dpsg-student-info {
  width: 100%;
  margin: 0px;
  padding: 25px 0px 0px;
}

.dpsg-student-info h6 {
  font-family: "Open Sans SemiBold";
  font: size 22px;
  color: white;
}

.dpsg-student-info h6 span {
  font-family: "Rubik Light";
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  float: right;
}

.dpsg-student-info .form-group .form-label {
  margin-bottom: 0.5rem;
  color: #8f8f8f;
  font-size: 13px;
  font-family: "Open Sans";
}

.dpsg-student-info .form-group .form-control {
  padding: 0.675rem 0.75rem;
  color: #13161C;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 0.15rem;
}

.dpsg-student-info .form-group .form-control:focus {
  background-color: rgb(255, 255, 255);
}

.form-text {
  font-size: 0.855em;
  color: #6c757d;
}

.dpsg-student-info .form-group input::-webkit-file-upload-button {
  border: none;
  background: none;
}

.dpsg-student-info .form-group input::file-selector-button {
  border: none;
  background: none;
}

.dpsg-student-info .form-group input::-webkit-file-upload-button:hover {
  border: none;
  background: none;
}

.dpsg-student-info .form-group input::file-selector-button:hover {
  border: none;
  background: none;
}

.dpsg-seleted-amount-box {
  width: 100%;
  float: left;
  background: #0c7a67;
  padding: 20px;
  border-radius: 3px;
  position: relative;
}

.dpsg-selectbox {
  width: 25%;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  position: relative;
}

.dpsg-selectbox h6 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6509803922);
}

.dpsg-selectbox h3 {
  font-size:20px;
  font-weight: 500;
  color: #fff;
}

.dpsg-selectbox .plusicons {
  color: #fff !important;
  margin: 0px !important;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 37px;
  font-size: 20px;
}

.dpsg-seleted-amount-box .dpsg-sport-selected {
  position: absolute;
  right: 5px;
  top: 6px;
}

.coe-footer {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
  background-color: #13161C;
}

.coe-footer p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.enquiry-now {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0;
  background-color: #13161C;
}

.open-button {
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 22.5%;
  right: 0;
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  border: none;
  z-index: 999999;
  height: 100vh;
  background: #13161C;
  padding: 0;
}

.form-container {
  max-width: 350px;
  padding: 25px 35px 22px;
  float: left;
}

.close-btn {
  position: absolute;
  z-index: 999999;
  right: 0px;
  top: 0px;
  border: none;
  background: none;
  padding: 7px 5px;
  border-radius: 2px;
  color: #ffcb08;
  font-weight: bold;
  font-size: 12px;
}

.close-btn img {
  width: 70%;
}

.form-container h3 {
  color: rgba(255, 255, 255, 0.8);
}

.form-container h3 span {
  font-family: "Rubik Light";
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
  margin-left: 4px;
  width: 100%;
  float: left;
}

.enquiry-info {
  width: 100%;
  margin: 0px;
  padding: 25px 0px 0px;
  float: left;
}

.enquiry-info .form-group .form-label {
  margin-bottom: 0.5rem;
  color: #8f8f8f;
  font-size: 13px;
  font-family: "Open Sans";
}

.enquiry-info .form-group .form-control {
  padding: 0.675rem 0.75rem;
  color: #13161C;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.99);
  border: none;
  border-radius: 0.15rem;
  margin:0px;
}

.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

.form-container .cancel {
  background-color: red;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.dpsg-popup-custom {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}

.dpsg-popup-custom .modal-dialog {
  max-width: 80%;
  margin: 1.75rem auto;
}

.close-popup {
  position: absolute;
  z-index: 1;
  right: 0;
  font-size: 14px;
  border: none;
  padding: 5px 15px 8px 15px;
}

.dpsg-popup-custom .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}

.dpsg-popup-custom .img-fluid {
  width: 100%;
}

.dpsg-popup-custom h5 {
  color: #13161C;
  margin: 0px 0px 15px;
  padding:20px 10px 0;
  width: 80%;
}

.dpsg-popup-custom p {
  font-size: 14px;
  font-family: "Open Sans";
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 0px 10px 0px;
}

.dpsg-custom-payinfo {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}

.dpsg-custom-payinfo h5 {
  color: #13161C;
  margin: 0;
  padding: 0px 0px 10px;
  width: 100%;
}

.dpsg-custom-payinfo p {
  font-size: 14px;
  font-family: "Open Sans";
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 0;
}

.dpsg-popup-list {
  margin: 0px;
  padding: 0;
  width: 100%;
  float: left;
}

.dpsg-popup-list li {
  margin: 0px;
  padding: 7px 0px 7px;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
}

.dpsg-popup-list li span {
  margin: 0px;
  padding: 0;
  width: 50%;
  float: left;
}/*# sourceMappingURL=coe.css.map */


/*social media icons*/
.fa {padding: 6px 11px;font-size: 30px; text-align: center; text-decoration: none; margin: 5px; border-radius: 3px;}

.fa:hover { opacity: 0.7;color: white;}
.fa-facebook { background: #3B5998; color: white;}
.fa-twitter { background: #55ACEE; color: white;}
.fa-google { background: #dd4b39; color: white;}
.fa-linkedin { background: #007bb5; color: white;}
.fa-youtube { background: #bb0000; color: white;}
.fa-instagram { background: #f45737; color: white;}
.fa-snapchat-ghost { background: #fffc00; color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}

.cuspx-5 {padding-right: 3rem !important; padding-left: 3rem !important; }

/*responsive css start */
@media only screen and (min-device-width: 320px) and (max-device-width:767px) {
    .carousel-item{height:80vh !important;}
    .homeslider .img-fluid {width: 100%; max-width: none; height: 100%; aspect-ratio: 1 / 1;   object-fit: cover;}
    .carousel-caption{right: 4% !important; top: 3.25rem!important;}
    .carousel-caption h1 { font-size:40px !important;}
    .carousel-caption1{left:7%; top: 3.25rem;}
    .carousel-caption1 h1 { font-size:40px !important;}
    .carousel-caption2{right: 4%; top: 3.25rem;}
    .carousel-caption2 h1 { font-size:40px !important;}
    .carousel-caption3{right: 4%; top: 3.25rem;}
    .carousel-caption3 h1 { font-size:40px !important;}    
    .subtitle {padding: 0px 0rem;}
    .facility-bg-img {background: url(../images/facility-bg.png) left top repeat; height: auto; background-position: left top;  background-size: cover;}
    .pad-top-left {padding: 6% 6% 6% 6% !important;}
    .cuspx-5 {padding-right:1rem !important; padding-left:1rem !important; }
    .custombtnres{ width:100%;}
    .display-none{display:none;}
    .dpsg-selectbox { width: 100%;}   
    .coe-content-box { min-height: 150px;}
    h1 {font-size: 35px !important;}
    .carousel-control-prev, .carousel-control-next { width: 10%; opacity: 0.3;}
    
    .subtitle1 {padding: 0px 0rem;}
    
}

@media only screen and (min-device-width: 768px) and (max-device-width:999px) {
    .carousel-caption3 {right: 2%;}
    .homeslider .img-fluid {object-fit: cover;   aspect-ratio: 1;}
    .carousel-caption3 h1 { font-size: 50px !important;}
    .carousel-caption {right: 2% !important;}
    .carousel-caption1 {right: 2%; left: 8%;}
    .carousel-caption2 {right: 2%;}
}


@media only screen and (min-device-width: 1000px) and (max-device-width:1199px) {

    .homeslider .img-fluid {object-fit: none;  aspect-ratio: 3/1; height: 400px;}
    .carousel-caption3 h1 { font-size: 50px !important;}
    .carousel-caption {right: 2% !important;}
    .carousel-caption1 {right: 2%; left: 8%;}
    .carousel-caption2 {right: 2%;}  
    .carousel-caption3 {right: 2%;}
  
  
}



