*{
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	box-sizing:border-box;
}

body, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0;
	padding:0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
}

body{
	background:#fff;
	font-size:15px;
    font-family: "arial";
	color:#424951;
}

.clearfix::after, .clearfix::before {
    display: block;
    content: "";
    clear: both;
}
@media (min-width: 1200px)
{
    .container.clearfix{
       margin-top: 80px;
    }
}


/*.fancybox img{
	height: 300px;
	object-fit: cover;
}*/
.googleMap iframe{
	width: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-family:"arial";
     font-weight: normal;
	 color:#304552;
}

input, select, textarea{
	font-family:"arial";
	font-size:15px;	
	outline:none;
	float:left;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	border:none;
	border:#ccc solid thin;
	position:relative;
	background:none;
	border-radius:3px;
	height:35px;
}

textarea{
	height: 80px;
	padding:5px ;	
}



input:focus, select:focus, textarea:focus{
	border:#aaa solid thin;	
}

.form{
	width: 100%;
	float: left;
}

.form-center{
	float: none;
	margin: auto;
	width: 600px;
}

.form .form-group{
	width:100%;
	float:left;
	margin-bottom:15px;	
	position:relative;
	text-align:left;
}

.form-group-inline{
	position:relative;
}

.form .form-group .form-group-inline{
	float:left;
	margin-right:2%;
}

.form .form-group .label{
	line-height:40px;
	float:left;
	width:100%;
	display:block;
	color:#666;
}

.form-text .form-group .label{
	line-height:30px;
}

.form-text .form-group{
	margin-bottom:15px;	
}

.inpt{
	float:left;
	width:100%;	
}

.form .form-group .form-group-inline:last-child {
	margin-right:0;
}

.form .form-col-4 .form-group-inline{
	width:23.5%;
}

.form .form-col-3 .form-group-inline{
	width:32%;
}



.form.form-center .form-col-2 .form-group-inline{
	width:49%;
}

.form .form-col-1 .form-group-inline{
	width:100%;
	margin-right:0;
}

.form .form-col-2 .form-group-inline{
	width:49%;
}

.form .form-col-2 .form-group-inline:first-child{
	margin-right:2%;	
}

.form .form-group .btn{
	margin-right:7px;
}

.form .form-group .btn:last-child{
	margin-right:0;	
}

textarea{
	resize:none;
}	


.btn{
	width:auto;
	padding:5px 10px;
	background:none;
	border:none;
	font-size:14px;
	text-transform:uppercase;	
	cursor:pointer;
	font-family:"arial";
	border-radius:3px;
	height:auto;
	display:inline-block;
}
.btn-primary{
	color: #fff;
  	background-color: #0069d9;
  	border-color: #0062cc;
}
.btn-success{
	color: #fff;
	background-color: #218838;
    border-color: #1e7e34;
}


.btn-center{
	display:inline-block;
	float:none;
}

.btn-small{
	font-size:12px;
	padding:5px 10px !important;
}

.btns{
	padding-left:47%;	
}


.overflow-hidden{
	overflow:hidden;
    position: relative;
}

.content{
	margin-top:50px;	
}

.content::before, .content::after{
	display: block;
    content: "";
    clear: both;
}

.wrapper{
	width:100%;
	float:left;
	position:relative;	
}

img{
	width:100%;
	height:auto;
		
}

#header, #main-content, #footer{
	width:100%;
	float:left;
	z-index:1;
}


#footer{
	margin-top: 10px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:none;
	z-index: 2;
	border-bottom: rgba(255,255,255,0.2) solid thin;
}

#header h1, .footer-logo h2{
	color:#5aaff7;;
	font-size: 26px;
	text-transform: uppercase;
}

#main-content{
	background:#fff;
	position:relative;
	z-index:1;
}

.container{
	position:relative;
	width:95%;
	max-width:1366px;	
	display:block;
	margin:auto;
}

.container-padding{
	padding:20px;
	background:#fff;	
}

.negative-margin{
	margin-top:-100px;	
}

p{
	text-align:justify;
	font-family:"arial";
	font-size:17px;
	color:#666;
}

a{
	text-decoration:none;
	color:#333;	
}

.clear{
	clear:both;
}


ul li{
	float:left;
	list-style:none;
}
.bordered_class ul li{
	float: none !important;
	list-style: disc;
}
::selection {
    color: #fff;
    background: #5aaff7;;
}

::-moz-selection {
    color: #fff;
    background:#5aaff7;;
}

.top-part{
	width: 100%;
	float: left;
	background: rgba(0,0,0,0.4);
	padding: 15px 0;
}

.top-col{
	color: #aaa;
	font-size: 15px;
	font-family: "arial"
}

.top-col a{
	color: #aaa;
}

.top-left{
	float: left;
}

.top-right{
	float: right;
}

.top-cntct{
	float: left;
}

.top-cntct span{
	color: #5aaff7;;
	font-family: "arial";
}

.top-cntct:first-child{
	margin-right: 20px;
}

.logo{
	float:left;
	width:auto;	
	/*padding:24px 0;*/
}
.logo img{
	height: 60px;
	width: 100%;
	object-fit: cover;
}
.advertise_slider{
	height: 100%;
}
.advertise_slider img{
	height: auto;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 700px)
{
    .logo img{
		height: auto;
		width: 100%;
		object-fit: contain;
	}
	h3{
		font-size: 1.25rem;
	}
    .search_category
	{
		padding: 0 5px;
	}
	.search_category h5{
		font-size: 14px;
	}
	.search_category h6{
		font-size: 13px;
	}
}
.nav{
	float:right;
	width:auto;	
}


.menu-box{
	display:none;
	color:#fff;
	font-size:30px;
	float:left;
	cursor:pointer;
}

.main-nav li{
	margin-left: 30px;
	position: relative;
}

.main-nav li a{
	color: #fff;
	text-size:17px;
	text-transform: uppercase;
	padding:30px 0px;
	font-family: "arial";
	display: block;
	border-bottom: transparent solid 3px;
	font-size: 12px;
}

.main-nav li a:hover{
	color: #5aaff7;;
}

.main-nav li a.active{
	color: #5aaff7;;
	font-family: "arial";
	border-bottom-color: #5aaff7;;
}

.inner-drop-menu{
	position: absolute;
	left: 0;
	width: 300px;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
	transition: none;
	display: none;
}

.inner-drop-menu li{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.inner-drop-menu li a{
	padding: 15px;
	border-bottom: #ccc solid thin;
	font-size: 14px;
	text-transform: capitalize;
}

.top-search, .menu-drp{
	float:none;
	display:inline-block;
	vertical-align:middle;
	width:auto;
}

.top-search{
	margin-right:10px;
	border:rgba(255,255,255,0.2) solid thin;
	border-radius:30px;
	display:inline-block;
	padding:0 10px;
}

.top-search input{
	border:none;
	height:normal;
	width:300px;
	color:#fff;
}

.top-search input, .top-search i{
	float:left;
}

.top-search i{
	width:40px;
	height:30px;
	text-align:center;
	line-height:35px;
	font-size:25px;
	color:#5aaff7;
}

.slider{
	width:100%;
	float:left;
	position:relative;
	background:url(../images/header-img.jpg) no-repeat center;
	background-size:cover;
	padding:300px 0 250px;	
	z-index:1;
}

.main-heading{
	text-align:center;
	color:#fff;
	width:100%;
	float:left;
}

.main-heading h1{
	color:#fff;	
	font-family: "arial";
	font-weight: normal;
	text-transform: capitalize;
	font-size: 40px;
}

.main-heading h1 span{
	font-family: "arial";
	text-transform: uppercase;
}


.main-heading h4{
	font-size:20px;
	font-family:"arial";
}

.visitor-ads{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: -28px;
	z-index: 3;
}

.vis-ads-col{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	background: #fff;
	padding: 5px;
	border-radius: 50px;
	margin:0 20px;
	border: #ccc solid thin;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}

.vis-ads-col h3, .vis-ads-col h4{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 21px;
	font-family: "arial";
	padding: 7px 15px;
}

.vis-ads-col h4{
	font-family: "arial"; 
	background: #5aaff7;;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	margin-left: 15px;
}

.inner-page .slider{
	background: url(../images/inner-header.jpg) no-repeat;	
	background-size:cover;
}

.slider-four .item{
	padding:10px;	
	width:100%;
	float:left;
}

.slider-four.head-slider .item{
	padding:10px 20px;	
}

.item-inr{
	position:relative;
	overflow:hidden;
}

.slider-four .item-inr{
	background:#fff;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
	float:left;
	width:100%;
}

.top-newsletter .item-inr{
	border:none;
}

.img-thumb{
	width:100%;
	float:left;
	text-align:center;	
	position:relative;
	overflow:hidden;
}

.img-thumb.img-round{
	width:180px;
	height:180px;
	border-radius:50%;
	overflow:hidden;
	float:none;
	display:inline-block;
	margin-top:20px;
}
.img-thumb.img-round img{
	width:auto;
	height:100%;
	max-width:auto;
	max-height:100%;	
}

.blog-title{
	width:100%;
	float:left;	
	padding:10px 15px;
}

.blog-title h3{
	text-align: center;
	width: 100%;
	padding: 10px 0;
	text-transform: uppercase;
}

.top-newsletter .blog-title{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	padding:20px 10px;
	background: linear-gradient(360deg, rgba(0,0,0,0.8), rgba(0,0,0,0.7), rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.top-newsletter .img-thumb{
	width:100%;
	height:300px;
	background:#000;	
}

.top-newsletter .img-thumb img{
	min-height:100%;
	min-width:100%;	
	opacity:0.8;
}

.top-newsletter .item:hover .img-thumb img{
	opacity:1;	
}

.author-img{
	width:40px;
	height:40px;
	border-radius:50%;
	overflow:hidden;	
	position:relative;
	z-index:2;
}

.head-slider .author-img{
	margin:auto;
	float:none;
	display:inline-block;	
	margin-top:-20px;
	z-index:2;
	border:#fff solid 2px;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.3);
}

.blog-title h4{
	font-size:13px;	
	margin:10px 0;
}

.top-newsletter .blog-title h4{
	color:#fff;	
	margin:0;
}

.department{
	font-family:"arial";
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	position:absolute;
	top:20px;
	left:0;
	padding:5px 10px;
	z-index:5;
}

.department::before{
	background:#5aaff7;
	position:absolute;
	top:0;
	right:0;
	width:110%;
	height:100%;
	content:"";
	display:block;
	z-index:0;	
	transform:skewX(20deg);
}

.department span{
	position:relative;
	z-index:2;	
}

.head-slider .department{
	padding:14px;
	border-top:#ccc solid thin;
	margin-top:15px;
}

.slider-controls .owl-nav{
	width:100%;
	float:left;
	position:absolute;
	top:50%;
	height:0;
	font-family:"arial"	
}

.slider-controls .owl-prev, .slider-controls .owl-next{
	width:40px;
	height:40px;
	background:rgba(255,255,255,0.5);
	color:#333;
	text-align:center;
	line-height:40px;
	border-radius:50%;		
	font-size:25px;
}

.slider-controls .owl-prev{
	float:left;	
	margin-left:-30px;
	padding-right:2px;
}

.slider-controls .owl-next{
	float:right;	
	margin-right:-30px;
	padding-left:5px;
}

.slider-controls .owl-prev:hover, .slider-controls .owl-next:hover{
	background:#fff;	
}

.slider-controls .owl-dots{
	position:relative;
	width:100%;
	float:left;
	margin:10px 0;
	text-align:center;
}

.slider-controls .owl-dot{
	display:inline-block;
	vertical-align:middle;	
	width:8px;
	height:8px;
	border-radius:30px;
	background:#ccc;
	margin:5px;
}

.slider-controls .owl-dot.active{
	width:30px;
	background:#5a93d9;
}

.side-section{
	float:left;
	width:300px;	
}

.inner-page .side-section{
	float:right;	
}

.search{
	width:100%;
	float:left;	
}
.search .inpt{
	width:100%;
	float:left;	
	position:relative;
}

.search .inpt .srch-input{
	width:100%;
	float:left;
	border-radius:50px;
	box-shadow:0 3px 10px  0 rgba(0,0,0,0.2);
	line-height:50px;
	height:50px;
	padding-right:50px;
	padding-left:20px;
	border:none;
	font-family:"arial";
}

.search .inpt .srch-btn{
	width:40px;
	height:50px;	
	position:absolute;
	top:0;
	right:10px;
	font-family:"arial";
	border:none;
	font-size:30px;
	color:#424951;
}

.side-rows{
	width:100%;
	float:left;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:#ccc solid thin;
}

.side-rows:first-child{
	border-bottom:none;	
}

.heading{
	width:100%;
	float:left;
	margin-bottom:10px;	
}


.heading h2{
	text-transform:uppercase;
	font-size:17px;
	color:#424951;
	float:left;	
}

.text-btn{
	text-transform:uppercase;
	font-size:12px;
	color:#aaa;
	padding:0;	
}

.text-btn:hover{
	color:#424951;
}

.side-section .heading .text-btn{
	float:right;
}

.lists{
	width:100%;
	float:left;	
}

.lists li{
	width:100%;
	padding:10px;
	padding-left:25px;
	position:relative;
	font-size:16px;
}

.lists li::before{
	position:absolute;
	left:0;
	font-size:21px;
	content:'\f375'	;
	font-family:"arial";
	display:block;
}

.arrow-lists li::before{
		content:'\f3d3';
		color:#5a93d9;
		border:#5a93d9 solid thin;
		border-radius:50%;
		width:20px;
		height:20px;
		line-height:20px;
		text-align:center;
		font-size:17px;
		padding-left:2px;
		box-sizing:border-box;
		top:9px;
}

.category-list a{
		color:#424951;
		font-family:"arial";
		font-size:15px;
		float:left;
		padding-right:60px;
}

.category-list a:hover{
	color:#5a93d9;
}

.ctgry-count{
	float:right;
	position:absolute;
	top:5px;
	right:0;
	border-radius:50px;
	padding:2px 10px;
	color:#5aaff7;
	font-family:"arial";
	font-size:13px;
	border:#5aaff7 solid thin;
	min-width:50px;
	text-align:center;
}	

.popular-slider{
	float:left;
	width:100%;	
}

.popular-slider .item{
	position:relative;	
}

.popular-slider .blog-title{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;	
	padding:10px;
	background: linear-gradient(360deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
}

.popular-slider .author-img, .popular-slider h4{
	display:inline-block;
	vertical-align:middle;
}

.popular-slider .author-img{
	border:#fff solid 2px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.5);
}

.popular-slider h4{
	color:#fff;
	width:80%;
	padding-left:10px;
	font-size:12px;	
}
.recent-row{
	width:100%;
	float:left;
	position:relative;
	padding:10px 0;
}

.recent-row .img-round{
	width:70px;
	height:70px;	
}

.recent-row .img-round, .recent-row .blog-title{
	float:none;
	display:inline-block;
	vertical-align:middle;
	margin:0;
}

.recent-row .blog-title{
	width:70%;
	padding-left:10px;	

}
.recent-row .blog-title h4{
	margin:0;
}	

.bloggers{
	width:100%;
	float:left;	
}

.bloggers .item-inr{
	text-align:center;
}
.bloggers .img-thumb{
	display:inline-block;
	float:none;	
}

.bloggers .img-round{
	width:120px;
	height:120px;
	margin:15px 0;	
}

.bloggers h3{
	font-size:17px;
	color:#424951;	
}
.bloggers .author-detail{
	width:100%;
	float:left;
	box-sizing:border-box;
}

.bloggers  .item-inr, .bloggers  .item{
	float:left;
	width:100%;
}

.bloggers .designation{
	color:#5aaff7;
	font-family:"arial";
	font-style:italic;
	font-size:15px;
}


.blog-by-date > div {
    display: inline-block;
    font-size: 15px;
    margin: 5px 15px 5px 0;
    position: relative;
    width: auto;
	color:#5aaff7;
}

.top-newsletter .blog-by-date > div {
	font-size:15px;
	color:#5aaff7;
}

.top-newsletter a{
	display:block;	
}

.blog-date {
    padding-left: 20px;
}

.blog-date::before {
    content:'\e836';
    font-family: "arial";
    left: 0;
	display:block;
    position: absolute;
	top:5px;
}

.blog-by-date > div:last-child {
    margin-right: 0;
}




.main-blogs .blog-title .department{
	border-top:#ccc solid thin;
	position:relative;
	padding:15px;
	margin-top:15px;
	width:100%;
	float:left;	
}

.main-blogs .items{
	border-bottom:#ccc solid 2px;

	margin:20px 0 30px !important;
	position:relative;
	overflow:hidden;
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
	text-align: center;
}

.main-blogs .items:hover{
	box-shadow:0 7px 20px 0 rgba(0,0,0,0.2);	
	border-color:#5aaff7;
}

.main-blogs .items:hover h3{
	color: #5aaff7;
}

.cmnts{
	width:auto;
	padding:10px;
	color:#424951;
	position:absolute;
	top:-25px;
	right:0;
	background:#fff;
}

.cmnt-inr{
	padding:5px 15px;
	background:#f5f5f5;		
	width:auto;
	float:left;
	border-radius:30px;
}

.hover{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;	
	background:rgba(66,73,81,0.7) url(../images/hover-icon.png) no-repeat center;
	opacity:0;
	transform:scale(1.2);
}

.hover-icon:hover .hover{
	opacity:1;
	transform:scale(1);
}

.sections{
	float:left;
	width:100%;	
}

.main-section{
	float:left;
	position:relative;	
}

.inner-page .main-section{
	float:left;	
}

.wrapp-footer {
    background: url(../images/ftr-bg.jpg) no-repeat fixed center;
	background-size: cover;
}

.footer-box-01 {
    padding-top: 50px;
	width:100%;
	float:left;
	text-align: center;
}

.footer-logo {
    display: block;
    margin-bottom: 27px;
    vertical-align: middle;
   /* width: 100%;*/
	float:left;
	text-align: center;
}

.ftr-cntct {
	width: 100%;
	float: left;
	text-align: center;
}

.fr-cntct-col{
	width: auto;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-right: 30px;
	
}

.fr-cntct-col h3{
	color: #5aaff7;
	font-size: 14px;
	margin-bottom: 5px;
	font-family: "arial";
}
.ftr-cnct-dtl, .ftr-cnct-dtl a {
	color: #fff;
	font-size: 14px;
	font-family: "arial";
}

.footer-box-02 {
    padding: 10px 0;
		width:100%;
	float:left;
	background: rgba(0,0,0,0.5);
	/*margin-top: 40px;*/
}

.span-12{
	width:100%;
	float:left;	
}

.social{
	float:left;
	display:block;
	width:100%;	
	/*margin: 20px 0;*/
	border-top:rgba(255,255,255, 0.2) solid thin;
	border-bottom:rgba(255,255,255, 0.2) solid thin;
	padding: 15px 0;
}

.social li{
	float: none;
	display: inline-block;
}

.social a{
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:38px;
	color:#ccc;
	font-size:25px;
	margin:0 5px;
}

.social a:hover{
	color:#5aaff7;	
}

.ftr-row{
	width: 100%;
	float: left;
}

.footer-col{
	float: left;
	text-align: left;
}

.footer-widget-1, .footer-widget-2{
	width: 25%;
	padding-right: 30px;
}

.footer-widget-3{
	width: 50%;
}

.footer-col h2{
	color: #5aaff7;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.copy-info{
	width:100%;
	float:left;
	color:#ccc;	
	text-align:center;
	
}

.copy-info span{
	color:#5aaff7;	
}

.ftr-row p{
	color: #ccc;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}

.text-link{
		color:#5aaff7;	
	font-family:"arial";
}

.text-link:hover{
	text-decoration: underline;
}

.footer-widget-2  li{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.footer-widget-3  li{
	float: left;
	width: 33.33%;
	padding-right: 20px;
	margin-bottom: 10px;
}

.footer-widget-2 a, .footer-widget-3 a{
	color: #ccc;
	font-family: "arial";
	font-size: 14px;
}

.footer-widget-2 a:hover, .footer-widget-3 a:hover{
	color:#5aaff7;
}

/*======== Inner page CSS ============*/

.inner-page .negative-margin{
	margin-top:80px;	
}

.inner-page .slider{
	padding-bottom:0;	
	padding-top:200px;
}

.employee-short-dtl{
	width:100%;
	float:left;	
	text-align:center;
	margin-bottom:-40px;
}

.employee-short-dtl-inr{
	width:auto;
	margin:auto;
	position:relative;
	display:inline-block;
	float:none;
}

.employee-short-dtl-inr .employee-img{
	width:100px;
	height:100px;
	border-radius:50%;
	overflow:hidden;
	border:#fff solid 3px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.5);
}

.employee-short-dtl-inr .employee-img, .employee-short-dtl-inr .name-designation{
	display:inline-block;
	vertical-align:middle;
	text-align:left;	
}

.employee-short-dtl-inr .name-designation{
	margin-left:20px;	
}
.employee-short-dtl-inr .name-designation h4{
	color:#fff;
	font-size:25px;	
}

.employee-short-dtl-inr .name-designation h5{
	color:#666;
	font-size:15px;
	font-family:"arial";
	font-style:italic;	
	margin-top:15px;
}

.inner-page #main-content{
	z-index:0;
}

.tab-pane{
	display:none;	
}

.tab-pane.active{
	display:block;	
}


.tab-design, .tab-content{
	width:100%;
	float:left;
}	

.tab-content{
	margin-top:20px;	
}

.tab-head{
	width:100%;
	float:left;	
}

.tab-head a{
	color:#aaa;	
	border:#d9d9d9 solid thin;
	border-radius:30px;
	padding:7px 15px;
	margin-right:10px;
	font-family:"arial";
}

.tab-head .active a{
	background:#4786d4;
	border-color:#4786d4;
	color:#fff;
}

.breadcrums{
	width:auto;
	float:right;
	margin-bottom:50px;
}

.breadcrums li a{
	color:#fff;
	padding:2px 15px;
	border-right:#fff solid thin;	
	display:block;
}

.breadcrums li:last-child a{
	padding-right:0;
	border-right:0;	
}

.inner-page .slider h1{
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:30px;	
}

.blog-detail{
	float:left;
	width:100%;
}

.blog-img{
	width:100%;
	float:left;
	position:relative;
}

.blog-detail .blog-title{
	width:100%;
	float:left;
	padding:15px 0;
	border-bottom:#ccc solid thin;	
}

.blog-detail .blog-by-date > div{
	font-size:14px;	
}

.blog-detail .department{
	color:#5aaff7;
	float:right;	
}
.blog-detail .blog-title h4{
	font-size:18px;	
}

.big-img{
	width:35%;
	display:block;
	position:relative;
	margin-bottom:20px;
}

.big-img.right-side{
	float:right;	
	margin-left:20px;
}

.big-img.left-side{
	float:left;	
	margin-right:20px;
}

.blog-text-row{
	width:100%;
	float:left;
	margin:10px 0;	
}

.blog-detail h3{
	width:100%;
	float:left;
	margin:10px 0 20px;
	font-size:18px;
	color:#424951;	
}

.category-share{
	width:100%;
	float:left;
	margin:10px 0;
	padding:10px 0;
	border-top:#ccc solid thin;
	border-bottom:#ccc solid thin;	
}

.category-in{
	float:left;
	width: 100%;
}

.category-in h3{
	margin-top:0;
	margin-right:5px;
	float: left;
	padding-top: 7px;
}

.category-in li{
	float:left;
	
	margin-right:10px;
	
}

.category-in li a{
	display: block;
	border:#d9d9d9 solid thin;
	color:#666;
	border-radius:30px;
	font-size: 21px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
}

.category-in li a:hover{
	background: #5aaff7;
	border-color: #5aaff7;
	color: #fff;
}

.share{
	float:right;
}

.share a{
	font-family:"arial";
	text-transform:uppercase;
	color:#666;
	position:relative;
	padding:10px 50px 10px 20px;
	border:#aaa solid thin;
	border-radius:50px;
	margin-top:10px;
	display:block;
	cursor:pointer;	
}

.share a::after{
	position:absolute;
	right:20px;	
	color:#424951;
	font-size:20px;
	content:"\f3ac";
	font-family:"arial";
	top:8px;
}

.share:hover a{
	background:#5aaff7;
	border-color:#5aaff7;
	color:#fff;	
}

.share:hover a::after{
	color:#fff;	
}

.blog-cmnt{
	width:100%;
	float:left;
	padding:10px 0;
	border-bottom:#ccc solid thin;
	margin-bottom:15px;	
}

.blog-cmnt h4{
	color:#424951;
	float:left;
	font-size:15px;	
}

.cmnt-row{
	width:100%;
	float:left;
	padding:7px 0;	
}

.blog-cmnt .date-time{
	font-size:13px;
	float:right;
	color:#666;	
}

.blog-cmnt p{
	font-size:15px;
}

.cmnt-head{
	width:100%;
	float:left;
	margin-bottom:5px;	
}

.bg-grey{
	background:#f7f7f7;	
}

.newest{
	padding-bottom:50px;
}

.most-commented{
	width:100%;
	float:left;	
}

.full-big{
	width:49%;	
	float:left;
}

.full-big .img-thumb{
	height:450px;
}

.cmntd-right{
	width:49%;
	float:right;	
}

.inline-2{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.inline-2 .item-inr{
	width:49%;
	float:left;
}

.inline-2 .item-inr:first-child{
	margin-right:2%;	
}

.inline-1{
	width:100%;
	float:left;	
}

.top-newsletter .cmntd-right .img-thumb{
	height:220px;	
}

.login{
	float:left;
	margin-left:15px;
	padding-left:15px;
	border-left:#fff solid thin;
	margin-top:20px;
}

.login a{
	background:#5aaff7;
	text-transform:uppercase;
	color:#fff;
	font-family:"arial";
	display:block;
	padding:7px 20px;
	border-radius:30px;
}

.login a:hover{
	background:#2f7ec0;
}

.main-nav{
	float:left;
}

.ads-banner, .ad-row{
	width: 100%;
	float: left;
}

.ad-row{
	margin: 20px 0;
}


/* modal-popup */

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
    background: rgba(66,73,81,0.4);
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .modal-header .heading {
        margin-bottom: 0;
        color: #4C5667;
    }

    .modal-header .close {
        margin-top: 5px;
    }

.close {
    float: right;
font-size: 16px;
cursor: pointer;
position: absolute;
right: -27px;
top: -29px;
background: #5aaff7 !important;
text-align: center;
text-transform: uppercase;
line-height: 25px;
width: 30px;
height: 30px;
padding: 0;
border-radius: 50%;
color: #000;
	
}

.close:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    background: #5aaff7;
}

.btn-blue-outline {
    color: #5aaff7;
    border: #5aaff7 solid thin;
    border-radius: 30px;
}

.btn-blue-solid {
    background: #5aaff7;
	color: #fff;
    border: #5aaff7 solid thin;
    border-radius: 30px;
}

.btn-danger-outline {
    color: #dc3545;
    border: #dc3545 solid thin;
    border-radius: 30px;
}

.btn-danger-solid {
    background: #dc3545;
	color: #fff;
    border: #dc3545 solid thin;
    border-radius: 30px;
}

.btn-white i {
    width: auto;
    height: auto;
    margin-right: 7px;
    font-size: 18px;
}

.btn-blue-outline:hover {
    background: #5aaff7;
	color: #fff;
}

.btn-blue-solid:hover {
    color: #5aaff7;
	background: #fff;
}

.btn-danger-outline:hover {
    background: #dc3545;
	color: #fff;
}

.btn-danger-solid:hover {
    color: #dc3545;
	background: #fff;
}


.modal-dialog {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    float: none;
    display: inline-block;
    text-align: left;
    margin-top: 80px;
    box-shadow: 0 0 5px 0 rgba(66,73,81,0.2);
}

.modal-med {
    width: 60%;
}

.modal-small {
    width: 600px;
}

.modal .heading{
	padding-bottom: 10px;
	border-bottom: #ccc solid thin;
}

/*modal popup end*/

.text-center{
	text-align: center !important;
}

.checkbox-design input {
	width: 15px;
	height: 15px;
	margin: 0;
	margin-right: 7px;
	display: inline-block;
	float: none;
	vertical-align: middle;

}

.otp-code{
	width: 100%;
	float: left;
	text-align: center !important;
	display: block;
}

.otp-code input{
	display: inline-block;
	float: none;
	text-align: center !important;
	border: none;
	border-bottom: #ccc solid thin;
	height: 40px;
	width: 40px;
	padding: 10px;
	margin: 0 7px;
}

.service-detail-data{
	width: 100%;
	float: left;
}

.data-main-row{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #ccc solid thin;
}

.data-main-row .big-img{
	float:left;
	margin-bottom: 0
}
.right-row-data{
	float: left;	
	width: 65%;
	padding-left: 30px;
	box-sizing: border-box;
	padding-top: 30px;
}

.right-row-data h2{
	margin-bottom: 15px;
}

.data-main-row:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.inr-heading{
	width: 100%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:#aaa solid thin;
}

.inr-heading h2{
	font-size: 24px;
	color: #5aaff7;
}

.main-big-img{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.inr-data-row{
	width: 100%;
	float: left;
	margin: 20px 0;
}

.inr-data-row h2{ 
	font-size: 21px;
	margin-bottom: 15px;
}

.btn-grp .btn{
	margin-right: 7px;
}

.btn-grp .btn:last-child{
	margin-right: 0;
}

.books-poster .col-6{
	width: 47.5%;
	display: inline-block;
	vertical-align: top;
	margin:0 1% 20px;
	border: #ccc solid thin;
	padding: 10px;
	box-sizing: border-box;
}

.books-list .img-thumb{
	width: 35%;
	float: left;
}

.books-list .books-details{
	width: 63%;
	float: right;
}

.books-list .books-details h3{
	font-size: 21px;
	margin-bottom: 20px;
}

.books-details h3 a{ 
	color: #5aaff7;
}

.books-details h3 a:hover{ 
	text-decoration: underline;
}

.author-name, .book-price{
	width: 100%;
	float: left;
	margin: 10px;
	font-size: 18px;
}

.author-name strong, .book-price strong{
	font-family: "arial";
	font-weight: bold;
}

.books-details .btn-grp .btn{
	margin-bottom: 10px;
}

.btn-grp{
	width: 100%;
	float: left;
	margin:10px;
}
.col-well:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.book-detail-img{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.book-detail-img .book-img{
	width: 30%;
	float: left;
}

.book-shrt-dtl{
	width: 68%;
	float: right;
	margin-left: 15px;
}


.posters-list .col-4{
	margin: 0 1% 25px;
	display: inline-block;
	vertical-align: top;
	width: 22.6%;
}

.quiz-row {
	padding-left: 50px;
	position: relative;
	border-bottom: #ccc solid thin;
	padding-bottom: 20px;
}

.quiz-row .quiz-que{
	width: 100%;
	float: left;
	font-family: "arial";
	margin-bottom: 10px;
}

.quiz-ans-opt{
	width: 100%;
	float: left;
}

.quiz-row .quiz-que span{
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	color: #5aaff7;
}

.quiz-opt{
	width: 40%;
	padding-right: 20px;
	font-size: 15px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin: 7px 0;
	color: #666;
}
.quiz-opt strong{
	font-weight: bold;
}

.fancybox-wrap, .fancybox-wrap div{
	transition: none;
}

.fancybox-wrap{
	z-index: 10000;
}

.cmpny-col{
	position: relative;
	padding-left: 35px;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding-right: 20px;
	box-sizing: border-box;
	margin: 10px 0;

}

.cmpny-col a{
	font-family: "arial";
}

.cmpny-col a.btn{
	font-family: "arial";
}

.cmpny-col span.cmpny-col-icon{
	width: 30px;
	height: 30px;
	border: #5aaff7 solid thin;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	color: #5aaff7;
	font-size: 20px;
	box-sizing: border-box;
	top: -3px;
	margin-top: 2px;
}

.adrs-col{
	width: 100%;
}

.adrs-col .btn{
	margin-top: 3px;
}

.all-cmpny-rows h2 a:hover{
	color: #5aaff7;
}

.cmpny-dtl-btn{
	float: left;
	width: 100%;
	margin-top:20px;
	display: block;
}

.inline-form .form-group-inline{
	width: 200px;
	margin-right: 15px;
}

.inline-form-center .form-group .form-group-inline{
	float: none;
	display: inline-block;
	text-align: left;
}

.inline-form .form-group .form-group-inline:last-child{
	margin-right: 0;
}

.inline-form .form-group .form-group-inline.form-btn{
	width: auto;
}

.inner-page-search{
	width: 100%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	background: #f5f5f5;
	border: #ccc solid thin;
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
}

.inner-page-search select{
	background: #fff;
}


.inner-page-search h2{
	margin-bottom: 15px;
}

.cmpny-detail-banner{
	border: none;
	padding: 0;
	background: url(../images/office-banner.jpg) no-repeat center ;
	background-size: cover;
	position: relative;
	padding-top:100px;
}

.cmpny-detail-banner::after{
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	
}

.cmpny-detail-banner h2{
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 30px;
	padding: 15px;
	
}



.cmpny-data-row .adrs-col{
	width: 100%;
	border: none;
}

.cmpny-cntct-col{
	width: 100%;
	float: left;
	margin: 10px 0;
}

.cmpny-cntct-col .cmpny-col{
	padding: 10px;
	padding-left: 50px;
	margin:5px 1%;
	width: 24%;
	border:#ccc solid thin;
	border-radius: 50px;
	margin-left: -5px;
	transition: all 0.4s ease;
}

.cmpny-cntct-col .cmpny-col:hover{
	border-color: #5aaff7 ;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.cmpny-cntct-col .cmpny-col span.cmpny-col-icon{
	top: 6px;
	left: 10px;
}

.cmpny-slider{
	float: left;
	width: 100%;
	margin: 10px;
	position: relative;
	overflow: hidden;
}

.cmpny-slider .items{
	padding: 10px;
	box-sizing: border-box;
}

.cmpny-info-files{
	width: 100%;
	float: left;
}

.cmpny-info-links .category-in li a{
	width: auto;
	padding: 7px 15px;
	line-height: normal;
	font-family: "arial";
	font-size: 17px;
	height: auto;
}

.half-list li{
	width: 49%;
	display: inline-block;
	float: none;
	vertical-align: top;
	padding-right: 	15px;
}

.three-list li{
	width: 32.5%;
	display: inline-block;
	float: none;
	vertical-align: top;
	padding-right: 	15px;
}

.tble-design{
	width: 100%;
	float: left;
}

.tble-design td, .tble-design th{
	padding: 10px 7px;
	border-bottom: #ccc solid thin;
}

.tble-design th{
	color: #5aaff7;
	font-family: "arial";
	text-align: left;
}

.th-side th, .th-side td{
	width: 50%;
}

.all-jobs-row, .all-advertise{
	width: 100%;
	float: left;
	display: block;
}

.single-job-row, .advertise-col{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
	border: #ccc solid thin;
	border-radius: 5px;
	transition: all 0.4s ease;
	margin-bottom: 20px;
}

.single-job-row:hover, .advertise-col:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

.single-job-row:nth-child(odd), .advertise-col:nth-child(odd){
	margin-right: 1%;
}

.single-job-row h2, .advertise-col h2{ 
	background: #f5f5f5;
	color: #000;
	border-left: #5aaff7 solid 3px;
	padding: 5px 7px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 19px;
}

.advertise-col h2{
	background: none;
	padding: 0;
	margin: 7px 0 0;
	border: none;
}

.single-job-row h3{
	margin-bottom: 10px;
	font-size: 14px;
}

.advertise-col h3{
	color: #5aaff7;
	font-family: "arial";
	font-size: 16px;
}
	

.job-dtl-row{
	float: left;
	width: 100%;
	margin: 7px 0;
}

.job-dtl-col{
	float: left;
	width: 50%;
	padding-right: 15px;
	font-family: "arial";
	color: #424951;
	font-weight: normal;
}

.job-dtl-col strong{
	color: #5aaff7;
	font-weight: normal;
}

.single-job-row .category-share{
	padding-bottom: 0;
	border-bottom: 0;
}

.cntct-prson-dtl{
	width: 100%;
	float: left;
	margin-top: 10px;
}

.mtb-30{
	margin-top: 30px;
	margin-bottom: 30px;
}

.brdr-top{
	padding-top: 15px;
	border-top: #ccc solid thin;
}

.span-6 {
    width: 47.5%;
    float: left;
}
.span-6:first-child {
    margin-right: 4.5%;
}

.contact-page .icon-padding {
    position: relative;
    padding-left: 50px;
    box-sizing: border-box;
}

.cntct-icon {
    font-size: 35px;
    line-height: 68px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
	color: #5aaff7;
}

.contact-page h4 {
    font-size: 16px;
    margin: 7px 0;
    text-transform: uppercase;
}

.contact-page p {
    margin: 0;
}

.contact-page .span-12{
	margin-bottom: 20px;
}