/*
Theme Name: Sinusitis Australia
Theme URI: http://www.google.com/
Author: Our Theme
Author URI: http://google.com/
Description: Our Theme
version:9.9
*/
@import url(css/bootstrap.min.css);
@import url(fonts/fonts.css);
@import url(css/ie-only.css);
@import url(css/font-awesome.min.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	line-height:24px;
	color:#333;
	font-weight:400;
}
ol, ul {
}

ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

b, strong {
	font-weight:500;
}
i, em {font-style: italic;}
u {text-decoration: underline;}
a {
	color:#000;
-webkit-transition: color .15s ease-out;
 -moz-transition: color .15s ease-out;
 -o-transition: color .15s ease-out;
 -ms-transition: color .15s ease-out;
 transition: color .15s ease-out;
}
a:hover {
	text-decoration: none;
}
a:focus {
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 20px;
	color: #512273;
	line-height: 30px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	padding-bottom:15px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
code {
	white-space: inherit;
	background-color: #f1f1f1;
}
a:focus {
	outline:none;
	text-decoration:none;
}
img {
	max-width:100%;
}
.alignleft {
	float:left;
	margin-right:15px;
}
.alignright {
	float:right;
}
ul, li {
	list-style-type:none;
}

.header.sticky {
	position: fixed;
	top: 0px;
	z-index: 999;
	width:100%;
	box-shadow: -6px -2px 5px #848484;
}
.logo {
	padding-top:10px;
}

.topbar-bg {
	background:#f4f4f4;
	font-size:13px;
	color:#4e4e4e;
	font-weight:500;
	line-height:42px;
}
.mobile-logo {
	display: none;
	background: #e76756;
	text-align: center;
}
.logo a {
	padding: 0px;
	display: inline-block;
}
.headerlogo {
	background:#fff;
}

.headerlogo select
{display:inline-block;}
.headerlogo ul.social-icons
{display:inline-block;
margin-left:15px;}

.headerlogo .cart-menu .icon {
	padding-right:8px;
}
.headerlogo .right-text {
	text-align: right;
	padding-top:25px;
}
.call-text {
	padding-top:5px;
}

.headerlogo .headerlogo-bg
{float:left; width:100%; padding:5px 0;}
.call-text a {
font-size:30px;
color:#f09319;
font-weight:600;
line-height:40px;
float:right;
margin-left:10px;
}

.mobile-logo .call-text a
{font-size:18px; line-height:22px; margin-left:0;}

.phn-icon {
	border: 1.5px solid #758D58;
	border-radius: 50%;
	width:24px;
	height:24px;
	display:inline-block;
	text-align: center;
	line-height:24px;
	margin:0 4px;
	color: #758D58;
	font-size:16px;
}
.headerlogo .cart-menu {
	display:none;
}

.mobile-logo .headerlogo select
{max-width:160px;}

.nav ul {
 *zoom:1;
	list-style:none;
	text-align:center;
	box-shadow: none;
}
.nav ul li {
	display:inline-block;
	position:relative;
}
.nav ul li a {
	color:#fff;
	font-size:18px;
	font-weight:400;
	line-height:50px;
	cursor:pointer;
	text-transform:uppercase; 
	padding:0px 12px;
	display:block;
}

.nav li a a:hover {
	text-decoration:none;
}


.nav li {
	position:relative;
}

.nav li ul.sub-menu {
	position:absolute;
	display:none;
	left:0;
	top:100%;
	z-index:999;
}

.nav li:hover ul.sub-menu
{display:block;
min-width:220px;
background:#778459;}

.nav li:hover ul.sub-menu li
{display:block;}

.nav li:hover ul.sub-menu li a
{    padding: 5px 10px;
    font-size: 16px;
    text-align: left;
    line-height: 40px;
    display: block;
    border-bottom:1px solid #8d9b6a;
    text-transform: none;}

.nav li:hover ul.sub-menu li a:hover
{
	background:#8a9ea7;
}

.nav li:hover ul.sub-menu li ul.sub-menu
{display:none;}

.nav li:hover ul.sub-menu li:hover ul.sub-menu
{display: block;
    position: absolute;
    left: 100%;
    top: 0;
}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float:left;
	padding:0;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
 *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	width:55px;
	height:60px;
	margin:0;
	z-index: 9999;
	padding:18px 16px;
}
.slicknav_open .slicknav_icon {
	background:#5f4671;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar {
	background:#fff;
}
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
	z-index:999;
}
.slicknav_open .slicknav_icon .slicknav_icon-bar:first-of-type {
	-webkit-transform: rotate(45deg) translate(8px, 8px);
	-ms-transform: rotate(45deg) translate(8px, 8px);
	transform: rotate(45deg) translate(8px, 8px);
}
 .slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(2) {
 -webkit-transform: rotateY(90deg);
 transform: rotateY(90deg);
}
.slicknav_open .slicknav_icon .slicknav_icon-bar:last-of-type {
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	-ms-transform: rotate(-45deg) translate(5px, -5px);
	transform: rotate(-45deg) translate(5px, -5px);
}
.intro .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
	z-index:999;
}
.intro .slicknav_open .slicknav_icon .slicknav_icon-bar {
	display:block;
}
.intro .slicknav_icon {
	float: left;
	margin:0px;
	z-index: 9999;
	padding-right:6px;
	padding-top:4px;
}
.js .intro.sticky {
	position:fixed;
}
.js .intro {
	z-index:9;
}
.intro .slicknav_menutxt {
	float:left;
	padding-right:15px;
	font-size:18px;
	padding-top:6px;
}
.intro .slicknav_nav li:first-child {
	display:none;
}
.intro .slicknav_nav li:last-child {
	display:none;
}
.intro .slicknav_nav li .children li:first-child {
	display:block;
}
.intro .slicknav_nav li .children li:last-child {
	display:block;
}
.intro .slicknav_icon-bar {
	display: block;
	width: 25px;
	height: 4px;
	margin-bottom: 4px;
	background: #522374;
}
.intro .slicknav_btn {
	float:right;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width:26px;
	height:5px;
	margin-bottom:4px;
 -webkit-transition: -webkit-transform ease .2s;
transition: transform ease .2s;
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav li ul li {
	border:none;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
	float: right;
	display:none;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-size: 16px;
	box-sizing: border-box;
	padding:0px;
	position:absolute;
	width:100%;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	display:none;
}
.slicknav_menu .slicknav_icon-bar {
	background-color:#512273;
}
.slicknav_btn {
	margin:0px;
	text-decoration: none;
	position:relative;
	z-index:999;
}
.slicknav_nav {
	color: #fff;
	list-style: none;
	overflow: hidden;
	background:#5f4671;
	margin: 0;
	padding: 0;
	position:relative;
	top:100%;
	z-index:99999;
}
.slicknav_nav ul {
	list-style:none;
	padding:0;
	margin:0 0 0 0px;
	overflow-x: hidden;
	padding-left: 35px;
}
.slicknav_nav ul li a {
	border-bottom:1px solid #645277;
	margin:0px 0px;
	padding-left:12px;
	font-size: 13px;
}
.slicknav_nav .slicknav_row {
	padding:10px 15px;
	margin: 2px 10px;
	border-bottom:1px solid #645277;
	position:relative;
}
.slicknav_nav .slicknav_row:after {
	position:absolute;
	top:10px;
	right:5px;
	content:"\f107";
	font-family:FontAwesome;
	color: #9d85ab;
	font-size: 24px;
	font-weight: normal;
}
.slicknav_nav .slicknav_open .slicknav_row:after {
	position:absolute;
	top:10px;
	right:5px;
	content:"\f106";
	font-family:FontAwesome;
	color: #9d85ab;
	font-size: 24px;
	font-weight: normal;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
}
.slicknav_nav a {
	padding:10px 20px;
	margin: 2px 5px;
	text-decoration: none;
	color:#dfcdea;
	text-transform: uppercase;
	border-bottom:1px solid #645277;
}
.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#eee;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
	border-bottom:none;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding:7px 12px;
	height:44px;
}
.slicknav_menu {
	display:none;
}
.intro {
	display:none;
}
.slicknav_nav .children {
	overflow-y:auto;
	height:200px;
}
.slicknav_nav ul li .sub-menu li a {
	padding-left:25px;
}

.m-auto{margin:0 auto; float:none;}



.back-btn{background: #f09319;
border: none;
color: #fff !important;
padding: 8px 30px;
position: relative;}

.progress-see{background:rgba(117,141,88,.75);
text-align: center;
padding: 25px;
color:#fff;
border-radius:8px;}
.post-page .progress-see h2{color:#fff; margin-top:0px;} 
.post-page .progress-see a{text-decoration:underline; color:#fff;}
.benifits-program{ padding:15px; background:#eee; border-radius:10px;}  
.benifits-program ul{margin-bottom:15px;}



ul.social-icons li.whatsapp:hover {
background:#00e676;
border-color:#00e676;
}

.footer ul.social-icons li.whatsapp:hover {

    background: 0 0;

}
.footer ul.social-icons li.whatsapp:hover a .icon-social {
background:#00e676;
}


nav.nav
{background-color:#8d9b6a; float:left; width:100%;}


.gform_wrapper div.validation_error {
	padding:0px;
	border:none;
	color:red;
	font-weight:500;
	text-align:center;
	padding-top:15px;
	display:none;
}
.gform_wrapper .gfield_required {
	display:none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border:none;
	background:none;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top:0px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	position:absolute;
	top:5px;
	right:5px;
	text-align:right;
	color:#d60000;
	display:none;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
width:100%;
position:relative;
}

.gform_wrapper li.gfield.gfield_error
{background:none !important; border:none !important;}

.gform_wrapper ul.gform_fields li.gf_right_half.gfield_error
{max-width:50% !important;}
.gform_wrapper ul.gform_fields li.gfield.gf_left_half.gfield_error
{max-width:50% !important;}

.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container_name span
{max-width:50%; padding-right:8px;}

.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container_name span.name_last
{padding-left:8px;
padding-right:0px;}

.gform_wrapper .validation_message
{display:none;}

.gform_wrapper li.gfield_error input
{
	border:2px solid #ff1616 !important;
}

.footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half)
{max-width:100% !important;}

.footer .gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container_name span
{max-width:47%;}

.footer .gform_wrapper ul.gform_fields li.gfield input[type="text"]
{background:#fff; color:#363636;}



.bg-purple
{background:#61367b;
padding:15px;
color:#fff;
margin:15px 0px;
float:left;
width:100%;}

.post-page .bg-purple h2
{background:none; padding:0px 0 10px 0;
font-size:22px;
border-bottom:1px solid #ddd;
color:#fff;
margin:0 0 10px 0;}
.bg-purple p{padding-bottom:8px;}

.bg-purple p.inner-btn{margin-top:15px;}

.bg-purple p.inner-btn a
{background: #f09319;
color: #fff;
padding: 10px 22px;}

.bg-purple p.inner-btn a:hover
{background:#8d9b6a;}


.post-page p.inner-btn a
{background: #f09319;
color: #fff;
padding: 10px 22px;}

.post-page p.inner-btn a:hover
{background:#8d9b6a;}

.bg-green{background:#8d9b6a;}
.bg-purple.bg-green p.inner-btn a:hover
{background:#61367b;}
.bg-grey{background:#8a9ea7;}
.bg-light-grey{background:#eeeeee;}


 @media screen and (max-width:991px) {

.sidebar-form-page .mob-no{ margin-bottom:10px;}
.sidebar-form-page .mob-no a.call-action{display:none;}
 .js .slicknav_menu {
 display: block;
width: 100%;
}
.topbar-bg p {
padding-left:22px;
}

.intro {
display:block;
}
 .js .intro {
top:120px;
 position:absolute;
 width:100%;
 float:left;
 background:#eee;
 padding:5px 0 0;
display:none;
}
.js .intro.sticky {
top:78px;
}
 .header.sticky {
position: inherit;
}
}

.flexslider {
	margin: 0 0 0;
	overflow: hidden;
	background: #fff;
	position: relative;
	zoom: 1;
	margin:0px;
	padding:0px;
	height:auto;
}
.flexslider .slides {
 *zoom: 1;
	max-height:400px;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider .slides img {
	width: 100%;
	float:left;
}
.flex-caption {
	width: 100%;
	margin:0;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.text-container {
	max-width: 100%;
	position: relative;
	-webkit-animation: slideIn;
	-moz-animation: slideIn;
	-o-animation: slideIn;
	animation: slideIn;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	width:100%;
}
.text-container p {
	font-size:50px;
	font-weight:500;
	text-transform: uppercase;
	color: #512273;
	line-height:66px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:2px;
}
.text-container h5 {
color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 8px;
    font-family: 'lhfstanfordscriptuploadedfile';
    opacity: 1;
    text-transform: none;
    display: block;
}
.text-container p {
	margin-top:40px;
}
.btn-orang {
	background: #f09319;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 60px;
	display: inline-block;
	padding:0 30px;
	margin-top:20px;
	position:relative;
}
.btn-orang:hover {
	background:#512273;
	color:#fff;
}
.btn-orang span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.btn-orang span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
	color:#fff;
}
.btn-orang:hover span {
	padding-right: 25px;
}
.btn-orang:hover span:after {
	opacity: 1;
	right: 0;
}
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	display: block;
	width:45px;
	height:60px;
	margin:-20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
background-color:rgba(97,54,123,.60);
background-position:center;
background-size:12px;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity:0;
	filter:alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
}
.flex-direction-nav a.flex-next:before {
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-prev {
	background: url(images/left.png) no-repeat center left;
	left: 50px;
}
.flex-next {
	background: url(images/right.png) no-repeat center right;
	right: 50px;
}
.flex-control-nav {
	width:100%;
	position: absolute;
	right:0;
	bottom: 0;
	text-align:center;
	z-index: 2;
	font-size: 0;
	opacity:0;
}
.flex-control-nav li {
	display:inline-block;
	margin:5px 2px;
	zoom:2;
*display:inline;
}
.flex-control-paging li a {
	width:9px;
	height:9px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border-radius:20px;
	background:#512273;
}
.flex-control-paging li a:hover {
	background:#758D58;
}
.flex-control-paging li a.flex-active {
	background:#758D58;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
.imghide {
	display:block;
}
.imgshow {
	display:none;
}
.flexslider .slides figure {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides figure:first-child {
	display: block;
	-webkit-backface-visibility: visible;
}


#aboutus .left-content p {
	line-height:30px;
}
#aboutus .left-content a {
	text-decoration:none;
	margin-left:8px;
	margin-top:20px;
}
#aboutus .left-content a:hover {
	background:#8d9b6a;
	color:#fff;
}
#aboutus .full-width {
	margin-top:0px;
}




.recent-blog-header {
	text-align: center;
}
.recent-posts-container {
	padding: 16px;
	border: 1px solid #acacac;
	overflow: hidden;
	position: relative;
	margin-bottom: 43px;
}

.recent-posts-container h3 {
	margin-bottom: 16px;
}
.bottom-to-top {
	-webkit-transform: scale(1) translate3d(0, 50%, 0);
	opacity: 0;
}
.recent-posts-container p {
	text-align: left;
}
p.rbh-post-meta {
	margin-top: 38px;
}
p.rbh-post-meta a {
	color: #d93021;
}
img.rbh-readmore {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 13px;
	background: url(images/readmore-icon-red.png) no-repeat center;
	border:1px solid #ddd;
}
.read-morebtn {
	width:100%;
	text-align:center;
	display:inline-block;
	margin-top:50px;
	padding:0px;
}
.read-morebtn .morebtn {
	background: #f09319;
	padding:8px 30px;
	color: #fff;
	position:relative;
}
.read-morebtn .morebtn:before {
	position: absolute;
	font-size: 24px;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: -5%;
	top: 0px;
	z-index: -1;
	line-height:38px;
}
.read-morebtn .morebtn:hover {
	background:#512273;
}
.read-morebtn .morebtn:hover:before {
	left:10%;
	z-index:1;
}
.read-more-text {
	width:100%;
	float:left;
	padding:5px 10px 10px 0;
	color:#000;
	font-size:15px;
}
.read-more-text:hover {
	text-decoration:underline;
	color:#f09319;
}

#services {
	width:100%;
	float:left;
}
#services h2 {
	padding-bottom:20px;
}
#services ul {
	margin-bottom:30px;
}
#services ul li {
	position:relative;
	padding-left:25px;
}
#services ul li a {
	color:#000;
}
#services ul li:before {
	position:absolute;
	left:0px;
	content:"\f00c";
	font-family:FontAwesome;
	font-size:8px;
	border:1.3px solid #758D58;
	border-radius:25px;
	width:16px;
	height:16px;
	line-height:13px;
	text-align:center;
	color:#758D58;
	top:5px;
}


#services p {
	padding-bottom:12px;
}
#services ul li.current_page_item {
	display:none;
}
#section6 {
	width:100%;
	display:inline-block;
	margin-bottom:0px;
	padding:30px 0px;
}

.title-inner 
{float:left; width:100%;
position: relative;}

.title-inner::before
{background:rgba(00,00,00,.45);
content:'';
position:absolute;
height:100%;
width:100%;
left:0;
top:0;
} 

.title-inner img
{float: left;
width:100%;
height:auto;}

.title-inner h1 {
	text-align:center;
	padding:0px;
	font-size:32px;
	line-height:45px;
	color:#333;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:500;
	position: absolute;
	top:45%;
	left:50%;
	transform:translate(-50%);
	z-index:1;
	color:#fff;
}

.post-page {
	min-height:450px;
	overflow:hidden;
	padding:0;
	margin-bottom:30px;
	color:#000;
	font-weight:300;
}
.post-page h1, .post-page h2, .post-page h3 {
	padding-bottom: 10px;
}
.post-page h4, .post-page h5, .post-page h6 {
	padding-bottom: 7px;
}
.post-page h4 {
	display: block;
	clear: both;
	padding: 10px 00px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}
.post-page h1 a, .breadcrum h4 a {
	color: #000;
	display: inline-block;
	word-break: break-word;
}
.post-page h1 a:hover, .breadcrum h4 a:hover {
	color:#f09319;
}
.post-page h2 {
	display:block;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight:500;
	color: #e48a01;
	margin-top: 25px;
	text-transform: none;
	line-height: 30px;
	text-transform: uppercase;
}
.post-page h2:first-child {
	margin-top:0px;
}
.post-page h2 a {
	color:#e48a01;
}
.post-page h3 {
	font-weight:500;
	margin-top: 11px;
	clear: both;
	line-height: 28px;
	font-size: 18px;
	color: #4e1a6d;
	background: #f6f6f6;
	padding: 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.post-page h6 {
	font-weight: 600;
	margin-top: 13px;
	line-height: 28px;
	font-size: 18px;
	color: #4e1a6d;
	background: #f6f6f6;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 26px;
}
.post-page a {
	color: #4e1a6d;
	font-weight: 500;
}
.post-page a:hover {
	color: #f09319;
}
.post-page p {
	padding-bottom:15px;
}
.post-page ol, .post-page ul {
	margin-left: 18px;
}
.post-page ul.meta {
	margin-left: 0;
	margin-bottom: 14px;
}
.post-page ol li, .post-page ul li {
	margin-bottom: 7px;
}
.post-page ol ol, .post-page ul ul {
	margin-top: 7px;
}
.post-page .avatar.photo {
	padding: 3px;
	border: 1px solid #adadad;
	display: inline-block;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}
.post-page .auth-title {
	padding-top: 10px;
	padding-bottom: 5px;
}
.post-page ul.social-icons {
	max-width: 100%;
}
.post-page h1.post-page-head {
	border-bottom:1px solid #f4f4f4;
	padding-bottom: 13px;
	margin-bottom: 10px;
}
.post-page .read-more {
	color:#fff;
	font-weight:300
}
.read-more {
background: #f09319;
color: #fff;
font-size: 22px;
font-weight: 400;
line-height: 40px;
display: inline-block;
padding: 0 20px;
margin-top: 18px;
position: relative;
text-transform:uppercase;
}




.sidebar {
	font-size: 14px;
	margin-bottom: 54px;
}
.sidebar h4, .sidebar h3 {
	margin-bottom: 9px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e8e8e8;
}
.sidebar ol, .footer ol, .sidebar ul, .footer ul {
	list-style: none;
}
.sidebar ul li {
	margin-bottom: 15px;
	background: url(images/sidebar-li-icon-black.png) no-repeat 0 5px;
	padding-left: 26px;
}
.sidebar ul li:hover {
	background: url('images/sidebar-li-icon-orange.png') no-repeat 0 5px;
}
.sidebar ul li a:hover, .sidebar a.rsswidget:hover {
	color: #e14015;
}
.sidebar ul li a, .sidebar a.rsswidget {
	color: #222;
}
.post-page table {
	overflow: hidden;
	background: #fefefe;
	width: 99%;
	margin: 0 0 15px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.post-page table td {
	padding: 10px 15px;
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
	background: -moz-linear-gradient(top, #fefefe, #f9f9f9);
	background: -ms-linear-gradient(top, #fefefe, #f9f9f9);
	background: -o-linear-gradient(top, #fefefe, #f9f9f9);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fefefe', GradientType=0);
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.post-page table ol, .post-page ul {
	margin-left: 3px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.post-page ul li {
	position:relative;
	padding-left: 25px;
}
.post-page ul li::before {
 position: absolute;
 left: 0px;
 content: "\f00c";
 font-family: FontAwesome;
 font-size: 8px;
 border: 1.3px solid #758D58;
 border-radius: 25px;
 width: 16px;
 height: 16px;
 line-height: 15px;
 text-align: center;
 color: #758D58;
 top: 5px;
}
.post-page iframe {
	width:100%
}
.sidebar .tagcloud a {
	border-radius: 5px;
	margin: 2px;
	padding: 5px;
	float: left;
	font-size: 12px !important;
	    text-decoration: underline;
}

.blogpost-content blockquote {
	padding: 25px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
    margin: 0 24px 20px;
    position: relative;
    border-left: 8px solid #758d58;
    background: #f5f5f5;
}
.blogpost-content blockquote p {
	position:relative;
	padding-left:30px;
}
.blogpost-content blockquote:before {
	content:"";
	background:url('images/quote-icon.png') no-repeat;
    position:absolute;
    left:5px;
    top:5px;
    font-size:28px;
    line-height:35px;
    color: #55226f;
    width:50px;
    height:50px;
    background-size:48px;
} 


.blogpost-content blockquote p {
	position:relative;
	padding-left:30px;
}

.blogpost-content blockquote p em{padding-bottom:15px; display:inline-block;}

.contact-page {
	padding:70px 0;
	width: 100%;
	float: left;
}
.bdr-btm {
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
	display:inline-block;
}
.contact-page h4 {
	font-size: 20px;
	font-weight: 500;
	border-bottom:1px solid #e6e5e5;
	padding: 10px 0;
	margin-bottom: 10px;
	color:#512273;
}
.contact-page .contact-det ul.detail
{margin:0px;}
.contact-page .contact-det ul.detail li {
	background: #8a9ea7;
text-align: center;
padding: 12px;
color:#fff;
margin-bottom:14px;
}
.contact-page .contact-det ul.detail li .icon-contact {
	display: block;
font-size:40px;
}
.contact-page .contact-det ul.detail li p {
	font-size: 18px;
font-weight: 400;
color: #fff;
padding-left: 0;
line-height: 30px;
}
.contact-page .contact-det ul.detail li a {
	padding-left: 0;
font-size: 32px;
font-weight: 600;
color: #fff;
line-height: 40px;
}

.contact-page .contact-det ul.detail li h3
{display:none;}
.contact-page .contact-det ul.detail li .textwidget span
{display:none;}

.contact-page .contact-det ul.detail li .textwidget br
{display:none;}

.bdr-right1
{background:#e8dfe0;}

.contact-page .contact-det p {
	font-size: 13px;
	color: #451c68;
	font-weight: 500;
}
.contact-det {
	width: 100%;
	float: left;
}


.contact-page h5 {
	font-size:17px;
	color: #758D58;
	font-weight:600;
	border-bottom:1px solid #e6e5e5;
	padding:8px 0;
	margin-bottom:10px;
}
.mrg-top30 {
	margin-top:50px;
}
.form-gra .large {
	width:100%;
	border:1px solid #eee;
	padding:8px;
	outline:none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 5px;
	font-size:14px;
}
.form-gra .textarea {
	height:200px;
	outline:none;
	border-radius: 5px;
}
.form-gra .textarea:focus {
	outline: none;
	border-color: #1990c6;
	-webkit-box-shadow: 0 0 0 1px #512273;
	box-shadow: 0 0 0 1px #1990c6;
}
.form-gra .large:focus {
	outline: none;
	border-color:#4d1b64;
	-webkit-box-shadow: 0 0 0 1px #4d1b64;
	box-shadow: 0 0 0 1px #4d1b64;
}
.form-gra .gfield_label {
	display:none;
}
.form-gra .btn-submit {
	background: #f09319;
	border: none;
	color: #fff;
	padding: 8px 30px;
	position:relative;
}
.form-gra .btn-submit:hover {
	background:#512273;
}
.form-gra .btn-submit:before {
	position: absolute;
	font-size: 24px;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: -5%;
	top: 0px;
	z-index: -1;
	line-height:42px;
	content: "\f105";
	font-family: FontAwesome;
}
.form-gra .btn-submit:hover:before {
	left: 10%;
	z-index: 1;
}
.contac-usdes {
	width: 100%;
	float: left;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	font-size:15px;
}
.min-bold {
	padding:12px 0 0px 0;
	display: inline-block;
	font-weight:500;
}
.contac-usdes .read-more:hover {
	background: #512273;
	color: #fff;
}
.contac-usdes .read-more {
	color:#fff;
	font-weight:normal
}
.contac-usdes p a {
	color:#502471;
	font-weight:500;
}
.not-found {
	margin-bottom:0px;
	min-height:inherit;
	text-align:center;
}
.not-found p {
	font-size:15em;
	line-height:1em;
	text-align: center;
	font-weight:600;
	color:#512273;
}
.not-found h1 {
	text-align: center;
	font-size:24px;
	font-weight:400;
	letter-spacing:1px;
}

.not-found a.read-more:hover
{color:#fff;}


ul.social-icons {
	text-align:right;
}
ul.social-icons li {
	display: inline-block;
	width:40px;
	height:40px;
	background:none;
	padding-left:0px;
	line-height:40px;
	text-align:center;
	border-radius:32px;
	border:1px solid #61367b;
	color:#aaa;
	font-size:20px;
}

.p-r-0{padding-right:0px;}

ul.social-icons li a {
	font-size:20px;
	color:#61367b;
	display:block;
}

ul.social-icons li:hover a
{color:#fff;}


ul.social-icons li.fb:hover {
	background:#2a3890;
	border-color:#2a3890;
}
ul.social-icons li.tw:hover {
	background:#26aae1;
	border-color:#26aae1;
}
ul.social-icons li.gp:hover {
	background:#dd4b39;
	border-color:#dd4b39;
}
ul.social-icons li.ln:hover {
	background:#1d75bc;
	border-color:#1d75bc;
}
ul.social-icons li.yt:hover {
	background:#ed1c24;
	border-color:#ed1c24;
}
ul.social-icons li.rs:hover {
	background:#ea7819;
	border-color:#ea7819;
}

ul.social-icons li.insta:hover {
	background:#7a45ba;
	border-color:#7a45ba;
}

ul.social-icons li .fa {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact-wrapper {
	padding-top: 52px;
	margin-bottom: 9px;
	line-height: 1.4;
}
.footer {
	padding:0px;
	font-size:18px;
	line-height:24px;		
	color:#fff;
	background-color:#61367b;
	position:relative;
}

.footer h3{font-size:22px;
padding-bottom: 20px;
line-height: 30px;}

.contact-add {
	position:relative;
}
.contact-add span {
	position:absolute;
	top:2px;
	font-size:18px;
}
.contact-add p {
	padding-left:18px;
}
.icon-foot {
	font-size:18px;
	position:absolute;
	top:2px;
}
.icon-foot .fa-fax {
	font-size:14px;
}
.footer-fourth ul li {
	position:relative;
	padding-bottom:25px;
}
.footer-fourth ul li p {
	padding-left:30px;
}
.footer-fourth ul li a {
	padding-left:30px;
}
.footer-first p a {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}
.footer-second li a {
	text-transform:uppercase;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#ddd;
}
.footer ul.social-icons {
	text-align:left;
	margin-top:5px;
}
.footer ul.social-icons li {
	display:block;
	margin-bottom:10px;
	width:auto;
	background:none;
	height:auto;
	line-height:inherit;
	border-radius:0px;
	text-align:left;
	border:none;
}
.footer ul.social-icons li a .icon-social {
	display: inline-block;
	width:32px;
	height:32px;
	background:none;
	padding-left:0px;
	line-height:32px;
background:#737373;
	text-align:center;
	border-radius:32px;
	margin-right:10px;
}
.footer ul.social-icons li.fb:hover {
	background:none;
}
.footer ul.social-icons li.tw:hover {
	background:none;
}
.footer ul.social-icons li.gp:hover {
	background:none;
}
.footer ul.social-icons li.ln:hover {
	background:none;
}
.footer ul.social-icons li.yt:hover {
	background:none;
}
.footer ul.social-icons li.rs:hover {
	background:none;
}
.footer ul.social-icons li.fb:hover a .icon-social {
	background:#2a3890;
}
.footer ul.social-icons li.tw:hover a .icon-social {
	background:#26aae1;
}
.footer ul.social-icons li.gp:hover a .icon-social {
	background:#dd4b39;
}
.footer ul.social-icons li.ln:hover a .icon-social {
	background:#1d75bc;
}
.footer ul.social-icons li.yt:hover a .icon-social {
	background:#ed1c24;
}

.footer ul.social-icons li.insta:hover{background:none;}
.footer ul.social-icons li.insta:hover a .icon-social {
	background:#7a45ba;
}

.footer ul.social-icons li.rs:hover a .icon-social {
	background:#ea7819
}
.footer ul.social-icons li a span {
	text-transform:none;
	font-size:14px;
}
.footer ul.social-icons li a {
	font-size:14px;
}
.footer-copyright-wrapper {
	color:#fff;
	font-size:12px;
}

.footer-menu ul#nav, ul#nav ul {
	margin: 0;
	padding: 27px 0;
	list-style: none;
	position:relative;
}
.footer-menu-ul li {
	display: inline-block;
}
.footer-menu-ul li a {
	color:#fff;
	padding-left: 7px;
	display: inline-block;
 transition: color .4s;
}
.devlop-by {
	padding-bottom: 27px;
	padding-top: 27px;
	text-align:right;
}
.devlop-by a {
	color:#FFF;
	text-decoration:underline;
}
.form-footer form {
	width:100%;
	float:left;
	padding-top:0px;
}
.form-footer .gform_heading {
	float:left;
	padding-right:15px;
	line-height:60px;
	width:100%;
	text-align:center;
}
.form-footer .gform_heading .gform_title {
	display:none;
}
.form-footer .gform_description {
	font-size:15px;
}
.form-footer .gform_heading h3 {
	font-size: 14px;
	text-transform: uppercase;
	color:#fff;
	font-weight: 500;
}
.form-footer .gform_body {
	float:left;
	width:85%;
}
.form-footer .gform_body .gform_fields .gfield {
	float:left;
	margin-right:0px;
	width:32%;
	margin-right:1%;
}
.form-footer .gform_body .gform_fields .gfield .gfield_label {
	display:none;
}
.form-footer .gform_body .gform_fields #field_2_5 .form-footer .gform_body .gfield_label {
	display:none;
}
.form-footer .gform_footer {
	float:left;
	width:15%;
	clear:none;
	margin-top:0px;
}
.form-footer form .gfield .medium {
	width: 100%;
	border:1px solid #b8b8b8;
	padding: 5px;
	font-size: 14px;
	color: #888888;
	outline:none;
}
.form-footer .gform_footer .btn-submit {
	background: #f09319;
	border: none;
	line-height:38px;
    padding: 0 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	outline:none;
	position:relative;
}
.form-footer .gform_footer .btn-submit:hover {
	background:#512273;
}
.form-footer .gform_footer .btn-submit:before {
	line-height:38px;
	font-size:20px;
}
.form-footer .gform_footer .btn-submit:hover:before {
	left:6%;
}

.card-pay {
	padding-top:30px;
	text-align:right;
}
 .form-footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
width:32%;
}
.copy-right-btm {
	padding-top:45px;
	display:inline-block;
	width:100%;
}
.contact-add a {
	color: #ddd;
	font-weight: 700;
	padding-right: 15px;
	position:relative;
	line-height:15px;
}
.contact-add a small {
	padding-left:18px;
}

.pad-90 {
	padding:90px 0px;
}


#aboutus {color:#fff; background:#61367b;}
#aboutus .heading
{color:#fff;}

.tab-content p {
	padding-bottom:15px;
}

.p-l-0 {
	padding-left:0px;
}

.mid-text h3 {
	font-size:17px;
}
.form-footer p {
	padding-top:20px;
}
.pad-btm0 {
	padding-bottom:0px;
}



@-moz-document url-prefix() {
.flex-control-paging li a {
 width:18px;
 height:18px;
}
 .flex-control-nav li {
padding:7px 3px;
}
}

.blogpost-content .post-1094 table thead th {
	padding: 10px 15px;
	font-weight: 500;
	border-right: 1px solid #ddd;
}

.centertick {
	text-align:center
}

.smallptext {
	display: block;
	font-size: 13px;
	font-weight: 400;
}


.bdr-redius {
	padding-right:0 !important;
	border-radius: 100%;
	margin-right: 30px;
	border: solid 4px #e3e3e3;
}
.panel-heading {
	padding:0 20px;
}
.panel-group .panel-heading {
	border-radius:0px;
	background:none;
	padding:0px;
}
.panel-title {
	font-size:16px;
	line-height:24px;
}
.panel-title a {
	font-size: 15px;
	background-color: #f5f5f5;
	border-bottom:1px solid #ddd;
	width: 100%;
	float: left;
	padding: 10px;
}
.panel-group .panel {
	border-radius:0px;
	border:none;
}
.panel-body {
	padding:15px 25px;
	float:left;
}
.checkout-page .blogpost-content {
	padding-top:8px;
}
.checkout-page .logo {
	padding:15px 0 20px;
}
.img-raman {
	float:left;
}


 @media only screen and (min-width:767px) and (max-width:991px) {


.text-container p{ font-size:40px; line-height:45px; }


 .slicknav_menu .slicknav_icon {
width:42px;
height:42px;
padding:10px;
}

.form-footer .gform_button{padding:5px 20px; margin-right:0px; font-size:20px;} 


}



@media only screen and (min-width:481px) and (max-width:768px)
{

.utube-video{width:70%; margin:0 auto; text-align:center;}

#aboutus .col-sm-6{width:100%;}
/*#services .col-sm-6{width:100%;}*/
}



	

	.footer-menu {
float:none;
text-align:center;
}
 .footer-copyright p {
text-align:center;
padding:10px 0px;
color:#000;
}
.footer-menu ul#nav, ul#nav ul {
padding:10px 0
}
 .footer-menu-ul li a {
padding:0px 10px 0px 0px;
}
.form-footer .gform_heading {
width:100%;
}
.form-footer .gform_footer .btn-submit {
font-size:12px;
padding:0 12px;
}
.copy-right-btm {
padding-top:10px;
}

.title-inner .smallfont {
font-size:28px;
line-height:35px;
}
.title-inner h1 p {
font-size:28px;
line-height:28px;
padding-top:0px;
}

.post-page table {
display:block;
overflow-x:auto;
}


.js .intro {
top:128px;
 position:absolute;
 width:100%;
 float:left;
 background:#eee;
 padding:5px 0 0;
display:none;
}
.js .intro.sticky {
top:125px;
}

.p-l-0 {
padding-left:15px;
}

 .flex-control-nav {
background:none;
}
 .headerlogo-bg .logo a {
 position: relative;
 z-index: 9999;
}


.form-footer .gform_button{padding:5px 10px; margin-right:0px; font-size:18px;}
}



 @media only screen and (max-width:480px) {


.footer::after
{
	display:none;
}

 .call-text {
padding-top: 12px;
position:relative;
z-index:9999;
}
	

	.headerlogo-bg .logo {
text-align:center;
padding-top:12px;
margin-left:45px;
}
 .headerlogo-bg .logo a {
position:relative;
z-index:99999;
}
 .headerlogo-bg .logo img {
max-width:inherit;
width:100px;
}
 .headerlogo .right-text {
text-align:center;
padding:10px 0px;
}
 .headerlogo .headerlogo-bg {
}


 ul.social-icons {
text-align:center;
margin-top:0px;
margin-bottom:5px;
}
ul.social-icons li {
width:25px;
height:25px;
line-height:25px;
}
ul.social-icons li a {
font-size:13px;
}
.call-text a {
font-size:20px;
}
.call-text .phn-icon {
width:25px;
height:25px;
line-height:25px;
font-size:15px;
}
 .headerlogo .social-icons {
display:none;
}


 .text-container h1 {
padding:0px;
margin-bottom:5px;
font-size:24px;
line-height:30px;
}
 .text-container h5 {
font-size:12px;
padding-top:0px;
line-height:18px;
}
 .text-container { 
padding:0px;
width:75%;
}

.text-container p {
margin-top:15px;
    font-size:24px;
    line-height:30px; 
}

.text-container h1 {
font-size: 17px;
line-height: 26px;
letter-spacing:1px
}
.flex-caption {
top:42%
}
 .btn-orang {
margin-top:10px;
padding:0 10px;
font-size:14px;
line-height:35px;
}





#aboutus .left-content h3 {
font-size:20px;
padding-bottom:10px;
}
#aboutus .left-content img {
max-width:100%;
margin:0px;
margin-bottom:12px;
height:auto;
}


#services iframe {
height:auto;
}

	.post-page {
min-height:auto;
margin-bottom:0px;
}
 
.title-inner h1 {
font-size:24px;
padding:25px 0px;
line-height:35px;
}

.post-page .alignright {
padding-left:2px;
display:block;
}
.post-page .alignleft {
padding-right: 0;
display: block;
float: none;
margin: 0 auto;
margin-bottom: 15px;
}

.post-page h6 {
margin-top:0px;
}
.title-inner {
min-height:250px;
}


 .blogpost-content {
padding-top:60px;
}

.post-page table {
width:98%;
display:block;
overflow-x:auto;
}	

.footer-copyright p {
text-align:center;
padding:10px 0px;
line-height:20px;
}
.footer-menu ul#nav, ul#nav ul {
padding:10px 0
}
 .footer-menu-ul li a {
 padding:1px;
}
 .footer {
padding:0px;
}

.footer h3 {
padding-bottom:5px;
padding-top:20px;
}
.form-footer .gform_heading {
width:100%;
line-height:30px;
padding-bottom:15px;
}
.form-footer .gform_body {
width:100%;
}

.form-footer .gform_body .gform_fields .gfield {
width:100%;
}

.form-footer .gform_footer {
width:100%;
}
.form-footer .gform_footer .btn-submit {
width:100%;
}
.copy-right-btm {
padding-top:0px;
}
.form-footer .gform_body .gform_fields .gfield {
margin-bottom:15px;
}

.pad-90 {
padding:40px 0;
}
 

.js .intro {
top:130px;
 position:absolute;
 width:100%;
 float:left;
 background:#eee;
 padding:5px 0 0;
}
 .js .intro.sticky {
top:94px;
}


.p-l-0 {
padding-left:15px;
}
 
.flex-prev {
background-size:40%;
}
.flex-next {
background-size:40%;
}

.flex-control-nav {
background:none;
}

.flexslider {
height:auto !important;
width:100%;
}
.flexslider .slides figure {
height:auto;
}




.headerlogo {
max-height: 60px;
min-height: 60px;
}


}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
        height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
	border:7px solid #61367d;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
	border: 5px solid #512273;
}
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
 -webkit-transition: .4s all;
 -moz-transition: .4s all;
 transition: .4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("images/youtube.png") no-repeat;
	cursor: pointer;
}


/*3-JUN-2020*/

section
{float:left; width:100%;}

header
{width:100%; float:left;}
footer{width:100%; float:left;}
.blogpost-wrapper
{float:left; width:100%;}
.blogpost-content
{padding: 50px 0;
float: left;
width: 100%;}

.clearfix
{clear:both;}

.gform_wrapper .gform_button
{background: #f09319;
color: #fff;
font-size: 22px;
font-weight: 400;
line-height: 40px;
display: inline-block;
padding: 0 20px;
margin-top: 18px;
position: relative;
border:none;}

.gform_wrapper .gform_button:hover
{background:#8d9b6a; color:#fff;}

.raman{position:relative; float:left; width:100%;
background:#8d9b6a; color:#fff;}
.raman .heading{color:#fff;}
.raman p
{padding-bottom:18px;}
.raman:after
{width:50%;
height:100%;
content:'';
background:#61367b;
position:absolute;
right:0;
top:0;
z-index:1;}

.raman .img-raman img
{float:left;}
.raman .img-raman span
{display: block;
font-size: 13px;
text-align: center;
background:#61367b;
color: #fff;}

.cal-form{position:relative; z-index:2;
background:#61367b;}




.img-raman
{margin:7px 15px 0 0;}

.heading
{font-size:32px;
padding-bottom: 20px;
color: #333333;
line-height:35px;}

.read-more:hover{background:#8d9b6a;
color: #fff;}


.footer .footer-columns
{padding:55px 0 35px 0;}


.call-info
{padding: 50px 0 30px 0;
border-bottom:3px solid #fff;
margin-bottom: 40px;
font-size:28px;}

.call-info a
{display: block;
padding-top: 15px;
color: #f09319;
font-weight: 600;
font-size: 60px;
line-height: 75px;}

.slide-content 
{background:transparent; 
text-align: center;
padding:50px 20px;
min-width:420px;
max-width:420px;
margin:0px;
position:relative;
border:7px solid #8d9b6a;}

.slide-content:before
{content:''; 
position:absolute;
top:0;
left:0;
width:95%;
height:94%;
background:rgba(97,54,123,.82);
z-index:-1;
margin:10px;
}

.slide-content h3
{
font-size:42px;
color:#fff;
line-height:52px;
font-weight:600;
text-transform:uppercase;
}


.request-form{padding-left:15px;}

.request-form .call-info
{padding:0px;
font-size:36px;
color:#fff;}

.request-form .call-info a
{font-size:36px; display:inline-block;
padding-left:10px;
padding-top:0px;
color:#fff;}

.request-form .gform_wrapper
{margin:0px;}

.request-form .gform_wrapper li.hidden_label input
{margin:0px;}

.request-form .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"]
{margin:0px;}

.gform_wrapper ul.gform_fields li.gfield
{padding:0px !important;
margin:12px 0 0 0 !important;}

body .gform_wrapper .top_label div.ginput_container
{margin-top:0px !important;}

.gform_wrapper ul.gform_fields li.gf_left_half
{padding-right:8px !important;}
.gform_wrapper ul.gform_fields li.gf_right_half
{padding-left:8px !important;}

.request-form .gform_wrapper .gform_button
{font-size:22px !important; padding:8px 35px;}

.request-form h4
{font-size: 32px;
color: #fff;
line-height: 35px;
padding-bottom:8px;}

.gform_wrapper ul.gform_fields li.gfield input[type="text"], .gform_wrapper ul.gform_fields li.gfield input[type="tel"], .gform_wrapper ul.gform_fields li.gfield input[type="email"]
{padding: 10px !important;
border:none;
outline:none;
color:#464646;
width:100%;
margin:0px;}

.gform_wrapper ul.gform_fields li.gfield textarea
{padding: 10px !important;
border: none;
outline: none;}

.sign-up-from .gform_wrapper{margin:0px;}
.sign-up-from .gform_wrapper ul.gform_fields li.gfield
{margin:0px;}

.sign-up-from .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"]
{margin-bottom:0px;}

.sign-up-from .gform_wrapper .gform_footer
{text-align:right;
padding:16px 0 0px 0;
margin:0px;}
.sign-up-from .gform_wrapper .gform_footer .gform_button
{margin:0px;
padding:0px 20px;
font-size: 18px;}


.sidebar .gform_wrapper
{background:#8a9ea7;
padding:0 0px 15px 0;
margin:0px 0 25px 0;}

.sidebar .gform_wrapper .gform_heading .gform_title
{background:#8d9b6a;
margin:0;
padding:15px;
text-transform:uppercase;
color:#fff;}

.sidebar .gform_wrapper .gform_body
{padding:0 15px;}

.sidebar .gform_wrapper .gform_footer
{padding:0 15px;}

.sidebar .gform_wrapper ul li.gfield
{margin:0px; padding:0px;
background:none;}

.sidebar .gform_wrapper ul li.gfield .ginput_container
{margin:0px !important; padding:0px;}

.sidebar .gform_wrapper ul.gform_fields li.gfield textarea
{margin-top:12px;}

.sidebar iframe
{height: 450px;
width: 100%;}

.bg-gry
{background: #eee;}


.map
{border-top: 1px solid #ddd;
padding-top: 20px;
margin-top: 15px;}

.contact-page .gform_wrapper ul.gform_fields li.gfield input[type="text"], .contact-page .gform_wrapper ul.gform_fields li.gfield input[type="tel"], .contact-page .gform_wrapper ul.gform_fields li.gfield input[type="email"]
{background: #f7f7f7;}

.contact-page .gform_wrapper ul.gform_fields li.gfield textarea
{background: #f7f7f7;
border-radius:0px;
margin-top:12px;}


.contact-page .contact-det .bg-gry ul
{padding-top:15px;}

.contact-page .gform_wrapper
{margin-top:0px;}


.bounce-icons {
    text-align: right;
    margin-bottom: 0;
    position: fixed;
    right: 1%;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}

.bounce-icons li {
    list-style-type: none;
}

.bounce-icons li a {
    display: block;
    margin: 0 2px;
    outline: none;
    position: relative;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bounce-icons li:before {
    content: '';
}

.bounce-icons li a span {
    width: 160px;
    height: auto;
    line-height: 20px;
    padding: 5px;
    right: 0;
    margin-left: -64px;
    font-family: 'Gothic A1',sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
    text-align: center;
    border: 4px solid #626262;
    background: rgba(98,98,98,.98);
    text-indent: 0;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 2px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    transition: all .3s ease-in-out;
    z-index: 9;
}

.bounce-icons li a span:before, .bounce-icons li a span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0 solid rgba(0,0,0,.1);
    right: -19px;
    transform: rotate(270deg);
}

.bounce-icons li a span:after {
    bottom: 9px;
    margin-left: -10px;
    border-top: 10px solid #626262;
}

.bounce-icons li a:hover span {
    opacity: .9;
    bottom: 2px;
    right: 123%;
    left: inherit;
}


.post-page .program-process h3
{font-size:22px; background:none;}

.alignright
{margin-left:15px;}



.reju-bg .wp-block-column {
    padding: 15px;
    background: #758d58;
    color: #fff;
    border-radius: 8px;
}

.reju-bg .wp-block-column:first-child {
    background: #e58c01;
    border-radius: 8px;
}

.post-page .price-program {
    background:#512273;
    padding: 15px;
    border-radius:0px;
}

.post-page .price-program h3 strong {
    color: #fff;
}

.post-page .price-program strong
{padding:0px;}

.post-page .price-program h3 {
    text-align: center;
    background: 0 0;
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 40px;
}

.post-page .price-program h4 {
    display: block;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}

.post-page .price-program h4 a {
    display: block;
    font-size: 32px;
    line-height: 50px;
    color: #f09319;
    font-weight: 700;
}

.post-page .price-program h4.discount-txt {
    border-top: 1px dashed #ffecce;
}

.post-page .price-program h4.discount-txt strong {
    display: block;
    font-size:36px;
    color:#fff;
}

.post-page .price-program p {
    color: #fff;
}

.post-page .package-program
{background:#eee; padding:25px;}


.testimonial-box
{
	padding: 25px;
margin-bottom: 25px;
float: left;
width: 100%;
border: 1px solid #ddd;
border-radius: 10px 10px 0px 0;
border-bottom: 5px solid #8d9b6a;
font-weight: 300;
line-height: 30px;
}

.testimonial-box .bottom-testimonial .left-quote
{float:left;}


.testimonial-box .fa-quote-left
{font-size: 52px;
background: #8d9b6a;
color: #fff;
width: 150px;
height: 150px;
line-height: 150px;
text-align: center;
border-radius: 100%;
margin-bottom: 15px;
}


.testimonial-box .bottom-testimonial .left-quote img
{    width:90px;
    height:90px;
    border-radius:100%;
    border:2px solid #512273;
    object-fit: cover;
}

.testimonial-box h4
{text-align: left;
font-style: italic;
color: #333;
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
font-size:24px;}

.testimonial-box .bottom-testimonial
{border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
    float: left;
    width: 100%;}

.testimonial-box p{padding-bottom:12px;}


.phone-head
{display: inline-block;
width: 40px;
height: 40px;
background: none;
padding-left: 0px;
line-height: 40px;
text-align: center;
border-radius: 32px;
border: 1px solid #61367b;
color:#61367b;
font-size: 20px;}

#backtop {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#8a9ea7;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index:9;
    border:2px solid #fff;
}
#backtop span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#backtop:hover {
    background-color:#758d58;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
    border-color:#758d58;
}

.week-program .heading
{padding-bottom:40px;}

.week-program ul li
{text-align:left; width:50%; float:left;
line-height:40px; font-weight:300; position:relative;
padding-left:20px;}

.week-program ul li:before
{content:''; width:8px; height:8px;
background:#8d9b6a; border-radius:100%;
left:0; top:16px; position:absolute;}

.program-benifit
{background:#8d9b6a;}

.program-benifit .heading
{color:#fff;}
.program-benifit .cta-link{font-size:52px; color:#fff;
 margin-right:0px;
 margin-left:10px;
font-weight:600;
line-height:75px;}

.program-benifit .read-more
{margin-top:12px; padding:5px 20px;}

.week-program
{font-size: 21px;
line-height: 30px;
font-weight: 300;
}
.week-program h4{font-size:28px; line-height:40px;}
.week-program a
{font-weight:500; color:#eea500; text-transform:uppercase;
display:block; padding:20px 0 0 0;}

.week-program a:hover
{color:#61367b;}


@media only screen and (max-width:1199px)
{
	.nav ul li a
	{font-size:16px; padding:0 10px;}
	.mobile-logo .headerlogo select
	{position:relative; z-index:9999; margin-top:30px;}
	.mobile-logo .headerlogo .call-text
	{margin-top:30px; position:relative; z-index:9999;}
} 


@media only screen and (max-width:991px) 
{
.menu-wrapper {display:none;}
.js .sf-menu {display:none;}
header.headerlogo{display:none;}
.mobile-logo{display:block; background:none;}
.mobile-logo .headerlogo{display:block;}
.btn-covid{font-size:12px; padding-right:8px; margin-right:0px; }   
.rel-fix{text-align:right;}

.raman::after
{display:none;}
.program-benifit .cta-link
{font-size:42px;}

.footer .footer-second.footer-columns
{padding-top:0;}

.request-form
{padding-top:25px; padding-bottom:25px;}



	.flex-caption
	{width:100%; float:left;
	position:relative;
	top:0;
	left:0;
	transform:translateY(0);
}

.flex-caption .container
{padding-left:0px; padding-right:0px;
width:100%;}

.slide-content
{max-width:100%; min-width:100%;
background:#9fafb6;
padding:25px;}

.slide-content h3
{font-size:35px;
line-height:42px;}

#services .read-more
{font-size:18px;}

.request-form
{padding:15px;}

.pad-90
{padding:50px 0px;}



}


@media only screen and (min-width:481px) and (max-width:767px)
{
	ul.social-icons li{width:22px; height:22px; line-height:22px;}
	ul.social-icons li a{font-size:12px;}
	.rel-fix{text-align:right;}
}


@media only screen and (max-width:767px)
{
	.mobile-logo .headerlogo select
	{margin:10px 0px; float:right;}
	.mobile-logo .headerlogo .call-text
	{margin-top:0px;}

	.request-form .gform_wrapper ul.gform_fields li.gf_right_half
	{padding-left:0px !important;}
	.request-form .gform_wrapper ul.gform_fields li.gf_left_half
	{padding-right:0px !important;}
	.pad-90
	{padding:25px 0px;}

	.sidebar .gform_wrapper ul li.gfield
	{padding:0px !important;}
	.sidebar .gform_wrapper ul.gform_fields li.gfield textarea
	{margin-top:0px;}
	.sidebar .gform_wrapper ul.gform_fields li.gfield input[type="text"]
	{margin-bottom:0px !important;}


	
	.program-benifit
	{text-align:center;}
	.program-benifit .text-right
	{text-align:center;}


#services
{text-align:center;}

#services .read-more
{font-size:18px;}

#services .utube-video{margin-top:20px;}

.request-form .call-info
{margin-bottom:15px;}

.request-form h4
{font-size:28px;}

.pad-90
{padding:25px 0px;}


}



@media only screen and (max-width:480px)
{

	ul.social-icons li{width:22px; height:22px; line-height:22px;}
	ul.social-icons li a{font-size:12px;}
	.rel-fix{position:relative; z-index:999; text-align:right;}
	.headerlogo ul.social-icons{margin:5px 0 0 0;}
	.headerlogo-bg .logo{margin-left:35px;}
	.rel-fix{text-align:right;}
	
.raman::after
{display:none;}
.program-benifit::after
{display:none;}
.footer .footer-columns
{padding:15px 0px;}

.footer .footer-first
{min-height:inherit;}

.mobile-logo .headerlogo select
{margin:8px 0px;}

.slide-content
{max-width:100%; min-width:100%;}

.week-program ul li
{width:100%;}

.mobile-logo .headerlogo select
{max-width:100%;}

.title-inner h1 {font-size:22px; line-height:30px;
top:20%;}

}


@media only screen and (max-width:330px) {
.mobile-logo .headerlogo .call-text a
{font-size:14px;}

}