@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;display=swap');
@font-face {
    font-family: 'NeuzeitGro';
    src: url('fonts/NeuzeitGroteskRegular.html') format('woff2'),
        url('fonts/NeuzeitGroteskRegular-2.html') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NeuzeitGro';
    src: url('fonts/NeuzeitGroteskBold.html') format('woff2'),
        url('fonts/NeuzeitGroteskBold-2.html') format('woff');
    font-weight: bold;
    font-style: normal;
}
/*body {
 font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#2b2b2b; 
}*/
/*h1, h2, h3, h4, h5, h6 { 
}
.twobtnwrap p {
    text-align: left;
    font-weight: bold;
}
.twobtnwrap p a{
  
    font-weight: 400;
}
.twobtnwrap {
    margin-top: 15px;
}
p {
  line-height: 24px;
  color: #686868;
  font-size: 14px;
  font-weight:normal; 
  text-align:justify;
}
section.bannerr marquee {
    color: #12409a;
    font-weight: 600;
}
h1,h2,h3,h4,h5,h6{ 
}

h1 {
  font-size: 36px;
  font-weight:600;
  
}

h2 {
  font-size: 30px;
  font-weight:600;
}

h3 {
  font-size: 24px;
  font-weight:600;
}

h4 {
  font-size: 20px;
   font-weight:600;
}
h5{
	font-size:18px;
	 font-weight:600;
}
h6{
	font-size:16px;
	 font-weight:600;
}
section.innerban .col-head h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.Himawaed h1.slidsec {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    padding-top: 52px;
}
.Himawaed h1.slidsec span {
    font-size: 35px;
    color: #ffac30;
    text-transform: uppercase;
    display: block;
    margin: 5px 0;
}
section.facultyWrapper h3.headFal
{
font-size: 20px;
   color: #272829;
   font-weight: 600;
   border-bottom: 3px solid #f03f35;
   padding-bottom: 24px;
   margin-bottom: 24px;
       margin-top: 30px;
}
section.facultyWrapper p {
    margin-bottom: 5px;
}*/
/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

.background-grey{
	background:#ebebeb;
}
.background-lightblue{
	background:#d9e0e2;
}
.background-red{
	background:#dc4238;
}
.background-white{
	background:#ffffff;
}
.background-black-l{
	background:#1c1c1c;
}

:focus{
	outline:0 !important;
}


.ten {
    margin: 160px 0 40px;
}


.color-white{
	color:#ffffff;
}
.color-red{
	color:#dc4238;
}
section.Himawaed .carousel-inner .item:nth-child(3) h2 {
    padding: 0;
}
/*section.Himawaed .carousel-inner .item img.mobile{display:none;}
section.Himawaed .carousel-inner .item .title{padding-top:50px;}
section{
	float:left;
	width:100%;
}*/
span.star{color:#f03f35;font-weight:700;}
ul.dots-pattern.nx li a{text-decoration:none;color:#686868}
/*.heading {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
    margin-bottom: 26px;
    margin-top: 31px;
}*/

/*.heading:before{
	content:"";
	width:70px;
	height:3px;
	background:#dc4238;
	position:absolute;
	bottom:0;
	left:0;
}*/
/*.heading img {
    margin-right: 40px;
    margin-top: -14px;
	margin-left:16px;
}*/

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.wrapper-row{
	    display: inline-flex;
}
.row.no-gutters.wrapper-row > [class^="col-"],
.row.no-gutters.wrapper-row > [class*=" col-"] {
	    display: grid;
}

.col-flex
{
	-webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
.row-flex
{
	display:flex;
	    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/******hzu hme slider****/
marquee#mymarquee{background: rgb(254, 253, 253);height: 287px; float: left;}


/***hzu home slider ends***/


/* ==================================================
  Elements
  ================================================== */
.btn {
   
}

.btn:hover { 
}

.btn:focus { 
}

.btn-ghost { 
}

.btn-ghost:hover { 
}
 

 




/* ==================================================
   header css 
  ================================================== */ 



	/* #menu-toggle {
    display: block;
    margin-top: 24px;
    text-align: right;
	    margin-right: 10px;
		    cursor: pointer;


}
	 #menu-close {
		display: block; 
	    text-align: right;
	}
	ul.nav.nav-tabs li a:hover {
    background: transparent;
    border-top: none;
    border-left: none;
    border-radius: 0;
}
	
	
	#sidebar-wrapper {
			z-index: 1000;
			position: fixed;
			right: 0;
			width: 250px;
			height: 100%;
			transform: translateX(250px);
			overflow-y: auto;
			background: #205fa6;
			-webkit-transition: all 0.8s ease 0s;
			-moz-transition: all 0.8s ease 0s;
			-ms-transition: all 0.8s ease 0s;
			-o-transition: all 0.8s ease 0s;
			transition: all 0.8s ease 0s;
				top: 0;
		    padding: 10px 20px;
			    margin-top: 0;
		}
	#sidebar-wrapper.active {
    right: 250px;
   width: 250px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
   
}
.close-toggke {
    position: fixed;
    z-index: 999;
    top: 0;
    margin: 0;
    padding: 0;
    right: 0;
    transform: translateX(283px);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.close-toggke.active {
        right: 148px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    transform: translateX(-99px);
} */

/* end menubar css */
 

/* ==================================================
  end  header css 
  ================================================== */  
 /* ==================================================
   banner css 
  ================================================== */ 
 /*.header-menu-desk ul li.studen_resources a:hover ul.dropdown-newx.head{display:block!important;}
 .header-menu-desk ul li.studen_resources a ul.dropdown-newx.head{display:initial;}
section.banner {
    float: left;
    width: 100%;
  
    border-bottom:none;
	position:relative;margin-top: -1px;
}
.banner-item {
    width: 25%;
    float: left;
    padding: 0 5px;
}
 section.banner  .row {
    margin-right: -5px;
    margin-left: -5px;
}
.carousel-caption {
position: absolute;
bottom: auto;
top: 5%;
left: 0;
width: 100%;
text-align: left;
font-family: 'Open Sans', sans-serif;
padding-left: 42px;
}
.carousel-caption h3 {
    font-size: 30px;
    color: #ffffff;
    box-shadow: none;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: normal;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
}
.carousel-caption p {

    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-shadow: none;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding-top: 13px;

}

.carousel-caption a {

    background: #f03f35;
    color: #fff;
padding: 0 48px;
display: inline-block;
line-height: 48px;
font-weight: 700;
text-transform: capitalize;
text-shadow: none;
border-radius: 30px;
margin-top: 23px;

}
.carousel-caption a:hover {
    background: #f03f35;
    color: #fff;
}

.banner .carousel-indicators {
    bottom: 20px;
    left: 35px;
    margin: 0;
    width: 84px;
    top: 5%;
}

.banner .carousel-indicators li {
    display: block;
  
    margin:20px 10px;background-color: #fff;
   
}
.banner  .carousel-indicators .active {
  
    margin: 20px  9px;
   background-color: #f03f35;
border-color: #f03f35;    position: relative;
}
.banner  .carousel-indicators .active:after{height: 2px;
    height: 2px;
    width: 26px;
    position: absolute;
    right: -42px;*/
    /*top: 5px;*/
	/*top:2px;
    content: "";
    background-color: #f03f35;}
.carousel-caption h3 span {
    display: block;
}
span.capt-p {
    padding-left: 20px;
}
 
.banner-logo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    left: 0;
    width: 100%;
}
.banner-logo img{
	    float: right;
}
.btn-primary:hover {
    background-color: #ffd476;
    text-transform: uppercase;
    border-radius: 0;
    color: #000;
    border: none;
    font-size: 14px;
    padding: 0 20px;
    margin: 24px 0 0 0;
    position: relative;
}
.carousel-caption .btn-primary::before {
    content: "";
    position: absolute;
    border: 1px solid #7b7763;
    width: 178px;
    height: 65px;
    top: -8px;
    z-index: 1;
    left: 20px;
    transition: all 0.2s linear;
}
.btn-primary{
    background-color: #ffd476;
    text-transform: uppercase;
    border-radius: 0;
    color: #000;
    border: none;
    font-size: 14px;
    padding: 0 20px;
    margin: 24px 0 0 0;
    position: relative;
}
.btn-primary span {
    position: relative;
    z-index: 2;
    background-color: #ffd476;
    display: block;
    padding: 14px 0;
}

 .annoucement {
      display: block;
    position: absolute;
    right: -4px;
    top: -375px;
        max-width: 339px;
        height: 287px;
}

.annoucement ul.anocescr {
    margin: 0;
        padding:10px 0;
    background: rgba(255,255,255,0.9);
}
.conx p a{color:#272829}
.conx {
    padding-top: 36px;
}*/
span.sec_num {
    padding-left: 40px;
}
.annoucement ul.anocescr li {
    /**border-bottom: 1px solid #a7a6a6;**/
    padding: 18px 20px 18px 26px;
    width: 100%;
    list-style: none;
}
.annoucement ul.anocescr li a {
    color: #272829;
    background: transparent;
    width: 100%;
    line-height: normal;
    padding: 0;
    list-style: none;margin:0;
}
.annoucement h2 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    background:rgba(33, 95, 165, 0.74);
    padding: 18px;
    text-shadow: none;padding-left: 37px;
    font-weight: 600;margin-bottom:0;color:#fff
}
 
  /* ==================================================
   banner end css 
  ================================================== */ 
  
 .border-btm{
	 border-bottom:1px solid #d6dbdd;
 }
.banner-heading {
    padding: 21px 0 30px;
}
 
 
 
  /* ==================================================
   check Ul css 
  ================================================== */ 

  .ul-check {
       list-style: none;
    padding-left: 55px;
}
  .ul-check li{
	     position: relative;
    margin-bottom: 11px;
  }
  .ul-check li:before{
		    content: "\f00c";
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-decoration: inherit;
			color: #dc4238;
			font-size: 18px;
			padding-right: 0;
			position: absolute;
			top: 0;
			left: -31px;
	  
  }
 
.Companies-list {
    width: 100%;
    height: 115px;
    text-align: center;
    display: table;
    
    border-bottom: 0;
    border-right: 0;
}
.Companies-list-inner {
    display: table-cell;
    vertical-align: middle;
}
.Companies-list img {
    display: block;
    margin: 0 auto;
}
.Companies-inner .col-md-2.col-sm-3 {
    width: 20%;
}
 
section.home-Companies {
    padding: 20px 0;
}
section.home-Companies h3 {
    text-align: center;
    margin: 0 0 30px;
    color: #313131;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}




#lightBlackPane{
    background-color: #1e2526;
}
.signatureProjects{
    padding: 30px 0;
}
.signatureProjects h3{
    font-family: 'Merriweather', serif;
    font-size: 24px;
    color: #ffd476;
    text-transform: uppercase;    font-weight: 400;
}
.signatureProjects p{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    max-width: 970px;
    margin: 0 auto 20px;
	    opacity: 0.5;
}
.signatureProjects ul{
    margin: 20px 0 0 0;
    padding: 0;
}
.signatureProjects ul li{
    width: 33.33%;
    float: left;    position: relative;transition:all 0.5s;
}
.signatureProjects ul li img{
    max-width: 100%;
}
.signatureProjects ul li span{
    position: absolute;
    bottom: 38px;
    font-size: 20px;
    color: #fff;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    left: 30px;
}
.signatureProjects .picture {
    position: absolute;
    width: 84%;
    height: 87%;
    border: 1px solid #ffffff30;
    margin: 30px;
    z-index: 1;
    top: 0;
	transition:all 0.5s;
}
/* .signatureProjects .picture::before{
    position: absolute;
    width: 84%;
    height: 87%;
    border: 1px solid #7ca1be;
    content: "";
    margin: 30px;
} */




.signatureProjects li:hover .picture{
	opacity:0;
}
.signatureProjects li:hover .pictureDisc{
   opacity:1;
}
.signatureProjects .pictureDisc{ 
	 position: absolute;
    width: 100%;
    height:100%;
    border: 1px solid #dabb78;
    margin: 0;
    z-index: 1;
    top: 0;
	padding: 0 65px;
	opacity:0;
	transition:all 0.5s;
	text-align:center;
	    padding-top: 116px;
    background: rgba(0,0,0,0.7)
}
.signatureProjects .pictureDisc h4{
color: #ffd476;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.signatureProjects .pictureDisc p{
    font-size:14px;
	color:#ffffff;
}
.signatureProjects .pictureDisc a {
        font-size: 14px;
    color: #ffffff;
    border: 1px solid #dabb78b3;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    width: 155px;
    padding: 16px 23px;
    text-transform: uppercase;
    margin-top: 25px;
    display: inline-block;
}
.signatureProjects{
    
}

.admissionw {
    background: #215fa5;
    float: left;padding:45px 45px 44px 45px;
    width: 100%;height: 208px;
   
}

.admissionw  h2 {
    color: #fff;font-size:36px;  font-family: 'Open Sans', sans-serif;font-weight:600;margin:0; padding:0 0 20px 0;
}
.admissionw  h4 {
    color: #fff;font-size:27px;  font-family: 'Open Sans', sans-serif;font-weight:300;margin:0; padding:0;
}

.enqurdwn ul {
    margin: 0;
    padding: 0;
}

.enqurdwn ul li {
    list-style: none;
    height: 104px;
    padding-left: 117px;background:#ffac30;font-size:15px; font-weight:600;text-transform:uppercase;line-height:104px;position:relative;
}
.enqurdwn ul li:last-child {
    background: #b7e3e4;
}
.enqurdwn ul li:last-child a span{ border-right: 1px solid #77a8a9;}
.enqurdwn ul li a {
    color: #242424;
}
.enqurdwn ul li a span {
    position: absolute;
    left: 0;
    width: 99px;
    right: 0;
    text-align: center;
    border-right: 1px solid #966c2e;
}


.hzucnt {
    background: #f5f5f5 url(images/line-rpt.html);
    padding: 35px 45px;
}
.hzucnt h2 {
    font-weight: 700;
    margin: 0 0 20px;
}

.hzucnt p{font-size:18px; line-height:28px; color:#4f4f4f;}
section.hzumm {
    margin-top: 38px;
}

section.ourprogram {
  background: url(images/student-bg.html);
    background-size: cover;padding:45px 0;    border-top: 4px solid #f03f35;background-attachment: fixed;
}

.ourprogramcnt h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.ourprogramcnt p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

ul.schoolbx {
      margin: 0 .5%;
    padding: 0;
 /*    background: rgba(0,0,0,0.3);
    border: 1px solid #626163; */
    float: left;
    width: 99%;   /*  margin-top: 80px; */
}

ul.schoolbx li{width:100%;display:inline-block; padding:25px; height:313px;position:relative;float:left;    background: rgba(0,0,0,0.3);border-top: 1px solid #626163;border-bottom: 1px solid #626163;}
ul.schoolbx li:after{position:absolute; right:0; top:0;width:1px; height:315px; background:#626163;content:"";}

/* ul.schoolbx .regular2 {
    margin-top: -81px;
} */

.regular2 .slick-slide {
    padding-top: 80px;
}

ul.schoolbx li h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    position: absolute;
    left: 25px;
    bottom: 14px;
    right: 25px;
    border-bottom: 3px solid #f03f35;
    padding-bottom: 13px;
}

.onhver {
       position: absolute;
    left: 0;
    top: -81px;
    width: 100%;
    background: #b7e3e4;
    height: 394px;/* display:none; */    opacity: 0;
    transition: all 0.5s;
}
ul.schoolbx li:hover .onhver{display:block;    opacity: 1;}
.onhver h3{    padding: 22px 19px;
    font-size: 17px;
    font-weight: 600;
    color: #272829;
    margin: 0;
    line-height: 26px;}
	
	a.explored {
       display: inline-block;
    padding: 8px 42px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 24px;
    color: #272829;
    margin-left: 19px;
}
a.explored:hover{background:#f03f35;color:#fff;}




.hzucampus h2{    color: #272829;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    width: 80%;
    padding-bottom: 20px;
    padding-right: 120px;
    padding-top: 70px;
    line-height: 43px;}
.hzucampus h2:after{background:#b7e3e4; height:4px; width:100%; position:absolute;content:"";left:0; bottom:-10px;}

.hzucampus p{font-size:18px;color: #828282;padding-top:25px;line-height:28px;width: 82%;}

.hzlibary {
    position: relative;
    width: 99%;
}
.hzlibary .hzuovrlp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 63, 53, 0.65);
}

.hzlibary .hzuovrlp h3 {
    bottom: 80px;
    position: absolute;font-size:18px; color:#fff; font-weight:600; left:0; right:0; text-align:center;
}

.hzlibary .hzuovrlp a.explored {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    color: #fff;
    padding: 8px 0;
    text-align: center;
}

.hzutransportation {
    background: #eaeaea;
    height: 192px;
    padding: 20px;
    position: relative;margin-bottom: 3px;
}

.hzutransportation h3 {
    color: #f03f35;
    font-size: 18px;
}
.hzutransportation h3 a{color: #f03f35;text-decoration:none}
.hzutransportation span {
    display: block;
    margin-top: 69px;
}
.hzucanteen {
        position: relative;
    height: 184px;
    margin-bottom: 3px;
}
.hzucanteen span.hruim img.img-responsive {
    margin: 0;
    padding: 0;
    width: 100%;    height: 100%;
}


.hzucanteen .hzuovrlp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 172, 48, 0.6);
    height: 100%;
}

.hzucanteen .hzuovrlp h3 {
    bottom: 80px;
    position: absolute;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    left: 0;
    right: 0;
    text-align: center;
}

.hzucanteen .hzuovrlp a.explored {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    color: #fff;
    padding: 8px 0;
    text-align: center;
}

.hzucanteen .hzuovrlp a.explored:hover{background:#ffac30}

.hzumedical{background:#477cb7}

.hzumedical {
    background: #477cb7;
    padding:80px 0 51px 25px;
}
.hzumedical h3{font-size:18px; color:#fff;font-weight:600;}


.hzuhostal {
    background: #b7e3e4;padding:80px 0 47px 25px;
}

.hzuhostal h3{font-size:18px; color:#477cb7;font-weight:600;}

.hzusplfac {
    position: relative;margin-right: 3px;
    margin-left: 3px;
}

.hzusplfac .hzuovrlp {
    position: absolute;
    background: rgba(183, 227, 228, 0.61);
    width: 100%;
    bottom: 0;
    height: 100%;
}
.hzusplfac .hzuovrlp h3{font-size:18px; color:#272829;font-weight:600; text-align:center;padding-top:60px;}
.hzusplfac .hzuovrlp a.explored{border-color: #272829;
    color: #272829;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 120px;
    margin: 13px auto;
    padding: 8px 0;}
.hzusplfac .hzuovrlp a.explored:hover{background:#fff;}

 .Himawaed{background-image: url(images/himaward.html);
background-attachment: fixed;
background-position: 100%;
background-size: cover;padding:20px 0}

.Himawaed h2 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;padding-top:52px;
}
.Himawaed h2 span{font-size: 35px;
color: #ffac30;
text-transform: uppercase;
display: block;
margin: 5px 0;}

.hzuwhy{position: relative;padding: 75px 0;}

.hzuwhy h2{ font-size: 36px;

color: #272829;

font-weight: 700;

position: relative;

border-right: 4px solid #b7e3e4;

margin: 0;}

.hzuwhy p{font-size:18px; color:#828282;line-height: 27px; }

.hzuwhychs .hzucmdt span {

    min-height: 60px;
    display: block;

}

.hzuwhychs .hzucmdt{border:1px solid #ffac30; padding:40px 22px; margin-bottom: 15px; }
	.hzuwhychs .hzucmdt h3 {

    font-size: 17.5px;
    font-weight: 600;
    margin-top: 32px;margin-bottom:0;

}

section.hzuwhychs{}
section.hzurec h2{font-size: 24px;
color: #272829;
border-bottom: 1px solid #d5d5d5;
padding-bottom: 20px;
margin-bottom: 35px;
margin-top: 40px;}


section.hzurec{margin-bottom: 90px;
}


section.hzuadmis{background:url(images/admision-banner.html)}

section.hzuadmis h2 {
 font-size: 34px;
color: #fff;
text-transform: uppercase;
font-weight: 600;
margin-top: 40px;
}

section.hzuadmis h3 {
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    line-height: 34px;
}

a.enqure {
    background: #ffac30;
    width: 48%;
    display: inline-block;
    float: left;
   
    line-height: 60px;
    text-align: center;
    color: #242424;
    font-size: 15px;
    font-weight: 600;text-transform: uppercase;margin-top: 14px;margin-bottom: 25px;
}
a.enqure:last-child{background:#b7e3e4;  margin: 0 1%; margin-top: 14px;}
.admissonimg {
  position: absolute;
top: -56px;
}


section.hzuwhaton{padding:60px 0}


section.hzuwhaton h2 {

    font-size:20px; color:#272829; font-weight:600;

}

section.hzuwhaton h2 {

    font-size: 20px;
    color: #272829;
    font-weight: 600;
    border-bottom: 3px solid #f03f35;
    padding-bottom: 24px;
    margin-bottom: 24px;

}

section.hzuwhaton h2 span {
    text-align: right;
    float: right;
    font-size: 13px;
    text-transform: uppercase;
}
section.hzuwhaton h2 span a{color:#215fa5;text-decoration:none; border-bottom:1px solid #8ea6c9;}

section.hzuwhaton .hzuupp .aupp {
    border: 1px solid #d7d7d7;padding:22px;padding: 22px 10px;
}
.hzuupp img {
    width: 100%;
}

.hzuupp p{color:#9a9a9a; font-weight:600;text-transform:uppercase;font-size:13px;}

	.hzuupp h4{font-size:17px; color:#272829;text-transform:none; font-weight:600;line-height:27px;}
		.hzuupp a{font-size:14px; color:#215fa5;font-weight:bold; border-bottom:1px solid #7190be;text-decoration:none;text-transform: uppercase;}
		
		
	ul.latestnw {
    margin: 0;
    padding: 0;
}	


ul.latestnw li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
    border-bottom: 1px solid #d1d1d1;
}
ul.latestnw li:first-child{padding-top:0;}

.hzualumi {
    background: #f03f35;
    float: left;
    overflow: hidden;
}

section.hzuwhaton .hzualumi h2 {

    color: #fff;
    margin: 18px 20px 20px 30px;
    padding: 0;

}
ul.latestnw li a {
    cursor: auto;
}
.hzualumi h3 {

    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 15px 15px 10px 15px;

}

.hzualumi p {
color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 21px;
    padding-top: 0;
    padding-bottom: 10px;

}

a.findout {

    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 0;
    line-height: 38px;
    display: block;
    border-radius: 20px;
    margin: 20px 0 30px 15px;
    text-align: center;
    width: 150px;

}
a.findout:hover {
    background: #fff;
    color: #f03f35;
}

/*footer.footer {

    background: #313131;
    padding: 33px 0;

}

footer.footer .ftr h2 {

    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    padding: 0;

}*/
/*footer.footer .ftr ul{margin:0; padding:0;}
footer.footer .ftr ul li{font-size:14px; padding:10px 0; color:#bbbbbb; font-weight:normal; list-style:none;line-height:normal}
footer.footer .ftr ul li a{color:#bbbbbb;text-decoration:none}

	footer.footer .ftr p{color:#bbbbbb}
	footer.footer .form-control {

    border: 1px solid #838383;
    background: transparent;
    border-radius: 0;
    line-height: normal;
    height: 44px;

}
footer.footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  /*opacity:1;
}*/

/*footer.footer .form-control:-moz-placeholder {*/ /* Firefox 18- */
  /*opacity:1;
}*/



/*footer.footer textarea.form-control{height:88px;}

footer.footer .submit.btn {

    background: #f03f35;
    padding: 0;
    width: 120px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;

}*/

/*section.copyright {

    background: #0e0e0e;
    height: 48px;
    text-align: center;

}*/

/*section.copyright p{color:#bbbbbb; margin:0;font-size:13px;line-height: 48px;}
.novisit {

    border: 1px solid #763632;
    line-height: 46px;
    display: inline-block;
    padding: 0 37px;
    font-size: 18px;
    font-weight: 300;

}*/
/* ==================================================
  Featured-Properties section 
  ================================================== */  

/*section.Featured-Properties {
  padding: 70px 0 50px;
}
section.Featured-Properties h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 24px;
    color: #3a3030;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.Featured.Properties-item {*/
   /*  background: #eeeeee;
    padding: 16px; *//*margin-bottom: 30px;
}
.Featured.Properties-content span {
    font-size: 12px;
    color: #c4aa72;
    text-transform: uppercase;
}
.Featured.Properties-content {
    padding-top: 20px;
    background: #fff;
    padding: 25px;    padding-bottom: 40px;
}
.Featured.Properties-content h4 {
    font-size: 20px;
    color: #3a3030;
    margin-top: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.Featured.Properties-content h4:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 45px;
    height: 1px;
    background: #c9ab51;
}


.Featured.Properties-content p {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 21px;
    font-weight: 300;
	    margin-bottom: 18px;
}
ul.Featured.Properties-list {
    padding-left: 0;
    list-style: none;    padding-top: 15px;    padding-bottom: 13px;
}
ul.Featured.Properties-list li {
    display: inline-block;
    width: 32%;
}
ul.Featured.Properties-list li {
    display: inline-block;
    width: auto;
    font-size: 17px;
    color: #5b5b5b;
    vertical-align: top;
    padding-right: 20px;
    font-weight: 300;
}
span.Featured.Properties-list-hed {
    font-size: 11px;
    color: #8e8e8e;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
ul.Featured.Properties-list li:first-child{
	padding-left:0;
}
ul.Featured.Properties-list li:last-child{
	padding-right:0;
	border:none;
}
.Featured.Properties-content a {
    color: #5b5b5b;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
}

ul.nav.nav-tabs {
       text-align: center;
    border: none;
    margin-bottom: 58px;
    margin-top: 0;

}
ul.nav.nav-tabs li.active {
    background: transparent !important;
}

ul.nav.nav-tabs li {
    float: none;
    display: inline-block;
    background: transparent;
}
ul.nav.nav-tabs li.active a {
    background: transparent;
    color: #b59637;
}
ul.nav.nav-tabs li a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	border:none;
    border-right: 1px solid #b59637;
    padding: 2px 18px;
    color: #3a3030;border-radius: 0;
}
ul.nav.nav-tabs li:last-child a {
	border:none !important;
}
ul.nav.nav-tabs li.active a {
    background: transparent;
    color: #b59637;
	    border-right: 1px solid #b59637;    border-radius: 0;
}*/




/* ==================================================
  footer section 
  ================================================== */  

  /*.home-Journey{
	  padding:60px 0;
  }
  .home-Journey .Journey-Journey-content {
    margin-top: 100px;
}
  .Journey-Journey-content h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    line-height: 40px;
}
 .Journey-Journey-content p {
    line-height: 33px;
    font-size: 22px;
    color: #fff;
    opacity: 0.5;
    font-weight: 300;
    max-width: 400px;
    margin-top: 20px;
}
  .display-block{
	  display:block;
  }
  
  .home-Journey-form{
	  
  }
  .home-Journey-form label{
	  
  }
.btn.btn-primary.btn-submit-form {
    background: transparent;
    width: 190px;
    color: #c9ab51;
    border-radius: 0;
    padding: 12px 40px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #6a6a6a;
    font-weight: bold;
    margin: 10px auto;
    display: block;
}

.home-Journey-form .form-control {
    border: 1px solid #676566;
    border-radius: 1px;
    height: 50px;
    color: #00293e;
    font-size: 15px;
    box-shadow: none;
    outline: 0 !important;
    background: transparent;
}
.home-Journey-form label {
    font-size: 13px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    opacity: 0.3;
    font-weight: normal;
    text-transform: none;
}
.btn.btn-primary.btn-submit-form:before{
	display:none;
}
.home-Journey-form textarea.form-control{
	height:108px;
}
.home-Journey-form {
    max-width: 772px;
    margin: 0 auto;
}
.home-Journey-content {
    text-align: center;
	margin-bottom:50px;
}
.home-Journey-content h3 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 36px;
}
.home-Journey-content h6{
   font-size: 16px;
    color: #c9ab51;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}





.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
 
label, input {
  transition: all 0.2s;
  touch-action: manipulation;
}

input {
  font-size: 1.5em;
  border: 0;
  border-bottom: 1px solid #6a6a6a;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: text;
}

input:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}*/
 







/* ==================================================
  Featured.Properties-item section 
  ================================================== */  

section.Featured-Properties.Featured-Properties-news .Featured.Properties-item {
    padding: 0;
    background: transparent;
}

.Featured-Properties-news .Featured.Properties-images {
    position: relative;
}
.Featured-Properties-news .Featured.Properties-images span {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #313131;
    font-size: 14px;
    text-transform: uppercase;
    background: #ffd476;
    display: inline-block;
    padding: 7px 27px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}
.Featured-Properties-news .Featured.Properties-content h4 {
    font-size: 18px;
    color: #313131;
    margin-top: 4px;
    line-height: 28px;
	    font-weight: normal;

}

.Featured-Properties-news .Featured.Properties-content p {
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    opacity: 0.7;
	    font-weight: normal;

}
ul.Featured.Properties-button {
    padding: 0;
	    margin-top: 24px;
    list-style: none;
}
 
ul.Featured.Properties-button li a {
    color: #313131;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
	    padding: 12px 15px;
		display:block;
}

ul.Featured.Properties-button li a:hover{
	background:#ffd476;
}


ul.Featured.Properties-button li {
    padding: 0;
    list-style: none;
    display: block;
    border: 1px solid #d2d2d2;
    float: left;
    width: 50%;
    text-align: center; 
}
ul.Featured.Properties-button li:first-child{
	border-right:0;
}
section.Featured-Properties.Featured-Properties-news {
    padding: 60px 0 0;
}

/* ==================================================
  footer section 
  ================================================== */  

 

footer {
    float: left;
    width: 100%;
    background:red;
    color: #fff;
    padding: 60px 0 0;
}
/*ul.bullet-points-none {
       padding-left: 0; 
    list-style: none;
}
ul.bullet-points-none li {
    padding-left: 0;
	position:relative;
    margin-bottom: 10px;
}
ul.bullet-points-none li a{
		color:#fff;
		font-size:16px;
		font-weight:300;
		
}*/
/*ul.bullet-points-none li a:hover{
		color:#fff;
		
}

.footer-item p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}*/
/*ul.footer-contactdetail {
    padding-left: 0;
    list-style: none;
}
ul.footer-contactdetail li{
    padding-left: 0;
    list-style: none;
	    margin-bottom: 10px;
}


ul.footer-contactdetail li img {
    padding-right: 10px;
}


ul.footer-contactdetail {
    padding-left: 0;
    list-style: none;
    margin-top: 25px;
}
.footer-item h3 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 21px;
}
.footer-bottom p { 
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 13px 0;
}

.footer-item.footer-content p {
}*/

.footer-item p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
}
ul.footer-social-media {
    padding: 0;
    list-style: none;
	    margin-top: 23px;
}
ul.footer-social-media li {
    display: inline-block;
    padding-right: 10px; 
}
 



/*.footer-bottom {
    background: #000000;
	margin-top:60px;
}
p.carettp {
	display:none;
}
.footer-item ul.bullet-points-none li {
    width: 48%;
    display: inline-block;
}
.footer-item ul.bullet-points-none li:nth-child(even) {
    padding-left: 30px;
}

.footer-item h6 {
    color: #c9ab51;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
	    margin-top: 0;
}*/

/* seacrcg css */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}


#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;padding: 11px 41px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

.Featured.Properties-content.Featured.Properties-content-blog {
    background: transparent;
    padding: 30px 0;
}

.Featured-Properties-news .Featured.Properties-content.Featured.Properties-content-blog h4
{
	    padding: 0;
}
.Featured-Properties-news .Featured.Properties-content.Featured.Properties-content-blog h4:before
{
	display:none;
}
.Featured-Properties-news .Featured.Properties-content.Featured.Properties-content-blog a {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 18px 37px;
    margin-top: 13px;
	    font-weight: normal;

    display: inline-block;
}
span.blog-subhed {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #c9ab51;
    margin-bottom: 11px;
	font-family: 'Open Sans', sans-serif;
}

.Featured-new-update h6 {
    color: #5b5b5b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    opacity: 0.4;
}

.Featured-new-update {
    background: #d9e0e2;
    padding: 30px 25px 40px;
}
.Featured-new-update p{
   color:#5b5b5b;
   font-size:20px;
   line-height:30px;
}
.Featured-new-update a {
    color: #5b5b5b;
    font-size: 12px;
    font-style: italic;
    margin-top: 51px;
    display: inline-block;
}
section.Featured-Properties.news-update h3 {
    margin-bottom: 50px;
}

.news-update-view{
	text-align:right;
}
.news-update-view a{
	 color: #5b5b5b;
    font-size: 12px;
    font-style: italic;
    margin-top: 27px;
    display: inline-block;
}



/* testimonial  */








/* Carousel */

#quote-carousel {
    padding: 0 ;
    margin-top: 0;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
/*#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    width: auto;
    height: auto;
    bottom: auto;
    top: 25%;
    opacity: 1;
}
#quote-carousel .carousel-control.left {
    left: 0;
}
#quote-carousel .carousel-control.right {
    right: 0;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    
}
.item blockquote {
    border-left: none;
    margin: 0;
}*/
 
.testimonial-home img.testi-quote {
    height: auto;
}

.testimonial-home h3.testimonial-home-hed {
    text-align: center;
    margin: 0 0 20px;
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
section.testimonial-home {
    padding:60px 0 45px;
}
section.testimonial-home blockquote p {
    font-size: 20px;
    color: #cecece;
    line-height: 32px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
	max-width: 735px;
    margin: 20px auto;
}
.testimonial-home img.testi-quote {
    height: auto;
    margin: 20px 0;
}
.testo-name h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
}
.testo-name h6 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	    opacity: 0.4;
}

.home-Journey-wrapper h3 {
    margin: 0;
    font-size: 30px;
    color: #3a3030;
    font-weight: 300;
    line-height: 46px;
}
.home-Journey-wrapper h3 span{
   display:block;
}

.home-Journey-wrapper {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 40px;
}
.home-Journey-wrapper:before{
	position:absolute;
	content:"";
	bottom:0;
	background:url('images/border-btm.html') no-repeat;
	background-size:cover;
	background-position:Center;
	width:100%;
	height:9px;
}

.home-Journey-section p {
    color: #5b5b5b;
	margin-bottom:25px
}
.home-Journey-section a {
    color: #5b5b5b;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    padding: 18px 37px;
    margin-top: 13px;
    font-weight: normal;
    display: inline-block;
    float: right;
    margin-top: 41px;
}
img.img-responsive.sec-img {
    margin-top: 40px;
}

.Amenities-content {
    padding: 100px 0 89px;
}


.Amenities-content h6{
    font-size:14px;
	color:#b59637;
	font-family: 'Open Sans', sans-serif;
	    text-transform: uppercase;
    font-weight: normal;
}
.Amenities-content h3{
      font-size: 30px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 42px;
}

 
.Amenities-list-hover p {
    font-size:14px;
    color: #5b5b5b;
    font-weight: 300;
}
.Amenities-list-hover {
    max-width: 410px;
    position: absolute;
    bottom: 78px;
    background: #fff;
    padding: 50px 50px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.Amenities-list-hover h3 {
    font-size: 24px;
    color: #3a3030;
    font-weight: 300;
    line-height: 34px;
}
.Amenities-list-hover2 h3 {
    font-size: 24px;
    color: #3a3030;
    font-weight: 300;
    line-height: 34px;
}
.Amenities-list-hover2 p {
    font-size:14px;
    color: #5b5b5b;
    font-weight: 300;
}
.Amenities-list-hover2 {
    position: relative;
    display: table;
	background:#fff;
    height: 100%;
}
.Amenities-list-hover2-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	    padding: 0 15px;
}section.Amenities-bg {
    padding-bottom: 36px;
    background: #d9e0e2;
}
.Amenities-list-hover2:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 46%;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 25px solid white;
    z-index: 1;
}

.Amenities-list-hover2.last:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 46%;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 25px solid white;
    z-index: 1;
    right: auto;
    border-left: 0;
}
.Amenities-list img {
    width: 100%;
}
.gallery2-cover img{
	width:100%;
}
.header-menu-desk ul {
    padding-left: 0;padding-top: 8px;margin-bottom:0;
}

.zeelog img {
    max-width: 69px;
}

section.innerban {
    margin-top: 125px;
	    position: relative;
}
section.innerban img {
    width: 100%;
}
section.innerban .col-head {
    position: absolute;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    top: 40%;
}

section.col-iiner-box {
    padding: 60px 0;
}
section.col-iiner-box h2 {
    color: #272829;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 20px; font-family: 'Open Sans', sans-serif;
}

section.col-iiner-box h4 {
    font-size: 18px;
    font-weight: normal;font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    color: #4f4f4f;
}
section.col-iiner-box p {
    font-size: 14px;
    line-height: 24px;
    color: #272829;
    margin-bottom: 20px;
}

section.col-vission-mission{}
section.col-vission-mission .vsnmn {
    background:rgba(0, 0, 0, 0.5);
    float: left;
    padding: 25px 25px 90px;
}



section.col-vission-mission .vsnmn h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding:35px 0 20px;font-family: 'Open Sans', sans-serif;
}
section.col-vission-mission .vsnmn p{font-size:14px; color:#fff;line-height:24px; color: #fff;}


section.col-objects{}
section.col-objects .objht {
    background: #215fa5;padding:35px 35px 60px;
    color: #fff;
    float: left;
}
section.col-objects .objht h2{ padding:20px 0 20px;font-family: 'Open Sans', sans-serif;margin: 0;   font-size: 24px;
    font-weight: 600;
    color: #fff;}
section.col-objects .objht p{font-size:18px; color:#fff;}
	section.col-objects .objht ul{margin:0; padding:0 0 0 14px;}
	
	section.col-objects .objht ul li{line-height:normal; padding:4px 0;}
	
	section.col-management {
    margin: 50px 0;
}
	section.col-management h2 {
    color: #272829;
font-weight: 600;
font-size: 24px;
border-bottom: 3px solid #f95757;
margin-bottom: 35px;
padding-bottom: 25px;
}

section.col-management .boardmang h3 {
    text-align: center;
    font-size: 22px;
    color: #215fa5;
    font-weight: 600;
}

section.col-management .boardmang h4 {
    font-size: 18px;
    text-align: center;
    color: #4f4f4f;
    font-weight: 600;
}

section.col-management .boardmang h5 {
    font-size: 18px;
    text-align: center;
    color: #4f4f4f;
    font-weight: 400;
	    min-height: 39px;

}

section.col-univesr{margin: 0 0 90px 0;}

section.col-univesr h2 {
    color: #272829;
font-weight: 600;
font-size: 24px;
border-bottom: 3px solid #f95757;
margin-bottom: 35px;
padding-bottom: 25px;
}


section.col-univesr .reportbs {
    background: #efefef;
    text-align: left;
    padding: 19px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
	    padding: 15px 25px; 
}

section.col-univesr .reportbs a {
    color: #272829;
    font-size: 18px;
    text-decoration: none;
}

section.col-univesr .reportbs a span {
    padding: 0 45px 0 30px;
}

.col-facleties {
    margin-top: 135px;margin-bottom: 70px;
}

section.col-facleties.col-prgm.col-prgm-new {
    margin-top: 65px;
}

.facboxin {

    width: 100%;
    position: relative;

}
.facboxin .fbv {

    position: relative;

}
.facboxin .fbv img {

    width: 100%;

	    transition: all 0.5s;
}
.facboxin .fbv
{
	overflow:hidden;
}
.facboxin:hover .fbv>img {
    transform: scale(1.05,1.05);
}
.facboxin .fbvovrlp {

    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;

}
.facboxin .fbvovrlp .ovrlpimg img {

    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

}
.facboxin .fbvovrlp h5 {

    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 25px;
    width: 100%;

}
.facboxin .fbvovrlp h5 a {

   text-align: right;
    float: right;font-size:14px;
    color: #fff;

}

.facbox{padding:150px 30px 64px 30px;background:#00b8e8; color:#fff;}
.facbox h2{margin:0; padding-bottom:20px; font-family: 'Open Sans', sans-serif;font-weight:600;}
.facbox p{font-size:15px; font-weight:normal; color:#fff;line-height:24px;}

.col-facleties .col-md-4.col-sm-12 {

    padding: 5px;

}

.table.table-striped th {
    background: #2360a4;
    padding: 20px 30px;font-family: 'Open Sans', sans-serif;font-weight:500;
    color: #fff;
    line-height: normal;
    vertical-align: middle;font-size:15px;
}

.table.table-striped td{font-family: 'Open Sans', sans-serif;font-weight:400;font-size:14px;color:#272829;  padding: 20px 30px;}

.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    background-color: #1b5aa3;
    padding: 8px 13px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 2px;
}
.scrollTop a {
  font-size: 18px;
  color: #fff;
}
 .scrollTop img {
    height: 24px;
}
 .boardmang {
    margin-bottom: 40px;
}

.Explore-nw a {
    background: #ffac30;
    padding: 0;
    width: 120px;
    height: 42px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    border-radius: 20px;
    display: block;
    margin: 19px auto 9px;
}
.Explore-nw h3 {
    color: #fff;
}
.Explore-nw {
    background: #006449;
    text-align: center;
    padding: 10px 10px;
}

.inner-auth-image{
	float:left;margin-right:20px; margin-bottom:10px;    margin-top: 14px;
}
.inner-auth{
	line-height:28px;
}
.inner-auth span{
	    display: block;
    font-size: 16px;
    color: #757575;
}

.inner-auth-image-right{
	float:right;
	margin-left:20px;
	margin-bottom:14px;
}
section.hzuwhaton .hzuupp.hzuupp-nw .aupp h4 {
    margin-bottom: 0;
}
section.hzuwhaton .hzuupp.hzuupp-nw .aupp p {
    text-transform: none;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
section.hzuwhaton .hzuupp.hzuupp-nw .aupp {
    padding-top: 0;
	    padding-bottom: 18px;
		    min-height: 93px;
			    padding-bottom: 0;
    min-height: 105px;
}
 
 
section.col-iiner-box.Bodies-space {
    padding-bottom: 30px;
}
section.col-univesr.Bodies-space {
    margin-bottom: 52px;
}
 ul.cllient-logo {
    list-style: none;
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
}
ul.cllient-logo li {
    float: left;
    padding: 0 6px 20px;
    width: 16.66%;
}


ul.cllient-logo li img {
    border: 1px solid #ccc;
    width: 100%;
}

ul.cllient-logo li {
    float: left;
    padding: 5px;
    width: 16.66%; 
    margin-bottom: 3px;
    border-right: 0;
}

span.phone-blk {
    display: block;
    padding-left: 37px;
}

section.col-univesr .reportbs span img {
    height: 89px;
}

section.col-univesr.rti-col-nw {
    margin-bottom: 30px;
}



span.tollfree-no a {
    color: #fff;
}
span.tollfree-no {
    background: #f03f35;
    color: #fff;
    padding: 0 19px;
    display: inline-block;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: none;
    border-radius: 30px;
    margin-top: -16px;
    border: none;
    margin-left: 0;
}
span.tollfree-admission {
    background: #1470ae;
    color: #fff;
    padding: 0 17px;
    display: inline-block;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: none;
    border-radius: 30px;
    margin-top: -16px;
    border: none;
    margin-left: 10px;
}
span.tollfree-admission a.tolfr-link {
    color: #fff;
    animation: none;
}

.hzuwhychs .hzucmdt {
    display: table;
    height: 200px;
    padding: 0 15px;    background: #fbfbfb;
}
.hzuwhychs .hzucmdt h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
}






/* ==================================================
  media query
  ================================================== */  
 @media(min-width:1200px)
 {
	 section.col-univesr.Bodies-space.Bodies-space-bar .row {
    margin-left: -5px;
    margin-right: -5px;
}

section.col-univesr.Bodies-space.Bodies-space-bar .col-md-3 {
    width: 20%;
    padding: 0 5px;
}
section.col-univesr .reportbs a span {
    padding: 0 23px 0 12px;
}
	 
 } 
 
  @media(min-width:991px)
 {
	 	 section.col-univesr.Bodies-space.Bodies-space-bar .row {
    margin-left: -5px;
    margin-right: -5px;
}

section.col-univesr.Bodies-space.Bodies-space-bar .col-md-3 {
    width: 33%;
    padding: 0 5px;
    display: inline-block;
    float: none;
}
section.col-univesr .reportbs {
    margin-bottom: 20px;
}
section.col-univesr.Bodies-space .row.Bodies-space-bar-row {
    text-align: center;
}
	 section.col-univesr .reportbs a span {
    padding: 0 8px 0 5px;
	    padding: 0 25px 0 13px;

}



 }
 
 
 
  
  @media(min-width:1400px)
  {
	  .onhver>span>img {
    width: 100%;
    max-height: 235px;
    object-fit: cover;
}
  }
  
  
  @media (max-width:1300px) and (min-width:1200px)
  {
	  .header-menu { 
    margin-right: 11px;
}
  }  

  @media(max-width:1280px)
 {
	.zeelog {
  
    width: 5%;
} 
	
.zeelog img {width:100%}	

#myCarousel {
    margin-top: 122px;
}

.header-logo {
    padding: 10px 0 0;
    
}
	 
 }
 
 @media(max-width:1270px)
 {
	
  .zeelog{display:none}
  
  .header-menu-desk ul li a {
    font-size: 13px;
   
    padding-left: 7px;
   
}
  
 }
  
 @media(max-width:1200px)
 {
	 
	 
	 
	 ul.Featured.Properties-list li {
    display: inline-block;
    width: auto;
	 font-size: 13px;}
	 .signatureProjects .pictureDisc { 
    padding: 0 15px;
	    padding-top: 75px;
	 }

	.facbox {
    padding-top: 61px;
	}	
	
	.header-menu-desk ul { 
    padding-top: 0;
}
.carousel-caption{
	    top: 5%; 
}
.carousel-caption h1 { 
    font-size: 38px;
}
section.col-facleties .facbox{ 
    padding: 29px 17px 22px 23px !important;
}
a.header-zee {
    display: none;
}
	
	 span.tollfree-admission {
    margin-left: 0px;
}
	 .tollfree {
    padding-right: 0;
}
.social-med a {
    padding: 0 2px;
}
.social-med {
    margin-right: 0;
}
.hzuwhychs .hzucmdt {
    display: table;
    height: 235px;

}
.header-right {
    margin-top: 11px;
    float: right;
}
	
 }
  @media(max-width:1199px)
 {
 	/*  #menu-toggle {
    display: block;
    margin-top: 24px;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: 21px;
}
 */
.header-logo img.img-responsive {
    width: 255px;
}
.Himawaed h1.slidsec {
    font-size: 22px;
    padding-top: 8px;
}


.tophead {
  
    margin-top: 10px;
}
 
 .header-menu-desk ul li {
   
    margin-top: 2px;
}

section.hzuadmis h2 {
    font-size: 26px;
   
    margin-top: 26px;
}

.hzucampus h2 {
    color: #272829;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    width: 80%;
    padding-bottom: 20px;
    padding-right: 45px;
    padding-top: 23px;
    line-height: 38px;
}

.hzutransportation {
    background: #eaeaea;
    height: 155px;
    padding: 20px;
    position: relative;
    margin-bottom: 3px;
}

.hzucanteen {
    position: relative;
    height: 155px;
    margin-bottom: 3px;
}

.hzutransportation span {
    display: block;
    margin-top: 25px;
}
.hzuhostal {
   
    padding: 42px 0 47px 25px;
}

.hzumedical {
    background: #477cb7;
    padding: 42px 0 51px 25px;
}
 
 .Himawaed h2 {
    font-size: 22px;
   
    padding-top: 8px;
}

.enqurdwn ul li {
  
    padding-left: 118px;
  
    font-size: 14px;
   
}

.hzualumi {
    
    width: 100%;
}

.hzualumi span img {
    width: 100%;
}
.hzuwhychs .hzucmdt h3 {
    min-height: 57px;
}

 }
 .menu-toggle1{display:none}
 
 
 .header-menu-desk ul.dropdown {
    position: absolute;
left: 0;
top: 45px;
width: 260px;
background: #fff;
text-align: center;
display: none;
border-top: 4px solid #215fa5;
margin: 0;z-index:9;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);padding-top: 0;
}
 .header-menu-desk ul li .dropdown li {display: block;
float: left;
text-align: left;
width: 100%;
border-bottom: 1px solid #215fa5;}
 .header-menu-desk ul li .dropdown li a {
   width: 100%;
font-size: 12px;
border-bottom: none;

line-height: normal;
display: block;
padding: 9px;
text-transform: none;
text-align: left;
}

 .header-menu-desk ul li:hover > ul.dropdown {
    display: block;
}

.menu-toggle1 {
    display: none;
}
p.carettp {
    display: none;
}




 
 @media(max-width:1024px)
{
 
 
/*  .header-menu-desk {
    display: block;
} */


 #menu-toggle {
 /*   display: block;
margin-top: 24px;
text-align: right;
margin-right: 0;
cursor: pointer;
position: absolute;
right: 21px; */
    top: 0;
    position: relative;
}

.header-menu-desk ul li a {
    font-size: 13px;
    padding-left: 3px;
}


#myCarousel .carousel-caption {
   
    top: 14%;
    
    padding-left: 85px;
}

#myCarousel .carousel-caption h1 {
   
    font-size: 33px;
 
    width: 55%;
}
.hzuwhychs .hzucmdt h3 {
    font-size: 14px;
   
    margin-top: 20px;
 
}
.header-right {
    float: right;
    margin-top: 7px;
    margin-bottom: 7px;
}
section.innerban {
    margin-top: 106px;
}
}
@media(max-width:1023px)
{
 
.menu-toggle1 {

  /*   display: block;
    position: absolute;
    right: 80px;
    top: 62px */
	    display: inline-block;

}
.header-menu { 
    padding-left: 11px;
}
 
.header-menu-desk ul {

    display: none;
    background: #f1f1f1;
    border: 1px solid #ccc;
    z-index: 9;
    position: absolute;
    margin-top: 10px;
    width: 100%;
    right: 0;
    top: 93px;

}

#menu-toggle {

   /*  display: block;
    margin-top: 0;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    position: absolute;
    right: 26px;
    top: 65px; */

}
#myCarousel {

    margin-top: 103px;

}

.header.darkHeader {

    
    height: 100px;

}

.header-menu-desk ul li {

   
    display: block;

}
.header-menu-desk  p.carettp {
    display: block;
    color: #333;
}

.header-menu-desk ul li {

    margin-top: 0;
    padding: 10px;
    border-bottom: 1px solid #ccc;

}
.header-menu-desk ul li:hover > ul.dropdown {

    display: none;

}

.header-menu-desk ul.dropdown {

      position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    border-top: none;
    margin: 0;
    z-index: 9;
    border: none;
    padding: 10px 0;
    background: transparent;
    box-shadow: none;

}

header ul li:last-child {

    padding-left: 10px;
    text-align: left;

}

.header-menu-desk ul li .dropdown li {

    
    padding: 0;

}

.header-menu-desk ul li .dropdown li a {

    width: 100%;
    font-size: 13px;
    border-bottom: none;
    line-height: normal;
    display: block;
    padding: 12px 24px;
    text-align: left;

}

.header-menu-desk ul li .dropdown li {
    float: none;
    display: block;
}
.header-menu-desk ul li .dropdown li{
	    border-bottom: 1px dashed #cccccc;
}
.header-menu-desk ul li .dropdown li:last-child {
    border: none;
}

 
}
 
@media(max-width:991px)
{
 .modal-dialog.modal-lg {
    width: 100%!important;
}
 
 .signatureProjects .pictureDisc a { 
    width: 106px;
    padding: 11px 4px;    margin-top: 0;
 }
 
 	 .signatureProjects .picture { 
    margin: 19px;
	 }
	 
	 .signatureProjects .pictureDisc {
    padding: 0 15px;
    padding-top: 0;
}

.signatureProjects ul li span { 
    bottom: 38px;
    font-size: 16px; 
    left: 8px;
}
.Journey-Journey-content h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
}

.carousel-caption h3 {
    font-size: 27px;
}
.Amenities-list-hover2 h3, .Amenities-list-hover h3 {
    font-size: 18px; 
    line-height: 26px;
}
.Amenities-list-hover {
    max-width: 305px;
    position: absolute;
    bottom: 78px;
    background: #fff;
padding: 27px 17px;}
.Featured-new-update { 
    margin-bottom: 20px;
}

header ul.toplnks{display:none}

#myCarousel .carousel-caption {

    top: 0;
   left:0;
    position: relative;
    background: #215fa5;
    padding: 20px;

}

.annoucement {

   
    position: relative;
    right: 0;
    top: 0;
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;

}

#myCarousel .col-md-4.pull-right {

    float: none !important;
    margin: 20px auto;

}

.annoucement h2 {

   
    margin: 0;

}
#myCarousel .carousel-caption h1 {

    font-size: 28px;
    width: 100%;
    margin: 0;
	    margin-bottom: 14px;

}

.carousel-caption a {

  
    padding: 0 29px;
  
    margin-top: 0;

}

ul.schoolbx li h2 {

  
    display: none;

}

.onhver {

    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    height: auto;
    display: block;
    margin-top: 0;

}
.onhver h3 {

    padding: 15px 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 26px;

}
a.explored {

    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 24px;
    color: #272829;
    margin-left: 0;
    background: #fff;

}

ul.schoolbx li {

  /*   width: 33.33%; */
    display: inline-block;
    padding: 25px;
    height: auto;
    position: relative;
    float: left;
	    min-height: 386px;

}
ul.schoolbx li:after { 
    height: 100%;

}

.hzlibary .hzuovrlp a.explored {

   
    background: transparent;

}

section.hzucampus .col-md-6.col-sm-6 {

    width: 100%;

}

.hzucampus h2 {

   
    font-size: 25px;
   
    position: relative;
    width: 100%;
    padding-bottom: 14px;
    padding-right: 0;
    padding-top: 16px;
    line-height: 38px;

}
.hruim img.img-responsive {

    max-width: 300px;
    margin: 0 auto;

}
.hzlibary .hzuovrlp {

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 63, 53, 0.65);
    max-width: 300px;
    right: 0;
    text-align: center;
    margin: 0 auto;

}

.hzutransportation {

    background: #eaeaea;
    height: 155px;
    padding: 20px;
    position: relative;
    margin-bottom: 3px;
    max-width: 300px;
    margin: 20px auto;

}

.hzucanteen {

    position: relative;
    height: auto;
    margin-bottom: 3px;
    margin: 0 auto;
    max-width: 300px;

}

.hzucanteen .hzuovrlp a.explored {

  
    background: transparent;

}

.hzumedical {

    background: #477cb7;
    padding: 42px 0 51px 25px;
    max-width: 300px;
    margin: 20px auto;

}


section.hzucampus .col-md-3.col-sm-6{width:100%;}

.hzusplfac {
    position: relative;
 
    max-width: 300px;
    margin: 0 auto 20px;
}

.hzusplfac .hzuovrlp h3 {
    font-size: 18px;
  
    padding-top: 0px;
}

.hzuhostal {
    padding: 42px 0 47px 25px;
    max-width: 300px;
    margin: 0 auto 20px;
}

.admissionw h2 {
   
    font-size: 30px;
   
    padding: 0 0 20px 0;
}

.admissionw h4 {
   
    font-size: 22px;
   
}
.admissionw {
    background: #215fa5;
    float: left;
    padding: 20px;
    width: 100%;
    height: auto;
}
.enqurdwn ul li {
    padding-left: 97px;
    font-size: 14px;
    height: 83px;
}
.enqurdwn ul li {
   
    line-height: 83px;
}

.enqurdwn ul li a span {
   
    width: 76px;
    
}

.hzucnt h2 {
  
    font-size: 26px;
}

.hzucnt p {
    font-size: 16px;
 
    color: #4f4f4f;
}
.boardmang img {
    margin: 0 auto;
}
.boardmang {
    margin-bottom: 26px;
}
section.col-univesr .reportbs {
    margin-bottom: 10px;
}
.facboxin {
    max-width: 400px;
    margin: 0 auto;
}
.facbox {
    max-width: 400px;
    margin: 0 auto;
}
.col-facleties {
    margin-top: 103px;
    margin-bottom: 44px;
}

.banner .carousel-indicators {
    display: none;
}
.onhver {
    display: block;
    opacity: 1;
}
.hzuwhy h2 {
    border: none;
    margin-bottom: 15px;
}
.hzuwhy {
    position: relative;
    padding: 46px 0 23px;
}
 
ul.cllient-logo li { 
    width: 20%;
}
 .annoucement { 
	    max-width: 100%;
}

.tollfree {
    width: 100%;
    float: none;
    text-align: right;
    margin-bottom: 13px;
}
.tophead {
    margin-top: 7px;
}
span.tollfree-no {
    max-width: 222px;
    float: none;
    text-align: center;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
}
span.tollfree-admission {
    font-size: 13px;
}
.social-med {
    margin-right: 0;
}
span.tollfree-admission {
    padding: 0 11px;
}
.social-med a {
    padding: 0;
}
.header-right {
    float: right;
    margin-top: -21px;
}
.hzuupp.hzuupp-nw {
    max-width: 500px;
    margin: 0 auto 20px;
}
.hzualumi, .huzlatest {
    max-width: 500px;
    margin: 0 auto 20px;
    float: none;
}
.header.darkHeader {
    height: auto;
}
.regular2 .slick-slide {
    padding-top: 20px;
}
}

@media(max-width:850px)
{
	.row-flex-top{
		display:block;
	}
}

@media (max-width:767px)
{.modal-dialog.modal-lg {
    width: 100%!important;
}
.Himawaed h1.slidsec span {
    font-size: 18px!important;
    text-align: center!important;
}
section.Himawaed .carousel-inner .item img.mobile {
    display: block;
    width: auto;
    object-fit: unset;
    margin: 0 auto;
}
.Himawaed h2 {
    font-size: 18px!important;
    text-align: center!important;
}
section.Himawaed .carousel-inner .item .title {
    padding-top: 0;
}
section.Himawaed .carousel-indicators {
bottom: -20px;}
.Himawaed h2 span {
    font-size: 18px!important;
	text-align:center!important;
}
section.Himawaed .carousel-inner .item img.desk{display:none;}
.faculty-banner img {
    width: auto;
}
.faculty-banner {
background: #092a45;}
.faculty-banner h3 {
    font-size: 20px;
    padding-top: 3px;
    text-align: center;
}
.facultyWrapperItem .faculty-banner p {
    font-size: 16px;
    text-align: center;
}
.facultyContentWrapper h2.titleWrap {
    
    font-size: 18px;
    margin: 15px 0;
    padding: 9px;
}
.ten {
    margin: 30px 0;
}
.modal-dialog.modal-sm {
    width: auto;}
	div#myModal22{padding-right: 0!important;}
div#myModal22 img {
    height: auto!important;
}
span.tollfree-no.new {
    display: inline-block;
    max-width: inherit;
    width: 100%;
    margin-bottom: 15px;
}
section.col-management .boardmang h5{min-height: inherit;}
.boardmang {
    float: none;
    margin: 0 auto;
}
.boardmang.px {
    float: none;
}
.modal-body {
    height: auto!important;
}
	.close-toggke.active {
    right: 133px;}

h1 {
  font-size: 24px;
  font-weight:600;
}

h2 {
  font-size: 22px;
  font-weight:600;
}

h3 {
  font-size: 20px;
  font-weight:600;
}

h4 {
  font-size: 18px;
   font-weight:600;
}
h5{
	font-size:16px;
	 font-weight:600;
	 line-height: 24px;
}
h6{
	font-size:14px;
	 font-weight:600;
} 

header.header {
    position: relative;
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.carousel-inner .item img {
    height: auto;
}
.carousel-caption {
    position: relative;
    top: 0;
    padding: 25px 0 43px;
}
.carousel-caption h3 {
        font-size: 20px;
    color: #2b2b2b;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 34px;
}
.carousel-caption p {
    color: #c9ab51;
    font-size: 14px;
    font-weight: 300;
line-height: 24px;}

.signatureProjects ul li {
    width: 100%;
    max-width: 320px;
    display: block;
    float: none;
    margin: 0 auto 10px;
}
.signatureProjects .pictureDisc { 
    padding-top: 80px;opacity: 1;
	
}
.signatureProjects .picture {
    display: none;
}
.Featured.Properties-item {
    max-width: 320px;
    margin: 0 auto 30px;
}
.home-Journey .Journey-Journey-content {
   
   
	    margin-top: 0;
    margin-bottom: 30px;    text-align: center;
}
.display-block {
    display: inline;
}
.home-Journey {
    padding: 40px 0 60px;
}
.Journey-Journey-content p {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    margin: 0;
}
.home-Journey-form {
    max-width: 400px;
    margin: 0 auto;
}
section.Featured-Properties.background-grey.Featured-Properties-news {
    padding: 57px 0 30px;
}
.Companies-list {
    
}
.Companies-inner {
    border: none;
}
section.home-Companies h3 { 

font-size: 24px;}

.footer-item.footer-content {
    margin-bottom: 43px;
}
#search input[type="search"] {
    font-size: 24px;
}
span.menu-name {
    display: none;
}
.header-menu-desk ul li:first-child a
{
	    padding-left: 0;
    padding-right: 0;
}
.Amenities-content {
    padding: 29px 0 25px;
}
.Amenities-content h3 {
    font-size: 24px; 
    line-height: 26px;
    margin-top: 10px;
}
.home-Journey-wrapper h3 {
    margin: 0;
    font-size: 24px;
    color: #3a3030;
    font-weight: 300;
    line-height: 35px;
}
.home-Journey-wrapper {
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 24px;
}
.home-Journey-section p { 
    margin-bottom: 7px;
}
.home-Journey-section a { 
    float: left;
    margin-top: 16px;
}

.Featured-new-update a { 
    margin-top: 0; 
}
.Featured-new-update {
    background: #d9e0e2;
    padding: 19px 25px 25px;
}
.Featured-new-update p { 
    font-size: 16px;
    line-height: 27px;
}
.news-update-view a { 
    margin-top: 0;
}
section.testimonial-home blockquote p {
    font-size: 15px; 
    line-height: 29px; 
    margin: 0 auto;
    max-width: 85%;
}
.testo-name h3 {
font-size: 18px;}
section.testimonial-home {
    padding: 50px 0 17px;
}

.testimonial-home img.testi-quote { 
    margin: 12px 0;
}
.footer-item ul.bullet-points-none li:nth-child(even) {
    padding-left: 0;
}
.footer-item ul.bullet-points-none li {
width: 100%;}
.footer-item p { 
font-size: 14px;}
ul.bullet-points-none li a { 
font-size: 14px;}

.footer-bottom p {
    font-size: 13px;
}

.carousel-caption h3 span {
    display: inline;
}

section.Featured-Properties {
    padding: 50px 0 26px;
}
ul.nav.nav-tabs { 
    margin-bottom: 38px;
}
#menu-toggle {
    display: block;
margin-top: 6px;}

.header-menu-desk ul li a {
    font-size: 13px; 
    padding-left: 14px;
    padding-right: 0;
}
.header-logo {
    padding: 0;
    left: 0;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
}

header.header .col-md-2.col-xs-6.col-sm-5 {
    width: 100%;
    float: left;
    text-align: center;
}
header.header .col-md-10.col-xs-6.col-sm-7 {
    width: 100%;
}

.header-logo img.img-responsive {
    width: 255px;
    display: block;
    margin: 20px auto 0;
}
.tophead {
    margin-top: 17px;
    float: none;
    text-align: center;
}

.menu-toggle1 {

   
    top: 0;

}
#menu-toggle {

    display: block;
    margin-top: 0;
    top: 0;

}
#myCarousel {

    margin-top: 0px;

}
.banner .carousel-indicators {

    bottom: 20px;
    left: 15px;
    margin: 0;
    width: 84px;
    top: 5%;

}

.carousel-caption p {

    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;

}

.enqurdwn ul li {

       line-height: 80px;
    float: left;
    width: 100%;
    padding-left: 83px;
    font-size: 13px;

}

/* section.ourprogram {

  
padding: 25px 0;} */

ul.schoolbx {

    margin-top: 20px;

}
ul.schoolbx li {

 /*    width: 50%; */
   
}
section.col-univesr .reportbs {
    max-width: 300px;
    margin: 0 auto 10px;
}

section.col-iiner-box h2 {
    font-size: 24px;
    padding-bottom: 12px;
}

section.col-vission-mission .vsnmn { 
    padding: 1px 25px 23px;
}

section.col-management {
    margin: 25px 0;
}
section.col-univesr {
    margin: 0 0 40px 0;
}

.header-right { 
    margin-top: -25px;
	    width: 100%;    text-align: left;
}

.header-menu-desk ul {
    top: 60px;
}
.header-menu {
    float: right;
}
.col-facleties {
    margin-top: 23px;
    margin-bottom: 44px;
}

.Explore-nw h3 {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}
.inner-auth-image-right, .inner-auth-image{
	float:none; 
	margin: 0 auto 20px;
}

ul#sidebar-wrapper {
    width: 280px;
}
ul#sidebar-wrapper li p.carettp{
	 display: block;
    color: #000;
    top: 7px;

}
ul.dropdown-newx {
    position: relative;
    opacity: 1;
    left: 0;
}
ul#sidebar-wrapper li:last-child{
	border:none;
}

ul.cllient-logo li {
    width: 25%;
}
.social-med {
    position: absolute;
    top: -104px;
    z-index: 9999;
    right: 0;
    margin: 0 auto;
    left: 0;
}
 
.header-menu {
    display: none;
}
 
 
header.header {    padding-bottom: 0;
    padding-top: 30px;    padding-left: 0;
    padding-right: 0;
}
.menu-toggle1 {
    top: -15px;
    position: relative;
    z-index: 9999;
}


.header-menu-desk ul li a {
    padding: 0;
}
.annoucement {
    display: none;
}
.hzuwhychs button.slick-next.slick-arrow {
    top: -23px !important;
    right: 21px !important;
}
.hzuwhychs button.slick-prev.slick-arrow {
    bottom: auto !important;
    top: -23px !important;
    right: 63px !important;
    left: auto !important;
}
section.hzuwhychs {
    padding-top: 23px;
}


section.copyright p {
    padding: 0 15px;
}

}

@media(max-width:520px)
{
	.carousel-caption { 
		padding: 25px 0 24px;
	}
	section.innerban .col-head h1 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
	.Himawaed h1.slidsec span {
    font-size: 24px;
    color: #ffac30;
    text-transform: uppercase;
    display: block;
    margin: 11px 0;
}
.Himawaed h1.slidsec {
    font-size: 20px;
    padding-top: 8px;
}
	.Featured.Properties-content h4 {
    font-size: 20px;
    color: #3a3030;
    margin-top: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 0;
}
.Featured.Properties-content {
    padding-top: 20px; 
    padding: 20px 15px 0;
    padding-bottom: 23px;
}
	ul.Featured.Properties-list { 
    padding-bottom: 5px;
}
.col-flex {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-reverse-mobile{
	 flex-wrap:wrap-reverse;
}
.Amenities-list-hover {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 12px 15px;
}

section.Featured-Properties.news-update h3 {
    margin-bottom: 30px;
}
button.slick-arrow {
    display: none !important;
}
.Amenities-list-hover2:before{
	display:none;
}
.Featured.Properties-content.Featured.Properties-content-blog { 
    padding: 13px 0;
}
.Featured-Properties-news .Featured.Properties-content.Featured.Properties-content-blog a { 
    margin-top: 0;
}
	
	.home-Journey-wrapper h3 span {
    display: inline; 
}
section.Featured-Properties.Featured-Properties-news {
    padding: 40px 0 0;    text-align: center;
}
	ul.schoolbx li {

    width: 100%;
   
}
.social-med {
    display: block;
    margin-top: 0;
}
.tophead .tollfree {
    padding: 0;    margin-bottom: 0;
}
.header-right {
    margin-top: -27px;
}
	
#myCarousel .carousel-caption h1 {
    font-size: 24px;
}
.carousel-caption a {
    padding: 0 25px;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.admissionw h2 {
    font-size: 24px;
    padding: 0 0 12px 0;
}
.admissionw h4 {
    font-size: 18px;
    line-height: 29px;
}
.hzucnt { 
    padding: 25px 27px;
}
.hzucnt h2 {
    font-size: 24px;
}
.hzucnt p {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 24px;
}
.ourprogramcnt h2 {
    font-size: 24px; 
    margin-top: 0;
}
.ourprogramcnt p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.onhver>span>img.img-responsive {
    margin: 0 auto;
}
.hzucampus p {
    width: 100%;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 15px;
}
.Himawaed h2 span {
    font-size: 24px;
    color: #ffac30;
    text-transform: uppercase;
    display: block;
    margin: 11px 0;
}
.Himawaed h2 {
    font-size: 20px;
    padding-top: 8px;
}
.hzuwhy h2 {
    font-size: 24px;

}
.hzuwhy p {
    font-size: 15px;
    color: #828282;
    line-height: 25px;
}
section.hzuadmis h2 {
    font-size: 24px;
    margin-top: 23px;
}
section.hzuadmis h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}
ul.schoolbx li {
    width: 100%;
    text-align: center;
}
section.col-management .boardmang h3 {
    text-align: center;
    font-size: 20px;
}
section.col-management .boardmang h4 {
    font-size: 15px;
	
}
section.col-management .boardmang h5 {
    font-size: 15px;
}
section.innerban .col-head {
    position: absolute;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    top: 34px;
}
ul.dropdown-newx {
    position: relative;
    display: block;
    right: 0;
}
ul#sidebar-wrapper li ul.dropdown-newx li:last-child {
    border: none;
}

ul#sidebar-wrapper li ul.dropdown-newx li {
    /* border: none; */
}
ul#sidebar-wrapper li ul.dropdown-newx a {
    font-size: 13px;
    padding: 2px 5px;
    display: block;
    border: none;
}
.regular2 .slick-slide {
    padding-top: 7px;
}
.header-menu-desk ul {
    top: 63px;
}

section.col-iiner-box.Bodies-space {
    padding-bottom: 0;
}

section.col-objects .objht { 
    padding: 11px 20px 35px;
}
section.col-objects .objht p {
    font-size: 16px;
    color: #fff;
    line-height: 26px !important;
}
section.col-facleties.col-prgm.col-prgm-new {
    margin-top: 34px;
}


span.tollfree-no {
    display: block;
    float: right;
    height: 40px;
    width: 251px;
    min-height: 40px;
    background: transparent;
    color: #215fa5;
    font-size: 16px;
    font-weight: 600;
}
span.tollfree-no a {
    color: #000;
}
span.tollfree-no {
    display: block;
    float: right;
    height: auto;
    width: 251px;
    min-height: inherit;
    background: transparent;
    color: #215fa5;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 24px;text-align: right;
}
span.tollfree-admission {
    margin-top: 0;
    display: block;
    float: right;
    height: auto;
    width: 300px;
    min-height: inherit;
    background: transparent;
    color: #215fa5;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 24px;text-align: right;
}
.menu-toggle1 {
    top: -11px !important;
    right: 0; 
}
header.header {
    padding-bottom: 10px;
}
	span.tollfree-admission a.tolfr-link {
    color: #000;
    animation: none;
}
.hzuwhychs button.slick-prev.slick-arrow, .hzuwhychs button.slick-next.slick-arrow
{
	display:block !important;
}


}

@media(max-width:480px)
{
	ul.cllient-logo li {
    width: 33.33%;
}
div#myModal22 img {
    height: 275px!important;
}
	span.tollfree-no.new {
    float: none;
}
span.tollfree-no.new img.img-responsive.radio {
    width: 35%;
}
.header-menu-desk ul {
    top: 112px;
}
span.tollfree-no.new {
    display: block;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width:400px)
{
	ul.cllient-logo li {
    width: 50%;
}
}

@media(max-width:360px)
{
	span.tollfree-admission {
    font-size: 14px;
}
span.tollfree-no {
    font-size: 14px;
}
}