/*
	Theme Name: Mitri Events
	Created : 
	Updated : 
	Version: 1.0

*/
/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
	## Global
		- Padding/Margin
		- Section Padding
		- Block Title
		- Section Header
		- Page Banner
		
	## Fonts Settings	
		- Work Sans
		- Josefin Sans
		- Raleway
		- Arimo
		- Hind 
		- Myriad Pro Regular
		
	## Header
		- Top Header
			- Social
			- Logo Block
			- Register			
		- Menu Block
			- User
			- Expanding Search
			
	## Footer
		- Footer Main
			- Footer About
			- Customer Service Widget
			- Quick Links Widget
			- ContactUs Widget
			- NeweLetter Widget
			- CopyRights
			- Footer Menu
	
	## Page Banner
	
	## Section Header
	
	## Responsive
		- min-width: 1200
		- min-width: 992 to max-width: 1199
		- max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
*/

/* ## Global */

body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #333;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
h1, h2, h3, h4, h5, h5 {
	color: #004a6f;
	
}
/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* - Section Padding */
.section-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* - Block Title */
.block-title {
	text-transform: none;	
	letter-spacing: 1.12px;
	font-family: 'Raleway', sans-serif;
	color: #333;
	font-weight: 300;
	font-size: 16px;
	margin: 0 0 18px 0;
	display: inline-block;
	position: relative;
	word-wrap: break-word;
}

/* - Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.section-header h3 {
	margin: 0;
	text-transform: none;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.9px;
	line-height: 28px;
	font-family: 'Raleway', sans-serif;
	padding-bottom: 30px;
	word-wrap: break-word;
}
.section-header span {
	font-size: 18px;
	letter-spacing: 2.88px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #004a6f;
	line-height: 28px;
	text-transform: none;
}

/* ## Page Banner */
.page-banner {
	background: url("images/about-banner.jpg"); 
	-webkit-background-size: cover;
	background-size: cover;		
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;	
	min-height: 350px;
	max-height: 350px;
	z-index: 1;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.page-banner::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background-color: rgba(41,54,62,0.9);
}
.page-banner .banner-content {
	position: absolute;
	z-index: 1;	
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(-50%, -50%);
}
.page-banner .banner-content::before,
.page-banner .banner-content::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	background-color: #687075;
	width: 1px;	
}
.page-banner .banner-content::before {
	left: 0;	
}
.page-banner .banner-content::after {	
	right: 0;
}
.page-banner .banner-content h3 {	
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 1.1px;
	line-height: 32px;
	text-transform: none;
	position: relative;
	border-bottom: 1px solid #687075;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	display: block;
	padding-left: 80px;
	padding-right: 80px;
	word-wrap: break-word;	
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 15px;
	padding: 0;
}
.page-banner .banner-content .breadcrumb li {	
	text-transform: none;
	font-size: 12px;
	color: #fff;
	word-wrap: break-word;
}
.page-banner .banner-content .breadcrumb li.active {
	color: #004a6f;
}
.page-banner .banner-content .breadcrumb li:first-of-type a {
	margin-left: 0;
}
.page-banner .banner-content .breadcrumb li:last-of-type a {
	margin-right: 0;
}
.page-banner .banner-content .breadcrumb  a{
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.12px;
	line-height: 28px;
	color: #fff;
	text-transform: none;
	margin: 0 5px;
	word-wrap: break-word;
}

/* - Page Banner:: Services */
.page-banner.services {
	background: url("images/service-banner.jpg"); 
}

/* - Page Banner:: Event Grid */
.page-banner.event-grid {
	background: url("images/event_grid-banner.jpg"); 
}

/* - Page Banner:: Blog */
.page-banner.blog {
	background: url("images/blog-banner.jpg"); 
}

/* - Page Banner:: 404 */
.page-banner.error {
	background: url("images/error-banner.jpg"); 
}


@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300&display=swap');

/* ## Header */
/* - Top Hedaer */
.top-header {
	border-bottom: 1px solid #e5e5e5;
    border-top: 3px solid #004a6f;   
    padding: 19px 0 19px;    
}

/* - Social  */
.top-header .social {
	margin: 15px 0 15px;
}
.top-header .social ul {
	padding-left: 0;	
	margin-bottom: 0;
}
.top-header .social ul li {
	margin-right: 14px;
}
.top-header .social ul li:last-of-type {
	margin-right: 0;
}
.top-header .social ul li,
.top-header .social ul li a {
	display: inline-block;
}
.top-header .social ul li a {
	background-color: #bec2c5;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
    width: 42px;
}
.top-header .social ul li a:hover {
	background-color: #004a6f;
	color: #333;
}

/* - Logo Block */
.top-header .logo-block {
	margin-top: 3px;
	text-align: left;	
}
.logo-block a {
	text-decoration: none;
}
.top-header .logo-block a h3{
	color: #29363e;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1.36px;
    margin: 6px 0 0;
    text-transform: none;
	word-wrap: break-word;
}

/* - Register */
.top-header .register {
	margin: 14px 0 14px;
	text-align: right;
	float: right;
}
.top-header .register a {
	background-color: #004a6f;
	margin-top: 5px;
    color: #fff;
	border-radius: 5px;
    display: inline-block;
    font-family: "Raleway";
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 28px;
    padding: 10px 41px;
    text-decoration: none;
    text-transform: none;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.top-header .register a:hover {
	background-color: #45A1EF;
	color: #333;
}

/* - Menu Block */
.menu-block {	
	margin-top: -1px;
}
.menu-block .container {
	position: relative;
}
.navbar-fixed-top.menu-block .container {
	border-bottom: 1px solid #004a6f;
	border-top: none;
	max-width: 1170px;
}

/* - User */
.menu-block a.user {
	width: 82px;
	height: 81px;
	background-color: #004a6f;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	float: left;
	position: relative;
	left: 0;
}
.menu-block a.user i {
	border: 4px solid #fff;
	border-radius: 100%;
	font-size: 30px;
	height: 37px;
	width: 37px;
	line-height: 35px;
	color: #fff;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.menu-block .user:hover i  {
	border-color: #333;
	color: #333;	
}

/* - Expanding Search */
.menu-block .menu-search {
	float: right;
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	position: relative;
}
.menu-block.navbar-fixed-top .menu-search {
	border: none;
}
.menu-search .sb-search-submit i {	
	font-size: 20px;
	color: #d0d0d0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.menu-search .sb-search-submit:hover i {
	color: #29363e;
}
.menu-search .sb-search-input::-webkit-input-placeholder {
    color: #333;
}
.menu-search .sb-search-input:-moz-placeholder {
    color: #333;
}
.menu-search .sb-search-input::-moz-placeholder {
    color: #333;
}
.menu-search .sb-search-input:-ms-input-placeholder {
    color: #333;
}
.menu-search .sb-search {
	position: relative;
}
.menu-search .sb-icon-search,
.menu-search .sb-search-submit {
    width: auto;   
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.menu-search .sb-search-submit {
    background: transparent; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	margin:0 auto;
	width: 100%;
}
/* Open state */
.menu-search .sb-search.sb-search-open,
.menu-search .no-js .sb-search {
    width: 100%;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-icon-search,
.menu-search .no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}
.menu-search .sb-search.sb-search-open .sb-search-submit,
.menu-search .no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.menu-search .sb-search-input {
    position: absolute;
    top: 65px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    width: 0;
    height: 0;
    margin: 0;
    z-index: 11;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #333;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
    top: 81px;
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    width: 280px;
    height: 40px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

/* ## Footer */
.footer-main {	
	background-color: #FFFFFF;
	padding-top: 74px;
}
.footer-main .row {
	margin-bottom: 40px;
}

/* - Footer About */
.footer-main .footer-about {
	position: relative;
	text-align: center;
	/*border-bottom: 1px solid #3a464d;*/
	padding-bottom: 32px;
	display: inline-block;
	margin-bottom: 55px;
}
.footer-main .logo-block {
	position: absolute;
	left: 0;
}
.footer-main .logo-block h3 {
	text-transform: none;
	color: #fefefe;
	font-size: 20px;
	margin: 11px 0 0;
	font-weight: 300;	
	letter-spacing: 1.36px;
	word-wrap: break-word;
}
.footer-main .footer-about .footer-about-content {
	margin-left: 185px;
	text-align: left;
}
.footer-about-content p {
	color: #333;
	line-height: 28px;
	letter-spacing: 0.6px;
}

/* - Widget */
.footer-main .widget ul {
	padding-left: 0;
}
.footer-main .widget ul li {
	display: inline-block;
}
.footer-main .widget ul li a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.39px;
	text-transform: none;
	font-weight: 300;
	text-decoration: none;
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main .widget_customer_services ul li,
.footer-main .widget_quick_links ul li {
	display: inline-block;
	width: 100%;	
}
.footer-main .widget_customer_services ul li a:hover,
.footer-main .widget_quick_links ul li a:hover  {
	margin-left: 10px;
	color: #004a6f;
}
.footer-main .widget.widget_quick_links{
	padding-left: 4px;
}

/* - ContactUs Widget */
.footer-main .widget_contactus {
	padding-left: 43px;
}
.footer-main .widget_contactus .contactinfo-box {
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
}
.footer-main .widget_contactus .contactinfo-box:hover i {
	color: #004a6f;
}
.footer-main .widget_contactus .contactinfo-box:last-of-type {
	margin-bottom: 0;
}
.footer-main .widget_contactus .contactinfo-box i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #fff;
	font-size: 20px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main .widget_contactus .contactinfo-box  p{
	margin-left: 20px;
	color: #fff;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	padding-right: 40px;
	line-height: 24px;
}
.footer-main .widget_contactus .contactinfo-box p a {
	text-decoration: none;
	color: #fff;
	display: block;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main .widget_contactus .contactinfo-box p a:hover {
	color: #004a6f;
	margin-left: 5px;
}

/* - Neweletter Widget */
.footer-main .widget_newsletter {
	padding-left: 23px;
}
.footer-main .widget_newsletter p {
	color: #a4b0b6;
	font-family: 'Raleway', sans-serif;
	margin-top: 12px;
	padding-right: 15px;
}
.footer-main .widget_newsletter .input-group {
	margin-bottom: 27px;
	margin-top: 25px;
	margin-right: 3px;
}
.footer-main .widget_newsletter .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	min-height: 44px;
	padding-left: 23px;
	text-transform: none;
	color: #888;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;	
	z-index: 1;
}
.footer-main .widget_newsletter .input-group-btn .btn {
	background-color: #004a6f;
	font-size: 18px;
	text-transform: none;
	font-family: 'Raleway', sans-serif;
	border-radius: 0;
	color: #fff;
	line-height: 24px;
	min-height: 44px;
	position: relative;
}
.footer-main .widget_newsletter .input-group-btn .btn::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(41,54,62,1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: -1;
}
.footer-main .widget_newsletter .input-group-btn .btn:hover::before{
	width: 100%;
}
.footer-main .widget_newsletter ul {
	padding-left: 0;
}
.footer-main .widget_newsletter ul li {
	display: inline-block;
	margin-right: 8px;
}
.footer-main .widget_newsletter ul li:last-of-type {
	margin-right: 0;
}
.footer-main .widget_newsletter ul li a {
	height: 37px;
	width: 37px;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	background-color: #49545b;
	border-radius: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main .widget_newsletter ul li a:hover {
	background-color: #004a6f;
	color: #fff;	
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}
.footer-main .widget_newsletter a + .tooltip > .tooltip-inner {
	background-color: #004a6f;
	color: #fff;
}
.footer-main .widget_newsletter a + .tooltip > .tooltip-arrow { 
	border-bottom-color: #004a6f;	
}
/* - Footer Menu */
.footer-menu  {
	border-top: 1px solid #3a464d;
	padding-top: 31px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

/* - CopyRights */
.footer-menu .copyrights p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.39px;
	line-height: 30px;
	margin-bottom: 0;
}

/* - Footer: OW Navigation */
.footer-menu .ow-navigation .navbar-collapse {
	padding-right: 0;
}
.footer-menu .ow-navigation .nav.navbar-nav > li {
	margin: 0 12px;
}
.footer-menu .ow-navigation .nav.navbar-nav > li:last-of-type{
	margin-right: 0;
}
.footer-menu .ow-navigation .nav.navbar-nav > li > a {
	padding: 5px 5px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
.footer-menu .ow-navigation .nav.navbar-nav > li.active > a,
.footer-menu .ow-navigation .nav.navbar-nav > li > a:hover {
	color: #FFF;
}
.footer-menu .ow-navigation .nav.navbar-nav > li:last-of-type > a {
	padding-right: 0;
}

#agenda {}
h4{line-height: 1.5;}
/* ========================================================================== */
/* ========================================================================== */
							/* [ Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Menu Block */
	.menu-block .menu-search {
		width: 70px;
	}
	
	/* - Footer Main */
	.footer-main .widget_newsletter ul li {
		margin-right: 6px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Menu Block */	
	#slider-section{max-height: 300px;}
	.hide-2{display:none;}
	/*#img1{visibility:hidden;}
	#img2{visibility:hidden;}*/
	#ecke{display:none;}
	#agenda {margin-top: 0px;}
	#info{margin-top: 0px;}
	.lSPager{min-height: 300px !important;}
	.lSSlideWrapper{max-height: 500px;}
	.menu-block a.user {
		position: absolute;
		left: 15px;		
	}
	.menu-block .col-sm-12 {
		padding: 0;
	}
	.menu-block.navbar-fixed-top  a.user {
		display: none;		
	}
	.menu-block a.user {
		height: 60px;
		width: 60px;
		line-height: 78px;
		z-index: 2;
	}	
	.menu-block .menu-search {
		right: 80px;
		border: none;
		width: 20px;
		height: 59px;
		position: absolute;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input {
		top: 60px;
	}
	.menu-search .sb-search-submit {
		top: 21px;
	}
	
	/* - Footer Main */
	.footer-main .widget:nth-child(2n+1) {
		clear: both;
		margin-bottom: 20px;
	}
	.footer-main .widget_contactus,
	.footer-main .widget_newsletter,
	.footer-main .widget.widget_quick_links {
		padding-left: 15px;
	}
	
	/* - Footer Menu */
	.footer-menu {
		padding-top: 15px;
	}
	.footer-menu .ow-navigation {
		margin-top: -30px;
	} 
	.footer-menu .ow-navigation .navbar-toggle {
		margin-top: 0;
	}
	.footer-menu .ow-navigation .nav.navbar-nav > li {
		margin: 0;
	}
	.footer-menu .ow-navigation .navbar-nav {
		border-color: #3a464d;
	}
	.footer-menu .ow-navigation .nav.navbar-nav > li > a {
		padding-left: 0;
	}
	.footer-menu .ow-navigation .nav.navbar-nav > li > a:hover {
		color: #004a6f;
	}
	.footer-menu .dropdown-menu > li > a {
		color: #a4b0b6;
		font-size: 12px;
	}
	.footer-menu .ow-navigation .nav.navbar-nav .dropdown-menu li > a {
		color: #a4b0b6;
		font-size: 12px;
		font-weight: 300;
		background-color: transparent;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.footer-menu .ow-navigation .nav.navbar-nav .dropdown-menu li:hover > a {
		color: #004a6f;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {	
	/* - Top Header */
	.top-header {
		padding-top: 0;
		padding-bottom: 7px;
	}
	.top-header .social,
	.top-header .register {
		margin: 15px 0 10px;
	}
	.section-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* - max-width: 639 */
@media (max-width: 639px) {
	/* - Top Header */
	.top-header .logo-block {
		margin-top: 0px;
	}	
	.page-banner .banner-content h3 { 
		padding-left: 40px;
		padding-right: 40px;
	}
	/* - Footer Main */
	/* - Newsletter widget */	
	.footer-main .widget_newsletter ul li {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.footer-main .widget_newsletter ul li a {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Top Header */
	.top-header .col-xs-6 {
		width: 100%;
		float: none;
		text-align: center;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input {
		width: 210px;
	}
	
	/* - Footer Main */		
	/* - Footer About */
	.footer-about img {
		max-width: 46px;
	}
	.footer-main .logo-block {
		position: relative;
		display: block;
		margin-bottom: 30px;
	}
	.footer-main .logo-block h3 {
		font-size: 24px;
	}
	.footer-main .footer-about .footer-about-content {
		margin-left: 0px;
	}
	
	/* - Footer */
	.footer-main .widget{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-main .widget:last-of-type{
		margin-bottom: 0;
	}
	.footer-main .widget_contactus .contactinfo-box {
		width: 100%;
	}
	
	/* - Section Header */
	.section-header h3 {
		font-size: 20px;
		letter-spacing: 0.5px;
	}
	
	/* - Page Banner */
	.page-banner .banner-content h3 {
		font-size: 18px;
	}
	.page-banner .banner-content {
		left: 0;
		right: 0;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.page-banner .banner-content::before,
	.page-banner .banner-content::after {
		width: 0;
	}
}