@charset "utf-8";

/*
 * 1.1 -> Basic Structure
 * -----------------------------------------------
*/


@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
@import url(../assets/owl.carousel-2/assets/owl.carousel.css);
@import url(../assets/icomoon/style.css);
@import url(../assets/animate.css);
@import url(../assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);
@import url(../assets/hover.css);
@import url(../assets/fancyapps-fancyBox/source/jquery.fancybox.css);
@import url(../assets/jquery.bxslider/jquery.bxslider.css);
@import url(../assets/flaticon/flaticon.css);
@import url(../css/masterslider/style/masterslider.css);
@import url(../css/masterslider/skins/default/style.css);
@import url(../css/masterslider/style/ms-vertical.css);
@import url(../css/style.css);


@font-face {
    font-family: 'bubblegum';
    src: url(../assets/fonts/Bubblegum_Sans/BubblegumSans-Regular.ttf);
}

@font-face {
    font-family: 'dosis-bold';
    src: url(../assets/fonts/Dosis/Dosis-Bold.ttf);
}
@font-face {
    font-family: 'dosis-wxtrabold';
    src: url(../assets/fonts/Dosis/Dosis-ExtraBold.ttf);
}
@font-face {
    font-family: 'dosis-extralight';
    src: url(../assets/fonts/Dosis/Dosis-ExtraLight.ttf);
}
@font-face {
    font-family: 'dosis-light';
    src: url(../assets/fonts/Dosis/Dosis-Light.ttf);
}
@font-face {
    font-family: 'dosis-medium';
    src: url(../assets/fonts/Dosis/Dosis-Medium.ttf);
}
@font-face {
    font-family: 'dosis-semibold';
    src: url(../assets/fonts/Dosis/Dosis-SemiBold.ttf);
}
@font-face {
    font-family: 'dosis';
    src: url(../assets/fonts/Dosis/Dosis-Regular.ttf);
}
@font-face {
    font-family: 'Rancho';
    src: url(../assets/fonts/Rancho/Rancho-Regular.ttf);
}



/***

====================================================================
	Reset
====================================================================

 ***/


* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#292929;
	font-weight:400;
	background:#ffffff;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

a{
	text-decoration:none;
	cursor:pointer;
	font-family: 'Roboto', sans-serif !important;
	color: #333;
}
/* .dosis{
	font-family: 'dosis';
}
 */

.img-bor {
          opacity: 1;
          display: block;
          width: 100%;
          height: auto;
          transition: .5s ease;
          backface-visibility: hidden;
        }

        .middle {
          transition: .5s ease;
          opacity: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%)
        }

        .img-box:hover .img-bor {
          opacity: 0.3;
        }

        .img-box:hover .middle {
          opacity: 1;
        }

        .middle .text {
          background-color: #42395A;
          color: white;
          font-size: 16px;
          padding: 16px 32px;
        }
.normal {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}

.theme-color {
	color: #ff9a00 !important;
}
.row-10 {
	margin: 0 -10px;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'roboto';
	margin:0px;
	background:none;
	color: #232323;
}



input,button,select,textarea{
	font-family: 'roboto';
}


p{
	position:relative;
	font-family: 'dosis';
	line-height: 25px;
	 color: #888;
	margin: 0px;
	/*font-size: 18px;
	color: #000; */
    margin: 0px;
    font-size: 16px;

}


.hvr-sweep-to-top:before {
    background: #000;
}
.hvr-bounce-to-right:before {
    background: #000;
}


ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}


.center{
	text-align:center;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right;
}

.out{
	opacity:0;
	filter:alpha(opacity=0);
}

.in{
	opacity:1;
	filter:alpha(opacity=100);
}

.uppercase{
	text-transform:uppercase !important;
}

.capitalized{
	text-transform:capitalize !important;
}

.lowercase{
	text-transform:lowercase !important;
}

.no-margin{
	margin:0px !important;
}

.no-float{
	float:none !important;
}


.no-padd {
	padding: 0px !important;
}


.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}


.btn-style-one {
	position: relative;
    font-size: 20px;
    border: 2px solid transparent;
    text-transform: capitalize;
    background: #321878;
    display: inline-block;
    min-width: 170px;
    color: #fff;
    padding: 14px 36px;
    transition: .5s ease-in;
    border-radius: 0 15px 0 15px;
}

.btn-style-one:hover {
	background: rgba(0, 0, 0, 0.84) !important;
	transition: .5s ease-in;
	color: #fff;
	transition: .5s ease-in !important;
}


.btn-style-two {
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	padding: 15px 35px;
	border-radius: 50px;
	transition: .5s ease-in !important;
	line-height: 2px;
}

.btn-style-two:hover {
	border-color: transparent;
	transition: .5s ease-in !important;
}



.btn-bg-1 {
	background: #08c1d7;
}
.btn-bg-2 {
	background: #fe702a;
}
.btn-bg-3 {
	background: #b75af3;
}
.btn-bg-4 {
	background: #000;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/


.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    z-index: 999999999;
    cursor: pointer;
	display:none;
    opacity: .8;
    transition: .3s ease-in;

}
.scroll-to-top i:before {
    color: #321878;
    font-size: 20px;
    margin: 0;
    line-height: 45px;
}

.scroll-to-top:hover {
    opacity: 1;
    transition: .3s ease-in;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.span-1 {
	width: 100%;
	float: left;
}
.span-2 {
	width: 50%;
	float: left;
}

.span-3 {
	width: 33.3333333333% !important;
	float: left;
}

.span-4 {
	width: 25% !important;
	float: left;
}





.mr-23 {
	margin-right: 23px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0px;
}

.bg-p {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}
.pt-99 {
	padding-top: 99px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pt-72 {
	padding-top: 72px !important;
}

.mb-6 {
	margin-bottom: 6px !important;
}
.mt-13 {
	margin-top: 13px !important;
}

.mt-65 {
	margin-top: 65px !important;
}
.mt-72 {
	margin-top: 72px !important;
}

.ml-40 {
	margin-left: 40px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.ml-25 {
	margin-left: 25px !important;
}

.pl-46 {
	padding-left: 46px !important;
}
.pl-32 {
	padding-left: 32px !important;
}




/*========== section title ================ */
.section-title {
    position: relative;
}

.section-title h2 {
    position: relative;
    font-size: 33px;
    /* color: #950000;  */
	color: #fff;
    padding-bottom: 23px;
}
.section-title h2 span {
    /* color: #950000; */
    color: #fff;
}

.section-title h2:after {
	position:absolute;
	content: "";
	left:0px;
	bottom:0px;
	width:100%;
	height:10px;
	background:url(../images/icons/sep-1.png) center left no-repeat;
}
.section-title.center h2:after {
	background:url(../images/icons/sep-1.png) center center no-repeat !important;
}
.section-title.sep-2 h2:after {
	background:url(../images/icons/sep-2.png) center center no-repeat !important;
}

.section-title.pb-60 {
	padding-bottom: 60px;
}
::-webkit-input-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
}

::-ms-input-placeholder {
    color: #777;
}


.modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
}
.thumb-img{
max-width: 40%;
    margin: 0 auto;
    display: block;}

	.text ul{color:#fff;}
.post-content strong{color:#fff;}
.fac-title{color:#fff;}

.white-text {
  color: #FFFFFF;
}
.newsletter_loader img{
    width:115px;
    height:150px;
}

.newsletter_title {
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.67);
    margin-top: 15px;
    /* text-transform: uppercase; */
    letter-spacing:1px;
    font-size:13px;
    /* box-shadow: 0px 2px 5px 2px #1b1b1b; */
}
.newsletter-listing .col-md-3{
    padding:30px 0 0 0  !important;
}

.newsletter-listing.col-md-12{
       margin-bottom:30px;
}

a.page_link.active_page {
   color: #fff;
   background: #000;
   border: 1px solid gainsboro;
}

a.page_link {
    color: #fff;
    /* background: #000; */
    /* padding: 5px 20px; */
    border: 1px solid gainsboro;
    margin: 2px;
    font-size: 13px;
    /* float: left; */
    display: inline-block;
    width: 50px;
    text-align: center;
    padding: 5px 0px;
}

a.previous_link {
    border: 1px solid;
    color: #fff;
    padding: 7px 12px;
    font-size: 13px;
    /* margin-left: 25px; */
    /* width: 50px; */
    /* padding: 5px; */
    margin-left: 2px;
    background: #607D8B;
}
a.next_link{
    border: 1px solid;
    color: #fff;
    padding: 7px 12px;
    font-size: 13px;
    /* margin-left: 25px; */
    /* width: 50px; */
    /* padding: 5px; */
    margin-left: 2px;
    background: #607D8B;
}


/** Footer Links Styles
  ---------------------------------------------**/
  .footer-links{
    padding: 10px;
    background: rgb(206, 206, 206);
  }
  .footer-menu li{
    display:inline-block;
    padding:0px 5px;
  }
  .footer-menu li a{
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    border-right: 1px solid;
    padding: 0px 10px 0px 0px;
    font-style: italic;
  }
  .footer-menu li:last-child a{
  	border-right:none;
  }
  /*.footer-menu li:after{
  	content: " ";
    display: block;
    position: absolute;
    width: 48px;
    height: 13px;
     right: 0; 
     background: red;
    top: 54px;
    margin-left: -3px;
    border-right: 1px double #000;
    transform: rotate(10deg);
  }*/


  /** Media Queries for Mobile ----------------
  ----------------------------------------------***/



/** TC interface Styles
-----------------------------------**/

.tc-inner-content{
    width:48%;
    margin:10px;
    background: rgba(0, 0, 0, 0.39);
    padding: 10px;
    border-radius: 3px;
}
.name-details ul{color:#fff;line-height: 2;}
.name-details strong{margin-right:10px;letter-spacing: 1px;}
.name-details{border-right: 1px solid #565656;}
.download-img a{color:#fff;}
.download-img{padding:23px 10px;}

/** End of TC Interface Styles -----**/

.lazy{
   width: 100%;
   background: #ccc;
}

  /*blogpagecss---*/
  
   .Story{ padding: 0px 20px 0px 0px;}
      .BoxShadow {  
        /*box-shadow: 1px 2px 5px #888888;*/
    width: 100%;
    margin-bottom: 20px;
    /*background: #fff;*/
	  }
	 .Fullblogdetail {    padding: 0px 20px; color: #fff;}
	  .bloghead a {
      font-family: 'Roboto', sans-serif !important;
          text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    }
	 .Story p a {font-family: 'Roboto', sans-serif !important;}
	  .blogpage .row{    margin: 0px 0px 50px!important; background:#000;border:1px solid #fff;display: inline-flex}
	  .bloghead, .FullStory h1{ 
		    font-family: 'Roboto', sans-serif !important;
		font-size: 25px;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0;}
	 .aside-tags-list li {
	 font-family: 'Roboto', sans-serif !important;
    float: left;
    margin: 0 0 10px 10px;
}
	.like-nd-comment li {
    float: left;
    margin: 0 0 0 10px;
    color: #ccc;
}
.like-nd-comment li:first-child {
    margin: 0;
}
.aside-tags-list li:first-child{line-height: 30px;
    color: #959595;}
.aside-tags-list li a {
    display: inline-block;
 font-family: 'Roboto', sans-serif !important;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #959595;
    font-size: 13px;
}
.blog-detail-btm{    overflow: hidden;}
.aside-tags-list {
font-family: 'Roboto', sans-serif !important;
    float: left;
    margin: 0 0 0 -10px;
    overflow: hidden;
}
.like-nd-comment {
    float: right;
	font-family: 'Roboto', sans-serif !important;
    padding: 10px 0 0;
}
	     .blogpage{    padding: 50px 0 0px !important;}
		.blogsubhead,.FullStory h3{
		    font-family: 'Roboto', sans-serif !important;
			font-size: 12px;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0;}
	.bogimage{width: 100%;padding:40px;}
	.Story p,.FullStory p{    font-family: 'Roboto', sans-serif !important;}
	.fullimgblog{    width: inherit;}
	
 	#showerror,#forgoterror{color: #bd2323;
    text-align: center;
  background-color: #FFBABA;
    padding: 10px;
	    display: none;
    border: 1px solid #982626;
    text-transform: capitalize;
    letter-spacing: 1px;
	} 
	#showsucc{text-align: center;
  background-color: #dbefdc;
    padding: 10px;
	color: green;
	    display: none;
    border: 1px solid #982626;
    text-transform: capitalize;
    letter-spacing: 1px;}
	.showerrorc{opacity:1 !important;    display: block !important;}
	
	.card{
	    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 #9e9e9e;
    background: #fff;
    padding: 13px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
	}
	
	 
	 .username{animation-name: pulse;
	 -webkit-animation-name:pulse;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
	}
	
	@-webkit-keyframes pulse {
            0% { -webkit-transform: scale(0.95); }
            50% { -webkit-transform: scale(1.09); }
            100% { -webkit-transform: scale(0.95); }
         }
         
         @keyframes pulse {
            0% { transform: scale(0.95); }
            50% { transform: scale(1.09); }
            100% { transform: scale(0.95); }
         }
         
} 
#showLoader, #showpassLoader
{    padding: 5px;
    /* display: none; */
    font-size: 15px;
    margin: 0 auto !important;}
#showLoader img, #showpassLoader img	{      width: 40px !important;
    height: 40px !important;}
	
	.error {
    border: 1px solid #c00 !important;
}


  .table-hover>tbody>tr:hover {
     background-color: transparent !important; 
}

.span4.col-md-4.imgcolm{
  padding: 0px !important;
  border-right:1px solid #fff;
}

h3.blogsubhead{
  padding:10px 0px;
  color:#fff;
}

.span8.col-md-8 {
    padding: 20px;
}

a.more-link {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    text-align: center;
    margin: 0 0px;
    display: inline-block;
    float: right;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.bottom{
  height:50px;
}

.Fullblogdetail h1, h3{
  color:#fff;
}

.annual-pdf .img-shd-div {
    padding: 15px !important;
    max-width: 350px;
    margin: 0 auto;
  }
.annual-pdf .img-shd{
  width: 70px !important;
  height: 70px !important;
}
.annual-pdf .dwn-div{
      margin: 0 7px 0 0;
    width: 100%;
    text-align: center;
}


/*faculty page css*/
table.faculty-table td {
    padding: 10px;
    text-align: left;
}
table.faculty-table p {
    color: #ffffff;
        font-family: 'Roboto', sans-serif !important;
        font-size: 16px;
            line-height: 1.5;
}
.d-flex-pdf{
       display: inline-flex;
       align-items: center;
}
.wv-100{
  width: 100%;
}