

/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,


a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/* Table ----------------------------------------------------------------------------- */
table{width:100%; margin-bottom:15px;border-collapse:collapse;border-spacing:0;-webkit-border-radius:5px;border-radius:5px;}
table th,table td{padding:10px;border-width:1px;border-style:solid;vertical-align:middle}
table th{font-weight:700; background: #f9f9f9; box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.04); }
table th.clear{border:0;background:none}
table tr:first-child td{ box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.06);}
table tr:nth-child(2n) td{background:rgba(0,0,0,0.01)}




/*=================================================
					header start						
==================================================*/

.body2{
	background:url(images/bg_top.jpg) top center no-repeat;
}

.banner img{
	width: 100%;
	height: 100%;
	display: block;
}

.card {
    box-shadow: 3px 3px 3px 7px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.card:hover {
    box-shadow:  3px 3px 3px 7px rgba(0,0,0,0.1);
}

.slider  {
	border:1px solid#fff!important;
	padding:2px;
	background:#808080!important;
}
.slider img {
	width:100%;
	height:auto;
}
.photo-caption{
	font-size:20px;
	line-height:auto;
	font-weight:400;
	padding:10px 10px 10px 10px;
	opacity:0.6;
	background:#E8E8FF
}
.photo-caption a{
	color:#000;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background : black;
	padding: 10px;
	border-radius : 5px;
	opacity:0.5;
	text-align:center
}
.centered a{
	color : white
}

.scrool{
	margin-bottom:10px;
	margin-top:10px;
}

.scrool_2{
	padding:6px!important;
	background:#EDEDED!important;
	font-size:16px!important;
}
.scrool_2 a{
	color:#1A57B7;
	font-size:15px;
}

.History img {
	width:40%;
	height:auto;
	margin-right:10px;
	float:left;
}
.History p {
	font-size:18px;
	line-height:auto;
	color:#000;
	text-align:justify;
}
.profile img {
    width: 47%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.profile p {
	font-size:16px;
	line-height:auto;
	color:#000;
	text-align:justify;
}


.catagory_title_1{
    padding: 6px;
	color:#fff;
	font-size:20px;
	font-weight:400;
	margin:0;
	overflow:hidden;
	background: #DB526A;
    background: -webkit-linear-gradient(-90deg, #DB526A, #A53146);
    background: -o-linear-gradient(-90deg, #DB526A, #A53146);
    background: -moz-linear-gradient(-90deg, #DB526A, #A53146);
    background: linear-gradient(-90deg, #DB526A, #A53146);
}
.catagory_title_2{
    padding: 6px;
	color:#fff;
	font-size:20px;
	font-weight:400;
	margin:0;
	overflow:hidden;
	background: #39D088;
    background: -webkit-linear-gradient(-90deg, #39D088, #06874A);
    background: -o-linear-gradient(-90deg, #39D088, #06874A);
    background: -moz-linear-gradient(-90deg, #39D088, #06874A);
    background: linear-gradient(-90deg, #39D088, #06874A);
}
.catagory_title_3{
    padding: 6px;
	color:#fff;
	font-size:20px;
	font-weight:400;
	margin:0;
	overflow:hidden;
	background: #D8931E;
    background: -webkit-linear-gradient(-90deg, #D8931E, #965D03);
    background: -o-linear-gradient(-90deg, #D8931E, #965D03);
    background: -moz-linear-gradient(-90deg, #D8931E, #965D03);
    background: linear-gradient(-90deg, #D8931E, #965D03);
}
.catagory_title_4{
    padding: 6px;
	color:#fff;
	font-size:20px;
	font-weight:400;
	margin:0;
	overflow:hidden;
	background: #4DA9E4;
    background: -webkit-linear-gradient(-90deg, #4DA9E4, #1C76B1);
    background: -o-linear-gradient(-90deg, #4DA9E4, #1C76B1);
    background: -moz-linear-gradient(-90deg, #4DA9E4, #1C76B1);
    background: linear-gradient(-90deg, #4DA9E4, #1C76B1);
}

.add {
	margin-top:10px;
	margin-bottom:5px;
}
.add img{
	width:100%;
	height:auto;
}
.news_information img{
	width:35%;
	float:left;
	margin-right:10px;
	padding:30px;
	}
.news_information{
	width:100%;
	border:1px solid#808080;
	background:#ECECEC;
	float:left;	
	padding-bottom:30px;
	overflow:hidden;
	margin-bottom:20px;
	}
.news_information ul{
	margin-top:30px;
	}
.news_information ul li{
	list-style:none;
	}
.news_information ul li a{
	font-size:14px;
	color:#3e3d3c;
	line-height:auto;
	padding-left:18px;
	}
.news_information ul li a:hover{
	text-decoration:none;
	color:#066ab0;
	}
.news_information li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em; /* same as padding-left set on li */
  width: 0.3em; /* same as padding-left set on li */
}

.academy_information i {
	color:#fff;
	font-size:16px;
	padding-top:3px;
	padding-left:15px;
}
.academy_information a {
	color:#fff;
	font-size:16px;
	padding-left:10px;
	text-decoration:none;
	text-align:center!important;
}
.academy_information {
	overflow:hidden;
	width:100%;
	}
.academy_information ul li{
	list-style:none;
	margin-left:-50px !important;
	}

.academy_information li{
	margin-bottom:8px;
	padding:7px;
	background: #DE182C;
    background: -webkit-linear-gradient(-90deg, #DE182C, #C71528);
    background: -o-linear-gradient(-90deg, #DE182C, #C71528);
    background: -moz-linear-gradient(-90deg, #DE182C, #C71528);
    background: linear-gradient(-90deg, #DE182C, #C71528);
	
}
.academy_information li:hover{
	margin-bottom:6px;
	padding:7px;
	background: #E58A47;
    background: -webkit-linear-gradient(-90deg, #E58A47, #A64B08);
    background: -o-linear-gradient(-90deg, #E58A47, #A64B08);
    background: -moz-linear-gradient(-90deg, #E58A47, #A64B08);
    background: linear-gradient(-90deg, #E58A47, #A64B08);
	
}

.academy_information li:before {
  content: "\f18e"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 1.0em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:white;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
	
.notice_box{
	width:100%;
	overflow:hidden;
	background:#ebebeb;
	padding-bottom:10px;
	padding-right:5px;
	margin-bottom:10px;
	}
.notice_box ul{
	overflow:hidden;
	margin-top:10px;
	}
.notice_box ul li{
	padding-top:8px!important;
	padding-bottom:8px!important;
	list-style:none;
	}
.notice_box ul li i{
	font-size:13px;
	margin-left:-25px;
	margin-right:5px;
	}
.notice_box ul li a{
	font-size:15px;
	color:#3e3d3c;
	line-height:auto;
	}
.notice_box ul li a:hover{
	text-decoration:none;
	color:#066ab0;
	}

.notice_box li:before {
  content: "\f18e"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}								/******************* bootom_footer start*****************/


.social-link{
	overflow:hidden;	
}
.social-link ul {
	text-align: center;
	padding:0 !important;
	margin:0 !important;
	
}
.social-link ul li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}
.social-link ul li a:hover i {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}


.social-link ul li a i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/******************* contact us css start *****************/
.contuct_box{
	margin-bottom:30px;
	margin-top:20px;
}

.contact_us_text p{
	font-weight:400;
	font-size:20px;
	color:#3C3C3C;
	text-decoration:none;
	text-align:justify;
}

.form_box{
	padding-right:20px;
}
.form_box button{
	margin-left:10px;
	margin-top:10px;
	width:30%;
	overflow:hidden;
}
.form-group {
    width: 100%;
    position: relative;
    left: 10px;
    line-height: 22px;
	float:center;
	 	
}
.form-group:hover input {
	width: 100%;
	border:2px solid#FE2E2B;
}
.sub-group {
    width: 100%;
    position: relative;
    left: 10px;
    line-height: 22px;
	float:center;
	margin-top:15px;
	 	
}
.sub-group:hover input {
    width: 100%;
	border:2px solid#FE2E2B;
}
.Chat-group {
    width: 100%;
    position: relative;
    left: 10px;
    line-height: 22px;
	float:center;
	margin-top:15px;
	 	
}
.sub-group:hover textarea {
    width: 100%;
	border:2px solid#FE2E2B;
}



/*============================================
		employee_imformation css start
== =========================================*/

.employee_box{
	margin-bottom:5px !important;
	margin-top:5px!important;
	overflow:hidden;
}

.image_title img{
	width:100%;
	height:auto;
	border:1px solid#E7E5E5!important;
	padding:2px;
	background:#fff!important;
}
.employee_imformation{
	background:#E8E8FF;
	padding:8px 12px 12px 12px;
	text-align:center;
}
.employee_imformation a{
	font-size:16px;
	color:#000;
	font-weight:400;
	text-decoration:none;
}
.employee_imformation a:hover{
	color:#FF0000;
}
.service-img {
	position: relative;
	overflow: hidden
}
.service-img img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.6s ease;
	width:100%;
	height:auto;
	
}
.service-img img:hover {
	position: relative;
	z-index: 20;
	-webkit-transform: scale(1.1111);
	transform: scale(1.1111);
}

/*============================================
		photogallary Page css start
============================================*/
.photogallary{
	margin-bottom:5px !important;
	margin-top:5px!important;
	overflow:hidden;
}
.gallary img{
	width:100%;
	height:auto;
	border:1px solid#E7E5E5!important;
	padding:2px;
	background:#fff!important;
}
.photo_title a{
	color:#000;
}
.photo_title a:hover{
	color:#23529C;
}
.photo_title {
	background:#E8E8FF;
	padding:8px 12px 12px 12px;
	text-align:center;
}


/*============================================
		single_page css start
============================================*/
.single_page{
	margin-bottom:10px !important;
	margin-top:10px!important;
	overflow:hidden;
}
.page_hadding{
	font-size:22px;
	line-height:auto;
	color:#020F74;
	border-bottom:1px solid#B9B9B9;
	border-top:1px solid#B9B9B9;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}
.page_dtails {
	padding:20px 0px 30px 0px;;
}

.page_dtails p{
	color:#000;
	text-align:justify;
}

.page_dtails iframe {
	width:100%; height:350px;
}


.col-md-4 .box1{
  background-color: rgb(4, 170, 109);
  width: 250px;
  height: 50px;
 
  border-radius: 35px;
  vertical-align:middle;
  padding-top: 10px;
  vertical-align:middle;
  text-align:center;
 
  
  
}
.center-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.col-md-4 .box1 a{
  color: white;
  font-size: 25px;
  
}
.col-md-4 .box1:hover{
  background-color: rgb(0, 51, 153);
  width: 250px;
  height: 50px;
  border: 1px red;
  border-radius: 50px;
  vertical-align: middle;
  padding-top: 10px;
  text-align:center;
   border: 2px solid red;
  
  
  
}
.col-md-4 .box1 a:hover{
  color: yellow;
  font-size: 25px;
  font-weight: bold;
  
}

/*============================================
		Photo Gallery single_page css start
============================================*/
.psingle_page{
	margin-bottom:10px !important;
	margin-top:10px!important;
	overflow:hidden;
}
.psingle_page img{
	width:100%;
	height:auto;
}
.ppage_hadding{
	font-size:22px;
	line-height:auto;
	color:#020F74;
	border-bottom:1px solid#B9B9B9;
	border-top:1px solid#B9B9B9;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}


/*============================================
		blog_page css start
============================================*/
.card_1 {
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
    transition: 0.1s;
}

.card_1:hover {
    box-shadow:  3px 3px 3px 3px rgba(0,0,0,0.1);
}
.blog_page{
	margin-bottom:10px !important;
	margin-top:10px!important;
	overflow:hidden;
	padding:20px 0px 20px 0px;
}
.blog_hadding a{
	font-size:21px;
	line-height:auto;
	color:#020F74;
	text-decoration:none;
	margin-bottom:8px;
}
.blog_hadding a:hover{
	color:#7A0335;
}
.blog_dtails {
	overflow:hidden;
	padding:15px;
	border-bottom:3px solid#ABA9A9;
	border-left:5px solid#353A60;
	margin-bottom:20px;
}
.blog_dtails img{
	width:20%;
	height:auto;
	float:left;
	padding:15px 8px 15px 8px;
	margin-right:10px;
	border:1px solid#E7E5E5!important;
	padding:2px;
	background:#fff!important;
	overflow:hidden;
}
.blog_dtails p{
	font-size:15px;
	color:#000;
	overflow:hidden;
	text-align:justify;
}

/*============================================
		download_page css start
============================================*/

.download_page{
	margin-bottom:10px !important;
	margin-top:10px!important;
	overflow:hidden;
	padding:30px;
	
}
.download_hadding span{
	font-size:20px;
	color:#fff;
	background:#072C01;
	padding:10px 12px 13px 12px;
}
.download_hadding a{
	font-size:20px;
	text-decoration:none;
	color:#000;
	background:#E2E4E2;
	padding:8px 8px 8px 8px;
}
.download_dtails {
	overflow:hidden;
	margin-top:10px;
	margin-bottom:20px;
}

/* facebook title ========================= */

.fb-root{
	margin-bottom:5px;
}
.row foter-area img{
	width: 100%;
	height: 100%;
	display: block;
}
.facebook_title a{
	color:#fff;
	
} 


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 45%;
/*  transform: translateX(-50%) translateY(-50%);*/
  box-sizing: content-box;
  display: block;
  width: 30px;
  height: 30px;
  /* background: #fa183d; */
  border-radius: 50%;
/*  padding: 18px 20px 18px 28px;*/
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
/*  transform: translateX(-50%) translateY(-50%);*/
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-linear-gradient(left, #00de00, #228B22);
  background: -o-linear-gradient(left, #00de00, #228B22);
  background: linear-gradient(to right, #00de00, #228B22);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-linear-gradient(left, #00de00, #228B22);
  background: -o-linear-gradient(left, #00de00, #228B22);
  background: linear-gradient(to right, #00de00, #228B22);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#228B22, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: 25%;
  bottom: 10%;
  border-left: 25px solid #fff;
 border-top: 20px solid transparent;
 border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
    color: #00de00;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}



.video-button{
    background-image: url(../assest/images/slide-5.jpg); 
    background-size: cover; 
    background-position: center;
    padding: 100px 0;
    padding-bottom: 50px;
}