body{
	padding:0px;
	margin:0px;
	font-family: 'Montserrat', sans-serif;}
	
a:focus, input:focus, textarea:focus, button:focus{
	outline:none !important;}
	
a:active, a:hover{
	outline:0 none !important;}
	
h1, h2, h3, h4, h5, h6, p {
	-webkit-font-smoothing: antialiased;
	margin:0px;
	padding:0px;}
	
p{
	
	font-weight:400;}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;}
	
ol {
	padding: 0px;
	list-style-position: inside;}
	
ol, li {
	margin-bottom:0px;
	list-style: none;
	position: relative;}
	
a {
	text-decoration: none;}
	
a:hover {
	text-decoration: none;}
	

	
	
/*-----------------------------------------------------------------------------------------------
01. Top Section Starts here
-------------------------------------------------------------------------------------------------*/

.TopWrap{
	padding:0px;
	margin:0px;
	padding: 0px;
    margin: 0px;
    position: fixed;
    top: 0;
    z-index: 9999;
	width:100%}

.TopWrap_bg{
	background-color: #ff6c00;
    box-shadow: 0 0 5px rgba(0,0,0,.8);}
.LogoWrap{
	padding:10px 0px 0px 0px;
	margin:0px;
	float:left}
	
	
	
.IconRecordr{
	color:#f58634;
	margin-left:10px;
	font-size:20px;}
	
.ToggleMenu{
	color:#010000;
	letter-spacing:2;
	font-size:20px;
	font-weight:600}
	
	

	
/*--------------------------------------------------------------------------------------------------
02.Banner Section Starts here
----------------------------------------------------------------------------------------------------*/

.BannerWrap{
	padding:0px;
	margin:0px;
	position:relative}
	
.BannerCaption{
	padding:0px;
	margin:0px;
	position:absolute;
	left:0;
	bottom:0;}
	
#background-carousel{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}
.carousel,
.carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
.item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}
 
#content-wrapper {
	position:absolute;
	z-index:1 !important;
	min-width:100%;
	min-height:100%;
}
.well {
    opacity:0.85
}


.border-webkit{
  -webkit-text-stroke: 3px red;
}



/* Don't show shadows when selecting text */
::-moz-selection { background: red; color: #fff; text-shadow: none; }
     ::selection { background: red; color: #fff; text-shadow: none; }
	 
	 .border-webkit{
  -webkit-text-stroke: 3px #000;
}




/*---------------------------------------------------------------------------------------------
03.Welcome Section Starts here
-----------------------------------------------------------------------------------------------*/

.WelcomeWrap{
	padding:60px 0px;
	margin:0px;}
	
.WelcomeImageWrap{
	padding:0px;
	margin:0px;
	float:left;}
	
.WelcomeContentWrap{
	padding:0px;
	margin:0px;
	float:right;
	width:95%}
	
.WelcomeContentWrap h1{
	padding:0px;
	margin:0px;
	font-size:40px;
	text-transform:uppercase;
	text-align:left;
	color:#020202;
	font-weight:700;
	margin-bottom:35px;}
	
.WelcomeContentWrap h1 span{
	color:#ff6c00}
	
.WelcomeContentWrap p{
	color:#535454;
	font-size:22px;
	line-height:38px;
	font-weight:600;
	text-align:left}
	
.WelcomeContent{
	width:58%;
	float:left;
	padding:0px;
	margin:0px;}
	
.WelcomeLogo{
	width:40%;
	float:right}
	
.ViewMore{
	border-radius:25px;
	background-color:transparent;
	text-align:center;
	border:2px solid #fcdbc3;
	color:#020202;
	text-transform:uppercase;
	font-size:16px;
	padding:10px 40px;
	margin-top:50px;
	display:inline-block;
	font-weight:600}
	
	
	
	
/*------------------------------------------------------------------------------------------------
04.Service Section Starts Here
---------------------------------------------------------------------------------------------------*/

.ServiceWrap{
	padding:0px;
	margin:0px;}
	
.ServiceLeftWrap{
	padding:0px 0px;
	background:#f5f5f5;
	margin:0px;
	float: left;
    width: 50%;
	min-height: 567px;}
	
	
.ServiceRightWrap{
	padding:0px;
	margin:0px;
	float:  right;
    width: 50%;
	overflow:hidden}
	
.Service_Box{
	padding:26px 25px;
	border-right:1px solid #e6e5e5;
	border-bottom:1px solid #e6e5e5;
	width:50%;
	float:left}
	
.Service_Box img{
	float:none;
	margin:0px auto;
	display:block}
	

/*-----------------*/
/***** Apollo *****/
/*-----------------*/


.grid {
	position: relative;
	clear: both;

}

figure.effect-apollo {
	background: #000;
	width:100%
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	/*border-right: 4px solid #fff;*/
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

	
	
.Service_Box h2{
	padding:0px;
	margin:15px 0px 0px;
	font-size:22px;
	text-transform:uppercase;
	text-align: center;
	color:#1f1c1c;
	font-weight:700;
	margin-bottom:20px;}
	
.Service_Box p{
	color:#090909;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	min-height:20px;}
	
.Service_Box p a{
	color:#ff6c00;
	text-decoration:underline}
	
	
	
	
/*---------------------------------------------------------------------------------------------
05.Product Section Starts here
-----------------------------------------------------------------------------------------------*/

.ProductWrap{
	padding:50px 0px 75px;
	margin:0px;}
	

.ProductRightWrap{
	padding:28px 0px 0px 0px;
	margin:0px;}
	
.ProductRightWrap h1{
	padding:0px;
	margin:0px;
	font-size:28px;
	text-transform:uppercase;
	text-align:left;
	color:#020202;
	font-weight:700;
	margin-bottom:30px;}
	
.ProductRightWrap h1 span{
	color:#ff6c00}
	
.ProductRightWrap p{
	color: #090909;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    font-family: 'Poppins', sans-serif;}
	
.ProductRightWrap p a{
	color:#ff6c00;
	text-decoration:underline}
		
	
.Product_Img_Wrap{
	padding:0px;
	margin:0px 0px 0px 0px;
	position:relative;
	border:1px solid #f0f0ef;
	max-height:225px}
	
.margin-right{
	margin-right:0px
	}
	
.Product_Img_Wrap img{
	width:100%;}
	
	
.Product_Title_Wrap{
	padding:10px;
	background:#ff6c00;
	position:absolute;
	bottom:40px;
    left: 35px;
    width: 75%;}
	
.Product_Title_Wrap hr{
	margin:10px auto;
	border-top: 1px solid #ffb680;}

	
.Product_Title_Wrap h3{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;}
	
	
#f1_container {
  position: relative;
  margin: 0px auto;
 /* width: 450px;
  height: 281px;*/
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
 
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateX(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
 
}


/* Rotate */
.column {
	margin:0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 0px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}

figure {
	
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/*---------------------------------------------------------------------------------------------------------
06.Footer Section Starts Here
----------------------------------------------------------------------------------------------------------*/

.FooterWrap{
	padding:50px 0px 38px;
	margin:0px;
	background:url(../images/footer_bg.jpg) no-repeat center top #010101}
	
.FooterWrap h2{
	color:#fff;
	font-weight:400;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	text-transform:uppercase;
	margin:0px 0px 45px 0px;
	line-height:25px}
	
.FooterWrap h2 span{
	font-size:14px;
	text-transform: none;
	font-style: italic}
	
.FooterWrap ul{
	padding:0px;
	margin:0px;
	list-style:none}
	
	

	
.PaddingL{
	padding-left:0px !important;
	margin-bottom:10px !important}
	
.FooterWrap ul li{
	background:url(../images/footer-li.png) no-repeat left 5px;
	padding:0px 0 15px 30px;
	margin:0px;}
	
.FooterWrap ul li a{
	font-family: 'Poppins', sans-serif;
	font-size:17px;
	color:#c0c7ce;
	text-align:left}
		
.FooterBox{
	padding:0px;
	margin:0px;
	border-right:1px solid #858380;
	min-height:290px}
	
.FooterBox p{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	color:#c0c7ce;
	text-align:left;
	padding-left:47px;
	line-height:20px;
	margin-bottom:25px;
	display:inline-block}
	
.FooterBox2{
	padding:0px 50px}
	
.FooterBox3{
	padding:0px 50px;
	border-right:none}
	
.FooterBox3 p{
	font-size:17px;
	line-height:25px;
	padding-left:0px}
	
	
.FooterBox h3{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	color:#f1f1f1;
	font-size:18px;
	text-align:left;
	margin-bottom:28px;
	text-transform:uppercase}
	
.FooterBox h3 span{
	padding-left:45px;}
	
.FooterSC_Wrap{
	padding:0px 0px 0px 25px;
	margin:0px;}
	
.Footer_SC_Ico{
	float:left;
	color:#fff;
	font-size:28px;
	margin-right:15px}
	
.Footer_SC_Ico:hover{
	color:#ff6c00}
	
.LocationIco{
	font-size:28px !important;
	margin-right:30px;}
	
.CallIco{
	font-size:20px !important;
	margin-right:30px;
	color:#fafafa !important}
	
	
.CopyRight_Wrap{
	padding:15px 0px;
	margin:0px;
	background:#343434;
	font-size:15px;
	color:#fff;
	font-weight:300;
	text-align: left;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight:400;}
	

	
.CopyRight_Wrap a{
	color:#f88833}
	
.PaddingNone{
	padding:0px}	
	
.designedby{
	text-align:right}	
	
	
	
/*-------------------------------------------------------------------------------------------------------
Inner Page Starts Here
---------------------------------------------------------------------------------------------------------*/

.InnerPageWrap{
	padding:60px 0px;
	margin:0px;}
	
.InnerImageWrap{
	padding:0px;
	margin:0px;
	float:left;
	overflow:hidden}
	
.InnerContentWrap{
	padding:0px;
	margin:0px;
	float:right;
	width:95%}
	
.InnerPageWrap h1{
	padding:0px;
	margin:0px;
	font-size:40px;
	text-transform:uppercase;
	text-align:left;
	color:#020202;
	font-weight:700;
	margin-bottom:35px;}
	
.InnerPageWrap h1 span{
	color:#ff6c00}
	
	
.InnerPageWrap h2{
	padding: 0px;
    margin: 0px;
    font-size: 35px;
    text-transform: uppercase;
    text-align: left;
    
	color:#ff6c00;
    font-weight: 700;
    margin-bottom: 20px;}
	
.InnerPageWrap h2 span{
	color: #020202;}
	
	
.InnerPageWrap p{
	color:#535454;
	font-size:22px;
	line-height:38px;
	font-weight:600;
	padding:10px;
	text-align:left}
	
	
	
/*02.Contact Page Starts Here
--------------------------------------*/

.ContactWrap{
	padding:30px 0px;
	margin:0px;}
	
.Contact_left_wrap{
	padding:152px 50px;
	margin:0px;
	background:url(../images/contact-address-bg2.jpg) no-repeat center bottom;
	min-height:465px}
	
.Contact_left_wrap h3 {
	font-size:25px;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
	margin:0px 0px 5px;
	color:#fff}
	
	
	
.Contact_left_wrap p{
 	color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    font-weight: 400;
}

.Contact_Right_wrap{
	padding:62px 30px;
	background:#eaeaeb;
	min-height:465px}
	
	
	
/*-------------------------------------------------------------
Product Page Starts Here
--------------------------------------------------------------*/

.ProductPageWrap{
}
	
.ProductPageWrap h1{
	text-align:center}
	

	
.ProductPageWrap p{
	color: #535454;
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;}
	
.ProductOuter{
	margin:30px 0px}
	
.ProductPageImgWrap{
	margin-bottom:125px;}
	
	
.Product_Size_Wrap{
	padding:15px;
	float:left;
	margin:0px 0px 30px 0px;
	color:#fff;
	text-align:center;
	background:#ff6c00;
	font-size:20px;}
	
.Product_Number_Wrap{
	padding:15px;
	float:left;
	margin:0px 0px 30px 0px;
	color:#fff;
	text-align:center;
	background:#020202;
	font-size:20px;}
	

		
@media  screen and (min-width: 1440px) {
.slide-text{
	bottom:33px !important;}
	
.Service_Box{
	padding:34px 25px;}
}


@media  screen and (max-width: 1280px) {
.Service_Box h2{
	margin-top:15px;}
	
.Service_Box{
	padding:16px 25px}	
	
#wrapper.toggled #page-content-wrapper{
	margin-right:222px !important;}
}


@media (min-width: 768px) and (max-width: 1024px) {
.slide-text h1{
	font-size:24px !important;
	line-height:10px !important}
	
.slide-text > p{
	font-size:18px !important}
	
.slide-text{
	top:38% !important}
	
.WelcomeContentWrap h1{
	font-size:24px;}
	
.WelcomeContentWrap p{
	font-size:18px;
	line-height:28px;}
	
.Service_Box h2{
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px}
	
.Service_Box p{
	font-size: 15px;
    line-height: 25px;}
	
.ServiceLeftWrap{
	width:100%}
	
.ServiceRightWrap{
	width:100%}

.Product_Img_Wrap{
	min-height:300px;
	margin-bottom:60px}
	
.ProductRightWrap{
	padding-top:95px;}
	
.ProductWrap{
	padding-bottom:30px;}
	
.FooterWrap h2{
	font-size:24px;}
	
.FooterBox h3{
	font-size:15px;}
	
.FooterBox p{
	padding-left:0px;
	font-size:14px;}
	
.FooterBox h3 span{
	padding-left:0px;}
	
.FooterBox2{
	padding:0px;}
	
.FooterBox3{
	padding:0px;}
	
.CopyRight_Wrap{
	font-size:14px;}
	
.InnerContentWrap h1{
	font-size:25px;}
	
.InnerContentWrap p{
	font-size:16px;
	line-height:22px;}
	
.inner-slide-text{
	top:53% !important}
	
.inner-slide-text{
	width:63% !important;
	top:36% !important;
	padding-top:30px !important}
	
.inner-slide-text > p{
	font-size:16px !important;}
	
.inner-slide-text > h1{
	font-size:30px !important}
	
.InnerPageWrap h2{
	font-size:22px;}
	
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.slide-text {
    top: 70% !important;}
	
.Product_Img_Wrap {
    min-height: 395px;
    margin-bottom: 60px;}
	
.inner-slide-text > p{
	font-size:18px !important;}
	
.inner-slide-text > h1{
	font-size:28px !important}
	
.inner-slide-text {
    top: 48% !important;
}

.InnerPageWrap h2{
	font-size:22px;}
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
	
		
.slide-text {
    top: 70% !important;}
	
.Product_Img_Wrap{
	min-height:395px;}}
	
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
.Service_Box{
		padding:30px 25px}}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) {
.slide-text {
    top: 57% !important;
}
.InnerContentWrap h1{
	font-size:28px;}
	
.InnerContentWrap p{
	font-size:18px;
	line-height:28px;}

.InnerPageWrap h2{
	font-size:18px;}

}		
		
 @media (min-width: 481px) and (max-width: 767px) {
.slide-text h1{
	font-size:20px !important; }
.slide-text > p{
	font-size:16px !important}
.slide-text{
	top:45% !important;
	display:none}
	
#page-content-wrapper{
	background:#000;
	width:50%;
	left:0;
	margin-top:80px !important}
	
#wrapper.toggled #sidebar-wrapper{
	top:0}
	
#wrapper.toggled #page-content-wrapper{
	left:0}
	
#sidebar-wrapper{
	top:0}
.btn.focus, .btn:focus, .btn:hover{
		color:#fefefe !important}
		
.WelcomeImageWrap{
	float:none;
	margin:0px auto;
	display:block;
	width:65%}
	
.WelcomeContentWrap h1{
	font-size:28px;}
	
.WelcomeContentWrap p{
	font-size:18px;
	line-height:28px;}
	
.ServiceLeftWrap{
	width:100%}
	
.Service_Box{
	width:100%}
	
.ServiceRightWrap{
	width:100%}	
	
.ProductRightWrap{
	padding-top:65px;}
	
.FooterWrap h2{
	font-size:18px}
	
.FooterWrap h2 span{
	font-size:11px}
	
.FooterBox2{
	padding:0px 10px}
	
.FooterBox{
	margin-bottom:20px;
	border-right:none;
	min-height:200px;
	}
	
.FooterBox3 p {
    font-size: 13px;
    line-height: 18px;
}

.CopyRight_Wrap{
	font-size:12px;
	text-align:center}
	
.Service_Box h2{
	font-size:18px;}

.ProductRightWrap h1{
	font-size:18px;}
	
.ToggleMenu{
	color:#fff}
	
.WelcomeImageWrap{
	margin-bottom:30px}
	
.Product_Title_Wrap{
	left:65px}

.CopyRight_Wrap{
	text-align:center}
	
.designedby{
	text-align:center}
	
.InnerContentWrap h1{
	font-size:20px;}
	
.InnerContentWrap{
	padding-top:30px}
	
.InnerContentWrap p{
	font-size:15px;
	line-height:20px;}
	
.InnerImageWrap{
	float:none}
	
.inner-slide-text{
	display:none !important}
	
.Contact_left_wrap{
	padding:50px 55px}
	
	
.Contact_left_wrap h3{
	font-size:17px}
	
.Contact_left_wrap p{
	font-size:14px;}
	
.InnerPageWrap h2{
	font-size:18px;}
}		
		
		
@media (min-width: 320px) and (max-width: 480px) {
#page-content-wrapper{
	margin-top:100px !important;}
	
#wrapper.toggled{
	padding-left:60px !important;}
	
#wrapper.toggled #sidebar-wrapper{
	width:158px !important}
	
.WelcomeContentWrap h1{
	font-size:18px;}
	
.WelcomeImageWrap{
	margin-bottom:30px;}
	
.ToggleMenu{
	color:#fefefe}
	
.WelcomeContentWrap p{
	font-size:14px;
	line-height:20px;}
	
.ViewMore{
	font-size:11px;}	
	
.ServiceLeftWrap{
	width:100%}
	
.Service_Box{
	width:100%}
	
.ServiceRightWrap{
	width:100%}	
	
.ProductRightWrap{
	padding-top:65px;}
	
.FooterWrap h2{
	font-size:18px}
	
.FooterWrap h2 span{
	font-size:11px}
	
.FooterBox2{
	padding:0px 10px}
	
.FooterBox{
	margin-bottom:51px;
	border-right:none
	}
	
.FooterBox3 p {
    font-size: 13px;
    line-height: 18px;
}

.CopyRight_Wrap{
	font-size:12px;
	text-align:center}
	
.Service_Box h2{
	font-size:18px;}

.ProductRightWrap h1{
	font-size:18px;
	margin-top:48px;}
	
#page-content-wrapper{
	background:#000;
	width:50%;
	left:0}
	
#wrapper.toggled #sidebar-wrapper{
	top:0}
	
#wrapper.toggled #page-content-wrapper{
	left:0}
	
#sidebar-wrapper{
	top:0}
.btn.focus, .btn:focus, .btn:hover{
		color:#fefefe !important}
		
.designedby{
	text-align:center}
	
.InnerContentWrap h1{
	font-size:20px;}
	
.InnerContentWrap{
	padding-top:30px}
	
.InnerContentWrap p{
	font-size:15px;
	line-height:20px;}
	
.inner-slide-text{
	display:none !important}
	
.Contact_left_wrap{
	padding:50px 55px}
	
	
.Contact_left_wrap h3{
	font-size:17px}
	
.Contact_left_wrap p{
	font-size:14px;}
	
.InnerPageWrap h2{
	font-size:18px;}
	}
.product{
	padding:8px 10px;
}
/*.product h5{
	font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px ;
    color: #5f6365;
    padding-top: 20px;
}*/
.product h5{
	padding: 9px;
   	color: #ff6c00;
    font-size: 27px;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 600;
	}
.product p{
	color: #484848;
    font-size: 16px;
    line-height: 24px;
   	padding: 7px;
    margin: 0px;
    font-weight: 400;
	margin-left:12px;
}
@media (min-width: 320px) and (max-width: 480px) {
.Product_Title_Wrap{
	padding:10px;
	background:#ff6c00;
	position:absolute;
	bottom:104px;
    left: 35px;
    width: 75%;}
}

.modal-header{
	color:black;
	background:#F90;
	text-align:center;
	text-transform:uppercase;
	font-size:30px;
}
.booknow-form{
	background-color: #6f6f6f;
    padding: 25px;
    float: none;
    margin: 0px auto;
}
.btn-default{
	color: #fff;
    background-color: #45484f;
    border-color: #ccc;
    border-radius: 5px;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.modal-body{
	position: relative;
    padding: 15px 40px;
    background: #fff;
    margin: 10px;
}
.modal-content{
	background: #e9a738;
}
.booknow-label {
    color: #fff;
    margin-top: 10px;
    padding-left: 5px;
}
.modal-title {
    font-size: 30px;
    color: #fff;
}
.modal{
	padding-top:110px;
}
.btn-info {
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00;
}
info:focus {
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00;
}
.booknow-form .form-control{
	font-weight:700;
}
.iifr{
	display:none;
}