@charset "utf-8";
/*=========== POWERED BY ABSNAMs IT SOLUTIONS INC ============*/

/*************** FONTS ***************/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lora:400i');

/*************** COMMON CSS ***************/

body{
 	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-style: normal;
	line-height: 24px;
	font-weight:400;
	color: #6e6e6e;
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	
}


* {
    -webkit-box-sizing: border-box;
       -mox-box-sizing: border-box;
            box-sizing: border-box;
}

::selection {
        background: #fff; /* Safari */
		color:#000;
        }
::-moz-selection {
        background: #fff; /* Firefox */
		color:#000;
}


a {
	color:#000;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
a:hover {
	color: #f5b120;

	}
.text-center {
	text-align:center;
	}	
	
p {
	margin:0 0 30px 0;
	clear:left;
	padding:0;
            text-align: justify;
	}
	
	
h1, h2, h3, h4 {
	margin:0 0 20px 0;
	padding:0;
	font-weight:normal;
	
}	

hr {
	margin: 20px 0 80px 0;
    height: 2px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    float: left;
    width: 100%;
    position: relative;
}

img{
	border:0;
}	

a img {
	border: 0;
	}
	
	
/*************** COLUMS AND ROWS ***************/

clearfix{
	width:100%;
	height:100px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}

main{
	width:1180px;
	margin:0 auto;
}

.fullwidth{
	width:100%;
	display:block;
}
clearfix{
	width:100%;
	height:100px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}



.two-col{
	width:49%;
	float:left;
	margin-right:2%;
}

.one-col{
	width:100%;
	float:left;
	margin-right:2%;
}

.three-col{
	width:30%;
	float:left;
	margin-right:5%;
}
.four-col{
	width:25%;
	float:left;
	/*margin-right:4%;*/
}


.last{
	margin-right:0;
}
section {
	width: 100%;
	float: left;
	position: relative;
}

aside {
    width: 25%;
    float: right;
    margin: 0;
    padding: 0;
}

summary {
    width: 70%;
    float: left;
    margin: 0;
    padding: 0;
}

.list{ 
    float:left; 
	width:100%;
	padding:0px;
	margin:0 0 25px;
	}
.list li{ 
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 22px;
    padding-bottom: 8px;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: left 4px;
	font-weight:500;
	}
.clearfix {
    clear: both;
}
.responsive-accordion-panel .list li {
    padding-left: 19px;
}
/*************** PRELOADER ***************/

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */

}

#status {
	width:64px;
	height:64px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-32px 0 0 -32px; /* is width and height divided by two */
}


/*************** BACK TO TOP ***************/

#fixed-bar {
   
    z-index: 100;
	width:55px;
	height:97px;
	position:absolute;
	bottom:80px;
	right:20px;
	margin-bottom:5px;

}
#fixed-bar a {
	width:55px;
	height:97px;
	float:right;
	display:block;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	/*-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	text-indent:-9999px;
}
#fixed-bar a:hover {}	

/************POPUP************/
.sun-div {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.68);
	position: fixed;
	z-index: 9999999999999999;
	left: 0;
	top: 0
}
.angel-div {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0
}
.sun-button {
	    color: #ffffff;
    cursor: pointer;
    /* font-family: "Museo Sans W01 Rounded 500"; */
    font-weight: 500;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    border-left: 1px solid #f6b021;
    border-bottom: 1px solid #f6b021;
    padding: 12px 14px;
    z-index: 101;
    background: #f6b021;

}
.sun-close {
	border-radius: 4px;
	bottom: -2px;
	height: 25px;
	position: absolute;
	right: -10px;
	text-align: center;
	width: 70px;
	z-index: 101;
	cursor: pointer;
	
	color: #e73e51;
        display:none;
}
#sun-pop {
margin: 5% auto 0 -18%;
    left: 50%;
    position: fixed;
    width: 36%;
    z-index: 99999999999999999999999;
    /* top: 1%; */
    display: none;
    padding: 37px 38px;
    background: #fff;
    text-align: center;
    line-height: 11px;
    border-radius: 10px;
	/*border-radius: 5px;
	
	margin:0 auto;
	  
	left:20%;	
    position:absolute;
	width:55%;
	z-index: 100;
	top: 1%;
	display: none;
	padding:26px 0 17px;
	background:#fff;
    text-align:center;*/
}
#sun-pop .bdr-p{     text-align: center;
    border: 1px dashed #f6b021;
    padding: 54px;}

#sun-pop img{ width:100%;}
#sun-pop h2{font-size: 26px;
    float: left;
    width: 100%;
    margin:0px;
    color: #22b3b8;
    font-weight: 700;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom:30px;
	}
	
#sun-pop p{     font-size: 18px;
    text-align: inherit;
    line-height: 30px;
    color: #3e3e3e;
    font-weight: 600;
	margin-bottom:0px;
	}
	
#sun-pop a{ color:#fb0d00;}
#sun-pop span{ color:#fb0d00;}
#angel-pop {


margin: 5% auto 0 -21%;
left: 50%;
position: absolute;
width: 41%;
z-index: 100;
/* top: 1%; */
display: none;
padding: 50px 50px;
background:url(../images/popup-bg.html) center center;
text-align: center;
line-height:11px;
	/*border-radius: 5px;
	
	margin:0 auto;
	  
	left:20%;	
    position:absolute;
	width:55%;
	z-index: 100;
	top: 1%;
	display: none;
	padding:26px 0 17px;
	background:#fff;
    text-align:center;*/
}
#angel-pop img{ width:100%;}
#angel-pop h2{ font-size:16px; color:#fff; float:left; width:100%; margin-top:20px;}


/********* FIXED HEADER ***************/

header.smaller { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; position:fixed; float:left; z-index:999999; width:100%; background:#fff; border-bottom:1px solid #e4e4e4;}
header.smaller .top-header { display:none;}
header.smaller .logo img { max-width: 180px;}
header.smaller .jetmenu > li > a { padding: 30px 10px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}



.news .date a {
    color: #212121;
}

/*************** HOME CSS ***************/

.light{ font-weight:300;}
.regular{ font-weight:400;}
.medium{ font-weight:500;}
.bold{ font-weight:700;}
header{ float:left; width:100%; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.top-header{ float:left; width:100%; background:#0e600c; position:relative; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.top-header:before{ position:absolute; content:''; left:0px; height:100%; background:#f5b120; width:21%;}
.top-left{ float:left; width:33%; background:#f5b120; padding:10px 0px; position:relative; z-index: 1;}
.top-left p{ margin-bottom:0px; color:#000; font-weight:300; font-size:14px;}
.top-left i{ font-size:20px; margin-right: 10px;}
.top-right{ float:right; padding:10px 0px; color:#fff;}
.top-right p{ margin-bottom:0px; float:left; margin-right:30px; font-weight:700; font-size:14px;}
.top-right a{ color:#fff; display: inline-block; font-size:14px;}
.top-right a:hover{ color:#f5b120;}
.login{ margin-right:30px; background:url(../images/login.png) no-repeat left center; padding-left:24px; color:#fff;}
.login:hover{color:#f5b120;}
.downloads{ background:url(../images/downloads.png) no-repeat left center; padding-left:24px;}
.top-right i{ margin-right: 5px; font-size:14px;}
.logo{ float:left; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.logo img{ max-width:100%;  -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.bottom-header{ float:left; width:100%; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.menu{ float:right; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.banner-bottom{ background:#0e600c;}
.border-bottom-none{ border-bottom: none ;}
.bnr-box{float:left;width:100%;padding: 8px 0px;}
.bnr-box h2{ float:left; font-weight:500; font-size:16px; color:#fff; margin-bottom:0px; margin-top: 20px;}
.bnr-box p{font-weight:300;font-size:12px;float:left;clear: inherit;margin-bottom:0px;border-left:2px solid #fff;padding:10px 0 10px 15px;margin-left:15px;color:#fff;line-height: 17px;}
.icon-box{float: left;width: 100%;background: url(../images/arrow-icon.png) no-repeat top left;padding: 2px 0 0 35px;margin-top: 20px;margin-bottom: 0px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.icon-box:hover{ background: url(../images/arrow-icon.png) no-repeat top left 10px;}
.icon-box h2 a{ font-weight:700; color:#fff; font-size:22px; line-height: 20px; }
.icon-box h2 a span{ font-weight:300; font-size:12px; }
.dr-red{ background:#de0000; padding-left: 65px;}
.heading span{ font-size:22px; letter-spacing:2px;}
.heading{ color:#323232; font-weight:700; font-size:34px; line-height: 36px;}
.pad{ padding:80px 0px 60px;}
.read-more{ background:#0e600c; font-size:12px; font-weight:700; color:#fff; padding:15px 30px; text-transform:uppercase; margin-right:10px; letter-spacing:1px; display: inline-block; margin-bottom:2px;}
.bg-capy{ background:#f5b120;}
.read-more:hover{ background:#000; color:#fff;}
.img-effect{ max-width:100%;     box-shadow: -10px 10px 0px #efefef; -webkit-box-shadow: -10px 10px 0px #efefef; -ms-box-shadow: -10px 10px 0px #efefef; -moz-box-shadow: -10px 10px 0px #efefef;}
.news-events{ background:#eaeaea; padding:60px 0px}
.heading-one{ position:relative; color:#323232; font-size:34px; font-weight:700; border-bottom: 1px solid #b5b5b5; padding-bottom: 20px;  margin-bottom:40px; }
.heading-one:after{ position:absolute; bottom:-2px; left:0px; height:2px; width:42px; background:#1bb4b9; content:'';}
.news{ float:left; width:100%;}
.news .date{ background:#f5b120; padding:8px 20px 3px; color:#212121; font-size:13px; font-weight:700; display:inline-block; margin-bottom:15px;}
.news p{ margin-bottom:15px; color:#292821; font-weight:400;}
.line{ float:left; width:100%; position:relative; border-bottom: 1px solid #b5b5b5; margin-bottom: 25px}
.line:after{ position:absolute; bottom:-2px; left:0px; height:2px; width:42px; background:#1bb4b9; content:'';}
.hiden{ visibility:hidden;}
.lourdes-bg{ background:url(../images/lourdes-institution-bg.jpg) no-repeat top center; padding:80px 0px; position:relative; background-attachment:fixed;}
.lourdes-bg:after{ background:rgba(0, 0, 0, 0.73); position:absolute; left:0px; top:0px; width:100%; height:100%; content:'';}
.lourdes-bg .heading{ text-align:center; color:#1bb4b9;}
.lourd-main{ position:relative; float:left; width:100%; z-index:1;}
.head-discription{ color:#fff; font-size:17px; font-weight:400; text-align:center; line-height:24px !important; margin-bottom:50px;}
.max-width{ max-width:100%;}
.sub-tittle{ font-size:16px; color:#f5b120; font-weight:700; position:relative; padding-bottom: 15px; margin-bottom: 15px;}
.sub-tittle:after{ position:absolute; width:27px; height:2px; background:#1bb4b9; content:''; bottom:0px; left:0px;}
.lourdes-bg p{ color:#fff; line-height:18px;    text-align: left;}
.lourd-img{ margin-bottom:20px; max-width:100%;}
.department{ background:#f5b120; position:relative;}
.department:before{ background:#0e600c; position:absolute; left:0px; top:0px; height:100%; width:20%; content:'';}
.home-dprt{ background:#0e600c; width:37%; padding:81px 0px; position:relative; z-index:1; float: left; }
.home-dprt .heading{ color:#fff; margin-bottom: 50px;}
.list-icon{ float: left; width: 100%; padding: 0px; margin: 0px 0px 20px;}
.list-icon li{ float: left; width: 100%; list-style: none;}
.list-icon li a {  padding-left: 30px; padding-bottom: 8px; background-image: url(../images/list-icon.png); background-repeat: no-repeat; background-position: left 5px; float:left; font-weight:700; color:#fff; font-size:16px; margin-bottom:6px;}
.list-icon li a:hover { padding-left: 20px;}
.home-dprt-right{ float:left; width:63%; background:#f5b120;}
.box{
	background:#f5b120;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	float:left;
	width:50%;

	/* text-align: center; */
	height: 165px;
	padding: 0 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.box:hover{ background:#000; }
.dp-icon{background-image:url(../images/icon/1.png);background-repeat:no-repeat;background-position:left center;padding-left:52px;padding: 20px 0 20px 54px;font-size:18px;margin-left: 25px;margin-top: 30px;font-weight:600;color:#fff;/* text-align: center; *//* min-height: 46px; */}
.dp-icon a{color:#fff;}
.border-bottom-none{ border-bottom:none;}
.icon-1{ background-image:url(../images/icon/2.png);}
.icon-2{ background-image:url(../images/icon/3.png);}
.icon-3{ background-image:url(../images/icon/4.png);}
.icon-4{ background-image:url(../images/icon/5.png);}
.icon-5{ background-image:url(../images/icon/6.png);}
.icon-6{ background-image:url(../images/icon/7.png);}
.icon-7{ background-image:url(../images/icon/8.png);}
.icon-8{ background-image:url(../images/icon/9.png);}
footer{ float:left; width:100%; background:#323232; color:#ffffff;padding:60px 0 0 0;}
footer h2{ font-weight:700; color:#fff; border-bottom:1px solid #464646; padding-bottom:25px; margin-bottom:35px; position:relative; font-size:18px;}
footer h2:after{ width:48px; height:2px; background:#f5b120; content:''; left:0px; bottom:-2px; position:absolute;}
footer ul{ float:left; width:100%; margin:0px; padding:0px;}
footer ul li{ list-style: none; float: left; width: 100%; margin-bottom: 8px;}
footer ul li a{ color:#ffffff; font-size:16px; font-weight:300;}
footer ul li a:hover{ color:#d2d2d2; margin-left:5px;}
footer p{ color:#d4d2d2; font-size:16px; margin-bottom:20px;}
.ftr-adrs span{ font-weight:700;}
footer a{ color:#d4d2d2;}
.copy{ float:left; width:100%; background:#2b2b2b; padding:25px 0px 23px;}
.copy p{ margin-bottom:0px; float:left;}
social{ float:right;font-size: 20px}
social a{ margin-right:13px; color:#fff;}

/*************** INNER PAGE CSS ***************/

.breadcrumb{ float: left; width: 100%; text-align: center; color: #1bb4b9; font-weight: 700; font-size: 34px; line-height: 36px; margin-bottom: 14px;}
.breadcrumb span{ font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color:#5f5f5f;} 
.head-link{ float: left; width: 100%; position: relative; text-align: center; top: -11px; margin-bottom: 60px;}
.head-link span{ background: #fff; padding:7px 20px 4px; border-right: 1px solid rgba(27, 180, 185, 0.38); border-left: 1px solid rgba(27, 180, 185, 0.38); color: #b9b9b9; text-transform: uppercase; font-size:12px;}
.head-link span a{color: #b9b9b9;}
.head-link span a:hover{color: #1bb4b9;}
.inner-head{ padding-bottom: 40px; margin-bottom: 0px; position: relative; border-bottom: 1px solid rgb(228, 228, 228);}
.subtittle-one{position: relative;color: #323232;font-size: 34px;font-weight: 700;padding-bottom: 30px;margin-bottom: 40px;line-height: 38px;float: left;width: 100%;}
.subtittle-one:after{ position:absolute; bottom:-2px; left:0px; height:4px; width:70px; background:#ff0000; content:'';} 
.subtittle-two{ font-size: 30px; font-weight: 500; padding-bottom: 20px;}
.subtittle-three{ font-size: 24px; font-weight: 500; padding-bottom: 10px;}
.subtittle-three:after{ width:50px;}
.subtittle-four{ font-size: 20px; font-weight: 400; padding-bottom: 6px;    float: left;
    width: 100%;}
.subtittle-four:after{ width:35px;}
.progtab { border: 1px solid rgba(245, 177, 32, 0.55); width: 100%;}
.progtab tr td {
    padding: 1% 2px 1% 2px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}
.progtab tr td:first-child {  }
.row-header.freezebar-origin-ltr { width: 6%;}
.collmn2 { width: 8%; text-align: center;}
.progtab .hdd{ font-weight: 700; color:#4bc4c8; background: #fde5b3;}
.depart-link{ padding:0px; margin:0px; float:left; width:100%;}
.depart-link li{ list-style:none;}
.depart-link li a{ font-weight:500; font-size:14px; color:#909090; background-image:url(../images/icon/10.png); background-position:left center; background-repeat:no-repeat;  padding:12px 0 12px 42px; display: block; border-bottom: 1px solid #e6e6e6;}
.depart-link li a:hover{ color:#1bb4b9; padding:12px 0 12px 48px;}
.depart-link li .icon-9{ background-image:url(../images/icon/11.png);}
.depart-link li .icon-10{ background-image:url(../images/icon/12.png);}
.depart-link li .icon-11{ background-image:url(../images/icon/13.png);}
.depart-link li .icon-12{ background-image:url(../images/icon/14.png);}
.depart-link li .icon-13{ background-image:url(../images/icon/15.png);}
.depart-link li .icon-14{ background-image:url(../images/icon/16.png);}
.depart-link li .icon-15{ background-image:url(../images/icon/17.png);}
.depart-link li .icon-16{ background-image:url(../images/icon/18.png);}
.search{ width: 100%; border: 2px solid #1bb4b9; margin: 0 20px 20px 0; display: inline-block; padding-left: 10px; padding-right: 5px; padding: 10px 5px 10px 10px; float: left; border-radius: 4px; overflow: hidden; position:relative;}
*:focus{outline:none; }
.input{width:200px;padding:5px 5px 4px 0;border:0;float:left;background:#fff;color:#696969;font-size:13px;vertical-align:top;}
.search-button{width:25px;height:25px;float:right;border:0;cursor:pointer;background-color:#fff;background-image:url(../images/search-icon.png);background-repeat:no-repeat;background-position:top 8px right 10px;text-indent:-9999px; position:absolute; right:0px;}
.search-button:hover{background-image:url(../images/search-icon2.png);}
.img-left{ float:left; padding-right:20px;}
.collapse.college .responsive-accordion-panel.active { border: 1px solid #1bb4b9;}
.position{float:left;width:100%;font-weight: 700;text-align: center;}
.member-list{ float:left;min-height: 281px; width:100%; border:1px solid #dedede; padding: 10px; margin-bottom: 19px;}
.box-p { text-align:center; line-height:18px;}
.alumni-center{ float:left; width:100%;}
.alumni-form{float:left;width:56%;border:1px solid #e2e2e2; text-align:left; margin-right: 6%;}
.alm-pad{float:left;width:100%;padding: 30px; background: #fbfbfb;}
.alumni-reg-form label{float:left;width:100%;text-align:left;font-size:14px;line-height: normal;margin-bottom: 5px;}
.alumni-reg-form .field{float:left;width:100%;padding: 8px;border:2px solid #dedede;font-size: 12px;}
.alm-pad p{float:left;width:100%;margin-bottom: 12px;}
.alumni-reg-form .textarea-f{min-width:100%;max-width:100%;min-height: 95px;}
.alumni-head{float:left;width:100%;padding: 15px 30px;background: #22b4b9;color: #fff;font-weight: 600; margin-bottom:0px; font-size: 18px;}
.alm-pad hr { margin: 20px 0 20px 0;}
.submit-btn{ padding: 9px 36px; background: #1bb4b9; color: #FFF; border: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s;  transition-duration: 0.2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; font-weight: 600;}
.submit-btn:hover{ background: #f5b120; color: #fff;}
.alumni-bg{ background:url(../images/alumni-bg.jpg) no-repeat bottom center;}
.alumni-contact{ float:left; width:38%; }
.alm-adrs{ background: #faf9f8; padding: 25px;}
.alm-adrs h3{ font-weight: 600; color: #323232; font-size: 20px;}
.alm-adrs a{ color:#6e6e6e;}

.blink-text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: red !important;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

/*************** INNER BANNER ***************/

.banner{ background-image:url(../../uploads/banners/hero1.jpg); background-position:top center; min-height:300px; float:left; width:100%; background-attachment:fixed;}

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

div.dropdown {
color: #555;
margin: 3px -22px 0 0;
width: 91px;
position: relative;
height: 17px;
text-align:left;
float:left;
}
div.submenu
{

position: absolute;
top: 33px;
left: -20px;
z-index: 1000;
width: 145px;
display: none;
margin-left: 10px;
padding: 40px 0 5px;
border-radius: 6px;

}

.dropdown  li a {
   
    color: #555555;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 0px 15px;
  cursor: pointer;
text-decoration:none;
}

.dropdown  li a img{float:left;}

.dropdown li a:hover{
    background:#1bb4b9;
    color: #FFFFFF;
    text-decoration: none;
    
}
a.account {
font-size: 11px;
line-height: 16px;
color: #555;
position: absolute;
z-index: 110;
display: block;
padding: 11px 0 0 0px;
height: 28px;
width: 121px;
margin: -11px 0 0 -10px;
text-decoration: none;
background: url(icons/arrow.html) 116px 17px no-repeat;
cursor:pointer;
}
.root
{width: 100%;
    float: left;
list-style:none;
margin:-40px 0 0 0px;
padding:0px;
font-size: 11px;
padding: 11px 0 0 0px;
border-top:1px solid #dedede;
background:#fff; overflow:hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
	
	
}
.root li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e7e7e7;
}
.root li a{width:100%; float:left; line-height: 36px;}
.root li:last-child {border: none;}
span.name {
    min-height: 52px;
    float: left;
    width: 100%;
    text-align: center;
}
.homefour {
    width: 20%;
    float:  left;
    
}

.homefour1 {
    width: 30%;
    float:  left;
    color: #fff;
    margin-bottom: 18px;
}

.dr-red2 {
    background: #003002;
    padding-left: 20px;  }
.dr-red {
    background: #003002;
    padding-left: 20px;  }
.homefour.last {
    padding-left: 20px;
}
/************************************* 1180px *************************************/

@media only screen and (max-width: 1400px) {

#sun-pop { margin: 5% auto 0 -20%; width: 40%;}

}

/************************************* 1180px *************************************/

@media only screen and (max-width: 1180px) {

main{ width:96%;}


}
/************************************* 980px *************************************/

@media only screen and (max-width: 1024px) {

main{ width:90%;}
.bnr-box p { border-left: none; margin-left: 0; border-top: 2px solid #fff; width: 100%; text-align: center; padding:10px 0 10px 0px}
.bnr-box h2{ width: 100%; text-align: center; margin-bottom: 10px;}
.icon-box{ margin-top: 79px; margin-bottom: 44px;}
.dr-red { padding-left: 32px;}
.home-dprt { padding: 69px 0px;}
header.smaller .menu { top: 26px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
#sun-pop {
    margin: 5% auto 0 -40%;
    width: 80%;
}
}

/************************************* 980px *************************************/

@media only screen and (max-width: 980px) {

.icon-box h2 { font-size: 17px;}
footer a { font-size: 9px;}
.copy a { font-size: 20px;} 
.dp-icon{ font-size: 14px; }

}

@media only screen and (max-width: 800px) {

.home-dprt { width: 100%; padding: 81px 30px;}
.home-dprt-right{ width:100%;}
.department::before{ display:none;}
.box { border-left: 1px solid #fff;}
#sun-pop {
    margin: 5% auto 0 -48%;
    width: 96%;
}

}

/************************************* 767px *************************************/

@media only screen and (max-width: 768px) {



}

/************************************* 640px *************************************/

@media only screen and (max-width: 640px) {

.two-col, .three-col, .four-col, aside, summary{ width:100%; margin:0 0 25px 0; }
.top-header{ display:none;}
header.smaller { position:relative;}
.icon-box h2 { font-size: 28px;}
.lourd-img { width: 100%;}
.copy p { width:100%; text-align:center;}
social { width: 100%; text-align: center;}
.box{ width:50%; padding: 0 32px;}
.border-bottom-none { border-bottom: 1px solid #fff ;}

.progtab td {
    display: block;
    width: 100%;
    padding: 27px;
}
#sun-pop {padding: 10px 10px;}
#sun-pop .bdr-p {padding: 54px 30px;}
.homefour1 {
    width: 100%;
    float:  left;
}
.homefour {
    width: 100%;
    float:  left;
}
.icon-box {
    margin-top: 20px;
    margin-bottom: 5px;
}

}

/************************************* 480px *************************************/

@media only screen and (max-width: 480px) {

main{ width:100%;padding: 0px 10px; }
post{ padding:0 0 0 120px;}
post img{ width:100px; display:block;}
.padding{ padding:50px 0;}
.three-col,.form{ width:100%;}
.box{ width:100%; padding: 12px 12px;}
#sun-pop p { font-size: 14px;}
.logo img {
    max-width: 80%;}
.read-more {
    width: 46%;
    padding: 10px 10px;
	text-align: center;}
.pad {
    padding: 50px 0px 50px;
}
.contact-mob{
	display: none;
}
.banner{
	background-image:url(../../uploads/banners/banner-480.jpg);
	min-height: 150px;
	background-position: center center;
	background-attachment: local;
}

}



/************************************* 360px *************************************/

@media only screen and (max-width: 360px) {

.logo img {  max-width: 40%;}
#sun-pop h2 {
    font-size: 22px;}
	#sun-pop .bdr-p {
    padding: 30px 30px;
}

}

/************************************* 320px *************************************/

@media only screen and (max-width: 320px) {
    
main{width:90%;}

}

/* Make both sections flexible */
.department main {
  display: flex;
}

/* Default (desktop) */
.home-dprt {
  width: 40%;
}

.home-dprt-right {
  width: 60%;
}

/* MOBILE FIX */
@media (max-width: 768px) {

  .department main {
    flex-direction: column;
  }

  .home-dprt {
    order: 2; /* goes below */
    width: 100%;
  }

  .home-dprt-right {
    order: 1; /* comes first */
    width: 100%;
  }
}
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    color: #fff;
    font-size: 18px;

    transition: all 0.3s ease;
    text-decoration: none;
}

/* Brand Colors */
.social-icons .fb {
    background: #3b5998;
}

.social-icons .ig {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.social-icons .yt {
    background: #ff0000;
}

/* Hover Effects */
.social-icons a:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Optional glow */
.social-icons .fb:hover {
    box-shadow: 0 0 15px #3b5998;
}

.social-icons .ig:hover {
    box-shadow: 0 0 15px #dd2a7b;
}

.social-icons .yt:hover {
    box-shadow: 0 0 15px #ff0000;
}
.social-icons a::after {
    content: attr(class);
    position: absolute;
    bottom: 55px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s;
}

.social-icons a:hover::after {
    opacity: 1;
    transform: translateY(0);
}




















