/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url('../css.css');
body {
	background: #FBFBFB!important;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.affix {
	top: 00px;
	width: 100%;
	z-index: 999;
}
.affix + .container-fluid {padding-top: 0px;}
a{text-decoration: none!important;}
/* text color */
.clrWhite{color: #ffffff;}
.clrWhite1{color: #dddddd;}
.clrBlack0{color: #000000;}
.clrBlack1{color: #131517;}
.clrBlack2{color: #1c1c1c;}
.clrBlack3{color: #211E1B;}
.clrBlack4{color: #454545;}

.clr-grey{color: #686868;}/*gray*/
.clr-darkNavyBlue{color: #002840;}/*dark-navy-blue*/
.clr-orange{color: #E67817;}/*orange*/
.clr-skyBlue{color: #0093DD;}/*sky-blue*/
.clr-purple{color: #29166F;}/*purple*/
.clr-green{color: #B8DC7C;}/*green*/
.clr-gold{color: #D5B36A;}/*gold*/
/* background color */
.bgWhite1{background: #FFFFFF;}
.bgWhite2{background: #EEEEEE;}
.bgWhite3{background: #F6F3F0;}
.bgBlack1{background: #000000;}
.bgBlack2{background: #2E3236;}
.bgBlack3{background: #242424;}

.bg-grey{background: #E5E4E6;}/*gray*/
.bg-darkNavyBlue{background: #002840;}/*dark-navy-blue*/
.bg-orange{background: #E67817;}/*orange*/
.bg-skyBlue{background: #0093DD;}/*sky-blue*/
.bg-purple{background: #29166F;}/*purple*/
.bg-green{background: #B8DC7C;}/*green*/
.bg-gold{background: #D5B36A;}/*gold*/
/* font family */
.ff-popp{font-family: 'Poppins', sans-serif;}
.ff-lora{font-family: 'Lora', serif;}
/* font weight */
.fw300{font-weight: 300;}
.fw500{font-weight: 500;}
/* font-size */
.fs12{font-size: 12px!important;}
/* border radius */
.b-rad4{border-radius: 4px!important;}
.b-rad8{border-radius: 8px!important;}
.b-rad-circle{border-radius: 50%!important;}
/* list-style */
.no-listStyle{list-style: none;}
/* margin */
.m-0{margin: 0!important;}
.m-t-0{margin-top: 0px;}
.m-l-0{margin-left: 0px;}
.m-r-0{margin-right: 0px;}
.m-b-0{margin-bottom: 0px;}
.m-t-5{margin-top: 5px;}
.m-l-5{margin-left: 5px;}
.m-r-5{margin-right: 5px;}
.m-b-5{margin-bottom: 5px;}
.m-t-10{margin-top: 10px;}
.m-l-10{margin-left: 10px;}
.m-r-10{margin-right: 10px;}
.m-b-10{margin-bottom: 10px;}
.m-t-15{margin-top: 15px;}
.m-l-15{margin-left: 15px;}
.m-r-15{margin-right: 15px;}
.m-b-15{margin-bottom: 15px;}
.m-x-20{margin-left: 20px; margin-right: 20px;}
.m-y-20{margin-top: 20px; margin-bottom: 20px;}
.m-x-30{margin-left: 30px; margin-right: 30px;}
.m-y-30{margin-top: 30px; margin-bottom: 30px;}
/* padding */
.p-0{padding: 0!important;}
.p-t-0{padding-top: 0px;}
.p-l-0{padding-left: 0px;}
.p-r-0{padding-right: 0px;}
.p-b-0{padding-bottom: 0px;}
.p-t-5{padding-top: 5px;}
.p-l-5{padding-left: 5px;}
.p-r-5{padding-right: 5px;}
.p-b-5{padding-bottom: 5px;}
.p-t-10{padding-top: 10px;}
.p-l-10{padding-left: 10px;}
.p-r-10{padding-right: 10px;}
.p-b-10{padding-bottom: 10px;}
.p-t-15{padding-top: 15px;}
.p-l-15{padding-left: 15px;}
.p-r-15{padding-right: 15px;}
.p-b-15{padding-bottom: 15px;}
.p-t-20{padding-top: 20px;}
.p-l-20{padding-left: 20px;}
.p-r-20{padding-right: 20px;}
.p-b-20{padding-bottom: 20px;}
.p-x-25{padding-left: 25px; padding-right: 25px;}
.p-y-25{padding-top: 25px; padding-bottom: 25px;}
.p-x-30{padding-left: 30px; padding-right: 30px;}
.p-y-30{padding-top: 30px; padding-bottom: 30px;}
.noPadding{padding-left: 0px;padding-right: 0px;}
/* alignment */
.pos-f-t {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1090;
}
.center{margin: 0px auto!important; display: block!important;}
.fl-right{float: right;}
.fl-left{float: left;}
.text-right{text-align: right!important;}
.text-left{text-align: left!important;}
.text-center{text-align: center!important;}
/* section padding */
.sectionPadding1{padding-top: 60px; padding-bottom: 60px;}
.sectionPadding2{padding-top: 40px; padding-bottom: 40px;}
.sectionPadding3{padding-top: 80px; padding-bottom: 50px;}
/* heading */
.subHeading{
	font-family: 'Arizonia', cursive;
	color: #555;
	font-size: 50px;
	margin-bottom: 20px;
}
.subHeading:after, .subHeading:before{
	content: url(../img/hr.webp);
	margin-top: 10px;
}
.breadcrumb{
	background: transparent!important;
	padding: 5px 0px;
    margin-bottom: 10px;
    list-style: none;
    border-radius: 0px;
	text-align: right;
	color: #fff;
}
.breadcrumb a{color: #fff;}
.small-hr{
	width: 120px;
	height: 5px;
	border: 0px!important;
}
/*** landing-page ***/

/*** header ***/
.top-header{
	border-top: 4px solid #D5B36A;
	-webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);
}
/* logo */
.logo{
	margin-top: -45px;
	font-family: 'Meddon', cursive;
	background: #ffff;
	/*background: -moz-linear-gradient(left, #E2B137 0%, #FFBD1B 8%, #FFBD1B 92%, #E2B137 100%);
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, #E2B137), color-stop(13%, #B41E37), color-stop(87%, #B41E37), color-stop(100%, #E2B137));
    /*background: -webkit-linear-gradient(left, #E2B137 0%, #FFBD1B 8%, #FFBD1B 92%, #E2B137 100%);
    /*background: -o-linear-gradient(left, #E2B137 0%, #FFBD1B 8%, #FFBD1B 92%, #E2B137 100%);
    /*background: -ms-linear-gradient(left, #E2B137 0%, #FFBD1B 8%, #FFBD1B 92%, #E2B137 100%);
    /*background: linear-gradient(to right, #E2B137 0%, #FFBD1B 8%, #FFBD1B 92%, #E2B137 100%);*/
	padding: 5px 15px;
	border-radius: 0 0 45px 45px;
	color: #242730;
}

.headerSocial li{
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
	border-radius: 8px;
	margin: 3px 1px;
}
.headerSocial li:last-child{margin-right: 25px;}
.headerSocial li a,.headerSocial li a:hover{color: #f0f0f0!important;}
.fb{
	background-color: #2b4170; /* fallback color */
	background: -moz-linear-gradient(top, #3b5998, #2b4170);
	background: -ms-linear-gradient(top, #3b5998, #2b4170);
	background: -webkit-linear-gradient(top, #3b5998, #2b4170);
}
.gp{
	background-color: #c33219; /* fallback color */
	background: -moz-linear-gradient(top, #e64522, #c33219);
	background: -ms-linear-gradient(top, #e64522, #c33219);
	background: -webkit-linear-gradient(top, #e64522, #c33219);
}
.yt{
	background-color: #c4302b; /* fallback color */
	background: -moz-linear-gradient(top, #bb0000, #c4302b);
	background: -ms-linear-gradient(top, #bb0000, #c4302b);
	background: -webkit-linear-gradient(top, #bb0000, #c4302b);
}
.tw{
	background-color: #0081ce; /* fallback color */
	background: -moz-linear-gradient(top, #00aced, #0081ce);
	background: -ms-linear-gradient(top, #00aced, #0081ce);
	background: -webkit-linear-gradient(top, #00aced, #0081ce);
}
.pr{
	background-color: #a0171c; /* fallback color */
	background: -moz-linear-gradient(top, #cb2027, #a0171c);
	background: -ms-linear-gradient(top, #cb2027, #a0171c);
	background: -webkit-linear-gradient(top, #cb2027, #a0171c);
}
/* navbar */
.navbar-default {
	min-height: 55px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    font-weight: normal;
    text-transform: uppercase;
    overflow: visible;
    background: #FFBD1B;
    background: -moz-linear-gradient(left, #640000 0%, #B41E37 13%, #B41E37 87%, #640000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #640000), color-stop(13%, #B41E37), color-stop(87%, #B41E37), color-stop(100%, #640000));
    background: -webkit-linear-gradient(left, #640000 0%, #B41E37 13%, #B41E37 87%, #640000 100%);
    background: -o-linear-gradient(left, #640000 0%, #B41E37 13%, #B41E37 87%, #640000 100%);
    background: -ms-linear-gradient(left, #640000 0%, #B41E37 13%, #B41E37 87%, #640000 100%);
    background: linear-gradient(to right, #640000 0%, #B41E37 13%, #B41E37 87%, #640000 100%);
	border-radius: 0px;
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #E31E24;
}
/*.navbar-brand {
	padding: 2px;
	font-size: 30px;
	line-height: 30px;
}
.navbar-brand  img{height: 50px; display: inline;}*/
.navbar-nav > li {font-size: 14px;}
.nav >li>a {padding-left: 10px; padding-right: 10px;}
.navbar-default .navbar-nav > li > a {
	color: #D5B36A/*FFBD1B*/;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #D5B36A!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
	border-top: 1px solid #E31E24;
	background-color: #CEB36A/*FFBD1B*/;
	min-width: 220px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #B41E37;
}
.navbar-nav > li > .dropdown-menu li a {
	font-size: 13px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
	display: block;  
	padding: 8px 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-nav > li > .dropdown-menu > li:last-child a {
	border-bottom: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color:transparent;  
	text-decoration: none;
	color: #B41E37!important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: transparent;  
}

/*** intro ***/
#aboutUs h1, #aboutUs h2{
	font-family: 'Poiret One', cursive;
	text-transform: uppercase;
	text-align: center;
}
#aboutUs h1{
	font-size: 50px!important;
	color: #333;
	margin-bottom: 0px!important;
}
#aboutUs h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #555;
}
/**/
.bg{
	overflow: hidden!important;
	width: 100%;
}
.work_bgHeight1{height: 300px;}
.work_bgHeight2{height: 600px;}
.content {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.w100{width: 100%;}
.w50{width: 50%;}
.content2 {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
}
.over{
	overflow: hidden!important;
	position: relative;
	width: 100%;
	height: 300px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.over img{
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.over .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	width: 100%;
	padding: 2px 20px;
}
.over2{
	overflow: hidden!important;
	position: relative;
	width: 100%;
	height: 600px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.over2 img{
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.over2 .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	width: 100%;
	padding: 2px 20px;
}
.work_bgHeight1:hover .overlay1, .work_bgHeight2:hover .overlay1{
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	overflow: hidden;
}
.work_bgHeight1:hover .overlay2{
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	overflow: hidden;
}
.work_bgHeight2:hover .overlay2{
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	overflow: hidden;
}
.more, .more:hover{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #B41E37;
}
/**/
#howWeDo .borderBox{
	min-height: 375px;
	border: 1px solid #ddd;
	line-height: 1.3;
}
#howWeDo .iconBox{
	width: 100px;
	height: 100px;
	background: #D5B36A;
	position: relative;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	font-size: 50px;
	line-height: 110px;
	color: #FFF;
}
/* services */
#services{
	background-color: #FDF7D3/*#FFD161*/!important;
	background-image: url(../img/bg-pattern.webp);
}
.event-name p{
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #000!important;
}
.view {
	width: 100%;
	height: 250px;
	margin: 10px;
	float: left;
	border: 4px solid #D5B36A;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
}
.view .mask {
	width: 100%;
	height: 250px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.view h2 {
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	position: relative;
	font-size: 18px;
	padding: 10px;
	/*background: rgba(0, 0, 0, 0.8);*/
	margin: 20px 0 0 0;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 8px 10px;
	background: #D5B36A;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	-webkit-box-shadow: 0 0 1px #e2b137;
	-moz-box-shadow: 0 0 1px #e2b137;
	box-shadow: 0 0 1px #e2b137;
}
.view a.info:hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.view-tenth img {
	overflow: hidden;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
	background-color: rgba(255, 231, 179, 0.3);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	margin: 20px 20px 0px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	color: #222;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth p {
	color: #333;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-tenth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-tenth:hover img {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-o-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0.3;
	overflow: hidden!important;
}
.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 0.9;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/* Corporate */
#corporate-bg{
	background-image: url(../img/corporate-home/corporate-big.webp);
	min-height: 450px;
}
#corporate-bg .features-tab {
    box-shadow: none;
    border: none;
    padding: 0px 22px 2px;
    background: #e2e2e2;
}
/* Team Member */
.team-member{margin: 10px 0px;}
.team-member .detail{
	padding: 15px;
}
.team-member .detail .member_name{
	font-size: 17px;
}
.img-circle{
	height: auto;
	width: auto;
	border-radius: 50%;
	border: 5px solid #aaa;
}

/*** pages ***/
.pageBG{
	background-image: url(../img/pg-header-bg.webp);
	height: 175px;
}
.pageFooter{
	background-image: url(../img/pg-footer-bg.webp);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
}
.pageHeadingShadow{text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);}
.pageHeadingBorder{
    display: block;
    height: 7px;
	border-top: 0;
	background-image: url(../img/border-bg.webp);
    margin: 1em 0;
    padding: 0;
}
/*-- gallery --*/
.thumbs a{
	width: 193px;
	height: 193px;
	display: inline-block;
	border: 2px solid #303030;
	box-shadow: -5px -5px 13px rgba(0,0,0,0.5);
	border-radius:1px;
	margin: 5px 5px 25px;
	position:relative;
	text-decoration:none;
	
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
.thumbs a:after{
	background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    padding: 3px 8px;
    position: absolute;
	bottom: 0;
	left: 0;
}
/*** footer ***/
.footer a, .footer a:hover{color: #fff;}
.footerHeading{
	font-weight: 700;
	color: #d3d2d1;
	text-transform: uppercase;
}
/* copyright */
#company a, #Mangalam a{color: #fff;}

/*Dropdown menu color*/
.dropdown-menu > li > a{
    color: #B41E37!important;
}

/* responsive CSS */
/* small-mobile */
@media all and (max-width: 543px) {
	.sectionPadding3{padding-top: 10px; padding-bottom: 5px;}
	
	
}

/* medium-mobile */
@media all and (min-width: 544px) {
	
}

/* hand-held-mobile */
@media all and (max-width: 767px) {
	.fs-xs{font-size: 13px;}
	.fs-sm{font-size: 15px;}
	.fs-md{font-size: 18px;}
	.fs-lg{font-size: 20px;}
	.fs-xl{font-size: 22px;}
	.fs-xxl{font-size: 30px;}
}

/* tablet/laptop */
@media all and (min-width: 768px) {
	.noPaddingLS{padding-left: 0px; padding-right: 0px;}
	.fs-xs{font-size: 14px;}
	.fs-sm{font-size: 16px;}
	.fs-md{font-size: 20px;}
	.fs-lg{font-size: 24px;}
	.fs-xl{font-size: 28px;}
	.fs-xxl{font-size: 40px;}
	
	#Mangalam p{float: right;}
	
}

/* tab/i-pad */
@media all and (min-width: 768px) and (max-width: 991px) {
	
}

/* medium laptop/desktop */
@media all and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/* laptop/desktop */
@media all and (min-width: 992px) {
	.fs-xs{font-size: 16px;}
	.fs-sm{font-size: 20px;}
	.fs-md{font-size: 24px;}
	.fs-lg{font-size: 28px;}
	.fs-xl{font-size: 32px;}
	.fs-xxl{font-size: 50px;}
	
	
	/* effect 4: bottom border enlarge */
	.cl-effect-4 .menuItem::after {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #D5B36A/*FFBD1B*/;
		content: '';
		opacity: 0;
		-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
		transition: height 0.3s, opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	.cl-effect-4 .menuItem:hover::after,
	.cl-effect-4 .menuItem:focus::after {
		height: 5px;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* large laptop/desktop */
@media all and (max-width: 1199px) {
	
}

/* laptop/desktop */
@media all and (min-width: 1200px) {
	
}

/* mail */
#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 100;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}
#modal {
    display: none;
    position: absolute;
    top: 50%;
	left: 50%;
	margin-left: -50px!important;
	margin-top: -50px!important;
    width: 100px;
    height: 100px;
    padding: 8px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: white;
    z-index: 999;
    text-align: center;
    overflow: auto;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
