/*css properties for contact*/
/****************************************************************************/
#contactImg .topImage {
	height: 200px !important;
	position: relative;
	text-align: center;
	clear: both;
}
#contactImg .topImage img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#contactImg .topImage .textHead {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#contactImg .topImage .textHead h1 {
	font-size: 4em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 1px #252525;
}
#contactDetails h2 {
	margin-bottom: 1em;
}
#contactDetails h2 {
	font-weight: 500;
	color: #000;
}
#contactDetails .input-group {
	display: block !important;
}
#contactDetails .form-control {
	border-radius: 0 !important;
}
#contactDetails label {
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 11px;
	display: block;
	color: #000;
}
#contactDetails .inputfield {
	height: 50px !important;
}
.form-control-no-border:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contactDetails .blackYellowkBtn {
    background-color: #0080ff !important;
    border: 1px solid #007fff;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: none;
    display: inline-block;
    text-decoration: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 0 !important;
}
#contactDetails .blackYellowkBtn:hover {
    background-color: #ffffff !important;
    color: #007fff;
    border: 1px solid #007fff;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
#contactDetails p {
	font-size: 17px;
	color: #333333 !important;
	/*font-weight: bold;*/
	line-height: 1.7;
}
#contactDetails p a {
	color: #3c6cba;
}
#contactDetails p a:hover {
	text-decoration: none;
	color: #38609f;
}
#contactDetails .contact h3 {
    background: #fed52d;
    margin: 0;
    padding: 15px 20px;
    font-weight: 600;
    text-transform: uppercase;
}
#contactDetails .contact h3:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 100%;
    border-color: transparent transparent #fed52d transparent;
    border-style: solid;
    border-width: 16px;
    top: 55px;
    transform: rotate(180deg);
}
.d-sf img {
    width: 100%;
    height: auto;
}
#contactDetails .d-sf{
    background: #f5f5f5;
}
#contactDetails .contact p {
	font-weight: normal !important;
}
#nWrap{
	background-color: #FCFCFC; 
}
#nWrap .nSec{
	padding: 1em;
	border: 1px solid #DFDFDF;
}
#nWrap .nSec h2{
	font-weight: 700;
	color: #ff5722;
}
#nWrap .nSec img{
	height: 250px;
	object-fit: cover;
	width: 100%;
}
.c-contact.clearfix {
   background: #ffd52d;
    padding: 20px;
    padding-left: 30px;
    border-top: 5px solid #5f5f5f;
    margin: 0 20px;
}
.c-detail {
    background: #f5f5f5;
    border-top: 5px solid #5f5f5f;
    padding: 20px;
}
#galleryTabContent h4{
        margin-bottom: 20px !important;
    margin: 0;
    padding: 15px;
    font-weight: 600;
    text-align: center;
}
#tWrap img {
  margin: 0 auto;
}
#tWrap article {
  padding: 10px;
  /*background: #f5f5f5;*/
}
#tWrap a:link,
#tWrap a:visited {
  color: black;
}
#tWrap h1 {
    margin-top: 0;
    margin-left: 0.75rem;
}
#tWrap main {
	columns: 500px;
	column-gap: 30px; 
}
#tWrap article {
	break-inside: avoid-column;
	margin-bottom: 3rem; 
}
#tWrap article h3{
	font-weight: 600;
	color: #F75C20;
}
#tWrap article a:before {
    content: '';
    display: inline-block;
    border-bottom: 2px solid;
    width: 1.5rem;
    margin-right: 1.125rem;
    vertical-align: middle;
    transform-origin: center left;
    transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
    color: #444;
}
#tWrap article a:hover::before {
    transform: scaleX(1.5);
}