/*------------------------------------------------------------------
	[Stylesheet]
	Project:		BLJ Australia
	Version:		2.0
	Last change:	01.05.15 [Created]
	Assigned to:	Titan Web (Santosh)
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Top Menu
	5.	Banner
	6.	Content
	7.	Footer
	8.	Gallery
	9.	Pagination
	10. Titan Accordion
	11. Media queries
		11.1 Media queries - 768px
			11.1.1 Header
			11.1.2 Banner
			11.1.3 Content
			11.1.4 Footer
			11.1.5 Gallery
			11.1.6 Pagination
			11.1.7 Titan Accordion
		11.2 Media queries - 992px
			11.2.1 Header
			11.2.2 Banner
			11.2.3 Content
			11.2.4 Footer
			11.2.5 Gallery
			11.2.6 Pagination
			11.2.7 Titan Accordion
		11.3 Media queries - 1200px
			11.3.1 Header
			11.3.2 Banner
			11.3.3 Content
			11.3.4 Footer
			11.3.5 Gallery
			11.3.6 Pagination
			11.3.7 Titan Accordion
	12. IE8
	13. IE7
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/
@font-face {
	font-family: helveticaneue;
	src: url(../../../../../../../themes/titan/fonts/helvetica-neue-medium.ttf);
}
/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
body {
	color: #5d5d5d;
	font-family: 'helveticaneue', sans-serif;
	/*font-size: 20px;*/
	font-size: 16px;
	overflow-x: hidden;
}
/* Heading styles
***********************************************************/
h1, h2, h3, h4, h5, h6 {
	color: rgb(255, 255, 255);
	font-family: 'helveticaneue', sans-serif;
}
h1 { font-size: 45px; }
h2 { font-size: 35px; }
h3 { font-size: 33px; }
h4 { font-size: 31px; }
h5 { font-size: 29px; }
h6 { font-size: 27px; }
p { font-family: Arial, Helvetica, sans-serif; }
ul, ol { font-family: Arial, Helvetica, sans-serif; }
a, a:hover, a:focus, a:active, a:visited{
	text-decoration: none;
	outline: none;
}
/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
header {
	background-color: #fff;
	height: 175px;
	padding-top: 36px;
}
.head-shadow { box-shadow: 0 0 125px 79px #ccc; }
/* Phone number styles
***********************************************************/
.phone-number { margin-right: -46px; }
.top { padding-top: 15px; }
.mobile {
	color: #004785;
	font-size: 35px;
	margin-left: -3px;
	padding-right: 5px;
}
.phone-number span a {
	color: #004785;
	font-family: 'helveticaneue', sans-serif;
	font-size: 25.6px;
	font-weight: bold;
	padding-left: 8px;
	position: absolute;
	margin-top: -4px;
}
.phone-number img { margin-top: -5px; }
/* Logo image styles
***********************************************************/
.logo {
    margin-top: -65px;
    margin-bottom: 18px;
}
.attachment-logo {
	display: block;
	height: auto;
	max-width: 100%;
}
/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/*.nav-menu img {display: none; }*/
.navigation {
	background-color: #004785;
	height: 60px;
	margin-left: 30px;
	position: absolute;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	width: 90%;
}
.nav-menu ul li {
	display: inline-block;
	position: relative;
	margin-right: 7px;
	text-transform: uppercase;
}
.nav-menu > ul {
	color: #a2bfd9;
	font-family: "helveticaneue", sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style: outside none none;
	position: absolute;
	padding: 0 0 0 60px;
}
.nav-menu ul {
	color: #a2bfd9;
	font-family: "helveticaneue", sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style: outside none none;
	margin-left: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	text-align: center;
}
.nav-menu > ul li a {
	display: inline-block;
	height: 60px;
	padding: 19px 0 0;
}
.sub-menu li a { height: auto !important; }
.nav-menu > ul > li > a::after {
	border-right: 1px solid #4178a7;
	content: " ";
	font-family: 'helveticaneue', sans-serif;
	height: 15px;
	padding: 10px 8px 10px;
	display: inline-block;
	vertical-align: middle;
}
.nav-menu > ul li:last-child > a::after { border: 0; }
.current-menu-item a { color: #fff !important; }
.nav-menu a {
	color: #a2bfd9;
	padding: 0 20px;
}
.nav-menu a:hover { color: #fff !important; }
.nav-menu a:focus { color: #fff !important; }
.border-right { border: 0 !important; }
.menu-item-15 { border: 0 none !important; }
#menu-item-122 > a { border: 0 none; }
.slicknav_menu .slicknav_menutxt { font-weight: 600; }
.slicknav_nav .slicknav_row:hover { background: none; }
.slick-menu {display:none;}
/* Submenu styles
***********************************************************/
.sub-menu {
	background-color: #013059;
	display: none;
	padding: 0 !important;
	position: absolute !important;
	width: 310px !important;
	z-index: 100;
	left: 3px;
}
.sub-menu .sub-menu {
	display: none;
	top: 0;
	margin-left: 100%;
	width: 100%;
	z-index: 100;
}
.sub-menu li a { display: block !important; text-align: left; }
.sub-menu .sub-menu li a:hover { color: #fff !important; }
.sub-menu li {
	display: list-item !important;
	list-style: outside none none !important;
	padding: 0 15px !important;
	text-align: center;
}
.nav-menu li:hover > .sub-menu, .nav-menu li .sub-menu li:hover .sub-menu {
	display: block;
}
.sub-menu li a {
	border-bottom: 1px solid #1675a5;
	color: #a2bfd9 !important;
	font-size: 14px;
	line-height: 41px;
	padding: 0 !important;
	text-transform: uppercase;
}
.sub-menu li:last-child a { border: 0 none; }
.slicknav_menu .sub-menu li { padding: 0 !important; }
/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
/* Carousal styles
***********************************************************/
.carousel-inner .item {
	background-size: cover;
	height: 680px;
	height: 35vmax;
	min-height: 320px;
}
.carousel-caption {
	background-color: rgba(0,25,46,0.6);
	margin: 33px -100px;
	opacity: 1;
	padding: 0 30px 30px;
	width: auto;
}
.carousel-caption h1 {
	color: rgb(255, 255, 255);
	font-family: "helveticaneue", sans-serif;
	font-weight: 600;
	height: 46px;
	max-height: 57px;
	overflow: hidden;
}
.carousel-caption p {
	color: #fff;
	font-family: "helveticaneue", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	max-height: 95px;
	overflow: hidden;
}
.caption-content .caption-content-url{
	background-color: #004b8d;
	margin: 0 30px;
	max-width: 282px;
	position: relative;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	width: auto;
	z-index: 1;
	color: #fff;
	font-family: 'helveticaneue', sans-serif;
	font-size: 15.6px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	height: auto;
	padding: 10px 30px;
}
.caption-content .caption-content-url span{
	display: block;
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
}
.banner-control {
	background-color: #fff;
	bottom: 0 !important;
	color: #9e9e9e;
	margin: 0 auto 0 -105px;
	padding: 0 20px;
	width: auto;
}
.carousel-indicators li.active { height: 12px !important; }
.control {
	background-color: #9e9e9e !important;
	border-radius: 1px !important;
	margin: 0 5px !important;
	height:8px !important;
	width:8px !important;
	padding-top:3px;
	padding-bottom:3px;
}
.slick-dots, .slick-arrow { display: none !important; }
.wp-post-image { width: 100%; }
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	height: 680px;
}
/*------------------------------------------------------------------
	[ 6. Content ]
-------------------------------------------------------------------*/

/* Leadins background styles
***********************************************************/
.banner-background {
	background: url(../../../../../../../themes/titan/images/banner-background.png) no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	width: 100%;
}
.banner { /*margin-top : 100px;*/margin: 100px auto 0; }
.banner-reset { padding: 0; }
/* Opacity styles
***********************************************************/
.opacity {
	background-color: rgb(0, 75, 141);
	height: 53px;
	margin-top: -53px;
	opacity: 0.5;
	position: absolute;
	width: 100%;
}
/* Banner a styles
***********************************************************/
.banner-image-a {
	background: url(../../../../../../../themes/titan/images/banner-imagea.png) no-repeat;
	height: 240px;
}
.banner-a > img {
	display: block;
	height: auto;
	width: 100%;
}
.banner-imagea-content {
	background-color: rgb(1, 47, 88);
	height: 89px;
	overflow: hidden;
}
.banner-imagea-content > p {
	color: rgb(255, 255, 255);
	font-family: arial;
	font-size: 11.7px;
	font-weight: normal;
	height: 58px;
	line-height: 19.5px;
	margin-bottom: 22px;
	overflow: hidden;
	text-align: center;
}
/* Company-profile styles
***********************************************************/
.head-content {
	display: table;
	height: 100%;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
.head-content h1 {
	color: rgb(255, 255, 255);
	display: table-cell;
	font-size: 45px;
	font-weight: 600;
	height: 100px;
	line-height: 47px;
	overflow: hidden;
	padding: 0 0 0 50px;
	text-transform: capitalize;
	vertical-align: middle;
}
.company-profile {
	background-color: #004b8d;
	bottom: 15px;
	left: 0;
	margin: 0 auto;
	max-width: 262px;
	padding: 15px 40px 5px;
	position: absolute;
	right: 0;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	width: auto;
	z-index: 1;
}
.inner-leadin { position: relative; }
.inner-leadin img {
	width: 100%;
	height: auto;
	display: block;
}
.company-profile > p {
	text-align: center;
	transform: skew(30deg);
	max-height: 30px;
	overflow: hidden;
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
}
.company-profile a {
	color: #fff;
	font-family: 'helveticaneue', sans-serif;
	font-size: 15.6px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
}
.company-profile:hover a {
	background-color: #fff;
	color: #004b8d;
}
.company-profile:hover { background-color: #fff; }
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
/* Banner-b styles
***********************************************************/
.banner div:nth-child(2n) .banner-a {
	transform: scaleY(1.1);
	-webkit-transform: scaleY(1.1);
	-ms-transform: scaleY(1.1);
	-o-transform: scaleY(1.1);
	-moz-transform: scaleY(1.1);
}
.clients .slick-track > img { width: 100px !important; }
/* Our services styles
***********************************************************/

/* Testimonials styles
***********************************************************/

/* Our-clients styles
***********************************************************/
.our-clients { padding-bottom: 70px; }
.our-clients h3 {
	color: #004b8d;
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 40px;
}
/* Image styles
***********************************************************/
.home-head-content > h1 {
	color: #004b8d;
	font-weight: 600;
	line-height: 40px;
}
.home-content h2 {
	color: #004b8d;
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	margin-top: 15px;
	padding-bottom: 8px;
}
.home-content p {
	color: #5d5d5d;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 10px;
}
.home-button {
	background-color: #004b8d;
	cursor: pointer;
	margin-left: 18px;
	position: absolute;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	width: 250px;
}
.home-background {
	background: url(../../../../../../../themes/titan/images/img.png) no-repeat scroll center top;
	background-size: cover;
	margin-top: 10px;
}
.home-bottom-content { margin-top: 47px; }
.findmore-button:hover {
	background: url(../../../../../../../themes/titan/images/find-more-hover.png) no-repeat;
	color: #fff;
}
.findmore-button {
	background: url(../../../../../../../themes/titan/images/find-more.png) no-repeat;
	color: #fff !important;
	font-size: 16px;
	padding: 11px 50px 18px 87px;
	text-transform: uppercase;
	position: relative;
	top: 10px;
	font-weight: bold;
}
.home-bottom-content > h5 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-left: 95px;
	margin-top: 15px;
	position: absolute;
}
/* Bottom-division styles
***********************************************************/
.bottom-division {
	background-color: #004b8d;
	height: 10px;
	margin-top: -2px;
}

/* Top-banner styles
***********************************************************/
.profile-top-banner.news-single h1 { margin-top: 18px; }
.lead-background {
	background: url(../../../../../../../themes/titan/images/backgorund.png) no-repeat;
	background-size: 100%;
}

/* Profile-content styles
***********************************************************/
.profile-content h1, .profile-content h3, .profile-content h4, .profile-content h5, .profile-content h6 {
	color: #004b8d;
	font-family: open sans;
	font-weight: 600;
}
.profile-content p {
	color: #5d5d5d;
	font-family: arial;
	/*font-size: 20px;*/
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 20px;
	padding-top: 8px;
}
.profile-content h2 {
	color: #004b8d;
	font-family: 'helveticaneue', sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 36px;
	padding-bottom: 8px;
}
.profile-content ul { margin-top: -13px; }
.profile-content ul li {
	color: #5d5d5d;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 45px;
	padding-left: 10px;
	padding-top: 10px;
	list-style-image: url(../../../../../../../themes/titan/images/bullets.png);
}
/* Profile-bottom-background styles
***********************************************************/
.profile-bottom-background {
	background-image: url(../../../../../../../themes/titan/images/banner-background.png);
	background-size: 100% auto;
	height: 200px;
	margin-top: 95px !important;
}
/* Bottom banner styles
***********************************************************/
.bottom-banner {
	height: 148px;
	margin-top: 27px;
}
.background { background-color: #012f58; }
/* Bottom image styles
***********************************************************/
.bottom-image > img { height: 148px; }
.bottom-image {
	padding-right: 0;
	margin-left: -15px;
}
/* Bottom content styles
***********************************************************/
.bottom-content { height: 148px; }
.bottom-content h6 {
	color: #fff;
	font-family: 'helveticaneue', sans-serif;
	font-size: 15.6px;
	font-weight: bold;
	padding-top: 14px;
	text-transform: uppercase;
}
.bottom-content p {
	color: #fff;
	font-family: arial;
	font-size: 11.7px;
	line-height: 19.5px;
	margin-top: -7px;
}
ul li { list-style-image: url(../../../../../../../themes/titan/images/bullets.png) !important; }
/*------------------------------------------------------------------
	[ Inner Page Styles ]
-------------------------------------------------------------------*/

/* Top-banner styles
***********************************************************/
.top-banner{
	height: 247px;
	margin-top: 48px !important;
	-webkit-transform: perspective(471px) rotateX(-7deg);
	-webkit-transform-origin: left top 0;
	transform: perspective(471px) rotateX(0deg);
	transform-origin: left top 0;
}
.top-banner h1{
	color: #fff;
	font-size: 45px;
	height: 88px;
	overflow: hidden;
	line-height: 40px;
	text-transform: capitalize;
	padding-right: 35%;
	/*transform: perspective(471px) rotateX(9deg);*/
	transform-origin: left top 0;
	font-weight: 600;
}

/*------------------------------------------------------------------
	[ Services Styles ]
-------------------------------------------------------------------*/

.news-title h1 {
	font-weight: 600;
	/*color: #004b8d;*/
}
.services-content h2 { color: #004b8d; }
.test-content h2 {
	font-family: helveticaneue;
	color: #004b8d;
}

/* Side bar styles
***********************************************************/
aside h3 {
	font-size: 23px;
	line-height: 62px;
	color: #004b8d;
	font-weight: 600;
}
.aside-titles li, .aside-titles {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.aside-titles li { border-bottom: 1px solid #b0b0b0; }
.aside-titles li:last-child { border: 0; }
.aside-titles li a {
	color: #9a9a9a;
	display: block;
	font-family: 'helveticaneue', sans-serif;
	font-weight: 600;
}
.aside-titles a:hover, .aside-titles a:active { color: #004b8d; }
.aside-titles {
	color: #9a9a9a;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 40px;
	padding: 5px 0;
}
.button-aside a:hover .symbol-aside-contact {
	background-color: #012444 !important;
}
.button-aside:hover .symbol-aside-contact {
	background-color: #012444 !important;
}
.button-aside h5:hover .symbol-aside-contact {
	background-color: #012444 !important;
}
table { margin-top: -8px !important; }
.border { border-bottom: 1px solid; }
.state { color: #004b8d; }
/* Button styles
***********************************************************/
.button-aside a {
	color: #fff;
	font-family: 'helveticaneue', sans-serif;
	font-size: 14.41px;
	font-weight: bold;
}
/* Symbol aside styles
***********************************************************/
.symbol-aside {
	background-color: #004b8d;
	margin-left: 12px;
	margin-top: 12px;
	padding: 3px;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	width: 86%;
}
.symbol-aside > h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-left: 55px;
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
}
.symbol-aside-contact {
	background-color: hsl(208, 45%, 51%);
	height: 100%;
	margin-left: -4px;
	margin-top: -3px;
	position: absolute;
	width: 50px;
	padding: 12px;
}
.symbol-aside-contact a {
	display: block;
	transform: skew(30deg);
}
.symbol-aside-contact > img {
	margin-left: 14px;
	margin-top: 12px;
	position: absolute;
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
}

/* Lead content styles
***********************************************************/
.lead-content h2 {
	color: #004b8d;
	font-family: 'helveticaneue', sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 20px;
}
.services-content { padding-left: 0; }
.lead-content p, .services-content p {
	color: #5d5d5d;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
}
/* content-b styles
***********************************************************/
.content-b { padding-top: 80px; }
/* content-c styles
***********************************************************/
.content-c { padding-top: 80px; }
/* content-d styles
***********************************************************/
.content-d { padding-top: 80px; }
/* Button top styles
***********************************************************/
.services-button-top {
	background-color: #004b8d;
	color: #fff;
	padding: 4px 35px;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	margin-right: 30px;
}
.services-button-top > h6 {
	color: #fff;
	font-family: helveticaneue;
	font-size: 16px;
	font-weight: bold;
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
	cursor: pointer;
}
.services-button-top a { color: inherit; }
/*.lead-content .content-a:nth-child(2n), .lead-content .content-a:nth-child(3n), .lead-content .content-a:nth-child(4n), .lead-content .content-a:nth-child(5n), .lead-content .content-a:nth-child(6n), .lead-content .content-a:nth-child(7n) {
	margin-top: 85px;
}*/
.lead-content div:nth-child(2) { margin-top: 0 !important; }
/*------------------------------------------------------------------
	[ Testimonials Styles ]
-------------------------------------------------------------------*/

/* Content-head styles
***********************************************************/
.content-head { margin-top: -10px; }
.content-head > h3 {
	color: #004b8d;
	font-family: 'Open Sans', sans-serif;
	font-size: 31px;
	font-weight: 600;
	line-height: 40px;
	padding-bottom: 20px;
}
/* Categories Pannel styles
***********************************************************/
.categories { margin-top: 20px; }
.categories .panel-heading {
	background: none;
	padding: 10px 0;
}
.categories .panel-default { border: 0; }
.categories .panel-title { border-bottom: 1px solid #b0b0b0; }
.categories .in .panel-title { border: 0 !important; }
.categories .panel-body {
	border-bottom: 1px solid #b0b0b0;
	border-top: 0 none !important;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.categories .first-testimonial .panel-title { border: 0; }
.panel-title.opened-layout { border-bottom: 0 none; }
.clients .slick-slider { margin: 0; }
.slick-slide { width: 269.5px; }
.slick-slide img { width: 95px; }
.indicator-up {
	bottom: 20px;
	color: #004b8d;
	font-size: 42px;
	font-weight: normal;
	position: absolute;
	right: 0px;
}
.categories .first-testimonial .accordion-toggle > .indicator { display: none; }
.categories .collapsed > .indicator { display: block; }
.opened-layout a .indicator { display: none; }
/* Content-test-a styles
***********************************************************/
.content-test-a > h4 {
	color: #004b8d;
	font-family: font-family: Helvetica Neue Bold;;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	max-height: 57px;
	min-height: 57px;
	overflow: hidden;
}
.content-test-a > p {
	color: #5d5d5d;
	font-family: arial;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 30px;
}

/* Content-d styles
***********************************************************/
.indicator {
	color: #004b8d;
	font-size: 42px;
	font-weight: normal;
}
/* Contact-testimonials styles
***********************************************************/
.contact-prefooter {
	margin: 55px 0 0;
	padding-right: 0px;
}
.contact-prefooter a:hover, .contact-prefooter a:active {
	background-image: url(../../../../../../../themes/titan/images/hover-image.png);
	background-repeat: no-repeat;
}
.contact-button {
	background-image: url(../../../../../../../themes/titan/images/contact-button.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	height: 46px;
	max-width: 290px;
}
/*------------------------------------------------------------------
	[ Contact-Us Styles ]
-------------------------------------------------------------------*/
.contact-phone input {
    background-color: rgb(243, 243, 243);
    border: 1px solid rgb(217, 217, 217);
    color: rgb(0, 0, 0);
    font-family: arial;
    font-size: 13px;
    height: 22px;
    padding-left: 5px;
    width: 100%;
}
.contact-content h2 { color: #004b8d; }
/* Contact content styles
***********************************************************/
.contact-content { padding-top: 20px; }
/* Gform styles
***********************************************************/
.gform_heading h3 { display: none; }
.gform_body {
	margin-top: 35px;
	padding-left: 0;
}
.gform_body::after {
	clear: both;
	content: " ";
	display: block;
	visibility: hidden;
}
.gform_footer.top_label { margin: 20px 0; }
.gform_body ul li {
	list-style: none !important;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 15px;
}
.gform_description {
	color: #d70000;
	font-size: 14px;
}
.gfield_checkbox { padding-left: 0; }
.contact-form .gfield_checkbox li { padding: 4px 0; }
input, textarea, select {
	border-radius: 0;
	-webkit-border-radius: 0;
}
input[type="checkbox"] { display: none; }
input[type="checkbox"] + label span {
	background: rgba(0, 0, 0, 0) url(../../../../../../../themes/titan/images/check-box.png) no-repeat scroll left top;
	cursor: pointer;
	display: inline-block;
	height: 19px;
	margin: 2px 3px 0 0;
	vertical-align: middle;
	width: 19px;
}
input[type="checkbox"]:checked + label span {
	background: rgba(0, 0, 0, 0) url(../../../../../../../themes/titan/images/check-color.png) no-repeat scroll center top;
	margin: 2px 5px 0 -2px;
}
.gform_fields.top_label.form_sublabel_below.description_below { padding-left: 0; }
.gfield_label {
	color: #004785;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
}
.labelfocus { color: #004b8d; }
#input_12_8 {
	background-color: #f3f3f3;
	border: 1px solid #d9d9d9;
	color: #000;
	font-family: arial;
	font-size: 13px;
	height: 22px;
	padding-left: 5px;
	width: 100%;
}
#input_12_1, #input_12_2, #input_12_3, #input_12_4, #input_12_5 {
	background-color: #f3f3f3;
	border: 1px solid #d9d9d9;
	color:#5a5a5a;
	font-family: arial;
	font-size: 13px;
	height: 22px;
	padding-left: 5px;
	width: 100%;
}
.contact-form .gform_validation_error .contact-text { min-height: 85px; }
#field_12_6 { padding-top: 20px; }
#input_12_6 { margin-top: 10px; }
#input_12_6 li { margin-top: -8px; }
#field_12_7 { padding-top: 15px; }
.gchoice_12_6_1 > input, .gchoice_12_6_2 > input, .gchoice_12_6_3 > input {
	height: 44px;
}
#label_12_6_1, #label_12_6_2, #label_12_6_3, #label_12_6_4 {
	color: #5a5a5a;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	width: 100%;
}
.gfield_checkbox label {
	color: #5a5a5a;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	width: 80%;
}
#field_12_1, #field_12_2, #field_12_3, #field_12_4, #field_12_5 {
	padding-bottom: 15px;
}
.ginput_container { margin-top: -8px; }
#input_12_7 {
	background-color: #f3f3f3;
	border: 1px solid #dfdfdf;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	max-height: 221px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 12px;
	max-width: 100%;
	min-width: 100%;
	min-height: 221px;
}
.gfield_label { width: 100%; }
.button {
	background-color: #fff;
	background-image: url(../../../../../../../themes/titan/images/contact-submit.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 0 none;
	font-family: 'helveticaneue', sans-serif !important;
	height: 41px;
	position: relative;
	width: 168px;
}
.button:hover { background-image: url(../../../../../../../themes/titan/images/submit-button-hover.png); }
.button a {
	color: rgb(255, 255, 255);
	font-family: "helveticaneue", sans-serif;
	font-size: 14.41px;
	font-weight: bold;
}
.phone a { color: #444444; }
.gfield_required {
	color: #d70000;
	padding-left: 10px;
}
iframe {
	width: 100%;
	height: 265px;
	padding-left: 15px;
	padding-right: 15px;
	border: 0;
}
.validation_error { display: none; }
.gform_validation_container { display: none; }
.gfield_description.validation_message {
	color: #da2626;
	display: block;
	font-size: 13px;
}
.space {
	float: right;
	width: 240px;
}

/* Head content styles
***********************************************************/

/* Body styles
***********************************************************/
.body { padding-top: 30px; }
.body input {
	height: 22px;
	width: 100%;
}
.body-right { padding-top: 40px; }
/* Reg-form styles
***********************************************************/
table { margin-top: 25px; }
.contact-form td { line-height: 1.42857; }
.button:active, .button:focus { border: 0; }
/* Addtional-info styles
***********************************************************/
.addtional-info, .message { padding-top: 20px; }
.input { margin: 4px 0 30px !important; }
.input-b { margin: 0 0 9px !important; }
.input-c { margin: 0 0 27px !important; }
/* Message styles
***********************************************************/
.message > h4 {
	color: #444444;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 20px;
}
/* Phone styles
***********************************************************/
.phone, .fax, .address { padding-bottom: 1px; }
.phone span {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	line-height: 9px;
	color: #004785;
}
.phone p {
	color: #444444;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	margin-top: -5px;
}
/* Fax styles
***********************************************************/
.fax span {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	line-height: 9px;
	color:#004785;
}
.fax p {
	color: #444444;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	margin-top: -5px;
}
/* Email styles
***********************************************************/
.email span {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	line-height: 9px;
	color: #004785;
}
.email p {
	color: #128fba;
	cursor: pointer;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	margin-top: -5px;
}
.email a {
	color: #128fba;
	font-weight: bold;
	word-wrap: break-word;
}
/* Address styles
***********************************************************/
.address span {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	line-height: 9px;
	color: #004785;
}
.address p {
	color: #444444;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	margin-top: -5px;
	text-transform: capitalize;
}
/* Postal address styles
***********************************************************/
.postal-address span {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	line-height: 9px;
	color:#004785;
}
.postal-address p {
	color: #444444;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	margin-top: -5px;
	/*text-transform: uppercase;*/
	width: 46%;
}
/* Bottom-division styles
***********************************************************/
.contact-bottom-division {
	height: 12px;
}
/*------------------------------------------------------------------
	[ Expenditure styles ]
-------------------------------------------------------------------*/

/* Form-heading styles
***********************************************************/
.company-name input {
	border: 1px solid #d9d9d9;
	color: #000;
	font-family: Arial;
	font-size: 13px;
	height: 22px;
	padding-left: 5px;
	width: 260px;
}
.form-content input {
	border: 1px solid #d9d9d9;
	float: right;
	height: 22px;
	margin-right: 75px;
	margin-top: -15px;
	width: 82px;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 0;
	color: #000;
}
.form-content label {
	padding-left: 15px;
	font-size: 17px;
	font-family: arial;
	font-weight: bold;
}
.expenditure-profile { padding-top: 20px; }
.expenditure-profile .gform_body { margin: 0; }
.expenditure-profile .gform_body li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.additional-text-field label {
    color: rgb(68, 68, 68);
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
}
.additional-text-field textarea {
    border: 1px solid rgb(217, 217, 217);
    color: rgb(0, 0, 0);
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    height: 205px;
    max-height: 205px;
    max-width: 100%;
    min-height: 205px;
    min-width: 100%;
    padding-left: 10px;
    padding-top: 5px;
    width: 100%;
}
.bottom-form input {
    border: 1px solid rgb(217, 217, 217);
    color: rgb(0, 0, 0);
    font-family: Arial;
    font-size: 13px;
    height: 22px;
    padding-left: 5px;
    width: 100%;
}
.top-description { float: left; }
.top-description h5 {
	color: #004785;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
}
.form-heading-left h4, .form-heading-right h4 {
    background-color: rgb(0, 71, 133);
    clear: both;
    color: rgb(255, 255, 255);
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -13px;
    margin-top: 0;
    padding: 14px 15px;
    text-transform: uppercase;
}
.completed-by h3 {
    color: rgb(0, 71, 133);
    font-family: open sans;
    font-size: 20px;
    font-weight: 600;
    margin-top: 33px;
    text-transform: uppercase;
}
.bottom-description h5 {
	color: #004785;
	clear: both;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0;
}
.expenditure-profile .button {
	left: 0 !important;
	bottom: 0 !important;
}
.form-content .ginput_container p {
	color: #444444;
	float: right;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	margin: -17px 14px;
	padding-right: 2px;
}
.form-content .ginput_container span {
	color: #444444;
	float: right;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	margin: -17px 4px;
}
/* Ui-date styles
***********************************************************/
.ui-datepicker {
	background-color: #eaeaea;
	padding: 0 43px;
	width: 20%;
}
.ui-datepicker-header, .ui-datepicker-year, .ui-datepicker-month, .ui-datepicker-calendar {
	font-size: 16px;
}
.ui-datepicker-header a { display: none; }
.ui-datepicker-title {
	padding-top: 25px;
	text-align: center;
}
.ui-datepicker-title select { padding: 0 10px; }
.ui-datepicker table { margin-top: 20px !important; }
.ui-datepicker-calendar span { padding: 0 4px; }
/* News/single page styles
***********************************************************/
.profile-head-content .titan-breadcrumb a { color: #128fba; }
.profile-head-content .current { color: #fff; }
.news .content-a h2 a {
	font-size: inherit;
	color: #004b8d;
}
.news-content p { padding-top: 15px; }
.news .content-a a { font-size: 14px; }
.news .content-a { margin: 0 !important; }
.news aside { margin-top: 20px; }
.news .titan-pagination ul li {
	display: inline;
	list-style: outside none none;
	padding: 10px;
}
.news .page-numbers { text-align: center; }
.ngg-breadcrumb { list-style: none !important; }
.single-title { padding: 6%; }
.gallery .gallery-content { padding-top: 30px; }
.gallery-title { padding: 8% 6%; }
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev {
	padding: 2px 8px !important;
}

/* Page-title styles
***********************************************************/
.page-title {
	color: #004b8d;
	font-family: "helveticaneue", sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
}
.page-not-found { padding: 8% 6% 6%; }
.error404-msg p {
	color: #5d5d5d;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.page-not-bottom-division {
	background-color: #004b8d;
	height: 10px;
	width: 100%;
}
/*------------------------------------------------------------------
	[ Site map styles ]
-------------------------------------------------------------------*/

/* Site map styles
***********************************************************/
.site-map { padding-bottom: 20px; }
.sitemap-bottom-division {
	background-color: #004b8d;
	height: 10px;
	width: 100%;
}

/*------------------------------------------------------------------
	[ 7. Footer ]
-------------------------------------------------------------------*/
footer {
	padding-top: 15px;
}
.footer-nav {
	padding-left: 0;
}
.footer-nav-left h5 {
	color: #15375c;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}
.footer-nav-left > ul {
	list-style: outside none none;
	margin-top: -8px;
	padding-left: 0;
}
.footer-nav-left ul li {
	border-right: 1px solid;
	color: #a4a4a4;
	display: inline;
	font-size: 10px;
	margin-left: -3px !important;
}
.footer-nav-left ul li a {
	color: #15375c;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}
.footer-nav li:last-child {
	border: 0 none;
}
.footer-right h5 {
	color: #15375c;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}
.footer-right h5 {
	color: #15375c;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	margin-left: 40px;
	margin-top: 15px;
}
.footer-right a {
	color: rgb(21, 55, 92);
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
}
.footer-right.pull-right > span {
	color: rgb(21, 55, 92);
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	margin-right: 5px;
}
.footer-nav .current-menu-item a {
	color: inherit !important;
}
.footer-right a:hover { color: #15375c; }
.footer-nav-left { margin-top: 5px; }
.footer-right {
	margin-top: 15px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.footer-right > img {
	float: none;
	margin-top: -4px;
	margin-right: 14px;
}
.CollapsiblePanelTab a {display:block; }
/* Gallery styles*/
.ngg-galleryoverview { margin: 10px -15px; }
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 20%;
	margin: 15px 0 !important;
	padding: 0px 15px !important;
}
.ngg-galleryoverview .ngg-gallery-thumbnail { width: 100%; }
.ngg-galleryoverview .ngg-gallery-thumbnail img {
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*------------------------------------------------------------------
	[ 8. Gallery ]
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[ 9. Pagination ]
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[ 10. Titan Accordian ]
-------------------------------------------------------------------*/

.first-testimonial li {
	font-style: italic;
	font-family: arial;
}
.lead-content ol li { font-family: arial; }
.lead-content ul li { font-family: arial; }
.bottom_content li { font-family: arial; }
.sitemap-content li { font-family: arial; }
.expenditure-profile li { font-family: arial; }
.caption-content {
    max-height: 186px;
    overflow: hidden;
}
.bottom_content {  padding-bottom: 80px; }

/* Styles added */

.inner-leadin {
  margin-top: -49px;
}
.caption-content > h1 {
  line-height: 40px;
}
.company-profile > p {
  line-height:22.5px;
}
.our-clients h3 {
	font-family:HelveticaNeue Medium;
	margin: 73px auto 10px 0;
}
.findmore-button {
  padding: 11px 60px 18px 88px;
 /* display:none;*/
}
.footer-nav-left ul li {
  padding-right: 3px;
}
.panel {
  box-shadow:none;
}
.top-banner {
  width: 98.6%;
}
.no-gutter-left {
	padding-left:0;
}
.profile-top-banner {
  height: 247px;
  margin-top: 48px !important;
  transform: perspective(471px) rotateX(-7deg);
  transform-origin: left top 0;
  width: 98.6%;
}
.nav-menu ul li:last-child {
  margin: 0;
}
.CollapsiblePanelTab {
  outline: medium none !important;
}
.first-testimonial .accordion-toggle.collapsed, .accordion-toggle {
	background:url(../../../../../../../themes/titan/images/arrow-up.png)no-repeat scroll right center;
}
.accordion-toggle.collapsed {
	background:url(../../../../../../../themes/titan/images/arrow-down.png)no-repeat scroll right center;
}


header {
/*  position: fixed;*/
  top: 0;
  width: 100%;
  z-index: 9;
}
/*body {
    padding-top: 135px;
}*/

.gform_column.column_left li,
.gform_column.column_right li{
  float: none;
  width:100%;
}
ul.gform_column.column_left,
ul.gform_column.column_right{
 width:50%;
 float:left;
}
/*.page-contact-us .bottom-content {
    padding: 33px;
  width: 85%;
  margin-left: 40px;
}*/
.page-contact-us .bottom-content p{
	margin-top: 0;
}

.titan-slide-more.blue-btn.readmore-btn.findmore-button.active {
  display: none;
}

a.company-profile-btn {
display:inline-block;
background-size: 110% 45px;
padding: 11px 16px 60px 80px !important;
}

a.company-profile-btn:hover {
display:inline-block;
background-size: 110% 45px;
padding: 11px 16px 60px 80px !important;
}

.gfield_html .form-heading-left h4 {
  background-color: rgb(0, 71, 133);
  clear: both;
  color: rgb(255, 255, 255);
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: -13px;
  margin-top: 0;
  padding: 14px 15px;
  }
/*.form-content-list li{
	width:100%
	float:none;
	margin-top: -8px;
}
.form-content-list p {
  color: #444444;
  float: right;
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  margin: -17px 14px;
  padding-right: 2px;
}
.form-content-list {
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  padding-left: 15px;
}
.form-content-list span {
  color: #444444;
  float: right;
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  margin: -17px 4px;
}*/
.form-content-list input {
  border: 1px solid #d9d9d9;
  color: #000;
  float: right;
  font-size: 16px;
  height: 22px;
  margin-right: 75px;
  margin-top: -15px;
  padding-left: 10px;
  padding-top: 0;
  width: 82px;
}




.clearbothwrapper{
	clear: both;
width: 50%;
}
.clearbothwrapper .form-heading-left,
.clearbothwrapper .form-content-list table{

width: 100%;
}


.clearbothwrapper .form-content-list table  tr td:nth-child(1) input {
text-align: left;
float: left;
min-width: 150px;
margin: 0px 10px 0 0px;
}

.clearbothwrapper .form-content-list table  tr td:nth-child(2) * {

float: left;

}

.clearbothwrapper .form-content-list table  tr td:nth-child(2) p ,
.clearbothwrapper .form-content-list table  tr td:nth-child(2) span{
font-size: 17px;
font-family: arial;
font-weight: bold;
	margin-top: 10px;
}

.clearbothwrapper .form-content-list table  tr td:nth-child(2) span{
margin-right: 0px;
	padding-left: 15px;
}
.clearbothwrapper .form-content-list table  tr td:nth-child(2) input {

margin: 10px 10px 0 10px;
}

.gfield form-content-list label{
	display:none;
}
.expenditure-profile #gform_wrapper_22 .gform_fields .form-heading-left  h4 span , .expenditure-profile #gform_wrapper_22 .gform_fields .form-heading-right  h4 span {
  float: right;
  margin-right: 90px;
}
.expenditure-profile .gform_fields .gfield_list th {
  font-size: 17px;
}
.carousel {
    z-index: 0;
}

.clear-fix {
  clear: both;
}

.mobile-scroll{
	display: inline-block;
    height: 15px;
    width: 100%;
}

.bsg__section{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bsg__section-title{
	color: #004b8d;
	font-family: 'helveticaneue', sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 36px;
	padding-bottom: 8px;
}

.bsg__section-list{
	padding: 0 !important;
    margin: 20px 0 0 !important;
}

.bsg__section-list li{
	list-style: none;
	position: relative;
	padding: 0 0 0 100px !important;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 75px;
	margin-bottom: 10px;
}

.bsg__section-list li:last-child{
	margin-bottom: 0;
}

.bsg__section-list li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
}

.bsg__section-list li h3{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.bsg__section-list li .descs p{
    font-size: 16px !important;
    padding: 0 1px;
}

.gfield_error input , .gfield_error textarea {
	border: 1px solid red;
}

.gfield_error .validation_message {
	display: none;
}

#gform_wrapper_33 {
	width: 100%;
	height: 485px;
}

#gform_wrapper_33 .gform_heading .gform_title {
	display: block;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
}

#gform_confirmation_message_33 {
	color: #fff;
}

#gform_wrapper_33 .gform_body li label {
	position: absolute;
	color: #9a9a9a;
	vertical-align: middle;
	padding: 6px;
	font-weight: normal;
}

#gform_wrapper_33 .gform_body {
	margin-top: 20px;
}

#gform_wrapper_33 .gform_body li label span {
	padding-left: 0px;
}

#gform_wrapper_33 .gform_body input,#gform_wrapper_33 .gform_body textarea {
	width: 100%;
}

#gform_wrapper_33 .gform_footer {
	text-align: center;
	margin-top: -50px;
	margin-bottom: 0px;
}

#gform_wrapper_33 .gform_footer input.button {
	background: #4a86bb;
	color: #fff;
	border-radius: 8px;
}

.enquiry-wrapper .fancybox-skin,
.home .fancybox-skin {
	background: #004b8d;
}

.home #gform_wrapper_33 .gform_heading .gform_title,
.home #gform_wrapper_33 .gform_heading .gform_title:before{
	color: #ffffff;
}

.home #gform_wrapper_33 .gform_heading .gform_title{
	font-size: 33px;
}

.home #gform_wrapper_33 .gform_heading .gform_title:before{
    font-size: 16px;
}

.home #gform_wrapper_33 .gform_footer.top_label .button {
    background: #4885bb !important;
    color: #fff;
    border-radius: 5px;
}

.home #gform_wrapper_33 .gform_footer.top_label .button:before {
    content: 'Book Now';
}

.home #gform_wrapper_33 .gform_body li textarea {
    height: 286px !important;
}

.pull-lefts {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.pull-rights {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.page-services .gform_footer.top_label .button{
	background: #4885bb !important;
	color: #fff;
	border-radius: 5px;
}
.page-services .gform_footer.top_label .button:before{
	content: 'Book Now';
}

.form-wrapper-sidebar{
	background: #004b8d;
	margin: 20px 0;
	padding-bottom: 20px;
}

.form-wrapper-sidebar h2{
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin: 10px 0 0;
}

.form-wrapper-sidebar #gform_wrapper_33{
	width: 100%;
}

.form-wrapper-sidebar #gform_wrapper_33 .gform_body textarea{
	height: 100px;
}

.form-wrapper-sidebar #gform_wrapper_33 .button{
	background: #4885bb !important;
	color: #fff;
	border-radius: 5px;
}

.form-wrapper-sidebar #gform_wrapper_33 .button:before{
	content: 'Submit';
}

.emailheader img{
	width: 18px;
	height: auto;
	margin: 0 6px;
}
.fancy__form{
	display: none;
}
.fancy__form form{
    max-width: 500px;
    padding: 0 !important;
    margin: 0 !important;
}
.fancy__form .gform_title{
    color: #000;
    font-size: 20px;
    margin: 0;
    display: block;
}
.fancy__form .gform_body .col-md-12,
.fancy__form .gform_body .col-md-6,
.fancy__form .gform_body li{
    width: 100%;
}

.fancy__form .gform_body li .space{
    float: none;
}

.fancy__form .gform_body li{
    padding-right: 0 !important;
}

.fancy__form .gform_body li textarea{
	height: 150px !important;
	min-height: auto !important;
	max-height: none !important;
}

#gform_wrapper_33 .gform_heading .gform_title:after{
    content: 'We will contact you within 24 hours';
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
}

.subheadingform{
	display: block;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	color: #ffffff !important;
	margin: 0 0 10px;
}

.form-wrapper-sidebar #gform_wrapper_33 .button:before {
    content: 'Book Now';
}

.form-wrapper-sidebar{
    overflow: hidden;
}

.form-wrapper-sidebar #gform_wrapper_33{
	height: auto;
	overflow: hidden;
}

.form-wrapper-sidebar h2{
	line-height: 25px !important;
}

/*#formpopupcta00 button#gform_submit_button_33:after,
#formpopupcta10 button#gform_submit_button_33:after,
.home button#gform_submit_button_33:after {
    content: 'Book Now';
    background: #004a8d;
    color: #fff;
    margin-left: 40px;
    font-size: 18px;
}*/