@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600);
body{margin:0;	padding:0;background:#fff;	font-family: 'Titillium Web', sans-serif;}
body a{	transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;text-decoration:none;}
h1,h2,h3,h4,h5,h6{margin:0;}	
p{margin:0;	color:#343333}
ul{margin:0;padding:0;}
h3{font-size:35px;padding: 15px 0px;font-family: 'Rajdhani', sans-serif;color: #353535; text-transform: uppercase;}
a{color:#1A1A1A;}
a:hover,a:focus { color:#1A1A1A;text-decoration:none;}
html,body{width:100%;height:100%;}


#header{background:url(../images/headerbg.png); position: fixed; z-index: 100;width: 100%;top: 0; background-repeat:repeat-x;height: 90px;}
.logo-bg{background:url(../images/logobg.png);width: 155px;height: 125px;float: left;}
#header .logo {
    background: url(../images/logobg-2.png) no-repeat;
    width: 155px;
    height: 125px;
    float: left;
	left: 0;
	position: absolute;
}
#header .logo img {
    margin: 5px 0 0 22px;
}

/*--------------------------------------nav------------------------------------*/
nav #cssmenu .nopdr{padding-right:0px !important; border-right:none !important}
nav #cssmenu ul{margin: 10px 0px;}
nav #cssmenu > ul > li > a {	position: relative;	display: inline-block;	outline: none;	color: #fff;	text-decoration: none;	text-transform: uppercase;	letter-spacing: 1px;	font-weight: 400;	text-shadow: 0 0 1px rgba(255,255,255,0.3);	font-size: 15px;}
nav #cssmenu > ul > li > a:hover,nav a:focus {outline: none;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button {  margin: 0;  padding: 0;  border: 0;  list-style: none;  line-height: 1;  display: block;  position: relative;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;}
#cssmenu:after,#cssmenu > ul:after {  content: ".";  display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0;}
#cssmenu #menu-button {  display: none;}
#cssmenu {  width: auto; font-size:17px; line-height: 1;}
/*#menu-line {  position: absolute;  top: 0;  left: 0;  height: 3px;  background: #009ae1;  -webkit-transition: all 0.25s ease-out;  -moz-transition: all 0.25s ease-out;  -ms-transition: all 0.25s ease-out;  -o-transition: all 0.25s ease-out;  transition: all 0.25s ease-out;}
*/#cssmenu > ul > li {  float: left;}
#cssmenu.align-center > ul {  font-size: 0;  text-align: center;}
#cssmenu.align-center > ul > li {  display: inline-block;  float: none;}
#cssmenu.align-center ul ul {  text-align: left;}
#cssmenu.align-right > ul > li {  float: right;}
#cssmenu.align-right ul ul {  text-align: right;}
#cssmenu > ul > li > a {  padding: 3px 30px;  font-size: 15px;  text-decoration: none;  text-transform: uppercase;  color: #bcbcbc;  -webkit-transition: color .2s ease;  -moz-transition: color .2s ease;  -ms-transition: color .2s ease;  -o-transition: color .2s ease;  transition: color .2s ease;letter-spacing: 1px; font-weight:500;border-right: 1px solid #716f6f;}
#cssmenu > ul > li:hover > a,#cssmenu > ul > li.active > a {  color: #009ae1;}
#cssmenu > ul > li.has-sub > a {  padding-right: 25px;}
#cssmenu > ul > li.has-sub > a::after {  position: absolute;  top: 21px;  right: 10px;  width: 4px;  height: 4px;  border-bottom: 1px solid #000000;  border-right: 1px solid #000000;  content: "";  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  -webkit-transition: border-color 0.2s ease;  -moz-transition: border-color 0.2s ease; -ms-transition: border-color 0.2s ease;  -o-transition: border-color 0.2s ease;  transition: border-color 0.2s ease;}
#cssmenu > ul > li.has-sub:hover > a::after {  border-color: #009ae1;}
#cssmenu ul ul {  position: absolute;  left: -9999px;z-index: 100;}
#cssmenu li:hover > ul {  left: auto;}
#cssmenu.align-right li:hover > ul {  right: 0;}
#cssmenu ul ul ul {  margin-left: 100%;  top: 0;}
#cssmenu.align-right ul ul ul {  margin-left: 0;  margin-right: 100%;}
#cssmenu ul ul li {  height: 0;  -webkit-transition: height .2s ease;  -moz-transition: height .2s ease;  -ms-transition: height .2s ease;  -o-transition: height .2s ease;  transition: height .2s ease;}
#cssmenu ul li:hover > ul > li {  height: 32px;}
#cssmenu ul ul li a {  padding: 10px 20px;  width: 160px;  font-size: 15px;  background: #333333;  text-decoration: none;  color: #dddddd;  -webkit-transition: color .2s ease;  -moz-transition: color .2s ease;  -ms-transition: color .2s ease;  -o-transition: color .2s ease;  transition: color .2s ease;letter-spacing: 1px;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {  color: #ffffff;}
#cssmenu ul ul li.has-sub > a::after {  position: absolute;  top: 13px;  right: 10px;  width: 4px;  height: 4px;  border-bottom: 1px solid #dddddd;  border-right: 1px solid #dddddd;  content: "";  -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  -webkit-transition: border-color 0.2s ease;  -moz-transition: border-color 0.2s ease;  -ms-transition: border-color 0.2s ease;  -o-transition: border-color 0.2s ease;  transition: border-color 0.2s ease;}
#cssmenu.align-right ul ul li.has-sub > a::after {  right: auto;  left: 10px;  border-bottom: 0;  border-right: 0;  border-top: 1px solid #dddddd;  border-left: 1px solid #dddddd;}
#cssmenu ul ul li.has-sub:hover > a::after {  border-color: #ffffff;}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {    width: 100%;  }  #cssmenu ul {    width: 100%;    display: none;background: #fff;margin: 0px !important;position: relative;top: -16px; border: 5px solid #323333; }
  #cssmenu.align-center > ul,  #cssmenu.align-right ul ul {    text-align: left;  }
  #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {    width: 100%;    height: auto;    border-top: 1px solid rgba(120, 120, 120, 0.15);  }
  #cssmenu ul li a,  #cssmenu ul ul li a { width: 100%; }
  #cssmenu > ul > li,  #cssmenu.align-center > ul > li,  #cssmenu.align-right > ul > li {    float: none;    display: block;  }
  #cssmenu ul ul li a {    padding: 20px 20px 20px 30px;    font-size: 12px;    color: #000000;    background: none;  }
  #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {    color: #000000;  }
  #cssmenu ul ul ul li a {padding-left: 40px;  }4
  #cssmenu ul ul,  #cssmenu ul ul ul {    position: relative;    left: 0;    right: auto;    width: 100%;    margin: 0;  }
  #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after { display: none;  }
  #menu-line { display: none;  }
  #cssmenu #menu-button {  text-indent: -9999px;  display: block;    padding: 20px;    color: #000000;    cursor: pointer;    font-size: 12px;   text-transform: uppercase;  }
  #cssmenu #menu-button::after {content: ''; position:absolute; top:23px; right:20px; display: block; width:30px; height:2px; background: #fff;}
  #cssmenu #menu-button::before { content: '';  position: absolute;  top: 9px;  right: 20px;    display: block;    width: 30px;   height: 9px;    border-top: 2px solid #fff;    border-bottom: 2px solid #fff;  }
  #cssmenu .submenu-button {    position: absolute;    z-index: 10;    right: 0;    top: 0;    display: block;    border-left: 1px solid rgba(120, 120, 120, 0.15);    height: 52px;    width: 52px;    cursor: pointer;  }
  #cssmenu .submenu-button::after {    content: '';    position: absolute;    top: 21px;    left: 26px;    display: block;    width: 1px;    height: 11px;    background: #000000;    z-index: 99;  }
  #cssmenu .submenu-button::before {   content: '';    position: absolute;   left: 21px;    top: 26px;    display: block;    width: 11px;    height: 1px;
    background: #000000;    z-index: 99;  }
  #cssmenu .submenu-button.submenu-opened:after {   display: none; }
  .cl-effect-11 #cssmenu > ul > li > a {
    color: #000 !important;
    padding: 7px 34px;
}
#cssmenu > ul > li > a { border-right:none !important;}
.social-icon{float: right;width: 200px;height: 35px;margin-top: 5px;}
.social-icon li{float: right  !important;display: inline-block;margin-left: 5px !important;}
.facebook{ background:url(../images/facebook-small.png) !important;width: 25px !important;float: left;height: 25px !important;}
.twitter{ background:url(../images/twitter-small.png) !important ;width: 25px !important;float: left;height: 25px !important;}
.linkedin{ background:url(../images/linkedin-small.png) !important ;width: 25px !important;float: left;height: 25px !important;}
.youtube{ background:url(../images/youtube-small.png) !important ;width: 25px !important;float: left;height: 25px !important;}
.col-xs-offset-2 {
    margin-left: 0% !important;
}
.bg{background: #fff;padding: 30px;margin-top: 100px;margin-bottom: 75px;float: left;width: 100%;}
}

/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 #cssmenu > ul > li > a {	color: #bcbcbc; text-shadow: none;font-weight: 400;font-size: 13px;}
#cssmenu > ul > li > a:nth-last-child {padding-right:0px}
.cl-effect-11 #cssmenu > ul > li > a::before {position: absolute;	top: 15px;	left: 15px;	overflow: hidden;	max-width: 0;	border-bottom: 2px solid #712E28;	color: #712E28;	content: attr(data-hover);	-webkit-transition: max-width 0.5s;	-moz-transition: max-width 0.5s;	transition: max-width 0.5s;}

.cl-effect-11 #cssmenu > ul > li > a:hover::before,.cl-effect-11 #cssmenu > ul > li > a:focus::before {	max-width: 100%;}

/*-------------------------------------end-nav------------------------------------*/

/*---------------------------slider---------------------------*/
.tp-main-title { background: rgba(255, 255, 255, 0.8); color: #000; font-family: 'Lobster'; font-size: 2vw !important; padding: 20px 35px !important;}
.slide1 .tp-title,.slide1 .tp-sub-title { color: #000; font-family: 'Open Sans' !important; font-weight: 800; text-transform: uppercase;}
.slide1 .tp-title { font-size: 70px !important; }
.slide1 .tp-sub-title { font-size: 45px !important;}
.slide2 .btn { color: #000 !important;}
.slide2 .tp-title { background: #ffffff; color: #000; font-family: 'Open Sans'; font-size: 45px !important; font-weight: 800; padding: 13px 20px !important; text-transform: uppercase;}
.slide2 .tp-title span { color: #ff5722;}
.slide2 .tp-sub-title { background: #262626; color: #000; font-family: 'Open Sans';  font-size: 23px !important; font-weight: 800; padding: 12px 20px; text-transform: uppercase;}
/*---------------------------end-slider---------------------------*/

.social-media-icon{width:100%;}
.social-icon{float: right;width: 200px;height: 35px;margin-top: 5px;}
.social-icon li{float: left;display: inline-block;margin-left: 15px;}
.facebook{ background:url(../images/socialicon.png) ;width: 35px;float: left;height: 35px;}
.twitter{ background:url(../images/socialicon.png) ;width: 35px;float: left;height: 35px;background-position: -50px 0px;}
.linkedin{ background:url(../images/socialicon1.png) ;width: 35px;float: left;height: 35px;background-position: -50px 0px;}
.youtube{ background:url(../images/socialicon.png) ;width: 35px;float: left;height: 35px;background-position: -100px 0px;}

footer{position: fixed;bottom: 0;z-index: 1000;width: 100%;background:url(../images/footerbg.png);padding: 14px 0px 6px;}
footer .copyrights p{color:#757575; font-size:11px; letter-spacing:1px; margin-top:10px;}
footer .copyrights span{color:#9c9c9c;}
.btn-danger{font-size:15px !important;}

#banner{width: 100%; height: 100%;position: fixed;}
.about-banner { display: table; position: relative; width: 100%; height: 100%; background: url(../images/slider/RegentsCourt-Slide2.jpg) no-repeat center center scroll;  -webkit-background-size: cover;  -moz-background-size: cover;  background-size: cover;  -o-background-size: cover;}

.project-banner { display: table; position: relative; width: 100%; height: 100%; background: url(../images/slider/RegentsCourt-Slide3.jpg) no-repeat center center scroll;  -webkit-background-size: cover;  -moz-background-size: cover;  background-size: cover;  -o-background-size: cover;}

.specification-banner { display: table; position: relative; width: 100%; height: 100%; background: url(../images/slider/RegentsCourt-Slide4.jpg) no-repeat center center scroll;  -webkit-background-size: cover;  -moz-background-size: cover;  background-size: cover;  -o-background-size: cover;}

.floor-banner { display: table; position: relative; width: 100%; height: 100%; background: url(../images/slider/RegentsCourt-Slide5.jpg) no-repeat center center scroll;  -webkit-background-size: cover;  -moz-background-size: cover;  background-size: cover;  -o-background-size: cover;}

.gallery-banner { display: table; position: relative; width: 100%; height: 100%; background: url(../images/slider/RegentsCourt-Slide6.jpg) no-repeat center center scroll;  -webkit-background-size: cover;  -moz-background-size: cover;  background-size: cover;  -o-background-size: cover;}

.contact-banner { display: table; position: relative; width: 100%; height: 100%; background: url(../images/slider/RegentsCourt-Slide7.jpg) no-repeat center center scroll;  -webkit-background-size: cover;  -moz-background-size: cover;  background-size: cover;  -o-background-size: cover;}
#content p{text-align:justify;float: left;margin-bottom: 15px;}
.bg{background: #fff;padding: 30px;margin-top: 100px;margin-bottom: 75px;float: left;}
.leftpanel{margin: 150px 0 0 0;
padding: 0;
list-style: none;}

.leftpanel{margin-top: 75px !important;}
.leftpanel li {
    margin: 0;
    padding: 8px 0px 8px 0;
    text-transform: uppercase;
    text-align: right;
}
.leftpanel li span {
    color: #f58345;
    font-size: 11px;
    display: block;
    background: url(../images/linkdischover.gif) no-repeat right center;
    padding-right: 16px;
    margin-right: -6px;
}
.leftpanel li a:hover {
    color: #f58345;
    background: url(../images/linkdischover.gif) no-repeat right center;
    margin-right: -6px;
}
.leftpanel li a {
    color: #646464;
    font-size: 11px;
    display: block;
    background: url(../images/linkdisc.gif) no-repeat right center;
    margin-right: -5px;
    padding-right: 15px;
}
.banner{width: 100%;
float: left;
margin-bottom: 30px;}
.banner img{ max-width:100%; display:block;}
#content h1{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
	width: 100%;
	padding: 5px 10px;
	background: #e4e4e4;
	float:left;
	text-transform:uppercase;
	}
.breadcrumb{
    text-align: left;
    font-size: 11px;
    margin-bottom: 15px;
    margin-right: 13px;
}
.breadcrumb span {
    padding: 0 5px;
}
.breadcrumb a {
    color: #f58345;
}
.option{float:left;}
.option li{list-style: inside;
padding: 5px 0px;}
label {
    color: #333;
}
.form-control {
    border-radius: 0px !important;
}
#map{
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	}
.mrb20{margin-bottom:20px;}
.mrb20 span{margin-right: 20px;}