@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body {
font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-repeat: no-repeat;
  background-size: 100%
}

html, body {
        position: relative;
        height: 100%;
    }

.header img {
  height: 70px;
  float: left;
  margin-right: 11px;
}
.header {
  width: 100%;
  box-shadow:0 0 12px #00000063;
  position: relative;
  z-index: 9;
}
.header .navbar {
    margin-top: 0;
    background: #03A9F4;
    padding: 0;
}
.header .navbar-nav .nav-item {
    margin: 0 0;
}
.header .navbar-nav li + li {
  border-left: 2px solid #fff;
  margin: 0;
}
/*.header .navbar-nav .nav-item a.nav-link {
  color: #fff;
  font-weight: 400;
  padding: 16px 28px;
  text-transform: uppercase;
}
*/
.header .navbar-nav .nav-item a.nav-link:hover {
    background: #1a2669;
}
.header .navbar-nav .nav-item a.nav-link {
    color: #fff;
    font-weight: 500;
    padding: 6px 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #0874c9;
    border-top: 2px solid #0874c9;
}
.header ul.losig{
    margin-top: 12px;
    padding: 0
}
.header ul.losig li {
  margin-left: 30px;
  display: inline-block;
  text-align: left;
  min-height: 40px;
}
.header ul.losig li a {
  color: #408bcf;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: table-caption;
  border-bottom: 1px solid #408bcf;
  border-top: 1px solid #408bcf;
  padding: 3px 0;
}
.header ul.losig li + li {
  border-left: 1px #dedddd solid;
  padding-left: 20px;
}
.header .navbar-nav .nav-item .active {
    background: #ffc800;
    color: #000 ;
    font-weight: 500 ;
}
.header .navbar-nav .nav-item ul.dropdown-menu li a {
    font-size: 14px;
    padding: 8px 16px;
    color: #fff;
    border-left: 3px solid #03A9F4;
}
.header .navbar-nav .nav-item ul.dropdown-menu li a:hover {
    background: #ffffff;
    color: #03A9F4;
}
.header .navbar-nav .nav-item ul.dropdown-menu li {
  border: none;
}
.header .navbar-nav .nav-item ul.dropdown-menu li + li {
  margin-top: 2px ;
}
.header .navbar-nav .nav-item:hover ul.dropdown-menu {
    display: inline-block;
    z-index: 9;
    padding: 0;
    background: #0b154c;
    border-radius: 0 0 5px 5px;
    border: none;
    box-shadow: 0 7px 10px #00000026;
    overflow: hidden;
    margin: 0;
}
.header a span {
  display: block;
  font-size: 12px;
  color: #8f9ba1;
  text-transform: uppercase;
}

.navbar-brand h4 {
    font-size: 32px;
    font-weight: 500;
    color: #03A9F4;
    margin-bottom: 3px;
    padding-top: 8px;
    letter-spacing: -1px;
}
.navbar-brand p {
  color: #131313;
  font-size: 14px;
  margin-bottom: 0;
}
.header ul.losig li a.btn {
  border: 2px solid #d9231a;
  font-size: 14px;
  padding: 10px 20px;
  color: #d9231a;
  width: 150px;
}
.header ul.losig li a.btn:hover {
  background: #284962;
  color: #fff;
}



/**************** banner **************/
.banner{
  position: relative;
}

.banner .carousel-item {
    height: 620px;
    background-size: cover;
    background-position: center;
}

.banner button {
    color: #fff;
    font-size: 51px;
}
.banner h6 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffc800;
    line-height: 24px;
    border-top: 2px solid #fff0f0;
    display: inline-block;
    margin-top: 15px;
    padding-top: 15px;
}

.banner .carousel-indicators button {
    width: 13px;
    height: 13px;
    background-color: #d9d9d9;
    border: none;
    border-radius: 50%

}
.banner .carousel-indicators button.active {
    width: 40px;
    background: #c0282e;
    border-radius: 30px;
}

.banner .carousel-indicators{
    bottom: 10px;
  }

.banner h1 {
    color: #ffc800;
    font-size:95px;
    font-weight: bolder;
    line-height: 95px;
}

.banner h4 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 600;
    margin-top: 25px;
}
section.banner .text {
    background: #0000008c;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15% 0;
}

.header ul.losig li a i {
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-right: 4px;
}
.carousel button img {
    height: 30px;
}

.header ul.losig li h6 {
    display: -webkit-inline-box;
    margin-right: 20px;
    font-weight: 600;
    color: #c0282e;
    font-size: 20px;
}






/*.about form .form-control {
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #408bcf;
}
.about form label {
    display: block;
    font-weight: 500;
    margin-top: 10px;
}
.about form {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 3px 4px 20px #02020247;
  border-radius: 0;
  position: absolute;
  width: 420px;
  right: 0;
  z-index: 999;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}

.about form h3 {
  color: #609f79;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
}
.about form p {
    padding-left: 29px;
    position: relative;
}
.about form p input {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}
.about form button {
  background: #284962;
  padding: 10px 38px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  display: inherit;
  margin-top: 10px;
  width: 100%;
}
.about form span {
  position: relative;
  display: block;
}
.about form span .form-control {
    padding-left: 70px;
}
.about form span select {
  position: absolute;
  border: navajowhite;
  background: #609f79;
  border-radius: 6px 0 0 6px;
  font-weight: 400;
  padding: 0 3px;
  height: 100%;
  top: 0;
  color: #fff;
}
.about form .form-control::placeholder {
    color: #0000001c;
    font-weight: 500;
}*/


section.rank {
    background: #408bcf;
    padding: 18px 0;
}
/*.rank .set img {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
}*/
.rank .set {
    font-weight: 500;
    text-align: center;
}
.rank .set h3 {
    margin-bottom: 0;
    font-weight: 600;
}
.rank .set p {
    margin-bottom: 0;
    display: inline-block;
    color: #fff
}
.rank .col+.col {
    border-left: 1px solid #ffffff73;
}
.rank .set img {
  height: 36px;
}
/*************** about ****************/

.about{
  margin: 80px 0;
}
.about p {
    color: #808285;
    line-height: 26px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom:0;
}
.about .img img {
  position: absolute;
  top: -260px;
}
.about .img {
  position: relative;
  min-height: 300px;
}

.about h3 {
    color: #03A9F4;
    font-weight: 600;
}
.about h6 {
  color: #8f9ba1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}


/*************** our_mission ****************/
.our_mission {
  margin: 60px 0;
}
.our_mission .set {
  padding: 30px;
  background: #f7f7f7;
}

.our_mission h6 {
  color: #808285;
  font-size: 14px;
  font-weight: 400;
}
.our_mission h3 {
  font-weight: 600;
  font-size: 24px;
  color: #609f79;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 13px;
}
.our_mission h3::after {
  background: #284962;
  height: 2px;
  width: 60px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.our_mission .set p {
  color: #7f7f80;
}










/* ....................testimonial.................. */

.testimonial .text {
    box-shadow: 0 4px 15px #0000001a;
    height: 352px;
    position: relative;
    padding-top: 35px;
}
.testimonial .head {
    background: #ffffff;
    width: 40%;
    margin: 0px auto 0px;
    position: absolute;
    top: -13px;
    right: 0;
    left: 0;
}
.testimonial .head h4 {
    font-size: 31px;
    font-weight: 600;
    color: #408bcf;
}
.testimonial .carousel-item p {
    font-style: italic;
    font-size: 16px;
}

.testimonial .carousel {
    width: 76%;
    margin: 30px auto;
}
.testimonial span {
    background: #268db8;
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 40px;
    line-height: 30px;
}
.testimonial .bi {
    color: white;
    font-size: 20px;
    text-align: center;
}

.testimonial .clint p {
    font-style: initial;
    font-size: 15px;
}
.testimonial .clint img {
    height: 75px;
    width: 75px;
    border-radius: 50px;
}
.testimonial .clint {
    margin-left: 12px;
    margin-top: 10px;
    text-align: left;
}
.testimonial .clint h5 {
    font-size: 18px;
    color: #0e0e0e;
    font-weight: 600;
    margin-bottom: 2px;
}
.testimonial .img {
    display: inline-flex;
    margin: 20px 0px;
}

.testimonial .carousel-control-prev {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0px;
    top: 47px;
}
.testimonial .carousel-control-next {
    position: absolute;
    right: 0;
    top: 47px;
    opacity: 1;
}

.testimonial .img img {
  height: 60px;
  margin-top: 7px;
}

/*sports*/
.sports .set {
    height: 230px;
    width: 230px;
    border-radius: 50%;
    background-size: cover;
    padding: 70px 15px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    transition: width 1s, height 1s, transform .5s;
}
.sports .set .st h4 {
    font-size: 22px;
}
.sports .set .st {
    background: #001c3591;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 50%;
    padding: 77px 10px;
    color: #fff;
}
.sports .set:hover {
    transform: scale(1.3);
    transition: ;
    transition: width 1s, height 1s, transform .5s;
}
.sports {
    background: #408bcf;
    padding: 80px 0;
}






/*********************** our_best ************************/
.managemement h6 {
  color: #808285;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}
.hed span {
    color: #626262;
}

.managemement .hed.mb-2 {
  font-size: 45px;
  margin-bottom: 10px !important;
}
.managemement h2 {
  font-size: 34px;
}
.managemement .owl-prev span, .our_best .owl-next span {
    left: 15px;
    top: 14px;
}
.managemement  .owl-next, .our_best  .owl-prev {
    background-color: #fff !important;
}
.managemement {
  padding: 70px 0;
}
.managemement .set {
    background: #ffffff;
    padding-bottom: 15px;
    box-shadow: 0 4px 15px #0000001a;
    padding: 10px;
    margin: 15px;
}
.managemement .set p {
    color: #979899;
    font-size: 14px;
    font-weight: 200;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.managemement h3 {
    color: #c0282e;
    font-size: 20px;
    font-weight: 600;
}

.managemement .set h5{
  color: #302A2A;
  font-size: 18px;
  font-weight: 600;
  margin-top:15px;
}

.owl-nav {
  display: block !important;
}
.owl-prev {
  padding: 12px;
  box-shadow: 0 4px 15px #0000001a;
  width: 40px;
  height: 40px;
  border-radius: 0;
  position: absolute;
  right: 52px;
  top: -63px;
  margin: auto;
  bottom: inherit;
}
.owl-next {
  padding: 12px;
  box-shadow: 0 4px 15px #0000001a;
  width: 40px;
  height: 40px;
  border-radius: 1px;
  position: absolute;
  right: 0;
  top: -63px;
  margin: auto;
  bottom: inherit;
}

.managemement .set .img {
  height: 200px;
  overflow: hidden;
}
.managemement .hed.mt {
  font-size: 47px;
  margin-top: 75px !important;
}

/* Month header */
.month {
  padding: 28px 25px;
  width: 100%;
  background: #408bcf;
  text-align: center;
}

/* Month list */
.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Previous button inside month header */
.month .prev {
  float: left;
  padding-top: 10px;
}

/* Next button */
.month .next {
  float: right;
  padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color:#ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.5%;
  color: #666;
  text-align: center;
}

/* Days (1-31) */
.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.5%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

/* Highlight the "current" day */
.days li .active {
    padding: 5px;
    background: #03A9F4;
    color: white !important;
}











/*highqulity*/
.progress-bar {
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 45px;
  background: #fff8f800;
  font-weight: 600;
}
.highqulity {
    padding: 80px 00;
    background: #5a5a5a0d;
}
.highqulity .set {
    position: relative;
    padding: 32px 20px;
    background: #fff;
}
.highqulity .set .progress-bar::before {
  background: #001c35;
  width:80px;
  height: 3px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
}


.highqulity .set .progress-bar::after {
  background: #001c35;
  width: 3px;
  height: 80px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
}

.highqulity .set::before {
  background: #001c35;
  width: 80px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999999;
}
.highqulity .row{
  width: 85%
}

.highqulity .set::after {
  background: #001c35;
  width: 3px;
  height: 80px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 001c35;
}





.bar {
    animation: move 2s linear infinite;
    color: #fff;
    width: 100% !important;
}
.highqulity .set h3 {
    font-size: 16px;
    color: #ffffffb8;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

.highqulity  h2.hed {
    font-size: 28px;
  }
.highqulity ul {
    list-style: none;
    padding: 0;
    text-align: left;
}
.highqulity ul li a {
    color: #fff;
    text-align: left;
    text-decoration: none;
}

/*letestnews*/
.letestnews {
  margin: 80px 0;
}
.letestnews .set h5 {
    color: #408bcf;
    font-size: 20px;
    font-weight: 500;
}
.highqulity .set {
  position: relative;
  padding: 32px 15px;
  background: #03A9F4;
}
.letestnews img {
  width: 100%;
}
.letestnews .btn {
    background: #03A9F4d9;
    width: 100%;
    height: 100%;
    line-height: 200px;
    color: #fff;
    font-size: 20px;
}
.letestnews .set a {
  color: #001c35;
  font-weight: 500;
}
.letestnews h6 {
  font-size: 14px;
  color: #919191;
}

.letestnews .set p {
    color: #7f7f80;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 23px;
    float: left;
    height: 150px;
    overflow: hidden;
}
 h2.hed {
  color: #408bcf;
  font-weight: bolder;
  font-size: 56px;
  text-align: revert-layer;
  margin-top: 50px;
}
/*footer*/
.main-footer {
    padding: 70px 0;
    background: #03A9F4;
}
.main-footer h2 img {
  height: 68px;
  margin-top: -7px;
}
.main-footer h2 {
  color: #f7c600;
  font-size: 41px;
  background: #fff;
  margin-top: -119px;
  text-align: center;
  padding: 13px;
  margin-bottom: 80px;
  letter-spacing: -1px;
  line-height: 50px;
  box-shadow: 0 20px 20px #0202026b;
}
.main-footer .f_logo img{
  height: 140px;
  }

.main-footer p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.main-footer ul {
    margin: 0;
    padding: 0;
}
.main-footer ul li {
  margin: 0 38px;
  padding-left: 0;
  list-style: none;
  color: #fff;
  display: inline-block;
}
.main-footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}
.main-footer ul li a {
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
}
.main-footer ul.nv {
  text-align: center;
  padding: 12px 0;
  margin: 20px 0;
  border-top: 1px solid #ffffff78;
  border-bottom: 1px solid #ffffff78;
}
.main-footer ul.social li a {
    color: #fff;
    font-size: 20px;
    width: 46px;
    height: 46px;
    border: 1px solid #ffffff85;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
}
.main-footer ul.social  {
  text-align: center;
}
.main-footer ul.social li {
  margin: 0 5px;
}

.main-footer h3 {
    margin-bottom: 12px;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    margin-top: 27px;
    text-transform: uppercase;
}
img.f_logo {
    height: 94px;
}
.main-footer .navbar-brand img {
  height: 126px;
}
.main-footer .navbar-brand h4 {
    font-size: 45px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 3px;
    padding-top: 8px;
    letter-spacing: -1px;
}
.mb-0.copyright {
  background: black;
  text-align: center;
  padding: 14px 0;
  font-weight: 500;
  color: #fff;
}
/*gallery*/
.gallery .set img {
    width: 106%;
}
.gallery .set {
  height: 176px;
  overflow: hidden;
  position: relative;
}
.gallery .set a.view_call {
    background: #ff6b00e3;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 300px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.hed {

    color: #408bcf;
    font-weight: bolder;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px !important;

}

.gallery .set .view_all {
    background:#03A9F4d9;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    line-height: 170px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.gallery h6 {
  color: #808285;
  font-size: 14px;
  font-weight: 400;
}

.gallery figure img {
    -webkit-transform: rotate(8deg) scale(1.2);
    transform: rotate(8deg) scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery figure:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.gallery {
    margin-top: 80px;
}
.gallery:last-child {
    padding-bottom: 60px;
}
.gallery::after {
    content: '';
    clear: both;
    display: block;
}

.gallery .set span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  margin: 0;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  background: #0000009c;
  width: 100%;
  height: 100%;
  padding: 115px 0;
  color: #fdf000;
  font-size: 50px;
}
.gallery .set figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;

}
.gallery .set figure:hover span {
  opacity: 1;
  z-index: 9;
}






.owl-dots{
  display: none;
}







/************ login section ****************/

.login .form-control {
    border-radius: 3px;
    padding: 0 15px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 44px;
    appearance: auto;
    min-height: 42px;
    border: none;
    box-shadow: 0 0 20px #0202021c;
    background: #ffffff57;
    clip: #fff
}
.login p.accountp a {
    color: #f17a7b;
    font-weight: 600;
}
.login .form-signin {
  padding: 30px;

}
.login .modal-content {
    background: #03A9F4;
}
.login p.accountp {
    color: #000;
    font-weight: 500;
    margin-top: 15px;
    font-size: 15px;
}
.login select.form-control {
  padding: 11px 15px;
}
button.btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 9999
}
.login .logo {
  width: 100px;
  margin-bottom: 20px;
}
.login .form-group .password {
  position: relative;
}
.login .form-signin button.btn {
  border: none;
  color: #fff;
  font-weight: bold;
  line-height: 44px;
  background: #408bcf;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 15px;
  padding: 0;
}
.login h1 {
  font-weight: bold;
  font-size: 27px;
  color: #fff;
  margin-bottom: 5px;
}
.login p {
    margin-bottom: 20px;
    font-weight: 400;
    color: #fdfdfd;
    font-size: 14px;
}

.modal-dialog.login {
  max-width: 600px;
}

.login .form-control::placeholder {
  color: #f2f2f2;
}
.login .form-group .password svg {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #ababab;
}




/*conactus*/
.conactus {
  padding: 20px 0 80px 0;
}
.conactus .test {
    margin-bottom: 15px;
    padding-left: 55px;
    position: relative;
}
.conactus .form-control {
  border: none;
  border-radius: 4px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 24px;
  appearance: auto;
  min-height: 48px;
  box-shadow: 0 0 20px #0000001f;
  padding: 10px 20px;
}
.conactus .man h2 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-top: 23px;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.conactus .form-signin button.btn {
    border: none;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    background: #03A9F4;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 15px;
    padding: 0;
    width: 100%;
}
.conactus textarea.form-control {
  padding: 15px 15px;
}

.conactus .test h5 {
  color: #181717;
  font-size: 18px;
  margin-bottom: 3px;
}
.conactus .test p, .conactus .test p a {
  color: #626262;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.conactus .test svg {
    font-size: 28px;
    color: #dbd9d8;
    position: absolute;
    left: 0;
}
.conactus img.w-100 {
  position: sticky;
  top: 140px;
}
.conactus .container {
  padding: 0 8%;
}
.in_banner {
  height: 250px;
  background-size: cover;
  padding-top: 100px;
  margin-bottom: 50px;
  padding-bottom: 67px;
}
.in_banner h3 {
  color: #fff;
  font-size: 50px;
}
.in_banner h6 a {
    color: #408bcf;
}
.in_banner h6 {
  color: #fff;
  font-size: 15px;
}


/** Large
 devices (desktops, less than 1800px) **/
@media (max-width: 1799.98px) { 

}


/** Large devices (desktops, less than 1600px) **/
@media (min-width: 1600px) { 

}

/** Large devices (desktops, less than 1600px) **/

@media (max-width: 1599.98px) { 
.activity .set {
  padding: 15px;
}
.banner .carousel-item {
    height: 580px;
}
}


/** Large devices (desktops, less than 1366px) **/
@media (max-width: 1399.98px) { 
  .sports .set {
    height: 180px;
    width: 180px;
    padding: 70px 15px;
    margin: 0 5px;
  }
  .sports .set .st h4 {
    font-size: 18px;
}
.sports .set .st {
    padding: 55px 10px;
}
  .letestnews .set h5 {
    font-size: 18px;
  }
  .letestnews .set p {
    height: 107px;
    overflow: hidden;
}
h2.hed {
    font-size: 50px;
}
  .main-footer .navbar-brand h4 {
    font-size: 38px;
}
.main-footer ul li {
    margin: 0 28px;
}
  .gallery .set {
    height: 156px;
}
.testimonial .text {
    height: 312px;
}
.testimonial .carousel-item p {
    font-size: 15px;
}
  .managemement .hed.mt {
  font-size: 40px;
}
.managemement .hed.mb-2 {
  font-size: 38px;
}
  .highqulity .set h3 {
  font-size: 15px;
}
.highqulity .set {
  padding: 28px 7px;
}
  .banner .carousel-item {
    height: 500px;
}
  .hed {
  font-size: 32px;
}
.managemement h2{
  font-size: 30px
}
  .activity .set h4 {
  font-size: 16px;
}
.gallery .set span {
  padding: 60px 0;
  }
.prns h3 {
  font-size: 18px;
}
body {
  font-size: 14px;
}
.about h3 {
  font-size: 26px;
}
.header .navbar-nav .nav-item a.nav-link {
  padding: 12px 16px;
}
.header form {
  height: 46px;
}
.header ul.losig li + li {
  padding-left: 15px;
}
.header ul.losig li {
  margin-left: 15px;
}
.navbar-brand h4 {
  font-size: 28px;
}
.header ul.losig li a.btn {
  width: 145px;
}
.banner form {
  padding: 35px;
  width: 450px;
}
.banner form h3 {
  font-size: 26px;
}
.prns {
  padding: 16px;
}
.activity {
  padding: 60px 50px;
}
.gallery .set {
  height: 200px;
}
}
/** Large devices (desktops, less than 1200px) **/
@media (max-width: 1199.98px) {
  .header form input {
  font-size: 14px;
}
  .conactus .logleft, .conactus .form-signin {
  width: 80%;
  margin: auto;
}
  section.login {
  padding: 50px 0 80px 0;
}
    .banner .carousel-item {
    height: 450px;
}
  .main-footer h2 {
    font-size: 36px;
    margin-bottom: 41px;
  }
  .gallery .set {
  height: 160px;
}
  .about h6 {
  font-size: 14px;
  margin-bottom: 6px !important;
}
  .about {
  margin: 60px 0 40px;
}

.header .navbar-nav .nav-item a.nav-link {
  padding: 10px 7px;
}
.prns p {
  line-height: 22px;
}
.navbar-brand h4 {
    font-size: 24px;
}
.header ul.losig li a {
  font-size: 14px;
}
.header a span {
  font-size: 10px;
}
.header ul.losig li a.btn {
  width: 125px;
  padding: 10px 10px;
  line-height: normal;
}
.header ul.losig li {
  margin-left: 10px;
}
.header ul.losig li + li {
  padding-left: 10px;
}
.header img {
  height: 60px;
  margin-right: 6px;
}
.header {
  padding: 8px 0 0;
}
.header .navbar {
  margin-top: 8px;
}

.banner form {
    padding: 25px;
    width: 380px;

}
.banner form h3 {
  font-size: 22px;
}
.banner form .form-control {
  padding: 9px 15px;
  border-radius: 3px;
}
.banner form p {
  font-size: 12px;
}
.banner form button {
  padding: 8px 38px;
  font-size: 15px;
}
.about h3 {
  font-size: 22px;
}
.about p {
  line-height: 24px;
}
.hed {
  font-size: 28px;
}
.managemement h2 {
  font-size: 28px;
}
.managemement .set h5 {
  font-size: 15px;
  margin-top: 10px;
  padding: 0 !important;
}
.our_mission .set {
  padding: 20px;
}
.managemement h6 {
  padding: 0 !important;
}
.our_mission h3 {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 6px;
}
.managemement {
  padding: 45px 0;
  margin-bottom: 0;
}
.gallery .set span {
  padding: 40px 0;

}
.gallery .set span {
    padding: 50px 0;
    font-size: 40px;
}
h2.hed {  font-size: 45px;
}
.highqulity .row {
  width: 100%;
}
.highqulity {
  padding: 50px 00;
}
.highqulity h2.hed {
  font-size: 26px;
  margin-bottom: 20px !important;
}
.highqulity .set {
  padding: 24px 0px;
}
.highqulity .set h3 {
  font-size: 14px;
}
.progress-bar {
  height: 50px;
  font-size: 38px;
}
.managemement .hed.mt {
  font-size: 34px;
}
.month ul li {
  font-size: 15px;  
}
.weekdays li, .days li {
    width: 12.5%;

}
.managemement .hed.mb-2 {
  font-size: 34px;
  margin-bottom: 3px !important;
}
.managemement .set {
  padding: 10px;
  margin: 12px;
}
.managemement .set .img {
  height: 155px;
}
.owl-prev {
  top: -45px;
}
.owl-next {
  top: -45px;
}
.sports {
  padding: 50px 0;
}
.sports .set .st h4 {
  font-size: 16px;
}
.sports .set {
  height: 150px;
  width: 150px;
  padding: 70px 15px;
  margin: 0 4px;
}
.sports .set .st {
  padding: 40px 10px;
}
.sports {
  padding: 50px 0;
}
.testimonial .carousel-item p {
  font-size: 14px;
}
.testimonial .head h4 {
  font-size: 26px;
}
.gallery .set {
  height: 132px;
}
.gallery .set .view_all {
  line-height: 136px;
}
.testimonial .clint h5 {
  font-size: 16px;
}
.testimonial .text {
  height: 264px;
  padding-top: 18px;
}
.testimonial .img img {
  height: 46px;
  margin-top: 7px;
}
.testimonial .img {
    margin: 0px 0px;

}
.testimonial .carousel {
  width: 93%;
}
.letestnews {
  margin: 50px 0;
}
.main-footer ul li {
  margin: 0 20px;
}
.main-footer .navbar-brand h4 {
  font-size: 32px;
}
.main-footer {
  padding: 50px 0;
}
.letestnews .img {
    height: 180px;
    overflow: hidden;
}
.letestnews .img img{
  width: auto;
  height: 100%
}
.letestnews .set h5 {
    font-size: 15px;
}
h2.hed {
    margin-top: 32px;
}
.letestnews .btn {
    line-height: 167px;
    font-size: 16px;
}
.about h2.hed br {
    display: none !important;
}
.about h2.hed {
    font-size: 36px;
    margin-top: 0;
        margin-bottom: 16px !important;
}
}
/**  Medium devices (tablets, less than 992px) **/
@media (max-width: 991.98px) {
.header .navbar-nav li + li {
    border-left: none;
}
.header .navbar-nav .nav-item a.nav-link{
  border: none;
}
  .banner .carousel-item {
    height: 260px;
}
.header .navbar-nav .nav-item+li a.nav-link {
    border-top: 1px solid #ffffff2e;
}
.header .navbar-nav .nav-item a.nav-link::after {
    float: right;
    margin-top: 8px;
}
  .main-footer h2 {
    font-size: 28px;
    margin-bottom: 35px;
}
.main-footer ul.social li a {
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.header .navbar-brand.m-0.p-0 {
    width: 567px;
    display: table;
    margin: auto !important;
}

.header .col-lg-7.text-end {
  text-align: center !important;
}
.header ul.losig {
    padding: 0;
    margin: auto;
    border-top: 1px solid #cccccc5e;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 55px;
}
.header ul.losig li {
    margin-left: 0;
    width: 47%;
    margin: 0;
    float: left;
    margin-left: 3% !important;
}

.header ul.losig li a.btn {
  width: 145px;
}
.header .navbar-nav .nav-item a.nav-link {
  padding: 10px 7px;
}
.header .navbar .container {
  position: relative;
}
.header form {
  height: 40px;
  position: absolute;
  right: 12px;
}

.header form .btn {
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.header form input {
  display: none;
}
.about h3 {
  font-size: 20px;
}

.banner form {
  padding: 20px;
  width: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about {
  margin: 100px 0 30px;
}
.gallery .set {
    height: 160px;
}
.main-footer {
    padding: 60px 0 11px;
    margin-top: 30px;
}
.banner form {
  width: 95%;
  bottom: 0;
  position: relative;
  padding: 25px;
  margin-top: -45px;
}
.about {
    margin: 40px 0;
}
.banner .container {
  position: relative;
  right: 0;
  margin: auto;
  bottom: 0;
  left: 0;
}
.gallery .set span {
    padding:40px 0;
    font-size: 34px;
}
.main-footer .navbar-brand h4 {
    font-size: 28px;
}
.main-footer ul li {
    margin: 0 7px;
}
.days {
    margin-bottom: 30px;
}
.header ul.losig li a {
    font-size: 15px;
}
button.navbar-toggler {
    position: absolute;
    top: -53px;
    border: 1px solid #03A9F4 !important;
    color: #fff !important;
    font-size: 30px !important;
    padding: 5px 8px;
    background: #03A9F4;
}
.header ul.losig li a {
    width: 100%;
    display: block;
}
.header ul.losig li + li {
    padding-left: 15px;
    margin-left: 0;
}
.rank .set p {
    margin-bottom: 0;
    display: block;
}
.rank .set img {
    height: 28px;
}
.highqulity .set h3 {
    width: 63%;
    text-align: center;
    height: 20px;
    margin: 10px auto 13px;
}
.sports .set {
    height: 180px;
    width: 180px;
    padding: 70px 15px;
    margin: 6px 10px;
}
.sports .set .st h4 {
    font-size: 18px;
}
.sports .set .st {
    padding: 70px 10px;
}
.gallery .col-lg-7 {
    padding: 0 24px;
    margin-top: 15px;
}
.letestnews h2.hed {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 16px !important;
}
.letestnews h2.hed br {
    display: none !important;
}
}
  
/** Small devices (landscape phones, less than 768px)**/
@media (max-width: 767.98px) {
.letestnews .img img {
    width: 100%;
    height: auto;
}
.header ul.losig {
    margin-bottom: 52px;
}
.letestnews .btn {
    line-height: 34px;
    font-size: 15px;
}
.highqulity {
    padding: 40px 00;
}
.main-footer ul li {
    margin: 0 7px 8px;
}
.progress-bar {
    height: 30px;
    font-size: 30px;
}
.highqulity .col {
    width: 100%;
    flex: 1 0 50%;
    margin: 5px 0;
}
.sports {
    padding: 40px 0;
}
.main-footer .navbar-brand h4 {
    font-size: 24px;
}
.header .navbar-brand.m-0.p-0 {
    width: 500px;
}
.managemement .hed.mt {
    font-size: 28px;
}
.navbar-brand h4 {
    font-size: 21px;
}
.highqulity h2.hed {
    font-size: 22px;
}
.letestnews h2.hed, .about h2.hed {
    font-size: 28px;
}
.managemement .hed.mb-2 {
    font-size: 28px;
}
.letestnews .set {
    margin-bottom: 12px;
}
.letestnews .set h5 {
    font-size: 17px;
}
  .header form {
 right: 12px;
 top: 0
}
.navbar-toggler {
  padding: 4px 6px;
  box-shadow: none !important;
  outline: none !important;
}
a.closebtn {
    position: absolute;
    right: 0;
    font-size: 30px;
    text-decoration: none;
    padding: 0 14px;
    color: #fff;
}
.header .navbar .container {
  display: block;
}
.header .navbar-nav li {
  border-right: none;
  margin: 0;
}
  section.testimonials .set .img {
  width: 75px;
  height: 75px;
}
  section.testimonials .set {
  padding: 15px;
}
.managemement .set p {
  margin-bottom: 0;
}
  .managemement h2 {
    font-size: 24px;
}
  .managemement {
    padding: 30px 0;
    margin-bottom: 35px;
}

  .banner form {
    padding: 15px;
}
  .main-footer h2 img {
    height: 52px;
}
.main-footer {
    padding: 40px 0 11px;
    margin-top: 30px;
}
.main-footer h2 {
    font-size: 28px;
    margin-top: -80px;
    margin-bottom: 15px;
}
  .main-footer h3 {
    margin-bottom: 8px;
    font-size: 16px;
    margin-top: 16px;
}
.gallery .set {
    height: 185px;
}
  .our_mission .set {
    padding: 15px;
}

.header ul.losig li + li {
  padding-left: 12px;
  margin-left: 12px;
}

.header ul.losig li a.btn {
  width: 140px;
  padding: 9px 10px;
}
.header form input {
  display: block;
}
.header form .btn {
  background: #284962;
  padding: 0 10px;
}
.header form {
  padding: 4px;
}

.header .navbar {
  margin-top: 3px;
}
.about h6 {
  margin-top: 16px;
}

.hed {
  font-size: 24px;
}
.our_mission h3 {
  font-size: 18px;
  margin-top: 12px;
}
.about {
    margin: 25px 0;
}
.gallery .set span {
    padding: 70px 0;
    font-size: 33px;
}
.rank .col:nth-child(4) {
    border: none;
}
.rank .set {
    padding: 10px 0;
}
.rank .col {
    flex: 1 0 33.33%;
}

}

@media (max-width: 575.98px) {
.highqulity .set h3 {
    font-size: 15px;
}
  .owl-prev {
    width: 34px;
    height: 35px;
    right: 40px;
    top: -45px;
}
.owl-next {
    width: 34px;
    height: 34px;
    top: -45px;
}
  .main-footer p {
    font-size: 14px;
    margin-bottom: 4px;
}
  .main-footer h2 {
    font-size: 24px;
    padding: 10px;
}
  .gallery .set {
    height: 155px;
}
  .our_mission {
    margin: 30px 0;
}
.header ul.losig li + li {
    padding-left: 10px;
    margin-left: 10px;
}
.header ul.losig li a.btn {
    width: 120px;
    padding: 9px 8px;
}
.header ul.losig li a.btn {
    width: 105px;
    padding: 9px 4px;
    font-size: 13px;
}
.header ul.losig li a.btn {
    width: 120px;
    padding: 8px 4px;
    font-size: 13px;
    position: absolute;
    left: 67px;
    bottom: 3px;
    z-index: 66;
    border: 1px solid #9eadb8;
    color: #9eadb8;
}
.header ul.losig li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.header ul.losig li {
    margin-left: 0;
    display: inline-grid;
        min-height: auto;
}
.header ul.losig {
    margin-top: 9px;
    padding-top: 13px;
}
.header .navbar {
    margin-top: 8px;
}
.managemement h6 {
    padding-right: 100px;
}
.gallery .set span {
    padding: 52px 0;
    font-size: 30px;
}
.main-footer .navbar-brand{
    white-space: inherit;
}
.managemement .hed.mt {
    font-size: 22px;
    margin-bottom: 14px !important;
    margin-top: 0 !important;
}
.header .navbar-brand {
    width: 100%;
    white-space: inherit;
}
.navbar-brand h4 {
    padding-top: 0;
}

.header img {
    height: 68px;
    margin-right: 6px;
}
button.navbar-toggler {
    top: -59px;
}
.header .navbar-brand.m-0.p-0 {
    width: 373px;
}
}
   
/** Small devices (landscape phones, less than 480px)**/
@media (max-width: 480px) {
.header ul.losig li a {
    font-size: 12.4px;
}

.header ul.losig {
    padding-left: 0;
    width: 100%;
    margin-left: 20px;
}
.header ul.losig li {
    width: auto;
    float: inherit;
    margin: 0 3px !important;
}
button.navbar-toggler {
    position: absolute;
    top: -55px;
    border: 1px solid #03A9F4 !important;
    color: #ffffff !important;
    font-size: 25px !important;
    padding: 7px 6px;
}
.rank .col {
    flex: 1 0 33.33%;
}

  .header .navbar-brand {
    width: 100%;
}
.letestnews .set p {
    height: 76px;
}
.header ul.losig {
    margin-bottom: 5px;
}

  .gallery .set span {
    padding: 30px 0;
    font-size: 30px;
}
  .banner form{
    width: 100%
  }
.main-footer h2 img {
    position: absolute;
    top: 0;
    height: 65px;
    left: 0;
    right: 0;
    margin: auto;
}
.main-footer h2 {
   font-size: 22px;
    padding: 58px 0 0 0;
    position: relative;
}
  .hed {
    font-size: 22px;
}
.managemement h2 {
    font-size: 22px;
}
  .gallery .set {
    height: 110px;
}
  .about h3 {
    font-size: 18px;
}
.navbar-brand h4 {
    font-size: 24px;
    text-align: center;
    display: inline-block;
}
.header img {
    height: 70px;
    margin-right: 0;
    float: inherit;
}
.header form input {
    display: none;
}

.header form .btn {
    background: transparent;
}
.header .navbar-brand.m-0.p-0 {
    width: 100%;
    text-align: center;
}
.banner form h3 {
    font-size: 20px;
}
}  