@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700|Montserrat:600,700');
html{
    /*    scroll-behavior:smooth;*/
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa';
    /* font-family: 'Montserrat', sans-serif; */
    overflow-x:hidden;
}


h2{
    font-size: 24px;
    color: #282828;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: bold;
}
h3{
    font-size: 23px;
    color: #1d1d1d;
    line-height: 29px;
    text-transform:capitalize;
}

.heading2{
    font-size: 24px;
    color: #0f4b70;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2px;
}
h5{
    font-size: 18px;
    color: #3e3e3e;
    line-height: 54px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.5px;
}
h6{
    font-size: 23px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: underline;
}
.programme_container{
    width:80%;
    margin: 10px auto;
    /*    text-align: left;*/
}
.editor_link{
    padding: 12px 45px !important;
}

a.button1 {
    color: #fff !important;
    font-size: 15px;
    background: #0f4b70;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 5px 14px;
    height: auto;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.7px;
    margin: 25px auto;
    display: block;
    width: auto;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: 2px solid #0f4b70;
}
a.button1:hover{
    border: 2px solid #0f4b70;
    background: transparent;
    color: #676767 !important;
}
.page-wrapper {
    width: 100%;
    float: left;
    clear: both;
}

#CreatAccount_bg{
    width: 100%;
    float: left;
    background:  url(../images/Collage.jpg) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;



}
.LoginContainer {
    width: 725px;
    margin: 83px auto 220px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    padding: 47px 0 10px;
}
.LogoContainer {
    margin-bottom: 36px;
    display: block;
}
.LoginformContent {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 5px 30px 15px;
    text-align: left;
    width: 100%;
}


#drop-nav {
    display: none;
    height: 75px;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.inner-container {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: #0F4B70;
}
#drop-nav .navbar {
    /* padding: 0.4rem 0.7rem; */
    padding: 0rem 0.7rem;
}
#drop-nav .navbar-brand img{
    /* width: 150px; */
    width: 107px;
}
#drop-nav .navbar-nav .nav-link{
    color: #fff !important;
}
#drop-nav .navbar-nav .loginbtn .nav-link{
    background: #56C4C8;
}
.header{
    background: url("../images/header_bg.jpg");
    background-position: 0px -54px;
    background-repeat:no-repeat;
    height: 643px;
    width: 100%;
    float: left;
    -webkit-background-size: cover !important;
    -moz-background-size: cover!important;
    -ms-background-size: cover!important;
    background-size: cover!important;
    position: relative;
}
.header .container{
    position: relative;
    z-index: 2;
}
.header::after{
    display: block;
    position: absolute;
    background-image: linear-gradient(to top, rgba(254, 253, 255, 0) 50%, #ffffff 94%);
    height: 100%;
    width: 100%;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
}
.nav-container{
    width: 100%;
    float: left;
}

.tagline{
    width: 100%;
    float: left;
    background: #f49c14;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    line-height: 29px;
    /* height: 83px; */
    padding: 25px 0;
}
.navbar{
    padding: 1.2rem 0rem;
}
.navbar-brand{
    margin-right: 0;
}
.navbar-nav .nav-item{
    margin-left: 10px;
}
.navbar-nav .nav-link{
    color: #012f4b !important;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.navbar-nav .nav-link:hover{
    color: #56C4C8!important;
}
.navbar-nav .loginbtn .nav-link{
    color: #fff !important;
    font-size: 15px;
    background: #0f4b70;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 3px 18px;
    height: 34px;
    line-height: 29px;
}
.navbar-nav .loginbtn .nav-link:hover{
    background: #56C4C8;
}
.navbar-light .navbar-nav .active > .nav-link{
    color: #56C4C8 !important;
}
.Section_container{
    width: 100%;
    float: left;
}
.tab_buttons_content{
    background: #f6f6f6;
    width: 100%;
    float: left;
    padding: 74px 0;
    text-align: center;
}
.nav-tabs {
    border-bottom: 0;
    margin-top: 10px;
    display: inline-block;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
    display: inline-block;
    margin: 0 15px;
}
.nav-tabs .nav-link{
    background: #0f4b70;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: .5rem 2.5rem;
    font-weight: bold;
    font-size: 24px;
    border: 0;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.nav-tabs .nav-link:hover{
    border: 0;
    background-color: #f49c14;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f49c14;
    border-color: transparent;
}

.content_section{
    position: relative;
    width: 100%;
    float: left;
}
.sidebar{
    position: absolute;
    top: 0;
    left: 0;
    margin: 45px 0 0;
    padding: 0 0 0 36px;
    width: 300px;
    list-style: none;
    z-index: 4;
}
.slide-nav {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 0 0 36px;
    width: 300px;
    list-style: none;
    overflow: hidden;
}
.slide-nav li{
    position: relative;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 54px;
}
.slide-nav li a {
    text-decoration: none;
    color: #dedddd;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;

    line-height: 52px;
}
.progm li a{
    font-size: 19px;
}
/* .slide-nav li::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in .3s .2s;
    transition: all ease-in .3s .2s;
    z-index: 3;
    width: 100%;
    color: #000;
    content: attr(title);
    pointer-events: none;
}
.slide-nav li.active::before {

    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
} */

.right_side{
    position: relative;
    z-index: 3;
    margin-left: 300px;
    min-height: 600px;
    background-color: #fff;
}

.section{
    position: relative;
    margin: 0;
    padding: 55px 18px 0 30px;
    float: left;
    overflow: hidden;
}

.section_heading{
    border-bottom: 2px solid #b0b0b0;
    padding-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
    color: #dfdfdf;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.section_heading::before{
    position: absolute;
    top: 41%;
    left: -25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all ease-in .1s;
    transition: all ease-in .1s;
    z-index: 4;
    border-width: 10px 0 10px 0;
    border-style: solid;
    border-color: transparent transparent transparent #56c4c8;
    width: 0;
    height: 0;
    content: "";
}

.section_heading::after{
    position: absolute;
    top: 0;
    /*  left: -40%;
      left: -53%;*/
    left : -86%;
    /* -webkit-transform: translateX(-150%);
    transform: translateX(-150%); */
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s ;
    z-index: 3;
    width: 100%;
    color: #000;
    content: attr(title);
}
.mPS2id-target .section_heading::after{
    /* -webkit-transform: translateX(0%);
    transform: translateX(0%); */
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    left: 0px;
}
.mPS2id-target .section_heading::before{
    border-width: 10px 0 10px 14px;
}
.row_content{
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #5a5a5a;
    font-size: 18px;
    line-height: 30px;
}

.side_btn{
    position: relative;
    z-index: 999;
    font-size: 20px;
    color: #fff !important;
    font-size: 15px;
    background: #0f4b70;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 5px 11px;
    text-decoration: none !important;
}




.row_content p{
    letter-spacing: 0.3px;
}
.img_feature{
    float: left;
    display: inline-block;
    margin-right: 18px;
    width: 600px;
    /*  height: 238px;*/
}
.img_feature img{
    max-width: 600px;
    /*  width: 100%;*/
}
.img_feature_medium{
    max-width: 1057px;
    width: 100%;
    height: 442px;
}
.img_feature_medium img{
    max-width: 1057px;
    width: 100%;
}


ul.blocklist {
    padding: 0;
    display: inline-block;
}
ul.blocklist li {
    float: none;
    /*    height: 236px;*/
    margin: 0px 25px 25px 0;
    max-width: 360px;
    width: 30.33%;
    text-align: center;
    background: #44aeb2;
    display: table;
    display: inline-block;
}
ul.blocklist li a {
    display: table-cell;
    display: block;
    text-decoration: none;
    /*    padding: 35px 0;*/
    background: #44aeb2;
    transition: all ease-in-out 0.3s;
    vertical-align: middle;
}
ul.blocklist li a span img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
ul.blocklist li a span.EventName {
    display: block;
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
ul.blocklist li a span.dateinfo {
    display: block;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 5px;
}
.partner-container{
    text-align: left;
}
.partner-wrapper{
    display: inline-table;
    position: relative;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    margin: 0 15px 20px;
    padding: 10px;
    width: calc(32% - 30px);
    /* width: 375px; */
    text-align: center;
}

/*.partner-wrapper:nth-child(3) a.cover-link{
   border: 1px solid transparent;
}*/
/*.partner-wrapper:nth-child(9) a.cover-link{
   border: 1px solid transparent;
}*/

.cover-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border: 1px solid #cdcdcd;
}
.cover-link:hover{
    border: 1px solid #44aeb2;
}
.partner-img{
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 90%;
    height: 170px;
}
.partner-wrapper h4{
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.photo_grid{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 370px;
    height: 245px;
    overflow: hidden;
}
.photo_grid a{
    position: relative;
}
.photo_grid img{
    width: 100%;
    /*  height:100%;*/
}

.play-video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
}
.play-btn{
    position: relative;
    float: left;
    border: 7px solid #fff;
    border-radius: 100%;
    width: 92px;
    height: 92px;
    text-align: center;
    line-height: 90px;
    color: #fff;
}


.footer {
    float: left;
    width: 100%;
}
.footer-middle {
    background: #FFFFFF none repeat scroll 0 0;
    color: #0F4B70;
    float: left;
    padding: 55px 0 60px;
    width: 100%;
}
.Footer_logo{
    display: block;
}
.contact_footer{
    font-weight: bold;
    letter-spacing: 0.3px;
    font-size: 16px;
    margin-top: 18px;
}
.contact_footer span{
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.8px;
    margin-left: 18px;
}
.contact_footer_call{
    font-weight: bold;
    letter-spacing: 0.3px;
    font-size: 16px;
    margin-top: 5px;
}
.contact_footer_call span{
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.8px;
    margin-left: 32px;
}
.block-last-button {
    background: #1d7d80 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 30px 0;
    text-align: center;
    width: 100%;

}
.menu-block {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 15px;
    width: 100%;
}
.footer_col{
    padding-left: 85px;
}
ul.footer-nav {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
}
ul.footer-nav-right{
    padding-left: 20px;
}
ul.footer-nav li {
    line-height: 30px;
    list-style: outside none none;
    width: 100%;
    float: left;
}
/* ul.footer-nav li:nth-child(even){
  width: 35%;
  padding-left: 30px;
} */
ul.footer-nav li a {
    color: #0F4B70;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
ul.footer-nav li a:hover{
    color: #1d1d1d;
}
.footer-social-links {
    display: block;
    margin-bottom: 17px;
    margin-top: 20px;
}
.footer-social-links a {
    display: block;
}
a.icon-facebook{
    background: url("../images/icon_facekbook_hover.png") top center no-repeat;
    width: 127px;
    height: 27px;
    position: relative;
}
/*a.icon-facebook::after{
  background: url("../images/icon_facekbook_hover.png") top center no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 127px;
  height: 27px;
  display: block;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a.icon-facebook:hover::after{
  opacity: 1;
}*/
a.icon-instragram{
    background: url("../images/icon_instragram_hover.png") top center no-repeat;
    width: 160px;
    height: 41px;
    position: relative;
}
/*a.icon-instragram::after{
  background: url("../images/icon_instragram_hover.png") top center no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 160px;
  height: 41px;
  display: block;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a.icon-instragram:hover::after{
  opacity: 1;
}*/


.footer-social-links a i {
    color: #c9782c;
    font-size: 25px;
    line-height: 1.8;
}

.desktop_logo{
    display: block;
    /* width:180px; */
    width:115px;
}
.mobile_logo{
    display: none;
}

/* Here start Companies style */
.page_companies{
    padding: 80px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.page_companies h2{
    text-align: center;
    text-decoration: underline;
}

.companies_container {
    text-align: center;
    margin-top: 30px;
}
.companies_wrapper{
    width: 330px;
    margin: 0 15px 30px;

    display: inline-table;
    position: relative;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    margin: 0 15px 20px;
    padding: 10px;
    /*  width: calc(32% - 30px);*/
    /* width: 375px; */
    text-align: center;
    height: 280px;
}

.companies_wrapper .cover-link{
    border: 2px solid #ABABAB;
}
.companies_wrapper .cover-link:hover {
    border: 2px solid #44aeb2;
}

a.btn_loadmore, .btn_loadmore{
    color: #fff !important;
    font-size: 18px;
    background: #0f4b70;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 15px 30px;
    height: 54px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.7px;
    margin: 25px auto;
    display: block;
    width: 200px;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

a.btn_loadmore:hover, .btn_loadmore:hover{
    background: #F49C14;
}


/* Here start Sports style */
.page_sports{
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.page_sports h2{
    text-decoration: underline;
}
.Sports_Grid {
    margin: 15px 0 0 0;
    padding: 0;
}

.Sports_Grid li {
    background: #F49C14;
    position: relative;
    float: none;
    height: 327px;
    width: 330px;
    list-style: none;
    margin: 18px 20px;
    display: inline-block;
    overflow: hidden;
}
.Sports_Grid li a {
    text-decoration: none;
}
.Sports_Grid li .info_image {
    display: block;
    margin-top: 13%;
    position: relative;
    z-index: 2;
}
.Sports_Grid li .info_image span.SportsName {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 7%;
}
.Sports_Grid li .image_wraper {
    display: block;
    position: absolute;
    top: 0;
}
.Sports_Grid li .image_wraper img {
    opacity: 0.15;
}
.Sports_Grid li .title {
    background: #262626 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 18px;
    letter-spacing: 0.8px;
    height: auto;
    padding: 17px 0;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
}


.page_result {
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.page_result h2{
    text-decoration: underline;
}
.ul_list{
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.ul_list li{
    list-style: none;
    width: 28%;
    display: inline-block;
    text-align: center;
    margin: 22px 8px;
    overflow: hidden;
    height: 220px;
}
.ul_list li a{
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 10px;
    border: 1px solid #3ba8ac;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.ul_list li a:hover{
    /* border: 1px solid #0c7377; */
}
.img_award{
    float: none;
    display: block;
    margin: 11px 0;
}
.companyinfo{
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #393939;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}



.ul_list_2{
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.ul_list_2 li{
    list-style: none;
    width: 46%;
    text-align: left;
    margin: 22px 15px;
    float:left;
}
.ul_list_2 li h3{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #EFC348;
}
.ul_list_2 li a{
    text-decoration: none;
    display: block;
    padding: 25px;
    background: #0F4B70;
    color: #fff;
    height: 406px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.page_content{
    padding: 70px 0;
    line-height: 36px;
    position: relative;
}
.page_content .row{
    display: block;
}
.page_content p{
    line-height: 36px;
    margin-bottom: 30px;
}

.page_content h2, .page_content h3, .page_content h4{
    margin: 15px 0;
    line-height: 36px;
}
.page_content h2{
    text-decoration: underline;
    font-size: 26px;
}
.content_contact{
    text-align: left;
    padding-top: 40px;
}
.content_contact h3{
    margin-bottom: 20px;
    margin-top: 20px;
}
.content_contact .h4{
    font-size: 17px;
}

.header_inner1{
    background: url("../images/Companies_2.jpg") bottom center no-repeat;

}
.header_inner2{
    background: url("../images/Sports_1.jpg");
    background-repeat:no-repeat;
    background-position:50% 40%;
    background-size:cover;
}
.header_inner3{
    background: url("../images/Results_1.jpg") bottom center no-repeat;
}
.header_inner4{
    background: url("../images/img_corporate.jpg") top center no-repeat;

}
.header_inner5{
    background: url("../images/Contact_Us.jpg") bottom center no-repeat;
}
.header_inner6 {
    background: url(../images/Programmes.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: top left;
}
#navigation-menu a._mPS2id-h{
    /* color: #000; */
    position: relative;
    display: block;
}




#navigation-menu a.mPS2id-highlight-first {
    color: #dedddd;
}

#navigation-menu a._mPS2id-h::before{
    position: absolute;
    /*  top: -13px;*/
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    z-index: 3;
    width: 100%;
    color: #000;
    content: attr(title);
    pointer-events: none;

}
#navigation-menu a.mPS2id-highlight-first::before {
    left: calc(100% + 113px);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
}



#navigation-menu a.mPS2id-highlight-last{
    background: transparent;
}
.right_side section{
    float: left;
    width: 100%;
}
.stress{
    line-height: 20px !important;
}


#stress_management:before{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    z-index: 3;
    width: 100%;
    color: #000;
    content: attr(title);
    pointer-events: none;

}

.from-content {
    float: left;
    font-size: 15px;
    padding: 0;
    width: 100%;
    text-align: left;
}
.from-content .form-group .col-xl-10, .from-content .form-group .col-sm-3{
    padding-left: 0;
}


.form-horizontal .form-control{
    border: 2px solid #ced4da;
    border-radius: 0;
    height: 50px;
}
.form-horizontal .control-label {
    float: left;
    padding-top: 15px;
    text-align: left;
    width: 140px;
    font-weight: 400;
}
.form-horizontal textarea{
    width: 100%;
    height: 200px;
    border: 2px solid #ced4da;
    border-radius: 0;
    padding: 15px;
}

.btn_submit{
    color: #fff !important;
    font-size: 16px;
    background: #0f4b70;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 12px 30px;
    height: 54px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.7px;
    margin: 25px auto;
    display: block;
    width: 180px;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
    border: 0;
    cursor: pointer;
}
.btn_submit:hover{
    background: #F49C14;
}

.from-content .form-control:focus{
    border: 2px solid #3BA8AC;
    box-shadow: none !important;

}
.from-content .custom-select:focus{
    border: 2px solid #3BA8AC;
    box-shadow: none !important;

}
textarea:focus{
    outline: none;
    border: 2px solid #3BA8AC;
    box-shadow: none !important;
}
.load_more{
    width:100%;
    border:2px solid #ABABAB;
    text-align: center;
    height:40px;
    background-color: #eee;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 2px solid #b4cbd6;
    border-radius: 0px;
    box-shadow: none;
    color: #191c1f;
    display: block;
    font-size: 22px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px 6px 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 25px);
}
.contact_registration .form-horizontal .control-label {
    width: 150px;
    padding-left: 15px;
}
.contact_registration .btn_submit_container{
    padding-left: 0px;
}
.InnerContainer {
    width: 100%;
    float: left;
    background: #eceff2;
}
.RowDetail {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 15px 0 0px;
    background: #fff;
}
.board{
    width: 100%;
    float: left;
}

.nav-tabs-event {
    border-bottom: 1px solid #ddd !important;
    display: block;
    float: left;
    width: 100%;
}
.nav-tabs-event > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs-event > li > a{
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0 !important;
    padding: 6px 15px !important;
    background: #f3f3f4 none repeat scroll 0 0;
    position: relative;
    display: block;
    width: 60px;
    text-align: center;
}
.nav-tabs-event > li.active > a{
    background: #F49C14 none repeat scroll 0 0;
}
.calender-month {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    padding: 9px 10px;
    text-transform: uppercase;
    margin: 14px 0 0;
    font-size: 16px;
    width: 100%;
    float: left;
}
.ListView {
    padding: 0;
}
.ListView li {
    background: #eceff2 none repeat scroll 0 0;
    line-height: 24px;
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 15px;
    float: left;
    font-size: 16px;
    width: 100%;
}
.ListView li img {
    float: left;
    width: 300px;
    margin-right: 20px;
    /*    max-height: 200px;*/
}
.ListView li .Title {
    display: block;
    margin-top: 10px;
    font-size: 28px;
}
.calanderstartdate {
    float: left;
    margin-right: 25px;
}
.calanderstartdate i {
    margin-right: 5px;
}
.event-location i {
    margin-right: 5px;
}
.ListView li .text {
    display: block;
    margin-top: 10px;
}
.ListView li .button_detail {
    display: inline-block;
    margin: 20px 0 0;
}
.GridView li .Buttonset1, .ListView li .Buttonset1 {
    font-size: 15px;
}

.GridView{
    padding: 0;
}
.GridView li{
    background: #eceff2 none repeat scroll 0 0;
    float: left;
    line-height: 24px;
    list-style: outside none none;
    margin: 20px 25px 0 0;
    padding: 15px;
    width: 31%;
    font-size: 16px;
    height: 500px;
}
.GridView li img{
    display: block;
    float: none;
    margin-right: 0;
    /*    max-height: 200px;*/
    width: 100%;
}
.GridView li .Title{
    clear: left;
    display: block;
    margin-top: 15px;
    font-size: 28px;
}
.GridView li .text{
    display: block;
    margin-top: 10px;
}
.GridView li .button_detail{
    display: inline-block;
    margin: 20px 0;
}

.Location_Map {
    width: 100%;
    float: left;
    margin: 20px 0 !important;
    height: 400px;
}

.overFlowContainer {
    height: 500px;
    height: auto;
    width: 100%;
    float: left;
    overflow-y: auto;
}
.GridView02 li {
    width: 48%;
    margin-right: 15px;
    height: 520px;
    margin-right: 15px;
    width: 47%;
}
.GridView02 li:last-child {
    margin-right: 0;
}
.GridView02 li .calanderstartdate {
    float: left;
    margin-right: 0;
    width: 100%;
}
.map_left_content{
    float: left;
}
.map_right_content{
    float: left;
}




.leftCol {
    padding-left: 0;
    float: left;
}
.RowDetail .btn {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: inherit;
    padding: 4px;
    font-size: 14px;
}
.rightCol{
    float: right;
}

.ul_01 {
    padding: 0;
}
.ul_01 li {
    background: #F5F5F5;
    float: left;
    width: 31%;
    list-style: none;
    padding: 20px;
    margin-right: 22px;
    font-size: 24px;
    text-transform: capitalize;
    border: 1px solid #dddddd;
    border-radius: 3px;
}
.ul_01 li i {
    color: #666;
}
.ul_01 li .date_text {
    display: block;
    color: #1BA7B3;
}
.text_container {
    width: 100%;
    float: left;
    margin: 15px 0;
    line-height: 24px;
}
ul.event_detail_ul {
    list-style: none;
    padding: 0;
    padding-left: 15px;
}
ul.event_detail_ul li {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0;
    line-height: 30px;
}
ul.event_detail_ul li span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
}
ul.event_detail_ul li p{
    margin-bottom: 0;
}
.column_container{
    display: block;
    float: left;
    width: 100%;
}
ul.event_detail_ul li .column{
    width: 18%;
    float: left;
}
.full_line{
    width: 75% !important;
}
ul.event_detail_ul li span.date_text {
    display: block;
    font-weight: 400;
    text-transform: inherit;
    font-size: 18px;
}
.cardbodyrow{
    margin-bottom: 10px;
}
.card{
    border: 1px solid rgba(0,0,0,0) !important;
}
.card-header {
    padding: 1.3rem 1.25rem;
    margin-bottom: 0px;
    border: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}
.card-title {
    margin-bottom: .75rem;
    font-weight: bold;
}
.card-body{
    padding: 0;
}
.cardbodycontent{
    padding: 1.25rem;
    border: 1px solid rgba(0,0,0,.125);
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: left;
    margin-right: 8px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.card-body ul li p{
    margin-left: 10px!important;
    margin-right: 0px!important;
}



.footer_hd{
    color:#0F4B70 !important;
}

.top_icon{
    position: absolute;
    right: 3%;
    bottom: 0;
    display: inline-block;
    width: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.top_icon a span.text{
    display: block;
    font-size: 21px;
    color: #1d1d1d;
    line-height: 29px;
    text-transform: uppercase;

}

.top_icon a:hover span.text{
    text-decoration: none !important;
}

.social_link_fb{
    font-family: comfortaa;
    font-size: 20px;
    margin: 20px 0;
    display: block;
    width: 100%;
    float: left;

}
.social_link_fb a{
    color: #3C68AA;
}

a.load_button, .load_button{
    color: #fff !important;
    font-size: 18px;
    background: #0f4b70;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 15px 30px;
    height: 54px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.7px;
    /*  margin: 25px auto;*/
    display: block;
    width: 200px;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}
.container_btn_more{
    float: left;
    width: 100%;
    text-align: center;
}
.container_btn_more a.load_button, .container_btn_more .load_button{
    display: inline-block;
}

.register_btn{
    color: #fff !important;
    font-size: 16px;
    background: #0f4b70;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 5px 34px;
    height: 48px;
    line-height: 36px;
    background: #56C4C8;
    display: inline-block;
}


.image_ratio{
    height:300px;
    overflow:hidden;
    width:205px;
}

.form_registration .form-horizontal .control-label {
    width: auto;
    padding-left: 0;
}

.form_registration .custom-select {
    border: 2px solid #ced4da;
    border-radius: 0;
    height: 50px;
}
.login_form{
    background: #f5f5f5;
    border-radius: 5px;
    margin: 30px 0;
    padding: 15px;
}
.login_form .form-group .col-sm-3{
    padding-left: 15px;
}

.req{
    color:#f00;
}

.s_message {
    color: #28c87b !important;
    font-size: 14px;
    font-family: 'Comfortaa';
    font-weight: 600;
}

.e_message {
    color: #e73939 !important;
    font-size: 14px;
    font-family: 'Comfortaa';
    font-weight: 600;
}

.common_faqs_container{
    position: relative;
    padding: 40px 0;
}

.top_icon{
    bottom: -30px;
}
.top_image{
    width: 45px;
}
.image_ratio_Paintball{height:526px;}
.image_ratio_Bowling{height:550px;}
.image_ratio_Pool{height:526px;}
.image_ratio_Tennis{ height:526px;}

.programme_container div img{
    width:100%;
}

/*************************04-03-2019***********************/

.center_listing_blog_wrap{
    width:100%;
    float:left;
}

.center_list{
    padding:0;
    margin:0;
    width:100%;
    float:left;
    text-align:center;
}

.center_list li{
    width:32.3%;
    list-style:none;
    display:inline-block;
    overflow:hidden;
    margin:0;
    padding:5px 8px;
    text-align:center;
}

.center_list li:nth-child(1){
    width:34%;
    padding-left:25px;
}

.center_list li:nth-child(2){
    width:34%;
    padding-right:25px;
}

.center_list li a img{
    width:100%;
    height:auto;
}

.bysports{
    padding:0 !important;
}

.tab-content div img{
    width:100% !important;
    overflow-x:hidden;
}

.custom_image{
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
}

.custom_image li{
    list-style:none;
    width:32%;
    float:none;
    display: inline-block;
    margin: 0 10px;
}

.custom_image li img{
    width:100% !important;
}
.table-responsive table tr{
    width: 100%;
    float: left;
    display: flex;
}
.table-responsive table tr td{
    width: 50%;
    border: 1px solid #000;
}
.table-responsive ul{
    float: left;
    width: 100%;
    padding-top: 5px;
}
.table-responsive ul li{
    float: left;
    width: 100%;

}
/*.slots_per{

    margin: 0 0 0 24px;
}*/
.slots_per_p{
    margin: 0 !important;
    text-indent: 0;
}

.event_detail_ul li p{
    margin: 0 !important;
    text-indent: 0;
}

.reg_close{
  margin-top: 13px;  
}
    
.captcha_holder{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}





/* Here start responsive style */


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .header{
        height: 520px;
    }
    .navbar-nav .nav-item {
        margin-left: 2px;
    }
    .navbar-nav .loginbtn .nav-link{
        padding: 3px 15px !important;
    }
    #drop-nav .loginbtn {
        margin-left: 6px;
    }
    .navbar-nav .nav-link{
        font-size: 15px;
        letter-spacing: 0.5px;
        padding-right: .4rem !important;
        padding-left: .4rem !important;
    }
    .img_feature {
        width: 350px;
    }
    .ul_list li{
        width: 30%;
    }
    ul.blocklist li{
        width: 42.33%;
    }
    .partner-wrapper{
        width: calc(48% - 30px);
    }
    .photo_grid {
        width: 310px;
        height: 200px;
        margin-right: 10px;
    }
    .Footer_logo img {
        width: 250px;
    }
    .footer_col {
        padding-left: 50px;
    }
    ul.footer-nav-right {
        padding-left: 50px;
    }
    .load_more{
        width:100%;
        border:2px solid #ABABAB;
        text-align: center;
        height:40px;
        background-color: #eee;
    }
    /* ul.footer-nav li:nth-child(2n) {
        width: 50%;
        padding-left: 0;
    } */
    .GridView02 li {
        width: 74%;
    }
    .Photo_main img{
        width: 100%;
    }

    .ul_01 li{
        width: 31%;
        list-style: none;
        padding: 19px;
        margin-right: 14px;
        font-size: 22px;
    }

    .contact_registration .btn_submit_container {
        padding-left: 15px !important;
    }
    .partner-wrapper:nth-child(3){
        display: none;
    }
    .partner-wrapper:nth-child(9){
        display: none;
    }
    .custom_image li{
        width: 45%;
    }


}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .header{
        height: 400px;
        margin-top: 60px;
    }
    .navbar {
        padding: 0.2rem 1rem;
        width: 100%;
        float: left;
        left: 0;
        top: 0;
        background: #0f4b70;
        position: fixed;
    }
    .desktop_logo{
        display: none;
    }
    .mobile_logo{
        display: block;
    }
    .navbar-light .navbar-toggler {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 1);
        padding: .25rem .45rem;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-brand img {
        width: 160px;
    }
    .section{
        padding: 55px 15px 0 15px;
    }
    .navbar-nav .nav-item {
        margin-left: 2px;
    }
    .navbar-nav .nav-link{
        font-size: 15px;
        text-align: center;
        color: rgba(255, 255, 255, 1) !important;
    }
    .navbar-nav .loginbtn .nav-link{
        width: 130px;
        float: none;
        margin: 9px auto;
        background: #3BA8AC;
    }
    .sidebar{
        display: none;
    }
    .right_side{
        margin-left: 0;
        z-index: 1;
    }
    .img_feature {
        width: 350px;
    }
    ul.blocklist {
        text-align: center;
    }
    ul.blocklist li{
        width: 42.33%;
    }
    .partner-container {
        text-align: center;
    }
    .partner-wrapper{
        width: calc(48% - 30px);
    }
    .photo_grid_container{
        text-align: center;
    }
    .photo_grid {
        width: 330px;
        height: 220px;
        float: none;
        display: inline-block;
    }
    .Footer_logo {
        display: inline-block;
        float: left;
    }
    .contact_footer {
        display: inline-block;
        margin-left: 30px;
    }
    .contact_footer_call {
        display: inline-block;
        margin-left: 30px;
    }

    .footer_col {
        margin-top: 25px;
        padding-left: 0;
    }
    .footer_social_media{
        margin-top: 25px;
    }
    .ul_list li{
        width: 45%;
    }
    .Sports_Grid li{
        width: 310px;
    }
    .ul_list_2{
        margin: 0px 0;
    }
    .ul_list_2 li {
        list-style: none;
        width: 70%;
        float: none;
        display: inline-block;
    }
    .section_heading::before{
        display: none;
    }
    .section_heading::after{
        left: 0;
    }

    .GridView li{
        width: 45%;
    }
    .GridView02 li {
        width: 94%;
    }
    .ListView li .button_detail {
        display: inline-block;
        margin: 0px 0 0;
    }
    .ListView li img {
        float: left;
        margin-right: 20px;
        max-height: 200px;
        width: 270px;
    }
    .Photo_main img{
        width: 100%;
    }

    .ul_01 li{
        width: 31%;
        list-style: none;
        padding: 19px;
        margin-right: 14px;
        font-size: 22px;
    }

    .leftCol {
        padding-right: 0;
    }
    .rightCol {
        float: left;
        text-align: center;
    }
    .RowDetail .btn {
        display: inline-block;
        margin-top: 15px;
    }

    .contact_registration .btn_submit_container {
        padding-left: 15px !important;
    }
    .social_link_fb {
        font-size: 18px;
        text-align: center;
        display: block;
    }

    .partner-wrapper:nth-child(3){
        display: none;
    }
    .partner-wrapper:nth-child(9){
        display: none;
    }
    .custom_image li{
        width: 45%;
    }
    ul.event_detail_ul li .column {
    width: 35%;
    float: left;
}

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .header{
        height: 300px;
        margin-top: 60px;
    }
    .navbar {
        padding: 0.2rem 1rem;
        width: 100%;
        float: left;
        left: 0;
        top: 0;
        background: #0f4b70;
        position: fixed;
    }
    .desktop_logo{
        display: none;
    }
    .mobile_logo{
        display: block;
    }
    .navbar-light .navbar-toggler {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 1);
        padding: .25rem .45rem;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-brand img {
        width: 160px;
    }
    .section{
        padding: 55px 0px 0 15px;
    }
    .navbar-nav .nav-item {
        margin-left: 2px;
    }
    .navbar-nav .nav-link{
        font-size: 15px;
        text-align: center;
        color: rgba(255, 255, 255, 1) !important;
    }
    .navbar-nav .loginbtn .nav-link{
        width: 130px;
        float: none;
        margin: 9px auto;
        background:#3BA8AC;
    }
    .sidebar{
        display: none;
    }
    .right_side{
        margin-left: 0;
        z-index: 1;
    }
    .heading2{
        text-align: center;
    }
    .row_content p {
        text-align: center;
    }
    .img_feature {
        width: 350px;
        float: none;
        margin: auto;
        display: block;
    }
    ul.blocklist {
        text-align: center;
    }
    ul.blocklist li{
        width: 42.33%;
    }
    .partner-container {
        text-align: center;
    }
    .partner-wrapper{
        width: calc(48% - 30px);
    }
    .photo_grid_container{
        text-align: center;
    }
    .photo_grid {
        width: 330px;
        height: 220px;
        float: none;
        display: inline-block;
    }
    .Footer_logo {
        display: inline-block;
        float: left;
    }
    .contact_footer {
        display: inline-block;
        margin-left: 30px;
    }
    .contact_footer_call {
        display: inline-block;
        margin-left: 30px;
    }

    .footer_col {
        margin-top: 25px;
        padding-left: 0;
    }
    ul.footer-nav{
        width: 54%;
    }
    ul.footer-nav-right {
        padding-left: 20px;
        width: 45%;
    }
    .footer_social_media{
        margin-top: 25px;
    }
    h6{
        font-size: 20px;
    }
    .ul_list li {
        list-style: none;
        width: 50%;
        height: auto;
    }
    .companyinfo{
        position: relative;
    }
    .ul_list_2{
        margin: 0px 0;
    }
    .ul_list_2 li {
        list-style: none;
        width: 80%;
        float: none;
        display: inline-block;
    }

    .page_content h1{
        font-size:2rem;
    }
    .section_heading::before{
        display: none;
    }
    .section_heading::after{
        left: 0;
    }

    .from-content .form-group .col-xl-10, .from-content .form-group .col-sm-3{
        padding-left: 15px;
    }
    .form-horizontal .control-label{
        padding-left: 15px;
    }
    .LoginContainer {
        width: 560px;
    }

    .InnerContainer .container {
        max-width: 100%;
    }

    .ListView li img {
        float: left;
        margin-right: 20px;
        max-height: 200px;
        width: 238px;
    }

    .GridView li{
        width: 45%;
    }
    .GridView02 li {
        width: 53%;
    }
    .ListView li .button_detail {
        display: inline-block;
        margin: 0px 0 0;
    }
    .ListView li .button_detail a.button1{
        margin:0 auto;
    }
    .ListView li img {
        float: left;
        margin-right: 20px;
        max-height: 200px;
        width: 250px;
    }

    .Photo_main img{
        width: 100%;
    }
    .ul_01 {

        padding: 0;
        text-align: center;

    }
    .ul_01 li{
        display: inline-block;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        width: 75%;
    }
    .leftCol {
        padding-right: 0;
    }
    .rightCol {
        float: left;
        text-align: center;
    }
    .RowDetail .btn {
        display: inline-block;
        margin-top: 15px;
    }
    .contact_registration .form-horizontal .col-xs-12{
        padding: 0;
    }
    .contact_registration .form-horizontal .control-label {
        padding-left: 0;
    }
    .contact_registration .btn_submit_container {
        padding-left: 0px !important;
    }
    .social_link_fb {
        font-size: 18px;
        text-align: center;
        display: block;
    }
    .image_ratio{
        width: 340px;
        margin: auto;
        height: 450px;
    }
    /*.partner-wrapper:nth-child(3){
        display: none;
    }*/
    .partner-wrapper:nth-child(9){
        display: none;
    }

    .companies_wrapper {
        width: 310px;
    }

    .custom_image li{
        list-style:none;
        width:97%;
        float:left;
        margin: 10px 0;
    }

    .custom_image li img{
        width:100% !important;
    }
    ul.event_detail_ul li .column {
    width: 50%;
    float: left;
}

}
/* Extra small devices (portrait phones, less than 576px)  */
@media (max-width: 575.98px) {
    .header{
        height: 241px;
        margin-top: 70px;
        background-position: 0px 0px;
    }
    .header_inner1{
      background-position: bottom;
    }

    .header_inner6 {
        background-position: bottom right;
    }
    .tagline{
        font-size: 24px;
        padding: 18px 0;
    }
    .navbar {
        padding: 0.2rem 1rem;
        width: 100%;
        float: left;
        left: 0;
        top: 0;
        background: #0f4b70;
        position: fixed;
    }
    .desktop_logo{
        display: none;
    }
    .mobile_logo{
        display: block;
    }
    .navbar-light .navbar-toggler {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 1);
        padding: .25rem .45rem;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-brand img {
        width: 160px;
    }
    .section{
        padding: 55px 0px 0 15px;
    }
    .navbar-nav .nav-item {
        margin-left: 2px;
    }
    .navbar-nav .nav-link{
        font-size: 15px;
        text-align: center;
        color: rgba(255, 255, 255, 1) !important;
    }
    .navbar-nav .loginbtn .nav-link{
        width: 130px;
        float: none;
        margin: 9px auto;
        background:#3BA8AC;
    }
    .sidebar{
        display: none;
    }
    .right_side{
        margin-left: 0;
        z-index: 1;
    }
    .nav-tabs .nav-item {
        margin-bottom: 0px;
        display: inline-block;
        margin: 0 3px;
    }
    .nav-tabs .nav-link{
        padding: .2rem 1.5rem;
    }
    .heading2{
        text-align: center;
    }
    .row_content p {
        text-align: center;
    }
    .img_feature {
        width: 350px;
        float: none;
        margin: auto;
        display: block;
    }
    ul.blocklist {
        text-align: center;
    }
    ul.blocklist li{
        width: 65%;
        margin: 0px 0px 25px 0;
    }
    .partner-container {
        text-align: center;
    }
    .partner-wrapper{
        width: calc(78% - 30px);
    }
    .photo_grid_container{
        text-align: center;
    }
    .photo_grid {
        width: 330px;
        height: 220px;
        float: none;
        display: inline-block;
    }
    .Footer_logo {
        display: inline-block;
        float: left;
    }
    .contact_footer {
        display: inline-block;
        margin-left: 30px;
    }
    .contact_footer_call {
        display: inline-block;
        margin-left: 30px;
    }

    .footer_col {
        margin-top: 25px;
        padding-left: 15px;
    }
    .footer_social_media{
        margin-top: 25px;
    }
    h6{
        font-size: 20px;
    }

    .ul_list li {
        list-style: none;
        width: 50%;
        height: auto;
    }
    .companyinfo{
        position: relative;
    }
    .ul_list_2{
        margin: 0px 0;
    }
    .ul_list_2 li {
        list-style: none;
        width: 90%;
        float: none;
        display: inline-block;
    }
    .content_contact {
        padding: 0 15px;
    }
    .page_content {
        padding: 70px 15px;
    }
    .page_content h1{
        font-size:1.8rem;
    }
    .section_heading::before{
        display: none;
    }
    .section_heading::after{
        left: 0;
    }
    .btn_submit{
        float: left;
        margin: 5px auto 30px;
    }
    .from-content .form-group .col-xl-10, .from-content .form-group .col-sm-3{
        padding-left: 15px;
    }
    .form-horizontal .control-label{
        padding-left: 15px;
    }
    .LoginContainer {
        width: 420px;
    }
    .ListDataContainer .btn_submit{
        float: none;
    }


    .ListView li .Title {
        font-size: 24px;
        margin-top: 5px;
    }

    .GridView li{
        width: 47%;
        margin: 20px 11px 0 0;
    }
    .GridView02 li {
        width: 65%;
    }
    .GridView li .Title{
        font-size: 24px;
    }
    .ListView li .button_detail {
        display: inline-block;
        margin: 0px 0 0;
    }
    .ListView li .button_detail a.button1{
        margin:0 auto;
    }
    .ListView li img {
        float: left;
        margin-right: 20px;
        max-height: 200px;
        width: 180px;
    }
    .calanderstartdate {
        float: none;
        margin-right: 25px;
    }

    .Photo_main img{
        width: 100%;
    }
    .ul_01 {

        padding: 0;
        text-align: center;

    }
    .ul_01 li{
        display: inline-block;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        width: 75%;
    }
    .leftCol {
        padding-right: 0;
    }
    .rightCol {
        float: left;
        text-align: center;
    }
    .RowDetail .btn {
        display: inline-block;
        margin-top: 15px;
    }
    .contact_registration .form-horizontal .col-xs-12{
        padding: 0;
    }
    .contact_registration .form-horizontal .control-label {
        width: 100%;
        padding-left: 0;
    }
    .contact_registration .btn_submit_container {
        padding-left: 0px !important;
    }

    .social_link_fb {
        font-size: 18px;
        text-align: center;
        display: block;
    }

    .image_ratio{
        width: 340px;
        margin: auto;
        height: 500px;
    }

    /*.partner-wrapper:nth-child(3){
        display: none;
    }*/
    .partner-wrapper:nth-child(9){
        display: none;
    }

    .companies_wrapper {
        width: 300px;
    }

    .custom_image li{
        list-style:none;
        width: 80%;
        float: none;
        margin: 10px 0;
    }
    .center_list li{
        width: 46.3%;
    }
    .custom_image li img{
        width:100% !important;
    }
ul.event_detail_ul li .column {
    width: 50%;
    float: left;
}


}
/* Extra small devices (portrait phones, less than 576px)  */
@media (max-width: 475.98px) {

    .programme_container {
        width: 95%;
        margin: 10px auto;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }

    .header {
        height: 160px;
        margin-top: 70px;
    }
    .header_inner2{
        background-position: 0px -45px;
    }
    .header_inner6 {
        /* background-position: bottom right; */
        background-position: 0px 10px;
    }
    .header_inner5{
        background-position: 0 center;
    }
    .header_inner3{
      background-position: 0px -70px;
    }

    table {
        table-layout: fixed;
        /*word-break:break-all;*/
    }

    table td ul {
        padding: 1px 5px 8px 15px !important;
    }
    table td ul li{
        margin-top:0px;
    }

    table td {
        padding: 4px 4px;
        font-size: 14px;
    }

    .size_big{
        font-size:14px !important;
    }

    .tab-content div,span{
        font-weight:normal !important;
        font-size:16px !important;
    }

    .tab-content p span {
        line-height: 26px;
    }

    .nav-tabs .nav-item{
        display: block;
        margin: 5px 0;
    }
    .tagline{
        padding: 15px 0;
        font-size: 24px;
    }
    .section {
        padding: 55px 15px 0 15px;
        width: 100%;
    }
    .row_content{
        margin-bottom: 40px;
    }
    .section_heading {
        font-size: 16px;
    }
    .img_feature {
        width: 250px;
        height: auto;
        margin-bottom: 20px;
    }
    ul.blocklist li {
        width: 95%;
    }
    .partner-wrapper {
        width: calc(100% - 30px);
    }
    .photo_grid {
        width: 260px;
        height: 170px;
        float: none;
        display: inline-block;
        margin: 8px auto;
    }
    .footer-middle{
        text-align: center;
    }
    .Footer_logo {
        float: none;
    }
    .Footer_logo img{
        width: 250px;
    }
    .footer_col{
        padding-left: 7px;
        padding-right: 7px;
    }
    .contact_footer {
        display: inline-block;
        margin-left: 0;
    }
    .contact_footer_call {
        display: inline-block;
        margin-left: 0;
    }
    ul.footer-nav{
        width: 100%;
    }
    ul.footer-nav-right {
        padding-left: 0;
        width: 100%;
    }
    ul.footer-nav li{
        width: 100%;
        float: left;
        text-align: center;
    }
    .footer-social-links {
        display: block;
        margin-bottom: 1px;
        margin-top: 12px;
    }
    a.icon-facebook{
        display: block;
        margin: auto;
    }
    a.icon-instragram{
        display: block;
        margin: auto;
    }

    /* Here start Companies style */
    .page_companies {
        padding: 80px 10px;
    }

    .Sports_Grid li{
        width: 250px;
        height: 280px;
    }
    .Sports_Grid li .info_image {
        margin-top: 5%;
    }
    .Sports_Grid li .info_image span.SportsName{
        margin-top: 0%;
    }
    .Sports_Grid li .title{
        font-size: 14px;
    }

    .ul_list li {
        list-style: none;
        width: 80%;
    }
    .ul_list_2{
        margin: 0px 0;
    }
    .ul_list_2 li {
        list-style: none;
        width: 90%;
        float: none;
        margin: 10px 0;
        display: inline-block;
    }
    .ul_list_2 li a{
        height: auto;
    }


    .content_contact {
        text-align: left;
        width: 100%;
        padding: 0 10px;
    }
    .page_content {
        padding: 70px 15px;
    }
    .page_content h1{
        font-size: 2rem;
    }
    .btn_submit{
        float: left;
        margin: 5px auto 30px;
    }
    .from-content .form-group .col-xl-10, .from-content .form-group .col-sm-3{
        padding-left: 15px;
    }
    .form-horizontal .control-label{
        padding-left: 15px;
    }
    .link_fb{
        font-size: 12px !important;
    }

    .LoginContainer {
        width: 260px;
    }
    .LoginformContent{
        padding: 5px 10px 15px;
    }
    .LoginContainer img{
        width: 210px;
    }
    .ListDataContainer .btn_submit{
        float: none;
    }


    .ListView li .Title {
        font-size: 24px;
        margin-top: 5px;
    }
    .GridView li{
        width: 100%;
        margin: 20px 11px 0 0;
    }
    .GridView02 li {
        width: 100%;
    }
    .GridView li .Title{
        font-size: 24px;
    }
    .ListView li .button_detail {
        display: inline-block;
        margin: 0px 0 0;
    }
    .ListView li .button_detail a.button1{
        margin:0 auto;
    }
    .ListView li img {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        max-height: 200px;
        width: 225px;
    }
    .calanderstartdate {
        float: none;
        margin-right: 25px;
    }
    .map_left_content {
        float: left;
        padding: 0;
    }
    .map_right_content {
        float: left;
        padding: 0;
    }
    .Photo_main img{
        width: 100%;
    }
    .ul_01 {

        padding: 0;
        text-align: center;

    }
    .ul_01 li{
        display: inline-block;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .leftCol {
        padding-right: 0;
    }
    .rightCol {
        float: left;
        text-align: center;
    }
    .RowDetail .btn {
        display: block;
        margin-top: 16px;
        margin-bottom: 0;
    }

    .contact_registration .form-horizontal .col-xs-12{
        padding: 0;
    }
    .contact_registration .form-horizontal .control-label {
        width: 100%;
        padding-left: 0;
    }
    .contact_registration .btn_submit_container {
        padding-left: 0px !important;
    }

    .social_link_fb {
        font-size: 18px;
        text-align: center;
        display: block;
    }

    .image_ratio{
        width: 240px;
        margin: auto;
        height: 330px;
    }
    /*.partner-wrapper:nth-child(3){
        display: none;
    }*/
    .partner-wrapper:nth-child(9){
        display: none;
    }
    .companies_wrapper {
        width: 240px;
        display: inline-block;
        height: auto;
        margin: 10px auto;
    }
    .companies_wrapper h4{
        word-wrap: break-word;
    }

    /***********04-03-2019***********/
    .center_list li {
        width:49%;
    }

    /* .center_list li:nth-child(1) {
        width: 49%;
            padding-left:8px;
    }

    .center_list li:nth-child(2) {
        width: 49%;
            padding-right:8px;
    } */

    .custom_image li{
        list-style:none;
        width: 90%;
        float: none;
        margin: 10px 0;
    }
    .center_list li{
        width: 90.3%;
    }
    .center_list li:nth-child(1){
        width: 90.3%;
        padding-right: 8px;
        padding-left: 8px;
    }
    .center_list li:nth-child(2){
        width: 90.3%;
        padding-right: 8px;
    }
    .custom_image li img{
        width:100% !important;
    }
ul.event_detail_ul li .column {
    width: 50%;
    float: left;
}
    
    

}
