html{
	font-family: 'Roboto', sans-serif!important;
}
body{
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
}
.kga-menu {
    background: #fff !important;
}
a.navbar-brand img {
    width: 80%;
}
/*scroll start*/
nav.kga-menu.scroll_menu a.navbar-brand img {
    width: 40%;
}
/*scroll end*/
.kga-menu ul.navbar-nav.ml-auto li a {
    text-transform: uppercase;
	font-size: 12px;
}
.kga-menu li.nav-item.dropdown a:after {
    vertical-align: middle;
}

.home-bnnr {
    position: relative;
    width: 100%;
    margin-top: 120px;
	/*background: url(../images/home-page-banner.jpg);*/
    height: 500px;
    background-position: left center;
    background-repeat: no-repeat;
}

.home-bnnr img {
    position: absolute;
    left: 26%;
    z-index: 9;
	width: 450px;
    bottom: -110px;
}
.bnr-content {
    position: absolute;
    top: 23%;
    right: 80px;
	color:#fff;
	z-index:99;
   
}
.bnr-content h2{
	text-transform: uppercase;
	font-size: 35px;
	font-weight: bold;
}
.bnr-content p {
    font-size: 23px;
    font-weight: 300;
}
.btn-login {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 6px 24px;
	font-size: 12px;
}
.navbar-toggler {
    background: #0c3b45;
	padding: 8px;
	z-index: 99;
}
span.navbar-toggler-icon {
    background-color: #fff;
    width: 25px;
    height: 2px;
    background-image: none !important;
    display: block;
    margin-bottom: 5px;
}
span.navbar-toggler-icon:last-child{
	margin-bottom:0;
}

.kga-menu .fa-angle-right{
	 margin-right: 5px;
}
.kga-menu ul li a.active{
	color: #024b4e !important;
}
.dropdown-menu.show .fa-angle-right {
    display: inline!important;
}
a.dropdown-item.active {
    color: #0c3b45;
    background: transparent;
}
.dropdown-menu li a{
    font-size: 14px;
    font-style: italic;
}



.dropdown-submenu .dropdown-menu {
    display: none !important;
}
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left:98%;
	margin-top: -1px;
	margin-left: 0;
	border-radius: 0.25rem;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block!important;
	top: 0px !important;
}

.dropdown-submenu > a::after {
	border-bottom: 0.3em solid transparent;
	border-left-color: inherit;
	border-left-style: solid;
	border-left-width: 0.3em;
	border-top: 0.3em solid transparent;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-right: -0.6em;
	margin-top: -0.95em;
	width: 0;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -75%;
}
.kga-menu .golf-list {
    top: auto;
    left: auto;
}
li.dropdown-submenu a:after {
    display: none;
}
i.fa.fa-angle-right.text-right.angle-visible {
    display: none !important;
}
/* .bnr-bg {
	 -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    transform: skew(-23deg);
    width: 59%;
    background: #0c3b45;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
} */

.bnr-bg {
    width: 59%;
    top: 0;
    position: absolute;
    right: 0;
    border-bottom: 500px solid #0c3b45;
    border-left: 138px solid transparent;
    border-right: 0px solid transparent;
    height: 100%;
}
section.golf-club {
    background:#e2e3e4;
    padding: 140px 175px 40px;
}
.golf-club  h1{
	text-transform:uppercase;
	color:#7e8083;
    font-weight: bold;
    margin-bottom: 20px;
	text-align:center;
	font-size:49px;
}
.golf-club p {
    /*color: #7e8083;*/
    color: #000;
    /*font-size: 16px; */
	font-size: 1rem;
}
.btn-custom{
	background: transparent;
    color: #7d7b7b;
    border: 2px solid #024b4e;
    border-radius: 6px;
    padding: 6px 24px;
	margin-right: 30px;
}
.view-btn{
	margin-bottom:40px;
}
.club-info {
    padding-top: 100px;
    color: #024b4e;
}
.club-info h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 15px;
	opacity:0.5;
}

button.btn.know-more {
	opacity: 0.5;
}
.know-more{
	background: transparent;
    color: #024b4e;
    border: 1px solid #024b4e;
    border-radius: 6px;
    padding: 6px 24px;
    font-size: 12px;
}
.notice-board{
	margin-bottom:40px;
}
.notice-holder {
   background-image: url(../images/home-img.jpg);
    padding: 40px 140px 40px;
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}
.notice-holder h3 {
    text-transform: uppercase;
    /*margin-top: 60px;*/
	margin-top: 25px;
    margin-bottom: 20px;
	color: #cfd1d2;
}
.notice-holder p{
	font-size:13px;
	color: #cfd1d2;
}
.announs-content{
	text-align:right;
}
section.persident-msg {
    background: #e2e3e4;
    padding: 0px 175px 0px;
}
.persident-msg h1{
	text-transform: uppercase;
    color: #7e8083;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    font-size: 49px;
}
.persident-msg h3 {
    color: #024b4e;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
	margin-bottom:20px;
}

.persident-msg p {
    /*color: #7e8083; */
	color: #000;
    font-size: 1rem;
}

.persident-msg img{
	width:280px;
}
/*------Footer-----*/
.location-map{
	background-color: #565759;
    width: 100%;
    min-height: 180px;
    padding: 30px;
}
.map-address {
    padding-top: 60px;
    font-family: roboto;
    font-size: 14px;
    color: #ccc;
}
.footer-section{
	background-color: #e2e3e4;
	padding: 50px 0;
}
.footer-section ul {
    list-style-type: none;
    padding-left: 0;
	margin-bottom: 0;
}
.footer-section ul li {
    margin-bottom: 4px;
}
.footer-section ul li a {
    font-size: 14px;
    color: #7e8083;
}
.footer-section ul li a:hover {
   text-decoration:none;
   color: #3c3a3a;
}
.foot-bottom {
    background-color: #565759;
    color: #ccc;
    padding: 25px 0px !important;
    width: 100%;
}
.foot-bottom p, .foot-bottom a{
	color:#e2e3e4;
	font-size:12px;
}
.terms-con {
    text-align: right;
}
a:hover{
	text-decoration:none;
}
.social-icons {
    text-align: center;
    padding-top: 47px;
}
.social-icons .fa {
    font-size: 35px;
    padding-right: 48px;
}
.fa-facebook-square {
    color: #0c4988;
}
.fa-twitter {
    color: #64a3e4;
}
.fa-linkedin-square {
    color: #06577d;
}
.fa-google-plus {
    color: #e80a0a;
	padding-right:0 !important;
}
.newsletter-form{
	text-align:center;
}
.newsletter-form input {
    text-align: center;
    background: transparent;
    border: 1px solid #565759!important;
    border-radius: 0;
    box-shadow: none;
}
.newsletter-form .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #565759;
    outline: 0;
    box-shadow: none;
}
.newsletter-form input::-webkit-input-placeholder {
	color: #495057!important;
}
.newsletter-form input::-moz-placeholder {
	color: #495057!important;
}
.newsletter-form input:-moz-placeholder {
	color: #495057!important;
}
.newsletter-form input:-ms-input-placeholder {
	color: #495057!important;
}
.btn-submit{
	background:#565759;
	color:#fff;
	border:1px solid #565759;
	border-radius: 6px;
    font-size: 12px;
    padding: 4px 26px;

}
.newsletter-btn{
	text-align:left;
	padding-top: 40px;
}
.newsletter-form label {
    color: #565759;
    font-weight: bold;
    font-size: 14px;
}
.fa-angle-right{
	display:none !important;
}


/*----------------About Us Starts -------------------*/
.abt-bnnr{
	position: relative;
    width: 100%;
    margin-top: 120px;
    background: url(../images/aboutus-banner.jpg);
    height: 250px;
    background-position: left center !important;
    background-repeat: no-repeat !important;
}
.abt-bnnr .bnr-bg {
    width: 40%;
    border-bottom: 250px solid #0c3b45;
  /*  border-bottom: 250px solid rgba(12,59,69, 0.9);   */
    border-left: 230px solid transparent;
    border-right: 0px solid transparent;
}
.abt-bnnr .bnr-content {
    top: 43%;
    right: 100px;
}
.coach-bnr{
	 background: url(../images/coaches-fee-banner.jpg) !important;
	     background-position: 0 15% !important;
}
.contact-bnr{
	 background: url(../images/contact-banner.jpg) !important;
	     background-position: 0 65% !important;
}
.course-bnr{
	background: url(../images/course-banner.jpg) !important;
	    background-position: 0 65% !important;
}
section.kga-history, section.default-section {
    background: #e2e3e4;
    padding: 60px 175px 40px;
}
.kga-history h1 {
    text-transform: uppercase;
    color: #7e8083;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    font-size: 49px;
}
.kga-history p {
    /*color: #7e8083; */
	color: #000;
    margin-top: 20px;
    margin-bottom: 80px;
}
.present-committee {
    margin-top: 12px;
}
.present-committee p{
	margin-top:0px;
	margin-bottom: 20px;
}
.kga-history h3 {
    color: #024b4e;
    text-transform: uppercase;
    font-weight: bold;
}
.kga-history h3 span {
    opacity: .5;
	width:100%;
	/*float:left;*/
    display: block;
}
.present-committee h4 {
    font-size: 12px;
    color: #024b4e;
}
.present-committee p{
	font-size: 12px;
}
/*----------------About Us End -------------------*/



/*----------------Speech End -------------------*/
.speech p{
	margin-top: 0;
    margin-bottom: 20px;
}
.speech h6{
	color: #024b4e;
	margin-top: 40px;
}
.speech {
    padding-bottom: 0 !important;
}
.media-responsive img{
	width:250px;
}
.course{
	text-align:center;
}
.course p{
	margin-bottom: 20px;
}
.course img{
	width:90%;
}
.course span.fa.fa-download {
    margin-right: 10px;
}
form.contact-form {
    padding-bottom: 30px;
}
.mrgn-right{
	margin-right:20px;
}
.contact-us p{
	color: #006367;
	margin-bottom: 10px;
	line-height: 23px;
}
/*----------------Speech End -------------------*/



/*----------------contact-us-------------------*/

form.contact-form input {
    height: 39px;
    border: 0;
    box-shadow: none;
	color: #7e8083;
    text-transform: uppercase;
}
form.contact-form .form-group {
    margin-bottom: 20px;
}

form.contact-form input::-webkit-input-placeholder {
	color: #7e8083!important;
}
form.contact-form input::-moz-placeholder {
	color: #7e8083!important;
}
form.contact-form input:-moz-placeholder {
	color: #7e8083!important;
}
form.contact-form input:-ms-input-placeholder {
	color: #7e8083!important;
}
.coach-fee h1 {
    margin-bottom: 20px;
}
.coach-fee p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.coach-tbl{
	background:#fff;
}
.coach-tbl th {
    color: #024b4e;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.coach-tbl td {
    vertical-align: middle;
	text-align:center;
}

.coach-tbl span {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.tr-grey{
	background-color: rgba(0,0,0,.05)!important;
}
.tr-white{
	background-color: #fff!important;
}
.coach-fee h6 {
    color: #024b4e;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
}
span.media-line-brk {
    margin-right: 8px;
}

/*----------------Contact us End -------------------*/


/*----------------Pro Gallery -------------------*/
.pro-gallery img{
	width:100%;
	margin-bottom:30px;
}
/*----------------Pro Gallery End -------------------*/


/*---------------------media starts here-----------------------------*/
@media (max-width:1199px){
.bnr-content p {
    font-size: 18px;
}
.bnr-content h2 {
    font-size: 30px;
}
.bnr-content {
    right: 80px !important;
}
.abt-bnnr.big-title .bnr-content{
    top: 38%!important;
	right: 28px!important;
}
.abt-bnnr.large-title .bnr-content {
    top: 90px!important;
	   right: 3% !important;
}
.abt-bnnr.large-title .bnr-content h2 {
    font-size: 24px !important;
}
}

@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .dropdown-menu {
    /*width: 100px;
    min-width: 150px;*/
    padding: 5px 7px;
}
a.dropdown-item {
    padding: 5px 0px 5px 10px;
}
}


@media (max-width:991px) and (min-width:768px){
.kga-menu ul li a {
    font-size: 12px;
    padding-right: .3rem !important;
    padding-left: .3rem!important;
}
.abt-bnnr.big-title .bnr-content {
    right: 10px!important;
	top: 44%!important;
}
.abt-bnnr.big-title .bnr-content h2 {
    font-size: 24px;
}
.abt-bnnr.large-title .bnr-content {
    top: 123px!important;
	right: 3%!important;
}
.abt-bnnr.large-title .bnr-content h2 {
    font-size: 20px !important;
}
}
@media(max-width:991px){
.kga-history h3 {
    text-align: center;
    margin-bottom: 20px;
	overflow: hidden;
	font-size:24px;
}
.kga-history h3 br{
	display:none;
}
section.kga-history, section.default-section{
    background: #e2e3e4;
    padding: 40px 10px 40px;
}
.kga-history p {
    text-align: center;
}
.present-committee p {
    text-align: left;
}
.abt-bnnr .bnr-content {
    right: 36px !important;
}
.speech h6 {
   text-align:center;
}
.media-responsive{
	text-align:center;
}

}
@media (max-width:991px){
section.golf-club {
    background: #ccc;
    padding: 40px 0px 40px;
}
.club-info {
    padding-top: 40px;
    color: #145c6b;
}
.club-info h3 {
    font-size: 30px;
}	
.social-icons .fa {
    font-size: 31px;
    padding-right: 24px;
}
section.persident-msg {
    padding: 50px 0px 0px;
}
.home-bnnr img {
    left: 15%;
}
.bnr-bg {
    width: 63%;
}
.bnr-content p {
    font-size: 16px;
}
.notice-holder h3 {
    font-size: 24px;
	margin-top: 20px;
}
}

@media (max-width:767px){
div.course div.col-sm-4{
	margin-bottom: 20px;
}
.home-top-buttons {
	margin-top:10px !important;
}
.home-top-buttons a:last-child{
	display:block;
	margin-top:10px;
}
button.btn.btn-custom.home-three {
    width: 180px;
}
.abt-bnnr.large-title .bnr-content {
    top: auto!important;
    right: auto !important;
    bottom: 5px;
}
.abt-bnnr.large-title .bnr-content h2 {
    font-size: 18px !important;
}	
.abt-bnnr.big-title .bnr-content{
    left: 16%;
    bottom: 4px;
	top: auto !important;
}	
.view-btn button {
    margin-bottom: 10px;
	margin-right: 0;
}
.view-btn a {
    display: block;
}	
span.colon-wdth {
    float: none;
}
.home-bnnr {
    margin-top: 98px;
	height:400px;
}	
.dropdown-toggle::after {
    content: "\f105" !important;
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
	border-left: 0;
	border-right: 0;
}
.golf-list a.nav-link.dropdown-toggle::after {
    content: "\f105" !important;
    font: normal normal normal 14px/1 FontAwesome!important;
    float: right;
    border-left: 0;
    border-right: 0;
    display: inline-block !important;
    margin-top: 1px;
    margin-right: 1px;
}
.golf-list ul{
    margin-top: 0px !important;
}	
.abt-bnnr {
    margin-top: 98px;
    background-position: center;
    background-size: cover!important;

}
.dropdown-submenu i.fa.fa-angle-right.text-right.angle-visible {
    display: inline !important;
}
section.golf-club {
    padding: 45px 0px 40px;
}
.abt-bnnr .bnr-bg {
    width: 60%;
    border-left: 0px solid transparent;
	border-bottom: 95px solid #0c3b45;
}
.abt-bnnr .bnr-content {
    top: auto !important;
    right: auto;
    top: auto;
    left: 14%;
    bottom: 28px;
}	
.bnr-bg {
    width: 60%;
    border-bottom: 300px solid #0c3b45;
    border-left: 0px solid transparent;
    left: 0;
}
.bnr-content {
    top: auto;
    right: auto;
    left: 40px;
    bottom: 14px;
}
.bnr-content .text-center {
    text-align: left!important;
}
.bnr-content h2 {
    font-size: 26px;
}

.home-bnnr img {
    left: 37%;
    bottom: -38px !important;
	width: 300px !important;
	top: auto;
}
.terms-con {
    text-align: left;
}
.newsletter-form input {
    width: 250px;
    margin: 0 auto;
}
.newsletter-btn{
	text-align:center;
	padding-top: 10px;
}
.social-icons {
    margin-bottom: 10px;
}
.announs-content {
    text-align: left;
    background-color:#4d4d4f;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 20px;
    padding-bottom: 30px;
}
.notice-board {
    margin-bottom: 0px;
    background-color: #2c2d2e;
    padding-top: 40px;
    padding-bottom: 30px;
	padding-left: 15px;
    padding-right: 15px;
}
.notice-holder {
    background-image: none;
    padding: 0px 15px 0px;
}
.kga-history h1 {
    font-size: 30px;
}
a.navbar-brand img {
    width: 60%;
}
.navbar-toggler:focus{
    outline: 0;
}
.media-line-brk{
	width:100%;
	float: left;
    margin-bottom: 3px;
}
  .navbar-collapse {
        top: 0px;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width:250px;
		background:#0c3b45;
		-webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
		max-height: 100%;
		position: fixed;
		height: 100%;
		
    }
	.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
		background-color: transparent;
		outline: 0;
	}
	
    .navbar-collapse.collapsing {
        height: auto;
        right: -100%;
    }
    .navbar-collapse.show {
        right: 0;
		padding-left:0;
		padding-right:0;
		
    }
	.kga-menu ul.navbar-nav {
		overflow-y: auto;
		height: 100%;
		margin-top: 80px;
	}
	.navbar-collapse.show ul li a{
		color:#fff !important;
		padding:15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	}
	.kga-menu .dropdown-menu {
		background-color: transparent;
	}
	

.navbar-toggler .navbar-toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggler .navbar-toggler-icon:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggler .navbar-toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */


.navbar-toggler .navbar-toggler-icon {
    width: 25px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler {
    border: 0;
}
.kga-menu li.nav-item.dropdown a:after {
    display:none;
}
.fa-angle-right {
    display: inline-block !important;
    float: right;
	margin-top: 4px;
}
.kga-menu ul li a {
    font-size: 16px;
}
.dropdown-menu.show .fa-angle-right{
	display:none!important;
}
.dropdown-menu{
	padding:0;
}

.map-address {
padding-top: 20px;
}
.club-tab .nav-link {
    padding: .5rem .6rem;
	font-size: 14px;
}
}

@media (max-width:576px){
th.handi_th{
	text-align: left !important;
}
.abt-bnnr {
    background-position: center !important;
    background-size: cover!important;
}	
.club-info h3 {
    font-size:18px;
	margin-bottom:2px;
}	
.club-info {
    padding-top: 30px;
}
.know-more {
    padding: 3px 15px;
    font-size: 12px;
}
.social-icons .fa {
    padding-right: 35px;
}
.persident-msg h1 {
    font-size: 27px;
}
.golf-club h1 {
    font-size: 24px;
}
.bnr-content h2 {
    font-size: 24px;
}
.bnr-content p {
    font-size: 12px;
}
.bnr-bg {
    border-bottom: 330px solid #0c3b45;
}
.bnr-content {
    left: 14px;
}
.home-bnnr img {
    left: 40%;
    width: 245px !important;
}
.kga-history h1 {
    font-size: 24px;
}
.btn-custom {
    margin-right: 8px;
}
.club-tab .nav-link {
    padding: .5rem .6rem;
    font-size: 12px;
}
}


@media (max-width:480px){
.abt-bnnr.big-title .bnr-content {
    left: 13%!important;
}
.abt-bnnr.large-title .bnr-content h2 {
    font-size: 15px !important;
}
.abt-bnnr.large-title .bnr-content {
    bottom: 11px;
}
}

@media (max-width:416px){

.abt-bnnr.large-title .bnr-content {
    bottom: 16px;
}	
.abt-bnnr.large-title .bnr-content h2 {
    font-size: 13px !important;
}
.abt-bnnr.big-title .bnr-bg {
    border-bottom: 80px solid #0c3b45 !important;
}	
.club-tab .nav-item {
    width: 100% !important;
}	
.bnr-content h2 {
    font-size: 15px;
}
.bnr-content {
    bottom: 13px;
}
.bnr-content p {
    font-size: 10px;
	margin-bottom: 8px !important;
}
.home-bnnr img {
    left: 31%;
    width: 222px !important;
}
.bnr-bg {
    border-bottom: 265px solid #0c3b45;
	width: 70%;
}
/* .btn-custom {
    padding: 6px 12px;
    font-size: 12px;
} */	
.home-top-buttons a:last-child {
    margin-top: 5px;
}
.home-top-buttons {
    margin-top: 5px !important;
}
.bnr-content a button {
    width: 120px!important;
    font-size: 11px;
    padding: 6px 7px!important;
}
}

@media (min-width:1470px){
.bnr-content {
    right: 23%;
}
.abt-bnnr .bnr-content {
    right:8%;
}
.abt-bnnr.big-title .bnr-content{
	top: 28%!important;
	right: 7% !important;
}
.abt-bnnr.large-title .bnr-content{
    right: 4%!important;
    top: 71px!important;
}
}

/*07-02-2018*/
ul.sub-menu{
	display: none;
}
ul.navbar-nav li a{
	color: rgba(0,0,0,.5);
}
.golf-of-year .row.col {
    margin-bottom: 10px;
}
div.dropdown-menu li.current-menu-item a{
	color: #16181b;
}



.tnp-email {
    background: transparent !important;
    box-shadow: none !important;
    height: 38px !important;
}

.tnp-field-email {
    width: 70%;
    float: left;
    margin-right: 10px;
}
.tnp-field-button {
    width: 25%;
    float: left;
    padding-top: 40px !important;
}
input.tnp-submit {
    width: auto;
    height: auto;
    background: #565759;
    color: #fff;
    border: 1px solid #565759;
    border-radius: 6px;
    font-size: 12px;
    padding: 4px 26px !important;
}
@media (max-width:767px){
.bnr-content a button {
    width: 140px;
}	
a.dropdown-toggle i.fa{
	display:block !important;
}
.tnp-field-email {
    width: 275px;
    float: none;
    margin-right: 0px;
    margin: 0 auto;
}	
.tnp-field-button {
    width: 100%;
    float: none;
    padding-top: 0px !important;
    margin: 0 auto;
    text-align: center;
}
input.tnp-submit {
    display: inline!important;
	width: auto !important;
}
.president-div{  text-align: center;
margin-top: 50px;
} 
}
/*****/
h6.signature_dt {
    color: #024b4e;
    line-height: 20px;
	font-size: 1rem;
	text-transform:uppercase;
}


/*--------Club House-----*/
.club-tab{
	margin-top:40px;
}
.club-tab a.nav-link {
    color: #0c3b45;
}
.club-tab .nav-item.show .nav-link, .club-tab .nav-link.active {
    border-color: #0c3b45 #0c3b45 #e2e3e4!important;
	background: #0c3b45;
    color: #fff; border-bottom: 0px solid #0c3b45;
}
.club-tab {
    border-bottom: 1px solid #0c3b45;
}
.club-tab .nav-link:focus, .club-tab .nav-link:hover {
    border-color: #e9ecef #e9ecef #0c3b45;
}
.club-tab .nav-item {
    width: 25%;
    text-align: center;
}
.club-house p{ margin-bottom: 20px; } 
/*--------Club End-----*/

/*Mmbership*/
@media (min-width: 768px){
	.membership .nav-item {
		width: 33.33%;
	}
	li#menu-item-589 {
    position: initial;
}

.dropdown-submenu.edge > .dropdown-menu {
left: auto;
right: 100%;
}
}
@media (max-width: 767px){
	.membership .nav-item {
		width: auto;
	}
}
.membership h4, .membership h5, .membership h6{
	color: #0c3b45;
}
.membership .tab-content{
	margin-bottom: 40px; border: 1px solid #ccc; padding: 10px;
}
/*Mmbership end*/
section.default-section h6, section.default-section h5, section.default-section h4, section.coach-fee h5{
	color: #0c3b45;
}
#imagemodal .modal-header {
    border-bottom: 0;
    padding: 15px 15px 0;
    display: none;
}
.membership ul, .default-section ul{
    padding-left: 21px;
    font-size: 14px;
    font-family: 'Roboto';
}
.membership ol, .default-section ol {
	padding-left: 16px;
	font-size: 14px;
    font-family: 'Roboto';

}
.membership ul li, .membership ol li, .default-section ol li, .default-section ul li {
    margin-bottom: 8px;
    line-height: 20px;
    /*color: #7e8083;*/
	color: #000;
	font-size: 1rem;
}
.club-tab.custom-tab {
    padding-left: 0;
}
.membership h6, .default-section h6 {
    margin-bottom: 8px;
    margin-top: 20px;
    font-family: 'Roboto';
    font-weight: bold;
}
li.current-menu-item a{ 
	color: #024b4e !important;
 }
 div.mem-content br{ display: none; }
 
p.abt-left-rht{ margin-top: -3px; }


@media (min-width:1920px){
	.home-bnnr, .abt-bnnr {
		background-size:50%;
	}
}

@media (min-width:1200px){
.abt-bnnr {
    background-size: 80% !important;
}
}


@media (min-width:768px) and (max-width:1199px){
.abt-bnnr {
    background-size: 90%!important;
}
}
.abt-dtls{
	text-align: justify;
	margin-bottom:10px !important;
}
span.colon-wdth {
    float: right;
}
.about-us .post_full{
	margin-bottom:80px;
}
.custom-tab .nav-link:hover {
	    background: #cfcfcf;
}
/*Dress code page*/
.border-box{  
	height: 100%;
	padding: 10px;
	background: #fff;
	box-shadow: 1px 2px 2px 1px #cacaca;
} 
.row-flex .col-sm-6{
	margin-bottom: 30px;
}
.row-flex{
	display: flex;
}
@media(max-width: 767px){
	.row-flex{
		display: block;
	}
}
#imaginary_container {
    margin-bottom: 20px;
}
#imaginary_container .form-control:focus {
    outline: 0;
    box-shadow: none;
}
#imaginary_container input.form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
	border: none;
}
#imaginary_container span.input-group-addon {
    background: white !important;
	border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
#imaginary_container button{
	margin-top: 3px;
    background: #fff;
    border: none;
	outline: medium none;
}
li#menu-item-589 a:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    border-left: 0;
    border-right: 0;
}
/*Member page*/
.mem-content ol li a, .mem-content ol li{
	font-size: 1rem;
}

/******/
.btn.focus, .btn:focus, .form-control:focus{
	box-shadow: none !important; 
}
i.fa.fa-search {
    cursor: pointer;
}
.abt-bnnr.big-title .bnr-content {
    right: 4%;
    top: 32%;
}
.abt-bnnr.large-title .bnr-content {
    right: 2%;
    top: 70px;
}
.abt-bnnr.large-title .bnr-content h2 {
    font-size: 30px;
}

/**********/
.dropdown-menu.show li a{
	position: relative;
}
.dropdown-menu.show li a.nav-link {
    padding-left: 1.0rem !important;
}
.dropdown-menu.show li a:before {
   display: inline-block;
   content: "\f105";
   font: normal normal normal 14px/1 FontAwesome;
   position: absolute;
   margin-top: 2px;
   left: 5px;
}

.dropdown-menu {
   min-width: 11rem;
}

@media (max-width:767px){
.dropdown-menu.show li a:before {
   display: none;
}
}
ul.navbar-nav.ml-auto  li a  i.fa.fa-angle-right{
	display: none !important;
}
@media(min-width: 769px){
	ul.navbar-nav.ml-auto  li a{
		color: #000;
		font-weight: 600 !important;
	}
}
.home-top-buttons{
	margin-top:25px;
}
/*20-02-2018*/
td.blk_span {
    background: #333332;
}
td.wht_span{
	background: #fefefe;
}
td.grn_span{
	background: #35ab6f;
}
td.org_span{
	background: #ef8c45;
}
td.red_span{
	background: #e34d37;
}
.course_data p{
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
}
div.course-table table th{
	vertical-align: center;
}
div.course-table table td, 
div.course-table table th{
	padding: 3px; font-size: 11px;
}
div.yards-table table td, div.yards-table table th{
	padding-top: 5px;
	padding-bottom: 5px;
}
div.course-table table{
	margin-bottom: 0px;
}
div.pin-posi p{
	margin: 0px;
}
div.pin-posi img.img-fluid{
	width: 52px !important;
}
.col-sm-4.course_data p {
    font-size: 12px;
}
p.cou_data{
	color: #e34d37;
	font-weight: bold;
	font-size: 16px; text-transform: uppercase;
}
p.established_para{
	margin-bottom: 20px;
	margin-top: 0px;
}
/*21-02-2018 CSS*/
div.home-three-bts button.btn.btn-custom.home-three {
    color: #c00;
    font-weight: bold;
}
ol.local-rules li {
    font-size: 0.95rem;     line-height: 24px;
}
ol.local-rules {
    padding-left: 35px;
}
button.dark-btn{
	font-weight: bold; opacity: 1 !important;
}
/*07-03-2018*/
div.wpcf7-response-output{
	margin: 0px !important;
}
input.wpcf7-form-control.wpcf7-submit.know-more, button.reset-form.know-more {
    cursor: pointer;
}
.foot-bottom .col-12.col-md-6.col-lg-6 p, .foot-bottom .col-12.col-md-4.col-lg-4 p{
	margin-bottom: 0 !important;
}
h5.cont_numbers{
	margin: 25px 0 5px 0; color: #024b4e; text-transform: uppercase;
}
@media (max-width: 991px){
	.bnr-content {
	   right: 60px !important;
	}
	.home-bnnr img {
	   width: 400px;
	   bottom: -27px;
	} 
}
.carousel .carousel-inner .carousel-item img{
	margin: auto;
	display: table;
}
.row.notice-board p a, .row.notice-board p, .announs-content p a{
    color: #cfd1d2;
    margin-bottom: 8px;
}
.row.notice-board p a:hover, .announs-content p a:hover{
    color: #cfd1d2;
}
.home_buttons button.btn.btn-login {
    min-width: 145px;
}
.app-bul a {
    color: #000 !important;
}
.app-bul .border-box {
    padding-top: 30px;
}
@media (max-width: 576px){
	.abt-bnnr .bnr-bg {
	width: 85% !important;
	}
}
@media (min-width: 417px) and (max-width: 576){
	.bnr-content h2 {
	font-size: 20px !important;
	}
}
@media (min-width:768px){
   li#menu-item-2493 > .dropdown-menu, li#menu-item-2090 > .dropdown-menu {
       top: 0;
       left: -175px !important;
       max-width: 175px !important;
   }
}
.flash-button{
	background:#cc0000;

	color:#fff;
    border: 1px solid #cc0000;
    border-radius: 6px;
	
	animation-name: flash;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;


	-webkit-animation-name: flash;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;


	-moz-animation-name: flash;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}


@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}


@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}
span.year-toggle {
    cursor: pointer;
    font-size: 16px;
    padding-top: 14px;
}
.year-sub-menu{
    list-style: none;
    padding-left: 15px;
}
.year-sub-menu.hide{
    display:none;
}
.year-sub-menu.show{
    display:block;
}
h5.notice-child {
    color: #cfd1d2;
    font-size: 15px;
}
.row.notice-board p.child {
    padding-left: 25px!important;
    margin-bottom: 5px;
}
p.notice-child {
    margin-bottom: 3px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.coach-tbl a.anc_lk span {
    margin-top: 0;
    color: black;
}
.sub-heading.show{
	cursor:pointer;
}
button.btn.btn-custom.home-three {
    color: #c00;
    font-weight: bold;
}
.border-mode {
    border: 1px solid #000;
    padding: 18px;
    width: 100%;
}
section.golf-club {
padding-top: 60px !important;
}
.home-bnnr {
transition: all 2000ms ease-in 1s !important;
background-size: cover !important;
}