﻿
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px
}
ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
a{
	text-decoration: none
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 0;
	margin-top: 0
}
h1{font-size: 32px}
h2{font-size: 26px}
h3{font-size: 22px}
h4{font-size: 18px}

/************* Code Added By Aneesh **********/
.fig_caption h4.head4{
	padding:20px;
}
.head4{
	font-weight: 700!important;
    color: #224078!important;
    margin-bottom: 20px!important;
}


.head4new {
	color: #c9dcff!important;
}
.chrono_credits{
	display:none!important;
}

.sidebarMenu ul {
	font-family: 'Lato', sans-serif;	
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.sidebarMenu ul li {
	list-style-type: none;
}

.sidebarMenu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #676869;
    display: block;
    border-bottom: 1px solid #cccccc;
    padding: 8px 10px;
}

.sidebarMenu ul li.current a {
    font-weight: 700;
    color: #000000;
}

.sidebarMenu ul li.current a:after {
	content: url(../images/active-list-icon.png);
	float: right;	
}
.innerPageProfileMedia img{
	width:150px!important;
	height:175px!important;
	
}

/************* Code Added By Aneesh **********/

.body-text{font-size: 17px}
.small-text{font-size: 15px}
.pd0{
	padding: 0
}
.clearb{
	clear: both
}
.fill{
	height: 550px;
	background-size: cover !important;
	/* background-position: center !important; */
	width: 100%;
} 
.carousel-control.right {
	background-image: none
}
.carousel-control.left {
	background-image: none
}
.navbar-default {
	background: none;
	border: none
}   
/* index page css starts */
/* scroll to top css*/
#scrollToTop{
    font-size: 2em;
    color: #fff;
    position: fixed;
    right: 0px;
    bottom: 15px;
    transition: all 0.5% ease;
    background: #11316e;
    line-height: 1;
    width: 34px;
    height: 32px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #333;
    text-decoration: none
}
#scrollToTop i{ 
    margin-top: -2px;
    display: block
}
.hide{transform:scale(0,0);}
    inverse .navbar-nav>.active>a:hover{
    background:#f00
} 
.slide-panel {
    position: relative;
}
.slide-panel-content {
    position: fixed;
    right: -300px;
    width: 270px;
    transition: all 0.5s ease;
    z-index: 9;
    background: #000000;
    top: 50%;
} 
.slide-panel-content ul {
    margin: 0;
    padding: 0;
} 
.slide-panel-content ul li {
    list-style-type: none;
} 
.slide-panel-content ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #000000;
    padding: 10px 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.slide-panel-content ul li a:hover {
    text-decoration: none;
    background: #f79010;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.slide-panel-tab {
    background: #0f316d;
    color: hsl(33, 94%, 52%);
    padding: 7px 10px;
    display: block;
    position: fixed;
    top: 50%;
    right: 0px;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    border: none;
    z-index: 9;
    cursor: pointer;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label + .slide-panel-content {
    right: 0;
}
input[type="checkbox"]:checked ~ label {
    right: 270px;
}

input[type="checkbox"]:checked ~ label .glyphicon {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebarMenu{ background:#eee;}
.pg-cv-box{ margin: 10px; border: 1px solid #ccc;     -webkit-box-shadow: none; box-shadow: none;  -webkit-border-radius: 0;
    border-radius: 0;}

.pg-cv-name{     font-size: 12px; margin-top: 8px;} 

 
/* top menu css */
.bg-blue{
	background: #08437b;
	padding: 8px 0;
}
.top-menu{
	text-align: right
}
.top-menu li{
	display: inline-block;
    margin: 5px 10px;
	color: #fff;
	position: relative
} 
.top-menu li:before {
    position: absolute;
    content: "|";
    left: 0;
    top: -1px;
    font-size: 15px;
    font-family: "fontAwesome";
    margin-left: -14px
}
.top-menu li:first-child:before  {
	content: " "
}
.top-menu li a{
	color: #fff!important;
    text-decoration: none;
    font-size: 14px;
}
.top-menu li a:hover{  	
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s
}
.top-menu li:first-child a:hover{   
	border-bottom: none
} 
/* dropdown-menu css */ 

.navbar-nav > li .fa { display: inline-block;}
.navbar-nav > li .dropdown-menu   { padding:5px; }
.navbar-nav > li .dropdown-menu li { padding: 0px 0; border-bottom: #ccc solid 1px;}
.navbar-nav > li .dropdown-menu li a{ font-size: 14px; color: #666; padding: 10PX }
.navbar-nav > li .dropdown-menu li a:hover {  background: #f7f7f7; color: #666; } 

.navbar-nav > li .dropdown-menu li:last-child{
    border-bottom: none;
}  
.dropdown-submenu {
     position: relative;
    }
   .dropdown-submenu .dropdown-menu {
    top: 40px;
    left: 20%;
    margin-top: -1px;
   }
  .dropdown:hover .submenu{
    display:none!important
  } 
  .dropdown-submenu:hover .submenu{
    display:block!important
  } 
  .navbar-nav > li:nth-child(n+5) > .dropdown-menu {
    left: inherit;
    right: 0;
}




 /*  */
.headerTop{
    padding-top: 10px
} 
.headerTop a{
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    FONT-WEIGHT: 700;
    display: block;
} 
.headerTop span{
    font-size: 15px;
    color: #c2192d; 
    vertical-align: bottom;
}
marquee{
   color: #ffffff;
   font-size: 14px;
   margin-top: 10px;
   BACKGROUND: #ffffff;
   border-bottom-left-radius: 15px;
   font-weight: 900;
}
.Enquiry{
    text-transform: uppercase;
    color: #c52b2b;
}
/* header section */

header{
	background: #08437b;
	margin-top: 10px;
}
.navbar{
	margin-bottom: 0
}
.navbar .logoArea {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #6b6c6e
} 
.navbar-default .menu li a{
 	font-size: 16px;
 	color: #fff;
 	text-transform: uppercase; 
 	padding: 15px 20px  
}
.navbar-default .menu li a:hover,.navbar-default .active>a, .navbar-default .active>a:focus, .navbar-default .active>a:hover{
 	background: #11316e;
 	color: #fff; 
	transition: all 0.5s
 } 
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: #11316e;
 	color: #fff
}
/* toggle button css*/
.navbar-default .navbar-toggle {
    border-color: #fff
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}


/* slider section */
#homePageSlider .carousel-caption {
	left: auto;
	left: 8%;
	bottom: 12%;
	text-align: left;
	text-shadow: none;
	/* background: #cccccc87; */
	transition: transform(-35%, );
}
#homePageSlider .glyphicon-chevron-right:before {
	content: url(../images/icons/slider-right-icon.png)
}
#homePageSlider .glyphicon-chevron-left:before {
	content: url(../images/icons/slider-left-icon.png)
}
#homePageSlider .carousel-control {
	opacity: 1;
	width: 6%
} 
#homePageSlider .carousel-caption h2{
	font-weight: 400;
	font-size: 54px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 28px;
	letter-spacing: 1.5px
}  
a.readMore{
	display: inline-block; 
	text-decoration: none;
	color: #000;
	padding: 10px 30px; 
	text-transform: uppercase; 	
	background: #fff;
    border: 1px solid #c2192d;
    border-top: 4px solid #c2192d; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}   
a.readMore:hover {
    background: #11316e;
    color: #fff; 
    border: 1px solid #fff;
    border-top: 4px solid #fff
} 
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px; 
    background-color: #fff;
    border: 1px solid #f00; 
    margin: 0
}
.carousel-indicators .active { 
    background-color: #f00;
    border: 1px solid #fff
}  
/* common css ends here */
.mid-section ul{
	background: #c2192d;
	padding: 20px;
	margin-bottom: 35px
}
.mid-section li{
	display: inline-block;
	color: #fff;
	font-size: 22px; 
	padding: 0 15px;
	position: relative
}
.mid-section li:before {
    position: absolute;
    content: "|";
    left: 0;
    top: -1px;
    font-size: 22px;
    font-family: "fontAwesome";
    margin-left: -4px
}
.mid-section li a{ 
	color: #fff;
	font-size: 22px;
	font-family: 'Roboto Slab', serif; 
	text-decoration: none
}
.mid-section li a:hover{ 
	color: #bdbfc1
}
.mid-section li:first-child:before  {
	content: " "
}
.mid-section h1{
	font-size: 32px;
	font-weight: 600;
	font-family: 'Roboto Slab', serif;
	color: #c2192d;
	margin-bottom: 60px 
}  
/* News & Events section css */
/*  slider css*/
#mixedSlider {
    position: relative;
}
#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}
#mixedSlider .MS-content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 10px;
}
@media (max-width: 991px) {
      #mixedSlider .MS-content .item {
        width: 50%;
      }
    }
@media (max-width: 767px) {
      #mixedSlider .MS-content .item {
        width: 100%;
      }
    } 
#mixedSlider .MS-content .item a {
    font-size: 15px; 
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold; 
    transition: all 0.5s;
}
#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
    margin-left: 8px;
}
#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 40%;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
      #mixedSlider .MS-controls button {
        font-size: 30px;
      }
    }
@media (max-width: 767px) {
      #mixedSlider .MS-controls button {
        font-size: 20px;
      }
    }
#mixedSlider .MS-controls .MS-left {
    left: 0px;
}
@media (max-width: 767px) {
      #mixedSlider .MS-controls .MS-left {
        left: -10px;
      }
    }
#mixedSlider .MS-controls .MS-right {
    right: 0px;
}
@media (max-width: 767px) {
      #mixedSlider .MS-controls .MS-right {
        right: -10px;
      }
    }
.fa-angle-left:before{
    content: "\f104"; 
    padding: 10px;
    font-size: 50px;
}
.fa-angle-right:before{
    content: "\f105"; 
    padding: 10px;
    font-size: 50px;
}
#News-Events {
	background: #f1f1f1;
	padding: 50px 0
}
.latestNewsHeading h3{
	font-size:32px;
	color: #303030;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 40px;
}  
.newsBox .media-left{
	padding-right: 18px;
}
.newsBox .media-heading{ 
    color: #fff;
    font-size: 14px;
    line-height: 24px; 
    padding: 15px;
    margin-bottom: 15px;
    background: #11316e;
} 
.newsBox .media-body{
	border: 1px solid #d7d7d7;
    border-radius: 4px;
    background: #fff; 
}
.newsBox .media-body h6{
	font-weight: 600;
    color: #ff671a;
    font-size: 17px; 
    padding: 0 15px;
    height: 40px
}
.newsBox .media-body p{
	font-size: 16px;
    font-weight: 300;
    color: #4f5057;
   padding: 20px 15px 30px;
    line-height: 1.8;
}
.newsBox .media-body p a{
	font-weight: 400;
	color: #c2192d;
	margin-top: 10px;
    display: inline-block;
    text-decoration: none;
} 
.latestNewsViewAll{
	margin-top: 30px;
}
.latestNewsViewAll a{
	color: #f9c740;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.latestNewsViewAll a:hover{
	color: #0e3345;
}
.latestNewsViewAll a:after{
	position: absolute;
	content: "";
	height: 25px;
	width: 1px;
	left: -12px;
	top: -3.5px;
	background:#6b6c6e;
} 
/*Achievements section css*/
.Achievements-section{
	margin-bottom: 50px
}
.Achievements{
	background: #08437b;
	margin-bottom: 50px;
	height: 340px;
}
.Achievements-info{
	padding-top: 100px
}
.Achievements-info .bg-gray{
	background: #f79010;
	padding: 0;
	margin-bottom: 50px;
}
.Achievements-info .bg-gray img{
	margin: 15px 0 0 15px;
	width: 100%;
}
.Achievements-info h1{
	font-size: 32px;
	color: #f79010;
	padding: 15px 0 0 30px;
	font-family: 'Roboto Slab', serif;
}
.Achievements-info p{
	font-size: 17px;
	color: #fff; 
	padding: 15px 0 0 15px;
	line-height: 1.5
}
.Achievements-info a.readMore {
 	margin: 60px 0 0 15px; 
    padding: 8px 30px;
}
/* Gallery section css start */
.gallery-section{
	border-top: 1px solid #b7b7b7;
	padding: 50px 0;
	clear: both;
	position: relative;
	background: aliceblue;
}
.gallery img{
	padding: 5px;
    height: 200px;
    width: 100%; 
} 
.View-All-gallery{
	background: #f86f26;
    padding: 10px 22px;
    color: #fff; 
    text-decoration: none!important;
    text-transform: uppercase; 
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,-58%); 
	border-radius: 5px:  
}
.View-All-gallery:hover,.View-All-gallery:focus{
	background: #11316e; 
    color: #fff;
    text-decoration: none;
	transition: all 0.5s;    
}
.Testimonials{
	background: url(../images/Testimonials-bg-img.jpg) no-repeat;  
    background-size: cover;
}
.Testimonials .latestNewsHeading h3{
	color: #fff;
	padding-top: 50px
}
.Testimonials .newsBox .media-body {
    border: none; 
    border-radius: 0px; 
    background: #fff;
}
.Testimonials .newsBox .media-body h5{ 
	text-align: center;
    color: #fff;
    background: #cf5663ed;
    padding: 15px;
    font-size: 22px; 
    margin-top: -5px;
 }
.Testimonials a.View-All{     
    background: #d2626e;
    color: #fff; 
    padding: 8px 30px;
    margin: 30px auto 50px;
    display: inline-block; 
    border:1px solid #d2626e; 
    text-decoration: none;
}
.Testimonials a.View-All:hover{     
    background: #11316e;
    color: #fff; 
    text-decoration: none;
    border:1px solid #fff;  
    text-decoration: none;
	transition: all 0.5s;
}
#Testimonials{
	margin-bottom: 30px
}
/* team section css */
.team{
	padding:50px 15px 0
} 
.team-img{
 	background: linear-gradient(to right, #c8202b 0%, #ff671a 100%);

    padding: 12px;
    margin-bottom: 20px
 }
.team-img img{
 	width: 100%;
 	position: relative;
 } 
 .team h3{ 
 	color: #c2192d;   
 	font-weight: 600;
 }
 .team p{
 	font-size: 15px;
    color: #7c7c7c;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
 }
.team a.readMore { 
    color: #000;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 50px
}
.team a.readMore:hover { 
    color: #fff; 
} 
/* video-section css*/
.video-section{
	background: #ff671a;
	padding: 50px 0 40px 
}
.video-section h1{ 
	color: #fff;  
	font-family: 'Roboto Slab', serif; 
	margin-top: 40px 
}
.video-section p{
	font-size:17px;
	color: #fff;  
	margin-top: 30px  
}
.video-section a.readMore{
	 padding: 8px 15px;
	 margin-top:20px
} 
/* Infrastructure slider css */  
.Infrastructure{
	margin: 50px 0
} 
#slider img{
    display: block;
    width: 100%;
    height: auto
} 
#slider{
    width: 100%;
    height: 260px;
    position: relative;
    margin: auto;
    margin-top: 50px  
}
#slider input{display: none}
#slider .slides{
    position:absolute; 
    width: 100%;
    height: 100%
}
#slider .slides .slide{
    width: 33.33333333%;
    height:auto; 
    float: left;
    filter: alpha(opacity=70); /* for IE */
    opacity: .8
}
#slider .arrow label{
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 0;
    width: 100px;
    height: 45px;
    margin-top: -22.5px;
    text-align: center;
    display: none;
}
#slider .next-arrow label{right: 0; left: auto}
#slider .arrow label:hover .thumb{
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);   
    -webkit-transition: transform .5s ease-in;
    transition: transform .5s ease-in
}
#slider .arrow label i{
    display: block;
    width: 40%;
    height: 45px;
    background-color: rgba(41, 41, 40, 0.98);
    color: #fff;
    line-height: 45px;
    cursor: pointer
}
#slider .arrow label .thumb{
    display: block; 
    width:60%; 
    height: 45px
}
#slider .prev-arrow label i{float: left}
#slider .prev-arrow label .thumb{
    float: right;
    -webkit-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);    
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#slider .next-arrow label i{float: right}
#slider .next-arrow label .thumb{
    float: left;
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg);
     -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
} 
#slide-1-radio:checked ~ .slides .slide:first-child{
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 20px rgba(255,255,255,.7); 
    filter: alpha(opacity=100); /* for IE */
    opacity: 1; 
    -webkit-transform: translateX(100%) scale(1.2);
    -ms-transform: translateX(100%) scale(1.2);
    transform: translateX(100%) scale(1.2); 
    -webkit-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out
}
#slide-1-radio:checked ~ .slides .slide:nth-child(2){
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); 
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out
} 
#slide-1-radio:checked ~ .prev-arrow #prev-3-arrow,
#slide-1-radio:checked ~ .next-arrow #next-2-arrow{
    display: inline-block
} 
#slide-2-radio:checked ~ .slides .slide:nth-child(2){
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 20px rgba(255,255,255,.7); 
    filter: alpha(opacity=100); /* for IE */
    opacity: 1; 
    -webkit-transform: translateX(0) scale(1.2);
    -ms-transform: translateX(0) scale(1.2);
    transform: translateX(0) scale(1.2); 
    -webkit-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out
} 
#slide-2-radio:checked ~ .slides .slide:first-child{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}
#slide-2-radio:checked ~ .prev-arrow #prev-1-arrow,
#slide-2-radio:checked ~ .next-arrow #next-3-arrow{
    display: inline-block
}
#slide-3-radio:checked ~ .slides .slide:last-child{
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 20px rgba(255,255,255,.7);
    filter: alpha(opacity=100); /* for IE */
    opacity: 1;
    -webkit-transform: translateX(-100%) scale(1.2);
    -ms-transform: translateX(-100%) scale(1.2);
    transform: translateX(-100%) scale(1.2);
    -webkit-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out
} 
#slide-3-radio:checked ~ .slides .slide:nth-child(2){
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}
#slide-3-radio:checked ~ .prev-arrow #prev-2-arrow,
#slide-3-radio:checked ~ .next-arrow #next-1-arrow{
    display: inline-block
}  

/* about page css */ 
.banner-section{
	background: url(../images/about-page-banner.jpg);
	background-size: cover; 
	height: 230px; 
    position: relative; 	
} 
.banner-section h1{
    font-family: 'Roboto Slab', serif;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
    float: right;
    padding-left: 20px;   
    position: absolute;
    bottom: 50px;
    right: 9%;
}
.breadcrumb-bg{
	background: #224078
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px; 
    list-style: none;
  	background: none; 
    border-radius: 0px;   
}
.breadcrumb li a{
	color: #fff;
	text-decoration: none;
	font-size: 15px
}
.breadcrumb li a:hover{
	color: #ff671a; 
}
.breadcrumb li.active{
	color: #f1f1f1;
	font-size: 15px;
}
/* about us section css*/
.about-us{
	padding-bottom: 10px;
	background: aliceblue;
}
.about-us .Achievements-info {
    padding: 6px 0 50px;
}
.about-us .Achievements-info h1 {
	font-size: 32px;
	color: #f80504;
	padding: 0;
	text-align: center;
}
.about-us .Achievements-info p {
    color: #000000;
    font-size: 17px;
    /*padding: 30px 0;*/
    text-align: justify;
}
.info-list li{
	position: relative;
	padding-left: 30px;
    position: relative;
    margin:0 0 15px 30px;
    font-size: 15px
}
.info-list li:before{
	position: absolute;
    content: ' ';
    left: 0;
    top: 4px; 
    background: url(../images/icon.png) no-repeat; 
    height: 20px; 
    width: 20px;
}
/* Accordian section css*/
.Accordian{
	padding-bottom: 40px
}
.Accordian h1{ 
    font-family: 'Roboto Slab', serif;
    color: #303030;
    margin-bottom: 30px
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #11316e;
 }
 .panel-group .in a{ 
    color: #ff671a; 
 }
.panel-title a{ 
	font-size: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: #fff; 
    text-decoration: none;
} 
.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
} 
.panel:last-child {
    border-bottom: none;
} 
.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
} 
.panel-group .panel {
    border-radius: 0;
} 
.panel-group .panel + .panel {
    margin-top: 0;
} 
.panel-heading {
    background-color:  #11316e;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
} 
.panel-title a {
    display: block;
    color: #fff;
    padding: 15px; 
    padding: 15px 15px 15px 50px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.panel-body {
    padding: 15px 15px 15px 50px;
}
.panel-body, .panel .active {
    background: #f3f3f3;
    font-size: 15px;
    color: #303236;
}   
 .panel .active a {
    color:  #ff671a;
} 
.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
} 
.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
} 
.panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */ 
.panel-heading a:before {
    content: '\f067';
    position: absolute;
    font-family: "fontAwesome";
    left: 15px;
    top: 15px;
    font-size: 12px;
    transition: all 0.5s;
    transform: scale(1);
    color: #333;
    background: #f1f4f5;
    padding: 5px 6px;
    line-height: 12px;
    border-radius: 4px;
    border: 1px solid #ccc
} 
.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
} 
#bs-collapse .panel-heading a:after {
  	content: ' ';
 	font-size: 12px;
 	position: absolute;
    font-family: "fontAwesome";
    left: 15px;
    top: 15px;
    transform: scale(0);
    transition: all 0.5s;
    color: #333;
    background: #f1f4f5;
    padding: 5px 6px;
    line-height: 12px;
    border-radius: 4px;
    border: 1px solid #ccc
} 
#bs-collapse .panel-heading.active a:after {
    content: '\f068';
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */
#accordion .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
} 
#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
} 
/* contact form css */
.contact{
	margin-bottom: 40px
}
.contact h1{
	font-size:32px;
    font-family: 'Roboto Slab', serif;
    color: #303030;
    margin-bottom: 20px	  
}
.contact h4{
	font-size:18px; 
    color: #ff671a;
    margin-bottom: 20px	  
}
input[type=text],input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d7d7d7; 
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 10px;
    resize: vertical;
    outline: none;
    font-size: 15px
} 
input[type=submit] {
    background-color: #c2192d;
    color: white;
    padding: 9px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 30px;
    outline: none;
    border: 1px solid #c2192d;
    font-size: 17px;
    transition: 0.5s;
} 
input[type=submit]:hover {
    background: #fff;
    color: #c2192d;
    border: 1px solid #c2192d; 
}
/* table section css*/
table { 
    border-collapse: collapse;
    width: 100%;
}
th{
	background: #11316e;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}
td, th { 
    text-align: left;
    padding: 10px;
}
td{
	font-size: 15px
}
tr td:first-child {
	color: #0d2d62!important
}
tr:nth-child(odd) {
    background-color: #f1f4f5;
}
/* heading-info section css */
.heading-info{
	border-top: 1px solid #ccc;
    padding: 50px 0 30px;
}
.heading-info h1,.heading-info h2,.heading-info h3,.heading-info h4, .body-text, .small-text{ 
	font-weight: 600
}
.heading-info p{
	font-size: 14px;
	font-weight: 700;
	color: #777879
}
.heading-info div{
	margin-bottom: 25px
}
.heading-info div:last-child{
	margin-bottom: 0px
}
/* footer section css*/ 
footer{
	background: #08437b;
}
.footer-section{
	padding-top: 30px;
}
.footer-section ul{
	margin-bottom: 35px
}
.footer-section li{
	padding:3px 0
}
.footer-section li a{
	font-size: 15px;
    color: #303030; 
    text-decoration: none;
    line-height: 1.5
}
.footer-section li a:hover{ 
    color: #000;  
    font-size: 13.5px
    -webkit-transition: all 0.5s;
}
.footer-section address {
    margin-bottom: 10px; 
    font-style: normal;
    line-height: 2;
    font-size: 15px;
} 
.footer-section .social-media-icon{ 
	margin-bottom: 25px
}
.social-media-icon li{
	display: inline-block;
	margin: 0 5px 
}
.social-media-icon li a{
	width: 34px;
	height: 34px;
	border: 1px solid #fdfdfd;
	display: inline-block;
	border-radius: 50%;
}
.social-media-icon li a i{
	font-size: 20px;
	color: #f0f8ff;
	padding-top: 6px;
	-webkit-transition: all 0.5s;
}
.social-media-icon li a i:hover, .social-media-icon li a:hover{
   transform: rotate(360deg);
   color: #000
   border:2px solid #000;
} 
footer hr{
	margin: 0px;  
    border: 0;
    border-top: 1px solid #707070;
}
.Copyright-txt{
	padding-bottom: 20px
}
.Copyright-txt p{
	font-size:15px;
	color: #ffffff;
	margin : 15px 0 5px;
}
.Copyright-txt span{
	font-size:15px;
    color: #303030;  
}
.Copyright-txt span a{
    font-size:15px;
    color: #303030;  
    text-decoration: none;
}
.Copyright-txt span a:hover{ 
    color: #167ac6;   
}
.Visits-slider { 
	display: inline-block;
	padding-left: 10px
}
.Visits-slider a{
	text-decoration: none!important;
	color: #303030;
}
.Visits-slider a:hover{ 
	color: #303030
} 
#error_{
    display: none
}



/* Normal desktop css starts */

@media only screen and (min-width: 992px){ 

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }
 .dropdown:hover .sub-menu {
    display: none;
    margin-top: 0; // remove the gap so it doesn't close
 }
 .dropdown-sub-menu:hover .sub-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }
}

@media only screen and (min-width: 767px){ 
 .service-dropdown .dropdown-sub-menu li{
    width: 100%;
 }
 .sub-menu li{ 
    width: 100%;
    display: inline-block;
    margin:0!important;

}
.service-dropdown{
    min-width: 200px;
} 
.service-dropdown li{
    width: 100%;
    /* float: left; */
    margin: 0px 0%;
}
.navbar-nav > li:nth-child(n+5) > .dropdown-menu {
    left: inherit;
    right: 0;
}
.dropdown .caret{
    display: none;
}
.dropdown-sub-menu .caret{
    display: inline-block;
}
}
 
@media only screen and (max-width: 1199px){ 
	.navbar-default .menu li a { 
   		 padding: 15px 11px;
	}
	.mid-section li a { 
    	font-size: 18px;
	}
	.mid-section ul {  
	    padding:20px 0;
	}
	.mid-section li {  
	    padding: 0 10px;
	}
	/* slider section */
	#homePageSlider .carousel-control {
		width: 8.5%;
	}
	/* latest news css */ 
	.newsBox .media-object {
		width: 150px;
	}
	.latestNewsArrowsSection {
		bottom: 0px;
	}  
	#homePageSlider .carousel-caption h2 {
        font-size:42px;
        margin-bottom: 15px;
	}
	/* achivement section css*/
	.Achievements { 
 	   height: 310px;
	}
	.Achievements-info a.readMore {
    	margin: 30px 0 0 15px; 
	} 
	.Achievements-info p {
    	font-size: 16px;
	}
	/* team section css*/
	.team h3 {
    	font-size: 18px;
    }	
    .team p {
        font-size: 13px;
	}
	.team a.readMore { 
        padding: 7px 20px; 
        font-size: 14px; 
    }
    .gallery img { 
        height: 170px;
    }	
    .video-section h1 { 
        margin-top: 20px;
    }
    .video-section p { 
        margin-top: 20px;
    }
    .video-section a.readMore {
        margin-top: 20px;
    } 
    .navbar-default .menu li a { 
    padding: 15px 14px;
}
}
/* Normal desktop css ends */ 
/* tab css starts */
@media only screen and (min-width: 992px){
	ul.nav.navbar-nav.navbar-right.bottomMenu .dropdown:hover ul.dropdown-menu.mega-menu{
		display: table;
		margin-top: 0;
	} 
	.navbar-nav {
    	margin : 0 -15px
    }
}
@media only screen and (max-width: 991px){ 
	/* break point for navbar collapse */
	.mid-section li a {
  	 	 font-size: 18px;
	}
	.mid-section h1 {
	    font-size: 36px; 
	    margin-bottom: 40px;
	}
	/* navbar collapse starts */
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.logoArea img{
		width: 100%;
	}
	.navbar .logoArea {
		padding-right: 5px;
		margin-right: 10px;
		width: 45%;
	} 
	.navbar .logoText p {
		line-height: 20px;
	}
	.navbar-collapse {
		border-top: none;
		box-shadow: none;
		padding: 0;
	}
	.navbar-default .navbar-nav.bottomMenu li a:hover {
		border-bottom: none;
	}
	.navbar-default .navbar-nav.bottomMenu li.active a {
		border-bottom: none;
	}
	.navbar-default .navbar-nav.bottomMenu li a.readMore {
    border-bottom: 1px solid #f9c740;
	}
	.navbar-default .navbar-nav.bottomMenu li a {
		margin: 6px 0px 0px;
		font-size: 15px;
		padding-bottom: 5px;
	} 
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background: none;
	}
	.navbar-right~.navbar-right {
		margin-right: 0px;
	}
	.navbar-nav {
		padding: 0 0px;
	}
	.headerContactList li {
		margin-left: 15px;
	}
	.productHeading p:after{
		width: 102px;
	}
	.productHeading p:before{
		width: 102px;
	}
	.headerContactList {
		text-align: left;
	}
	.fill {
		height: 325px;
	}
	#homePageSlider .carousel-caption h5 {
		font-size: 20px;
	}
	#homePageSlider .carousel-caption h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	#homePageSlider .carousel-caption p {
		font-size: 14px;
	}
	#homePageSlider .carousel-caption p span {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	a.readMore {
    	padding: 7px 25px;
      	font-size: 14px;
  	}
	a.readMore:before {
		top: 9px;
	} 
	/* latest news section */
	#latestNewsSlider{
		padding: 0 30px;
	}
	.newsBox .media:first-child {
		margin-bottom: 20px;
	}
	.latestNewsArrowsSection {
		position: static;
	}
	.latestNewsArrowsSection a.latestArrowLink {
		display: inline-block;
		text-align: left;
	}
	.latestNewsArrowsSection .right{
		position: relative;
		left: 38px;
	}
	.latestNewsArrowsSection .left{
		position: relative;
		right: 38px;
	}
	.latestNewsViewAll {
		margin-top: 30px;
		display: inline-block;
		margin-left: 25px;
	}
	.latestNewsViewAll a:after {
		top: -5px;
	}
	#latestNewsSection {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.mobile-div{
		clear: both;
	}
	.footer-section ul {
    margin-bottom: 15px;
    }
    .Testimonials .newsBox .media-body h5 { 
        padding: 10px;
        font-size: 18px;
    }
    .Achievements-info {
        padding-top: 60px;
    }
    .Achievements {
        height: auto;
    } 
    .Achievements-info p { 
        padding:10px 0 0;
        font-size: 15px
    }
    .Achievements-info a.readMore {
        margin: 10px 0 30px;
    }
    .gallery img { 
        height: 150px;
    }	
    header { 
        margin-top: 15px;
    }
    .pr0{
    	padding-right: 0
    }
    .footer-section {
        padding-top: 50px;
    }
    .footer-section ul {
    	padding-left: 30px
    }
    .address-info{
    	padding-left: 45px
    }
    .info-list li { 
        margin: 0 0 15px 0px; 
    }
    .about-us .Achievements-info img{
        margin-top: 80px;
    }
    .top-menu li { 
    margin: 5px 8px;
}
.headerTop a { 
    font-size: 12px; 
}
.headerTop span {
    font-size: 11px; 
}
}  
/* mobile css starts */
@media only screen and (max-width: 767px){
	.top-menu li {
  	    margin: 3px 9px;
  	    font-size: 11px;
 }
	.top-menu li a { 
    	font-size: 12px;
	}
	.top-menu li:before { 
    	font-size: 13px; 
   		 margin-left: -7px;
	}
	header { 
    	margin-top: 10px;
	}
	.navbar-default .menu li a {
   		 padding:10px 15px;
	}
	.navbar-nav .open .dropdown-menu{
		position: static;
	}
	 
    .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #666}    
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #fff;     background: #006c9e;}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #000; background: none}  
	.service-dropdown{
    min-width: auto;
    background: #fff
} 
.service-dropdown li{
    width: 100%;
    float: inherit;
    padding: 8px 0px;
    margin: 0px
}
.service-dropdown li a{ 
    padding: 7px 15px 7px 25px !important; 
}
.navbar-nav .open .dropdown-menu{
    background: #fff
}

    .Achievements-info {
    padding-top: 50px;
	}
	.Achievements-info h1 { 
	padding: 0  
	}
	.Achievements-info p {
    font-size: 16px;
    padding: 15px 0 0 0;
    }
    .Achievements-info a.readMore {
  	margin: 20px 0 40px; 
	}
	.Achievements{ 
	height:auto;
	}
	.Copyright-txt, .team, .video-section, .gallery-section {
	text-align: center
	}  
	.footer-section .address-info {
  	margin-bottom: 40px;
  	 }
  	 .footer-section {
   	padding-top: 40px;
	}
	.video-section a.readMore { 
   	 margin-top: 20px;
	}
	.mid-section h1 {
    font-size: 26px;
    margin-bottom: 40px;
	}
	.mid-section li:before {
		display: none;
	}
	.Achievements-info .bg-gray img {
		margin: 0
	} 
    .View-All-gallery {
        font-size: 14px;
        top: inherit;
        margin-top: 30px;
        position: inherit;
        display: inline-block;
        transform: inherit;
    } 
    .team-img{
    	    width: 60%;
        margin: 0 auto 20px;
    }
    .mt20{
    	margin-top: 40px
    }
    .navbar-nav {
        margin: 7.5px 0px;
    }
    .mid-section ul {
        text-align: left;
        padding: 20px 40px;
    }  
    .banner-section { 
        height: 180px; 
        background-position: center;
    }
    .about-us .Achievements-info img{
        margin-top: 0px!important;
    }
    .heading-about{
        margin-top:40px;
    }
    .about-us .Achievements-info p{
        padding :10px 0 0;
        font-size: 15px
    }
    .panel-title a { 
        font-size: 16px; 
    }
    .headerTop {
        padding: 10px 0 0;
        text-align: -webkit-center;
    }
.headerTop a { 
    font-size: 14px; 
}
.headerTop span {
    font-size: 14px; 
}  
 .sub-menu {
    position: absolute;
    left: 5%;
    top: 73%;
    width: 90%;
}   
} 
/* small mobile css starts */
@media only screen and (max-width: 480px){
	  header section
	.navbar-default .navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
		width: 65%;
	}  
	.navbar .logoText {
		display: none;
	}
	.navbar .logoArea {
		padding-right: 0px;
		margin-right: 0px;
		width: 150px;
		border-right: none;
	}
	.mid-section ul {
    text-align: center;
    padding: 20px 0px;
	}
	/* main slider section */ 
	#homePageSlider .carousel-caption h2 {
		font-size:20px;
		margin-bottom: 10px;
	} 
	.fill {
		height: 270px;
	}
	#homePageSlider .glyphicon-chevron-right:before {
		content: url(../images/icons/slider-right-icon-sm.png);
	}
	#homePageSlider .glyphicon-chevron-left:before {
		content: url(../images/icons/slider-left-icon-sm.png);
	} 
	.latestNewsHeading {
		margin-bottom: 25px;
	}
	.latestNewsHeading h3 {
		font-size: 30px;
	}
	#latestNewsSection {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.video-section h1 {
    	font-size: 30px; 
   		margin-top: 20px;
	}.video-section p {
  		font-size: 17px;  
   		margin-top: 10px;
	}
	.team-img{
	    width:100%; 
    }    
    .mid-section ul {
        text-align: left;
        padding: 10px; 
    }
    .mid-section ul li{
        display: block;
    }
    .gallery img {
        height: 150px;
    }
   .slide-panel-content .slide-panel-tab { 
    top:40%;
} 
@media only screen and (max-width: 470px){   
    .gallery img {
        height: 100px;
    }
    .headerTop a, .headerTop span {
    font-size: 20px;
    vertical-align: middle;
}
marquee{
    font-size: 17px;
}

}  
@media only screen and (max-width: 320px){   
    #homePageSlider .carousel-caption {
    left: auto;
    }
}



/**-------------- End Slider ---------------**/
/**----------- Start Media ----------**/
@media screen and (max-width: 1199px){  
	#slider{ 
	 	height: 230px; 
	 	margin-top: 20px
    }
@media screen and (max-width: 992px){  
	#slider{
	 	width: 100%; 
	 	height: 170px;
	 	margin: 0} 
    }
@media screen and (max-width: 767px){
      #slider img, #slider .slides .slide{height: 100%}
      #slider{width: 100%; height: 170px} 
      #slider .slides{height: 160px} 
      #slider .arrow label{width: 80px}
    }
@media screen and (max-width: 480px){
      #slider img, #slider .slides .slide{height: 100%}
      #slider{width: 100%; height: 105px;} 
      #slider .slides{height: 105px} 
      #slider .arrow label{width: 80px; top:50%;}
    }
/**----------- End Media ----------*