/************* DEFAULT ELEMENTS START **************/
body {
	display: block !important;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #333;
	overflow-x: hidden;
}
a {
	color: #f37823;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}
iframe {
	border: none;
}
/************* DEFAULT ELEMENTS END **************/

/************* SPACING START **************/
.mt0 { margin-top: 0px !important; }
.mr0 { margin-right: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.ml0 { margin-left: 0px !important; }
.m0 { margin: 0 !important; }

.mt5 { margin-top: 5px; }
.mr5 { margin-right: 5px; }
.mb5 { margin-bottom: 5px; }
.ml5 { margin-left: 5px; }
.m5 { margin: 5px; }

.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }
.m10 { margin: 10px; }

.pt0 { padding-top: 0px !important; }
.pr0 { padding-right: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.p0 { padding: 0 !important; }

.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }
.pl5 { padding-left: 5px; }
.p5 { padding: 5px; }

.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }
.p10 { padding: 10px; }

.row7 { margin-left: -7px; margin-right: -7px; }
.col7 { padding-left: 7px; padding-right: 7px; }

.m0auto { margin: 0 auto; }
/************* SPACING END **************/

/************* OVERLAY START **************/
.overlay {
	position: relative;
}
.overlay > * {
	position: relative;
	z-index: 2;
}
.overlay-on-image {
	background-size: cover;
	background-position: center center;
}
.overlay::before {
	position: absolute;
	z-index: 2;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.overlay-black {
	color: #fff;
}
.overlay-black::before {
	background-color: rgba(0,0,0,0.65);
}
/************* OVERLAY END **************/
/************* COMMON HELPER CLASSES START **************/
.tbl {
	display: table;
	height: 100%;
	width: 100%;
	table-layout: fixed;
}
.tbl-cell {
	display: table-cell;
	vertical-align: middle;
}
.height100 { height: 100%; }
.relative { position: relative; }
.color-orange { color: #f37823; }
.color-white { color: #fff; }
a.color-white:hover,
a.color-white:focus { color: #f37823; }
a.hover-underline:hover { text-decoration: underline; }
.color-black { color: #000; }
.bg-white { background-color: #fff; }
.bg-orange { background-color: #f37823; }
.bg-black { background-color: #000; }
.bg-light { background-color: #f2f2f2; }
.block { display: block; }
.inline-block { display: inline-block; }
.pointer { cursor: pointer; }
.img-thumbnail { border-color: #d7d7d7; }
.text-success { color: #37a000;  }
.text-danger { color: #b00; }
.lineheight-inherit { line-height: inherit !important; }
.text-nowrap { white-space: nowrap; }
.logo-stand-alone {
	max-width: 230px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.quote {
    text-align: center;
    padding: 22px 0;
    margin: 15px 40px;
}
.quote p {
    position: relative;
    display: inline-block;
    color: rgba(0,0,0,0.8);
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}
.quote p:before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    top: -6px;
    left: -16px;
    font-size: 12px;
}
.quote p:after {
    position: absolute;
    content: "\f10e";
    font-family: FontAwesome;
    top: -6px;
    right: -13px;
    font-size: 12px;
}
.quote p b::before {
	position: absolute;
    content: '';
    top: -15px;
    left: -40px;
    right: -40px;
    bottom: -15px;
    border: 1px solid #000;
    border-radius: 30px;
    z-index: 1;
}
.img-alone {
	width: 150px;
	margin: 0 auto;
}
.title {
	font-size: 38px;
	font-weight: 900;
	margin: 18px 0;
	line-height: 1.3;
}
.sub-title {
	font-size: 35px;
	font-weight: 300;
	margin: 18px 0;
}
.title-small {
	font-size: 30px;
	margin: 0 0 30px 0;
	font-weight: 300;
}
.title-desc {
	font-size: 18px;
	font-weight: 300;
}
.title-desc h4 {
	margin-top: 30px;
}
.title-medium {
	font-size: 24px;
	font-weight: 400;
}
.btn-below-title {
	margin-top: 10px;
}
.section-padding-big {
	padding: 120px 0;
}
.section-padding {
	padding: 70px 0;
}
.section-padding-medium {
	padding: 50px 0;
}
.section-padding-small {
	padding: 30px 0;
}
@media(max-width: 1199px) {
	.img-alone {
		width: 135px;
	}
	.title {
		font-size: 30px;
		margin: 15px 0;
	}
	.sub-title {
		font-size: 28px;
		margin: 15px 0;
	}
	.title-small {
		font-size: 25px;
		margin: 0 0 25px 0;
	}
	.title-desc {
	}
	.btn-below-title {
		margin-top: 8px;
	}
	.section-padding-big {
		padding: 100px 0;
	}
	.section-padding {
		padding: 60px 0;
	}
	.section-padding-medium {
		padding: 40px 0;
	}
	.section-padding-small {
		padding: 20px 0;
	}
}
@media(max-width: 991px) {
	.img-alone {
		width: 120px;
	}
	.quote {
	    padding: 22px 0;
	    margin: 12px 35px;
	}
	.quote p {
	    font-size: 16px;
	}
	.quote p:before {
	    top: -4px;
	    left: -15px;
	    font-size: 11px;
	}
	.quote p:after {
	    top: -4px;
	    right: -13px;
	    font-size: 11px;
	}
	.quote p b::before {
	    top: -12px;
	    left: -35px;
	    right: -35px;
	    bottom: -12px;
	}
	.title {
		font-size: 26px;
		margin: 10px 0;
	}
	.sub-title {
		font-size: 24px;
		margin: 10px 0;
	}
	.title-small {
		font-size: 22px;
		margin: 0 0 20px 0;
	}
	.title-desc {
		font-size: 16px;
	}
	.btn-below-title {
		margin-top: 6px;
	}
	.section-padding-big {
		padding: 80px 0;
	}
	.section-padding {
		padding: 50px 0;
	}
	.section-padding-medium {
		padding: 30px 0;
	}
	.section-padding-small {
		padding: 15px 0;
	}
}
@media(max-width: 767px) {
	.inline-block.visible-xs {
		display: inline-block !important;
	}
	.img-alone {
		width: 100px;
	}
	.quote {
	    padding: 16px 0;
	    margin: 9px 29px;
	}
	.quote p {
	    font-size: 14px;
	}
	.quote p:before {
	    top: -2px;
	    left: -13px;
	    font-size: 9px;
	}
	.quote p:after {
	    top: -2px;
	    right: -11px;
	    font-size: 9px;
	}
	.quote p b::before {
	    top: -9px;
	    left: -29px;
	    right: -29px;
	    bottom: -9px;
	}
	.title {
		font-size: 24px;
		margin: 5px 0;
	}
	.sub-title {
		font-size: 22px;
		margin: 5px 0;
	}
	.title-small {
		font-size: 20px;
		margin: 0 0 15px 0;
	}
	.title-desc {
		font-size: 14px;
	}
	.btn-below-title {
		margin-top: 5px;
	}
	.set-window-height {
		height: auto !important;
	}
	.section-padding-big {
		padding: 60px 0;
	}
	.section-padding {
		padding: 40px 0;
	}
	.section-padding-medium {
		padding: 25px 0;
	}
	.sm-clear-float {
	    float: none !important;
	    width: 100%;
	}
	.center-xs {
		text-align: center;
	}
	.logo-stand-alone {
		max-width: 125px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
}
@media(max-width: 500px) {
	.width100-500 {
	    width: 100%;
	}
}
/************* COMMON HELPER CLASSES END **************/
/************* JS LIGHTBOX START **************/
.jslghtbx {
	z-index: 10000 !important;
}
.jslghtbx-prev.jslghtbx-no-img,
.jslghtbx-next.jslghtbx-no-img {
    border-top-width: 25px !important;
    border-bottom-width: 25px !important;
}
.jslghtbx-prev.jslghtbx-no-img {
    border-right-width: 20px !important;
}
.jslghtbx-next.jslghtbx-no-img {
    border-left-width: 20px !important;
}
/************* JS LIGHTBOX END **************/
/************* MODAL START **************/
.modal-content {
	border-radius: 0;
	border-top: 5px solid #f37823;
}
.modal-body {
	padding: 40px;
}
@media(max-width: 991px) {
	.modal-body {
		padding: 30px;
	}
}
@media(max-width: 767px) {
	.modal-body {
		padding: 20px;
	}
}
/************* MODAL END **************/
/************* ACCORDIAN START **************/
.panel-group {
	margin: 15px 0;
}
.panel {
	box-shadow: none;
	border: 1px solid #bbb;
}
.panel-group .panel+.panel {
    margin-top: 15px;
}
.panel-custom>.panel-heading {
	padding: 0;
}
.panel-custom>.panel-heading a {
	padding: 15px 20px;
	background-color: #ccc;
	display: block;
	color: #000;
	margin: 0;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 20px;
	font-weight: 700;
	cursor: default;
}
.panel-custom .panel-body {
	border: none !important;
	padding: 30px;
}
.panel-custom.panel .panel-heading a .fa {
	margin-right: 10px;
}
.panel-custom.panel.active .panel-heading a .fa-active,
.panel-custom.panel.done .panel-heading a .fa-done {
	display: inline-block;
}
.panel-custom.panel.active .panel-heading a .fa-waiting,
.panel-custom.panel.done .panel-heading a .fa-waiting,
.panel-custom.panel .panel-heading a .fa-active,
.panel-custom.panel .panel-heading a .fa-done {
	display: none;
}
.panel-custom.panel.active .panel-heading a {
	background-color: #f37823!important;
    color: #fff!important;
}
.panel-custom.panel.active {
	border-color: #f37823;
}
.panel-custom.panel.done .panel-heading a {
    background-color: #000!important;
    color: #fff!important;
}
.panel-custom.panel.done {
	border-color: #000;
}
@media(max-width: 991px) {
	.panel-group {
		margin: 10px 0;
	}
	.panel-custom>.panel-heading a {
		padding: 10px 15px;
		font-size: 18px;
	}
	.panel-custom .panel-body {
		padding: 25px;
	}
	.panel-custom.panel .panel-heading a .fa {
		margin-right: 7px;
	}
}
@media(max-width: 767px) {
	.panel-group {
		margin: 5px 0;
	}
	.panel-group .panel+.panel {
	    margin-top: 10
	    px;
	}
	.panel-custom>.panel-heading a {
		padding: 8px 10px;
		font-size: 16px;
	}
	.panel-custom .panel-body {
		padding: 20px;
	}
	.panel-custom.panel .panel-heading a .fa {
		margin-right: 5px;
	}
}
/************* ACCORDIAN END **************/
/************* INNER PAGE BANNER SECTION START **************/
.innerpage-banner-section {
	background-image: url('/front/parent/layout2/images/bg/2.jpg');
}
.bg-1 {
	background-image: url('/front/parent/layout2/images/home-slider/1.jpg');
}
/************* INNER PAGE BANNER SECTION END **************/
/************* FEATURE 2 START **************/
.feature2 {
	padding: 10px 0;
	margin: 10px 0;
	min-height: 130px;
}
.feature2-in {
	position: relative;
	padding-left: 130px;
}
.feature2 .icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: block;
	border: 5px solid #fbd1b4;
	background-color: #f37823;
	transition: all 0.5s ease-in-out;
}
.feature2 .icon img {
	display: block;
	width: 60px;
	margin: 20px auto;
}
@media(max-width: 1199px) {
	.feature2 {
		margin: 5px 0;
		min-height: 120px;
	}
	.feature2-in {
		padding-left: 120px;
	}
	.feature2 .icon {
		width: 100px;
		height: 100px;
	}
	.feature2 .icon img {
		width: 50px;
		margin: 20px auto;
	}
}
@media(max-width: 991px) {
	.feature2 {
		margin: 0;
		min-height: 110px;
	}
	.feature2-in {
		padding-left: 110px;
	}
	.feature2 .icon {
		width: 90px;
		height: 90px;
	}
	.feature2 .icon img {
		width: 45px;
		margin: 17px auto;
	}
}
@media(max-width: 767px) {
	.feature2 {
		padding: 5px 0;
		min-height: 100px;
	}
	.feature2-in {
		padding-left: 100px;
	}
	.feature2 .icon {
		width: 80px;
		height: 80px;
	}
	.feature2 .icon img {
		width: 40px;
		margin: 14px auto;
	}
}
/************* FEATURE 2 END **************/
/************* TEXTUAL FEATURE START **************/
.textual-feature {
	padding: 30px 0;
}
.textual-feature .icon {
	width: 100px;
	height: 100px;
	display: block;
	font-size: 100px;
	margin: 0 auto 30px auto;
}
.textual-feature .icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.textual-feature.left-icon .textual-feature-in {
	position: relative;
	padding-left: 120px;
	text-align: left;
	min-height: 100px;
}
.textual-feature.left-icon .icon {
	position: absolute;
	left: 0;
	top: 0;
}
.textual-feature.left-icon .title-small {
	margin-bottom: 10px;
}
@media(max-width: 1199px) {
	.textual-feature {
		padding: 20px 0;
	}
	.textual-feature .icon {
		width: 90px;
		height: 90px;
		font-size: 90px;
		margin: 0 auto 25px auto;
	}
	.textual-feature.left-icon .textual-feature-in {
		padding-left: 110px;
		min-height: 90px;
	}
}
@media(max-width: 991px) {
	.textual-feature {
		padding: 15px 0;
	}
	.textual-feature .icon {
		width: 80px;
		height: 80px;
		font-size: 80px;
		margin: 0 auto 20px auto;
	}
	.textual-feature.left-icon .textual-feature-in {
		padding-left: 100px;
		min-height: 80px;
	}
}
@media(max-width: 767px) {
	.textual-feature {
		padding: 10px 0;
	}
	.textual-feature .icon {
		width: 70px;
		height: 70px;
		font-size: 70px;
		margin: 0 auto 15px auto;
	}
	.textual-feature.left-icon .textual-feature-in {
		padding-left: 90px;
		min-height: 70px;
	}
}
/************* TEXTUAL FEATURE END **************/