/*
Theme Name: Law Agency Template
Description: A business and blog template.
Author: NS ROAD
Theme URI: https://themeforest.net/user/ns-road
Author URI: https://themeforest.net/user/ns-road
Version: 1.1
--------------------------------------------------*/

/*==========================================
========= INDEX OF CSS ============

 1.  PREDIFINEED (FROM 1 TO 177 )
 2.  PRE LOADER - LINE NO 178 
 3.  PAGE CONTENT AREA - LINE NO 201
 5.  CONTACT US PAGE - LINE NO 299
 6.  BLOG PAGE - LINE NO 361
 7.  TESTIMONIALS - LINE 478
 8.  HEADER AREA - LINE NO 574
 9.  NAVIGATION - LINE NO 666
 10. SLIDER AREA - LINE NO 1022
 11. INTRO MESSAGE AREA - LINE NO 1111
 12. CAT AREA TOP - LINE NO 1131
 13. PRACTICE AREA - LINE NO 1159
 14. FEATURES SECTION - LINE NO 1262
 15. IMMIGRATION LAW AREA NO 1319
 16. ABOUT US SECTION - LINE NO 1386
 17. CASE SECTION - LINE NO 1486
 18. STAFF SECTION 1572
 19. CONSULTATION FORM 1649
 20. OUR PROGRESS COUNTER 1762
 21. SUCCESSFUL CASE RESULT 1802
 22. PARTNER LOGO 1849
 23. BLOG AREA 1925
 24. BOTTOM CAT AREA 2050
 25. FOOTER 2084
26. page header 
==========================================*/

/* =======================================
   Base styles
   ====================================== */
html, body{
    font-size: 15px;
	line-height: 27px;
    color: #474747;
    font-family: 'PT+Sans', sans-serif;
}
p {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-top: 0;
	
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2 {
	font-size: 35px;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h3 {
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

select{ 
    color:#b0b2ac;
}
.col-half option {color:#b0b2ac;}
.col-half option.nms{
    color:#474747;
}

::-webkit-input-placeholder {
 	color: #b0b2ac;
	opacity: 1;
}
:-moz-placeholder {
 	color:#b0b2ac;
	opacity: 1;
}
::-moz-placeholder {
 	color:#b0b2ac;
	opacity: 1;
}
:-ms-input-placeholder {
 color:#b0b2ac;
	opacity: 1;
}

.sub-heading {
	font-size: 16px;
}

/* SEPARATOR */
.separator {
	width: 100%;
	/*margin-top: 30px;*/
	margin-bottom: 20px;
}
.single-line-left {
	width: 150px;
	float: left;
	border: 1px solid;
}
.single-line-middle {
	width: 150px;
	margin: 0 auto;
	border: 1px solid #5B69CB;
	display: block;
}

/* Tooltip */
.tooltip {
    position: fixed;
}
.tooltip.bottom { 
    margin-top: 15px;   
}
.tooltip .tooltiptext {
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    width: 120px;
    font-size: 12px;
}
/* Button */
.btn-primary {
    background:#5b69cb;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 2px;
    border-color: #5b69cb;
}
.btn-primary:active
.btn-primary:visited,
.btn-primary:focus {
    background:#6a78dc;
    border-color: #6a78dc;
}
.btn.btn-primary.btn-lg:hover {
	background: #6a78dc;
	border-color: #6a78dc;
}
.btn-lg {
    padding: 12px 40px;
	letter-spacing: 1px;
}
.btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	display: table;
	border-radius: unset;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	padding: 10px 40px;
    border-radius: 2px;
    letter-spacing: 1px;
	transition: .5s ease;
}
.btn-default:hover {
	background: #fff;
	color: #6a78dc;
}
/*==========================================
PRE LOADER 
==========================================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/icons/loader.gif) center no-repeat #000;
}
/*PAGE CONTENT AREA*/
.title-area {
	padding: 100px 0 150px 0;
	background: url('images/about-bg.jpg');
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	color: #fff;
}

.main-content-area {
	background: #e8e8ea;
	padding-bottom: 70px;
}
.content {
	padding: 50px 30px;
	background: #fff;
	margin-top: -70px;
}
.sidebar {
	padding-top: 50px;
}
.sidebar-widget {
	background: #fff;
	padding: 45px 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.blog-category li {
	border-bottom: 1px solid #ebecee;
	padding-top: 10px;
}
.blog-category li a {
	color: #474747;
}
.blog-category li:first-child {
	border-top: 1px solid #ebecee;
	padding-top: 10px;
}
.tags {
	list-style: none;
  	margin: 0;
  	overflow: hidden; 
  	padding: 0;
}

.tags li {
  	float: left; 
}

.tag {
	font-size: 12px;
	background: #eee;
	border-radius: 3px 0 0 3px;
	color: #999;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

.tag::before {
	background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
  	background: #fff;
  	border-bottom: 13px solid transparent;
  	border-left: 10px solid #eee;
  	border-top: 13px solid transparent;
  	content: '';
  	position: absolute;
  	right: 0;
  	top: 0;
}

.tag:hover {
    background-color: #5B69CB;
    color: white;
	text-decoration: none;
}

.tag:hover::after {
   	border-left-color: #5B69CB; 
}

/* ================================
********* CONTACT US PAGE ********
================================ */
#contact-info-area {
	padding: 20px 0;
}
.contact-title-area {
	padding: 150px 0;
	background: url('images/contact-bg.jpg');
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	color: #fff;
}
.info-text {
	vertical-align: super;
}
#google-map-area {
	width: 100%;
	overflow: hidden;
}
#google-map-area iframe {
    width: 100%;
    height: 550px;
}
.cont-icon .fa {
	font-size: 20px;
	color: #6a78dc;
	margin-right: 20px;
	padding: 5px;
}
#contact-info-area .single-line-left {
	border-color: #5B69CB;
}
.contact-page-form {
	border: 1px solid #5B69CB;
	padding: 30px;
	overflow: hidden;
	background: #f7f7f9;
	margin-top: -200px;
	box-shadow: 0 2px 28px rgba(114,120,220,0.25), 0 10px 10px rgba(114,120,220,0.22);
}
.contact-page-form h2 {
	margin: 20px 10px 50px 10px;
}
.contact-page-form input {
	background: #f4f4f4;
}
#contact_form .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}
#success_message { 
	display: none;
}
.form-control-feedback {
	width: 44px;
	height: 44px;
	line-height: 45px;
}

/* =============================
********* BLOG PAGE ********
================================ */
.custom-btn {
	padding: 15px 30px;
	background: none;
	color: #5B69CB;
	transition: .5s ease;
}
.custom-btn:hover {
	background: #5B69CB;
	border-color: #5B69CB;
}
.blog-title-area {
	padding: 150px 0;
	background: url('images/blog-title-bg.jpg');
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	color: #fff;
}

/*SINGLE POST PAGE*/

.post-title-area {
	padding: 100px 0 150px 0;
	background: url('images/blog-title-bg.jpg');
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	color: #fff;
}
.post-title {
	margin-top: 20px;
	margin-bottom: 10px;
}
.post-content {
	margin-top: -70px;
	background: #fff;
	padding: 30px;
}
.post-meta {
	font-style: italic;
	font-size: 14px;
}
.share-buttons {
	padding: 30px;
	background: #f5f5f5;
	margin-top: 50px;
}
.post-share .fa {
	color: #474747;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	border: 1px solid #474747;
	width: 35px;
	height: 35px;
	border-radius: 50%;	
	text-align: center;
}
.post-share a {
	padding: 10px 0;
}
.related-posts {
	padding-top: 50px;
	width: 100%;
	overflow: hidden;
}
.related-posts ul {
	padding-left: 0px;
	padding-bottom: 15px;
}
.related-posts ul li {
	list-style: none;
}
.related-posts .entry-title {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 5px;	
}
.related-posts .entry-title a {
	color: #474747;
}
.related-posts .entry-title a:hover {
	text-decoration: none;
	color: #6a78dc;
}
.related-posts .post-item {
	padding-bottom: 0px;
}
.post-link {
	text-align: center;
}
.post-link .fa {
	color: #fff;
	text-align: center;
	margin: 5px;
	padding-top: 8px;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	transition: 0.3s ease;
}
.post-link .fa:hover {
	background: #6a78dc;
	border: 1px solid #6a78dc;
	transition: 0.3s ease;
}
.related-posts .control-box.pager {
	text-align: right;
	padding-right: 15px;
}

/* =============================
********* TESTIMONIALS ********
================================ */
#testimonials {
	padding: 70px 0;
	background: #fff;
	text-align: center;
}
#testimonials ul li {
	list-style: none;
}
#testimonials .carousel-inner {
	overflow: visible;
}
#testimonials .quote-wrap {
	overflow: hidden;
	max-width: 1140px;
	padding: 0;
}

.testimonials ul {
	padding: 0;
}
.quote-area {
	border: 1px solid #6a78dc;
	margin-top: 120px;
	padding: 0 15px;
}
.testimonial-item .caption:before{
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 50px;
    color: #c9c9cc;
    opacity: 0.5;
}
.testimonial-item .description {
	padding-top: 30px;
	font-size: 16px;
	font-style: italic;
	color: #666667;
}
.testimonial-title {
	font-size: 22px;
	font-family: futuraBook;
	text-transform: uppercase;
	font-style: italic;
	color: #000;
	padding-top: 10px;
}
.photo-thumb {
	height: 200px;
	width: 200px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #6a78dc;
	margin-top: -100px;
}
.photo-thumb img {
	width: 200px;
	height: 200px;
}

.testimonial-item .caption {
	padding: 20px;
}
.testimonial-item .thumbnail {
	border: none;
    padding: 0;
}

#testimonials .control-box {
	max-width: 350px;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#testimonials .control-box.pager .left-btn {
	float: left;
}
#testimonials .control-box.pager .right-btn {
	float: right;
}
#testimonials .control-box li a {
	border-radius: unset;
}
#testimonials .control-box .fa {
	font-size: 27px;
	color: #bdbbbb;
}

/* ======================
Header area
=========================*/
/*  TOP BAR */
.top-bar {
	background-color: #9bbb58;
	overflow: hidden;
	color: #fff;
}
.contact-info {
	line-height: 50px;
	font-size:14px;
}
.top-social-links {
	display: inline-block;
	float: right;
	padding: 8px 0;
}
.top-social-links a {
	font-size: 12px;
	color: #343434;
	padding: 5px 3px;
	background-color: #fff;
	border-radius: 3px;
	line-height: 10px;
	text-align: center;
	margin-left: 7px;
	width: 20px;
	height: 20px;
	float: left;
}
.top-social-links a:hover .fa {
	color: #6a78dc;
}
/* LOGO */
.logo-area {
    display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
}
.logo {
	margin: 10px 0;
	position: relative;
}
/* HEADER CONTACT INFO */
.header-contact-phone {
	float: left;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
}
.header-contact-mail {
	float: left;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
}
.phone,
.mail {
	margin: 0 auto;
	font-size: 16px;
}	
.phone a:hover,
.mail a:hover {
	text-decoration: none;
}
.icon-phone .fa,
.icon-email .fa {
	font-size: 38px;
	color: #5b69cb;
}
.icon-phone,
.icon-email {
	float: left;
    margin: 0 15px 10px 0;
	width: 40px;
}
.mail-address,
.phone-number {
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}
/* ======================
Navigation area
=========================*/
#nav {
	background-color: #9bbb58;
	border-radius: 0;
}
.navbar-default {
    position:relative; 
} 

.navbar-default .navbar-nav  li  a {
  	color: #fff;
  	font-size: 14px;
  	font-family: 'PT+Sans', sans-serif;
}
.navbar-nav  li  a {
	padding: 15px 16px;
	text-transform:uppercase;
    font-weight:bold;
}
.navbar {
	border: 0px;
	margin-bottom: 0px;  
}
.nav li:hover {
	background:green;
	transition: all 0.3s ease 0s;
}
.navbar-right {
	margin-right: 0px;
}
.navbar-default .navbar-nav  li  a:hover {
	color: #fff;
}
.navbar-default .navbar-right > .open > a, .navbar-default .navbar-right > .open > a:focus, .navbar-default .navbar-right > .open > a:hover {
	color: #6a78dc !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #6a78dc;
	color: #fff;
}
.input-group {
	width: 100%;
}
.form-control {
	/*background: #F0F0F0;*/
}

.navbar-form .btn.btn-default {
	color: #fff;
	font-size: 14px;
	background: #000;
	float: right;
}
.navbar-form .btn.btn-default:focus,
.navbar-form .btn.btn-default:active {
	outline: 0;
	border: 0;
	box-shadow: 0;
}
.navbar-form .btn.btn-default:hover {
	background: #222223;
}

.navbar-form .glyphicon.glyphicon-search {
	color: #fff;
}

.navbar-collapse {
	position: relative;
	padding-top: 30px !important;
	padding-left: 0;
}

.navbar-collapse form[role="search"] {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 0;		
}
.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
	padding: 10px 12px;
	border-radius: 0px;
	border-width: 0px;
	color: rgb(119, 119, 119);
	border-color: rgb(231, 231, 231);
	box-shadow: none;
	outline: none;
	height: 60px;
}
.navbar-collapse form[role="search"] input {
	font-size: 25px;
	font-style: italic;
	color: rgb(160, 160, 160);
	box-shadow: none;
}
.navbar-collapse form[role="search"] button[type="reset"] {
	display: none;
}
.navbar-form input, .form-inline input {
	width:auto;	
}
.navbar-collapse form.active[role="search"] button, .navbar-collapse form.active[role="search"] input {
	display: table-cell;
	opacity: 1;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	width: 10px !important;
}
.active #search_submit {
	display: none;
}

/* Sticky navbar */
.navbar {
    border-radius: 0px;
}
.navbar-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.affix {
	transition: all 0.5s ease 0s;
}

.affix-top {
	position: static;
    top: -50px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;	
}

/*Dropdown menu*/
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #fff;
}

.dropdown-menu {
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
	padding: 0;
	min-width: 250px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	background: green;	
}
.dropdown-menu > .dropdown > a:focus, .dropdown-menu > .dropdown > a:hover {
	color: #fff;
	background: green;	
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
	padding: 15px 30px;
	font-size: 12px;
}
.dropdown-menu > li.open > a {
	background: rgba(91, 105, 203, 0.8);
	color: #fff;
	text-decoration: none;
}
.dropdown-menu .dropdown-menu {
	left: 100%;
	margin: 0;
	right: auto;
	top: -1px;
}
.dropdown-menu.animated {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.dropdown-menu.animated:before {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.dropdownhover-top {
	margin-bottom: 2px;
	margin-top: 0;
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
	bottom: -1px;
	top: auto;
}

.navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
}

.dropdownhover-bottom {
	-webkit-transform-origin: 50% 0;
			transform-origin: 50% 0;
}
.dropdownhover-left {
	-webkit-transform-origin: 100% 50%;
			transform-origin: 100% 50%;
}
.dropdownhover-right {
	-webkit-transform-origin: 0 50%;
			transform-origin: 0 50%;
}
.dropdownhover-top {
	-webkit-transform-origin: 50% 100%;
			transform-origin: 50% 100%;
}

/*BOX NAVIGATION BAR*/

.box-version {
	max-width: 1140px;
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	margin: 0 auto;
	margin-top: -30px;
}
.box-version .container {
	max-width: 1140px;
	padding-left: 0;
	padding-right: 0;
}
.box-version #nav.affix {
	width: auto;
}
.box-nav-version {
	padding-bottom: 30px;
}

/* ======================
 HEADER VERSION 3
=========================*/

.header-version-3 {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
}
.header-version-3 .navbar-header {
	position: absolute;
	z-index: 2;
}
.header-version-3 .navbar-nav li a.affix {
  padding-bottom: 20px;
  padding-top: 20px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a.affix {
	padding: 15px 30px;
}
.header-version-3 .navbar-nav li a {
	color: #fff;
	font-size: 14px;
	position: relative;
	display: block;	
}
.header-version-3 .navbar-nav li a:hover {
	color: #6A78DC;
}
.header-version-3 .nav li:hover {
  	background: none;
}
.header-version-3 .navbar-default .navbar-nav > .active > a, 
.header-version-3 .navbar-default .navbar-nav > .active > a:focus, 
.header-version-3 .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #6A78DC;
}
.header-version-3 #nav {
    background: rgba(0, 0, 0, 0.8); 
} 
.header-version-3 .nav > li > a {
	position: initial;
	display: block;
	padding: 60px 15px;
}

.header-version-3 .dropdown-menu .dropdown-menu {
	left: 100%;
	right: 100%;
}
.header-version-3 .input-group .form-control {
	position: initial;	
}
.header-version-3 .input-group-btn > .btn {
	position: initial;
}


.header-version-3 .logo.affix {
    height: 40px;
	margin: 10px;		
}
.header-version-3 .affix-top {
    top: 0px;
}

/*SEARCH BUTTON*/

.header-version-3 .btn.btn-default.affix-top {
	background: none;
}

.header-version-3 .navbar-form .btn.btn-default {
	color: #fff;
	font-size: 14px;
	background: none;
}
.header-version-3 .navbar-form .btn.btn-default:hover {
	background: #5B69CB;
}
.header-version-3 .navbar-form.active .btn.btn-default {
	background: #5B69CB;	
}

.header-version-3 .navbar-form .glyphicon.glyphicon-search {
	color: #fff;
}
.btn.btn-search.affix-top {
	background: none;
}
.btn.btn-search.affix {
	background: none;
}

/* ======================
Slider area
=========================*/
.home-v3 {
	padding-top: 50px;
}
.carousel-caption {
	padding-bottom: 0px;
    text-align: left;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    bottom: 0px;
}
.slide-bg {
	width: 100%;
	height: 100%;
}
.carousel-caption h2 {
    font-size: 40px;
	line-height: 55px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.caption-title {
    margin-top: 50px;
}
.caption-text {
    margin-bottom: 50px;
	font-size: 14px;
}
.text-bg {
	background: rgba(91, 105, 203, 0.8);
	padding: 30px;
}
.carousel .carousel-control { 
	visibility: hidden; 
}
.carousel-indicators {
	z-index: 1;
}
.carousel:hover .carousel-control { 
	visibility: visible;
	transition: all 0.8s ease 0s; 
}
/* Animation delays */
.carousel-caption h2:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption p {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.carousel-caption img {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.carousel-control .fa {
	font-size: 80px;
	font-family: FontAwesome;
	font-weight: 100;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next {
	margin-right: -10px;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

/* ======================
INTRO MESSAGE AREA
=========================*/
#intro-message {
	padding: 15px 0;
   	text-align: center;
}
.welcome-home {
	padding: 60px 0;
	border: 1px solid #6a78dc;
	background-image: url('images/welcome-home.png');
	background-repeat: no-repeat;
    background-position: center; 
}
.welcome-home h2 {
	color: #6a78dc;
}
#intro-message p {
	font-size: 16px;
}
/* ======================
CAT AREA TOP
=========================*/
#cat-area {
	padding: 70px 0;
	background-image: url('images/cat-bg.jpg');
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100% 100%;
}
#cat-area h2 {
	color: #fff;
	font-weight: 400;
}
#cat-area p {
	color: #fff;
    margin-bottom: 0px;
	font-size: 16px;
}
.col-md-4.vertical-middle {
	display: flex;
	align-items: center;
	justify-content: center;
}
#cat-area .btn {
    margin-top: 30px;
}
/* ======================
PRACTICE AREA
=========================*/
#practice-area {
    padding: 100px 0;
}
#practice-area h2 {
    text-align: center;
    font-weight: 500;
}
#practice-area p {
	font-size: 16px;
    text-align: center;
	margin-bottom: 0;
}
.practice-caption {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	justify-content: center;
    padding: 0 15px;
}
.practice-caption h3 {
	font-size: 20px;
	line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.practice-caption h3 a {
	font-size: 22px;
	color: #fff;
	opacity: 1;
}
.practice-caption h3 a:hover {
	text-decoration: none;
}
.practice-col {
    margin-bottom: 40px;
}
.practice-col .img-responsive {
    width: 100%;
}
.practice-title {
	height: 100%;
	margin: 30px;
	border: 1px solid #fff;
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	justify-content: center;
}
.practice-title a {
	color: #fff;
	font-size: 50px;
}

.practice-col h3 {
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-125%,0);
}
.practice-col a, .practice-col p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-200%,0);
}

.practice-col:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,0%,0);
}
.practice-col:hover a, .practice-col:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-30%,0);
}
.overlay {
	height: 100%;
	display: flex;
	flex-direction: column;
	vertical-align: middle;
	justify-content: center;
}
.overlay:hover {
	background: rgba(91, 105, 203, 0.8);
	transition: all 0.6s ease 0s; 
}
/* ======================
FEATURES SECTION
=========================*/
#features-area {
	background: url('images/about-us.jpg');
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}
.feature-content-right {
    background: rgb(91, 105, 203);
/*  RGBa with 0.6 opacity */
    background: rgba(91, 105, 203, 0.8);
    overflow: hidden;

}
.col-md-7 .container {
    max-width: 682px;
    float: left;
}
.col-md-5 .container {
    max-width: 465px;
    float: right;   
}
.feature-content-right .container {
	padding-top: 80px;
	padding-bottom: 50px;
	padding-left: 50px;
	color: #fff;
}
.feature-content-right h2 {
	font-weight: 400;
}
.feature-content-right .separator {
	border-color: #fff;
	margin: inherit;
	margin-bottom: 40px;
    float: left;
}
.feature-list {
	display: block;
	margin-bottom: 50px;
	clear: both;
}
.feature-icon img {
	border: 1px solid;
	padding: 15px;
	float: left;
	margin: 0 30px 30px 0;
}
.feature-content p {
	font-size: 14px;
}
.feature-content h3 {
	text-transform: uppercase;
}
/* ======================
IMMIGRATION LAW AREA
=========================*/
#immigration-law-area {
	padding: 100px 0;
	text-align: center;
}
#immigration-law-area h2 {
	font-weight: 400;
}

.immigration-item {
	border: 1px solid #6a78dc;
	margin-bottom: 45px;
	padding: 35px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 1px 3px rgba(114,120,220,0.12), 0 1px 2px rgba(114,120,220,0.24);
}
.immigration-item:hover {
	box-shadow: 0 14px 28px rgba(114,120,220,0.25), 0 10px 10px rgba(114,120,220,0.22);
}
.immigration-item .fa {
	font-size: 35px;
	margin-bottom: 30px;
}
.learn-more {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #474747; 
}
.immigration-item h3 a {
	color: #474747;
}
.immigration-item h3 a:hover {
	text-decoration: none;
}
.immigration-item:hover h3 a {
	color: #5b69cb;
}
.immigration-item:hover .learn-more,
.immigration-item:hover h3,
.immigration-item:hover .fa {
	text-decoration: none;
	color: #5b69cb;
}
.immigration-item:hover .learn-more::after {
	content: " \2192";
    opacity: 1;
	transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s; 
    margin-left: 5px;
    margin-top: 0px;
	line-height: 15px
}
.immigration-item .learn-more::after {
	content: " \2192";
    position: absolute;
    opacity: 0;
    margin-left: -30px;
	transition: all 0.6s ease 0s;
	font-size: 31px;
	line-height: 15px;
    transition: all 0.6s ease 0s; 
}
/* ======================
ABOUT US SECTION
=========================*/
#about-us-area {
    padding: 0;
    color: #fff;
}
.about-us-text .container {
	max-width: 570px;
	overflow: hidden;
	float: right;
}
.about-us-video .container {
	max-width: 570px;
	overflow: hidden;
	float: left;
	display: flex;	
	height: 100%;
	vertical-align: middle;
	justify-content: center;
	flex-direction: column;
}
.about-us-video iframe {
	border: 0;
}
.video-player {
	padding: 50px 0;
	display: flex;
	vertical-align: middle;
	justify-content: center;
	flex-direction: column;
}
.about-us-text {
    background: #6a78dc;
    overflow: hidden;
}
.about-us-text h2 {
    margin-top: 70px;
}
.about-us-text h3 {
    margin: 30px 0 5px 0;
	display: block;
    clear: both;
}
.about-us-text .btn {
	margin-top: 40px;
	margin-bottom: 70px;
}
.about-us-video {
	text-align: center;
    background: url('images/about-us-bg.jpg');
    background-repeat: no-repeat;
    background-position: top right;
	background-size: cover;    
    overflow: hidden;
}
.about-us-text .separator {
	border-color: #fff;
	margin: inherit;
	margin-bottom: 40px;
    float: left;
}
.video-icon {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    margin-bottom: 20px;
	border-radius: 50%;
	transition: .1s ease;
}
.video-icon:hover {
    padding: 5px;
	border: 2px solid #6a78dc;
	border-radius: 50%;
	transition: .1s ease;
	cursor: pointer;
}

/* Same Column Height CSS */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* ======================
CASE SECTION
=========================*/
#case-area {
	padding: 15px 0;
	text-align: center;
}
#case-area ul li {
	list-style: none;
}
#case-area .thumbnails {
	overflow: hidden;
	padding: 0;
}
.case-item {
    border: 1px solid #6a78dc;
	padding-bottom: 30px;
	margin-bottom: 35px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 1px 3px rgba(114,120,220,0.12), 0 1px 2px rgba(114,120,220,0.24);
}
.case-item:hover {
	box-shadow: 0 14px 28px rgba(114,120,220,0.25), 0 10px 10px rgba(114,120,220,0.22);
}
.case-image {	
	overflow: hidden;
}
.case-item .caption {
	padding: 20px;
}
.case-item .thumbnail {
	border: none;
    padding: 0;
}
.case-item img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.case-item:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.case-item .learn-more {
	color: #6a78dc;
}
.case-item:hover .learn-more {
	text-decoration: none;
	color: #5b69cb;
}
.case-item:hover .learn-more::after {
	content: " \2192";
    opacity: 1;
	transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s; 
    margin-left: 5px;
    margin-top: 0px;
	line-height: 15px
}
.case-item .learn-more::after {
	content: " \2192";
    position: absolute;
    opacity: 0;
    margin-left: -30px;
	transition: all 0.6s ease 0s;
	font-size: 31px;
	line-height: 15px;
    transition: all 0.6s ease 0s; 
}
#case-area .control-box.pager {
	text-align: right;
	padding-right: 15px;
}
#case-area .control-box li a {
	border-radius: unset;
}
#case-area .control-box .fa {
	font-size: 27px;
	color: #bdbbbb;
}
/* ======================
STAFF SECTION
=========================*/
#staff-area {
	padding: 30px 0 100px 0;
	text-align: center;
	color: #fff;
    background: url('images/Staff-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}
.staff-name {
	margin-top: 50px;
}
.staff-title {
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;
}
.staff-container {
    position: relative;
    width: 100%;
	transition: .5s ease;
}
.staff-image {
	border: 1px solid #6a78dc;
  	opacity: 1;
  	display: block;
  	width: 100%;
  	height: auto;
  	transition: .5s ease;
  	backface-visibility: hidden;
}
.staff-overlay {
	width: 100%;
	padding: 10px;
  	transition: .5s ease;
  	opacity: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%)
}
.staff-overlay p {
	font-size: 13px;
}
.staff-social-media .fa {
	color: #fff;
	margin: 5px;
	padding-top: 8px;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	transition: 0.3s ease;
}
.staff-social-media .fa:hover {
	background: #6a78dc;
	border: 1px solid #6a78dc;
	transition: 0.3s ease;
}
.staff-container:hover {
	background: #000;
	box-shadow: 0 2px 28px rgba(114,120,220,0.25), 0 10px 10px rgba(114,120,220,0.22);
}
.staff-container:hover .staff-image {
  	opacity: 0.3;
}
.staff-container:hover .staff-overlay {
  opacity: 1;
}
/* ======================
CONSULTATION FORM
=========================*/
#consult-area {
	padding-top: 100px;
	margin-bottom: 250px;
    background: url('images/consult-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;    	
}
.consult-form {
	position: absolute;
	top: 80px;
	margin-right: 15px;
	padding: 50px 20px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(114,120,220,0.25), 0 10px 10px rgba(114,120,220,0.22);
}
.consult-form .col-md-12 {
	position: inherit;
}
.consult-form .form-group {
	margin-right: 10px;
	margin-left: 10px;
}
.form-title {
	letter-spacing: 4px;
	text-align: center;
	margin: 20px 0 50px 0;
}
.col-half {
	width: 50%;
	float: left;
}
fieldset {
	border: medium none !important;
	margin: 0;
	padding: 0;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="tel"], #contact_form input[type="url"], #contact_form textarea, #contact_form select {
	width:100%;
	border:1px solid #6a78dc;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}
#contact_form input[type="text"]:hover, #contact_form input[type="email"]:hover, #contact_form input[type="tel"]:hover, #contact_form input[type="url"]:hover, #contact_form textarea:hover, #contact_form select:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #5062e4;
}
.text-area {
	width: 100%;
	display: block;
	clear: both;
}
#contact_form textarea {
	height:130px;
	max-width:100%;
  	resize:none;
	display: block;
	float: left;
}
#case-select {
	height: 48px;
}
#contact_form select{
    width:100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding-right: 10px;
    background: url("images/icons/select-icon.png") no-repeat right center;
	background-position-x: 95%;
}
#contact_form button[type="submit"],
#contact_form .btn-send {
	cursor:pointer;
	width:100%;
	border:none;
	background:#6a78dc;
	color:#FFF;
	margin:0 0 5px;
	padding:15px;
	font-size:16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0;
	opacity: 1;
}
#contact_form button[type="submit"]:hover,
#contact_form .btn-send:hover {
	background:#5062e4;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact_form button[type="submit"]:active,
#contact_form .btn-send:active { 
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); 
}
#contact_form input:focus, #contact_form textarea:focus, #contact_form select:focus {
	outline:0;
	box-shadow: 0 0 5px rgba(106, 120, 220, 1);
    border: 1px solid rgba(106, 120, 220, 1);
}
#contact_form .btn-send:focus {
    box-shadow: 0;
    border: 0;
}
/* ======================
OUR PROGRESS COUNTER
=========================*/
#counter-box {
    background: url('images/counter-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
.counter-box .main_counter .single_counter {
	margin:70px 0;
	overflow: hidden;
	display: block;
}
.counter-box .main_counter .single_counter i {
	color:#fefefe;
	font-size:4rem;
	margin-bottom:40px;
	line-height: 4rem;
	display: inline-block;
}
.counter-box .main_counter .single_counter h2 {
	color:#fff;
	margin-bottom: 40px;
	line-height: 0;
	font-family: futuraBook;
	font-weight: 400;
}
.counter-box .main_counter .single_counter p{
	color:#fefefe;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
}

/* ======================
SUCCESSFUL CASE RESULT
=========================*/
#case-result {
	padding: 100px 0;
}
.section-heading {
	text-align: center;
}
#case-result .sub-heading {
	text-align: center;
}
.case-item.result {
	height: 100%;
	padding-bottom: 20px;
}
.case-heading {
	background: #6a78dc;
	color: #fff;
	padding: 30px 0 10px;
}
.case-title {
	padding: 0 30px;
}
.case-sub-title {
	font-size: 16px;
	padding: 0 30px;
}
.case-description {
	padding: 30px;
}
.result-sp-title {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #6a78dc;
	padding: 0 30px;
}
.case-success-result {
	padding: 0 30px;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

/* ======================
PARTNER LOGO AREA
=========================*/
#partner-logo {
	padding: 50px 0;
    background: url('images/client-logo-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;	
}
#client-logo-Carousel {
	margin: 0 15px;
}
#partner-logo ul li {
	list-style: none;
}
#partner-logo .thumbnails {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#partner-logo .carousel-inner {
	margin: 0 50px;
	width: 90%;
	margin: 0 auto;
	z-index: 1;
}
.logo-image a {
	cursor: pointer;
}
.client-logo .thumbnail {
	border: none;
    padding: 0;
	margin: 0 20px;
	background: transparent;
	transition: .5s ease;
}
.client-logo .thumbnail:hover {
	margin: 0 30px;
	transition: .5s ease;
}
#partner-logo .control-box.pager {
	position: absolute;
	top: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
}
.control-left{
	text-align: left;
	position: absolute;
	left: 0;
	z-index: 2;
}
.control-right{
	text-align: right;
	position: absolute;
	right: 0;
	z-index: 2;
}
.control-box li a {
	border-radius: unset;
}
.control-box .fa {
	font-size: 27px;
	color: #bdbbbb;
}
.pager li > a, .pager li > span {
	background-color: transparent;
} 

/* ======================
 BLOG AREA
=========================*/
#blog-area {
	padding: 70px 0;
}
.blog-page-heading {
	text-align: center;
}
#blog-area .col-sm-height {
	padding-bottom: 60px;
}
.blog-page-description {
	text-align: center;
}
.post-item {
	border:1px solid #6a78dc;
	padding-bottom: 50px;
	transition: .5s ease;
	height: inherit;
}
.post-item:hover {
	box-shadow: 0 2px 28px rgba(114,120,220,0.25), 0 10px 10px rgba(114,120,220,0.22);
	transition: .5s ease;
}
.entry-title {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0 25px;
}
.entry-title a {
	color: #474747;
}
.post-item:hover .entry-title a {
	text-decoration: none;
	color: #5b69cb;
}
.meta {
	padding: 0 25px;
	font-size: 14px;
	font-style: italic;
}
.excerpt {
	padding: 0 25px;
}
.blog-post-btn {
	padding: 0 25px;
}
.post-item:hover .learn-more,
.post-item:hover h3 {
	text-decoration: none;
	color: #5b69cb;
}
.post-item:hover .learn-more::after {
	content: " \2192";
    opacity: 1;
	transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s; 
    margin-left: 5px;
    margin-top: 0px;
	line-height: 15px
}
.post-item .learn-more::after {
	content: " \2192";
    position: absolute;
    opacity: 0;
    margin-left: -30px;
	transition: all 0.6s ease 0s;
	font-size: 31px;
	line-height: 15px;
    transition: all 0.6s ease 0s; 
}
.featured-container {
    position: relative;
    width: 100%;
	transition: .5s ease;
}
.feature-img {
  	opacity: 1;
  	display: block;
  	width: 100%;
  	height: auto;
  	transition: .5s ease;
  	backface-visibility: hidden;
}
.featured-image-overlay {
	width: 100%;
	padding: 10px;
  	transition: .5s ease;
  	opacity: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%)
}
.post-social-media {
	text-align: center;
}
.post-social-media .fa {
	color: #fff;
	text-align: center;
	margin: 5px;
	padding-top: 8px;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	transition: 0.3s ease;
}
.post-social-media .fa:hover {
	background: #6a78dc;
	border: 1px solid #6a78dc;
	transition: 0.3s ease;
}
.post-item:hover .featured-container {
	background: #000;
}
.post-item:hover .feature-img {
	opacity: 0.2;
}
.post-item:hover .featured-image-overlay {
	opacity: 1;
}

/* ======================
 BOTTOM CAT AREA
=========================*/

#cat-bottom-area {
	padding: 30px 0;
	background: #f0f0f0;
}
.cat-bottom-text {
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 0;
}
.cat-btn {
	color: #6a78dc;
	border: 1px solid #6a78dc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cat-btn:hover {
	color: #fff;
	background: #6a78dc;
}
#cat-bottom-area .vertical-middle {
	display: flex;
}

/* ======================
 FOOTER AREA
=========================*/
#footer-area {
	background: #9bbb58;
   	color: #fff;
	width: 100%;
	overflow: hidden;
}
.footer-col {
    border: solid 2px #8dabdc;
    position: relative;
    left: 0;
    top: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;	
}

.footer-col:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #8dabdc;
    border-right-color: #225bb6;	
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.footer-col:last-child {
	border-right: none;
}
.footer-col:last-child:after {
	border-right: none;
}
.first-widget {
	padding: 22px 10px 10px 0;
    padding-top:20px;
	position: sticky;
	z-index: 1;
}
.second-widget {
	padding: 22px 10px;
	position: absolute;
	top: 0;
	z-index: 1;
    width:100%;
}
.third-widget {
	padding: 20px 0 0px 10px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.widget-title {
	margin-left: 5px;
	margin-bottom: px;
}
.footer-logo {
	margin-bottom: 20px;
}
#footer-area a {
	color: #fff;
}
#footer-area .separator.single-line {
	border-color: #fff;
	float: left;
	margin: 10px 0 30px 0;
}
.footer-contact-info {
	overflow: hidden;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.footer-contact-info a:hover {
	text-decoration: none;
}
.footer-cont-icon .fa {
	width: 30px;
	height: 30px;
	padding: 2px;
	float: left;
	font-size: 20px;
}
.item-thumbnails {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.item-thumbnails li {
	list-style: none;
	max-width: 25%;
	overflow: hidden;
	float: left;
	margin: 5px;
}
.footer-widget-btn {
	margin-top: 50px;
	display: block;
	overflow: hidden;
}
.post-item-thumbnails .learn-more {
	color: #fff;
	margin-left: 5px;
}
.post-item-thumbnails:hover .learn-more {
	text-decoration: none;
}
.post-item-thumbnails:hover .learn-more::after {
	content: " \2192";
    opacity: 1;
	transition: all 0.6s ease 0s;
    margin-left: 5px;
    margin-top: 0px;
	line-height: 15px
}
.post-item-thumbnails .learn-more::after {
	content: " \2192";
    position: absolute;
    opacity: 0;
    margin-left: -30px;
	transition: all 0.6s ease 0s;
	font-size: 31px;
	line-height: 15px; 
}

.thumb-container {
    position: relative;
	transition: .5s ease;
}
.thumb-img {
  	opacity: 1;
  	display: block;
  	width: 100%;
	max-width: 73px;
  	height: auto;
  	transition: .5s ease;
  	backface-visibility: hidden;
}
.thumb-overlay {
	width: 100%;
  	transition: .5s ease;
  	opacity: 0;
  	position: absolute;
	cursor: pointer;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%)
}
.thumb-container:hover {
	background: #000;
	cursor: pointer;
}
.thumb-container:hover .thumb-img {
  	opacity: 0.3;
}
.thumb-container:hover .thumb-overlay {
  	opacity: 1;
}
.thumb-link {
  	color: #fff;
  	font-size: 20px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
}
.thumb-container:hover .fa {
	color: #fff;
}
.page-links {
	padding: 0;
	margin: 5px;
}

.page-links li {
	list-style: none;
}
.page-links li a {
	text-transform: capitalize;
	margin-bottom: 10px;
	display: inline-block;
	transition: .5s ease;
}
.page-links li a:hover {
	padding-left: 7px;
	transition: .5s ease;
	text-decoration: none;
}
.page-links li a::before {
	font-family: FontAwesome;
   	content: "\f101";
	padding-right: 10px;
}

.footer-social-link {
	display: inline-block;
}
.footer-social-link a {
	font-size: 16px;	
	padding: 5px 3px;
	background-color: #fff;
	border-radius: 3px;
	line-height: 20px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 5px;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
}
.footer-social-link a:first-child {
	margin-left: 0px;
}

.footer-social-link .fa {
	color: #6a78dc;
}
.footer-social-link a:hover .fa {
	color: #6a78dc;
}

/* ======================
Footer Copyright area
=========================*/
#footer-copyright {
	background-color:maroon;
	padding: 10px 0;
	text-align: center;
}
.copyright p {
	margin-bottom: 0;
	font-size: 13px;
}

/* ======================
Back To Top Style
=========================*/
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
	padding: 14px 19px;
	background: rgba(91, 105, 203, 0.8);
	color: #fff;
	border-radius: 50%;
	z-index: 9999;
}
.back-to-top:hover {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:inline !important;
	color: #fff;
}
.back-to-top:visited {
	color: #fff;
}
/*/page heading*/
  .key {
              
              background-color: maroon;
              color: white;
                 padding-left: 5px;
               padding-bottom: 10px;
              padding-top: 10px;
              margin-top: 15px;
              font-size: 20px;
             
              text-align: center;
          }
         .text {
             text-align: justify;
         }

         .h1 {
             background-color:maroon;
             font-family: 'PT+Sans', sans-serif;
            font-size: 20px;
            border: 1px solid maroon;
            color: white;
            text-align: center;
            padding:5px 5px 5px 5px
           

         } 
         
/* END */