@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=futura:200,300,400,500,700,900");
@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=Open+Sans&family=Patua+One&family=Vidaloka&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@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: 'Montserrat'
}
h2{
	font-family: 'Montserrat'
}
h3{
	font-family: 'Montserrat'
}
p{
	font-family: 'Poppins', sans-serif;
	color:#333;
}

.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 8px;
}
.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;
  }










.top_bar{
	background-color: transparent;
	padding-top: 15px;
}
.top_bar p{
	color:#CCC;
}
.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{
	color:#4c4c4c;
	font-weight:bold;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
}

.call-top img{
	padding-right:10px;
}
.search-top span i {
    margin-top: 7px;
    color: #d8d8d8;
    font-size: 15px;
}
.search-top .form-control {
    border-top:0;
	border-left:0;
	border-right:0;
	background:none;
}
::placeholder {
  color: #d8d8d8 !important;
  opacity: 1; /* Firefox */
  font-size:13px;
  font-weight:100;
}

.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{
	position:relative;
	margin-top: 0px;
}
.banner-area:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:250px;
/*	background-image:url(../images/top-white.png);*/
	background-repeat:repeat-x;
}

.modal-2{
	position: absolute;
	width: 300px;
	overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.modal-open .modal-2{
	left: auto !important;
}
.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: 48% !important;
	margin-right: -1px !important;
}
.announcement-modal .modal-title {
    text-transform: capitalize;
    font-size: 18px;
    padding-top: 13px;
}
.announcement-modal .modal-header{
	padding-top: 0;
	background-color: #fdb813;
}
.announcement-modal .modal-content {
    padding-top: 0;
}

.annoce-close:after, .annoce-close:before {
    content: "";
    position: absolute;
    top: 20px !important;
    background: #000000 !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;
	height: 80px !important;
}

.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{
	margin-top:32px;
	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;

}

/*__________________*/

.news-and-event-out{
	padding-top:70px;
	padding-bottom:70px;
}
.news-and-event-in{
	padding:35px;
	box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.12);
-webkit-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.12);
}
.news-and-event-in h2{
	color: #007cc2;
    font-size: 24px;
	font-weight:bold;
	margin-bottom:10px;
}
.news-and-event li p strong{
	color:#f6af3e;
    margin-top: 12px;
    display: block;
}
.news-and-event li p{
	margin-top:10px;
}
.news-and-event-out .bx-wrapper .bx-pager.bx-default-pager a {
    background: #dbdbdb;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 5px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.news-and-event-in .bx-wrapper img{
    margin:0 !important;
}
.news-view-all-out{

}
.news-view-all {
    display: inline-block;
    background: #007cc3;
    color: white;
    margin-left: auto;
    margin-right: auto;
	padding:10px 20px;
	margin-top: 40px;
}
.hundred-years{
	padding-left:0px;
}

.hundred-years h2{
	color: #007cc2;
    font-size: 24px;
	font-weight:bold;
}
.hundred-years p{
	margin-top: 20px;
}
.hundred-years p strong {
    color: #f6af3e;
    margin-top: 12px;
    display: block;
}
.hundred-years p a{
	color:#f6af3e;
	display:inline-block;
	margin-top:20px;
	font-weight:bold;
}
/*__________________*/
.academic-out{
	padding-top:160px;
	padding-bottom:160px;
	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.7);
    z-index: 0;
}
.academic-box-01{
	width:24%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/academic-box-01.png);
	background-repeat:no-repeat;
	background-position:center !important;
	background-size:cover !important;
	text-align:center;
	padding-top:60px;
	padding-bottom:70px;
	-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%;
}
.academic-box-01 h3{
	font-weight: bold;
    font-size: 26px;
    color: #FFF;
    margin-top: 25px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.academic-box-01:hover, .academic-box-01:focus, .academic-box-01:active {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
	filter: hue-rotate(-100deg);
    -webkit-filter: hue-rotate(200deg);
}

.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;
}

.academic-box-02{
	width:24%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/academic-box-02.png);
	background-repeat:no-repeat;
	background-position:center !important;
	background-size:cover !important;
	text-align:center;
	padding-top:60px;
	padding-bottom:70px;
	-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-02 a{
	display:block;
	width:100%;
	height:100%;
}
.academic-box-02 h3{
	font-weight: bold;
    font-size: 26px;
    color: #FFF;
    margin-top: 25px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.academic-box-02:hover, .academic-box-02:focus, .academic-box-02:active {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
	filter: hue-rotate(-100deg);
    -webkit-filter: hue-rotate(200deg);
}
.academic-box-02 img{
	-webkit-transform: scale(1);
	transform: scale(1);
   -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.academic-box-02:hover img {
    -webkit-transform: scale(.8);
	transform: scale(.8);
}
.academic-box-02:hover h3{
	-webkit-transform: scale(.8);
	transform: scale(.8);
	margin-top: -5px;
}
.academic-box-03{
	width:24%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/academic-box-03.png);
	background-repeat:no-repeat;
	background-position:center !important;
	background-size:cover !important;
	text-align:center;
	padding-top:60px;
	padding-bottom:70px;
	-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-03 a{
	display:block;
	width:100%;
	height:100%;
}
.academic-box-03 h3{
	font-weight: bold;
    font-size: 26px;
    color: #FFF;
    margin-top: 25px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.academic-box-03:hover, .academic-box-03:focus, .academic-box-03:active {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
	filter: hue-rotate(-100deg);
    -webkit-filter: hue-rotate(200deg);
}
.academic-box-03 img{
	-webkit-transform: scale(1);
	transform: scale(1);
   -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.academic-box-03:hover img {
    -webkit-transform: scale(.8);
	transform: scale(.8);
}
.academic-box-03:hover h3{
	-webkit-transform: scale(.8);
	transform: scale(.8);
	margin-top: -5px;
}
.academic-box-04{
	width:24%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/academic-box-04.png);
	background-repeat:no-repeat;
	background-position:center !important;
	background-size:cover !important;
	text-align:center;
	padding-top:60px;
	padding-bottom:70px;
	-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-04 a{
	display:block;
	width:100%;
	height:100%;
}
.academic-box-04 h3{
	font-weight: bold;
    font-size: 26px;
    color: #FFF;
    margin-top: 25px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.academic-box-04:hover, .academic-box-04:focus, .academic-box-04:active {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
	filter: hue-rotate(-100deg);
    -webkit-filter: hue-rotate(200deg);
}
.academic-box-04 img{
	-webkit-transform: scale(1);
	transform: scale(1);
   -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.academic-box-04:hover img {
    -webkit-transform: scale(.8);
	transform: scale(.8);
}
.academic-box-04:hover h3{
	-webkit-transform: scale(.8);
	transform: scale(.8);
	margin-top: -5px;
}




/*__________________*/

.library-out{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#FFF;
	position:relative;
	text-align:center;
}
.library-out h3{
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}
.library-box-01{
	background-color:#007cc2;
	width: 20%;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.library-box-01:hover{
	 background-color: #014369;
}

.library-box-02{
	background-color:#00649d;
	width: 20%;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.library-box-02:hover{
	 background-color: #014369;
}
.parallax-window {
    min-height: 600px;
}
.library-in {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.library-in img{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.library-box-01:hover .library-in{
	width:80%;
	height:90%;
	text-align:center;
}
.library-box-01:hover img{
	margin-left:auto;
	margin-right:auto;
}
.library-box-02:hover .library-in{
	width:80%;
	height:90%;
	text-align:center;
}
.library-box-02:hover img{
	margin-left:auto;
	margin-right:auto;
}





/*__________________*/
.life-out{
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	padding-top:90px;
	padding-bottom:90px;
}
.life-out:before{
	content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(35,49,60,0.8);
    z-index: 0;
}
.life-content{
	text-align:left;
}
.life-content h2{
	color:#FFF;
	font-weight:500;
}
.life-content h2 span{
	font-weight:bold;
}
.life-content p{
	color:#FFF;
}
.life-box-01{
	background-color: #d03530;
	text-align:center;
}
.life-box-01 a{
	display:block;
	width:100%;
	height:100%;
	padding-top:60px;
	padding-bottom:60px;
}

.life-box-02{
	background-color: #8f2926;
	text-align:center;
}
.life-box-02 a{
	display:block;
	width:100%;
	height:100%;
	padding-top:60px;
	padding-bottom:60px;
}
.life-out h3{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
}
.fill-life{
	height:750px;
}


/*__________________*/

.student-club-out{
	padding-top:50px;
	padding-bottom:100px;
	background-color:#FFF;
	text-align:center;
}
.student-club-out h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    color: #007cc2;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 3px;
}
.student-club-in{
	background-color:#f2f2f2;
	padding-top:30px;
	padding-bottom:30px;
	display:block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.student-club-in h3{
	font-weight:bold;
	color:#333;
	font-size:20px;
	margin-top:15px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #dbdbdb;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 5px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.student-club-out .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -60px;
}
.student-club-in:hover{
	background-color:#007cc2;
}
.student-club-in:hover h3{
	color:#FFF;
}


/*__________________*/


.achievements-out{
	padding-top:100px;
	padding-bottom:100px;
	background-image:url(../images/achievements-bg.jpg);
	position:relative;
	text-align:center;
	background-size: cover;
    background-position: center;
	background-attachment: fixed;
}
.achievements-out h2{
	font-size:30px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:30px;
}
.achievements-out p strong{
	font-weight: bolder;
    color: white;
    margin-top: 10px;
    display: inline-block;
}

.achievements-in {
    background-color: #b32e2a;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
}
.achievements-left{
	text-align:left;
}
.achievements-left p{
	color:#FFF;
}
.achievements-left h2{
	color:#FFF;
}
.achievements-in h3{
	color:#FFF;
	margin-bottom:20px;
}
.achievements-in p{
	color: #FFF;
    font-size: 14px;
    line-height: 23px;
}
.achievements-in div{
	width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
}
.achievements-in div img{
	object-fit: cover;
	height: 160px;
	
}
.placement-in{
	background-color: #8f2926;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
}
.placement-in p{
	color:#FFF;
}
.placement-in div{
    
    
    text-align: center;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
}
.placement-in div img{
	object-fit: cover;
	height: 120px !important;
	width:120px !important;
	border-radius: 100px;
	border:10px solid;
	border-color: rgba(255,255,255,0.3);
	
}

.placement-in h3{
	color:#FFF;
	margin-bottom:20px;
}



.gallery-box{
	padding: 70px 0px;
}
.tz-gallery{
	margin-top: 0;
}
.tz-gallery ul li a{
	height:180px !important;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 10px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}



/*__________________*/

.gallery-out{
	padding-top:50px;
	padding-bottom:100px;
	background-color:#FFF;
	position:relative;
}
.gallery-out h2{
	color:#007cc2;
}
.video-gall{
	position:relative;
	text-align:center;
	background-size: cover;
    background-position: center;
	padding-left:0;
	padding-right:0;
}
.video-gall h3{
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	position:absolute;
	z-index:1;
	left:0;
	right:0;
	text-align:center;
	bottom: 15px;
}
.video-out-gall {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-height: 76vh;
}

.gallery-out .btn:not(:disabled):not(.disabled) {
    background-color: transparent;
}
.modal-dialog {
    
    margin: 1.75rem auto;
}
.gallery-modal .modal-dialog {
    top: 10%;
}

.image-gall{
	padding-right:0;
	padding-left:10px;
	position:relative;
	overflow: hidden;
}
.gall-title {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -12px;
    height: 70px;
    width: 100%;
    transform: skewY(4deg);
    background-color: rgba(0,124,194,0.7);
	-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;
}
.gall-title h3{
    transform: skewY(-4deg);
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	padding-left:20px;
	padding-top:12px;
}
.image-gall:hover .gall-title{
	bottom: -12px;
	top:-12px;
	left: 10px;
    right: 10px;
    height: 105%;
    width: 100%;
	transform: skewY(0deg);
}
.image-gall:hover .gall-title h3{
	padding-top:100%;
	padding-left:0;
	text-align:center;
	transform: skewY(0deg);
}
.fill{
	width:100%;
	height:500px;
	background-position:center !important;
	background-size:cover !important;
}
.txt_sldr {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
	display:block;	
	background-color:rgba(0,124,195,0.5);
   
}
.txt_sldr h4{
	font-weight:bold;
	color:#FFF;
	padding:10px 0;
	font-size:25px;
	display:inline-block;
	margin:0px;
	text-shadow: 1px 1px 1px #000;
	padding-top: 50%;
}

.txt_sldr p {
    color: #000000;
    display: inline-block;
    padding:0;
	margin-top:20px;
    font-size: 16px;
    font-weight: 100;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}



/*__________________*/





.view-more{
	font-size:14px;
	padding: 10px 28px;
	display:inline-block;
	color:#FFF;
	margin-top:20px;
	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;
}
.view-more:hover{
	background:#FFF;
	color:#fe3057;
}














footer{
	background:#333;
	color:#fff;	
}
#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;
}

.col-1-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
.footer_out{
	background:#262829;
	background-position:center;
	padding-top:70px;
	padding-bottom:0px;
	
}
.footer_out p{
	font-size:14px ;
	color: #9c9c9c;
}
.footer_out h2 {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 15px;
    text-transform: uppercase;
	margin-top:0;
}
.footer_out li a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: white;
	font-size:14px ;
	color: #9c9c9c;
}
.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;
}
.btm_logo{
	margin-bottom:30px;
}
.btm_logo img{
	width:90%;
}
.footer-btm{
	background:#000000;
}
.footer-btm-tabs{
	text-align: center;
}
.footer-btm-tabs a{
	color:#c9c9c9;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 20px;
    display: inline-block;
}
.footer-in{
	padding-bottom:50px;
}













.slide_out_inner{
	position:relative;
	text-align:center;
}
.slide_out_inner_text{
	position:absolute;
	left:20%;
	top:35%;
	margin-left: auto;
    margin-right: auto;
}
.slide_out_inner_text h2{
	font-size:35px;
	color:#FFF;
	background:rgba(88,161,57,.6);
	padding:10px 20px;
}

.fill_inner{
	width:100%;
	height:300px;
	background-position:top -40px center !important;
	background-size:cover !important;
	background-repeat:no-repeat;
}

.inner_slider{
	margin-bottom:0;
}










#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 0;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
.mobile-float{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	background-color: #007cc3;
	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;
}




.alimni-section-out{
	padding-top:40px;
	padding-bottom:30px;
	clear:both;
}

.alimni-section-out .alumni-right-title {
    color: #000;
    font-size: 25px;
    position: relative;
    margin: 30px 0 30px 0;
	font-weight:bold;
	border-bottom: 1px gainsboro solid;
    padding-bottom: 15px;
}
.gallery-inner{
	padding-top:20px;
	text-align:center;
	padding-bottom:70px;
	background-color: #eaeaea;
}

.gallery-inner h2 {
    color: #000;
    font-size: 30px;
    position: relative;
    margin: 30px 0 30px 0;
	font-weight:bold;
}



.inner-section-two .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 19px;
    width: 100%;
}
.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0px!important;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}


}











@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;
}
.video-gallery li{
	width:100%;
}
.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:-15px;
}
}
@media only screen and (max-width: 1024px){
	

	
.achievements-in {
    margin-top: 0;
}
.placement-in {
    margin-top: 0;
}
.placement-in div {
    height: auto;
}
	
.gall-title {
    width: inherit;
}
.image-gall {
    padding-right: 10px;
    padding-left: 10px;
}	
	
	
.gallery-out li{
	margin-right:0 !important;
	width: 100% !important;
} 
.txt_sldr img{
	width:70%;
	margin-top:30px;
}	
.fill {
    background-color: transparent !important;
    height: 250px !important;
}	
.hr-sec2-out {
    padding-top: 20px;
}
.hr-sec2-out h2 {
    margin-top:30px;
}
.placement-sec-right{
	margin-top:70px;
}

.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: 7px 0 !important;
}
.news-main h4 {
    font-size: 10px !important;
}
.banner-area {
    position: relative;
    margin-top: 0px;
}


.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: -55px;
    height: 80px;
}
.header_area .navbar-brand img {
    width: 100px;
    height: 67px;
}
.header_area .navbar-brand {
    margin-top:-33px;
    width: 70px;
}
.navbar_fixed .search-container {
    margin-top: 80px !important;
}

.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 {
    width: 75px;
    height: 45px;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
}
.navbar_fixed .logo_h img {
    width: 101px !important;
    height: 67px;
}
.navbar-brand {
    height: 34px;
	padding:0;
}
.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: 0px;
    padding-bottom: 30px;
}
.news-and-event-in {
    padding: 15px;
	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: -50px;
}

.slideLeft {
    opacity: 1;
    transform: translateX(0) !important;;
}
.video-gall {
    margin-bottom: 10px;
}
.library-box-01{

	width: 100%;
	margin-bottom:-1px;
}
.library-box-02{

	width: 100%;
	margin-bottom:-1px;
}




.footer_out {
    padding-top: 50px;
    padding-bottom: 0;
}
.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: inherit;
}


.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: 9;
    }
.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{
	display:none;
}
.life-box-03{
	background-color: #8f2926 !important;
}
.life-box-04{
	background-color: #d03530 !important;
}
.header_area .navbar {
    background: #ffffff;
	background-color: transparent;
}


.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: 1227px;
	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(162 35 40) !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;
}
.social {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.payment a img {
    margin-top: 0px;
}
.howcan-area-out {
    overflow: hidden;
}
}
@media (min-width: 1400px) {
.main_menu:before {
    width: 33%;
}



}









@media only screen and (max-width: 1024px){
	
}


















