@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

/*html {
  scroll-behavior: smooth;
}*/
.module {
  scroll-behavior: [ auto | smooth ];
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(253,184,19,1);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
h1{
	font-family: 'Poppins', sans-serif;
}
h2{
	font-family: 'Poppins', sans-serif;
}
h3{
	font-family: 'Poppins', sans-serif;
}
p{
	font-family: 'Poppins', sans-serif;
	color:#333;
}
a{
	font-family: 'Poppins', sans-serif;
	color:#333;
}

.top_bar {
    background-color: transparent;
    padding-top: 0px;
    border-bottom: 1px #ebebeb solid;
    margin-bottom: 3px;
    padding-bottom: 10px;
}
.top_bar p{
	color:#CCC;
}
.top-right-links{
	margin-top:13px;
}
.top-right-links a{
	display:block;
	float:right;
	margin-left:20px;	
}
.call-top {
    color: #4c4c4c;
    font-weight: normal;
    font-size: 13px;
}
.logo-out{
	padding-top: 10px;
    padding-bottom: 10px;
}

#logo img{
	width: 100%;
}
.top-button {
    float: right;
    margin-left: 20px;
    margin-top: 25px;
    padding: 8px 15px;
    color: #4d4d4d;
    font-weight: 500;
	font-size: 14px;
}
.top-button img{
    margin-right: 10px;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a:after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 16px;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.dropdown-multy {
    left: 100% !important;
    top: 0px !important;
	max-height:400px;
	overflow-y: scroll;
	-ms-overflow-style: none;
  scrollbar-width: none;
  }



.sub-menu .sub-menu {
    left: 100% !important;
    top: 0px !important;
	max-height:400px;
	overflow-y: scroll;
	-ms-overflow-style: none; 
  scrollbar-width: none; 
  }
.sub-menu .sub-menu::-webkit-scrollbar {
    display: none;
}

  
.dropdown-multy {
    background-color: #FFF !important;
}
.dropdown-multy.show .dropdown-submenu a::after {
    transform: rotate(-0deg);
}
  

.dropdown-submenu .dropdown-multy a::after {
    display:none;
  }
  
  
.navbar-toggler {
    padding: 4px 10px;
}
.navbar_fixed .logo-scroll {
    display: inline-block;
    width: 150px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.header_area .navbar-brand {
    margin-right: 30px;
    padding: 0;
}

.dropdown-multy-01{
    left: 100% !important;
    top: 0px !important;
	background-color: #FFF !important;
  }
.dropdown-three{position:relative;}
.dropdown-three::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	position:absolute;
	top: 19px;
    right: 6px;
}
.dropdown-three::after {
    transform: rotate(-90deg);
}

  

.dropdown-multy .dropdown-multy-01 a::after {
    display:none;
  }











.main_menu{
	background-color:#FFF;
}
.top-call{
	text-align:right;
	padding-top:10px;
}
.top-call .fa{
	font-size:12px;
	padding-right:10px;
	color:#01aded;
}
.top-mail{
	text-align:left;
	padding-top:10px;
}
.top-mail .fa{
	font-size:12px;
	padding-right:10px;
	color:#01aded;
}

.call-top img{
	padding-right:10px;
}


.logo-scroll{
	display:none;
}
.navbar_fixed .logo-scroll{
	display: inherit;
    width: 150px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.logo-center img{
	margin-top: 20px;
}
.head_in{
	padding:0;
	float:left;
	width:100%;	
}
.head_in p{
	float:right;
	margin:0;
	color:#4d4d4d;	
}
.head_in p a {
    color: #4d4d4d;
    padding: 22px 20px;
    border-left: 1px #cccccc solid;
    /* margin-top: 20px; */
    display: block;
    float: right;
}
.head_in p .fa{
	margin-right:12px;
	font-size:18px;	
}
.cart-in {
    float: right;
    position: relative;
    margin-bottom: 0;
	border: 1px darkgrey solid;
    border-radius: 5px;
	padding-left: 8px;
    padding-right: 30px;
}
.cart-botton {
    border-radius: 90px;
    width: 16px;
    height: 16px;
    background: #fe3057;
    color: #FFF;
    border: 0;
    font-size: 9px;
    position: absolute;
    left: 30px;
    top: 3px;
}
.my-account {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #2a2a2a;
    border: 1px darkgrey solid;
    border-radius: 5px;
    padding: 7px 15px;
    margin-right: 10px;
	position: relative;
	transition: all .3s ease-out;
}
.my-account:hover {
    color: #FFF;
	background-color:#fe3057;
}
.navbar_fixed .nav-right-scroll{
	display:none;
}
.fa-caret-down{
	font-size:10px;
	margin-left:4px;
}



.banner-area{
	background-position:top center !important;
	background-size:cover !important;
	position:relative;
    padding-bottom:0;
	background-image:url(../images/banner-bg.jpg);
}

.fill {
    width: 100%;
    height: 500px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.txt_sldr {
    position: absolute;
    height: 40%;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0px;
    margin: auto;
    display: none;
    text-align: center;
	text-shadow: 2px 2px #000;
}
.txt_sldr h4{
	font-weight:bold;
	color: #ffffff;
	padding:10px 0;
	font-size:40px;
	display:inline-block;
	margin:0px;
	font-family: 'Poppins', sans-serif;
}

.txt_sldr p {
    color: #ffffff;
    display: inline-block;
    padding: 0;
    font-size: 17px;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
}

li.active-slide .txt_sldr{
	display:block;	
}


.news-main {
    width: 100%;
}

.news-main h4 {
    color: #606060;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 11px 0;
    margin-bottom: 0;
    text-align: center;
    background-color: #f2f2f2;
    position: relative;
}

.news-main .marquee {float:left; width:auto;}  

.news-main p {
  float:left;
  width:auto;
  padding:10px 0 0;
  color: #dfdfdf;
    font-weight: bold;
    margin: 0;
    font-size: 13px;
}
.news-main p a {
    color: #434343;
    font-weight: normal;
}
.news-main p .fas {
    margin-right: 7px;
    margin-left: 20px;
    font-size: 10px;
}

.social {float:right; text-align:right; margin-top:27px;}

.social i {color:#fff; background: #2daebf; width:30px; height:30px; border-radius:50%; margin-left:10px; text-align:center; line-height:30px;}

.social li {float:left;}

.social i:hover { background:#8e2825}





.modal-2{
	position: absolute;
	width: 300px;
	overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.modal-open .modal-2 {
    left: auto !important;
    height: 340px;
    bottom: 0px;
    top: auto;
}
.modal{
	left: 0 !important;
}

.announcement{
	position:absolute ;
	right: 0;
	width: 50px;
	top: 50%;
	z-index: 99;
	background-color: #fdb813;
}

.announcement .btn-info {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.announcement p {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.announcement-modal{
	width: 300px;
    top: 0 !important;
    margin-right: -1px !important;
}
.announcement-modal .modal-title {
    text-transform: capitalize;
    font-size: 18px;
    padding-top: 13px;
	color: white;
}
.announcement-modal .modal-header .close {
    margin: 0 !important;
}
.close {
    width: 34px;
    height: 34px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    /* background: transparent; */
    border: solid 4px #808080;
}

.close:after, .close:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after, .close:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.announcement-modal .modal-header{
	padding-top: 0;
	background-color: #accb40;
}
.announcement-modal .modal-content {
    padding-top: 0;
}

.annoce-close:after, .annoce-close:before {
    content: "";
    position: absolute;
    top: 20px !important;
    background: #ffffff !important;

}

.announcement-content {
    font-size: 12px;
	color: #4B4B4B !important;
	margin-bottom: 15px;
	display: inline-block;
}
.announcement-content strong {
    font-size: 13px;
	color: #161616 !important;
}

.modal-announce-bg.modal-open {
    overflow: overlay;
	overflow-x: hidden;
}
.bx-wrapper .bx-viewport{
	border:0px;
	box-shadow:none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9;
}
.banner-area .bx-wrapper .bx-prev {
  left: calc(96% - 13px) !important;
  top: calc(44% + 2em) !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.banner-area .bx-wrapper .bx-next {
  right: calc(4% - 20px) !important;
  top: calc(58% + 2em) !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banner-area .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 104px;
    width: 20px;
    right: 41px;
    top: 51%;
}
.slide_out{
	position:relative;
}
.shopnow-botton{
	padding: 10px 28px;
	background:#fe3057;
	display:inline-block;
	color:#FFF;
	border-radius:5px;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
-moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


ul{
	padding:0px;
	list-style:none;
}
a:hover{
	text-decoration:none;
}


.dropbtn {
    background: transparent;
    color: #287dc0;
	
    padding: 6px 11px;
    font-size: 13px;
	text-transform:uppercase;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropbtn img {
    width:17px;
	margin-top: -3px;
}

.dropbtn:hover, .dropbtn:focus {

	  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-location {
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropdown-location .active{
	color:#F00;
}
.location-color{
	color: #00a9ff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #007cc3;
  border-radius: 0;
  min-width: max-content;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-content a {
    font-size: 14px;
    color: black;
    color: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px #2a98ef solid;
  text-decoration: none;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight:500;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-location a:hover {background-color: #ddd;color:#333}

.show {
	display: block;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

/*__________________*/

.patron-out{
	padding-top:60px;
	padding-bottom:0px;
	background: url(../images/patron-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	
}
.patron-right {
    position: relative;
    padding-top: 82px;
    padding-left: 25px;
    padding-right: 66px;
	margin-top: 130px;
}
.patron-right h2{
    font-size: 35px;
    font-weight: bold;
    color: white;
}
.patron-right h3{
    font-size: 23px;
    font-weight: bold;
    color: white;
}
.patron-right p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-style: italic;
    line-height: 29px;
}
.patron-right:after{
	position:absolute;
	content: '';
	left: -50px;
	right: 0;
	top: 0;
	bottom: 0;
	height: 520px;
	background: url(../images/patron-shape.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

/*__________________*/

.news-and-event-out{
	padding-top:70px;
	padding-bottom:70px;
	position: relative;
	background: url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.news-and-event-in{
	
}
.news-out .bx-wrapper{
	margin: 0!important;
}

.news-out .bx-wrapper .bx-pager {
    text-align: left;
}

.news-and-event-in h2{
	color: #007cc2;
    font-size: 24px;
	font-weight:bold;
	margin-bottom:25px;
}
.news-and-event li p strong {
    color: #007cc3;
    margin-top: 12px;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}
.news-and-event li p{
	margin-top:10px;
}
.news-and-event li p span {
    background-color: #dddddd;
    color: #565656;
    padding: 7px 20px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 30px;
}
.news-and-event-out .bx-wrapper .bx-pager.bx-default-pager a {
    background: #dbdbdb;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.news-and-event-in .bx-wrapper img{
    margin:0 !important;
}


.news-view-all {
    display: inline-block;
    background: #2daebf;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 33px;
    margin-top: 30px;
    font-weight: bold;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.news-view-all:hover {
    background: #007cc3;
    color: #FFFFFF;
}
.news-out {
	border-right: 0;
}
.tz-gallery ul li .news-view-all-out a{
	height:auto!important;
}
.news-and-event-out .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px;
}


.rankholders-out{
	text-align: center;
	position: relative;
	background-color: #2daebf;
}
.rankholders-out .bx-wrapper img {
    margin: auto!important;
    width: 140px;
    height: 140px;
    border-radius: 100px;
    margin-bottom: 30px;
    border: 7px solid white;
}
.rankholders-out li p {
    margin-top: 30px;
	color: #FFFFFF;
}

.rankholders-out li p span {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
	margin-bottom: 20px;
}

.rank-img{
	margin-top: 20px;
}


.rank-view-all-out{
    position: absolute;
    bottom: 50px;
	left: auto;
    right: auto;
	left: 0;
    right: 0;
}

.rankholders-out h2{
	margin-top: 50px;
	color: #ffffff;
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.rankholders-out .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 30%;
    margin-top: -16px;
    outline: 0;
    width: 37px;
    height: 37px;
    text-indent: -9999px;
    z-index: 9999;
    background-color: white;
    border-radius: 50px;
}
.rankholders-out .bx-wrapper .bx-prev {
    left: 9px;
}

.rank-view-all {
    display: inline-block;
    background: #ffffff;
    color: #2daebf;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 33px;
    margin-top: 50px;
    font-weight: bold;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.rank-view-all:hover {
    background: #007cc3;
    color: #FFFFFF;
}
















.about-us-out {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f6f6f6;
    position: relative;
	
}

.about-us-out h1 {
    font-weight: bolder;
    padding-bottom: 15px;
    position: relative;
    color: #353535;
    font-size: 30px;
}
.about-us-out p{
	color: #7A7A7A;
	font-size:15px;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
}
.abt-right{
	margin-top: 10px;
}
.read-more{
	display:inline-block;
	background: #126ebb;
	font-weight:bold;
	color:#FFF;
	padding:10px 20px;
	margin-top:10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.read-more:hover{
	background: #39a5ff;
    color: #fff;
}





















/*__________________*/
.academic-out{
	padding-top:160px;
	padding-bottom:280px;
	background-image:url(../images/academic-bg.jpg);
	position:relative;
	text-align:center;
	background-size: cover;
    background-position: center;
	background-attachment: fixed;
}
.academic-out:before{
	content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(35,49,60,0.4);
    z-index: 0;
}

.academic-box-01{
	position: relative;
	width:24%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px;
	background-repeat:no-repeat;
	background-position:center !important;
	background-size:cover !important;
	text-align:center;
	padding-top: 70px;
    padding-bottom: 40px;
	-webkit-transform: perspective(1px) translateZ(1);
    transform: perspective(1px) translateZ(1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.academic-box-01 a {
    display: block;
    width: 100%;
    height: 100%;
	position: absolute;
}
.academic-box-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}


.academic-box-01 h3{
	font-weight: bold;
    font-size: 22px;
    color: #2d2d2d!important;
    margin-top: 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-transform: uppercase;
}

.academic-box-01:hover, .academic-box-01:focus, .academic-box-01:active {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
	filter: hue-rotate(-100deg);
    
}

.academic-box-01 img{
	-webkit-transform: scale(1);
	transform: scale(1);
   -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.academic-box-01:hover img {
    -webkit-transform: scale(.8);
	transform: scale(.8);
}
.academic-box-01:hover h3{
	-webkit-transform: scale(.8);
	transform: scale(.8);
	margin-top: -5px;
}


/*__________________*/


.management-out{
	overflow: hidden;
	padding-top:70px;
	padding-bottom:70px;
	background: url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.management-in {
    background-color: #f0f0f0;
    text-align: center;
    padding: 40px 30px;
    margin: 36px;
}
.management-in img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 150px;
    border: 10px white solid;
	margin-bottom: 30px;
}
.management-in h2 {
    font-size: 30px;
}
.management-in h3 {
    margin-top: 20px;
    text-transform: uppercase;
    color: #2daebf;
}
.management-in p {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 24px;
	text-align: justify;
}

/*__________________*/

.contact-sec-out {
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: center;
}
.contact-sec-out h2{
	margin-bottom: 50px;
}
.contact-sec-in {
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 22%);
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
}
.contact-sec-in h3{
	line-height: 25px;
    font-size: 15px;
}
.contact-sec-in h3 span{
	color: #3fb4c3;
	font-size: 20px;
	font-weight: bold;
}
.keep{
	background-color: #2daebf;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 30px;
}
.keep img{
	margin-top: 12px;
}



.contactpage-section-out{
	padding-top:70px;
	padding-bottom:70px;
}
.contactpage-section-out h1{
	text-align:center;
	padding-bottom:15px;
	margin-bottom:50px;
	position:relative;
}
.contactpage-section-out h1:after{
	content:'';
	border-bottom: 3px #2daebf solid;
	left:44%;
	bottom:0;
	right:44%;
	position:absolute;

}
.address-in{
	margin-bottom:50px;
}
.address-in h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:100;
	color:#5f5f5f;
}
.address-in img {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    background: #2daebf;
    padding: 10px;
    border-radius: 15px;
}
.address-in p{
	color:#dadada;
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 60px;
}
.address-in a{
	color:#5f5f5f;
	font-size:15px;
}
.contact-form .form-control{
	border-left:0;
	border-right:0;
	border-top:0;
	border-radius: 0;
}
.contact-form .btn{
	background: transparent;
    border: 2px #2daebf solid;
    border-radius: 0;
    font-size: 15px;
    padding: 8px 20px;
	transition: all .3s ease-out;
}
.contact-form .btn:hover{
	background: #2daebf;
	color:#FFF;
}




/*__________________*/




.gallery-box{
	padding: 70px 0px;
}
.tz-gallery{
	margin-top: 0;
}
.tz-gallery ul li a{
	height:180px !important;
}

.tz-gallery .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    object-fit: cover;
    height: 230px;
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

/*__________________*/


#scroll {
    position:fixed;
    right:10px;
    bottom:75px;
    cursor:pointer;
    width:43px;
    height:43px;
    background-color: #2daebf;
    display:none;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px
}
#scroll img {
    position: absolute;
    top: 9px;
    left: 10px;
}
#scroll:hover {
    background-color: #ff4e7c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/*__________________*/

footer{
	background: #126ebb;
	color:#fff;
	padding-top: 80px;
}
footer p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
	text-align: justify;
}
footer h4 {
   text-transform: uppercase;
}	

.footer-links a{
	color: #FFFFFF;
	line-height: 28px;
	font-size: 14px;
	font-weight: 300;
}

.footer-links a .fas{
	margin-right: 5px;
    font-size: 11px;
}
.ftr-address{
	color: #FFFFFF;
	line-height: 28px;
	    margin-bottom: 0;
}
.ftr-address a{
	color: #FFFFFF;
}
.ftr-address .fas{
	
}

.ftr-btm {
	padding-top: 10px;
    margin-top: 20px;
    border-top: 1px white solid;
}
.ftr-btm p{
	color: #fff;
	padding-top: 20px;
}

#back_top{
	position:fixed;
	right:5%;
	bottom:30px;
	width:40px;
	height:40px;
	background: #fd0404;
	display:none;
	cursor:pointer;
	color:#fff;
	text-align:center;
	line-height:40px;
	opacity:.6
}
#back_top:hover{
	opacity:1;
}


.cpy{
	text-align:left;
	border-top:1px solid #333;
	margin-top:20px;
	padding-top:20px;
	color:#ababab;
}

.social a img{
	width: 16px;
}
.cpy p a{
	text-align:right;
	display:block;
	color:#ababab;
}


/*__________________*/

.mobile-float{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	background-color: #2daebf;
	z-index: 11;
	display: none;
}
.column {
  float: left;
  width: 33.333%;
  text-align:center;
}
.column p {
  margin-bottom: 5px;
  color: white;
  font-size: 13px;
}
.column p a {
  color: white;
}
.column img {
  padding-top:10px;
  padding-bottom:5px;
  width: 17px;
}

/*__________________*/




.inner-section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.inner-section-four .card-body h1{
	font-size: 26px;
    color: #005782;
    font-weight: bold;
}
.inner-section-four h2 {
    color: #087cc2;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}
.inner-section-four .card-body p{
	font-size:14px;
	line-height:22px;
	text-align: justify;
}
.card-right {
    background-color: #F5F5F5;
    color: white;
}
.card-right h3 {
    color: #2daebf;
    margin-bottom: 15px;
}

.offer{
	line-height: 30px;
}
.offer strong{
	color: #6a6a6a;
}
.offer li .fas{
	margin-right: 10px;
	color: #2daebf;
}
.inner-sec-left-img{
	margin-bottom: 20px;
}

.gallery-albm{
	position: relative;
	margin-bottom: 30px;
}
.gallery-albm h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
	transition: all .3s ease-out;
}
.gallery-albm a{
    display: block;
    background-color: red;
    position: relative;
    z-index: 9999999;
	border-radius: 10px;
    overflow: hidden;
	height: 100%;
}
.gallery-albm a img{
	height: 100%;
}
.gallery-albm-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
	transition: all .3s ease-out;
}
.gallery-albm-title:hover {
    background-color: rgba(0, 0, 0, 0.8);

}
.gallery-albm-title:hover h3 {
    color: #2daebf;

}


.gallery-inner{
	padding-top: 50px;
    padding-bottom: 50px;
}
.gallery-inner h2{
	color: #087cc2;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}
.gallery-inner .tz-gallery .lightbox img {
    margin-bottom: 30px;
}





.topics_table {
    width: 100%;
}
.topics_table .hd td {
    background: #2daebf !important;
    color: #FFFFFF;
    font-size: 22px;
    text-transform: uppercase;
    padding: 12px 20px !important;
}
.topics_table tr:nth-child(2n-1) td {
    background: #f3f3f3;
}
.topics_table td {
    background: #ffffff;
    padding: 18px 20px;
    color: #181818;
}
.topics_table td {
    background: #ffffff;
    padding: 18px 20px;
    color: #181818;
}


.rank-holders-in{
	text-align: center;
}
.rank-holders-in p{
	text-align: center!important;
}
.rank-photo-out{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.rank-holders-box {
    background-color: #E9E9E9;
    padding: 25px;
    margin-bottom: 30px;
    min-height: 360px;
    padding-bottom: 10px;
}

.rank-holders-box p{
	text-align: center!important;
	margin-top: 20px;
}



.programs li{
	width: 25%;
    text-align: center;
    display: inline-block;
    float: left;
}

.programs li a {
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 22%);
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    display: block;
    height: 130px;
    padding-top: 40px;
    margin-bottom: 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}

.programs li a:hover{
	background-color: #2daebf;
    color: white;
}
.left-align{
	text-align: left;
}

.right-align{
	text-align: right;
}
.right-align a{
	color: #abd500;
}


@media only screen and (max-width: 991px){

	
	
	
	
.banner-area .col-sm-7 {
    flex:100%;
    max-width: 100% !important;
}
.call-blue-in h1 {
    line-height: 50px;
}
.brd-lft{
	border-left:0;
}
.our-project-section-out{
	overflow:hidden;
}
.plumbing-service-section-in:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.our-project-section-out .bx-wrapper .bx-prev {
    left: 0;
	display:none;
}

.our-project-section-out .bx-wrapper .bx-next {
    right: 0;
	display:none;
}

.plumbing-service-section-in:last-child{
	border-bottom:1px solid #efefef !important;
}
.call-quote li {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
    width: 45%;
}
.call-quote {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 15px;
}
.header_area .get-a-quote-header {
    position: absolute;
    top: 0px;
    right: 70px;
    background: transparent;
    border: 2px #101010 solid;
    color: black;
}
.social-mob{
	display:inherit;
	right: 110px;
}
.navbar-collapse.show {
    z-index: 0 !important;
}
.howcan-area-out .column img {
    width: 40px;
}

.ekko-lightbox .modal-body {
    padding: 10px;
    padding-bottom: 25px;
}
.news-main {
    margin-top: 5px;
}
}
@media only screen and (max-width: 1024px){
	
.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
  color: #007cc3;
  opacity: 1;
}	
	
.news-out {
    border-right: 0;
    margin-bottom: 50px;
}	
.rank-view-all-out {
    position: relative;
}	
	
.right-align {
    text-align: left;
}	
	
	
	
	
	
	
	
	
	
.testy-view-all-out {
    bottom: -80px;
}	
.testimonials-out {
    text-align: center;
    position: relative;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #d7d7d7;
}	
	
.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 50%);
    border-color: rgb(255 255 255 / 10%);
    background-color: #007cc3;
    border-radius: 5px;
}
.navbar-toggler span {
    background: #ffffff;
	}
.logo-out{
	display: none;
}	
.logo-scroll {
    display: block;
}	
	
.social {
    margin-top: 17px;
}	
.main_menu {
    border-bottom: 1px #e3e3e3 solid;
}	
	
.top-button-out {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}	
.top-button {
    border: 0;	
}
.top-button {
    margin-left: 0px;
    margin-top: 10px;
    padding: 9px 7px;
    font-size: 9px;
}
.top-button img {
    margin-right: 5px;
}
.navbar-toggler {
    margin-top: 0px;
    margin-bottom: 0px;
}	
.call-top span{
    display: none;
}
.top-button span{
    display: none;
}	
.achievements-in {
    margin-top: 0;
}
.placement-in {
    margin-top: 0;
}
.placement-in div {
    height: auto;
}
	

.txt_sldr img{
	width:70%;
	margin-top:30px;
}	
.fill {
    background-color: transparent !important;
    height: 250px !important;
}	


.banner-area .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 56%;
}
.txt_sldr {

    padding: 50px;
}
.view-all {
    margin-top: 0px;
}
	
.top_bar {
    display: none;
}
.news-main h4 {
    padding: 11px 0 !important;
}
.news-main h4 {
    font-size: 10px !important;
}
.banner-area {
    position: relative;
    margin-top: 0px;
}

.ftr-address .fas {
    margin-left: 0;
}
.fill {
    width: 100%;
    height: 203px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.txt_sldr h4 {
    font-weight: bold;
    color: #FFF;
    padding: 10px 0;
    font-size: 19px;
	padding: 0;
}
.txt_sldr p {
    color: #FFF;
    display: inline-block;
    padding: 0;
    margin-top: 0px;
}
.header_area.navbar_fixed .navbar-toggler  {
    top: 162px;
	z-index: 999;
}
.header_area.navbar_fixed .main_menu {
    top: -70px;
    height: 64px;
}
.header_area .navbar-brand img {
   width: 100%;
}
.header_area .navbar-brand {
    margin-right: 0;
    padding: 0;
}	



.offset-1 {
    margin-left:0;
}
.offset-2 {
    margin-left:0;
}
.offset-3 {
    margin-left:0;
}
.offset-4 {
    margin-left:0;
}


li.active-slide .txt_sldr {
    text-align: center;
}
.txt_sldr h4 {
    line-height: 26px;
}
.for-mob{
	display:inherit;
}
.for-desktop{
	display:none;
}	

.mobile-float{
	display: inherit;
}

.mobile-float .column img {
    padding-top: 10px;
    padding-bottom: 5px;
    width: 20px;
}
main_menu .navbar{
	padding:0;
}
.navbar-default {
    background: #ffffff;
    border-bottom:1px solid #CCC;
}
.navbar-default .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

}
.navbar-brand {
    padding: 4px 7px;

}
.navbar-brand>img {

    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
}
.navbar_fixed .logo_h img {
}

.mobile_icon_nav a span img{
	border: 0 !important;
    width: 40px;
    margin-top: 6px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #666;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #333;
    background-color: #FFF;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 24px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
}



.dropbtn {
    background: transparent;
    color: #287dc0;
}

.news-and-event-out {
    padding-top: 15px;
    padding-bottom: 0;
	background: white;
}
.news-and-event-in {
    padding: 15px;
	padding-bottom: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.hundred-years {
    padding-left: 15px;
    margin-top: 50px;
}

.news-and-event-in .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -40px;
}

.slideLeft {
    opacity: 1;
    transform: translateX(0) !important;;
}

.patron-right:after {
    display: none;
}
.patron-right {
    margin-top: 0px;
    text-align: center;
	position: relative;
    padding-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
	
}
.management-in {
    background-color: #f0f0f0;
    text-align: center;
    padding: 45px 20px;
    margin: 0;
    margin-bottom: 30px;
}	
.management-out {
    padding-top: 0; 
    padding-bottom: 0;
    background:#FFFFFF;
   
}
.academic-box-01 {
    width: 80%;
    margin-bottom: 10px;
    height: 290px;
}
.contact-sec-out .col{
	flex-basis: 100%;
	margin-bottom: 30px;
}	
.abt-right {
    margin-top: 30px;
}	
	
.ftr-btm {
    padding-bottom: 70px;
}	


.footer_out {
    padding-top: 50px;
    padding-bottom: 0;
}
footer {
    padding-top: 20px;
}	
footer h4 {
    margin-top: 30px!important;
}	
.footer_out img{
    margin-bottom:30px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}



.head_in p span {
    display:none;
}

.abt_mob{
	display:block;
}

.abt_pc{
	display:none;
}

.fill_inner{
	height:200px;
}
.inner_section_01 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.head_in {
    padding: 0;
}
.head_in p a {
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 15px;
    background: #58a139;
    padding: 5px;
    text-align: center;
    width: 30px;
    display: inline-block;
	border-radius:4px;
}
.head_in p .fa {
    margin-right: 0;
    font-size: 16px;
}
.mobile_icon_nav{
	position:absolute;
	right:75px;
	top:8px;
	display:inline-block;
}
.fill_inner {
    height: 250px;
    background-position: top 0px center !important;
}


.navbar-fixed-top {
    top: 0;

}
.navbar-default .navbar-nav>li>a{
	padding-left:20px;
	color:#333;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: inline-block;
    width: 75%;
}


.cpy p a {
    text-align: left;
}
.social {
    text-align: left;
}

.payment {
    border-top: 0;
}
.payment a img {
    width: 80%;
    float: left;
	margin-top: 35px;
}
.payment a {
    float: left;
}
.payment h2 {
    float: left;
    margin-top: -95px;
}
.navbar_fixed .logo_h {
    width: 22%;
}
/*.header_area {
    position: fixed;
	top:0;

}*/
.dropdown-location {
    position: absolute;
    right: 107px;
    top: 18px;
}
.dropdown-content {
}
.dropbtn img {
    width: 18px;
}
.dropbtn {
    font-size: 13px;
	text-transform:uppercase;
	padding: 0;
}
.service-in {
    padding: 30px 10px 30px 10px;
}
.footer-btm {
    padding-bottom: 50px;
}
.header_area.navbar_fixed .main_menu .navbar {
    border-top: 0;
    top: -1px;
}
.car-out{
	position:relative;
	text-align:center;
}
.car-out img {
    position: absolute;
    top: -7px;
    right: 0;
}

.banner-area .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    z-index: 11;
	    width: 100%;
}
.banner-area h3{
	background: transparent;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
	text-align: center;
	color: #22c1fd;
}
.testimonials-in .bx-wrapper .bx-pager {
    text-align: center;
    padding: 0;
    bottom: -30px;
}

.contact-form {
    margin-top: 0;
	padding: 20px;
}
.banner-area .modal-header h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.banner-area .modal-header .close {
    padding: 0;
}
.social-mob {
    display: inherit;
    right: 35px;
    top: 13px;
}

.social-mob a img{
	width:18px;
}
.footer_out h2 {
    padding-bottom: 0;
}
.footer_out .col-sm-3 {
    margin-bottom:20px;
}
.footer_out .col-sm-2 {
    margin-bottom:20px;
}
.testimonials-in {
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.companies-out h1:before {
    display:none;
}

.main_menu:before {
    width: 36%;
	border-top: 71px solid white;
    border-right: 26px solid transparent;
}
.banner-area-content {
    padding-top: 40px;
}
.banner-bottom {
   padding-bottom: 0; 
}
.promise-area-out {
    margin-top: 0;
}
.header_area .navbar-brand:before {
    top: -18px;
	border-top: 70px solid white;
}
.navbar_fixed .header_area .navbar-brand:before {
    top: -20px;
}
.navbar_fixed .logo-out-new {
    height:inherit;
    overflow-y:inherit;
    width: inherit;
}
.header_area .menu_nav {
    width: 100%;
	text-align: left;
	padding-bottom: 15px;
}
.navbar_fixed .menu_nav {

	  
}
.header_area .navbar .nav .nav-item .nav-link {
    padding: 14px 0;
    margin-right: 0px;
    display: block;
    border-bottom: 0; 
    border-radius: 0px;
	font-size: 16px;
	color: #212121;
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 20px;
    padding: 14px 0;
}

.header_area.navbar_fixed .get-a-quote-header {
    display:inherit;
}
.top-call {
    text-align: right;
    margin-right: 10px;
}
.get-a-quote-header {
    margin-right: 10px;
}
/*.navbar-collapse {
        position: absolute;
        top: -338px;
        left: 0;
		bottom:100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        display: block;
		background: #012544;
		padding-top: 80px;
    }*/
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 0%;
        left: 0;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        left: 0;
		bottom:auto;
		top: 0px;
		z-index: -1;
    }
.inner-section-one {
    padding-top: 20px;
    padding-bottom: 20px;
}
.location-color{
	display:inherit !important;
	color:#FFF;
}
.plumbing-service-section-in {
    border-bottom: 1px #e2e2e2 solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.plumbing-service-section hr {
    display:none;
}
.trust-right{
	display:none;
}
#get_quote {
    top: 40%;
}
.service-in {
    padding: 30px 25px 30px 25px;
	margin-bottom:0px
}
.service-in h2 {
    font-size: 17px;


}

.testimonials-in .bx-wrapper .bx-controls {
display:none;
}


.about-area-out h1:before {
    background-size: contain;
}
.about-area-out h1 {
    position: relative;
    padding-top: 50px;
}

.howcan-area-out h1:before {
    background-size: contain;
}
.howcan-area-out h1 {
    position: relative;
    padding-top: 33px;
    padding-bottom: 70px;
    padding-left: 35px;
    font-size: 19px;
}
.how-can-icon {
    width: 82px;
    height: 82px;
}
.how-can-icon img{
	width:45px;
}
.how-can-icon {
    padding-top: 20px;
}
.how-can-in h3 {
    font-size: 9px;
}
.how-can-in {
    padding-bottom: 0;
}

.contact-widget h1:before {
    background-size: contain;
}
.contact-widget h1 {
    position: relative;
    color: #333;
}
.footer-in {
    text-align: center;
}
.testimoni-out {
    text-align: center;
}
.testimoni-right {

    margin-top: 40px;
}




.navbar_fixed .logo-scroll {
    display: inherit;
    width: 150px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.navbar_fixed{
	
}
.life-box-03{
	background-color: #8f2926 !important;
}
.life-box-04{
	background-color: #d03530 !important;
}
.header_area .navbar {
    background: #ffffff;
	background-color: transparent;
	padding-top: 3px;
}


.gall-title h3 {
    font-size: 13px;

}
.gallery-out {
    padding-bottom: 50px;
}

.library-out {
    padding-top: 0;
    padding-bottom: 0;
}
.academic-out {
    padding-top: 70px;
    padding-bottom: 70px;
}












}

@media only screen and (max-width: 575px){
	
.image-gall .bx-wrapper img {
    margin: 0;
}	
.announcement {
    width: 50px;
    top: 55%;

}	
	
.announcement img {
	display: inline-block;
}	
.news-and-event-out {
    overflow:hidden;
}	
.academic-out {
    overflow:hidden;
}	
	
.library-out {
    overflow:hidden;
}
.life-out {
    
}

.achievements-out {
    overflow:hidden;
}

.gallery-out{
    overflow:hidden;
}
	
.slide_out {
    height: 960px;
	overflow: hidden;
}
.life-box-02 {
    transform: translateX(0px);
}	
.life-out h3 {
    font-size: 18px;
}
.fill-life	{
	height: 1227px;
}
.life-box-01::before {
    left: -90%;
}
.life-box-02::before {
    left: -90%;
}
.news-main {
    background-color: rgb(255 255 255) !important;
}
.academic-box-01{
	width:80%;
	margin-bottom:10px;
}
.academic-box-02{
	width:80%;
	margin-bottom:10px;
}
.academic-box-03{
	width:80%;
	margin-bottom:10px;
}
.academic-box-04{
	width:80%;
	margin-bottom:10px;
}
.cpy p {
    text-align: center !important;
}

.payment a img {
    margin-top: 0px;
}
.howcan-area-out {
    overflow: hidden;
}
	
	
.campus-content h2 {
    margin-top: 0px;
}	
.fill-campus{
	height: 960px;	
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}





















@media (min-width: 1400px) {
.main_menu:before {
    width: 33%;
}



}









@media only screen and (max-width: 1024px){
	
}


















