body {
	background: #fff;
}
 @font-face {
 font-family: 'octin sports';
 src: url('https://thecounsellor.com/wp-content/themes/counsellor/fonts/octin sports rg.ttf');
}
.nene {
	display: none;
}
.logo img {
	float: right;
}
.right-adlink {
	float: right;
	margin: 10px 0 0;
}
img, embed, object, video {
	max-width: 100%;
	height: auto;
}
video {
	width: 100% !important;
	height: auto !important;
}
iframe {
	border: none !important;
}
ul, ol {
	margin-bottom: 0;
}
.label, .badge {
	text-shadow: none !important;
	font-weight: 600;
}
.cl{clear:both;}
/*----------------------------------------*/
/*----- 1.2 Typography -----*/
/*----------------------------------------*/
/*----- only font families are specified here -----*/

body, input[type="text"], input[type="password"], select, textarea, .submit, .mybtn, .mybtn-app, .mybtn-grey, em, h1, h2, h3, h4, h5, h6, .ddsmoothmenu ul li a, dt {
	font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;
}
/*----- font colors / weights / sizes -----*/
/*typography for -- buttons, menu, tabs , lists, mylabel, blockquote, accordion, pricing and forms -- in their respective sections*/
/*body*/

body {
	font-size: 14px;
	color: #7f7d7b;
	font-weight: 300;
	line-height: 1.6em;
}
/*links*/

a:link {
	color: #fb8404;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:visited {
	color: #fb8404;
}
a:hover {
	color: #7f7d7b;
	text-decoration: none;
}
/*headings*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: 700;
	line-height: 1.4em;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #403e3d;
}
.heading-light {
	font-weight: 400;
}
/*header*/
#header .inline-right {
	font-size: 12px;
}
#header .inline-right a:link, #header .inline-right a:visited {
	color: #7f7d7b;
}
#header .inline-right a:hover {
	color: #fb8404;
}


/*content-top*/

#content-top h1 {
	font-size: 34px;
	color: #fff;
	text-align:center;
}
#content-top {
	font-weight: 600;
}
/*content*/
.team h5 span {
	font-size: 11px;
	font-weight: 300;
	line-height: 1em;
	display: block;
}
/*blog*/
.blogpost .breadcrumb {
	font-size: 12px;
}
/*flex sliders*/

.review-slider {
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
.review-slider span {
	font-size: 14px;
	color: #403e3d;
	font-style: normal;
}
.review-slider li {
	line-height: 1.5em;
}
/*box-offset*/

.box-offset, .box-offset h1, .box-offset h2, .box-offset h3, .box-offset h4, .box-offset h5, .box-offset h6 {
	color: #fff;
}
/*row-themecolor*/

.row-themecolor {
	color: #fff;
	font-weight: 600;
}
.row-themecolor h1, .row-themecolor h2, .row-themecolor h3, .row-themecolor h4, .row-themecolor h5, .row-themecolor h6, .row-themecolor a:link, .row-themecolor a:visited {
	color: #fff;
}
.row-themecolor a:hover {
	color: #7f7d7b;
}
/*signup-box*/

.signup-box {
	color: #7f7d7b;
	font-weight: 400;
}
.signup-box h1, .signup-box h2, .signup-box h3, .signup-box h4, .signup-box h5, .signup-box h6 {
	color: #7f7d7b;
}
.signup-box a:link, .signup-box a:visited {
	color: #fb8404;
}
.signup-box a:hover {
	color: #7f7d7b;
}
/*footer*/

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #fff;
}
.twitter {
	font-size: 12px;
	color: #7f7d7b;
}
/*copyright*/

#copyright {
	/*font-size: 13px;*/
	color: #807d7d;
}
#copyright a:link, #copyright a:visited {
	color: #807d7d;
}
#copyright a:hover {
	color: #fb8404;
}
/*----- Other typography -----*/

.color {
	color: #fb8404 !important;
}
.text-big {
	font-size: 18px;
	line-height: 1.5em;
}
.text-small {
	font-size: 12px;
	line-height: 1.5em;
}
/*----------------------------------------*/

/*----- 1.3 Spacers and dividers -----*/

/*----------------------------------------*/
/*use suitable height spacer for vertical spacing*/

.spacer-10px, .spacer-20px, .spacer-40px {
	width: 100%;
	height: 10px;
	display: block;
	clear: both;
}
.spacer-20px {
	height: 20px !important;
}
.spacer-40px {
	height: 40px !important;
}
/*horizonal spacer*/
.horz-20px {
	width: 20px;
	height: 1px;
	display: inline-block;
}
/*divider*/
.divider-line {
	background: #e5e3e1;
	width: 100%;
	height: 1px;
	margin: 40px auto;
	display: inline-block;
	clear: both;
}
/*----------------------------------------*/

/*----- 1.4 Image styles -----*/
/*----------------------------------------*/
.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.img-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.img-border {
	padding: 5px;
	border: 1px solid #d9d7d4;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	-webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
}
.mythumb {
	margin-bottom: 20px;
}
/*----------------------------------------*/

/*----- 1.5 Button styles -----*/
/*----------------------------------------*/
.mybtn, .mybtn-grey {
	background: #fb5c03; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#fb8404), to(#fb5c03)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fb8404, #fb5c03); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #fb8404, #fb5c03);
	padding: 7px 15px;
	margin: 10px 0;
	font-size: 13px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 15px;
	text-align: center;
	border: 1px solid #db4e00;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 5px 0 #db4e00;
	-webkit-box-shadow: inset 0 0 5px 0 #db4e00;
	box-shadow: inset 0 0 5px 0 #db4e00;
}
.mybtn-grey {
	background: #e5e3e1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f2f0), to(#e5e3e1)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f5f2f0, #e5e3e1); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #f5f2f0, #e5e3e1);
	color: #7f7d7b !important;
	border: 1px solid #d1cfcd;
	-moz-box-shadow: inset 0 0 2px 0 #d6d4d2;
	-webkit-box-shadow: inset 0 0 2px 0 #d6d4d2;
	box-shadow: inset 0 0 2px 0 #d6d4d2;
}
.bigbtn {
	padding: 17px 30px;
}
.mediumbtn {
	padding: 12px 40px;
}
.smallbtn {
	padding: 3px 8px;
}
.customm {
	position: relative !important;
	top: -20px !important;
}
.mybtn:hover {
	background: #fb8404;
	background: -webkit-gradient(linear, left top, left bottom, from(#fb5c03), to(#fb8404));
	background: -moz-linear-gradient(top, #fb5c03, #fb8404);
	background:  -o-linear-gradient(top, #fb5c03, #fb8404);
}
.mybtn-grey:hover {
	background: #f5f2f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e3e1), to(#f5f2f0));
	background: -moz-linear-gradient(top, #e5e3e1, #f5f2f0);
	background:  -o-linear-gradient(top, #e5e3e1, #f5f2f0);
}
.mybtn img, .mybtn-grey img {
	float: left;
	margin-right: 15px;
}
/*app buttons*/
.mybtn-app {
	background: #fca94f;
	min-width: 130px;
	font-size: 19px;
	line-height: 17px;
	text-align: left;
	text-transform: none;
	border: 1px solid #fca94f;
	box-shadow: none;
}
.mybtn-app span {
	font-size: 11px;
	font-weight: 300;
	display: block;
}
.mybtn-app:hover {
	background: #fb8404;
}
/*disabled button*/
.btn-disabled {
	cursor: default !important;
}
.btn-disabled:hover {
	background: #e5e3e1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f2f0), to(#e5e3e1)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f5f2f0, #e5e3e1); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #f5f2f0, #e5e3e1);
}
/*----------------------------------------*/
/*----- 1.6 Custom list styles  -----*/
/*----------------------------------------*/

.list-checkmark, .list-checkmark-dark, .list-arrow, .list-arrow-dark, .myunstyled, .inline-right, .inline-left, .blocked-links, .social, .social-dark, .list-arrow-border, .list-skills, .pricing table ul, .twitter li, .filter_nav {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.list-checkmark ul, .list-checkmark-dark ul, .list-arrow ul, .list-arrow-dark ul, .myunstyled ul, .list-arrow-border ul, .myunstyled ul {
	margin-top: 10px;
}
/*checkmark list*/
.list-checkmark li, .list-checkmark-dark li {
	background: url(img/bullet-checkmark-light.png) no-repeat 0 -1px;
	padding-left: 33px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.list-checkmark-dark li {
	background: url(img/bullet-checkmark-dark.png) no-repeat 0 0;
}
/*arrow list*/
.list-arrow li, .list-arrow-dark li {
	background: url(img/bullet-pointer-light.png) no-repeat 0 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.list-arrow-dark li {
	background: url(img/bullet-pointer-dark.png) no-repeat 0 5px;
}
/*arrow and border list*/
.list-arrow-border li {
	background-image: url(img/bullet-pointer-light.png), url(img/footer-nav-divider.png);
	background-repeat: no-repeat, repeat-x;
	background-position: left 5px, bottom;
	padding: 0 0 10px 0;
	margin: 0 0 8px 0;
	display: block;
	overflow: hidden;
}
.list-arrow-border li:last-child {
	background-image: url(img/bullet-pointer-light.png);
}
.list-arrow-border li p {
	margin: 0;
	padding-left: 20px;
}
/*myunstyled list*/
.myunstyled li {
	margin-bottom: 20px !important;
	display: block;
	overflow: hidden;
}
/*inline - left & right aligned list*/
.inline-right {
	float: right;
}
.inline-right li {
	margin-left: 20px;
	display: inline-block;
}
.inline-left {
	float: left;
}
.inline-left li {
	margin-right: 20px;
	display: inline-block;
}
.inline-right img, .inline-left img {
	margin-right: 7px;
	float: left;
}
/*inline links with colored background*/
.blocked-links li {
	margin: 0 3px 3px 0 !important;
	float: left;
}
.blocked-links li a:link {
	background: #e5e3e1;
	padding: 8px 15px;
	font-size: 13px;
	color: #7f7d7b;
	line-height: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}
.blocked-links li a:hover {
	background: #403e3d !important;
	color: #fff;
}
/*----------------------------------------*/
/*----- 1.7 Label styles -----*/
/*----------------------------------------*/
.mylabel, .mylabel-grey {
	background: #3f3831;
	padding: 3px 12px;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
}
.mylabel-grey {
	background: #c4c2c0;
	padding: 1px 10px;
	margin: 0 10px;
	font-size: 12px;
	font-weight: 600;
}
/*============================================================*/
/*---------- 2. TEMPLATE STRUCTURE ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 2.1 Header section -----*/
/*----------------------------------------*/
#header {
	padding: 10px 0;
	background:#fff;
	text-align:center;
}
#header .inline-right {
	margin: 13px 20px 0 0;
}
/*----------------------------------------*/
/*----- 2.2 Slider / content-top section -----*/
/*----------------------------------------*/
#slider-wrapper, #content-top {
	background-image: url(img/shadow.png), url(img/pattern.jpg);
	background-repeat: no-repeat, repeat;
	background-position: center top;
	background-color: #222;
	padding: 0;
}
#content-top {
	padding: 10px 0;
}
#content-top h1 {
	margin: 0;
}
#content-top p {
	margin: 0;
}
/*----------------------------------------*/
/*----- 2.3 commons / content section -----*/
/*----------------------------------------*/
#content {
    background: #fff none repeat scroll 0 0;
    padding: 40px 0 28px;
}
#content-alter {
	padding: 0 0 40px 0;
}
.sidebar-right {
	padding-left: 20px;
}
.sidebar-left {
	padding-right: 20px;
}
.pos-rel {
	position: relative;
}
.row-color {
	background: #f7f5f2;
	padding: 40px 0;
	margin: 40px 0;
	border: 1px solid #fff;
	border-width: 1px 0 1px 0;
}
.box {
    border-radius: 15px;
    box-shadow: 0 0 5px 0 #333;
    margin-bottom: 20px;
}

.box img {
    border-radius: 0 0 14px 14px;
}
.box:hover{box-shadow:0 0 5px 3px #eb7d07;}

.box:hover h5 {
    color: #fb8404 !important;
}

.box > p {
	text-align: center;
}
.box-inner {
	padding: 20px;
}
.box-side-border {
	border: 1px solid #f2f0ed;
	border-width: 0 1px 0 1px;
	padding: 0px 30px;
}
/*----- feature styles -----*/
/*-- 4 styles [.fr-image, .fr-icon, .fr-circle-icon,  .fr-heading-icon ] --*/
.fr-image img {
	margin-bottom: 00px;
}
.fr-icon, .fr-circle-icon {
	text-align: center;
}
.fr-icon img, .fr-circle-icon img {
	margin-bottom: 20px;
}
.fr-circle-icon .box {
	padding: 30px;
}
.fr-heading-icon h4 {
	line-height: 1.3em;
	padding: 10px 0;
}
.fr-heading-icon .icon-bg {
	float: left;
}
.icon-bg {
	background: #fb8404;
	width: 44px;
	height: 44px;
	margin-right: 15px;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
}
.icon-bg img {
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
}
.icon-circle {
	background: #fff;
	width: 98px;
	height: 98px;
	-webkit-border-radius: 98px;
	-moz-border-radius: 98px;
	border-radius: 98px;
	border: 1px solid #d9d7d4;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	-webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
}
.icon-circle img {
	-webkit-border-radius: 98px;
	-moz-border-radius: 98px;
	border-radius: 98px;
}
/*----- divs with clouds -----*/
.clouds {
	width: 100%;
	background: url(img/clouds.png) no-repeat center bottom;
	min-height: 100px;
	position: absolute;
	z-index: 9;
	bottom: 0;
}
.box-offset-wrapper {
	background: #fb8404;
}
.box-offset {
	padding: 60px 2% 100px 5%;
	width: 33%;
	float: left;
}
.img-hidden {
	width: 60%;
	float: right;
	position: relative;
}
.img-hidden img {
	position: absolute;
	top: 40px;
	left: auto;
	right: 0;
}
.row-themecolor {
	background: #fb8404;
	padding-top: 40px;
}
.signup-box {
	background: #fff;
	padding: 40px 40px 120px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-promo {
	background: url(img/preview/img-3.png) no-repeat left 80px;
	min-height: 300px;
	padding-bottom: 100px;
}
/*----- about -----*/
.team {
	text-align: center;
}
.team .social-dark {
	margin-top: 15px;
}
.dl-horizontal dt {
	font-weight: 600;
	font-size: 48px;
	color: #403e3d;
	line-height: 40px;
	width: 140px !important;
	text-align: left !important;
}
.dl-horizontal dt, .dl-horizontal dd {
	padding-bottom: 40px;
}
.dl-horizontal dd {
	margin-left: 0 !important;
	font-weight: normal;
	font-size: 14px;
}
/*----- contact -----*/
.map iframe {
	width: 100%;
	float: left;
}
/*----- flex slider for reviews and clients*/
.review-slider {
	padding: 0 150px !important;
}
.review-slider span {
	display: block;
	margin-top: 10px;
}
.client-slider img {
	width: auto !important;
	margin-bottom: 20px;
}
/*----- video with prettyPhoto -----*/
.video-wrapper {
	background: #fb8404;
	margin-right: 10px;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	-webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	position: relative;
	float: left;
}
.video-wrapper, .video-wrapper img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.img-opacity {
	opacity: .4;
}
.icon-video {
	background: url(img/btn-play.png) no-repeat;
	width: 62px;
	height: 62px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -31px;
	margin-top: -31px;
	opacity: 1;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.linkmore {
	margin: 0 auto;
	width: 30%;
}
.icon-video:hover {
	opacity: 0.6;
}
/*----------------------------------------*/
/*----- 2.4 footer and copyright section -----*/
/*----------------------------------------*/
#footer {
	background:url("https://thecounsellor.com/wp-content/uploads/2016/06/thee-1.jpg");
	display:none;
	padding: 30px 0 0;
}
/*----- social -----*/
.social li, .social-dark li {
	background: rgba(255, 255, 255, 0.1);
	width: 30px;
	height: 30px;
	margin-right: 1px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	list-style-type: none;
	display: inline-block;
}
.social-dark li {
	background: #c0bcb8;
}
.social li:hover, .social-dark li:hover {
	background: #fb8404;
}
/*----- twitter feed -----*/
#twitter-feed {
	background: #e5e3e1;
	padding: 20px;
	margin: 20px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}
.tweet_time {
	margin-bottom: 5px;
	display: block;
}
.tweet_list, .tweet_list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tweet-link {
	background: url(img/icons/icon-social-twitter.png) no-repeat 0 0;
	padding-left: 40px;
	line-height: 30px !important;
	display: inline-block;
}
.arrow-down {
	width: 0;
	height: 0;
	position: absolute;
	top: auto;
	left: 10px;
	bottom: -35px;
	left:auto;
	border-bottom: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #e5e3e1;
}
/*----- copyright -----*/
#copyright {
	background: #332e28;
	padding: 25px 0;
	border-top: 1px solid #2b2722;
}
#copyright p {
	float: left;
	margin-bottom: 0;
}
#copyright ul {
	float: right;
}
/*----------------------------------------*/
/*----- 2.5 Portfolio -----*/
/*----------------------------------------*/
.filter_nav li {
	margin: 0 3px 3px 0 !important;
	list-style-type: none;
	float: left;
}
.filter_nav li a:link {
	background: #fb8404;
	padding: 8px 15px;
	margin: 0 10px 20px 0;
	font-size: 12px;
	color: #fff !important;
	font-weight: 600;
	line-height: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}
.filter_nav li a:hover {
	background: #403e3d !important;
	color: #fff;
}
.filter-content img {
	width: 100%;
}
.item {
	margin-bottom: 30px;
}
/*folio-thumb*/
.folio-thumb {
	background: #fff;
	position: relative;
	overflow: visible;
	height: auto;
}
.folio-thumb .zoom {
	background: url(img/icons/zoom.png) 0 0 no-repeat transparent;
	width: 29px;
	height: 25px;
	position:absolute;
	outline: none;
	display: none;
	z-index: 99;
	opacity: 1;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -12px;
	bottom: 10%;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	opacity: 1;
}
.folio-thumb .zoom:hover {
	opacity: 0.7;
}
.img-overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0.5;
}
/*----------------------------------------*/
/*----- 2.6 Pricing -----*/
/*----------------------------------------*/
.pricing-wrapper {
	padding-top: 20px;
}
.pricing {
	border: 1px solid #e5e3e1;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	-webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	-moz-transform:scale(1.00)!important;
	-ms-transform:scale(1.00)!important;
	-webkit-transform:scale(1.00) !important;
	-o-transform:scale(1.00)!important;
	transform:scale(1.00)!important;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition:all .4s ease-in-out;
 -o-transition:all .4s ease-in-out;
 -ms-transition:all .4s ease-in-out;
 transition: all .4s ease-in-out;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}
.pricing:hover {
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .22);
	-webkit-box-shadow:  0 0 10px 0 rgba(0, 0, 0, .22);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .22);
}
.pricing table {
	width: 100%;
	text-align: center;
}
.pricing table thead th {
	background: #f7f5f2;
	width: auto;
	padding: 40px;
	font-size: 28px;
	color: #403e3d;
	font-weight: 600;
	border-bottom: 1px solid #e5e3e1;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.pricing table tbody {
	background: #fff;
}
.pricing table tbody td {
	width: auto;
	padding: 50px 40px 0 40px;
}
.pricing table tfoot td {
	padding: 0 30px 30px 30px;
}
.pricing table strong {
	color: #403e3d;
}
.pricing table ul {
	margin-top: 20px;
	display: block;
}
.pricing table ul li {
	margin: 15px 0;
}
.pricing table .mylabel-grey {
	position: absolute;
	left: auto;
	right: -10px;
}
/*price label*/
.pricing table .label-wrapper {
	height: 25px;
	margin-bottom: 10px;
	position: relative;
}
.price-label {
	background: #fb8404;
	width: 70px;
	height: 40px;
	padding: 25px 10px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -45px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}
.price-label span {
	font-size: 12px;
	font-weight: 300;
	display: block;
}
/*ribbon*/
.ribbon {
	background: url(img/ribbon.png) no-repeat;
	width: 204px;
	height: 57px;
	color: #fb8404;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 34px;
	position: absolute;
	top: -20px;
	left: -11px;
}
/*----------------------------------------*/
/*----- 2.7 Blog -----*/
/*----------------------------------------*/
.blogpost h4 {
	margin-bottom: 0;
}
.blogpost .breadcrumb {
	padding: 0;
	margin: 0 0 20px 0;
	background: none;
}
.postlist h6 {
	margin-bottom: 5px;
}
.media, .media .media {
	margin-top: 30px;
}
.share h6 {
	float: left;
	margin-top: 5px;
	margin-right: 10px !important;
}
/*--- flickr ---*/
.flickr {
	margin-left: -10px;
}
.flickr img {
	width: 65px;
	height: 65px;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #d9d7d4;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	-webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	float: left;
}
/*----------------------------------------*/
/*----- 2.8 Forms -----*/
/*----------------------------------------*/
form {
	margin: 0;
	padding: 0;
}
form p {
	margin-bottom: 10px;
}
/*errors*/
label.error {
	display: none !important;
}
input.error, textarea.error, password.error {
	border-color: #C00 !important;
	box-shadow: none;
}
/*label and inputs*/
label {
}
input[type="text"], input[type="password"], select, textarea {
	background-color: #fff;
	width: 95.5%;
	padding: 10px 2%;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	display: inline-block;
	border: 1px solid #e5e3e1;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-ms-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
	-moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
}
textarea {
	height: auto;
}
select {
	width: 99%;
	height: 42px;
	padding-left: 0;
	line-height: 36px;
	text-indent: 4px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	box-shadow: none;
	border-color: rgba(82, 168, 236, 0.8) !important;
	opacity: 1 !important;
}
::-webkit-input-placeholder {
color: #ccc9c6 !important;
 opacity: 1;
}

:-moz-placeholder {
color: #ccc9c6 !important;
opacity: 1;
}

::-moz-placeholder {
color: #ccc9c6 !important;
opacity: 1;
}

:-ms-input-placeholder {
color: #ccc9c6 !important;
opacity: 1;
}
/*submit button*/
.submit {
	background: #fb5c03; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8404', endColorstr='#fb5c03'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fb8404), to(#fb5c03)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fb8404, #fb5c03); /* for firefox 3.6+ */
	background:  -o-linear-gradient(top, #fb8404, #fb5c03);
	width: auto !important;
	height: 50px;
	padding: 0 50px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 14px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #db4e00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 5px 0 #db4e00;
	-webkit-box-shadow: inset 0 0 5px 0 #db4e00;
	box-shadow: inset 0 0 5px 0 #db4e00;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submit:hover {
	background: #fb8404;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb5c03', endColorstr='#fb8404');
	background: -webkit-gradient(linear, left top, left bottom, from(#fb5c03), to(#fb8404));
	background: -moz-linear-gradient(top, #fb5c03, #fb8404);
	background:  -o-linear-gradient(top, #fb5c03, #fb8404);
}
.antispam {
	display:none;
}
/*----- subscribe form specific -----*/
#subform p {
	padding: 0;
	margin: 0;
}
#subform input[type="text"] {
	width: 75%;
	float: left;
}
#subform .submit {
	width: 19% !important;
	height: 42px;
	padding: 0;
	margin: 0 0 0 1%;
	float: left;
}
/*============================================================*/
/*---------- 3. TEMPLATE COMPONENTS ----------*/
/*============================================================*/
/*----- 3.1 Blockquote -----*/
blockquote {
	padding: 7px 0 10px 15px;
	margin: 0 20px 10px 0;
	border-left: 2px solid #509fb9;
}
blockquote p {
	font-size: 24px;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 0;
	padding: 0;
}
blockquote.pull-right {
	border-right: 2px solid #509fb9;
	margin: 0 0 10px 20px;
}
/*----- 3.2 Accordion -----*/
.number-accordion .accordion {
	border-bottom: 1px solid #e5e3e1;
	margin-bottom: 0;
}
.number-accordion .accordion-group {
	background: #fff;
	padding: 30px;
	margin-bottom: 0;
	border: 1px solid #e5e3e1;
	border-width: 1px 1px 0 1px;
	border-radius: 0;
}
.number-accordion .accordion-inner {
	background: #fff;
	padding: 9px 15px;
	border-top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.number-accordion .accordion-heading a .number {
	background: #fff;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	font-size: 20px;
	color: #7f7d7b;
	font-weight: 700;
	text-align: center;
	line-height: 28px;
	border: 1px solid #e5e3e1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
}
.number-accordion .accordion-heading a {
	font-size: 16px;
	color: #7f7d7b;
	font-weight: 700;
}
.number-accordion .accordion-heading.in_head a, .number-accordion .accordion-heading a:hover {
	color: #403e3d;
	font-weight: 700;
}
.number-accordion .accordion-heading.in_head a .number {
	background: #332e2e;
	color: #fff;
	border: 1px solid #332e2e;
}
/*----- 3.3 Tabs -----*/
.nav-tabs {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	border-bottom: 1px solid #e5e3e1;
}
.nav-tabs > li > a {
	background: #fff;
	border: 1px solid #e5e3e1;
}
.nav-tabs > li > a:hover {
	color: #403e3d;
	border: 1px solid #e5e3e1;
	border-bottom-color: transparent;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	background-color: #fff;
	border-bottom-color: transparent;
}
.nav-tabs > .active > a:focus {
	color: #403e3d;
}
.nav-tabs i {
	margin-right: 5px;
}
.tab-content {
	padding: 10px;
	border: 1px solid #e5e3e1;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.nav-tabs .dropdown li a {
	color: #fb8404;
}
.nav-tabs .dropdown li a:hover {
	background: transparent;
	color: #403e3d;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-color: #fff;
	color: #403e3d;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #fff;
	background-image: none;
	color: #403e3d !important;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #403e3d;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
	background-color: #fff;
	border-color: #e5e3e1;
	color: #403e3d;
	border-bottom-color: transparent;
}
.dropdown > .dropdown-menu {
	border-color: #e5e3e1;
	margin-top: -1px;
	font-size: 12px;
	box-shadow: none !important;
}
.nav .dropdown-toggle .caret {
	border-bottom-color: #fb8404;
	border-top-color: #fb8404;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
	border-top-color: #403e3d;
	border-bottom-color: #403e3d;
}
/*----- 3.4 Progressbars -----*/

.list-skills li {
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: 600;
}
.list-skills li span {
	color: #fb8404;
	padding-left: 10px;
}
.custom-pro {
	background: #c8c8c8;
	height: 5px;
	margin-top: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
	position: relative;
}
.custom-pro .bar {
	background: #fb8404;
	width: 0;
	height: 5px;
	font-size: 0px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .3) inset;
}
.progress-point {
	background: url(img/progress-point.png) no-repeat;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	position: absolute;
	top: -9px;
}
/*----- 3.5 Menu / Navigation -----*/

.ddsmoothmenu {
	width: auto;
	display: block;
}
.ddsmoothmenu em {
	color: #7f7d7b;
	font-weight: normal;
}
/*ul*/

.ddsmoothmenu ul {
	background: transparent;
	margin: 0 0 0 50px;
	;
	padding: 0;
	list-style-type: none;
	z-index:100;
	float: left;
}
.ddsmoothmenu ul li ul {
	background: url(img/main-nav-arr.png) no-repeat 15px 0;
	padding-top: 7px;
	margin-left: 20px;
	position: absolute;
	left: 0;
	float: none;
	display: none;
	overflow: visible;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.ddsmoothmenu ul li ul li ul {
	margin-left: 1px;
	margin-top: -5px;
	padding: 0;
	top: 0;
	background: none;
}
/*li*/

.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
.ddsmoothmenu ul li ul li {
	background: #e5e3e1;
	padding: 0px 6px 0 5px;
	display: list-item;
	float: none;
	box-shadow: none !important;
}
.ddsmoothmenu ul li ul li:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding-top: 5px;
}
.ddsmoothmenu ul li ul li:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding-bottom: 5px;
}
/*a*/

.ddsmoothmenu ul li a {
	padding: 5px 0 5px 40px;
	margin: 0;
	font-size: 14px;
	color: #403e3d;
	font-weight: 600;
	line-height: 1em;
	text-decoration: none;
	outline: none;
	display: block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.31s ease;
	transition: all 0.3s ease;
}
.ddsmoothmenu ul li a:visited {
	color: #403e3d;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
	color: #fb5c03;
}
.ddsmoothmenu ul li ul li a {
	width: 170px; /*width of sub menus*/
	padding: 13px 8px 13px 8px;
	margin: 0;
	border: 1px solid #e5e3e1;
	font-size: 13px !important;
	color: #7f7d7b !important;
	line-height: 1em;
	font-weight: 400;
	border-right: 0px;
	text-transform: none;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.ddsmoothmenu ul li li a:hover, .ddsmoothmenu ul li li a.selected {
	background: #fb5c03;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8404', endColorstr='#fb5c03');
	background: -webkit-gradient(linear, left top, left bottom, from(#fb8404), to(#fb5c03));
	background: -moz-linear-gradient(top, #fb8404, #fb5c03);
	background:  -o-linear-gradient(top, #fb8404, #fb5c03);
	border: 1px solid #db4e00;
	color: #fff !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 2px 2px rgba(219, 78, 0, .7);
	-webkit-box-shadow: inset 0 0 2px 2px rgba(219, 78, 0, .7);
	box-shadow: inset 0 0 2px 2px rgba(219, 78, 0, .7);
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	color: #000;
}
/* Holly Hack for IE \*/

* html .ddsmoothmenu {
	height: 1%;
}
/* CSS classes applied to down and right arrow images */

.downarrowclass {
	display: none;
}
.rightarrowclass {
	display: none;
}
/*Menu select for responsive*/

.selectnav {
	display: none;
}
.js .selectnav {
	background: #222;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 13px;
	color: #fff !important;
	border: 1px solid #222;
	outline: none;
	display: none;
	cursor: pointer !important;
}
.margin-top {
	margin-bottom: -6px;
}
.call-email img {
	padding-right: 8px;
}
.call-email > a {
	display: inline-flex;
	margin: 0;
	color: #000;
}
.call-email {
	float: right;
}
.span5.logo img {
	float: right;
}
.full-width {
	border-bottom: 3px dashed #fb5c03;
	border-top: 3px dashed #fb5c03;
	margin-bottom: 13px;
	min-height: 40px;
	width: 100%;
}
.calls {
	float: right;
}
.call-footer {
	color: #000;
	font-family: verdana;
	font-size: 17px;
	margin: 0;
	padding: 10px 0 0;
	text-shadow: 0 0;
}
/* page style */

a, a:focus, a:active, a:hover, object, embed {
	outline: none;
	text-decoration: none;
}

:-moz-any-link:focus {
outline: none;
}
 input::-moz-focus-inner {
border: 0;
}
:focus {
	outline: 0;
}
body {
	background: #333;
}
.brand {
	padding: 10px 40px !important;
}
.navbar { /*border-bottom: 4px solid #888;*/
	margin-bottom:0 !important;
}
/* MEGA MENU STYLE

********************************/ 

.mega-menu {
	border-radius: 0;
	margin-top: 0;
	padding: 10px 0 !important;
	width: 1100px;
	left: -460px;
}
.mega-menu li {
	display: inline-block;
	float: left;
	font-size: 0.94rem;
	padding: 3px 0px;
}
.mega-menu li.mega-menu-column {
	margin-right: 20px;
	width: 346px;
}
.mega-menu .nav-header {
	padding: 0 !important;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.mega-menu img {
	padding-bottom: 10px;
}
/* Disable Toggle style

********************************/  

/* Dropdown Toggle on style */

.navbar .nav li.dropdown.open > .dropdown-toggle,  .navbar .nav li.dropdown.active > .dropdown-toggle,  .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: inherit; /* Set to inherit when using mouse hover to open dropdown */
	color: inherit;
}
/* Toggle off style */

.navbar .nav li.dropdown.open.active > .dropdown-toggle,  .navbar .nav > li.dropdown > a:focus {
	background: inherit;
	color: inherit;
}
/* Toggle hover */

    .navbar .nav li.dropdown > .dropdown-toggle:hover,  .navbar .nav li.dropdown.open > .dropdown-toggle:hover {
	background-color: #DDDDDD;
}
/* Toggle caret*/

    .navbar .nav li.dropdown > .dropdown-toggle .caret {
/*        border-bottom-color:;
        border-top-color:;*/
        }
/* Toggle caret hover */

        .navbar .nav li.dropdown > a:hover .caret,  .navbar .nav li.dropdown > a:focus .caret {
	border-bottom-color: #333;
	border-top-color: #333;
}
/* Toggle caret active */

        .navbar .nav li.dropdown.open > .dropdown-toggle .caret,  .navbar .nav li.dropdown.active > .dropdown-toggle .caret,  .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-bottom-color:#333;
	border-top-color: #333;
}
/* Hover style

********************************/ 

.navbar .nav > li > a, .mega-menu a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	/* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/ 

	     -webkit-backface-visibility: hidden; /* Safari Flicker Fix #2 */
	-webkit-transform: translateZ(0);
}
.navbar .container {
	width: 478px;
}
.current-menu-item > a {
	color: #fb5c03 !important;
	font-weight: bold;
}
 .navbar .nav > li > .dropdown-menu::before {
 border-bottom: 7px solid rgba(0, 0, 0, 0.2);
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 content: "";
 display: inline-block;
 left: 491px;
 position: absolute;
 top: -7px;
}
.ph {
	background: #000 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	margin-right: 4px;
	padding: 4.2px 6px;
}
.call-email a:hover {
	color:#fb5c03;
}
.call-email a:hover .ph {
	background:#fb5c03;
	color:#fff;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
	color: #fb5c03;
}
.ddsmoothmenu ul li a {
	color: #403e3d;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	margin: 0;
	outline: medium none;
	padding: 5px 0 5px 40px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
body, input[type="text"], input[type="password"], select, textarea, .submit, .mybtn, .mybtn-app, .mybtn-grey, em, h1, h2, h3, h4, h5, h6, .ddsmoothmenu ul li a, dt {
	font-family: "Open Sans", Arial, Helvetica Neue, sans-serif;
}
a:link {
	/* color: #fb8404;*/
    cursor: pointer;
	font-style: normal;
	outline: medium none;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
a, a:focus, a:active, a:hover, object, embed {
	outline: medium none;
	text-decoration: none;
}
a {
	color: #0088cc;
	text-decoration: none;
}
 *::-moz-placeholder {
 color: #ccc9c6 !important;
 opacity: 1;
}
li {
	line-height: 20px;
}
.ddsmoothmenu ul {
	list-style-type: none;
}
#header {
	text-align: center;
}
body {
	color: #7f7d7b;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6em;
}
body, input[type="text"], input[type="password"], select, textarea, .submit, .mybtn, .mybtn-app, .mybtn-grey, em, h1, h2, h3, h4, h5, h6, .ddsmoothmenu ul li a, dt {
	font-family: "Open Sans", Arial, Helvetica Neue, sans-serif;
}
body {
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
html {
	font-size: 100%;
}
.call-footer a {
	color: #000;
	font-weight: normal;
}
.call-footer a:hover {
	color:#222;
	text-decoration:none;
	font-weight:normal;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
	color: #fb5c03;
}
.ddsmoothmenu ul li a {
	color: #403e3d;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	margin: 0;
	outline: medium none;
	padding: 5px 0 5px 40px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.slides p {
	color: #fff;
}
.fb {
	background: #3b5998;
	border-radius: 50%;
}
.twt {
	background: #4099FF;
	border-radius: 50%;
	margin: 0 0 0 4px;
}
.fa.fa-search.men {
	padding: 0 0 0 3px;
 #fscf_submit1, #submit-testimonial  font-size:17px;
}
.close {
	color: #000!important;
}
.email {
	color: #000;
	display: inline-block;
	margin-bottom: 8px;
}
.dropdown-menu {
	margin: 0px 6px 10px -268px !important;
}
.addthis_toolbox {
	display: none;
	visibility: hidden;
}
.member_p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.wpcf7-email {
	width: 96%;
}
.wpcf7-textarea {
	width:96%;
}
.wpcf7-tel {
	width:96%;
}
.linkmore a {
	text-decoration: none;
	color:white;
}
/*.linkmore a:hover { background: rgba(0, 0, 0, 0)
                    -moz-linear-gradient(center top , #fb5c03, #fb8404) repeat scroll 0 0;
                box-shadow: 0 0 5px 0 #fb5c03 inset; border: 1px solid #fb5c03; }*/

.linkmore a:hover {
	color:white;
	background-color: #fb8404 !important;
	text-decoration: none !important;
	box-shadow: 0 0 5px 0 #fb5c03 inset !important;
	border: 1px solid #fb5c03 !important;
}
#cboxOverlay {
	background:#666666;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 470px;
	position: relative;
	margin: 0% auto;
	padding: 5px 20px 13px 20px;
	/*background: #fff;
                background: -moz-linear-gradient(#fff, #999);
                background: -webkit-linear-gradient(#fff, #999);
                background: -o-linear-gradient(#fff, #999);*/
            }
.close {
    border: 2px solid #000;
    border-radius: 4px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    height: 21px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 4px;
    width: 20px;
    z-index: 9;
}
.close:hover {
	/*background:#fb5c03 !important;*/
	color:#fb5c03 !important;
	border-color:#fb5c03;
	opacity:10 !important;
}

.close:hover {
	/*background: #fb8404;*/
}
.form-wrapper {
    background-color: #fff;
    border: 10px solid #000;
    border-radius: 12px;
    margin: 274px 0 0 -275px;
    overflow: hidden;
    padding: 8px;
    position: relative;
    width: 950px;
}
.form-wrapper #search {
	border: 1px solid #ccc;
	/*border-radius: 3px;*/
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	float: left;
	font: bold 16px "lucida sans", "trebuchet MS", "Tahoma";
	height: 20px;
	padding: 10px 5px;
	width: 876px;
	color:#000 !important;
}
.form-wrapper #search:focus {
	outline: 0;
	border-color: #aaa;
	box-shadow: 0 1px 1px #bbb inset;
}
 .form-wrapper #search::-webkit-input-placeholder {
 color: #999;
 font-weight: normal;
}
 .form-wrapper #search:-moz-placeholder {
 color: #999;
 font-weight: normal;
}
 .form-wrapper #search:-ms-input-placeholder {
 color: #999;
 font-weight: normal;
}
.form-wrapper #submit {
	float: right;
	border: 1px solid #fb5c03;
	height: 42px;
	width: 100px;
	padding: 0;
	cursor: pointer;
	font: bold 15px Arial, Helvetica;
	color: #fafafa;
	text-transform: uppercase;
	background-color: #fb5c03;
	background-image: linear-gradient(top, #31b2c3, #0483a0);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
.form-wrapper #submit:hover,  .form-wrapper #submit:focus {
	background-color: #fb5c03;
	background-image: linear-gradient(top, #0483a0, #31b2c3);
}
.form-wrapper #submit:active {
	outline: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
 .form-wrapper #submit::-moz-focus-inner {
 border: 0;
}
.wpcf7-form {
	background-color: white;
	border: 15px solid #000;
	border-radius: 15px;
	padding: 45px;
	margin-top:30px;
}
/*.nav-serch {   
    background-position: left center !important;







    background-repeat: no-repeat;







    margin-right: -3px;







}*/







textarea {
	height: 150px !important;
}
.span7.logo img {
	float: right !important;
}
.mega-menu li.mega-menu-column {
	width:100%;
}
.menu-bar {
	color: #000;
	float: left;
	margin: -10px 0 0 7px;
	text-shadow: none;
}
.ddd {
	display: inline-block;
	float: left;
}
.mylabel a:hover {
	color:#fb8404;
}
.nav-serch {
	background-position: left center !important;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 73px;
}
.ttop {
	margin: 30px 0 0;
}
.account {
	margin:30px 0 0;
}
.cert {
	margin:50px 0 0;
}
.homee {
	margin-bottom: 58px;
}
.map {
	margin: 24px 0 0;
}
.share-your {
	margin: 0 auto 100px;
	text-align: center;
	width: 20%;
}
.share-your > a {
	background: #fb8404 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	padding: 8px 14px;
}
.entry-title > a {
	color: #fb5c03 !important;
}
.comments-form {
    background: #fff none repeat scroll 0 0;
    border: 10px solid #000;
    border-radius: 12px;
    margin: 42px auto 0;
    padding: 35px 35px 50px;
    position: relative;
    width: 27%;
}
textarea {
	width: 96% !important;
}
#fscf_submit1, #submit-testimonial {
	background: #fb8404;
	border: 1px solid #db4e00;
	border-radius: 4px;
	box-shadow: 0 0 5px 0 #db4e00 inset;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	margin-right: 12px !important;
	padding: 7px 15px;
	text-align: center;
	text-transform: uppercase;
	float: right;
}
#fscf_required1 span {
	display:none;
}
#FSContact1 > form {
	border: 5px solid #000;
	border-radius: 10px;
	padding:4px 0 42px 32px;
}
.test br {
	display: none;
}
.test {
	border: 2px solid #000;
	border-radius: 5px;
	font-family: verdana;
	padding: 10px;
}
.mega-menu.mega-menu-horizontal.mega-no-js {
	display: block !important;
}
#mega-menu-wrap-primary {
	background: #fff !important;
	border-radius: 0;
}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
	color: #777 !important;
}
.mega-menu-wrap {
	float: left !important;
}
.nav-serch {
	padding: 11px 0 0;
	background-position: 0 23px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	color: #fb5c03 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: #f8f8f9 none repeat scroll 0 0;
	border-color: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	left: -360px;
	padding: 0;
	position: absolute;
	width: 232%;
	z-index: 999;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	color: #666;
	font-family: arial;
	font-size: 14px;
	text-align: center;
}
.bord {
	border: 1px solid #fb5c03;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	top: 13px;
	width: 50%;
}
.bord > p {
	margin: 0;
	padding: 0;
}
.span6.about-us-pg p {
	text-align: center;
}
.orng {
	color:#333 !important;
}
.color {
	display: none;
}
.img-border {
	margin: 0px 0 0;
}
body {
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.4em;/*min-width: 600px;*/
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
.dhruv-dutt {
	float: left;
	font-size: 17px;
	margin: 134px auto 0;
	padding: 19px 0;
	text-align: center;
	width: 50%;
}
#mega-menu-wrap-primary {
	background-image:url(https://thecounsellor.com/wp-content/uploads/2016/04/serch.png;) !important;
	background-position:right center !important;
}
}
.dhruv-dutt h3 {
	font-size: 25px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.the-coun {
	border-bottom: 1px solid;
	color: #333;
	display: block;
	font-size: 20px;
	font-style: normal;
	margin: 0;
	padding-bottom: 5px;
}
.the-counsel {
	font-size: 25px;
	font-style: italic;
	color:#fb8404;
	margin-top:20px;
}
.row.top-mgr {
	margin-top: -22px;
}
.founder-image img {
	/*border: 1px solid #fb8404;*/
	border-radius: 16px;
}
.founder-image {
	float: left;
	width: 50%;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
.dhruv {
	margin-top: -20px;
	text-align: center !important;
}
.map {
	margin-top:0px !important;
}
.ask {
	color: #fb5c03;
	font-family: inherit;
	font-size: 27px;
	left: 15px;
	margin: 0;
	position: relative;
	text-align: center !important;
	top: -10px;
}
.bordd {
	font-size: 18px;
	line-height: 23px;
}
.span12.text-center.homee > p {
	font-size: 16px;
}
 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link::after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link::after {
 color: inherit;
 content: "";
 display: inline-block;
 font-family: dashicons;
 margin: 0 0 0 -2px;
 transform: rotate(0deg);
 vertical-align: top;
}
.navbar .nav > li > a {
	color: #777;
	float: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	margin-left: -21px;
	padding: 10px 0;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}
.nav-serch {
	display:none;
}
.email a {
	color: #000;
}
.footer-logo {
	height: auto;
	left: 10px;
	margin: -5px 0 0 1px;
	position: relative;
	width: 30px;
}
.facebook {
	float: left;
	margin: -6px 6px 0 6px;
}
.google-plus {
	float: left;
	margin-top:-6px;
}
.services-link > a {
	background: #000 none repeat scroll 0 0;
	border-radius: 0 39px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	margin-top: 32px;
	padding: 19px 103px;
}
.services-link > a:hover {
	color: #fff;
	background:#fb5c03;
}
tr {
	/*border: 1px solid #fb5c03;*/
	padding-left: 5px;
}
td {
	padding-left: 10px;
}
table {
	margin: 30px 0 0 0;
}
.spcial {
	background: #fb5c03 none repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
}
td {
	border: 1px solid #000;
}
.colr {
	color: #fb5c03;
}
.start-up {
    background: #000;
    /*border: 3px solid #fb5c03;*/
    border-radius: 0 39px;
    color: #fff;
    font-weight: bold;
    padding: 9px 26px;
    text-align: center;
}

.botmm ul {
    margin-left: 46px;
}
/*.start-up:hover {
	background:#fb5c03;
	cursor:pointer;
}*/
.botmm {
	margin-bottom: 100px;
}
.services-link.oth > a {
	margin-bottom: 100px;
}
.services-link.itser a {
	padding: 26px 78px;
}
.services-link.itser {
	margin-bottom: 100px;
}
.botr {
	bottom: 0px;
	position: relative;
}
.services-link.certi {
	margin: 0 auto 100px;
	width: 57%;
}
.news {
	margin: 21px 0 0;
}
.office-the {
	border-bottom: 1px solid #dedede;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
address {
	float: left;
	margin-bottom: 36px !important;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
.cl {
	clear:both;
}
.text-center h1 {
	border-bottom: 1px solid;
	font-family: octin sports !important;
	margin: 0 auto 12px;
	padding-bottom: 2px;
	width: 75%;
}
#fscf_div_field1_3 textarea {
	height: 56px !important;
}
.img-border.clearfix.map0 {
	margin-top: 0px;
}
.span6.about-uss > h1 {
	font-size: 30px;
	text-align: center;
	margin-top: -5px;
}
.call-footer a:hover {
	color:#fb5c03 !important;
}
.call-footer a:hover .ph {
	background:#fb5c03 !important;
}
.right-adlink a:hover {
	color:#fb5c03 !important;
}
.right-adlink a:hover .ph {
	background:#fb5c03 !important;
}
.onee {
	font-family: open sans;
	font-size: 60px;
}
.oneee {
	font-family: open sans;
	font-size: 50px;
}
.oneeee {
	font-family: open sans;
	font-size: 40px;
}
.services-link.it > a {
	padding: 19px 90px;
}
.container.clearfix > p {
	margin-bottom: 0 !important;
}
.orang {
	border: 1px solid #fb5c03;
	padding: 20px;
}
.veer {
	display:none;
}

.mega-sub-menu {
    display: none !important;
}

.kd-textarea {
    margin-bottom: 0;
}

.hugeit_form {
    border: 5px solid #000;
    border-radius: 6px;
    padding: 10px 0 0px 12px;
}

#hugeit-contact-wrapper_3 label {
    color: #000000;
    font-family: Verdana,sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 2px;
    padding-top: 6px;
}}

#hugeit-contact-wrapper_3 .input-text-block input, #hugeit-contact-wrapper_3 .input-text-block input:focus, #hugeit-contact-wrapper_3 .textarea-block textarea, #hugeit-contact-wrapper_3 .selectbox-block .textholder{width:96%;}

#hugeit-contact-wrapper_3 .input-text-block input, #hugeit-contact-wrapper_3 .input-text-block input:focus{background:#fff !important;}

#hugeit_preview_textbox_17 {
    height: 90px !important;
}

.field-block.textarea-block {
    margin-bottom: 10px;
}

.formsAboveAlign > img {
    margin-bottom: 5px;
    width: 100px;
}

.formsAboveAlign > img {
    margin-bottom: 5px;
    width: 100px;
}

.field-block input {
    width: 92%;
}

#hugeit-contact-wrapper_3 .buttons-block {
    margin-right: 13px;
    margin-top: 10px;
    text-align: right !important;
}

#hugeit-contact-wrapper_3 .buttons-block button {
    clear: both;
    font-size: 13px;
    height: 35px;
    padding: 3px 12px;
    width: 100%;
}
#hugeit-contact-wrapper_3 .buttons-block button.submit {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #ffffff;
}
#hugeit-contact-wrapper_3 .textarea-block textarea{background:#fff !important; width:93% !important;}

#hugeit-contact-wrapper_3 .buttons-block button.submit:hover {
    background: #fb8404!important;
    color: #ffffff;
}

#hugeit-contact-wrapper_3 .buttons-block button.submit {
    background-color: navy !important;
    border: medium none !important;
    color: #ffffff;
}

#hugeit-contact-wrapper_3 .buttons-block button.submit {
    border: medium none !important;
    color: #ffffff;
}

#hugeit-contact-wrapper_3 .buttons-block button {
    clear: both;
    font-size: 14px !important;
    padding: 6px 12px;
    width: 100%;
}

.xx {
    display: block;
    font-size: 17px;
    padding: 1px 0 0 0px;
    text-align: center;
}

.xxx {
    display: block;
    font-size: 17px;
    text-align: center;
}

/*.cbra {
    background-image: url("https://thecounsellor.com/wp-content/uploads/2017/06/curly-bracketss-2.png");
    background-repeat: no-repeat;
    padding: 14px 38px 19px;
	font-size:16px;
	text-align:center;
	 background-size: 100% auto;
}*/

.cbra {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ededed;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-size: 16px;
    padding: 30px 38px 19px;
    text-align: center;
}

textarea, .uneditable-input {
    font-family: "Open Sans",Arial,Helvetica Neue,sans-serif !important;
    font-size: 14px !important;
}




address {
       margin-left: 12px;
	   font-size:16px;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:550px; /* your iframe height */
   top:550px;  /* your iframe height */
   margin-top:-550px;  /* your iframe height */
}

/*.our-pros {
    margin: 60px 0 0;
}*/

.exps {
    background: #ededed none repeat scroll 0 0;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
}
.div-n {
    margin: 0 auto;
    width: 69%;
}

#map {
    height: 100% !important;
  }
  
  .testimonial_rotator_quote {
    color: #000;
}

.testimonial_rotator_slide_title {
    color: #000;
}

.close.search-close {

    right: 23px;
    top: 15px;
}

/*.our-p {  
    font-family: inherit;
    font-size: 27px;
    text-align: center;
	 text-transform: capitalize;
}*/

.our-p {
    font-family: inherit;
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
}


.our-p > span {
    color: #fb8404;
    font-size: 23px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

.bordre {
    background: #333 none repeat scroll 0 0;
    margin: 0 auto;
    min-height: 1px;
    width: 700px;
}

.wealso {
    margin: 50px 0 0;
	text-align:center;
}




/********************************************slider*********************************************************/

/* fade slider */
.slides {
    min-height: 419px;
    margin: 0 -25px auto !important;
    overflow: hidden;
    position: relative;
    width: 1374px;
}
.slides ul {
    list-style:none;
    position:relative;
}
 
/* keyframes #anim_slides */

@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
 
.slides ul li {
    opacity:0;
    position:absolute;
    top:0;
 
    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 16.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_slides;
    -moz-animation-duration: 16.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}
 
/* css3 delays */
.slides ul  li:nth-child(1), .slides ul  li:nth-child(1) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 16.0s;
    -moz-animation-delay: 16.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 20.0s;
    -moz-animation-delay: 20.0s;
}
.slides ul  li:nth-child(5), .slides ul  li:nth-child(5) div {
    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
}
.slides ul  li:nth-child(6), .slides ul  li:nth-child(6) div {
    -webkit-animation-delay: 28.0s;
    -moz-animation-delay: 28.0s;
}
.slides ul li img {
    display:block;
}
/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
 
.slides ul li div {
    background-color: rgb( 255,255,255,0.7);
    color:#FFFFFF;
    font-size:26px;
    left:0;
    margin:0 auto;
    padding:20px;
    position:absolute;
    bottom:5px;
    width:200px;
  width: 100%;
}


.counsellor-the {
    margin: 0 auto;
    width: 1349px;
}

.map-contact-form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2), -3px -3px 5px rgba(0, 0, 0, 0.2);
    padding: 16px 10px;
    position: absolute;
    right: 102px;
    top: 380px;
    width: 28%;
    height: 422px;
}

.kd-textarea.contact_us > textarea {
    height: 100px !important;
}



.map-contact-form h2 {
    margin: -12px 0 -18px;
    padding: 0;
}



/*.map-contact-form select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0px !important;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 28px !important;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}*/
/************************************end Slider*************************/

.services-bg p {
    font-size: 16px;
    text-align: center;
}

.services-bg {
    background: #ededed none repeat scroll 0 0;
    border: 2px solid #000;
    border-radius: 10px;
    margin-top: 0px;
    padding: 6px 48px 48px;
}


.line-orange {
    background: #fb5c03 none repeat scroll 0 0;
    margin: 0 auto;
    min-height: 1px;
    width: 84%;
}

.services-bg ol {
    margin: 0 auto;
   /* width: 74%;*/
}



.container.services-bg ol li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 34px;
}

.text-al {
    text-align: center;
    width: 900px;
}

.left-mar {
    margin-left: 46px;
}
@media (min-width: 100px) and (max-width: 319px) {
	.mail {
 display: none;
}

 .con-num {
 display: none;
}

.call-email {
    position: relative;
    top: 7px;
}
.counsellor-the{width:100%;}

.navbar .btn-navbar {
    background-color: #000 !important;
    background-image: none !important;  

}


.navbar .btn-navbar .icon-bar {
    background-color: #fff !important;   
}

.menu-bar{color:#fff !important;}

.bordre{width:100%;}

.counsellor-the {
    width: 100%;
}

.navbar .container {
    margin: 0 auto;
    padding: 0;
    width: 150px !important;
}
.slides{min-height:104px;}


}

 @media (min-width: 320px) and (max-width: 480px) {
.logo img {
float:none;
}
.mail {
 display: none;
}
 .right-adlink {
 float: none;
 margin: 0px 0 0;
}
 .con-num {
 display: none;
}
 .mobile-up {
 padding: 11px 0 0px 0px;
 position: relative;
 left: 0px;
}
.mega-menu-toggle {
 display: none !important;
}
#slider-wrapper, #content-top {
text-align:center;
}
.call-email {
 display: inline-block !important;
 padding: 10px 0 0;
}
.span7.logo img {
float:none !important;
}
 .calls {
 float: none;
 left: -13px;
 margin-left: 14px;
 position: relative;
 top: 5px;
}
#fscf_div_clear1_0 > div, #fscf_div_field1_1 input, #fscf_div_field1_4 input, #fscf_div_field1_2 input, #fscf_div_field1_3 textarea {
 width: 90% !important;
}
 .call-footer {
padding: 10px 0 16px;
}
/*.nav-serch {
    background-position: 103px 11px !important;
    background-repeat: no-repeat;
    margin-right: -3px;
	width:283px !important;
}*/

.mega-menu {
width:90%;
}
 
 .form-wrapper {
width:80%;
margin:274px 0 0 -10px;
}
 .close.search-close {
 right: 22px;
 top: 297px;
 /*background:#000 !important;*/
}
 .close.search-close:hover {
/*background:#fb5c03 !important;
*/opacity:10;
}
 .dropdown-menu {
margin:0px !important;
}
 .modalDialog > div {
width:88%;
}
 textarea {
 height: 38px !important;
}
 .wpcf7-form {
padding:20px;
}
 .close {
 right: 88px;
 top: 58px;
}
 #copyright p {
 margin-bottom: 18px;
 padding: 0 10px;
}
 .founder-image {
 float: none;
 width: 100%;
}
 .dhruv-dutt {
 float: left;
 font-size: 17px;
 margin: 10px 0 0;
 padding: 19px 0;
 text-align: center;
 width: 100%;
}
 .call-footer.bot-remov {
 margin-bottom: -5px;
 padding-bottom: 0;
}
 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-720 {
 float: right;
}
 .comments-form {
 width: 66%;
}
 .close {
 right: 5px;
 top: 5px;
}

.counsellor-the{width:100%;}

.slides {
    min-height: 200px;
    right: 12px;
    width: auto;
}

.slides ul li img {
    display: block;
    min-height: 200px;
}

.navbar .btn-navbar {
    background-color: #000 !important;
    background-image: none !important;  

}

.navbar .container {
    margin: 0 auto;
    padding: 0;
    width: 100px !important;
}
.navbar .btn-navbar .icon-bar {
    background-color: #fff !important;   
}

.menu-bar{color:#fff !important;}

.linkmore{width:100%;}

.map-contact-form { 
    right: 6px;    
    width: 91%;
	position:static;
}


form {
    margin: 0 0 45px !important;
}

address {
    margin-left: 0;
    margin-top: 20px;
}

.bordre{width:100%;}

.mega-menu-link {
    text-align: center !important;
}
.close.search-close {
    right: 118px;
    top: 69px;
}
.close{width:17px; height:19px;}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-872 {
    margin-right: 0px !important;
    position: relative;
    top: 15px;
}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-720 {
    left: 0px;
    position: relative;
    top: 14px;
}

.comments-form{left:15px;}
 }
 @media (min-width: 360px) and (max-width: 567px) {
 .logo img {
float:none;
}
 .mail {
 display: none;
}
 .con-num {
 display: none;
}
 .right-adlink {
 float: none;
 margin: 0px 0 0;
}
 .calls {
 float: none;
 left: -13px;
 margin-left: 14px;
 position: relative;
 top: 5px;
}
#fscf_div_clear1_0 > div, #fscf_div_field1_1 input, #fscf_div_field1_4 input, #fscf_div_field1_2 input, #fscf_div_field1_3 textarea {
 width: 90% !important;
}
 .call-footer {
padding: 10px 0 16px;
}
 .mobile-up {
 padding: 11px 0 0px 0px;
 position: relative;
 left: 0px;
}
 .mega-menu-toggle {
 display: none !important;
}
 .form-wrapper #search {
width:80%;
border-radius: 0 !important;
}
 .form-wrapper {
width:90%;
margin:274px 0 0 -10px;
}
 .close.search-close {
 right: 22px;
 top: 297px;
 /*background:#000 !important;*/
}
 .close.search-close:hover {
/*background:#fb5c03 !important;*/
opacity:10;
}
 #slider-wrapper, #content-top {
text-align:center;
}
 .call-email {
 display: inline-block !important;
 padding: 10px 0 0;
}

/*.nav-serch {
    background-position: 103px 11px !important;
    background-repeat: no-repeat;
    margin-right: -3px;
}*/

.mega-menu {
width:90%;
}
 .dropdown-menu {
margin:0px !important;
}
 .mega-menu li.mega-menu-column {
width:88%;
}
 .modalDialog > div {
width:88%;
}
 textarea {
 height: 38px !important;
}
 .wpcf7-form {
padding:20px;
}
 .close {
right:254px;
}
 #copyright p {
 margin-bottom: 18px;
 padding: 0 10px;
}
.founder-image {
 float: none;
 width: 100%;
}
 .dhruv-dutt {
 float: left;
 font-size: 17px;
 margin: 10px 0 0;
 padding: 19px 0;
 text-align: center;
 width: 100%;
}
 .call-footer.bot-remov {
 margin-bottom: -5px;
 padding-bottom: 0;
}
 .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-720 {
 float: right;
}
 .comments-form {
 width: 66%;
}
 .close {
 right: 5px;
 top: 5px;
}
.counsellor-the{width:100%;}

.navbar .btn-navbar {
    background-color: #000 !important;
    background-image: none !important;   
    

}

.navbar .container {
    margin: 0 auto;
    padding: 0;
    width: 150px !important;
}
.navbar .btn-navbar .icon-bar {
    background-color: #fff !important;   
}

.menu-bar{color:#fff !important;}

.bordre{width:100%;}

.counsellor-the {
    width: 100%;
}

.slides{width:auto;}
.mega-menu-link {
    text-align: center !important;
}

.close.search-close {
    right: 118px;
    top: 69px;
}
.close{width:19px;}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-872 {
    margin-right: 0px !important;
    position: relative;
    top: 8px;
}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-720 {
    left: -30px;
    position: relative;
    top: 10px;
}

.comments-form{left:15px;}

}
 @media only screen and (min-width: 568px) {
 .mobile-up {
 padding: 11px 0 0px 0px;
 position: relative;
 left: -22px;
}
 .mobile-up {
left:0px;
}
 .call-email {
 display: inline-block !important;
 padding: 10px 0 0;
}

/*.nav-serch {
    background-position: 103px 11px !important;
    background-repeat: no-repeat;
    margin-right: -3px;
}*/

.mega-menu {
width:90%;
}
 .dropdown-menu {
margin:0px !important;
}
 .mega-menu li.mega-menu-column {
width:100%;
}
 #slider-wrapper, #content-top {
text-align:center;
}
 .modalDialog > div {
width:88%;
}
 textarea {
 height: 38px !important;
}
 .form-wrapper #search {
width:93%;
}
 .form-wrapper {
width:100%;
margin:274px 0 0 -10px;
}
 .close.search-close {
/* right: 22px;
 top: 297px;*/
 /*background:#000 !important;*/
}
 .close.search-close:hover {
/*background:#fb5c03 !important;*/
opacity:10;
}
 .wpcf7-form {
padding:20px;
}
/*.close {
right:254px;
}*/
.counsellor-the{width:100%;}
.navbar .btn-navbar {
    background-color: #000 !important;
    background-image: none !important;   
   

}


.navbar .container {
    margin: 0 auto;
    padding: 0;
    
}
.navbar .btn-navbar .icon-bar {
    background-color: #fff !important;   
}

.menu-bar{color:#fff !important;}

.counsellor-the {
    width: 100%;
}

.slides{width:auto;}
.mega-menu-link {
    text-align: center !important;
}

}


/*============================================================*/
/*---------- 4. Media queries ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 4.1 Mobile (Portrait) -----*/
/*----------------------------------------*/
@media only screen and (max-width: 767px) {
 body {
padding: 0;
}
 .container {
margin-left: 20px;
margin-right: 20px;
}
 .sidebar-right {
 padding-left: 0;
}
 .sidebar-left {
 padding-right: 0;
}
 .mybtn {
margin-bottom: 20px;
}
 .horz-20px {
display: none;
}
 .dl-horizontal dt {
width: 100%;
padding: 20px 0;
}
 .dl-horizontal dd {
margin-left: 0;
padding: 0 0 20px 0;
}

/*menu*/
.ddsmoothmenu ul {
display: none;
}
 .ddsmoothmenu {
 float: none;
}
 .js #nav {
display: none;
}
 .js .selectnav {
 width: 100% !important;
 margin-top: 20px;
 margin-bottom: 15px;
 float: left !important;
 display: block;
}

/*header & copyrigt*/
#header, #copyright {
 text-align: center;
}
 #header .inline-right {
 float: none;
}
 #copyright p {
 float: none;
}
 #copyright ul {
 float: none;
 margin-top: 10px;
}
 #header .inline-right, #copyright .inline-right {
 margin: 5px 0 0 0;
}
 #header .inline-right li, #copyright .inline-right li {
 /*margin-left: 10px;*/
 margin-right: 10px;
 display: inline-block;
}

/*accordion*/

.number-accordion .accordion-group {
 padding: 20px;
}
 .number-accordion .accordion-inner {
 padding: 9px 0;
}
 .number-accordion .accordion-heading .accordion-toggle {
 padding: 8px 0;
}
 .pricing {
margin-bottom: 30px;
}
 .video-wrapper {
 margin: 0 0 10px 0;
 float: none;
 display: inline-block;
}
 .review-slider {
 padding: 0 !important;
}
 .text-small {
margin-bottom: 10px;
}
 .row-themecolor {
margin-bottom: 40px;
}
 .team, .fr-circle-icon {
margin-bottom: 30px;
}
 .map {
margin-bottom: 20px;
}

/*divs with clouds*/

.clouds {
display: none;
}
 .box-offset-wrapper {
 background: #fb8404;
 margin-bottom: 40px;
}
 .box-offset {
 padding: 5%;
 width: 90%;
 float: none;
 display: block;
}
 .img-hidden {
 padding: 5%;
 width: 90%;
 float: none;
 display: block;
 position: relative;
}
 .img-hidden img {
 position: relative;
 top: 0;
 right: 0;
}
 .signup-box {
padding: 20px;
margin-bottom: 20px;
}
 .signup-box .submit {
float: left;
}
 .product-promo {
 padding-bottom:20px;
}
.navbar .btn-navbar {
    background-color: #000 !important;
    background-image: none !important;   
   

}

.navbar .container {
    margin: 0 auto;
    padding: 0;
    width: 100px !important;
}
.navbar .btn-navbar .icon-bar {
    background-color: #fff !important;   
}

.menu-bar{color:#fff !important;}

.bordre{width:100%;}
.counsellor-the {
    width: 100%;
}


.slides{width:auto;}
}

/*----------------------------------------*/

/*----- 4.2 Mobile (Landscape) -----*/
/*----------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
/*All are same as Portrait*/
}

/*----------------------------------------*/

/*----- 4.3 Tablet / ipad  -----*/

/*----------------------------------------*/

@media (min-width: 768px) and (max-width: 979px) {
.ddsmoothmenu ul li a {
 padding: 5px 0 5px 25px;
}

/*.nav-serch {
    background-position:left center !important;

}*/
.sidebar-right {
 padding-left: 0;
}
 .sidebar-left {
 padding-right: 0;
}
 .fr-heading-icon h1, .fr-heading-icon h2, .fr-heading-icon h3, .fr-heading-icon h4, .fr-heading-icon h5, .fr-heading-icon h6 {
 line-height: 1.2em;
}
 .dl-horizontal dt {
width: 100%;
padding: 20px 0;
}
 .dl-horizontal dd {
margin-left: 0;
padding: 0 0 20px 0;
}
 .signup-box {
padding: 20px;
margin-bottom: 20px;
}
 .signup-box .submit {
float: left;
}
 .review-slider {
 padding: 0 !important;
}
 .row-themecolor {
margin-bottom: 40px;
}
 .video-wrapper {
 margin-bottom: 20px;
}
 .submit {
 padding: 0 20px;
}
 .text-small {
margin-bottom: 10px;
}
.bordre{width:100%;}
.counsellor-the {
    width: 100%;
}
/*.navbar .container {
    margin: 0 auto;
    padding: 0;
    width: 170px !important;
}*/
.slides{min-height:273px;}
}

/*----------------------------------------*/
/*----- 4.4 Large Desktop  -----*/
/*----------------------------------------*/
@media (min-width: 1200px) {
	.certup{margin-left:60px !important;}
	
}

/*============================================================*/
/*---------- 5. BROWSER FIXES ----------*/
/*============================================================*/

@media \0screen {
/*arrow and border list*/
.list-arrow-border li {
	background: url(img/bullet-pointer-light.png) no-repeat 0 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
}
 @media (min-width: 1024px) and (max-width: 1900px) {
.mega-menu {
width:1100px;
}
 .dropdown-menu {
 margin: 0 6px 10px -268px !important;
}
 .mega-menu li.mega-menu-column {
width:346px;
}
 .call-footer {
font-size:17px;
}
 .modalDialog > div {
 width: 470px;
 position: relative;
 margin: 0% auto;
 padding: 5px 20px 13px 20px;
/*background: #fff;
                background: -moz-linear-gradient(#fff, #999);
                background: -webkit-linear-gradient(#fff, #999);
                background: -o-linear-gradient(#fff, #999);*/
            }
 textarea {
 height: 150px !important;
}
 .close {
/* background: #000 none repeat scroll 0 0;*/
border:2px solid #000;
 border-radius: 4px;
 color: #000;
 font-size: 17px !important;
 font-weight: bold;
 height: 21px;
 /*line-height: 23.3px !important;*/
 position: absolute;
 right: 4px;
 text-align: center;
 top: 4px;
 width: 20px;
 z-index: 9;
}
 .close:hover {
/*background:#fb8404 !important;*/
color:#fb8404 !important;
opacity:10 !important;
}
 .form-wrapper {
 background-color: #fff;
 border-radius: 12px;
 border: 10px solid #000;
 /*box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;*/
 margin: 274px 0 0 -275px;
 overflow: hidden;
 padding: 8px;
 width: 1000px;
}
 .span5.logo img {
float:right !important;
}
 .wpcf7-form-control.wpcf7-submit {
 background: #fb8404;
 border: none;
 color: #fff;
 padding: 4px 22px;
 border-radius: 4px;
}

/*
.close.search-close {
    background: #000!important;
    color: #fff!important;
    right: -228px;
    top: 296px;
    line-height: 22px !important;
    width: 23px;
    height: 23px;
    font-size: 18px !important;
}
*/

.close.search-close {
    height: 20px;
   /* line-height: 24px;*/
    /*right: -240px;
    top: 306px;*/
}
.close.search-close:hover {
/*background:#fb5c03 !important;*/
opacity:10;
}
/*.nav-serch {
    background-position: left center !important;
    background-repeat: no-repeat;
    margin-right: -3px;
}*/



}
 @media only screen and (min-width: 768px) {
.mobile-up {
left:-17px !important;
}
.span5.logo img {
float:right !important;
}
}
 @media only screen and (min-width: 414px) {
.span7.logo img {
float:none !important;
}
.mobile-up {
left:6px;
}

}
 @media only screen and (min-width: 375px) {
.span7.logo img {
float:none !important;
}
.mobile-up {
left:0px;
}
.certup{margin-left:0px;}
/*.nav-serch {

	 background-position: 130px 11px !important;
}*/
}
 @media only screen and (min-width: 1200px) {
.mobile-up {
left:22px !important;
}
/*.nav-serch {
    background-position:left center !important;

}*/
}
 @media (min-width: 980px) and (max-width: 1200px) {
/*.nav-serch {
    background-position:left center !important;
}
*/
}

@media (min-width: 568px) and (max-width: 767px) {
	.logo img{float:none;}
	.certup{margin-left:0px;}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.mail {
    display: none;
}

.con-num {
    display: none;
}

.mobile-up {
    left: -2px !important;
    position: relative;
}

.call-email {
    display: inline-block;
    float: right !important;
    padding: 10px 0 0;
    text-align: right;
}
}


@media (min-width: 568px) and (max-width: 767px) {
	.mail {
    display: none;
}

.con-num {
    display: none;
}

.mobile-up {
    left: -2px !important;
    position: relative;
}
.certup{margin-left:0px;}
}


@media (min-width: 481px) and (max-width: 767px) {
	
	.slides{min-height:200px;}
	}
	
	@media (min-width: 568px) and (max-width: 1023px) {
		
		.close.search-close {
    right: 118px;
    top: 69px;
}
		
	}
