
/* DROPCAP ------------------------------------------------------------*/

.dropcap:first-letter{ 
	font-size: 3.571em; 
	line-height: 0.76em; 
	padding: 0.04em 0.12em 0 0; 
	float: left;
	color:#a21d22;/*addition*/
}

.dropcap.dark:first-letter{ 
	display:block;
	float:left;
	font-size:36px;
	line-height:40px;
	margin:0 8px 0 0;
	padding: 10px 10px;
	background: #a21d22;/*#606060;*/
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
/* PULLQUOTES ------------------------------------------------------------*/

.pullquote-right,
.pullquote-left {
	/*background: url(../img/blockquote.png) no-repeat;*/
	border-left: #ad2026 3px solid;
	float:right;
	font-size:16px;
	line-height:1.5em;
	margin: 20px 0px 20px 20px;
	width:50%;
	font-style: italic;
	color:#ad2026;
	font-weight:bold;
}

.pullquote-left {
	float:left;
	margin: 20px 20px 20px 0px;
	padding:0 0 0 20px;
}

.pullquote-right{
	border-left: none;
	border-right: #ad2026 3px solid;
	padding:0 20px 0 0px;
}

/* -----------PULLQUOTES FOR BLOG QAs--------------------------------*/

.pullquote-right-faq{
/*background: url(../img/blockquote.png) no-repeat;*/
	background-color: #e51352;
	border-left: #782314 3px solid;
	float:right;
	font-size:16px;
	line-height:1.5em;
	margin: 20px 0px 20px 20px;
	width:95%;
	font-style: italic;
	color:#fff;
	font-weight:bold;
	border-radius:8px;
	}
	
.pullquote-left-faq {
	/*background: url(../img/blockquote.png) no-repeat;*/
	background-color: #70012C;
	border-left: #7e6b6f 3px solid;
	float:right;
	font-size:16px;
	line-height:1.5em;
	margin: 20px 0px 20px 20px;
	width:95%;
	font-style: italic;
	color:#fff;
	font-weight:bold;
	border-radius:8px;
}

.pullquote-left-faq {
	float:left;
	margin: 20px 20px 20px 0px;
	padding:10px 10px 10px 20px;
}

.pullquote-right-faq{
	border-left: none;
	border-right: #782314 3px solid;
	padding:10px 20px 10px 10px;
	
}


/*--------------------------------------------------------------
# FORM ELEMENTS Section
--------------------------------------------------------------*/

.contact-form {
 background-color: #fafbfb;
 border: 1px solid #e4e8ea;
 padding: 40px 40px 20px 40px;
 margin-bottom: 20px;
}

/*-----------------------
   2 Form Elements:
-------------------------*/
label { }
.control-label { font-size: 14px; text-transform: capitalize; color: #06131a; margin-bottom: 10px; letter-spacing: 0px; font-weight: 500; }
textarea.form-control { height: 90px; }
.required { }
.form-group { margin-bottom: 5px; }
select.form-control:not([size]):not([multiple]) { height: 56px; color: #50595e; }
.hero-section .form-control { border: 1px solid #8c897d; height: 58px; }
/*.form-control { border-radius: 0px; font-size: 14px; font-weight: 500; width: 100%; height: 56px; padding: 14px 18px; line-height: 1.42857143; border: 1px solid #d2d8db; background-color: #fff; text-transform: capitalize; letter-spacing: 0px; margin-bottom: 14px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1); -webkit-appearance: none; }*/
.form-control { border-radius: 0px; font-size: 14px; font-weight: 500; width: 100%; height: 56px; padding: 14px 18px; line-height: 1.42857143; border: 1px solid #d2d8db; background-color: #fff; letter-spacing: 0px; margin-bottom: 14px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1); -webkit-appearance: none; }
.form-control:focus { color: #06131a !important; outline: 0; box-shadow: 0 0 0 0.1rem rgb(234, 231, 222); border-color: #06131a; }
input::-webkit-input-placeholder { color: #50595e !important; }
textarea::-webkit-input-placeholder { color: #50595e !important; }
.input-group-addon { background-color: transparent; border: 1px solid #eee; border-radius: 0px; position: absolute; right: 16px; top: 16px; font-size: 12px; }
.focus { border: 1px solid #d2d8db; }
.focus:focus { border: 1px solid #06131a; }
.has-success .form-control { border-color: #3c763d; background-color: transparent; box-shadow: none; }
.has-success .form-control:focus { border-color: #3c763d; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.has-error .form-control { border-color: #a94442; background-color: transparent; box-shadow: none; }
.has-error .form-control:focus { border-color: #34b2a4; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.input-group-addon:last-child { border-left: 0; border-right: transparent; border-top: transparent; border-bottom: transparent; }
.input-group-addon i { color: #63480f; }
.btn-select { font-size: 14px; }
select option { margin: 40px; background: rgba(255, 255, 255, 1); color: #50595e; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); position: relative; }
select.form-control { position: relative; }
select { -moz-appearance: none; border-radius: 0px; font-size: 14px; font-weight: 700; width: 100%; padding: 14px; line-height: 1.42857143; border: 1px solid #e0e5e9; background-color: #fff; text-transform: capitalize; -webkit-appearance: none; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.select { position: relative; display: block; line-height: 2.2; overflow: hidden; }
select { width: 100%; height: 100%; margin: 0; padding: 0 0 0 .5em; cursor: pointer; color: #50595e; font-size: 16px; }
.select::after { position: absolute; top: 0; right: 0; bottom: 0; padding: 10px 17px 0px 0px; background: transparent; pointer-events: none; font-family: 'FontAwesome'; content: "\f107"; font-size: 16px; }
.select:hover::after { color: #50595e; }
.select::after { -webkit-transition: .25s all ease; -o-transition: .25s all ease; transition: .25s all ease; }
select option { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor: pointer; padding: 10px; width: 100%; background-color: #fff; font-family: 'Barlow Semi Condensed', sans-serif; }
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }

/*------------------------
Radio & Checkbox CSS
-------------------------*/
input[type=radio].with-font, input[type=checkbox].with-font { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
input[type=radio].with-font~label:before, input[type=checkbox].with-font~label:before { font-family: 'FontAwesome'; display: inline-block; content: "\f1db"; letter-spacing: 10px; font-size: 1.2em; color: #06131a; width: 1.4em; }
input[type=radio].with-font:checked~label:before, input[type=checkbox].with-font:checked~label:before { content: "\f111"; font-size: 1.2em; color: #06131a; letter-spacing: 5px; }
input[type=checkbox].with-font~label:before { content: "\f096"; }
input[type=checkbox].with-font:checked~label:before { content: "\f046"; color: #06131a; }
input[type=radio].with-font:focus~label:before, input[type=checkbox].with-font:focus~label:before, input[type=radio].with-font:focus~label, input[type=checkbox].with-font:focus~label { }

/*-------------- align ------------*/

/*-----------------------------------
   3. Buttons 
-----------------------------------*/
/*
.btn { font-family: 'Barlow Semi Condensed', sans-serif; font-size: 16px; text-transform: uppercase; font-weight: 700; padding: 10px 26px; letter-spacing: 0px; border-radius: 0px; line-height: 2; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; word-wrap: break-word; white-space: normal !important; }
.btn-boxed { background-color: #8a2559; padding: 51px; }
.btn-primary { background-color: #050a0d; color: #fff; border: 2px solid #06131a; }
.btn-primary:hover { background-color: transparent; color: #050a0d; border: 2px solid #050a0d; }
.btn-primary.focus, .btn-primary:focus { background-color: transparent; color: #050a0d; border: 2px solid #050a0d; box-shadow: 0 0 0 0.2rem rgb(5, 10, 13); }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgb(5, 10, 13); }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #050a0d; background-color: transparent; border-color: #050a0d; }
*/
.btn-default { background-color: #760000; color: #fff; border: 2px solid #760000; }
.btn-default:hover { background-color: transparent; color: #760000; border: 2px solid #760000; }
.btn-default.focus, .btn-default:focus { background-color: transparent; color: #760000; border: 2px solid #760000; box-shadow: 0 0 0 0.2rem rgb(206, 0, 88); }
.btn-outline { }
.btn.btn-outline { }
.btn-outline:hover { }
.btn-outline.focus, .btn-outline:focus { }
.btn-secondary { }
.btn.btn-secondary { }
.btn-secondary:hover { }
.btn-secondary.focus, .btn-secondary:focus { }
.btn-lg { padding: 10px 26px; font-size: 18px; }
.btn-sm { padding: 8px 18px; font-size: 14px; }
.btn-xs { padding: 6px 16px; font-size: 12px; }
.btn-white { color: #fff; background: transparent; border: 2px solid #fff; }
.btn-white:hover { background-color: #fff; color: #181714; border: 2px solid #fff; }
.btn-white.focus, .btn-white:focus { background-color: #fff; color: #121113; }
.btn-white-outline { color: #fff; background: transparent; border: 2px solid #fff; }
.btn-white-outline:hover { background-color: #fff; color: #161718; }
.btn-white-outline.focus, .btn-white-outline:focus { background-color: #fff; color: #161718; }
.btn-link { color: #8a2559; font-size: 14px; font-weight: 700; text-transform: uppercase; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; position: relative; letter-spacing: 1px; font-family: 'Barlow Semi Condensed', sans-serif; font-style: initial; }
.btn-link:hover { color: #d20d61; text-decoration: none; }
.btn-link:hover i { color: #d20d61; text-decoration: none; }
button.btn { margin-right: -1px; }


/*-----------------------------------
Service Form
-------------------------------------*/
.service-form { background-color: #fafbfb; border: 1px solid #e4e8ea; padding: 40px 40px 20px 40px; }
.service-form-group { position: relative; }
.form-icon { position: absolute; right: 14px; bottom: 15px; font-size: 13px; }


/*--------------------------
10.4  Contact us
 ---------------------------- */
#contact-map { height: 505px; width: 100%; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.contact-block { border-bottom: 1px solid #e4e8ea; margin-bottom: 40px; padding-bottom: 20px; }
.contact-block:last-child { border-bottom: transparent; margin-bottom: 0px; padding-bottom: 0px; }
.contact-section { border: 1px solid #e4e8ea; padding: 60px 40px; }
.contact-content { position: relative; padding-left: 60px; bottom: 32px; }
.contact-icon { font-size: 30px; color: #8a2559; position: relative; }
.contact-small-text { margin-bottom: 0px; font-size: 14px; }
.contact-btn { padding-top: 53px; padding-bottom: 54px; }
.contact-form { background-color: #fafbfb; border: 1px solid #e4e8ea; padding: 40px 40px 20px 40px; margin-bottom: 20px; }

#aboutx {
  padding:0px;
  background: url(../images/aboutus.png) center center no-repeat;
  overflow: hidden;
  position: relative;
}
#aboutx:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  }
