/*!
 * Cleverplacement Bootstrap Theme (http://www.cleverplacement.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Muli);
@import url(http://fonts.googleapis.com/css?family=Pt Sans);

/* ==== GENERAL ==== */

body {

	font-family: Muli;
	font-size: 16px;
	color: #fff;
	background: #ffffff;  
	overflow-x: hidden; 
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

/* Temporary Test Font Awesome*/


/* BACKGROUND COLORS */

.bg-quote { background-color: #51687a !important; }
.bg-campaign { background-color: #A83A23 !important; }

/* ICON COLORS */

.icon {background-color: #a83a23 !important;}

p {
	color: #50677A;
}
h4 {
	color: #50677A;
}

ul li, ol li {
    font-family: Muli;
    font-size: 14px;
}

/** TYPOGRAPHY **/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3,.h5, .h6 {
	font-family: Muli;
	line-height: 1.1;
	color: #50677a;
}

/* Override default text colors in .header-section */
.header-section h1,
.header-section h2,
.header-section h3,
.header-section p {
  color: #ffffff !important;
}

.header-section h2,
.header-section h3,{
  text-align: left;
}

/* Make all text in the header-section white */

.header-section ul,
.header-section li,
.header-section strong {
    color: white !important;
}

/* Specific styling for lists */
.benefits-list,
.success-stats,
.ebook-offer ul {
    color: white !important;
}

/* Ensure checkmarks and bullets are white */
.benefits-list li::before,
.success-stats li::before,
.ebook-offer ul li::before {
    color: white !important;
}
.header-section h3 {
    color: #ffffff !important;
}

/* Custom styling for dark background section */
.custom-divi-section {
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
}

.header-section. container. row align-items-center. col-lg-6 mb-4 mb-lg-0 cta-text. h1 {
	font-family: Muli;
	line-height: 1.1;
	color: #ffffff;    
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	color: #e5e5e5;
}

h1, h2, h3 {
	margin-bottom: 20px;
	font-weight: 300;
}

h4, h5, h6 {
	margin-bottom: 15px;
	font-weight: 400;
}

h4 {
	color: #51687a;
	margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
	
}
h1, .h1 { font-size: 44px; }
h2, .h2 {
	font-size: 37px;
	text-align: center;
}
h3, .h3 { font-size: 27px; }
h4, .h4 { font-size: 23px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

p {
	font-family: Muli;
	font-size: 16px;
	line-height: 1.6;
	margin: 15px 0;
	color: #51687a;
	text-align: left;
}

p1 {
	font-family: Muli;
	font-size: 16px;
	line-height: 1.6;
	margin: 15px 0;
	color: #50677A;
	text-align: center;
}

p2{ 
	font-size: 18px;
    line-height: 1.75;
	text-align:left;
}

/*	HEADER
/*----------------------------------------------------*/

#header {
    width: 100%;
    background: none;
    min-height: 60px;
}

#header .main-nav {
	background-color: #50677A;
    border: 0;
    height: 60px;
}

#header .main-nav .navbar-toggle {
	margin-right: 0;
	margin-top: 0;
	background: none;
	position: absolute;
	right: 20px;
	top: 20px;
}

#header .main-nav .navbar-toggle:focus {
	outline: none;
}

#header .main-nav .navbar-toggle .icon-bar {
	background-color: rgba(255, 255, 255, 0.6);
	height: 3px;
}

#header .main-nav .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

#header .main-nav .nav {
	margin-top: 12px;
}

#header .main-nav .nav .nav-item a {
	font-family: Muli;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}

#header .main-nav .nav .nav-item.active a {
	color: #fff;
	background: none;
}

#header .main-nav .nav .nav-item a:hover {
	color: #fff;
	background: none;
}

#header .main-nav .nav .nav-item a:focus {
	outline: none;
	background: none;
}

#header .main-nav .nav .nav-item a:active {
	outline: none;
	background: none;
}

#header .main-nav .nav .nav-item.active {
	color: #333;
}


#header .main-nav .nav .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	border: none;
	text-transform: none;
	min-width: 180px;
	background: #3E606F;
}

#header .main-nav .nav .dropdown-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #3E606F;
	position: absolute;
	right: 35px;
	top: -10px;
}

#header .main-nav .nav .dropdown-menu a {
	padding: 8px 20px;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#header .main-nav .nav .dropdown-menu a:hover {
	background: #193441;
	color: #fff;
}


#header .brand-img {
	max-width: 130px;
	padding: 20px 0;
}

.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s ease-in-out;
}

.headroom--unpinned {top: -100px;}
.headroom--pinned {top: 0;}


/* Override bootstrap default */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: none;
}
.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

/*	PROMO BLOCK 
/*----------------------------------------------------*/

.header-section {
  padding: 60px 20px;
  background-image: url('../img/About-Us-Background.png'); /* Replace with your actual image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white; /* Optional: for better contrast */
}

.promo {
	background: url("../img/49H.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
    height: auto;
}

.promo .video-wrapper {
	max-width: 600px;
	margin: 20px auto 0 auto;
}

p-editContent {
	color: #50677a;
}


.lead {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
}

small, .small {
	font-size: 80%;
	line-height: 2;
}

em { color: #ff6600; }

/* LINKS */

a { color: #fff; }

a:hover {
	color: #3498db;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* LISTS */

ol {
	position: relative;
	padding-left: 22px;
}

ul {
    list-style: none;
	position: relative;
	padding-left: 22px;
}

ul li,
ol li {
	font-family: Muli;
	font-size: 14px;
	color: #515157;
	margin-bottom: 5px;
}

ul.circle li:before {
    font-family: 'fontawesome';
    content: '\f10c';
    font-size: 12px;
    color: #16a085;
    padding-top: 2px;
	margin-left: -20px;
	position: absolute;
}

/* TITLES */

.underlined-title {
	text-align: center;
	padding-bottom: 2px;
}

.underlined-title h1 {
	color: #50677A;
	margin: 0;
}

.underlined-title h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #50677A;
}

.underlined-title hr {
	width: 10%;
	border-width: 2px;
	border-color: #50677A;
}


/* img */
img {
	
}


/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/

.btn {
    color: #FFF;
    padding: 10px 20px;
	margin: 15px 0;
	font-family: Muli;
    font-size: 14px;
    font-weight: 300;
	letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-sm {
    padding: 7px 13px;
	font-size: 12px;
}

.btn-lg {
    padding: 16px 26px;
	font-size: 16px;
}

.btn-xl {
	padding: 18px 30px;
	font-size: 24px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
	margin-left: 15px;
}

/* Button DISABLED */
.disabled a {
	cursor: not-allowed;
}

/* Button DEFAULT */
.btn.btn-default {
	background: #ecf0f1;
	box-shadow: 0 2px #bdc3c7;
	color: #999;
}

.btn.btn-default:hover {
	background: #bdc3c7;
}

/* Button PRIMARY */
.btn.btn-primary {
	background: #c0392b;
	box-shadow: 0 2px #000;
}

.btn.btn-primary:hover {
	background: #c0392b;
}

/* Button WARNING */
.btn.btn-warning {
	background: #f1c40f;
	box-shadow: 0 2px #f39c12;
}

.btn.btn-warning:hover {
	background: #f39c12;
}

/* Button DANGER */
.btn.btn-danger {
	background: #e74c3c;
	box-shadow: 0 2px #c0392b;
}

.btn.btn-danger:hover {
	background: #c0392b;
}

/* Button SUCCESS */
.btn.btn-success {
	background: #2ecc71;
	box-shadow: 0 2px #27ae60;
}

.btn.btn-success:hover {
	background: #27ae60;
}

/* Button DARK */
.btn.btn-dark {
	background: #34495e;
	box-shadow: 0 2px #2c3e50;
	color: #ffffff;
}

.btn.btn-dark:hover {
	background: #2c3e50;
}

/* Button INFO */
.btn.btn-info {
	background: #3498db;
	box-shadow: 0 2px #2980b9;
}

.btn.btn-info:hover {
	background: #2980b9;
}

/* Outline Buttons */
.btn-outline {
	color: #FFF;
    padding: 12px 20px;
	margin: 15px 0;
	font-family: Muli;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
	letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.btn-outline:hover {
	text-decoration: none;
	color: #ffffff;
}

.btn-outline-sm {
	padding: 5px 13px;
	font-size: 13px;
}

.btn-outline-lg {
	padding: 14px 26px;
	font-size: 15px;
}

.btn-outline-xl {
	padding: 18px 30px;
	font-size: 24px;
	
}

.btn-outline.outline-light,
.icon.outline-light {
	color: #ffffff;
	background: none;
	border: 2px solid #ffffff;
}

.btn-outline.outline-light:hover,
.icon.outline-light:hover {
	color: #2c3e50;
	background: #ffffff;
}

.btn-outline.outline-dark,
.icon.outline-dark {
	color: #2c3e50;
	background: none;
	border: 2px solid #2c3e50;
}

.btn-outline.outline-dark:hover,
.icon.outline-dark:hover {
	color: #ffffff;
	background: #2c3e50;
}

button:hover {
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/*===================================================================================*/
/*	Portfolio
/*===================================================================================*/

.bg-light-gray {
    background-color: #f7f7f7;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #A83A23;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}


.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.carousel-control .fa {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

/*===================================================================================*/
/*	SOCIAL ICONS
/*===================================================================================*/

.social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 100;
}

.social li {
    display: inline-block;
    margin-right: 6px;
}

.social li a {
    display: table;
	position: relative;
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.social-light li a i {
	color: #ffffff;
}

.social-dark li a i {
	color: #666666;
}

.social li a i:after {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.social li a:hover i {
	color: #f0f0f0;
}
.social li a:hover i:after {
	height: 100%;
}
.social a .fa-facebook:after {
    background: #3b5998;
}
.social a .fa-google-plus:after {
    background: #dd4b39;
}
.social a .fa-twitter:after {
    background: #00aced;
}
.social a .fa-pinterest:after {
    background: #CB2027;
}
.social a .fa-behance:after {
    background: #1769FF;
}
.social a .fa-dribbble:after {
    background: #EA4C89;
}


/*	ACCORDION / TOGGLE */

.panel-group {
	margin-bottom: 0;
}
.panel-group + .panel-group {
	margin-top: 20px;
}
.panel-group .panel {
    background: #fff;
    border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
    border-radius: 3px;
    box-shadow: none;
}
.panel-group .panel + .panel {
	margin-top: 10px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top-color: #E6E9ED;
}
.panel-body {
	padding: 25px;
}
.panel-heading {
	background-color: inherit !important;
	color: inherit !important;
    padding: 0;
	border-color: inherit !important;
}
.panel-title {
	font-family: Muli;
    font-size: 15px;
    font-weight: 700;
	text-transform: uppercase;
}

.panel-title > a {
    display: block;
    padding: 15px 25px 15px;
    text-decoration: none;
    color: #fff;
}

.panel-title > a.collapsed {
	background: #f5f5f5;
}

.panel-title > a.collapsed,
.panel-title > a.collapsed span {
	color: #a83b24;
}
.panel-title > a,
.panel-title > a:hover {
	background: #a83b24;
	color: #fff;
}

.panel-title > a span {
	display: block;
	position: relative;
	top: 0;
	color: #fff;
	padding-right: 25px;
}

.text-right .panel-title > a span {
	padding-left: 25px;
	padding-right: 0;
}
.text-center .panel-title > a span {
	padding-left: 0;
	padding-right: 0;
}
.panel-title > a:hover span {
	color: inherit;
}
.text-center .panel-title > a:hover span {
	top: .5em;
	color: transparent;
}
.panel-title > a span:after {
	font-family: "fontawesome";
	content: "\f077";
	position: absolute;
	top: 0;
	right: 0;
}
.text-right .panel-title > a span:after {
	left: 0;
	right: auto;
}
.text-center .panel-title > a span:after {
	top: -.75em;
	left: 0;
	opacity: 0;
}
.panel-title > a.collapsed span:after {
	content: "\f078";
}

/* TABS */

.nav-tabs {
	margin: 0 auto;
}

.nav-tabs > li {
	z-index: 2;
	float: none;
	display: inline-block;
}

.nav-tabs > li > a {
	padding: 16px 25px 12px;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #737c85;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none !important;
	border-bottom: 4px solid transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: transparent;
	border-bottom: 4px solid #85d6de !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0;
}

.tab-content {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.tab-pane {
	padding: 50px 0;
	border-bottom: 1px solid #ecf0f1;
}

/*	CONTENT about
/*----------------------------------------------------*/

.about {
	text-align: center;
}

.about p {
	padding: 0 20px;
}

.about .services-wrapper {
	margin: 20px 0 0;
}

.about .services-wrapper .icon {
	height: 175px;
	width: 175px;
	max-width: 100%;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin: 0 auto 50px;
}

.about .services-wrapper .icon span {
	line-height: 175px;
	color: #fff;
	font-size: 55px;
}

.about .fa {
	font-size: 32px;
	color: #A83A23;
}


/*	CONTENT QUOTE
/*----------------------------------------------------*/

.quote i {
	clear: both;
	color: #fff;
}

#quote-carousel {

}

.quote h1 {
	color: #ffffff;
}

.text-muted {
    color: #fff;
}

/*	CONTENT STATISTICS
/*----------------------------------------------------*/

.statistics  {
	background: url("../img/statistics-1.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.statistics  .counter-icon {
	font-size: 5em;
	margin-top: 30px;
	color: #fff;
}

.statistics  .counter, .statistics  .counter-text {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #f39c12;
}

.statistics  .counter-text p {
	font-size: 18px;
	color: #fff;
}

.statistics  .counter {
	font-size: 44px;
	color: #fff;
}

.statistics  .underlined-title h1, .statistics  .underlined-title h2 {
	color: #fff;
}


/*	CONTENT PLAN
/*----------------------------------------------------*/

.plan h3 { font-weight: 300; }
.plan h3, .plan p { color: #ffffff; }

.plan .icon-outline {
	height: 150px;
	width: 150px;
	max-width: 100%;
	border: 4px solid rgba(255,255,255,0.6);
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin: 0 auto 50px;
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.plan .icon-outline:hover {
	box-shadow: 0 0 0 14px rgba(255,255,255,0.4);
	color: #fff;
}

.plan .icon-outline span {
	line-height: 150px;
	color: #fff;
	font-size: 55px;
}

/*	CONTENT BLOCK Analytics
/*----------------------------------------------------*/

.content-analytics {
	padding: 0px;
	position: relative;
}

.content-analytics .image-container {
	position: absolute;
	height: 100%;
	padding: 0px;
	top: 0px;
}

.content-analytics .image-container .background-image-holder {
	background: url('../img/gold-iphone.png') no-repeat bottom center;
	height: 100%;
}

.content-analytics .content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-analytics h1 {
	font-weight: 600;
	font-size: 56px;
}

.content-analytics h3 {
	margin-top: 0;
	font-weight: 600;
}

.content-analytics h1, .content-analytics h3, .content-analytics .lead, .content-analytics p, .content-analytics span {
	color: #ffffff;
}

.content-block {
	width: 100%;
	padding: 60px 0 60px 0;
	z-index: 100;
	position: relative;
	background-color: #ffffff;
}

.content-block-nopad {
	width: 100%;
	z-index: 100;
	position: relative;
	background-color: #50677a;
}

/*	CONTACT FORM
/*----------------------------------------------------*/

.contact .form-container {
	margin-top: 60px;
}

.contact .contact-info {
	margin-top: 40px;
	padding: 0;
	list-style: none;
}

.contact .contact-info span {
	margin-right: 7px;
	color: #50677A;
	padding-right: 5px;
}

.contact .contact-info li {
	display: inline-block;
	margin: 0 10px;
	font-size: 15px;
	font-weight: 500;
	color: #50677a;
}

.contact .contact-info li a {
	color: #50677a;
	text-rendering: optimizelegibility;
}

.contact .contact-info li a:hover {
	color: #50677A;
}

#contact span.required {
	font-size: 13px;
	color: #ff0000;
}

#message {
	margin-bottom: 20px;
	padding: 0;
}

.error_message {
	display: block;
	background: #FBE3E4;
	padding: 10px 0;
	color: #8a1f11;
	border: 2px solid #FBC2C4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}



/*	FOOTER Copyright Bar
/*----------------------------------------------------*/

.copyright-bar {
    background-color: #50677A;
    bottom: 0;
    height: 70px;
    padding-top: 20px;
    position: relative;
    bottom: 0;
}

.copyright-bar p {
	color: #ffffff;
	font-weight: 500;
	margin: 0;
}

/* ------------------- RESPONSIVE MEDIA QUERIES ------------------ */

/* Extra small devices (phones, less than 768px) */
 header .intro-text {
		background-size: 50%;
		background-repeat: no-repeat;
    }

	header .intro-text .img {
        display:none;
    }
	
    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 25px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 20px;
    }
    
        section {
        padding: 50px 0;
    }
    
        #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
    

.img-responsive.img-center{
	margin: 0 auto;
}

.image-right, 
.img-responsive.image-right{
	margin: 0 0 0 auto;
}
.img-responsive.img-right{
	margin: 0 0 auto;
}

@media(min-width:992px) {

}

@media(min-width:1200px) {
 
}

/* In custom.css file at the bottom */
.form-container-wrapper {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.form-container-wrapper * {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.form-container-wrapper input,
.form-container-wrapper select,
.form-container-wrapper textarea {
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
}

.form-container-wrapper .form-row,
.form-container-wrapper .form-group,
.form-container-wrapper .form-columns {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 15px;
}

.form-container-wrapper button,
.form-container-wrapper input[type="submit"] {
  width: 100% !important;
  background-color: #5c63f2;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  border-radius: 8px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .form-container-wrapper {
    padding: 0 10px;
  }
}
