/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	overflow-x: hidden;
	margin:0;
	padding: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.affix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999 !important;
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
  }
.customButton{
	background-image: linear-gradient(bottom,rgba(0,0,0,0.08) 0,rgba(255,255,255,0.08) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.08) 0,rgba(255,255,255,0.08) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0.08) 0,rgba(255,255,255,0.08) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.08) 0,rgba(255,255,255,0.08) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.08) 0,rgba(255,255,255,0.08) 100%);
	border: 0;
	border-radius: 0px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	padding: 10px 30px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
.btnReadMore {
	padding: 10px 25px;
	width: 200px;
	font-size: 18px;
	margin: 0 auto;
	background: #ec1f25;
	transform: translateZ(0);
	backface-visibility: hidden;
}
.btnReadMore:hover {
	background: 0 0;
	border: 2px solid #ec1f25;
	color: #fff;
}

button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}
a {text-decoration: none!important;outline: none;}
a:hover, a:focus {outline: none;}
/* text color */
.clrWhite0, .clrWhite0:hover, .clrWhite0:focus, .clrWhite0:active{color: #FFFFFF;}
.clrWhite1, .clrWhite1:hover, .clrWhite1:focus, .clrWhite1:active{color: #FAF6F2;}
.clrWhite2, .clrWhite2:hover, .clrWhite2:focus, .clrWhite2:active{color: #F3F3F3;}
.clrWhite3, .clrWhite3:hover, .clrWhite3:focus, .clrWhite3:active{color: #F2F0EE;}
.clrBlack0, .clrBlack0:hover, .clrBlack0:focus, .clrBlack0:active{color: #000000;}
.clrBlack1, .clrBlack1:hover, .clrBlack1:focus, .clrBlack1:active{color: #131517;}
.clrBlack2, .clrBlack2:hover, .clrBlack2:focus, .clrBlack2:active{color: #1C1C1C;}
.clrBlack3, .clrBlack3:hover, .clrBlack3:focus, .clrBlack3:active{color: #211E1B;}
.clrBlack4, .clrBlack4:hover, .clrBlack4:focus, .clrBlack4:active{color: #454545;}
.clrBlack5, .clrBlack5:hover, .clrBlack5:focus, .clrBlack5:active{color: #686868;}

.clr1{color: #fec429;}/*yellow*/
.clr1:hover{color: #fec429;}/*-*/
.clr2{color: #e67817;}/*orange*/
.clr2:hover{color: #e67817;}/*-*/
.clr3{color: #023659;}/*blue*/
.clr3:hover{color: #023659;}/*-*/

/* background color */
.bgWhite1{background-color: #FFFFFF;}
.bgWhite2{background-color: #F2F2F2;}
.bgWhite3{background-color: #F0F3F6;}
.bgWhite4{background-color: #F4F8FA;}
.bgBlack1{background-color: #000000;}
.bgBlack2{background-color: #1E1E1E;}
.bgBlack3{background-color: #222222;}

.bg1{background-color: #fec429;}/*yellow*/
.bg2{background-color: #e67817;}/*orange*/
.bg3{background-color: #023659;}/*blue*/
/* font family */
.ff-os{font-family: 'Open Sans', sans-serif;}
.ff-lora{font-family: 'Lora', serif;}
/* font weight */
.fw300{font-weight: 300;}
.fw400{font-weight: 400;}
.fw700{font-weight: 700;}
/* border radius */
/* margin */
.m-t-10{margin-top: 10px;}
.m-l-10{margin-left: 10px;}
.m-r-10{margin-right: 10px;}
.m-b-10{margin-bottom: 10px;}
.m-t-15{margin-top: 15px;}
.m-l-15{margin-left: 15px;}
.m-r-15{margin-right: 15px;}
.m-b-15{margin-bottom: 15px;}
.m-x-20{margin-left: 20px; margin-right: 20px;}
.m-y-20{margin-top: 20px; margin-bottom: 20px;}
.m-x-30{margin-left: 30px; margin-right: 30px;}
.m-y-30{margin-top: 30px; margin-bottom: 30px;}
/* padding */
.p-t-10{padding-top: 10px;}
.p-l-10{padding-left: 10px;}
.p-r-10{padding-right: 10px;}
.p-b-10{padding-bottom: 10px;}
.p-t-15{padding-top: 15px;}
.p-l-15{padding-left: 15px;}
.p-r-15{padding-right: 15px;}
.p-b-15{padding-bottom: 15px;}
.p-t-20{padding-top: 20px;}
.p-l-20{padding-left: 20px;}
.p-r-20{padding-right: 20px;}
.p-b-20{padding-bottom: 20px;}
.p-x-25{padding-left: 25px; padding-right: 25px;}
.p-y-25{padding-top: 25px; padding-bottom: 25px;}
.p-x-30{padding-left: 30px; padding-right: 30px;}
.p-y-30{padding-top: 30px; padding-bottom: 30px;}
/* section padding */
.sectionPadding1{padding-top: 60px; padding-bottom: 55px;}
.sectionPadding2{padding-top: 80px; padding-bottom: 70px;}
.sectionPadding3{padding-top: 100px; padding-bottom: 85px;}
.fs12{font-size: 12px;}
.center{
	margin:5px auto;
	display: block;
}
.border-right{border-right: 1px solid #ccc;}
.border-left{border-left: 1px solid #ccc;}
/* heading */
.mainHeading{
	font-family: 'Lora', serif;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.15;
	margin: 5px 0px 10px;
}
.subHeading{
	letter-spacing: 1.5px;
	line-height: 1.25;
	margin: 5px 0px 5px;
}
.section-title.center .line {
	border-top: 4px solid #EC1F25;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(200, 140, 70, 0.4);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
.section-title hr {
	border-color: #EC1F25;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.small-hr{
	width: 60px;
	height: 4px;
	border: 0px!important;
}
.hr-center{
	margin: 15px auto 10px;
	display: block;
}
.boxShadow{
	-webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);
}

/* navbar */
nav.navbar.shrink{
	padding: 10px;
	background: rgba(0,0,0,.65);
}
nav.navbar.shrink .navigation > .nav-item > .nav-link {color: #fff;}
nav.navbar .navbar-brand{
	
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.navigation > .nav-item > .nav-link {
	position: relative;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #222;    
	font-size: 15px;
	font-weight: 600;
	outline: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
.navigation > .nav-item:hover > .nav-link {color: #e67817;}
.navigation > .nav-item > .dropdown-menu {
	white-space: nowrap;
	background: #fff;
	min-width: 200px;
	border-bottom: 3px solid #e67817;
	border-radius: 0px;
}
.navigation > .nav-item > .dropdown-menu > .dropdown-item  {
	clear: both;
	outline: 0;
	position: relative;
	padding: 10px 0 10px;
	padding-left: 40px;
	color: #666;
	border-bottom: 1px solid #f4f4f4;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	font-size: 12px;
	line-height: 19px!important;
}
.navigation > .nav-item  > .dropdown-menu > .dropdown-item:before {
	position: absolute;
	left: 5px;
	top: 11px;
	font-size: 24px;
	color: #666;
	content: "\eb37";
	font-family: IcoFont;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}
.navigation > .nav-item  > .dropdown-menu > .dropdown-item:hover:before {
	color: #8b150b;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

/* home-page */
#intro{
	background: url(../img/intro-bg.jpg);
	background-size: 100% 100%;
}
.bg-overlay{background: rgba(0,0,0,0.8);}
.welcomePara{line-height: 2;}
.page-container {
	max-width: 700px;
	margin: auto;
	position: relative;
}
.gallery {
	width: 400px;
	height: 333px;
	margin: 20px auto 0px;
}

.img-fluid1{
	width:400px;
	height: 333px;
}
.navigation {
	margin: 0px auto 20px;
	display: block;
	text-align: center;
}
.fg-card, .fg-card > img {border-radius: 3px;}

.effect {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.effect img {
	position: relative;
	min-height: 100%;
	max-width: 100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}
.effect:hover img {
	background: 0.5;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.effect figcaption, .effect figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.effect h2 {
	word-spacing: -0.10em;
	font-weight: 300;
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.effect:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.effect:hover figcaption {
	background: rgba(0,0,0,0.9);
}
figcaption {
	padding: 0em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.effect p {
	letter-spacing: 1px;
	font-size: 68.5%;
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}
.effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.btn_custom2 {
	background: rgba(243,156,18,0.5)!important;
	color: #FFF;
	margin-top: 10px;
	border-radius: 0px;
	border:1px solid #ddd;
}
.nf-item{padding: 0;}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}
.item-box a {display: inline-block;}
.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}
.item-box:hover .item-mask .item-caption {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}
.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.item-mask {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.item-mask p {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1.5px;
	font-weight: 500;
	margin: 0;
	text-align: left;
}
.item-mask .item-caption {
	position: absolute;
	bottom: -60px;
	left: 0px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}

.service{text-align: center;}
.service-icon {
	border: 4px solid #337f96;
	width: 120px;
	height: 120px;
	padding: 30px 0px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
	display: inline-block;
}
.service h4{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 22px;
	color: #337f96;
}
.service p{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 13px;
}

/* page */
#contact-bg{
	height: 200px;
	background: url(../img/page-bg.png);
	background-size: 100% 100%;
}
.breadCrumb li {
	float: left;
	font-size: 13px;
	color: #e67817;
	margin-left: 3px;
}
.breadCrumb li a {
	color: #656463;
	text-decoration: none;
	background: url(../img/arrow_breadcrumb.png) no-repeat right 4px;
	padding-right: 25px;
	margin-right: 17px;
	display: block;
}
.list-one li{margin: 4px 0px;}
.right-ico{
	background: #E67817;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
}

/* contact-page */
.contactBoxBG {
	position: relative;
	background: url(../img/cont-page-bg.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 50px;
}
.contactBoxBG:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #fff;
	opacity: .8;
}
.single_contact i{font-size: 60px;}

/*footer*/
.footer{
	background: url(../img/footer-bg.jpg);
	background-size: cover;
}
.footerHeading{
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
}
.footerMenu li{
	font-size: 13px;
	padding: 6px 0;
}
.footerMenu li a{color: #313131;}
.contact-info > li {
	list-style: none;
	color: #313131;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}

.contact-info > li span {
	background: #e67817;
	color: #fff;
	float: left;
	height: 38px;
	margin-right: 10px;
	text-align: center;
	width: 38px;
	line-height: 38px;
}
.contact-info > li span i {
	margin: 0;
}
.social-media__link{
	color: #fff;
	font-size: 40px;
}
.small-text{
	font-size: 10px;
	color: #fff;
	line-height: 0!important;
}
/* social link */
.socialLink li{
	font-size: 20px;
	margin: 0px 5px;
}
.socialLink li:last-child{margin-right: 0px;}
.socialLink li a,.socialLink li a:hover{color: #f0f0f0!important;}
.fb{
	background: -webkit-linear-gradient(top, #3b5998, #2b4170);
	background: -moz-linear-gradient(top, #3b5998, #2b4170);
	background: linear-gradient(top, #3b5998, #2b4170);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.yt{
	background: -webkit-linear-gradient(top, #bb0000, #c4302b);
	background: -moz-linear-gradient(top, #bb0000, #c4302b);
	background: -ms-linear-gradient(top, #bb0000, #c4302b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ln{
	background: -webkit-linear-gradient(top, #009cda, #0073b2);
	background: -moz-linear-gradient(top, #009cda, #0073b2);
	background: -ms-linear-gradient(top, #009cda, #0073b2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.tw{
	background: -webkit-linear-gradient(top, #00aced, #0081ce);
	background: -moz-linear-gradient(top, #00aced, #0081ce);
	background: -ms-linear-gradient(top, #00aced, #0081ce);  
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
}
.pr{
	background: -webkit-linear-gradient(top, #cb2027, #a0171c);
	background: -moz-linear-gradient(top, #cb2027, #a0171c);
	background: -ms-linear-gradient(top, #cb2027, #a0171c);  
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;  
}
.gp{
	background: -webkit-linear-gradient(top, #e64522, #c33219);
	background: -moz-linear-gradient(top, #e64522, #c33219);
	background: -ms-linear-gradient(top, #e64522, #c33219);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* form-control */
.form-control {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #888;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 0px solid rgba(0,0,0,0);
	border-bottom: 1px solid #999;
	border-radius: 0px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control::-webkit-input-placeholder {
	color: #888!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.form-control::-moz-placeholder {
	color: #888!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.form-control::-ms-input-placeholder {
	color: #888!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#appointmentForm .form-control {
	display: block;
	width: 100%;    
	color: #444;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 0!important;
	border-bottom: 0px solid rgba(0,0,0,0)!important;
	border-radius: 0px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#appointmentForm select.form-control:not([size]):not([multiple]) {
	height: inherit!important;
}
.line-contact {
	border-top: 4px solid #EC1F25;
	height: 24px;
	width: 60px;
	text-align: center;
	margin-top: 10px;
}

.line-contact hr {
	border-top: 4px solid rgba(200, 140, 70, 0.4);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
.line-contact-one {
	border-top: 4px solid #EC1F25;
	height: 24px;
	width: 60px;
	text-align: center;
	margin-top: 10px;
	margin:0 auto;
}

.line-contact-one hr {
	border-top: 4px solid rgba(200, 140, 70, 0.4);
	width: 40px;
	text-align: center;
	position: relative;
	margin:0 auto;
	margin-top: 10px;
	height: 10px;
}
/* responsive CSS */
/* small-mobile & hand-held-mobile */
@media all and (max-width: 575px) {
	.fs-1{font-size: 14px;}
	.fs-2{font-size: 15px;}
	.fs-3{font-size: 17px;}
	.fs-4{font-size: 20px;}
	.fs-5{font-size: 24px;}
	.fs-6{font-size: 29px;}
	.fs-7{font-size: 35px;}
	.fs-8{font-size: 42px;}
	.fs-9{font-size: 50px;}
	.media-disp{display: none;}
}

/* medium-mobile */
@media all and (min-width: 576px) {
	.fs-1{font-size: 15px;}
	.fs-2{font-size: 17px;}
	.fs-3{font-size: 20px;}
	.fs-4{font-size: 24px;}
	.fs-5{font-size: 29px;}
	.fs-6{font-size: 35px;}
	.fs-7{font-size: 42px;}
	.fs-8{font-size: 50px;}
	.fs-9{font-size: 60px;}
	.media-disp{display: none;}
}

/* tablet/laptop */
@media all and (min-width: 768px) {
	.fs-1{font-size: 17px;}
	.fs-2{font-size: 20px;}
	.fs-3{font-size: 24px;}
	.fs-4{font-size: 29px;}
	.fs-5{font-size: 35px;}
	.fs-6{font-size: 42px;}
	.fs-7{font-size: 50px;}
	.fs-8{font-size: 60px;}
	.fs-9{font-size: 70px;}
	.media-disp{display: none;}
}

/* laptop/desktop */
@media all and (min-width: 992px) {
	.fs-1{font-size: 18px;}
	.fs-2{font-size: 22px;}
	.fs-3{font-size: 27px;}
	.fs-4{font-size: 33px;}
	.fs-5{font-size: 42px;}
	.fs-6{font-size: 50px;}
	.fs-7{font-size: 60px;}
	.fs-8{font-size: 70px;}
	.fs-9{font-size: 80px;}
	.media-disp{display: block;}
	.img-2{width:337px;height: 251px;}
	.img-3{width:100%;height: 383px;}
}

/* laptop/desktop */
@media all and (min-width: 1200px) {
	.media-disp{display: block;}
	.img-2{width:337px;height: 337px;}
	.img-3{width:100%;height: 383px;}
}

/* tab/i-pad */
@media all and (min-width: 768px) and (max-width: 991px) {
	.img-2{width:337px;height: 205px;}
	.img-3{width:100%;height: 350px;}
}

@media screen and (min-width: 320px) and (max-width: 767px){
   .img-2{width:400px;height: 337px;}
   .img-3{width:100%;height: auto;}
}

/* mail */
#fade {
	display: none;
	position:absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ababab;
	z-index: 100;
	-moz-opacity: 0.8;
	opacity: .70;
	filter: alpha(opacity=80);
}
#modal {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px!important;
	margin-top: -50px!important;
	width: 100px;
	height: 100px;
	padding: 8px;
	border: 3px solid #ababab;
	box-shadow: 1px 1px 10px #ababab;
	border-radius: 20px;
	background-color: white;
	z-index: 999;
	text-align: center;
	overflow: auto;
}
/* form-style */
.form-style .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}
.service-contact h4{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 22px;
	color: #337f96;
}
.bg-contact{
	background-color: #FAFAFA;
}
.bg-col-contact{
	background-color: #FFFFFF;
	margin-top: 100px;
}
.icon-box{
	width: 100px;
	height: 100px;
	background-color: #C09A3E;
	border-radius: 100%;
	margin-top:-50px;
}
.bdrr{
	border:1px solid red;
}
.iconic{
	line-height: 100px;
	color: #fff !important;
}
.contact-para{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 16px;
}
.border-right-custom{
	border-right: 10px solid #B79C4C;
	margin-left: auto;
	height:442px;
	position: absolute;
	left:96%;
	top:20px;
}
.bg-nav{
	background-color: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #F39C12;
}
.navbar-nav{
	margin: 30px 0 15px 0;
}
.contact-para-one{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 17px;
	color: #fff !important;
}
.img-img{
	width: 100%;
	height: 60vh;
	z-index: 8;
}

.g-im{
	padding: 2px;
	border:1px solid #F39C12;
}
.no-pad{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.page-header-custom{
	position: absolute;
	top: 221px;
	left: 41%;
}
.btn-custom{
	background-color: #E83135;
	color: #fff !important;
}
.bg-fade{
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.bg-parallax{
	background-image: url('../img/paralax.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	min-height: 400px;
	z-index: 95;
}
.mainHeading-two{
	font-family: 'Lora', serif;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.15;
	margin: 5px 0px 10px;
	color: #fff;
	z-index: 100;
}
.para-paralax{
	font-family: 'Lora', serif;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.15;
	color: #fff;
	z-index: 100;
}
.btn-custom-two{
	background-color:#674172;
	color: #fff !important;
}

.font-golden{
	color: #F39C12;
}
.navbar-nav .nav-link{
	transition: .4s ease-in;
}
.navbar-nav .nav-item:hover > .nav-link{
	color:#F39C12 !important;
}

.navbar-nav .nav-link:hover {
    border-top: 1px solid #F39C12 !important;
    border-bottom: 1px solid #F39C12 !important;
    transition: .4s ease-in;
}

.ff-slider-caption{
	font-family: 'Charm', cursive;
}

.font-color-white{color: #ffffff;}
.f-300{font-weight: 300;}
.f-400{font-weight: 400;}
.f-600{font-weight: 600;}
.f-700{font-weight: 700;}
.f-900{font-weight: 900;}

.event-list > li > i{
	color: #F39C12;
}

.event-list-rows{
	border:1px solid #EC1F25;
	border-radius:.25rem .25rem;
}

.production-points > li {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-family: 'Lora', serif;
}

.about-description-line{font-family: 'Lora', serif;}

.nav-tabs .nav-item .nav-link{color: #000000; font-family: 'Lora', serif; font-size:16px; font-weight: 400; }
.nav-tabs .nav-item .nav-link.active{color: #EC1F25; font-family: 'Lora', serif; font-size:16px; font-weight: 600; }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 1.25dppx),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

@media (min-width: 1200px){
.container {
    max-width: 1201px;
}
}
.promo-heading{
	text-align: center;
}
.header-right-top {
    position: relative;
}
.single-top-right {
    color: #fff;
    margin-top: 11px;
    text-align: center;
}
.single-top-right > p {
    display: inline-block;
}
.heder-icon li {
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 26px;
}
.single-top-right li {
    display: inline-block;
    margin: 0 5px;
}
.number p{
	float: right;
    padding-bottom: 0;
    line-height: 0;
    padding: 10px 0 0 0px;
    margin-right: 27px;
	
}
.number{
	z-index: 8888;
	position: absolute;
    right: -27px;
	margin-bottom: 20px;
}
.number p{
	background-color: #fff;
	padding: 11px 35px 11px 11px;
	position: relative;
}
.number p::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 10px solid transparent;
    border-top: 36px solid #fff;
    position: absolute;
    left: -22px;
    top: 0px;
  
}

#FCS_1r7wc4134z2c22x87yfbznd7td2hc52z_divCou a:last-child{display: none !important;}
#FCS_1r7wc4134z2c22x87yfbznd7td2hc52z_divCou{
	padding-left: 1% !important;
	padding-top: 1% !important;
	padding-bottom: 1% !important;
	padding-right: 1% !important;
}
#FCS_1r7wc4134z2c22x87yfbznd7td2hc52z_divCou img{
	width: 22px;
}
.Certificate img{
width:100%;
margin-bottom: 20px;
}
.Certificate  h3{
text-align:center;
font-weight:700;
}

.banner-last img{
	width: 100%;
	margin: 30px 0;
	border-radius: 5px;
}
.studiop-img img{
    width: 100%;
margin: 30px 0;
    border-radius: 10px;
}


#myappointment {
    position: fixed;
        top: 295px;
       right: -87px;
    z-index: 1111;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.feedback {
    background-color:#fc0045;
    color: white;
    padding: 13px 13px 13px 13px;
    border-radius: 3px 3px 0 0;
    border-color: #0b0eb3;
    z-index: 9999;
    font-size: 15px;
}
.feedback:hover{
color:#fff;
}

.social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}

.social li {
    display: inline-block;
    margin-right: 10px;
}
.social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ea512e;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.about-carousel-img img{
height:273px;
}