.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
background-color:#ffffff;
color:#FFF;	

}
.navbar-custom-global {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  min-height: 60px;
  border-bottom: 0px solid #6BD69B;
  font-family: Arial, sans-serif;
  box-sizing: content-box; /* for bottom border */
}

.navbar-custom-global .container {
  position: relative;
}

.navbar-custom-global .navbar-nav>li>a,
.navbar-custom-global .navbar-nav>li>a:visited {
  color: #000000;
   
}

.navbar-custom-global .navbar-nav>li>a:hover {
  color: #2352A1;
  transform:scale(1.1,1.1);
  transition:0.5s;
}

.navbar-brand {
  position: absolute;
  top: 20px;
  padding: 0;
  margin: 0;
  height: auto;
}
@media only screen and (max-width : 992px) {
	
  .navbar-brand {
    top: 15px;
    left: 15px;
    font-size: 18px;
    margin: 0;
  }
}

.navbar-custom-global .brand-skcc {
  position: absolute;
  top: 25px;
  left: 150px;
  color: #ffffff;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width : 992px) {
  .navbar-custom-global .brand-skcc {
    top: 40px;
    left: 15px;
    font-size: 8px;
  }
}

.navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 0px;
}

.navbar-nav {
	
	padding-top:0%;
  
}

.navbar-custom-global .navbar-collapse {

}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th,.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border: 1px solid #000;}
@media only screen and (max-width : 768px) {
	.ovricn{height:150px !important; }
  .navbar-custom-global .navbar-collapse {
    border: 0;
    box-shadow: none;
  }
}

.navbar-custom-global .navbar-collapse .nav {

}
@media only screen and (max-width : 768px) {
  .navbar-custom-global .navbar-collapse .nav {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 80%;
    max-width: 300px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
  }
  
  .navbar-custom-global .navbar-collapse .nav a:link,
  .navbar-custom-global .navbar-collapse .nav a:visited {
    color: #2352A1;
    border-bottom: 1px solid #6BD69B;
  }
  
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}



.navbar{
    background: #ffffff;
    color: #555;
   
    margin-bottom: 20px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 7px 10px -5px rgba(0,0,0,0.15) !important;
    border-radius: 0px;
    }

    .navbar.bg-info{
    color: #000000;
    background: #107DAC!important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.14), 0 7px 12px -5px rgba(0,188,212,0.46);
}
 .nav,ul,li,a{
  font-size: 12px;
  /*  font-family: 'Lato', sans-serif;*/
 }

.navbar-custom-global .navbar-toggle {
  padding: 5px;
  margin-top: 15px;
  margin-right: 15px;
  background-color: #6BD69B;
  border-radius: 12px;
  border-width: 0px;
}

.navbar-custom-global .navbar-toggle:hover,
.navbar-custom-global .navbar-toggle:focus {
  background-color: #6BD69B;  
}

.navbar-custom-global .navbar-toggle .icon-bar {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 2px;
  background-color: #ffffff;
}


.fullwidth{

  width:100%;

  float:left;

}

.padding{

  padding:60px 0px;

}
.min-width{ 
  width:90%; 
  display:table; 
  margin:0 auto;
  }
/*-----------Towers-------------------*/
#towers
{
  background: #2352A1;
}
.mainContainer .towerstextBox {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0px;
}

.mainContainer .towerstextBox h2 {
    font-size: 25px;
    padding: 12px 0px;
    text-transform: uppercase;
    color: #ffffff;
}

.mainContainer .towersBox
{
  width: 100%;
    float: left;
}
.mainContainer .towersBox li
{
  width: 20%;
    display: inline-block;
    margin: 0px -2px;
    vertical-align: top;
    padding: 20px 15px;
    text-align: center;
}
.mainContainer .towersBox li .imgBox
{
  width: 80px;
    display: block;
    margin: 10px auto;
    padding: 10px;
    position: relative;
  margin-bottom: 30px;
}
.mainContainer .towersBox li .imgBox:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);  
    border: 1px solid white; 
}
.mainContainer .towersBox li .imgBox:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 1px solid white; 
}
.mainContainer .towersBox li span
{
  width: 100%; 
    text-align: center; 
    font-size: 14px;
    line-height: 22px;
    color:#fff;
}


/*-------------------------*/

.photo-gallery {
  color:#313437;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

/**********************************/


/* modal*/
#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}
@media only screen and (max-width: 575px) {
#enquirypopup .modal-dialog {
    width: 90% !important;
    margin: 5% ;
    position: relative;
}
}
#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
}
#enquirypopup .modal-dialog:before {
    content: '';
    height: 0px;
    width: 0px;
    border-left: 50px solid #2352A1;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    left: -14px;
    z-index: 99;
}

.custom-modal-header {
    text-align: center;
    color: #2352A1;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 4px solid;
}

#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 4px;
    right: 6px;
    position: absolute;
    opacity: 1;
}

.custom-modal-header .modal-title {
    /* font-weight: bold; */
    font-size: 18px;
}

#enquirypopup .modal-dialog:after {
    content: '';
    height: 0px;
    width: 0px;
    /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
    border-right: 50px solid #2352A1;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    right: -14px;
    z-index: 999999;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
/*---------scrollbar--------*/
.scrollbar
{
  
  
  height: 500px;
  width: 100%;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.force-overflow
{
  min-height: 500px;
}


/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #2352A1;
}

#style-2::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D62929;
}


/*------Table--------*/


.table tr th {
  background-color: #2352A1;
  color: white;


}
.table>tbody+tbody{border-top:1px solid #000;}
.table>tbody>tr>td{
  padding: 10px;
  text-align: center;
  
}

/**/


.circle{
    counter-reset: list-counter;
    list-style: none;
    float:left;
}
.circle li{
    margin: 1.5em 1.5em;
    font-weight: bold;    
}
.circle li:before{
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 3em;
    height: 3em;
    padding: .5em;
    margin-right: 1em;
    border-radius: 50%;
    border: .25em solid #ccc;
    background: #2352A1;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    
}
.circle2{
    counter-reset: list-counter;
    list-style: none;
    float:left;
}
.circle2 li{
    margin: 0em 0em;
    font-weight: 600;    
}
.circle2 li:before{
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 1em;
    height: 1em;
    padding: 1em;
    margin-right: 1em;
    border-radius: 50%;
    border: .25em solid #ccc;
    background: #2352A1;
    color: #fff;
    font-family: arial;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    
}

.box{
  background-color: white;
  margin-bottom: 3%;
  display:block;
}



/*high*/
.photo-gallery {
  color:#313437;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

.probygur{
	margin:2% 0%;
}
.progimg img{margin-top: 5%;}

/*image overlay effect*/
.containerovr {
  position: relative;
  width: 23%;
	margin: 0% 1%;
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.containerovr {
  position: relative;
  width: 90% !important;
	margin: 2% 5% !important;
 }

}

/* Make the image to responsive */
.imageovr {
  display: block;
  width: 100%;
  height: auto;
}

/* The overlay effect - lays on top of the container and over the image */
.overlayovr {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.containerovr:hover .overlayovr {
  opacity: 1;
}
/*image overlay effect*/

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
}

.containerabc:hover .overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}
.containerabc {
  position: relative;
  
}
.icon i{font-size: 50px;}
.specli{
	
	font-size:16px !important;
	line-height:34px;
	font-weight:600;
}
#highlights {
    position: relative;
    padding-top: 40px;
}
#highlights .highlights-content {
    position: relative;
}
#highlights .highlights-content img {
    position: absolute;
    width: 50px;
    top: 10px;
    left: 3%;
}
#highlights .highlights-content h1 {
    font-family: 'Mont';
    font-size: 24px;
    text-align: left;
    color: #2352A1;
    text-transform: uppercase;
    font-weight: 700;
}
#highlights .highlights-content p {
    font-family: 'Mont Book';
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    text-align: justify;
	line-height:1.5em;
}
.bottomfrm{
	border:2px solid #d3b2b2;
	border-radius:4px !important;
}
.fixed-bg{
	background-image:url(images/imgsta/s3.jpg);
  min-height: 350px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}
.boderhover:hover{
	transform:scale(1.05,1.05);
	transition:.5s;
}
.btncs:hover{
	
	color:#ffffff !important;
}