/*

    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Montserrat and Opensans
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. header-top-area
6. Navigation
7. Slider Area
8. Callouts Wrapper
9. About Us
10. Services
11. Counters
12. Our Team
13. Testimonials Wrapper 
14. Portfolio
15. Blog
16. Contact Us
17. Footer
18. Media Quries 

/*
================================================
1. Fonts - Montserrat and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Open+Sans:300,400,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #444;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
	text-transform: none;
	color: #000;
}
h5 {
  font-size: 18px;
}
.mb-15 {
    margin-bottom: 15px;
}
h6 {
    font-size: 16px;
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;
	
	text-decoration:none;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #337ab7;
	text-decoration: none;
}
body, html {
	height: 100%
}
section h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin: 0 auto 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	padding: 12px 10px 10px;
}
section {
	width: 100%;
	float: left;
	padding: 50px 0;
}
.section-title {
	text-align: center;
	margin: 0 0 40px;
}
.line:before {
  border: 3px solid #f7bb00;
  border-radius: 50%;
  top: -15px;
  content: "";
  height: 15px;
  left: -6px;
  position: absolute;
  width: 15px;
}
.line {
  background: #f7bb00;
  display: inline-block;
  height: 25px;
  width: 3px;
  position:relative;
}
.line:after {
  background: #f7bb00;
  bottom: -3px;
  content: "";
  height: 3px;
  left: -6px;
  position: absolute;
  width: 15px;
}
.section-title h2 {
	font-size: 24px;
	/* letter-spacing: 1.2px; */
	padding:0 0 10px;
	text-transform: inherit;
	font-weight: 500;
	margin-bottom:0;
	float: left;
}
.section-title > p {
	font-size: 15px;
	margin: 0 0 40px;
}
.section-title > p span {
	display: block;
}
.pad-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pad-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
/*
================================================
3. Loader CSS
================================================
*/
#loader {

}
/*
================================================
4. Scrool top Arrow
================================================
*/
#scrollUp {
	background:#FFC107 none repeat scroll 0 0;
	border-radius: 5%;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	line-height: 38px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
	opacity: 1 !important;
}

#scrollUp i {
	display: block;
	line-height: 42px;
	font-weight: bolder;
	
}
#scrollUp i:hover {
	color: #fff;
}
.preloder-wrap {
    background-color: #002147;
    color: #fff;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}
/*preloader-area */
.preloder-wrap {
  background-color: #002147;
  color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content:center;
  align-items:center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.loader {
    height: 200px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 50%;
    top: 0;
    width: 100%;
    margin-left: -100px;
}
.loader .siteref {
    bottom: 16px !important;
    display: block;
    font-size: 10px;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100% !important;
}
.preloder-wrap .child-common
{
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate3 2s infinite;
    animation: animate3 2s infinite;
}

.preloder-wrap .child1
{
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

.preloder-wrap .child2
{
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloder-wrap .child3
{
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloder-wrap  .child4
{
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes animate3
{
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animate3 {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*
================================================
5. header-top-area
================================================
*/
.header-top-area {
    background: #001f46;
}
.top_header {
    background: #f2f5f9;
    /* text-align: center; */
    /* float: right; */
    display: block;
}
.logo_wrap {

}
.logo a {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	text-transform:uppercase;
}
.logo {

}
	 @-webkit-keyframes glowing {
  0% { color: #001f46; }
  50% {color: #5aa1ff;  }
  100% {color: #f10808;  }
}

@-moz-keyframes glowing {
  0% { color: #001f46; }
  50% {color: #5aa1ff; }
  100% {color: #f10808;  }
}

@-o-keyframes glowing {
  0% {color: #001f46;  }
  50% {color: #5aa1ff;  }
  100% {color: #f10808;  }
}

@keyframes glowing {
  0% { color: #001f46;  }
  50% { color: #5aa1ff;  }
  100% {color: #f10808;  }
}
.pmmessage{
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
      text-transform: uppercase;
	      font-weight: bold;
}
.anti_button {
    background: #d8e7fb;
    float: right;
    padding: 5px 15px;
}
/*
================================================
6. Navigation
================================================
*/
.menu-bg {
  z-index: 999;
}
.menu-bg .logo {
  padding-top: 5px;
  transition: all 0.3s ease 0s;
}

section.crousels_slider .carousel-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 450px;
}
section.crousels_slider .carousel-item img {
    width: 100% !important;
    overflow: hidden;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    background-repeat: inherit;
    background-color: rgba( 0, 0, 0, 0.7 );
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control.right {
    right: 40px;
}
.carousel-control.left {
    left: 40px;
}
.carousel-indicators {
    left: inherit;
    right: 20px;
    top: 20px;
    bottom: inherit;
    height: inherit;
    width: inherit;
    margin: 0;
}


.top_header_marque {
    background: #e57a18;
    padding: 3px 0;
    display: none;
}
.marquee {
    /* height: 25px; */
    /* padding: 5px 10px; */
    color: #fff;
    margin-top: 30px;
    background: #001f46;
}
.marquee a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    /* line-height: 24px; */
    border-right: 1px solid #ffffff;
    padding: 0 10px;
}
.innertabDiv

{

    background: #887669;

    clear: both;

    padding: 15px 9px;

    color: #fff; 

    border-radius: 0px 0px 10px 10px;

	height:187px;

}

.innertabDiv  ul marquee li

{

    font-family: Arial,tahoma,calibri;

    line-height: 23px;

    list-style-image: url(images/hover-arrow.png);

    padding-left: 14px;

    list-style-position: inside;

}

.innertabDiv  marquee

{

	    height: 187px; 

}



marquee li a

{

	color:#fff;

	cursor:pointer;

	

}






/*
================================================
7. Slider Area
================================================
*/
.affix + .banner-wrapper {
  margin-top: 49px;
}
.welcome-hero-area, .home-slider-area, .home-slider-area div {

}
.welcome-hero-area div.single-slide-item-table-cell, .welcome-hero-area div.single-slide-item-table-cell div {

}
.single-slide-item-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.single-slide-item-table {
	display: table;
	width: 100%
}
a.slide-btn {
	color: #333;
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
	padding: 12px 30px;
	transition: .5s;
	text-transform:uppercase;
	background:#f7bb0000;
	border-radius:0 15px;
}
a.slide-btn:hover {
	background:#001f46;
	color: #fff;	
}
.single-slide-item h2 {
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 20px
}
.single-slide-item h2 span {
	color: #2980b9
}
.single-slide-item p {
	color: #fff;
	margin-bottom: 20px
}
.fixed-bg {
	background-attachment: fixed!important
}
.slide-1, .text-slide {
background: url(../images/banner1.jpg);
	background-size: cover;
	    background-repeat: no-repeat;
}
.slide-2 {
	background: url(../images/banner2.jpg);
	background-size: cover;
	    background-repeat: no-repeat;
}
.slide-3 {
	background: url(../images/banner3.jpg);
	background-size: cover;
	    background-repeat: no-repeat;
}
.single-slide-item {
	position: relative;
	z-index: 1
}
.single-slide-item:after {
	/*---background: rgba(0, 0, 0, 0.19);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1---*/
}
a.welcome-control:focus, a.welcome-control:hover i {
	color: #f7bb00
}
.carousel-fade .carousel-inner .item {

}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .item {

}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-control {
	z-index: 2
}
.welcome-control {
	background: 0 0!important;
	border: 1px solid #ddd;
	color: #fff;
	font-size: 24px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	z-index: 20
}
.service-icon i, .single-featured i {
	border-radius: 50%;
	text-align: center
}
.right.welcome-control {
	left: auto;
	right: -52px
}
.left.welcome-control {
	left: -52px
}
.home-slider-area:hover .right.welcome-control {
	right: 30px;
	transition: .25s;
	-webkit-transition: .25s;
	border:1px solid #fff;
}
.home-slider-area:hover .left.welcome-control {
	left: 30px;
	transition: .25s;
	-webkit-transition: .25s;
	border:1px solid #fff;	
}
.featured-area {
	overflow: hidden
}
.single-featured {
	cursor: pointer
}
.single-featured h4 {
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px
}
.single-featured i {
	background: #687074;
	color: #fff;
	display: block;
	font-size: 35px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 10px;
	width: 80px
}
.service-icon i, a.about-btn, a.get-start-btn, ul.team-social>li, ul.work li {
	display: inline-block
}
.single-featured:hover i {
	background: #f7bb00;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.home-slider-area .carousel-indicators {
  display: none;
}
/*
================================================
8. Callouts Wrapper
================================================
*/
.callouts-wrapper {
	float:
	left;
	width:100%;
	padding: 60px 0 0;
	/* margin-top: -100px; */
	}
.callouts-inner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    /* top: -110px; */
    z-index: 9;
}	
.message-description {
  margin-bottom: 20px;
  padding: 30px 20px;
  transition: all 0.45s ease-in-out 0s;
  background:#001f46;
  border-radius: 0 30px;
}
.message-description h2 {
	color:#fff;
	font-size:24px;
	}
.message-description p {
	color:#fff;
	}
.message-description i {
	color:#f7bb00;
	font-size:40px;
	}		
/*
================================================
9. About Us
================================================
*/
.aboutus {
	padding: 60px 0 20px;
	/* margin:-189px 0 0; */
}
a.read_more {
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    text-transform: capitalize;
    background: #001f46;
    border-radius: 0 15px;
}
a.read_more:hover {
    background: #e57a18;
}
.about h2 {
	margin-bottom: 20px;
	margin-top: 0;
}
.aboutus .section-title p {margin: 0 0 20px;text-align: justify;line-height: 24px;}
.about-box ul {
	padding: 0;
	list-style: none;
	float:
	left;
	width: 100%;
}
.title_wrap {
    padding: 10px 20px;
    float: left;
    width: 100%;
    background: #e57a18;
    border-radius: 5px 5px 0 0;
}

.titl {
       text-align: center;
       font-size: 19px;
       color: #ffffff;
       font-weight: normal;
       font-family: 'Oswald', sans-serif;
}
.vticker{
    height: 386px !important;
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}
.vticker ul{
	padding: 0;
	width:100%;
	   height: 340px !important;
}
.vticker li{
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;
    color: #3a3b3c;
    overflow: hidden;
}
.vticker li a {
    color: #000408;
}
.vticker li a:hover {
    color: #f7bb00;
    cursor: pointer;
}
.controls {
    float: right;
}
.controls button {
    background: #f7bb00;
    border: 1px solid #ffffff;
    padding: 1px 7px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}
.endview {
    text-align: left;
    padding: 8px;
    margin-top: 10px;
}
.endview a {
    color: #fff;
}
.latest.news a {
    color: #fff;
    text-transform: uppercase;
}

.bocs {
 border-radius: 5px;
    padding:0px 0px 0px 0px;
}
ul.imgcont {
    text-align: center;
	width:100%;
}
ul.imgcont li {
    text-align: center;
}
ul.imgcont li img {
    width: 170px;
    height: 200px;
	padding:5px;
    border: 1px solid #d0cfcf;
}
.about-box .read-more {
	background: #040a2c none repeat scroll 0 0;
	color: #fff;
	float: left;
	margin-top: 20px;
	padding: 12px 30px;
	text-transform: uppercase;
}
.about-box {
	float: left;
	width: 100%;
}
.about-box h3 {
	color:#001f46;
	}
.about-box figure {
  border: 1px solid #e9e6e6;
  float: left;
  overflow: hidden;
  padding: 5px;
  position: relative;
  width: 100%;
}
.about-box figure img {
	width:100%;
	}
.about {
	padding: 100px 0;
}
.about p {
	margin: 0 0 30px;
}
.about-list li {
  color: #444;
  font-size: 14px;
  margin: 0 0 10px;
}
.single_team p {
    padding: 0px 10px 10px 10px;
}
.blog-wrapper .single-post-content p {
    min-height: 40px;
}
.about-list li i {
  color: #001f46;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  line-height:20px;
}
/*** Call Back ***/
.call-back {
  background: #f2f5f9;
  padding: 30px 20px;
}
.call-back h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.call-back .form-control {
  border: 1px solid #f0f0f0;
  background:#fff;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 25px;
}
.call-back .btn-default {
  animation-delay: 2s;
  background: #f7bb00;
  border: 0 none;
  color: #333;
  padding: 12px 30px;
  transition: all 0.3s ease 0s; 
  border-radius:0 15px;
}
.call-back .btn-default:hover {
  background: #001f46;
  color:#fff;	
	}
	.fa-chevron-up::before {
    content: "\f077";
    background: url(../images/arrow.png) no-repeat;
    color: transparent;
}
/*
================================================
10. Services
================================================
*/
.services {
	padding: 57px 0 70px;
	background:#f2f5f9;
	display: none;
}
.services .section-title {
	margin:0 0 10px;
	}
.service-callouts {
	text-align: center;
}
.service-callouts h2 {
	font-size: 20px;
	margin: 0 0 10px;
	line-height: normal;
	padding: 0;
	font-size:1.6rem;
	font-weight:600;
	text-transform:capitalize;
}
/*** Single Services ***/
.single-service-box {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ffffff;
  margin-top: 30px;
  padding: 50px 25px;
  transition: all 0.36s ease-in-out 0s;
  border-radius:0 30px;
}
.single-service-box i {
  color: #333333;
  font-size: 52px;
  transition: all 0.36s ease-in-out 0s;
}
.single-service-box h4 {
  border-bottom: 1px dashed #333333;
  display: inline-block;
  font-size: 20px;
  margin: 20px 0 10px;
  padding-bottom: 6px;
  color:#001f46;
}
.single-service-box p {
  font-size: 13px;
}
.single-service-box:hover {
  border: 1px solid #f7bb00;
}	
.single-service-box:hover i {
	color:#f7bb00;
	}
/*
================================================
11. Counters
================================================
*/
.counters:before {
	background: #001f46;
	bottom: 0;
	content: "";
	left: 0;
	/* opacity: 0.8; */
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.counters {
	background: url(../images/counters-bg.jpg) no-repeat fixed left top;
	margin:0;
	padding: 30px 0 30px;
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	z-index: 9;
}
.counters .counter i {
	color: #f7bb00;
	margin: 0 0 20px;
	font-size: 35px;
	transition: all 400ms linear 0s;
}
.counters .counter:hover i {
	transform: translateY(-15px);
}
.counters .counter .number {
	font-size: 30px;
	margin: 0 0 20px;
	padding: 0;
	color: #fff;
	font-weight: 600;
}
.counters .counter p {
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 500;
}
.counters .counter .counter-icon-box {
  color: #bbb;
  font-size: 40px;
  margin: 0 0 20px;
  transition: all 400ms linear 0s;
}
/*
================================================
12. Our Team
================================================
*/
.ourteam {
	width: 100%;
	float: left;
	padding:57px 0 55px;
	position: relative;
}
.team-cnt {
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 100%;
	text-align: center;
}
.ourteam .section-title {
	margin:0 0 10px;
	}
/**** single services ****/
.single_team {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
  padding: 30px 0;
  margin-top:30px;
  text-align: center;
  transition: all 0.3s linear 0s;
  border-radius:0 30px;
}
.team_img {
  border-radius: 50%;
  display: inline-block;
  height: 150px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 150px;
}
.team_img > img {
  display: block;
  width: 100%;
}
.single_team > h5 {
  margin-bottom: 5px;
}
.single_team > span {
  margin-bottom: 20px;
  display:inline-block;
}
.team_social_bar > a {
  background: #001f46;
  border-radius: 3px;
  color: #ffffff;
  height: 35px;
  line-height: 32px;
  margin-right: 5px;
  transition: all 0.3s linear 0s;
  width: 35px;
  display:inline-block; 
}
.team_social_bar > a:hover {
  background: #f7bb00;
  color: #333; 
}
.socialDiv h2 a {
    color: #001f46;
}
.single_team:hover {
  box-shadow: 0 4px 61px rgba(0, 0, 0, 0.09);
}
/*
================================================
13. Testimonials Wrapper 
================================================
*/
.testimonials:before {
  background: #001f46;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.testimonials {
	width: 100%;
	float: left;
	background: #f2f5f9;
	padding: 57px 0 65px;
	background: rgba(0, 0, 0, 0) url("../images/counters-bg.jpg") no-repeat fixed left top;
	z-index: 9;
    position: relative;
    text-align: center;	
}
.testimonials h2 {
	color:#fff;
	}
.testimonials .section-title p {
	color:#fff;	
	}	

.testimonials .item {
	margin: 0 10px 20px;
}
.tes-wrapper {
	border: 1px solid #b7b7b7;
	text-align: center;
	padding: 20px;
	margin: 50px 0 0 0;
	background:#fff;
	border-radius:0 30px;
}
.tes-wrapper span {
	border-radius: 100px;
	display: inline-block;
	height: 110px;
	width: 110px;
	margin-bottom: 10px;
	margin-top: -50px;
	background: #fff;
}
.tes-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
	padding: 5px;
}
.tes-wrapper h3 {
	font-weight: 600;
	color: #001f46;
	font-size: 20px;
	margin:0 0 15px;
}
.tes-wrapper h3 span {
	display: block;
	font-size: 16px;
	width: auto;
	height: auto;
	margin: 8px 0 0;
	border-radius: 0;
	color: #2d2d2d;	
}
.testimonials .owl-theme .owl-nav {
	display: none;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
	background: #8c8d8e;
	opacity: 1;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span {
	background: #f7bb00;
}
/*
================================================
14. Portfolio
================================================
*/
.portfolio {
	clear: both;
	float: left;
	width: 100%;
	padding: 56px 0 40px;
}
.work {
	margin-bottom: 30px;
}
.work a {
	display: block;
	overflow: hidden;
	position: relative;
}
.work a img {
	width:100%;
	height:auto;
	}
.work-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	padding: 20px;
}
.work-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1;
}
.work:hover .work-inner:after {
	opacity: 0.8;
}
.work-info {
	text-align: center;
	margin-top: 20%;
	top: -15px;
	position: relative;
}
.work-info h2:after {
	display:none;
	}
.work-info p, .work-info h2, .work-info i {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.work-info h2 {
	font-size: 20px;
	color: #fff;
	top: -10px;
	margin: 0;
	padding: 0;
	line-height: 35px;
}
.work-info p {
	font-size: 12px;
	top: 10px;
	font-weight: 700;
	-webkit-transition: all 0.6s;
	color:#f7bb00;
}
.work-info i {
	font-size: 14px;
	top: 20px;
	font-weight: 700;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	color: #333;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.work:hover .work-info p, .work:hover .work-info h2, .work:hover .work-info i {
	opacity: 1;
	top: 0;
}
.portfolio-filter {
	list-style: none;
	margin-bottom:20px;
	background:#f2f5f9;
}
.portfolio-filter li.active, .portfolio-filter li:hover {
	border:none;
	color:#001f46;
	}
.portfolio-filter li {
	display: inline-table;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 10px;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
	border:none;
	font-weight:600;
}
.portfolio-filter li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.portfolio-filter li.active:after {
	width: 100%;
}
.work-popup {
	max-width: 550px;
	background: #fff;
	position: relative!important;
	margin: 30px auto;
	left: 0!important;
}
.work-popup img {
	width: 100%;
	height: 100%;
}
.work-popup-content {
	padding: 25px;
}
.work-popup-content h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.work-popup-content p {
	text-align: left;
	line-height: 23px;
}
.mfp-close-btn-in .mfp-close {
	position: absolute;
	background: #fff;
	font-size: 40px;
	width: 50px;
	height: 50px;
	opacity: 1;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}
/*
================================================
15. Blog
================================================
*/
.blog-wrapper {
	padding: 20px 0 0px;
	background: #fcfdff;
	/* position: relative; */
	/* z-index: 99; */
}
.blog-wrapper .section-title {
	/* margin:0 0 -5px; */
	}
.blog-wrapper .single-blog-post {
	margin-top: 30px;
}
.single-blog-thumb img {
    margin: 0 auto;
    height: 350px;
    border-radius: 8px 8px 0 0;
    width: 100%;
    object-fit: cover;
    /* vertical-align: top; */
    object-position: top;
}
.single-blog-thumb {
    text-align: center;
    background: #f9fafb;
    /* margin-bottom: 10px; */
}
.blog-wrapper .single-post-content {
  padding: 20px;
}
.carousel-inner img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}
.blog-wrapper .single-post-content {
	background: #ffffff;
}
.blog-wrapper .single-post-content a {
	color: #001f46
}
.blog-wrapper .single-post-content h4 {
  margin-top: 15px;
  text-transform: none;
  height: 40px;
  font-size: 15px;
  text-align: left;
}
.blog-wrapper .single-post-content h4:hover a {
	color: #f7bb00
}
.blog-wrapper a.blog-btn {
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  text-transform:capitalize;
  background:#001f46;
  border-radius:0 15px;
}
.blog-wrapper a.blog-btn:hover {
	background:#f7bb00;
	color:#333;
	}
.blog-wrapper .post-meta i {
  margin-right: 5px;
  color:#f7bb00;
}
.blog-wrapper ul.post-meta {
  list-style: outside none none;
  width: 100%;
  text-align: left;
}
.package-btn, a.blog-btn, ul.post-meta li {
  display: inline-block;
}
.post-meta a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
.single-blog-post:hover, .single-team:hover {
	box-shadow: 0 0 10px 1px rgba(76,76,76,.41);
	border-radius: 8px 8px 0 0;
}
/*
================================================
16. Contact Us
================================================
*/
.contactus:before {
  /* background: #001f46; */
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.contactus {
	width: 100%;
	float: left;
	background: #f2f5f9;
	padding: 57px 0 0;
	background: url("../images/counters-bg.jpg") no-repeat fixed left top;
	z-index: 9;
    position: relative;
    text-align: center;	
}
.contactus h2 {
    color: #000;
    margin: 0px 0px 30px;
    padding: 0;
    width: 100%;
    text-align: center;
 }
.contactus p {
	color: #000;
	/* float: left; */
	}	
.contact-info {
    margin-bottom: 50px;
    overflow: hidden;
}
.contact-form {
	margin:0 0 70px;
	}
.single-contact {
    text-align: center;
  	padding: 15px 0;	
}
.single-contact h4 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin:25px 0 5px;
    text-transform: uppercase;
}
.single-contact p {
    margin-bottom: 0;
}
.single-contact i {
  border-radius: 50%;
  box-shadow: 0 0 0 8px #001f46 inset, 0 0 5px 0 rgb(51 214 133 / 24%);
  color: #001f46;
  font-size: 29px;
  height: 70px;
  line-height: 70px;
  padding: 30px;
  text-align: center;
  width: 80px;
}
.form-control {
    background: #fff;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
textarea.form-control {
  height: auto;
  padding:10px 0 0 10px;
}
.form-control::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.form-control:hover,
.form-control:focus {
    border-color: #f7bb00;
    box-shadow: none;
}
.contact-form .btn-contact {
    color: #333333;
    font-weight: 700;
    padding: 12px 30px;
    letter-spacing: 0;
    text-transform: uppercase;
	border-radius:0 15px;
	background:#f7bb00;
	transition: all 0.3s ease 0s;	
	border:none;
}
.btn-contact:hover {
    background-color: #001f46;
    color: #fff;
}
.google-map {
  float: left;
  width: 100%;
  margin:0 0 -5px;
}
.google-map iframe {
    width: 100%;
    border: none;
    height: 250px;
    border-width: 2px 0;
    border-style: solid;
    border-color: #f7bb00;
	}
/*
================================================
17. Footer
================================================
*/
footer {
	padding: 15px 0;
	width: 100%;
	float: left;
	background:#f2f5f9;
}
footer p {
    color: #434344;
    /* text-align: center; */
    margin: 0;
    font-size: 12px
}
.menu-footermenu-container ul {
    text-align: center;
}
.menu-footermenu-container ul li {
    display: inline;
    padding: 0px 5px;
}
.menu-footermenu-container ul li a {
    color: #000000;
    font-size: 13px;
}
.menu-footermenu-container ul li a:hover {
    color: #e67817;
}
#powered span {

}
#powered span a {

}
.socialDiv li {
    float: left;
    display: inline;
    padding: 0 7px;
}
.footer_top {
    background: #fff;
    padding: 20px;
    border: 7px solid #f2f5f9;
}
.execphpwidget p {
    color: #001f46;
    font-weight: bold;
    padding: 14px 0px;
	    margin: 0;
}
.execphpwidget p a {
    color: #f7bb00;
}

/*
================================================
18. Media Quries 
================================================
*/
@media (max-width: 1024px) {
	.single_team > h5 {
    padding: 10px;
    min-height: 50px;
}
.single_team > span {
    min-height: 41px;
}
.single_team p {
    min-height: 102px;
}
	#cssmenu > ul > li > a {
    padding: 17px 6px;
    font-size: 12px;
}
.callouts-inner {
    position: static;
    top: 0;
}	
.aboutus {
    padding: 15px 0 30px;
    margin: 0;
}

.message-description h2 {
    font-size: 13px;
	font-weight: normal;
}
.message-description p {
    font-size: 12px;
}
.message-description {
    min-height: auto;
}}
@media (min-width: 768px) and (max-width: 991px) {
	.single-service-box {
    padding: 20px 15px;
}
.single-service-box h4 {
    font-size: 15px;
    margin: 20px 0 10px;
}
.mainmenu ul li a {
    font-size: 8px;
    padding: 20px 4px;
}

	.message-description h2 {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.message-description p {
    font-size: 12px;
}
.message-description {
    min-height: auto;
    margin: 0;
    padding: 15px 20px;
}
.call-back {
    background: #f2f5f9;
    padding: 30px 20px;
    float: left;
    width: 100%;
}
	.aboutus {
    padding: 20px 0 20px;
    margin: 0;
}
	.welcome-hero-area, .home-slider-area, .home-slider-area div {

}
	.callouts-wrapper {
    padding: 0px 0 0;
}
	.anti_button {
    padding: 5px;
}
.pmmessage {
    font-size: 12px;
}
	.callouts-inner {
    position: static;
    top: 0;
}
/*** Common styles ***/
#scrool-top {
	right: 15px;
}	
/*** navigation ***/

.logo {
  float: left;
  margin: 20px 0;
}
.menu-bg .logo {
  padding-top: 29px;
}

}
@media (max-width: 767px) {
  .section-content h3 {
    font-size: 18px;
}
  footer p {
    text-align: center;
}
footer a {
  text-align: center !important;
}
  .inner_header {
    height: auto !important;
}
  .thumb img {
    object-fit: contain !important;
    background: #ededed;
}
  .single-blog-thumb img {
    height: auto;
}
	.section-title h2 {
    font-size: 17px;
    line-height: 22px;
}

	.aboutus {
    padding: 10px 0 20px;
    margin: 0;
}
.message-description h2 {
  font-size: 16px;
  float: left;
  margin-right: 20px;
}
	.welcome-hero-area, .home-slider-area, .home-slider-area div {
 
}
		.callouts-wrapper {
    padding: 10px 0 0;
}
	.callouts-inner {
    position: static;
    top: 0;
}
.anti_button {
    float: left;
    padding: 10px;
    width: 100%;
}
.anti_button .icon {
    display: none;
}
/*** Common styles ***/	
section h2 {
	font-size: 22px;
}
a.slide-btn {
  font-size: 14px;
  padding: 8px 16px;
  width: 120px;
}
#scrool-top {
	right: 15px;
}
/*** navigation ***/



.menu-bg .logo {
  padding: 10px 0;
}


/*** banner ***/
.welcome-control {
  display: none;
}
.single-slide-item h2 {
  font-size: 24px;
  line-height: 26px;
}

/*** callouts wrapper ***/
.callouts-inner {
	top:0;
	}
/*** about us ***/
.aboutus {
  margin: 0;
  padding: 40px 0 34px;
}
.about-box figure {
	margin-bottom: 20px;
}
.section-title > p span {
	display:inline;
	}
.call-back {
	float:left;
	width:100%;
	margin:20px 0 0;
	}
.about-box ul {
	width:100%;
	margin:0;	
	}		
/*** counter ***/
.counter {
	margin: 0 0 50px;
}
.counters {
	padding-bottom: 30px;
	margin:0;
}
/*** Contact us ***/
.single-contact {
	padding:15px 0 30px;
	}
.contact-info {
	 margin-bottom:20px;
	 }	
}

#myCarousel {
  height: auto;
  overflow: hidden;
}
.top_header ul li {
  /* display: inline-block; */
  list-style: none;
  /* color: #fff; */
  margin: 2px 0;
}

.top_header ul li a {
  color: #000;
  padding: 5px;
  line-height: 14px;
  font-size: 14px;
}

.top_header_marque ul li a:hover {
  text-decoration: underline;
}

.top_header_marque ul {
  margin: 0 0 0 0 !important;
  width: auto;
  float: right;
}

.no-padding {
  padding: 0;
}
#cssmenu li:hover > ul > li {
  height: auto !important;
}
.message-description:hover {
  background: #e57a18;
}
#searchform input {
  padding: 0.7em;
  height: 30px!important;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: 1px solid #ddd;
  color: #666;
  float: left;
  border-right: none;
}

input#searchsubmit {
  padding: 0 0.7em;
  height: 30px!important;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: 1px solid #ddd;
  color: #666;
  background: #f5f5f5;
  border-radius: 0 4px 4px 0;
}

form#searchform {
  margin: 10px 0;
  float: right;
}

#gtranslate_wrapper label {
  font-size: 12px;
  text-transform: capitalize;
  margin-right: 5px;
}
footer p a {
  color: #225cff;
}
.m-auto {
  float: none !important;
  margin: 0 auto;
  text-align: center;
}
.single-post-content {
  padding: 5px 10px;
}

.single-post-content h4 a {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.about-box .section-title {
  text-align: left;
  width: 100%;
  float: left;
}
.blog-wrapper .section-title a.read_more {
  float: right;
}.about-box .section-title h2 {
  float: left;
  width: 100%;
  text-align: left;
}

a.play i {
  font-size: 25px;
}

.about-box a.read_more {
  /* margin-top: 5px; */
  /* display: inline-block; */
  float: left;
  margin-right: 10px;
}
.breadcrumbs-menu {
  padding: 6% 0;
  background: #00000057;
}
.inner_header {
  background: url(../images/inner.jpg) 0 0/cover no-repeat;
  height: auto;
  padding: 0;
}
.breadcrumbs-menu h1 {
  font-size: 24px;
  /* font-family: poppins; */
  color: #fff;
}.breadcrumbs-menu li, .breadcrumbs-menu li a {
  color: #fff;
  /* font-family: Montserrat; */
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}.breadcrumbs-menu li i {
  font-size: 12px;
  margin: 0 5px;
  position: relative;
  top: 0;
}
.table>tbody>tr>th {
  background: #dbdbdb;
  color: #000;
  FONT-WEIGHT: 600;
}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #dbdbdb;
}
tr:nth-child(odd) {background-color: #f2f2f2;}
#about ul li {
  line-height: 22px;
  margin-bottom: 10px;
  /* color: #000; */
  list-style: none;
}

#about ul li a {
  color: #000;
}
.volunteer-address ul li::marker {
  display: none !important;
  font-variant-numeric: none !important;
}
.volunteer-address ul li {
  margin-bottom: 0 !important;
}

.media-left {
  display: none;
}

.media-body h5 {
  margin-top: 10px;
}

.thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.img-fullwidth {
  width: 100%;
}
.infra h5 {
  text-align: center;
  padding: 10px 0;
  color: #001f46;
}
.infra img {
  height: 300px;
  object-fit: cover;
}

.infra h2 {
  padding: 0;
  margin: 0;
}
.blog-wrapper .section-title h2 {
  width: 100%;
  text-align: left;
  padding: inherit;
}
.forms {
  float: right;
}

.c-info {
  float: right;
  margin: 10px 30px 0 0;
  /* border-right: 1px solid #dbdbdb; */
}

.top_header ul li a i {
  color: #fe882e;
  font-weight: normal;
}

.top_header ul {
  margin: 0;
}
#cssmenu > ul > li:hover {
  background: #f19000;
}
.marquee a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.new-n img {
    display: inline;
    padding: 0;
}
marquee {
  padding: 6px 10px;
}
/*===========result============*/

.result-table tbody {
  width: 100% !important;
}

.result-table tbody th:nth-child(1) {
  width: 4%;
}

.result-table tbody th:nth-child(2) {
  width: 83%;
}

.result-table tbody th:nth-child(3) {
  width: 15%!important;
}

.result-table tbody th {
  color: #fff !important;
  background: #fb8e3e !important;
  padding: 10px !important;
}

.result-table tbody td {
  color: #000;
  padding: 7px 10px!important;
}
.result-table table tr td a {
  color: #1a73e8;
}
.result-table table tr td a:hover {
  text-decoration: underline;
}

@media(min-width:320px) and (max-width:500px){
  .forms {
    display: none;
}
.blog-wrapper {
  padding: 20px 0;
}
  .video-popup img {
    width: 100%;
}
.blog-wrapper .single-blog-post {
    margin-top: 30px;
}
  #cssmenu #menu-button {
    text-align: left;
}
.bocs {
  margin-bottom: 50px;
}
  .message-description i {
    font-size: 26px;
    float: right;
}

  .carousel-inner img {
    height: auto !important;
    object-fit: contain;
}
.marquee {
  color: #fff;
  margin-top: 10px;
  background: #df0000;
}
marquee {
  padding: 2px 10px;
}
  .top_header ul li {
    margin: 5px 0;
}
.c-info {
  margin: 0 auto!important;
  padding: 0 !important;
  float: revert;
  text-align: center;
}
.top_header ul {
  margin: 0 0 10px 0;
  width: 100%;
}
.result-table tbody th:nth-child(1) {
  width: auto!important;
}

.result-table tbody th:nth-child(2) {
  width: auto!important;
}

.result-table tbody th:nth-child(3) {
  width: auto!important;
}
.result-table {
  padding: 20px;
}

.recent-popup {
  width: auto !important;
  margin: 145px auto;
}
}

@media(min-width:500px) and (max-width:767px){

  .forms {
    display: none;
}
.blog-wrapper {
  padding: 20px 0;
}
  .video-popup img {
    width: 100%;
}
.blog-wrapper .single-blog-post {
    margin-top: 30px;
}
  #cssmenu #menu-button {
    text-align: left;
}
.bocs {
  margin-bottom: 50px;
}
  .message-description i {
    font-size: 26px;
    float: right;
}

  .carousel-inner img {
    height: auto !important;
    object-fit: contain;
}
.marquee {
  color: #fff;
  margin-top: 10px;
  background: #df0000;
}
marquee {
  padding: 2px 10px;
}
  .top_header ul li {
    margin: 5px 0;
}
.c-info {
  margin: 0 auto!important;
  padding: 0 !important;
  float: revert;
  text-align: center;
}
.top_header ul {
  margin: 0 0 10px 0;
  width: 100%;
}
.logo img {
  text-align: center;
  margin: 0 auto;
}
.recent-popup {
  width: 60% !important;
  margin: 154px auto;
}
}

@media(min-width:320px) and (max-width:767px){
  

}
@media(min-width:768px) and (max-width:800px){
  .video-popup img {
    width: 100%;
}
.blog-wrapper .single-blog-post {
  margin-top: 30px;
}
  #cssmenu #menu-button {
    text-align: left;
}
.bocs {
  margin-bottom: 50px;
}
  .message-description i {
    font-size: 26px;
    float: right;
}

  .carousel-inner img {
    height: auto !important;
    object-fit: contain;
}
.marquee {
  color: #fff;
  margin-top: 10px;
  background: #df0000;
  margin-bottom: 20px;
}
marquee {
  padding: 2px 10px;
}
  .top_header ul li {
    margin: 5px 0;
}
.c-info {
  margin: 10px 0px 0 0;
}

.latest_news.bocs p a {
  bottom: 16px;
}
.img-rounded {
  width: 100%;
}
}
@media(min-width:801px) and (max-width:1023px){
  .top_header ul li a {
    padding: 0;
    font-size: 12px;
    margin-right: 10px;
}
form#searchform {
  margin: 5px 0;
}
#gtranslate_wrapper {
  font-size: 12px;
}
  .video-popup img {
    width: 100%;
}
.blog-wrapper .single-blog-post {
  margin-top: 30px;
}
  #cssmenu #menu-button {
    text-align: left;
}
.bocs {
  margin-bottom: 50px;
}
  .message-description i {
    font-size: 20px;
    float: right;
}

  .carousel-inner img {
    height: 250px !important;
    object-fit: cover;
}
.marquee {
  color: #fff;
  margin-top: 10px;
  background: #df0000;
  margin-bottom: 20px;
}
marquee {
  padding: 2px 10px;
}
  .top_header ul li {
    margin: 5px 0;
}
.c-info {
  margin: 10px 0px 0 0;
}

.latest_news.bocs p a {
  bottom: 16px;
}
.img-rounded {
  width: 100%;
}
}
@media(min-width:1024px) and (max-width:1300px){
  .single-blog-thumb img {
    height: 250px;
}
  .callouts-wrapper {
    padding: 50px 0 0;
}
.aboutus {
  padding: 40px 0 60px;
}
  .message-description {
    padding: 20px 20px;
}
  .carousel-inner img {
    height: 300px !important;
}
.message-description h2 {
  font-size: 20px !important;
}

.latest_news.bocs p a {
  bottom: 5px;
}
.img-rounded {
  width: 100%;
}
}
.table {
  overflow-x: auto;
  display: block;
  border: none;
}
.inner_header {
  background: url(../images/inner.jpg) 0 0/cover no-repeat;
  height: 230px;
  padding: 0;
}
.admission-notice table tr th {
  background: #f7893a;
  color: #fff;
}
.admission-notice table tr td {
  color: #000;
}
.admission-notice table tr td a:hover {
  text-decoration: underline;
}
.admission-notice table tr td a {
  color: #1a73e8;
}


.img-rounded {
  width: 100%;
}


.volunteer-address p {
  font-size: 13px;
}

.recruitment-table th {
  color: #fff !important;
  background: #f78a36 !important;
}

.recruitment-table tr td a:hover {
  text-decoration: underline;
}
.recruitment-table tr td a {
  color: #1a73e8;
}


.latest_news.bocs p a {
  padding: 6px 12px;
  background: #e57a18;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -22px;
  left: 16px;
  right: 15px;
}

@media (min-width: 1024px) and (max-width: 1200px){
  #cssmenu > ul > li > a {
    padding: 15px 2px;
    font-size: 11px;
}
}


/*=========== form-registration ============*/

.form-register.row {
  display: flex;
  align-items: center;
  padding: 16px 10px;
}

.form-register.row label.control-label {
  width: 21%;
}

.head-img {
  text-align: center;
  margin-bottom: 40px;
}

section.registration-form h4 {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
  font-size: 25px;
}

.raadio-inputs {
  padding-left: 15px;
}

.raadio-inputs label {
  margin-right: 10px;
}
.form-register.radio-register.row label {
  margin-right: 20px;
}
label.number {
  width: 362px;
}

.radio-register {
  height: 97px;
}

.course-table td {
  padding: 0 !important;
}

.course-table td input.table-input {
  width: 100%;
  border: 0px;
  padding: 10px;
}
.course-table th:nth-child(1) {
  width: 6%;
}

label.control-label.year-est {
  width: 46% !important;
}

.col-md-12.padd-in {
  margin-bottom: 23px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 30px;
}
.registration-form h5 {
  color: #ff8c3a;
}

.col-md-12.padd-in.rin-pad {
  margin-bottom: 0;
  border: none;
  padding: 16px;
}

.col-md-12.padd-in.rin-pad h5 {
  padding-bottom: 20px;
}



.form-submit {
  text-align: center;
}

.col-md-12.form-submit input {
  padding: 6px 27px;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  background: #ff8c3a;
  color: #fff;
}

.col-md-12.form-submit input:hover {
  background: #2e3292;
  transition: .5s;
}

/* recent-news */

#profile-grid { 
  overflow: auto;
   white-space: normal;
   }
#profile-grid .profile { 
  padding-bottom: 40px;
}
#profile-grid .panel { 
  padding: 0 
}
#profile-grid .panel-body { 
  padding: 15px 
}
#profile-grid .profile-name { 
  font-weight: bold; 
}
#profile-grid .thumbnail {
  margin-bottom:6px;
}
#profile-grid .panel-thumbnail { 
  overflow: hidden; 
}
#profile-grid .img-rounded {
   border-radius: 4px 4px 0 0;
}


.recent-popup {
  width: 582px;
  height: auto;
}

.recent-popup .modal-body {
  padding: 5px;
}

.modal-header button.close:focus {
  color: #000 !important;
  font-size: 25px;
}

.modal-header {
  position: absolute;
  right: 9px;
  top: 10px;
  z-index: 1111;
  border: 0;
  background: #ffffff;
  border-radius: 50px;
  padding: 7px 10px;
  color: #000 !important;
}

#profile-grid .profile .panel.panel-default .panel-body li {
  list-style: none;
}

#profile-grid .profile .panel.panel-default .panel-body li a {
  color: #000;
}

#profile-grid .profile .panel.panel-default .panel-body li a i.lnr.lnr-calendar-full {
  color: #f4944e;
  margin-right: 7px;
}

#profile-grid .profile .panel.panel-default .panel-body h4 {
  font-weight: 100;
}

#profile-grid .profile .panel.panel-default .panel-body h4:hover {
  color: #f98835;
  transition: .5s;
}

p.ineer {
  min-height: 41px;
}

.panel.panel-default:hover {
    box-shadow: 0 0 10px 1px rgb(76 76 76 / 41%);
    border-radius: 8px 8px 0 0;
}

a.view_more {
  color: #fff;
  background: #e57a18;
  padding: 10px 20px;
  border-radius: 0px 10px 0px 10px;
}

.bolg {
  padding-bottom: 25px;
}

.media-blog {
  padding-bottom: 60px;
}

.col-md-12.view-alll {
  text-align: center;
}


/* Alumni */

.site-expert {
  background: #f2f5f9;
  padding: 20px 10px;
}

.col-md-12.alumni-spu label {
  width: 100%;
}

.col-md-12.alumni-spu input {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.alumni-spu {
  padding: 10px 10px;
}

.col-md-12.alumni-spu select {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.col-md-12.alumni-spu textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.alumni-spu-mandi .wow p {
  margin-bottom: 25px;
  line-height: 25px;
}

.button-spu {
  text-align: center;
}

.button-spu button.btn.btn-primary {
  padding: 6px 20px;
}

.syllabus-table th:nth-child(1) {
  width: 54%;
}

.syllabus-table th:nth-child(2) {
  width: 15%;
}

.syllabus-table th:nth-child(3) {
  width: 15%;
}

.syllabus-table th:nth-child(4) {
  width: 20%;
}

.categories {
  padding: 0px 0px 30px;
  display: none;
}

.categories label {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.categories select {
  padding: 7px 10px;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

p.or-class {
  margin-bottom: 0px;
  border-radius: 66px;
  padding: 10px 13px;
  background: #001f46;
  color: #fff;
  box-shadow: inset 0px 0px 7px 0px #fff;
  border: 1px solid #012047;
}

.categories .col-md-1 {
  padding: 18px 29px;
}

a.play img {
  width: 35px;
}

.faculti tbody th:nth-child(1) {
  width: 9.5%;
}

.faculti tbody th:nth-child(2){
  width: 28%;
}

.faculti td img {
  width: 100%;
  padding: 3px;
  border: 1px solid #d9d9d9;
}

.faculti .table-inside.col-md-6.col-sm-12 {
  padding-left: 0 !important;
}

.faculti .col-md-12 {
  padding: 0px !important;
}

.department-head {
  text-align: center;
}

.department-head h4 {
  font-size: 23px;
}

.tech-non th {
  width: 20% !important;
}

.volunteer-address p {
  margin-bottom: 0px;
}

.volunteer-address p a {
  color: #337ab7 !important;
}

.volunteer-address p a:hover {
  color: #a94442 !important;
} 

.volunteer-address h5 {
  margin-bottom: 0px;
}

.volunteer-address .media-body {
  text-align: center;
  padding-bottom: 5px;
  background: #eee;
}


.syllabus-section ul#myTab li.active a {
  border: 0px !important;
  background: #001f46 ;
  color: #fff ;
  border-radius: 25px ;
}

.syllabus-section ul#myTab {
  margin-bottom: 27px;
  border: 0px;
  padding: 11px;
  background: #e6e6e6;
  border-radius: 89px;
}

.syllabus-section ul#myTab li {
  margin-bottom: 0px !important;
}

.syllabus-section ul#myTab li a{
  margin-right: 5px;
}

.syllabus-section ul#myTab li a:hover{
  border-radius: 25px ;
}

p.download-pdf {
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}

p.download-pdf a {
  padding: 13px 26px;
  background: #e57a18;
  color: #fff;
  border-radius: 40px;
}

p.download-pdf a:hover {
  background: #e57a18d6;
}

p.line-side {
  display: none;
}


@media (min-width: 320px) and (max-width: 767px){
  .newsletter-class {
    padding: 62px 15px;
}

.newsletter-class object {
    display: none;
}

p.line-side {
  display: block;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
}

.result-tb tbody th:nth-child(2) {
  width: 9%;
}
.result-tb tbody th:nth-child(1) {
  width: auto;
}

.result-tb tbody th {
  color: #fff !important;
  background: #fb8e3e !important;
  padding: 10px !important;
}

.result-tb table tr td a {
  color: #1a73e8;
}