/****  Reset CSS  ****/
body {
	background: #ffffff;
	font-family: 'Times New Roman', serif;
	font-style: normal;
}
.loader{
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}
div, h1, h2, h3, h4, p, a, button, input, table, tr, th, td, ul, li {
	outline: none;
}

p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
}

section.section {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 60px 0;
}

.pt-0 {
	padding-top: 0px;
}

.pb-0 {
	padding-bottom: 0px;
}

.section-title-area {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 15px;
}

.section-title-area .section-title {
	color: #647d96;
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
    font-family: 'Euphorigenic', serif;
	padding: 7px 10px;
	text-transform: uppercase;
}

.section-title-area .section-title::after {
	content: "";
	background: #647d96;
	width: 35%;
	display: block;
	height: 2px;
	position: absolute;
	left: 31.5%;
	right: 30%;
	bottom: 0px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.section-title-area .section-subtitle {
	color: #131634;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	font-family: 'Merriweather', sans-serif;
	padding: 5px 10px;
}
.section-title-area span{
	letter-spacing: 0px !important;
	color: #b3b3b3;
	font-size: 18px;
}
h2 {
	font-family: 'Merriweather', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.lebel {
	color: #FFFFFF;
	font-family: 'Merriweather', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	background: rgba(0,0,0, 0.4);
	border-radius: 3px;
	display: inline-block;
	padding: 5px 15px;
	box-sizing: border-box;
	float:left;
	margin-bottom: 10px;
}

.link-button, .link-button:hover, .link-button:focus,
.read_more, .read_more:hover, .read_more:focus {
	float: right;
	text-align: center;
	color: #647d96;
	font-size: 16px;
	letter-spacing: 2px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Euphorigenic', serif;
	text-decoration: none;
	margin-top: 30px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0
}

.read-button {
	float: none;
	display: block;
	text-align: right;
    padding-right: 14px;
}

.link-button::after,
.read_more::after {
	content: "";
	background: #647d96;
	width: 100px;
	display: inline-block;
	height: 2px;
	position: absolute;
	left: auto;
	right: 25px;
	bottom: -12px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0
}

.link-button::before,
.read_more::before {
	content: "";
	background: #647d96;
	width: 100px;
	display: inline-block;
	height: 2px;
	position: absolute;
	left: auto;
	right: 25px;
	top: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0
}

.read_more, .read_more:hover, .read_more:focus {
	float: none;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.read_more::after {
	left: auto;
    right: 22%;
    bottom: 80px;
}

.read_more::before {
    left: 21%;
    right: auto;
    top: -10px;
}

.link-button:hover::after {
	bottom: 10px;
}

.link-button:hover::before {
	top: 42px;
}

.read_more:hover::after {
	bottom: 101px;
}

.read_more:hover::before {
	top: 10px;
}

.separate-line {
	margin: 30px auto;
	width: 150px;
	height: 1px;
	background: #647d96;
}
/****  Reset CSS  ****/



/****  Navbar CSS  ****/
.navbar-section {
	background: rgba(194,192,192,0.7);
	background: -moz-linear-gradient(left, rgba(194,192,192,0.7) 0%, rgba(130,139,148,0.7) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(194,192,192,0.7)), color-stop(100%, rgba(130,139,148,0.7)));
	background: -webkit-linear-gradient(left, rgba(194,192,192,0.7) 0%, rgba(130,139,148,0.7) 100%);
	background: -o-linear-gradient(left, rgba(194,192,192,0.7) 0%, rgba(130,139,148,0.7) 100%);
	background: -ms-linear-gradient(left, rgba(194,192,192,0.7) 0%, rgba(130,139,148,0.7) 100%);
	background: linear-gradient(to right, rgba(194,192,192,0.7) 0%, rgba(130,139,148,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c0c0', endColorstr='#828b94', GradientType=1 );
}

.navbar {
	padding: 0rem 1rem;
}

.navbar-brand img {
	max-height: 80px;
	width: auto;
	padding: 0;
	position: absolute;
	top: -50%;
	left: 0px;
	z-index: 999999;
}

.navbar-brand span {
	margin-left: 100px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Euphorigenic', serif;
	font-size: 20px;
}

.navbar-right {
	float: right;
}

.navbar-light .navbar-nav .nav-link {
	font-family: 'Euphorigenic', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	padding: 5px 10px;
	margin: 0px 20px;
	box-sizing: border-box;
	outline: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-transform: uppercase;
	border-bottom: 5px solid transparent;
	letter-spacing: 2px;
}

.navbar-light .navbar-nav .nav-link span {
	padding-left: 5px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #fff;
	border-bottom: 5px solid #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-bottom: 5px solid #fff;
}

.navbar-light .dropdown-toggle::after {
	display: none;
}

.navbar-light .dropdown-menu {
	position: absolute;
	top: 80%;
	left: 0;
	min-width: 14rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: #131634;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: .0rem;
}

.navbar-light .dropdown-item {
	display: block;
	width: 100%;
	padding: 5px 20px;
	font-weight: 400;
	color: #131634;
	text-align: left;
	background-color: transparent;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.navbar-light .dropdown-item span {
	float:right;
	text-align: right;
	display: inline-block;
}

.navbar-light .dropdown-item:hover {
	background: #F5F5F5;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.navbar-light .dropdown-item:active,
.navbar-light .dropdown-item:focus {
	color: #B92045;
	background: #F5F5F5;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


.navbar-light .dropdown-submenu {
  position: relative;
}

.navbar-light .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.navbar-light .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/****  Navbar CSS  ****/



/****  Header CSS  ****/
.header_banner {
	height: auto;
	width: 100%;
	height: auto;
	display: block;
	background: url('../images/header/banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#header-section {
	background: rgba(0, 0, 0, 0.2);
	padding-top: 40px;
	padding-bottom: 0px;
}

#header-section .row > div {
	display: flex;
	min-height: 500px;
	height: auto;
	flex-wrap: wrap;
	align-content: flex-end;
}

#header-section .header-content {
	height: auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#header-section .header-innder-box {
	background: transparent;
	height: auto;
	text-align: center;
	padding: 30px 20px;
	box-sizing: border-box;
	width: 100%;
}

#header-section .header-innder-box h2 {
	font-family: 'Euphorigenic', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
}

#header-section .header-innder-box h2::after {
	content: "";
	background: rgba(255, 255, 255, 0.32);
	width: 30%;
	display: inline-block;
	height: 2px;
	position: absolute;
	left: 35%;
	right: 35%;
	top: -30px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#header-section .header-innder-box .header_subtitle {
	font-family: 'Times New Roman', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 10px;
	float: left;
	text-align: center;
	display: block;
	width: 100%;
}
/****  Header CSS  ****/



/****  Logo CSS  ****/
#logo-section {

}

.logo_image {
	margin: 50px auto;
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
	display: block;
	overflow: hidden;
}

.logo_image img {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 0.7;
}

.logo_image img:hover {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1.0;
}

.logo_details {
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	color: #647d96;
	font-style: italic;
	font-weight: 400;
}

.logo_details span{
	font-weight: 700;
}
/****  Logo CSS  ****/



/****  Thumb CSS  ****/
#thumb-section {
	background: #fff;
}

#thumb-section h3 {
	float: left;
	color: #647d96;
	font-size: 22px;
	line-height: 1.5;
	padding: 20px 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
	letter-spacing: 3px;
	word-spacing: 4px;
	font-family: 'Helvetica Neue LT Std', serif;
}

#thumb-section .thumbnail-box {
	float: left;
	padding: 15px 0;
	box-sizing: border-box;
}

#thumb-section .thumbnail-inner {
	float: left;
	height: auto;
	width: auto;
	position: relative;
}

#thumb-section .thumbnail-inner .thumbnail-overlay {
	position: absolute;

	/*background: rgba(100,125,150,0.7);
	background: -moz-linear-gradient(left, rgba(100,125,150,0.7) 0%, rgba(153,153,153,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(100,125,150,0.7)), color-stop(100%, rgba(153,153,153,1)));
	background: -webkit-linear-gradient(left, rgba(100,125,150,0.7) 0%, rgba(153,153,153,1) 100%);
	background: -o-linear-gradient(left, rgba(100,125,150,0.7) 0%, rgba(153,153,153,1) 100%);
	background: -ms-linear-gradient(left, rgba(100,125,150,0.7) 0%, rgba(153,153,153,1) 100%);
	background: linear-gradient(to right, rgba(100,125,150,0.7) 0%, rgba(153,153,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#647d96', endColorstr='#999999', GradientType=1 );*/
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#thumb-section .thumbnail-inner .thumbnail-overlay.right-overlay {

	/*background: rgba(255,226,209,0.7);
	background: -moz-linear-gradient(left, rgba(255,226,209,0.7) 0%, rgba(255,142,77,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,226,209,0.7)), color-stop(100%, rgba(255,142,77,1)));
	background: -webkit-linear-gradient(left, rgba(255,226,209,0.7) 0%, rgba(255,142,77,1) 100%);
	background: -o-linear-gradient(left, rgba(255,226,209,0.7) 0%, rgba(255,142,77,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,226,209,0.7) 0%, rgba(255,142,77,1) 100%);
	background: linear-gradient(to right, rgba(255,226,209,0.7) 0%, rgba(255,142,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2d1', endColorstr='#ff8e4d', GradientType=1 );*/

}

#thumb-section .thumbnail-inner .thumbnail-overlay h4 {
	text-align: center;
	font-weight: 400;
	font-size: 25px;
	letter-spacing: 6px;
	word-spacing: 8px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	width: 100%;
	font-family: 'Euphorigenic', serif;
}

#thumb-section .thumbnail-inner .thumbnail-overlay h4::after {
	content: "";
	background: rgba(255, 255, 255, 0.5);
	width: 30%;
	display: inline-block;
	height: 2px;
	position: absolute;
	left: 35%;
	right: 35%;
	bottom: -16px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#thumb-section .thumbnail-inner .thumbnail-overlay h4::before {
	content: "";
	background: rgba(255, 255, 255, 0.5);
	width: 30%;
	display: inline-block;
	height: 2px;
	position: absolute;
	left: 35%;
	right: 35%;
	top: -10px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#thumb-section .thumbnail-inner .thumbnail-overlay:hover h4::after {
	bottom: 10px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#thumb-section .thumbnail-inner .thumbnail-overlay:hover h4:before {
	top: 18px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
/****  Thumb CSS  ****/



/****  News CSS  ****/
#news-section {
	background: #fff;
}

#news-section .card {
	margin: 0 auto;
	border: 0px;
	width: 100%;
	max-width: 350px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: 1px solid #647d96;
	border-radius: 0px;
	margin-bottom: 20px;
}

#news-section .card:hover {
	box-shadow: 0px 30px 35px rgba(3, 3, 3, 0.15);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#news-section .card .card-img-top {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}
/****  News CSS  ****/



/****  Parallax CSS  ****/
#parallax_box {
	margin: 0 auto;
	width: 100%;
	height: auto;
	min-height: 400px;
	position: relative;
}

#parallax_box img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
/****  Parallax CSS  ****/




/****  About CSS  ****/
#about-section {
	background: #fff;
}

#about-section .card {
	margin: 0 auto;
	border: 0px;
	width: 100%;
	max-width: 500px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 0px;
}

#about-section .card:hover {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#about-section .card .card-img-top {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: auto;
}

#about-section .card .sign_img {
	float: right;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin-bottom: 10px;
}

#about-section .card .card-body {
	padding: 1.25rem 0rem;
}

#about-section .card .card-text {
	color: #b3b3b3;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 10px;
	font-family: 'Helvetica Neue LT Std', sans-serif;
}

#about-section .sing-details p {
	color: #7d7d7d;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Helvetica Neue LT Std', sans-serif;
}
.articles-img{
	height: auto !important;
    /*height: 430px !important;*/
	cursor: pointer !important;
}

#about-section .sing-details p strong {
	font-weight: 700;
}
/****  About CSS  ****/




/****  Footer CSS  ****/
#footer-section {
	float: left;
	background: #fff;
	padding-bottom: 0px;
}

#footer-section .footer-single {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#footer-section .footer-single .footer-social {
	display: inline-block;
	list-style-type: none;
	margin: 20px 0;
	padding: 0px;
}

#footer-section .footer-single .footer-social li {
	float: left;
	display: inline-block;
}

#footer-section .footer-single .footer-social li span {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 8px;
	background: #647d96;
	margin: 0px 10px;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#footer-section .footer-single .footer-social li span:hover {
	background: #647d96;
	color: #ddd;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
/****  Footer CSS  ****/


/****  Sigle Page Title CSS  ****/
#page_title {
	padding-top: 100px;
}

.page-title-area {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 10px;
}

.page-title-area .page-title {
	color: #647d96;
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
    font-family: 'Euphorigenic', serif;
	padding: 7px 10px;
	text-transform: uppercase;
}

.page-title-area .page-title::before {
	content: "";
	background: #647d96;
	width: 20%;
	display: inline-block;
	height: 2px;
	position: absolute;
	left: 40%;
	right: 40%;
	top: -10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.page-title-area .page-title::after {
	content: "";
	background: #647d96;
	width: 20%;
	display: inline-block;
	height: 2px;
	position: absolute;
	left: 40%;
	right: 40%;
	bottom: 30px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.page-title-area .page-subtitle {
	color: #131634;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	font-family: 'Merriweather', sans-serif;
	padding: 5px 10px;
}
/****  Sigle Page Title CSS  ****/



/****  Sigle Page Banner CSS  ****/
#page_banner {
	float: left;
	width: 100%;
	display: block;
	height: auto;
}

.banner_image {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
}

.banner_image img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
}
/****  Sigle Page Banner CSS  ****/

.play-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    border: none !important;
    transform: translate(-50%, -50%);
}
.imagebox.style1 .imagebox-title {
    padding: 10px 10px 10px 10px;
    background: rgba(189, 193, 197,0.8);
    height: 120px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.imagebox.style1.style2 .imagebox-title {
    height: 60px;
}
.imagebox.style1.style2 .imagebox-title h5{
	color: #000;
    font-family: 'Helvetica Neue LT Std', serif;
	text-decoration: none;
	font-style: normal;
	font-size: 17px;
	text-align: center;
}
.video-section{
	padding: 5px;
}
/****  Page Content CSS  ****/
#page_content {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

#page_content .card {
	margin: 15px auto;
}

#page_content .page-Content-area {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	text-align: justify;
}

#page_content .page-Content-area p {
	color: #b3b3b3;
	font-size: 14px;
	padding-bottom: 15px;
	display: block;
	font-family: 'Helvetica Neue LT Std', serif;
	font-style: normal;
	display: block;
}

#page_content .page-Content-area p span {
	color: #647d96;
	font-weight: 700;
	font-style: italic;
	font-size: 22px;
	text-align: center;
	display: block;
	font-family: 'Times New Roman', serif;
}

#page_content .page-Content-area img {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	height: auto;
	border: 1px solid #eee;
	padding: 10px;
	box-sizing: border-box;
	display: block;
}
.archive-image{
	padding: 5px;
}

#page_content .page-Content-area h4 {
	color: #b3b3b3;
	font-size: 16px;
	line-height: 22px;
	padding-top: -5px;
	padding-bottom: 15px;
	display: block;
	text-transform: uppercase;
	font-family: 'Helvetica Neue LT Std', serif;
	display: block;
	font-weight: normal;
}
#page_content .page-Content-area .video-section img{
	border: 1px solid #eee;
	padding: 5px;
	width: inherit;
}
/****  Page Content CSS  ****/



/****  Pagination CSS  ****/
#pagination-section {
	float: left;
	width: 100%;
	height: auto;
	padding: 100px 0;
}

#pagination-section .paginate-nav {
	float: left;
	width: 100%;
	height: auto;
}

#pagination-section .paginate-nav a {
	font-size: 17px;
	color: #647d96;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: none;
	outline: none;
	display: inline-block;
	position: relative;
	text-align: left;
	font-family: 'Euphorigenic', serif;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0
}

#pagination-section .paginate-nav.last-child{
	text-align: right;
}

#pagination-section .paginate-nav a::before {
	content: "";
	background: #647d96;
	width: 20%;
	display: inline-block;
	height: 2px;
	position: absolute;
	left: 40%;
	right: 40%;
	top: -10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#pagination-section .paginate-nav a::after {
	content: "";
	background: #647d96;
	width: 20%;
	display: inline-block;
	height: 2px;
	position: absolute;
	left: 40%;
	right: 40%;
	bottom: -15px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#pagination-section .paginate-nav a:hover::before {
	top: 14px;
}

#pagination-section .paginate-nav a:hover::after {
	bottom: 9px;
}

/****  Pagination CSS  ****/




/****  Responsive CSS  ****/
@media screen and (max-width: 991px) {

	.section-title-area {
		margin-bottom: 30px;
	}

	.section-title-area .section-title {
		font-size: 25px;
		line-height: 35px;
	}

  	.navbar-brand, .navbar-brand img {
  		top: -10%;
		max-height: 60px;
		margin-bottom: 10px;
	}

	.navbar-light .navbar-toggler {
		color: #fff;
		border-color: transparent;
		outline: none;
	}

	.navbar-right {
		float: right;
		width: 100%;
		display: block;
		padding: 10px 0;
	}

	.navbar-brand span {
		margin-left: 70px;
		font-size: 18px;
	}

	.navbar-light .navbar-nav .nav-link {
		color: #fff;
		padding: 5px 10px;
		margin: 0px 2px;
		border-bottom: 2px solid #fff;
		text-align: left;
	}

	.navbar-light .navbar-nav .nav-link span {
		float: right;
		height: 30px;
	}

	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		color: #fff;
		background: transparent;
		border-bottom: 2px solid #fff;
	}

	.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
		color: rgba(130,139,148,1);
		background: #fff;
		border-bottom: 2px solid #fff;
	}

	.navbar-light .dropdown-menu {
		width: 100%;
	}

	.navbar-light .dropdown-submenu .dropdown-menu {
		position: static;
		margin-left: .0;
		margin-right: .0;
	}

	.navbar-light .dropdown-submenu .dropdown-menu .dropdown-item {
		padding-left: 35px;
		white-space: normal;
	}

	#header-section .header-innder-box {
		position: static;
	}

	#header-section .header-innder-box h2 {
		font-size: 16px;
		line-height: 25px;
	}

	#header-section .row > div {
		min-height: 350px;
	}

	.logo_details {
		font-size: 18px;
		line-height: 24px;
	}

	#thumb-section h3 {
		padding: 40px 0 10px 0;
	}

	#thumb-section .thumbnail-inner .thumbnail-overlay h4 {
		font-size: 20px;
		letter-spacing: 4px;
		word-spacing: 6px;
	}

	#thumb-section .thumbnail-inner .thumbnail-overlay:hover h4::before {
		top: 14px;
	}

	#thumb-section .thumbnail-inner .thumbnail-overlay:hover h4::after {
		bottom: 8px;
	}

	#parallax_box {
		min-height: 300px;
	}

	#about-section .card .sign_img {
		max-width: 150px;
	}

	#footer-section {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#footer-section .footer-single {
		margin-bottom: 50px;
		text-align: center;
	}

	#footer-section .footer-single .footer-social {
		float: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.page-title-area {
		letter-spacing: 6px;
	}

	.page-title-area .page-title {
		font-size: 25px;
		line-height: 30px;
	}

	.page-title-area .page-title::before {
		top: -5px;
	}

	.page-title-area .page-title::after {
		bottom: 35px;
	}

	#page_content .page-Content-area p span {
		font-size: 18px;
	}

	#pagination-section {
		padding: 50px 0;
	}

	#pagination-section .paginate-nav a {
		font-size: 10px;
	}

	#pagination-section .paginate-nav a:hover::before {
		top: 7px;
	}

	#pagination-section .paginate-nav a:hover::after {
		bottom: 6px;
	}

	#page_content .page-Content-area .row img {
		max-width: 300px;
		margin: 0 auto;
		display: block;
	}
	.imagebox.style1.style2 .imagebox-title {
	    width: 290px;
	    margin: 0 auto;
	    display: block;
	}

}

@media screen and (max-width: 575px) {


}
/****  Responsive CSS  ****/
