/*
Theme Name: Ashvin
Theme URI: 
Description:  Theme
Version: 0.1
Author: lbminfotech
Author URI: http://lbminfotech.com
*/ 
/* ----------------------------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic);
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/

@font-face {
    font-family: 'icomoon';
    src:    url('css/fonts/icomoon.eot?77y0hb');
    src:    url('css/fonts/icomoon.eot?77y0hb#iefix') format('embedded-opentype'),
        url('css/fonts/icomoon.ttf?77y0hb') format('truetype'),
        url('css/fonts/icomoon.woff?77y0hb') format('woff'),
        url('css/fonts/icomoon.svg?77y0hb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-medical-doctor-in-patient-heart-check:before {
    content: "\e900";
}
.icon-notebook:before {
    content: "\e901";
}
.icon-old-handphone:before {
    content: "\e902";
}
.icon-patient-with-bandages-and-a-doctor:before {
    content: "\e903";
}
.icon-reading:before {
    content: "\e904";
}
.icon-telephone:before {
    content: "\e905";
}
.icon-wireless-internet-connectivity:before {
    content: "\e907";
}
.icon-bus-front-view-with-sign:before {
    content: "\e908";
}
.icon-facebook-placeholder-for-locate-places-on-maps:before {
    content: "\e90b";
}
.icon-lab-flask:before {
    content: "\e90c";
}
.icon-laboratory-microscope:before {
    content: "\e90d";
}
.icon-mail-black-envelope-symbol:before {
    content: "\e90e";
}
.icon-male-graduated-student:before {
    content: "\e90f";
}
.icon-medical:before {
    content: "\e910";
}
.icon-facebook3:before {
    content: "\e909";
}
.icon-google-plus:before {
    content: "\e90a";
}
.icon-social-network22:before {
    content: "\e906";
}


body {font-family: 'Roboto', sans-serif; font-size:14px; color:#3e3e3e; line-height:28px}
h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif;}
a { transition:all 1s}
a:hover, a:active, a:focus { outline:0}
ul {padding:0}
.navbar-inverse .navbar-nav>li>a {font-family: 'Montserrat', sans-serif;}
/* For Fade in fade out*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}
.alignright {
    float: right;
}
.inner-middle img {
    border: 5px solid #fff;
    float: right;
    margin: 0 0 5px 15px;
    outline: 1px solid #d8d8d8;
}
.alignleft {
    float: left !important;
    margin: 0 15px 5px 0 !important;
}
em {
    color: red;
    font-size: 14px;
}
.right-blk {
    background: #f3f3f3 none repeat scroll 0 0;
    border-bottom: 5px solid #dfdfdf;
    border-top: 5px solid #dfdfdf;
    padding: 0 0 20px;
}
.right-blk-txt {
    padding: 30px 30px 15px;
}
.right-blk span {
    float: left;
    font-size: 30px;
    margin: 10px 20px 0 0;
}
.right-blk .icon-mail-black-envelope-symbol{     
    margin: 0px 20px 0 0;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    height: 45px !important;
    margin: 0 0 15px;
    padding: 15px;
    width: 100% !important;
}
input[type="submit"] {
    background: #124A83 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.wpcf7-not-valid {
  border: 1px solid red !important;
}
.wpcf7 img {
  border: 0 none;
  float: none;
  margin: -4px 0 4px 0;
  width: auto;
}
.inner-middle h2 span {
  color: #103c7b;
  font-size: 12px;
}
.navigation .nav-next {
    width: 50%!important;
    float:right;
      text-align: right;
}
.circulas {
  float: left;
}
#wpcf7-f127-o1 .wpcf7-textarea {
	height: 69px !important;
}
.navigation .nav-previous {
  width: 50%!important;
  float: left;
}
/*.inner-middle a {
  float: left;
  margin: 10px;
}*/
.sub_pages h2 { margin-top:0px!important}
.wonderplugin-gridgallery-item > a {
  opacity: 0!important;
}
#html5-watermark > a {
  opacity: 0;
}
ol, ul {
    counter-reset: li;
    background-position: left center;
    background-repeat: no-repeat;
    list-style-type: none;
}
ol, ul {
    margin: 15px 0;
}
ol li {
	list-style: none;
	padding-left: 5px;
}
ol li::before {
	color: #d72119;
	content: counter(li,decimal-leading-zero);
	counter-increment: li;
	padding-right: 8px;
}
.megamenu {
	padding:10px 0px;
width:100%;
left: 5% !important;
}
.navbar-right .dropdown-menu {
	right: 0;
	
}
.wpcf7-validation-errors , .wpcf7-mail-sent-ok{
	border: 2px solid #f7e700;
	float: left;
	width: 100%;
	/* margin: 0px !important; */
	/* padding: 0px; */
}
#wpcf7-f127-p50-o1 textarea{
    height:60px!important;
}
.wpcf7-not-valid {
	border: 1px solid red !important;
}
.wpcf7-not-valid-tip
{
    display:none!important;
}
.menu-large {
	position: static !important;
}
#wpcf7-f127-o1 p {
	width: 48%;
	float: left;
	margin: 0px 10px 0px 0px !important;
}
.inner-head h1
{
    text-transform: uppercase;
	color: #000 !important;
}

/*-----------------------------------*/
/* Flexible Container
/*-----------------------------------*/
.Flexible-container {position: relative; padding-bottom: 60%; height: 0; overflow: hidden; border: none; margin-bottom:0;}
.Flexible-containerNew {position: relative; padding-bottom: 40%; height: 0; overflow: hidden; border: none; margin-bottom:0;}

.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {position: absolute; width: 100%; top: 0; border: none; left: 0; width: 100%; height: 100%;}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {position: absolute; width: 100%; top: 0; border: none; left: 0; width: 100%; height: 100%;}

.Flexible-container1 {position: relative; padding-bottom: 20%; height: 0; overflow: hidden; border: none; margin-bottom:0;}
.Flexible-containerNew iframe, .Flexible-containerNew object, .Flexible-containerNew embed {position: absolute; width: 100%;  border: none; top: 0; left: 0; width: 100%; height: 100%;}



.wonderplugintabs-panel-wrap > a {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none;
}
.wonderplugintabs-panel-wrap
{
    overflow: auto!important;
}
.wonderplugintabs-header-wrap .wonderplugintabs-header-title {
	display: inline-block;
	margin: 4px;
	
	font-size: 18px!important;
	font-weight: 900;
	vertical-align: middle;
	color: #0c447e;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.nav-top {background:#fff; padding:7px 0; text-align:right}
.nav-top p { margin-bottom:0; color:#000;margin-top: 25px;font-size: 18px;}
.nav-top p span { margin:0 5px 0 0;color:#e77006 !important;}
.nav-top p a {color:#000; text-decoration:none}
.logo1 { display:none !important} 
.call { border-right:solid 1px #fff; padding:0 5px 0 0}

#wecome-sec { text-align:center; padding:50px 0}
#wecome-sec h1 { font-size:30px; margin: 5px 0 15px 0;}
#wecome-sec h1 span { color:#ed7001; font-weight:600}
#wecome-sec p {padding: 0 10%;}
.red-border { width:10%; height:3px; background:#3d3174; margin:20px 45% 25px 0;}
#facilities .red-border{margin:20px 45% 25px 45%}
#wecome-sec .red-border { width:70px; height:3px; background:#3d3174; margin:20px auto 40px}
.width80 { width:80%; margin:0 auto;}
.process-blk { position:relative; margin:0 20px}
.text-blk {position:absolute; bottom:0; width:100%; background:rgba(12,68,126,0.9); color:#fff; font-size:20px; font-family: 'Montserrat', sans-serif; padding:20px 0 20px 30px; text-align:left; font-weight:bold}
.text-blk span { font-size:35px; margin:0 15px 0 0}
#owl-demo .owl-item:nth-child(2) .text-blk {background-color:rgba(12,68,126,0.9); }
#owl-demo .owl-item:nth-child(3) .text-blk {background-color:rgba(12,68,126,0.9); }

#department {position:relative; margin-top:-60px;}
#department h1 { font-size:26px; color:#fff; font-weight:normal;}
#department h1 span { font-weight:bold;}
#department .white-sptr { background:#fff; width:70px; height:3px; margin:15px auto 30px}
.depart-blk { background:#f9f9f9; padding:20px 20px 50px; position:relative; color:#3e3e3e; margin:0 15px}
.depart-blk span { font-size:65px; color:#0c447e; margin:20px 0 0; display:block}
.depart-blk h3 { color:#0c447e; font-size:16px; text-transform:uppercase; margin:20px 0 5px; font-weight:bold}
.depart-blk a {position:absolute; bottom:-25px; padding:5px 0; width:140px; display:block; background:#fff; border:solid 3px #002e5b; border-radius:50px; color:#0c447e; left:50%; margin:0 0 0 -70px}
.depart-blk a:hover { background:#ff7e00; color:#fff; text-decoration:none}

#facilities { width: 100%; float: left; background: #fff; padding:40px 0 45px;border-top: 10px solid #efefef; text-align: center;}
#facilities h1 { font-size:26px}
#facilities h1 span { color:#0faa43; font-weight:bold}
.faci-details span { font-size:70px; margin:10px 0; display:inline-block; transition:all 1s}
.faci-details h5 { font-size:17px; text-transform:uppercase; color:#000; margin:0; transition:all 1s}
.faci-details a { color:#000; transition:all 1s; display:block}
.faci-details p { margin:0}
.faci-details hr { margin:25px 0}
.faci-details .grey-brdr { border-top: solid 3px #a7a7a7; width:10%; margin:15px 45% 15px 45%}
.faci-details a:hover h5, .faci-details a:focus h5, .faci-details a:active h5 {color:#d72119}
.faci-details a:hover span , .faci-details a:hover, .faci-details a:focus span , .faci-details a:focus, .faci-details a:active span , .faci-details a:active { color:#004180}
.display767 { display:none}


#gallery {background:url(images/pattern.jpg) repeat; }
.gallery-blk { padding:50px 0 0}
#gallery h1 { font-size:26px;}
#gallery h1 span { color:#d72119; font-weight:bold}
#gallery .red-border { margin:10px 0 40px}
.gallery-blk .col-sm-6 { margin:0 0 30px;}
.award-blk { padding:50px 15px; background:#fff; }
.award-blk a h6 { font-size:16px; margin:15px 0; color:#000; transition:all 1s}
.award-blk a img { transition:all 1s}
.award-blk a:hover, .award-blk a:active, .award-blk a:focus { text-decoration:none}
.award-blk a:hover h6, .award-blk a:active h6, .award-blk a:focus h6 {opacity:0.7}
.award-blk a:hover h6, .award-blk a:active h6, .award-blk a:focus h6 { color:#d72119;}

#footer-top { background:#0bb8c3; padding:40px 0; color:#fff}
#footer-top span { float:left; font-size:30px; margin:10px 20px 0 0}
#footer-top a {color:#fff; margin:10px 0; float:left}

#footer {background:#232324; padding:50px 0; color:#fff}
#footer img { float:left; margin:0 20px 0 0}
.social { padding:15px 0 0 0}
.social a { font-size:30px; margin:0 5px 0 0; color:#fff; opacity:0.7; transition:all 1s}
.social a:hover { opacity:1; text-decoration:none}
#footer h6 { font-size:16px; font-weight:bold; color:#fff; margin:0 0 30px}
#footer a { color:#fff}
#footer ul li {list-style:none; width:50%; float:left; margin:0 0 10px 0}
.news p span { font-size:13px; font-style:italic}
.news hr { border-top:solid 1px rgba(255,255,255,0.5)}

#footer-btm { background:#1e1e1e; padding:15px; color:#fff}
#footer-btm a { color:#fff}
.navbar-inverse .navbar-nav > li > a{ color:#fff; font-weight: 800;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #f7841f;
	background-color: transparent;
	border-bottom: 3px solid #f7841f;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
	border-bottom: 3px solid #3d3174;
}
.dropdown-menu{background:#3d3174;}
.line{ background:url(images/line.png) repeat-x center; width:280px; margin:0 auto; margin-top:20px; margin-bottom:30px; }
.grnBtn{ padding:10px 25px 10px 25px; display:inline-block; margin:0; color:#3d3174; background:#fbfdfd; font-family: 'Roboto Condensed', sans-serif; font-size:16px; text-decoration:none;}
.grnBtn:hover{color:#fff}
.hvr-sweep-to-right {
  display: inline-block;  vertical-align: middle;  -webkit-transform: translateZ(0);  transform: translateZ(0);  box-shadow: 0 0 1px rgba(0, 0, 0, 0);  -webkit-backface-visibility: hidden;  backface-visibility: hidden;  -moz-osx-font-smoothing: grayscale;
  position: relative;  -webkit-transition-property: color;  transition-property: color;  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-right:before {
  content: "";  position: absolute;  z-index: -1;  top: 0;  left: 0;  right: 0;  bottom: 0;  background: #3d3174;  -webkit-transform: scaleX(0);  transform: scaleX(0);  -webkit-transform-origin: 0 50%;  transform-origin: 0 50%;  -webkit-transition-property: transform;  transition-property: transform;  -webkit-transition-duration: 0.5s;  transition-duration: 0.5s;  -webkit-transition-timing-function: ease-out;  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1); transform: scaleX(1);
}
.triangle {
	position: absolute;
	bottom: -30px;
	left: 48%;
	z-index: 2;
}
.style_prevu_kit{border:0;position: relative;
    -webkit-transition: all 1s ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 1s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 1s ease-in;
    -moz-transform: scale(1);
    transition: all 1s ease-in;
    transform: scale(1);   }
.style_prevu_kit:hover{ box-shadow: 0px 0px 5px #000000;
    z-index: 2;
    -webkit-transition: all 1s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 1s ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 1s ease-in;
    -moz-transform: scale(1.1);
    transition: all 1s ease-in;
    transform: scale(1.1);
}
.mission a{ text-decoration:none;}
.snip1535:before,
.snip1535:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}
.snip1535::before {
	border-color: #000;
	border-right-width: 2px;
	border-top-width: 2px;
	right: 4%;top: 8%;
	transition: all ease-in-out 1.5s;
}
.snip1535::after {
	border-bottom-width: 2px;
	border-color: #000;
	border-left-width: 2px;
	bottom: 4%;
left: 3%;
	transition: all ease-in-out 1.5s;
}
.snip1535:hover,
.snip1535.hover  { background-color: #fff;}
.snip1535:hover a,
.snip1535.hover a{ background:none;}
.snip1535:hover::before, .snip1535.hover::before, .snip1535:hover::after, .snip1535.hover::after {
	height: 70%;
	width: 75%;
}
.blue_blk{ background:#0c447e;text-align: center;padding: 42px 0;color: #fff; width:100%; position:relative; float: left;}
#about-bottom {width: 100%; float: left; border-top: 2px solid #fff; background: #062b51; position:relative}
.mission-blk, .helpDesk { background:#0c447e; padding: 60px 50px 119px 50px; min-height: 360px; width: 100%; float:left; color:#fff; overflow:hidden; position:relative}
.mission-blk { background:#062b51; padding:44px;}
/***news********/
#about-bottom h3 {font-size: 18px; text-transform: uppercase; padding: 0; margin: 0; color: #fff;} 
#about-bottom span {color: #dae3ec; font-size: 12px; line-height: 10px;}
#about-bottom p {color: #dae3ec; font-size: 14px; padding: 0; margin: 0; line-height: 23px !important;}
#about-bottom a {color: #dae3ec; }
.panel ul{padding:0px; margin:0px; list-style:none;}
.news-item{ padding:35px 4px; margin:0px;  border-bottom:1px dotted #3b5876; }
.glyphicon-comment {float: left; font-size: 52px !important; line-height: 1 !important; margin-right: 20px;}
.demo2 {height: 400px !important;}
.helpDesk h4 {color: #fff; font-size: 35px; text-transform: uppercase; padding: 0; margin: 0 0 20px 0;}
.helpDesk p {line-height: 30px !important; color: #dddddd;}
.helpLine {width: 5%; height: 3px; background: #0faa43; margin: 0 0 25px 0;}
.helpDesk ul {padding:0; margin: 0;}
.helpDesk li {list-style: none; background: url(../images/icon.png) no-repeat 25px 19px; border-bottom: 1px solid #3f6c99; padding: 8px 0 8px 50px; -moz-transition:all 500ms ease-in-out; -ms-transition:all 500ms ease-in-out; -o-transition:all 500ms ease-in-out; -webkit-transition:all 500ms ease-in-out;}
.helpDesk li:last-child {border-bottom: none;}
.helpDesk li:hover {background:url(images/icon.png) no-repeat 25px 22px #1f5388; }
.vertical-text {transform: rotate(-90deg); transform-origin: left top 0; position: absolute; margin: 0 auto;left: -11px; border-left: solid 2px #ccc; padding-left: 20px; top: 45%; color:#000; z-index:2}
.vertical-text h2 {color:#000; text-transform:uppercase; font-weight:bold; font-size:40px; margin-bottom: 0;}
.vertical-text h2 span {color:#727272; font-size:25px; font-weight:300;}
#about-bottom .vertical-text h2 span {color:#6d96c0; font-size:25px; font-weight:300;}
#about-bottom .vertical-text h2 {color:#fff;}
#services .vertical-text {top:25%;}
#services .vertical-text h2 {line-height:20px !important; margin-top: 30px; text-align:left}
.newtworkInfo .vertical-text {top:37%;}
.col {
  padding: 1rem;
}
@media (min-width: 500px) {
  .col {
    width: 30%;
    float: left; margin-bottom: 70px;
margin-top: 10px;
  }
  .col:nth-of-type(2n+1) {
    clear: left;
  }
}
code  {color:#000; background: none; font-size: 14px;}

.btn-8 {
  color: #000 !important;
}

.abt_text .btn {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  text-decoration: none; border-radius:0; border:solid 1px #ccc; /*background:url(../images/button.png) no-repeat; background-size:100% auto;*/
}
/*.btn:hover {background:none; transition:all linear 1s;}*/
.btn:before, .btn:after,
.btn .btn--inner:before,
.btn .btn--inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: currentColor;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn--cw:after,
.btn--ccw:after,
.btn--cw-tlbr:after,
.btn--ccw-tlbr:after,
.btn--cw-trbl:after,
.btn--ccw-trbl:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.btn--cw .btn--inner:before,
.btn--ccw .btn--inner:before,
.btn--cw-tlbr .btn--inner:before,
.btn--ccw-tlbr .btn--inner:before,
.btn--cw-trbl .btn--inner:before,
.btn--ccw-trbl .btn--inner:before {
  right: 0;
  left: auto;
}
.btn--cw .btn--inner:after,
.btn--ccw .btn--inner:after,
.btn--cw-tlbr .btn--inner:after,
.btn--ccw-tlbr .btn--inner:after,
.btn--cw-trbl .btn--inner:after,
.btn--ccw-trbl .btn--inner:after {
  top: auto;
  bottom: 0;
}

.btn--ccw:before, .btn--ccw:after {
  width: 2px;
  height: 0;
}
.btn--ccw .btn--inner:before,
.btn--ccw .btn--inner:after {
  width: 0;
  height: 2px;
}
.btn--ccw:hover:before, .btn--ccw:hover:after {
  height: 100%;
}
.btn--ccw:hover .btn--inner:before,
.btn--ccw:hover .btn--inner:after {
  width: 100%;
}

.btn--cw-tlbr:before, .btn--cw-tlbr:after,
.btn--cw-tlbr .btn--inner:before,
.btn--cw-tlbr .btn--inner:after,
.btn--ccw-tlbr:before,
.btn--ccw-tlbr:after,
.btn--ccw-tlbr .btn--inner:before,
.btn--ccw-tlbr .btn--inner:after,
.btn--cw-trbl:before,
.btn--cw-trbl:after,
.btn--cw-trbl .btn--inner:before,
.btn--cw-trbl .btn--inner:after,
.btn--ccw-trbl:before,
.btn--ccw-trbl:after,
.btn--ccw-trbl .btn--inner:before,
.btn--ccw-trbl .btn--inner:after {
  -webkit-transition: 800ms ease-in-out;
  transition: 800ms ease-in-out;
}
.btn--ccw-tlbr:before, .btn--ccw-tlbr:after {
  width: 2px;
  height: 0;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.btn--ccw-tlbr .btn--inner:before,
.btn--ccw-tlbr .btn--inner:after {
  width: 0;
  height: 2px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn--ccw-tlbr:hover:before, .btn--ccw-tlbr:hover:after {
  height: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn--ccw-tlbr:hover .btn--inner:before,
.btn--ccw-tlbr:hover .btn--inner:after {
  width: 100%;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.btn--ccw-trbl:before, .btn--ccw-trbl:after {
  width: 2px;
  height: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn--ccw-trbl .btn--inner:before,
.btn--ccw-trbl .btn--inner:after {
  width: 0;
  height: 2px;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.btn--ccw-trbl:hover:before, .btn--ccw-trbl:hover:after {
  height: 100%;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.btn--ccw-trbl:hover .btn--inner:before,
.btn--ccw-trbl:hover .btn--inner:after {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
/*#form button, input, select, textarea{width: 100%;background: transparent;
border: 1px solid rgba(255,255,255,0.5)}*/
#submit{ margin-right:15px !important;}
#submit, .subbtn{margin: 18px 0px;padding: 3px 14px;background: #fff; border:none; color:#000; width:18%}
#submit:hover, .subbtn:hover{ background:#000; color:#fff;}
.loctn {border-left: 1px solid rgba(255,255,255,0.3);height: 220px;}
.loctn span{background: #ed7001;padding: 8px;margin-right: 18px; border:1px solid rgba(50,50,50,0.3); float:left;}
.footer_rline{border-right: 1px solid rgba(255,255,255,0.3);height: 220px;}
.loctn hr{ opacity:0.1;margin-top: 15px;margin-bottom: 15px;}
/********effect***********/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	/*max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
float: left;
overflow: hidden;
margin: 0px 0%;
background: #250d83;
text-align: center;
cursor: pointer;
width: 100%;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	/*padding: 2em;*/
	color: #fff;
	/*text-transform: uppercase;
	font-size: 1.25em;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 20px;
font-weight: bold;
}

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 116px 0px;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p, figure.effect-chico h3 {
	margin: 0 auto;
    max-width: 335px;
	-webkit-transform: scale(1);
	transform: scale(1); color:#fff
}
figure.effect-chico h3 {font-size:25px; text-transform:none; max-width: 200px;}
figure.effect-chico:hover h3{max-width:380px !important; }
figure.effect-chico span {font-size:25px; text-transform:none; font-weight:bold;}
figure.effect-chico p{ font-size:20px; font-weight:700;text-transform: capitalize;}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p , figure.effect-chico:hover h3, figure.effect-chico:hover span{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#owl-demo .owl-item img{ width:100%;}
.servicesInfo {width: 100%; float: left; background: #fff; padding: 70px 0; } 
.servicesInfo .col-md-4 {padding: 0px!important; margin: 0px!important;}
.servicesInfo h2 {color: #011d2c; font-size: 30px; font-weight: 300; text-transform: uppercase; line-height: 45px; padding: 0; margin: 0 0 25px 0;}
.servicesInfo h2 Span {color: #0faa43; font-size: 45px; font-weight: 700; display: block;}
.servicesInfo p {padding: 0 13%; margin: 0 0 35px 0;}
.greenLine {width: 5%; height: 3px; background: #0faa43; margin: 0 auto 30px auto;}
.servicesBox {background: #fff;  border: 1px solid #e0e0e0; padding: 40px 40px; -moz-transition:all 500ms ease-in-out; -ms-transition:all 500ms ease-in-out; -o-transition:all 500ms ease-in-out; -webkit-transition:all 500ms ease-in-out; } 
.servicesBox h3 {font-size: 20px; color: #0b5994; text-transform: uppercase; height:40px;}
.servicesBox:hover {background: #fff; border: 1px solid #167cc9; color: #fff;} 
.servicesBox h3:hover {font-size: 20px; color: #414141;}
.servicesBox p {padding: 0;}
#services { cursor: pointer; text-align:center; position:relative}
#services .icon { font-size:50px; transition:all 500ms; display:block}
#services p { line-height:24px; font-size:13px; color:#414141}
#services .item { cursor:pointer; color: #000;}
#services .item:hover .icon {-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); cursor:pointer; color:#0faa43;}
#services a {font-size:16px; color:#1e77c2; font-weight:bold; text-decoration: none; border: 1px solid #d4d4d4; padding: 6px 20px; text-transform: lowercase !important;}
#services a:after {color:#0889c1; transition:all 1s}
#services a:hover:after { background: #1e77c2; color: #fff; border: 1px solid #1e77c2; }
#services a:hover { color: #fff; border: 1px solid #1e77c2; }
.servicesBox:hover .icon {-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); cursor:pointer; color:#009fe3}
.hvr-shutter-out-horizontal{ background:none;}
#about-bottom{ margin-bottom:100px;}
.navbar-brand {position: relative;top:0;}
#services .line{margin-top: 35px;margin-bottom:0px;}
.aligncenter
{
    float:none;
    margin: 0 auto;
    width:100%;
    
}
.inner-middle
{
    padding:50px;
}
.inner-head {
	background: url(images/inner-banner.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding: 50px 0 0px;
	color: #fff;
}
.arch_page .col-md-3:hover {
    box-shadow: 10px 10px 5px #888888;
}
.arch_page .col-md-3 {
    width: 21%;
    border: 1px solid #eee;
    padding: 30px;
    text-align: center;
    min-height: 265px;
    margin: 10px 20px;
 transition:all 1s;
}
.arch_page .col-md-3 h3 {
	font-size: 20px;
	color: #0b5994;
	text-transform: uppercase;
	height: 40px;
}
.dropdown-menu{min-width: 245px;}
p{ color:000;}
.grnBtn{border: 1px solid rgba(0,0,0,0.1);}
.coursesCon {width: 100%; float: left; background: #ededed; padding: 80px 0;}
.owl-carousel .owl-wrapper-outer {padding: 0px !important;}
.coursesBox {width: 100%; float: left; }
.effect-chico img {width: 100%; height: auto;}
.coursesCon .col-sm-6 {text-align: center;}
.coursesInfo {width: 100%; float: left;}
.coursesInfo h5 {font-size: 20px; color: #2b128c; text-transform: uppercase; font-weight: 800;  margin: 25px 0 0 0;}
.coursesInfo h3 {font-size: 18px; color: #000; font-weight: 600; margin: 0;}
.coursesInfo p {padding: 0 10%;}

#new_sec{ background:#f4f4f4; padding:40px; width: 100%; float:left;}
#new_sec h2{ font-size:35px; font-weight:bold; color:#000; text-align:center; text-transform:uppercase; line-height:45px;}
.news1{ background:#ffffff;padding: 0px 0 5px 0;}
.short_line{ width:40px; height:4px; background:#6eab1e; margin:24px 0 10px 20px;}
.news1 h4{ font-size:18px; color:#0e2882; margin-left:19px; line-height:28px;}
.news1 p{ font-size:16px; color:#656565;margin-left: 18px; font-weight:normal;}
.news1 p span{ color:#6eab1e;margin-right: 11px;}
#updates_sec h2{font-size:25px; font-weight:bold; margin: 0; color:#fff; text-align:center; text-transform:uppercase; line-height:45px;}
.glyphicon-calendar:before {content: "\e109"; color: #fff; font-size: 40px;}
.update1{border:4px solid #2b6aae; padding: 20px 25px; position:relative;margin-top: 30px;}
.update1 h3{ font-size:18px; color:#fff; font-weight:bold; text-transform:uppercase; text-align:center; line-height: 30px; margin: 0;}
.update1 p{ font-size:15px; color:#d1d1d1; text-align:center;}
.update_news {background: #fff;color: #727171;position: absolute;padding: 0 21px;top: -16px;font-size: 30px;}
#updates_sec{ padding:50px; background: #0c447e;}
#owl-demo .item{ margin:0 10px;}
#owl-demo  .owl-buttons{ display:none;}
#owl-demo1 .item{ margin:0 10px;}
#owl-demo1 .owl-prev{font-size: 50px;text-align: center;color: #797979; float:left;}
#owl-demo1 .owl-next{font-size: 50px;text-align: center;color: #797979;}
#owl-demo1 .owl-buttons{text-align: center;width: 5%;margin: 30px auto;}
.facilitiesBox { width: 100%; float: left; }
.facilitiesBox1 { width: 94%; margin: 15px 3%; text-align: center; float: left; border: 1px dotted #999; padding: 40px 40px;}
inner-middle strong{color: #3d3174;}
#wonderplugingridgallery-3 img{ outline:none !important; border:1px solid #ccc;}
.inner-middle strong{ color:#e77006;}
#footer a{ text-decoration:none !important;}
#wonderplugingridgallery-4 img{ margin-top:0 !important;
outline: none; border:1px solid #ccc !important;}
#wonderplugingridgallery-4 .wonderplugin-gridgallery-item-title {
	font-size: 20px !important;
	color: #000 !important;
	margin-top: 6px !important;
	text-transform:capitalize !important;

}
.wpcf7-form-control.wpcf7-textarea {
	height: 60px !important;
}
.nav > li > a {padding: 7px 13px;}
/*------------------*/
@media (max-width:1199px) {
.container{width:96%;} 
.nav > li > a {padding: 15px 10px; font-size: 14px;}
.width80 { width:100%;}
.process-blk { margin:0 15px}
.text-blk { font-size:20px}
.text-blk span { font-size:30px; margin:0 9px 0 0}
#gallery h1 { font-size:20px}
.faci-details h5 { font-size:15px}
.faci-details span { font-size:55px}

}
.inner-middle p{ color:#000;}

@media (max-width:1100px) { 
.nav > li > a {padding: 10px 8px; font-size: 14px;}
.nav-top p {font-size: 16px;}
}
@media (max-width:1024px) { 
.container { width:96%;}
#facilities { background-size:80%}
.mission-blk, .helpDesk{padding: 60px 0px 32px 45px;}
figure.effect-chico p{font-size: 16px;}
#facilities{padding: 0;}
.right-blk-txt h3{font-size: 18px;}
.right-blk span{font-size: 23px;margin: 10px 6px 0 0;}
.right-blk-txt {padding: 30px 24px 15px;}
.helpDesk h4 {font-size: 30px;}
.nav > li > a {font-size: 13px;}
}
@media (max-width:991px) { 
.navbar-inverse .navbar-toggle{background-color: #e48a18;}
.navbar-header { width:100%; min-height:50px}
.navbar-inverse .navbar-toggle {position:absolute; margin:0; right:20px; top:8px;}

.navbar-nav { float:none}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {position:absolute; top:50px; width:93%; background:#3d3174}
.navbar-collapse { padding:0}
.navbar-nav > li { float:none; width:100%; border-bottom:solid 1px rgba(255,255,255,0.2)}
.navbar-inverse .navbar-nav > li > a { color:#fff}
.navbar-nav > li > a { padding:0 25px; color:#fff}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { color:#fff; border:0}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover { border-color:transparent; color:#fff; background:rgba(0,0,0,0.2)}
.process-blk { margin:0 10px !important}
.text-blk { font-size:16px; padding:15px 0 15px 18px}
.text-blk span { font-size:25px}
#wecome-sec { padding:30px 0 5px}
#department { padding:30px 0 15px}
.faci-middle { display:none}

.nav-top p {font-size: 15px;}
}
@media (max-width:768px) { 
.mission-blk, .helpDesk {width: 100%;}
#wpcf7-f127-o1 input[type="text"], input[type="tel"], input[type="email"], textarea {width: 100% !important;}
#footer .col-sm-4{ width:100%; border:none;}
.vertical-text{top: 26%;}
.inner-head h1{font-size: 26px;}
.navbar-brand > img {width: 100%;margin-top: 9px;}
.right-blk{margin-top: 35px;}
.megamenu {top: 75% !important;}
.arch_page .col-md-3{width: 30%;padding: 30px 0;margin: 10px 9px;float: left;}
.arch_page .col-md-3 h3{font-size: 17px !important;}
.nav-top p {font-size: 13px;}
.Flexible-container {padding-bottom: 22%;}
}
@media (max-width:767px) {
	.award-blk hr { display:none}
	#footer .col-sm-4 { border-bottom:solid 1px rgba(255,255,255,0.5); margin:20px 0; float: left;}
	#footer { padding:30px 0 0}
	#footer .col-sm-4:last-child { border-bottom:0}
	#footer ul li { float:none; display:inline-block; width:auto; border-right:solid 1px rgba(255,255,255,0.8); margin:0; padding:0 8px 0 5px; line-height:15px}
	#footer h6 {margin-bottom:10px}
	#footer-btm .text-right {text-align:left}
	#wecome-sec h1 { font-size:23px}
	.display767 { display:block}
	#facilities { padding:30px 0}
.nav-top p a {display: block;}
.hidden-xs {display: block !important;}
}
@media (max-width:736px) { 
.hidden-xs {display: block!important;}
.arch_page .col-md-3 h3 {font-size: 13px !important;}
.arch_page .grnBtn{padding: 10px 18px 9px 18px;}
}
@media (max-width:667px) {
.footer_rline{height: 190px;}
.vertical-text h2{font-size: 35px;}
.arch_page .col-md-3{width: 45%;margin: 12px 10px;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{overflow-x: hidden;}
}
@media (max-width:600px) {
figure.effect-chico figcaption {padding: 92px 0px;}
figure.effect-chico p {font-size: 12px;}
.hidden-xs {display: block !important;}
#menu-footer-menu li a{font-size: 11px;}
.inner-head h1 {font-size: 22px;}
.arch_page .col-md-3{ width:100%;}
}
@media (max-width:568px) {
figure.effect-chico p{margin: -18px auto;}
}
@media (max-width:539px) {
	.text-blk { font-size:20px}
	.text-blk span { font-size:30px}
	.logo1 { display:block !important}
	.logo { display:none !important}
	.navbar-brand > img { width:100%;}
	.call { display:none !important}
	#footer img { display:none}
	.nav-top p {display: none;}
#wonderplugingridgallery-4 .wonderplugin-gridgallery-item-title {font-size: 17px !important;}
.inner-head {padding: 35px 0 0px;}
}
@media (max-width:430px) {
	.gallery-blk .col-xs-6 { width:100%;}
	.award-blk .col-xs-6 { width:100%;}
	.award-blk { padding:30px 15px}
	#facilities .faci-details .col-xs-2 { width:25%;}
	#facilities .faci-details .col-xs-10 { width:75%;}
.inner-middle h3 {font-size: 21px;}
	.inner-middle img { width: 100%;height: auto;}
}
@media (max-width:414px) {
.nav-top p{font-size: 12px;}
#wpcf7-f127-o1 p{width:100%;}
.helpDesk{padding: 25px;}
.footer_rline{height: 145px;}
body{font-size: 13px;}
.inner-middle {padding: 24px 15px;}
.inner-head h1 {font-size: 18px;}
.red-border{width: 60px;}
.right-blk-txt h3 {font-size: 16px;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{overflow-x: hidden;}
.blue_blk  h1{font-size: 27px;}
.vertical-text{display: none;}
.helpDesk h4{font-size: 30px;}
#wecome-sec h1 span {font-size: 20px;}
.inner-head {padding: 15px 0 0px;}
}

@media (max-width:384px) {

.navbar-brand > img {width: 100%;margin-top: 0px;}
#wecome-sec h1 {font-size: 20px;}
figure.effect-chico figcaption {display: none;}
.blue_blk h1{font-size: 29px;}
.vertical-text {display: none;}
#wpcf7-f127-o1 p{width:100%;}
.mission-blk, .helpDesk {padding:20px;}
#footer p{font-size: 12px;}
#footer-btm p{font-size: 12px;}
#footer img {display: block;}
.inner-head h1 {font-size: 20px;}
.inner-middle {padding: 28px;}
}
@media (max-width:375px) {
#services .icon{font-size: 40px;}
.faci-details span {font-size: 48px;}
#footer img {display: none;}
.blue_blk{padding: 39px 10px;}
body {font-size: 13px;}
}
@media (max-width:320px) {
.blue_blk h1 {font-size: 26px;}
.triangle{left: 43%;}
.servicesBox h3{font-size: 17px;}
.helpDesk h4 {font-size: 26px;}
.inner-head h1 {font-size: 15px;}
.red-border {width: 42px;}
.inner-middle {padding: 26px 10px;}
.right-blk-txt {padding: 32px 9px 15px;}
.update1 {padding: 15px 11px;}

}