@import url('https://fonts.googleapis.com/css?family=Kodchasan');
body{
	margin:0;
	padding:0;
}
body a{
	text-decoration:none;
}
body a:hover{
	text-decoration:none;
	outline:none;
}
p{
	margin:0;
	font-size:13px;
	font-family: 'Kodchasan', sans-serif;
}

.small{
	text-align:justify;
	color:#12436d;
    font-family: 'Kodchasan', sans-serif;
	font-size:18px;
}

h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}
ul li{
	padding:0;
	margin:0;
}
i{
	color:#fff;
	float:left;
}
.heading{
	text-transform:uppercase;
	color:#12436d;
    font-family: 'Kodchasan', sans-serif;
	font-size:30px;
	padding:0px;
	margin:0px;
}
.heading5{
	text-transform:uppercase;
	color:#12436d;
    font-family: 'Kodchasan', sans-serif;
	font-size:24px;
	padding:0px;
	margin:0px;
}
.clrwhite{
	color:#fff;
}
.bodytext{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#656565;
	text-align:left;
	text-transform:uppercase;
	padding-top:10px;
	margin-top:10px;
	border-top:2px solid #ccc;
	box-sizing:border-box;
}
.bodytext-1{
	width:100%;
	height:400px;
	font-family: 'Kodchasan', sans-serif;
	font-size:14px;
	line-height:30px;
	padding:10px 8px;
	margin:5% 0px;
	color:#333;
	text-transform:capitalize;
	border:1px solid #ccc;
	text-align:justify;
}

.actr{
	text-align:center;
}
.image{
	width:100%;
	height:100%;
	max-width:auto/9;
}
.padding20top{
	padding-top:20px;
}
.padding5btm {
    padding-bottom: 15px;
}
.margin5top {
    margin-top: 15px;
}
.margintop20{
	margin-top:40px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 31px;
	right: 2.5%;
	overflow: hidden;
	outline:none;
	z-index: 999;
	width: 52px;
	height: 52px;
	border: none;
	text-indent: 100%;
	background:url(../images/up.png) no-repeat 0px 0px;
	background-size:30px 30px;
}

#toTopHover {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.pageall{
	width:100%;
	float:left;
	padding:0;
}
/*header*/
.header{
	width:100%;
	float:left;
	background:#fff;
	padding:8px 0px;
}
.logo{
	width:100%;
	float:left;
}
.pul-right{
	float:right;
	width:15%;
	margin-top:4%;
}
.social{
	width:20%;
	float:left;
}
.social .fa{
	color:#333333;
	font-size:25px;
}
.news{
	width:100%;
	float:left;
	margin-top:3%;
	font-family: 'Kodchasan', sans-serif;
}
.news-head{
	width:100%;
	padding:4px 0;
	font-size:16px;
	text-align:center;
	float:left;
	background:#0033CC;
	color:#f1f1f1;
	text-transform:uppercase;
}
.news-text marquee p{
	width:100%;
	float:left;
	padding:10px 0px;
	font-size:14px;
	text-transform:capitalize;
}
/*header end*/
/*menu*/
.menu{
	width:100%;
	float:left;
	background:#1d1e1e;
	padding:8px 0px;
}
.menu-btn{
	width:100%;
	float:left;
	margin-top:3%;
	margin-left:30%;
	cursor:pointer;
	display:none;
}
.menu-btn span{
	border:1px solid #0066CC;
	margin-bottom:10%;
	width:30px;
	float:left;
}
.main{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}
.main li{
	float:left;
}
.main li:last-child{
	border:none;
/*	background:#4747ed;*/
}
.main li a{
	padding:12px 18px;
	display:block;
	text-transform:uppercase;
	color:#f1f1f1;
	transition:0.5s;
	outline:none;
	text-decoration:none;
}
.main li a:hover{
	color:#fff;
	transition:0.5s;
	background:#0000ea;
}
.active{
	background:#0000ea;
	color:#fff;
/*	transition:0.5s;
	background:#0000ea; */
}
.hasdrop{
	position:relative;
}
.hasclass{
	position:absolute;
	width:200px;
	list-style:none;
	margin:0;
	padding:0;
	background:#f0f0f0;
	display:none;
	border-radius:5px;
	box-shadow:2px 2px 2px #ccc;
}
.hasdrop:hover .hasclass{
	display:block;
	z-index:1;
}
.hasclass li{
	width:100%;
	border-bottom:1px solid #ccc;
}
.hasclass li:last-child{
	background:none;
}
.hasclass li a{
	color:#000;
	font-size:14px;
	text-align:left;
}
/*menu end*/

/*about*/
.about{
	width:100%;
	float:left;
	padding:40px 0px;
}
.about-img{
	width:100%;
	float:left;
	height:250px;
}
.about p{
	font-family: 'Kodchasan', sans-serif;
	line-height:25px;
	text-align:justify;
	font-size:15px;
	letter-spacing:1px;
}
.lt-menu{
	width:100%;
	float:left;
	height:350px;
	background:#eff9f9;
}
.ltm-head{
	width:100%;
	float:left;
	background:#12436d;
	padding:12px 12px;
	text-align:center;
	color:#f1f1f1;
	border-radius:5px 5px 0 0;
	font-family: 'Kodchasan', sans-serif;
	
}

.lt-options{
	list-style:none;
	width:100%;
	float:left;
	margin:0;
	padding:0;
}

.lt-options li{
	float:left;
	width:100%;
	position:relative;
	border-radius:15px;
	border-bottom:1px dashed #4747ed;
}
.lt-options li:before{
	position:absolute;
	font-family: FontAwesome;
	content:'\f041';
	width:100%;
	height:100%;
	padding:16px 12px;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	color:#FF0000;
}
.lt-options li a{
	position:relative;
	padding:16px 29px;
	font-size:15px;
	display:block;
	text-transform:uppercase;
	color:#000099;
	font-family: 'Kodchasan', sans-serif;
	outline:none;
	text-decoration:none;
}
.lt-options li a:hover{
	color:#810701;
	outline:none;
}
.lt-options li.active a{
	color:#81070;
	background:white;
	content:'\f041';
	/*outline:none;*/
}
 #first-ab-child{
	background:#4747ed;
	color:#fff;
}
 #second-ab-child{
	background:#7171ed;
	color:#fff;
}

 #third-ab-child{
	background:#7171ed;
	color:#fff;
}

 #fourth-ab-child{
	background:#4747ed;
	color:#fff;
}
.video{
	width:100%;
	float:left;
	margin:0;
	height:229px;
	margin:5% 0px;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid white;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
 *zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: white;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background:url(../images/loading.gif) no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('');
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background:url(../images/prv.png) left no-repeat;
	background-size:40px 40px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background:url(../images/nxt.png) right no-repeat;
	background-size:40px 40px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
 *zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-caption a {
	color: #4ae;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background:url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/*about us end*/
/*banner section*/
.banner{
	width:100%;
	float:left;
}
.fade-carousel {
    position: relative;
    height: 60vh;
}
.fade-carousel .carousel-inner .item {
    height: 60vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color:#000099;
    border-color:#33FFCC;
    opacity: .7;
	float:left;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #cc0000;
    border-color: #1abc9c;
    outline: none;
    margin: 0px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 60vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*slider banner end*/
.options{
	width:100%;
	float:left;
	height:185px;
	padding:1em;
	text-align:center;
	cursor:pointer;
}
 #first-child{
	background:#4747ed;
	color:#fff;
	margin-bottom:15%;
}
 #second-child{
	background:#7171ed;
	color:#fff;
	margin-bottom:15%;
}

 #third-child{
	background:#7171ed;
	color:#fff;
	margin-bottom:15%;
}

 #fourth-child{
	background:#4747ed;
	color:#fff;
	margin-bottom:15%;
}
.options p{
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.icons{
	width:80px;
	height:80px;
	border-radius:50%;
	margin:20px auto;
	padding:18px;
	border:1px solid #fff;
	position:relative;
	display: inline-block;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 80px;
    transition: all ease-out 250ms;
    -moz-transition: all ease-out 250ms;
    -webkit-transition: all ease-out 250ms;
	-o-transition: all ease-out 250ms;
    -ms-transition: all ease-out 250ms;
    text-align: center;
}
.icons:before{
	width:100px;
	height:100px;
	border-radius:50px;
	content:'';
	position:absolute;
	right:-10px;
	left:-10px;
	bottom:-10px;
	top:-10px;
	vertical-align:middle;
	border:2px dashed #fff;
}
.options:hover .icons:before{
	width:100px;
	height:100px;
	border-radius:50px;
	content:'';
	position:absolute;
	right:-10px;
	left:-10px;
	bottom:-10px;
	top:-10px;
	vertical-align:middle;
	border:2px dashed #fff;
	 -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: borderrotate;
    animation-name: borderrotate;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes borderrotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
	}
/*banner section end*/
/*key-issue-slider*/
.key-issue-slider{
	width:100%;
	float:left;
	padding:40px 0px;
	background:#f1f2f1;
}
.slides li .slider-img{
	width:96%;
	height:300px;
	float:left;
	padding:0.8em;
	border-radius:5px;
	border:.8px solid #ccc;
}
.slides li .slider-img img{
	height:50%;
	width:100%;
	display:block;
	max-width:auto/9;
}
.bg1-light{
	background:#f1f2f1;
}






.slides li .slider-img-1{
	width:96%;
	height:400px;
	float:left;
	padding:0.8em;
	border-radius:5px;
	border:.8px solid #ccc;
}
.slides li .slider-img-1 img{
	height:100%;
	width:100%;
	display:block;
	max-width:auto/9;
}

.custom-navigation{
	width:100px;
	position:absolute;
	left:0px;
	top:-50px;
	
}
.custom-navigation1{
	width:100px;
	position:absolute;
	right:0px;
	top:-31px;
	
}

.prev{
	width:48%;
	height:40px;
	float:left;
	background:url(../images/prv.png) no-repeat;
	background-size:25px 25px;
}
.custom-navigation  .prev{
	outline:none;
}
.custom-navigation .next{
	outline:none;
}

.next{
	width:50%;
	height:40px;
	float:left;
	margin-right:2%;
	background:url(../images/nxt.png) no-repeat;
	background-size:25px 25px;
	
}
.flexslider1{
	position:relative;
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.flexslider{
	position:relative;
	width:100%;
	float:left;
	margin:0px;
	padding-bottom:0;
}
/*key-issue-slider*/

/*ambition*/
.ambition{
	width:100%;
	float:left;
	padding:40px 0px;
	background:#eff9f9;
}
.ambition img{
	height:80px;
}
.ambition-lt{
	width:100%;
	height:100px;
	float:left;
	background:#00CCCC;
	margin-bottom:5%;
	padding:15px 12px;
}
.ambition-lt:hover{
	background:#06aaaa;
}
.ambition-txt{
	 font-family: 'Kodchasan', sans-serif;
	font-size:19px;
	color:#f1f1f1;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	padding-top:15px;
	border-bottom:2px solid #ccc;
	box-sizing:border-box;
}
/*ambition end*/
/*gallery*/
.gallery{
	width:100%;
	float:left;
	padding:40px 0px;
}
.gallery-inner{
	width:100%;
	height:150px;
	float:left;
	border:1px solid #ccc;
	padding:0.4em;
}
/*gallery*/
/*registration*/
.registration{
	width:100%;
	float:left;
	padding:40px 0px;
}
.registration p{
	font-family: 'Kodchasan', sans-serif;
	line-height:25px;
	text-align:justify;
	font-size:15px;
	letter-spacing:1px;
}

/*registration end*/

/*footer*/
.footer{
	width:100%;
	float:left;
	color:#ccc;
	padding:40px 0px;
	background:url(../images/bn-1.jpg) no-repeat;
	background-size:100% 60vh;
	font-size:16px;
	 font-family: 'Kodchasan', sans-serif;
	position:relative;
}
.footer::before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0.9;
	
}
.footer a{
	color:#ccc;
	font-family: 'Lato', sans-serif;
	transition:0.5s;
}
.footer a:hover{
	color:#CC0000;
	transition:0.5s;
}

.footer-head{
	color:#ccc;
	font-size:20px;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}
.footer i{
	color:#ccc;
	padding:4px;
	margin-right:4%;
}
.footer ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer ul li{
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer ul li a{
	padding:8px 0px;
	display:block;
	color:#ccc;
	text-transform:uppercase;
	 font-family: 'Kodchasan', sans-serif;
	font-size:14px;
}
.footer ul li a:hover{
	padding:8px 0px;
	color:#CC0000;
}
.footerSocial{
	margin:25px auto;
	width:300px;
	text-align:center;
}
.footerSocial .fa{
	font-size:20px;
	text-align:center;
	transition:0.3s;
}
.footerSocial .fa:hover{
	color:#CC0000;
	transition:0.3s ease;
}
.footerSocial i{
	text-align:center;
	margin-right:10%;
}
.copyright{
	width:100%;
	float:left;
	padding:12px 0;
	font-size:16px;
	text-align:center;
	color:#ccc;
	background:#6767f7;
	text-transform:capitalize;
	font-family: 'Fira Mono', monospace;
}
.copyright a{
	color:#000;
}

/*footer end*/

@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 3em; }    
}
/*banner end*/


@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media(max-width: 768px){
.news{
	margin-top:0;
}
.menu{
	padding:0px;
}
.menu-btn{
	display:block;
	width:30%;
	position:absolute;
	right:-450px;
	top:0;
}
.menu-btn span{
	display:block;
	width:30%;
	margin-right:70%;
}
	

.navigation{
	display:none;
}
.main li{
	width:100%;
}
.hasclass{
	position:relative;
	background:#f0f0f0;
}
.hasclass li a{
	color:#f1f1f1;
}
.banner{
	margin-bottom:4%;
}
}

@media(max-width: 480px){
.pul-right{
	display:none;
}
.menu-btn{
	display:block;
	width:50%;
	position:absolute;
	right:-200px;
}
.navigation{
	display:none;
}
.main li{
	width:100%;
}
.hasclass{
	position:relative;
	background:#f0f0f0;
}
.hasclass li a{
	color:#f1f1f1;
}
.banner{
	margin-bottom:4%;
}
}
@media(max-width: 320px){
.pul-right{
	display:none;
}
.news{
	display:none;
}
.menu-btn{
	display:block;
	width:50%;
	position:absolute;
	right:-150px;
}
	

.menu-btn{
	display:block;
}
.navigation{
	display:none;
}
.main li{
	width:100%;
}
.hasclass{
	position:relative;
	background:#f0f0f0;
}
.hasclass li a{
	color:#f1f1f1;
}
.banner{
	margin-bottom:4%;
}
}