@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/* Reset.css */  

.div, img, a, ul, li, span, h1, h2, h3, h4, h5 {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	border:0;
	outline:none!important;
}
.clear {
	clear:both;
}
a:hover, a:focus {
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}
/* Normal Styling */

body {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#222222;
	line-height:1.4;
	font-weight:400;
}
h1 {
	font-size:48px;
	font-weight:800;
	color:#282828;
	margin-bottom:20px;
}
h2 {
	font-size:30px;
	font-weight:600;
	color:#282828;
	margin-bottom:30px;
}
h3 {
	font-size:28px;
	color:#282828;
	font-weight:400;
	margin-bottom:15px;
}
h5 {
	font-size:19px;
	font-weight:500;
	color:#282828;
	margin-bottom:10px
}
h6 {
	font-size:18px;
	font-weight:400;
	color:#282828;
	margin:0;
}
p {
	margin-bottom:35px;
}
.container-fluid {
	max-width:1190px;
	padding:0 15px;
}
.row-fluid {
	width: 100%;
 *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}
.row-fluid:after {
	clear: both;
}
.main-frame {
	padding:0;
	margin:0;
	display:block;
	overflow:hidden;
}
.nav-bar {
	padding:20px 0 25px 0;
}
.nav-left {
	float:left;
	width:auto;
}
.logo {
	float:left;
	margin:0;
}
.logo img {
	display:block;
}
.top-right {
	float:right;
	width:auto;
	margin-top:18px;
}
.top-contact {
	display:inline-block;
}
.top-contact ul li {
	float:left;
	margin-left:65px;
}
.top-contact ul li:first-child {
	margin:0;
}
.top-contact ul li a {
	display:block;
	color:#222222;
}
.top-contact ul li a i {
	display:inline-block;
	vertical-align:middle;
	height:33px;
	width:33px;
	background:#ff3f40;
	text-align:center;
	line-height:32px;
	color:#fff;
	font-size:17px;
}
.contact-text {
	display:inline-block;
	vertical-align:middle;
	padding-left:15px;
	font-weight:500;
}
.contact-text span {
	font-size:13px;
	display:block;
	font-weight:400;
}
.social {
	display:inline-block;
	margin-left:75px;
}
.social ul li {
	float:left;
	margin-left:15px;
}
.social ul li:first-child {
	margin:0;
}
.social ul li a {
	background: #f6f6f6 none repeat scroll 0 0;
	color: #FF3F40;
	display: block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
.social ul li a:hover {
	background:#FF3F40;
	color:#fff;
}
.nav-menu {
	background:#ff3f40;
	padding:15px 0 18px 0;
}
.nav-menu ul li {
	float:left;
	margin-left:40px;
}
.nav-menu ul li:first-child {
	margin:0;
}
.nav-menu ul li a {
	display:block;
	font-weight:600;
	color:#fff;
	position:relative;
}
.nav-menu ul li a:hover:after, .nav-menu ul li.current-menu-item > a:after {
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right:15px solid transparent;
	border-bottom: 10px solid #fff;
	position:absolute;
	bottom:-18px;
	left:0;
	right:0;
	margin:auto;
}
.navbar-collapse {
	padding:0;
	margin:0;
	border:0;
	box-shadow:none;
}
.navbar-toggle {
	border-radius:0;
	margin:25px 0 0 0;
	padding:10px;
	background:#8A0204;
}
.navbar-toggle .icon-bar {
	background:#fff;
}
.banner {
	color:#fff;
	padding:112px 0 135px 0;
}
.banner-slider .slides > li {
	background-size:cover !important;
	background-repeat:no-repeat !important;
}
.banner-container {
	background:url(images/blk-pattern.png) repeat;
	max-width:615px;
}
.banner-text {
	padding:45px;
	border-bottom:3px solid #FF3F40;
}
.banner h1 {
	font-size:65px;
	font-weight:700;
	color:#fff;
	margin-bottom:15px;
}
.banner p {
	font-size:18px;
	margin:0;
}
.red-btn {
	display:block;
}
.red-btn a {
	display:inline-block;
	padding:0 30px;
	height:55px;
	line-height:55px;
	background:#FF3F40;
	color:#fff;
	float:left;
}
.red-btn a:hover {
	background:#ed1517;
}
/*slider*/

.banner-slider .flex-direction-nav a {
	width:48px;
	height:95px;
	margin-top:-42px;
}
.banner-slider .flex-control-nav {
	bottom:15px;
}
.flex-control-nav li {
	margin: 0 5px;
	display:inline-block;
	vertical-align:middle;
}
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius:50%;
}
.flex-control-paging li a:hover {
	background: #ff3f40;
}
.flex-control-paging li a.flex-active {
	background: #ff3f40;
	width: 15px;
	height: 15px;
}
.banner-slider .flex-direction-nav .flex-prev {
	left: 45px;
	background:url(images/left-arrow.png) no-repeat;
}
.banner-slider .flex-direction-nav .flex-next {
	background:url(images/right-arrow.png) no-repeat;
	right: 45px;
	text-align: right;
}
/*end*/


.full-width {
	padding:80px 0;
}
.about h1:before, .complete-story h1:before {
	content:'';
	height:5px;
	width:65px;
	background:#FF3F40;
	margin-bottom:18px;
	display:block;
}
.about p {
	font-size:16px;
	line-height:1.7;
	margin-bottom:20px;
}
.about-right {
	float:right;
}
.read-btn {
	display:block;
}
.read-btn a {
	font-weight:700;
	color:#ff3f40;
	display:inline-block;
}
.read-arrow i {
	transition: 0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	-ms-transition:0.3s ease;
	margin-left:8px;
}
.read-btn a:hover.read-arrow i {
	transform:translateX(10px);
}
.read-arrow a i {
	margin-left:15px;
}
.project {
	background:#f6f6f6;
}
.project-grid {
	max-width:366px;
	margin:0 auto;
	display:block;
}
.project-img {
	position:relative;
}
.project-grid h6 {
	color:#fff;
	display:block;
}
.project-grid a {
	display:block;
}
.project .read-btn {
	margin-top:25px;
	float:right;
}
a .img-blk-text {
	background: rgba(0, 0, 0, 0.4);
	padding:15px;
	position:absolute;
	bottom:0;
	width:100%;
}
a .img-blk-text h6 span {
	float:right;
	font-size:13px;
	display:inline-block;
	margin-top:3px;
	font-weight:600;
}
.project-text {
	background:#fff;
	padding:15px;
	font-size:13px;
	color:#282828;
	font-weight:500;
	border:1px solid #eeeded;
	cursor:default;
}
.project-details {
	float:left;
	margin-top:10px;
}
.project-details span {
	margin:0 10px;
	display:inline-block;
}
.view-btn {
	display:inline-block;
	float:right;
}
.view-btn a {
	display:block;
	height:40px;
	line-height:40px;
	padding:0 15px;
	color:#fff;
	background:#ff3f40;
}
.project-grid:hover .project-text {
	background:#ff3f40;
	color:#fff;
	border:1px solid #ff3f40;
}
.project-grid:hover .view-btn a {
	background:#fff;
	color:#282828;
}
.project-grid:hover .img-blk-text {
	background: rgba(0, 0, 0, 0.7);
}
.project-grid:hover a .img-blk-text h6 span {
	color:#ff3f40;
}
.section-tittle {
	text-align:center;
}
.section-tittle h2 span {
	font-weight:300;
}
.why-bookus .section-tittle h2 {
	color:#fff;
	text-align:left;
}
.why-bookus {
	background:url(images/why-book.jpg) no-repeat;
	background-size:cover;
}
.why-book-contet {
	max-width:710px;
}
.why-book-grid {
	background: rgba(243, 11, 0, 0.72);
	font-weight:500;
	text-align:center;
	color:#fff;
	padding:50px 35px;
}
 .why-book-contet [class^="col-"]:nth-child(2n+0) .why-book-grid {
background: rgba(0, 0, 0, 0.5);
}
.why-book-grid i {
	display:block;
	height:30px;
	width:30px;
	margin:0 auto 25px;
}
.why-book-contet .row {
	margin:0;
}
 .why-book-contet [class^="col-"] {
padding:0;
}
.company-merits-grid {
	text-align:center;
}
.company-merits-grid ul li {
	text-align:center;
	width:18%;
	margin:0 10px;
	display:inline-block;
	vertical-align:top;
}
.merit-img {
	max-width:200px;
	height:200px;
	margin:0 auto 25px;
	display:block;
}
.merit-img img {
	border-radius:50%;
}
.merit-grid h6 {
	font-weight:500;
	color:#282828;
	font-size:16px;
	margin:0;
	line-height:1.4;
}
.merit-grid h6 span {
	color:#ff3f40;
	display:inline-block;
	font-size:17px;
}
.ongoing-project {
	position:absolute;
	right:-25px;
	top:0;
}
.contact-section {
	padding:50px 0;
	position:relative;
}
.contact-grid {
	background:#FF3F40;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 35px 35px;
	position: relative;
	z-index: 100;
}
.contact-frm {
	display: inline-block;
	width: 300px;
}
.contact-grid h5 {
	border-bottom: 1px dotted #DD1D1E;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom:20px;
}
.contact-grid p {
	margin-bottom:20px;
}
.contact-grid p a {
	color:#fff;
}
.contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea {
	height:35px;
	font-size:12px;
	width:100%;
	border:none;
	background:#f23233;
	padding:0 15px;
	color:#fff;
	margin-bottom:15px;
}
.contact-grid textarea {
	height:90px;
	padding: 7px 15px;
}
 .contact-grid ::-webkit-input-placeholder {
color:#fff;
 opacity: 1;
}
.contact-grid :-moz-placeholder { /* Firefox 18- */
color:#fff;
 opacity: 1;
}
.contact-grid ::-moz-placeholder {  /* Firefox 19+ */
color:#fff;
 opacity: 1;
}
.contact-grid :-ms-input-placeholder {
color:#fff;
 opacity: 1;
}
.contact-grid input[type="submit"] {
	height: 35px;
	color: #fff;
	font-size: 12px;
	background: #d71718;
	border: none;
	display: block;
	width: 100%;
}
.contact-grid input[type="submit"]:hover {
	background: #ef1213;
}
.contact-address {
	display: inline-block;
	font-size: 13px;
	margin-left: 16px;
	text-align: center;
	vertical-align: top;
}
.contact-address ul li {
	cursor: default;
	margin-top: 15px;
	font-weight:500;
}
.contact-address ul li:first-child {
	margin: 0;
}
.contact-address ul li i {
	display: block;
	font-size: 35px;
	margin-bottom: 10px;
}
.contact-address ul li a {
	color: #fff;
}
.site-map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.site-map iframe {
	width: 100%;
	height: 100%;
}
.footer {
	background:url(images/banner.jpg) no-repeat;
	background-size:cover;
	position:relative;
	color:#fff;
	font-size:13px;
}
.black-pattern {
	background:url(images/footer-pattern.png) repeat;
	position:absolute;
	right:0;
	top:0;
	left:0;
	bottom:0;
}
.footer-top {
	padding:60px 0;
	border-bottom:1px solid #fff;
}
.footer-logo a {
	margin-bottom:9px;
	font-size:30px;
	font-weight:500;
	display:block;
	color:#fff;
}
.footer-logo a span {
	color:#ff4040;
}
.footer .ftr-social ul li {
	display:inline-block;
	margin-left:10px;
}
.footer .ftr-social ul li:first-child {
	margin:0;
}
.footer .ftr-social ul li a {
	display:block;
	height:35px;
	width:35px;
	line-height:35px;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:#FF3F40;
}
.footer .ftr-social ul li a:hover {
	background:#EF1213;
}
.footer .ftr-social ul li.ftr-brochure a {
	font-size:18px;
	display:inline-block;
	border-bottom:1px solid #fff;
}
.footer ul li.ftr-brochure a:after {
	content:'';
	height:1px;
	width:124px;
	background:#fff;
	display:block;
}
.footer h5 {
	color:#fff;
	font-weight:500;
	font-size:15px;
	margin-top:17px;
	margin-bottom:15px;
}
.footer h5:after, .footer-logo a:after {
	content:'';
	height:2px;
	width:45px;
	background:#ff4040;
	display:block;
	margin-top:12px;
	margin-left:2px;
}
.footer-top ul li {
	display:block;
	margin-top:5px;
}
.footer-top ul li:first-child {
	margin:0;
}
.footer-top ul li a {
	display:block;
	color:#fff;
}
.recent-projects {
	max-width:253px;
	float:right;
}
.footer .recent-projects ul {
	padding-top:3px;
}
.footer .recent-projects ul li {
	margin:0 2px 4px 2px;
	float:left;
	width:31%;
}
.footer .recent-projects ul li a {
	display:block;
}
.footer .recent-projects ul li a:hover {
	opacity: 0.5;
}
.quick-contact-grid {
	margin-top:15px;
}
.quick-contact-grid i {
	float:left;
}
.quick-contact-grid a {
	color:#fff;
}
.quick-contact-text {
	display:table-cell;
	padding-left:10px;
}
.footer-btm {
	position:relative;
	z-index:1;
	padding:25px 0;
	background:#000000;
}
.footer-btm p {
	margin:0;
}
.ftr-btm-left {
	float:left;
}
.ftr-btm-right {
	float:right;
}
.ftr-btm-right ul li {
	float:left;
}
.ftr-btm-right ul li + li:before {
	content:'';
	display:inline-block;
	height:10px;
	width:2px;
	background:#fff;
	margin:0 15px;
}
.ftr-btm-right ul li a {
	color:#fff;
}
.ftr-btm-right ul li span {
	border-bottom:1px solid #ff4040;
}
/*about page*/

.inner-page .banner {
	background:url(images/banner.jpg) no-repeat;
	padding:70px 0;
	text-align:center;
	position:relative;
}
.inner-page .banner .container-fluid {
	position:relative;
}
.path {
	position:absolute;
	right:0;
	bottom:-40px;
	font-weight:500;
	background:#fff;
	padding:15px 20px;
	color:#282828;
}
.path a {
	display:inline-block;
	color:#282828;
}
.path a:hover {
	color:#FF3F40;
}
.inner-page .banner h1 {
	font-size:45px;
	font-weight:500;
}
.complete-story h1 {
	font-size:60px;
	max-width:325px;
}
.complete-story h1 span, .inner-page .banner h1 span {
	font-weight:300;
}
.complete-story-grid:after {
	background: #e3f5ff;
	bottom: -45px;
	content: "";
	display: block;
	position: absolute;
	top: -80px;
	width: 1500px;
}
.complete-story-text {
	position:relative;
	z-index:10;
	padding-left:50px;
	line-height:1.6;
}
.complete-story-text p + p {
	margin:0;
}
.mission {
	display:block;
	width:100%;
	border-left:5px solid #ff4040;
	padding:20px 25px;
	margin-bottom:35px;
	text-transform:uppercase;
}
.complete-story.full-width {
	padding:80px 0 45px 0;
}
.about-quick-contact {
	background:#ffd461;
	padding:40px 0;
}
.about-quick-contact-grid {
	max-width:845px;
	margin:0 auto;
}
.about-quick-contact h5 {
	font-weight:400;
}
.about-quick-contact h3 {
	margin:0;
}
.about-quick-contact .text {
	display:inline-block;
}
.about-quick-contact .view-btn {
	vertical-align:bottom;
	display:inline-block;
	float:none;
	margin-left:70px;
}
.about-quick-contact .view-btn a {
	height:45px;
	line-height:45px;
	padding:0 40px;
	background:#27282c;
	display:block;
}
.about-quick-contact .view-btn a:hover {
	background:#ff4040;
}
/*counter*/

.count {
	background:url(images/count-bg.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
	text-align:center;
	color:#282828;
}
.red-pattern {
}
.count i {
	width:200px;
	height:200px;
	margin:0 auto 25px;
	display:block;
}
.count i img {
	border-radius:50%;
}
.counter {
	font-size:35px;
	color:#FF3F40;
	margin-bottom:10px;
	font-weight:600;
}
.count p {
	margin:0;
	display:inline-block;
	font-weight:600;
}
/*end*/



/*project page*/

.single-project .section-tittle h2 {
	text-align:left;
}
/*tab*/

.single-project-menu {
	background:#282828;
}
.nav-tabs {
	border:none;
	background:#282828;
	height:70px;
}
.nav-tabs > li > a {
	border:none;
	border-radius:0;
	margin:0;
	color:#fff;
	font-weight:600;
	font-size:14px;
	height:70px;
	line-height:65px;
	padding:0;
	border-top:5px solid transparent;
	background:none;
}
.nav-tabs > li > a:hover, .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active > a:focus {
	border:none;
	background:none;
	border-top:5px solid #ff4040;
	color:#fff;
}
.nav-tabs > li {
	margin-left:35px;
}
.nav-tabs > li:first-child {
	margin:0;
}
.tab-content > .active {
	margin-top:25px;
	background:#f5f5f5;
	padding:45px;
}
/*accordian*/

.panel-body {
	padding:35px 15px 15px 15px;
}
.panel-group {
	margin:0 -15px;
}
.panel-default > .panel-heading {
	background:#FF3F40;
	border:none;
	border-radius:0;
	padding:0;
	color:#fff;
	border-top:1px solid #eb2c2c;
}
.panel {
	background:#f6f6f6;
	box-shadow:none;
}
.panel-group .panel {
	border-radius:0;
	border:none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top:none;
}
.panel-group .panel + .panel {
	margin:0;
}
.panel-title {
	font-size:15px;
}
.panel-title > a {
	display:block;
	padding:10px 15px;
}
.panel-title > a:after {
	content:'+';
	display:inline-block;
	color:#fff;
	font-size:14px;
	float:right;
}
/*end*/



/*end*/


/*project-single*/

.project-slider li {
}
.sigle-project-details.full-width {
	padding:80px 0 0 0;
}
/*flex-slider*/

.project-slider .flex-direction-nav a {
	height:60px;
	width:30px;
	margin:-30px 0 0;
	opacity:1;
}
.project-slider .flex-direction-nav .flex-next {
	background:url(images/right-arrow.png) no-repeat;
	background-size: contain;
	right:25px;
}
.project-slider .flex-direction-nav .flex-prev {
	background:url(images/left-arrow.png) no-repeat;
	background-size: contain;
	left:25px;
}
.project-slider .flexslider:hover .flex-direction-nav .flex-prev {
	left:25px;
}
.project-slider .flex-direction-nav .flex-next {
	right: 25px;
}
.project-slider .flex-control-nav {
	bottom:15px;
}
/*end*/


.enquiry-form {
	background:#ff4040;
	padding:30px 20px;
}
.enquiry-form h5 {
	text-align:center;
	padding-bottom:20px;
	border-bottom:2px solid #fff;
	margin:0 -20px 30px -20px;
	font-size:21px;
	color:#fff;
}
.enquiry-form input[type="text"], .enquiry-form input[type="tel"], .enquiry-form input[type="email"], .enquiry-form textarea {
	height:35px;
	width:100%;
	color:#fff;
	font-size:13px;
	border:none;
	border-radius:0;
	padding:0 15px;
	background:#F23233;
	margin-bottom:15px;
}
.enquiry-form textarea {
	padding:7px 15px;
	height:100px;
}
.enquiry-form input[type="submit"] {
	height:35px;
	width:100%;
	background:#d71718;
	color:#fff;
	font-size:13px;
	font-weight:500;
	border:none;
}
.enquiry-form input[type="submit"]:hover {
	background:#EF1213;
}
 .enquiry-form ::-webkit-input-placeholder {
color:#fff;
 opacity: 1;
}
.enquiry-form :-moz-placeholder { /* Firefox 18- */
color:#fff;
 opacity: 1;
}
.enquiry-form ::-moz-placeholder {  /* Firefox 19+ */
color:#fff;
 opacity: 1;
}
.enquiry-form :-ms-input-placeholder {
color:#fff;
 opacity: 1;
}
.single-project h5 {
	padding:10px 20px;
	border-left:2px solid #ff4040;
	margin-bottom:30px;
}
.project-details-tab .tab-content > .active {
	padding:45px 45px 5px 45px;
}
/*end*/


/*contact page*/

.single-contact .section-tittle {
	text-align:left;
	margin-bottom:40px;
}
.single-contact .section-tittle h2 {
	margin-bottom:10px;
}
.single-contact .section-tittle:after {
	content:'';
	display:block;
	height:1px;
	width:70px;
	background:#ff4040;
}
.single-contact p {
	margin-bottom:15px;
}
.single-contact-left {
	position:relative;
	z-index:10;
}
.single-contact-leftbg:after {
	background: #ffd461;
	bottom: -150px;
	content: "";
	display: block;
	position: absolute;
	right: 150px;
	top: -80px;
	width: 1500px;
	transform: skew(-33deg);
}
.single-contact-left ul li {
	margin-top:40px;
}
.single-contact-left ul li p, .single-contact-left ul li p a {
	color:#282828;
}
.single-contact-left ul li:first-child {
	margin:0;
}
.single-contact-left .contact-social ul li {
	float:left;
	margin:0 0 0 15px;
}
.single-contact-left .contact-social ul li:first-child {
	margin:0;
}
.single-contact-left .contact-social ul li a {
	background: #EFC451;
	color: #ff3f40;
	display: block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
.single-contact-left .contact-social ul li a:hover {
	background:#FF3F40;
	color:#fff;
}
.single-contact-right input[type="text"], .single-contact-right input[type="email"], .single-contact-right textarea {
	height:45px;
	width:100%;
	border:1px solid #ffbdbd;
	border-radius:0;
	padding:0 15px;
	font-size:14px;
	color:#030303;
	margin-bottom:15px;
}
.single-contact-right textarea {
	padding:7px 15px;
	height:150px;
}
.single-contact-right input[type="submit"] {
	height:45px;
	padding:0 20px;
	line-height:45px;
	background:#ff4040;
	float:left;
	font-weight:500;
	border:none;
	color:#fff;
}
.single-contact-right input[type="submit"]:hover {
	background:#fa6666
}
 .single-contact-right ::-webkit-input-placeholder {
color:#030303;
 opacity: 1;
}
.single-contact-right:-moz-placeholder { /* Firefox 18- */
color:#fafafa;
 opacity: 1;
}
.single-contact-right ::-moz-placeholder {  /* Firefox 19+ */
color:#030303;
 opacity: 1;
}
.single-contact-right :-ms-input-placeholder {
color:#030303;
 opacity: 1;
}
.single-contact-right .row {
	margin:0 -7px;
}
 .single-contact-right [class^="col-"] {
padding:0 7px;
}
/*end*/


/*gallery page*/


/*pop-up*/


.gallery-grid a {
	display:block;
	margin-bottom:20px;
}
.gallery-grid {
	text-align:center;
}
.gallery-grid h6 {
	margin:0;
}
.gallery-grid:hover h6 {
	color:#ff4040;
}
.sl-overlay {
	background: rgba(26, 30, 24, 1.00);
}
.sl-wrapper button {
	color:#fff;
	font-size:45px;
	background:#ff4040;
	height:80px;
	width:80px;
	line-height:80px;
	text-align:center;
}
.sl-wrapper .sl-navigation button {
	height:auto;
	width:auto;
	padding: 0px 17px 4px 16px;
	background:#fff;
	color:#ff4040;
	line-height:50px;
	margin-top:-25px;
}
.sl-wrapper .sl-prev, .sl-wrapper .sl-next {
	font-size:35px;
}
.sl-wrapper .sl-navigation button.sl-prev {
	left:200px;
}
.sl-wrapper .sl-navigation button.sl-next {
	right:200px;
}
.sl-wrapper .sl-image {
	background:#fff;
}




/*end*/




 /*--------------------------------------   MEDIA STYLES  -------------------------**/
/* Large desktop */
@media (max-width: 1200px) {
 .banner h1 {
 font-size: 55px;
 margin-bottom: 10px;
}
 .complete-story h1 {
font-size:50px;
}
 .enquiry-form h5 {
 margin: 0 -20px 15px;
 font-size:18px;
 padding-bottom:15px;
}
 .banner-slider .flex-direction-nav .flex-prev {
left:5px;
opacity:1;
}
 .banner-slider .flex-direction-nav .flex-next {
right:5px;
opacity:1;
}
 .banner-slider .flexslider:hover .flex-direction-nav .flex-prev {
 left: 5px;
 opacity:1;
}
.banner-slider .flexslider:hover .flex-direction-nav .flex-next {
 right: 5px;
 opacity:1;
}
 .footer .recent-projects ul li {
width:31%;
}
 .quick-contact-grid i {
display:none;
}
 .quick-contact-text {
padding-left:0;
}
 .company-merits-grid ul li {
width:17%;
}
 .merit-img {
height:165px;
width:165px;
}
 .path {
right:30px;
}
 .single-project .project-details span {
margin:0 5px;
}
 .single-project .view-btn a {
padding:0 10px;
}
 .enquiry-form {
 padding:20px 20px 25px 20px;
}
 .sl-wrapper .sl-navigation button.sl-prev {
left:25px;
}
 .sl-wrapper .sl-navigation button.sl-next {
right:25px;
}
 .single-contact-left {
max-width:315px;
}
 .single-contact-leftbg::after {
right:175px;
}
}


 /* --------------------------------------------
	 ( Ipad & Mobile mobile phone  )
-------------------------------------------- */		
	
@media (max-width: 979px) {
 h1 {
 font-size: 28px;
 font-weight: 700;
 margin-bottom: 10px;
}
 .about h1::before {
 height: 3px;
 margin-bottom: 7px;
 width: 46px;
}
 .banner h1 {
font-size:37px;
}
 h2 {
font-size:24px;
margin-bottom:20px;
}
 .complete-story h1 {
font-size:35px;
margin-left:15px;
}
 .complete-story h1::before {
 height: 4px;
 margin-bottom: 7px;
 width: 41px;
}
 .about-quick-contact h5 {
font-size:17px;
}
 .about-quick-contact h3 {
font-size:23px;
}
 .inner-page .banner h1 {
font-size:40px;
}
 .single-contact-left h5 {
font-size:17px;
}
 .gallery h6 {
font-size:15px;
}
 .top-contact ul li {
margin-left:30px;
}
 .social {
margin-left:30px;
}
 .nav-bar {
 padding: 10px 0 15px;
}
 .nav-menu {
 padding: 10px 0 13px;
}
 .nav-menu ul li a:hover:after, .nav-menu ul li.current-menu-item > a:after {
 bottom:-17px;
}
 .nav-menu {
 text-align:center;
}
 .nav-menu ul li {
 display:inline-block;
 margin:0 20px;
 float:none;
}
 .banner-text {
 border-bottom: 2px solid #ff3f40;
 padding: 20px;
}
 .red-btn a {
 height: 45px;
 line-height: 45px;
 padding: 0 15px;
 font-size:14px;
}
 .banner {
 padding: 80px 0 90px;
}
 .banner-container {
margin:0 auto;
}
 .banner-slider .flex-direction-nav .flex-prev, .banner-slider .flex-direction-nav .flex-next {
background-size:contain;
width:30px;
height:65px;
margin-top:-32px;
}
 .about p {
font-size:14px;
}
 .full-width {
padding:60px 0;
}
 .read-btn a {
font-size:14px;
}
 .project-grid {
margin-bottom:20px;
}
 .project .read-btn {
text-align:center;
float:none;
}
 .why-book-contet {
 max-width: 550px;
}
 .why-book-grid i {
margin-bottom:12px;
}
 .why-book-grid {
 padding: 46px 22px;
}
 .company-merits-grid ul li {
 width: 25%;
}
 .company-merits-grid ul li {
margin-bottom:25px;
}
 .company-merits.full-width {
padding:60px 0 35px 0;
}
 .contact-section {
padding:0;
}
 .contact-grid {
display:block;
margin-bottom:40px;
}
 .contact-frm {
max-width:100%;
width:49.9%;
}
 .contact-address {
 margin-left: 0;
 width: 48.9%;
}
 .contact-address ul {
max-width:175px;
margin:0 auto;
}
 .site-map {
position:inherit;
left:auto;
right:auto;
bottom:auto;
top:auto;
height:250px;
}
 .footer-top {
padding:40px 0;
}
 .ftr-text {
margin-bottom:25px;
}
 .footer-top ul li {
margin-top:1px;
}
 .footer-btm {
padding:20px 0;
}
 .complete-story-text {
padding-left:15px;
}
 .complete-story.full-width {
 padding: 60px 0 25px;
}
 .complete-story-grid::after {
 bottom: -25px;
 top: -60px;
}
 .mission {
padding:10px 15px;
font-size:14px;
}
 .count i {
width:160px;
height:160px;
margin-bottom:10px;
}
 .count p {
display:block;
font-size:14px;
}
 .counter {
margin-bottom:0px;
}
 .about-quick-contact .view-btn {
margin-left:60px;
}
 .inner-page .banner {
padding:55px 0;
}
 .tab-content > .active {
padding:20px;
}
 .nav-tabs > li > a {
height:50px;
line-height:45px;
}
 .nav-tabs {
height:50px;
}
 .project-slider .flex-direction-nav a {
height:40px;
width:20px;
margin:-20px 0 0;
}
 .sigle-project-details.full-width {
 padding: 60px 0 0;
}
 .single-project.full-width {
padding:60px 0;
}
 .single-contact-left ul li {
margin-top:25px;
}
 .single-contact-right input[type="text"], .single-contact-right input[type="email"] {
height:40px;
}
 .single-contact-right input[type="submit"] {
height:40px;
line-height:40px;
font-size:14px;
}
 .gallery-grid a {
margin-bottom:15px;
}
 .sl-wrapper button {
 font-size: 40px;
 height: 60px;
 line-height:60px;
 width: 60px;
}
 .single-contact .section-tittle {
margin-bottom:20px;
}
 .single-contact-leftbg::after {
top:-60px;
right:100px;
}
 .single-contact-right {
padding-left:40px;
}
 .path {
 bottom: auto;
 display: inline-block;
 left: auto;
 margin-top: 10px;
 position: inherit;
 right: auto;
 top: auto;
}
 .project-details-tab .single-project {
padding:0 0 60px 0;
}
}


 /* --------------------------------------------
		 (iPad -Portrait)
-------------------------------------------- */		
@media (min-width: 768px) and (max-width: 979px) {
}

 /* --------------------------------------------
	 ( mobile phone )
-------------------------------------------- */		
	
@media (max-width: 767px) {
 h1 {
font-size:24px;
}
 .banner h1 {
font-size:27px;
}
 .about h1 {
display:inline-block;
}
 h2 {
font-size:21px;
}
 .footer h5 {
display:inline-block;
}
 .footer h5::after, .footer-logo a::after {
margin:15px auto 0 auto;
}
 .complete-story h1 {
margin:0;
max-width:100%;
}
 .complete-story h1 {
font-size:24px;
display:inline-block;
margin-bottom:15px;
}
 .single-project .section-tittle h2 {
text-align:center;
}
 .single-contact-left h2 {
color:#fff;
}
 .banner p {
font-size:16px;
}
 .nav-left {
float:none;
}
 .logo {
max-width:80px;
margin:0 auto;
float:none;
}
 .top-right {
float:none;
}
 .nav-menu {
padding:0;
}
 .nav-menu ul li a:hover:after, .nav-menu ul li.current-menu-item > a:after {
 display:none;
}
 .nav-menu ul li {
 display:block;
 margin:0;
 border-top:1px solid #E52728;
}
 .nav-menu ul li a {
 padding:8px 0;
}
 .nav-menu ul li a:hover {
 background:#f52324;
}
 .navbar-collapse {
 margin:0 -15px;
}
 .banner-slider .flex-direction-nav a {
 display:none;
}
 .banner-text {
 padding:15px;
}
 .red-btn a {
 height:40px;
 font-size:13px;
 line-height:40px;
}
 .about-right {
 float:none;
}
 .full-width {
 padding:40px 0;
}
 .about-vdo {
 margin-bottom:40px;
}
 .about-text {
 text-align:center;
}
 .why-book-contet [class^="col-"] {
 width: 33%;
 float: left;
}
 .company-merits-grid ul li {
 width: 29%;
}
.footer {
text-align:center;
}
 .quick-contact-text {
display:block;
}
 .footer ul li.ftr-brochure a::after {
 margin:0 auto;
}
 .recent-projects {
 float: none;
 margin: 0 auto;
 max-width: 100%;
}
 .footer .recent-projects ul li {
 width:auto;
}
 .footer .recent-projects ul li {
 float:none;
 display:inline-block;
}
 .ftr-btm {
 text-align:center;
}
 .ftr-btm-left {
float:none;
margin-bottom:6px;
}
 .ftr-btm-right {
float:none;
}
 .ftr-btm-right ul li {
float:none;
display:inline-block;
}
 .contact-grid {
padding:15px;
}
 .contact-address {
 margin-left: 0;
 margin-top: 40px;
 margin-bottom:30px;
 width: 100%;
}
 .path {
padding:10px;
font-size:14px;
}
 .complete-story-grid:after {
position:inherit;
right:auto;
left:auto;
top:auto;
bottom:auto;
}
 .complete-story {
text-align:justify;
}
 .complete-story-text {
padding:35px 10px 10px 10px;
background:#e3f5ff;
}
 .complete-story-text p {
margin-bottom:25px;
}
 .complete-story.full-width {
padding:40px 0;
}
 .counter-grid {
margin-bottom:35px;
}
 .count.full-width {
padding:40px 0 5px 0;
}
 .about-quick-contact-grid {
max-width:100%;
text-align:center;
}
 .about-quick-contact .view-btn {
margin-left:0;
}
 .about-quick-contact .text {
display:block;
margin-bottom:15px;
}
 .about-quick-contact .view-btn a {
font-size:14px;
}
 #myTabContent {
display:none;
}
 .enquiry-form {
margin-top:40px;
}
 .sigle-project-details.full-width {
 padding: 40px 0 0;
}
 .single-project.full-width {
 padding: 40px 0 0 0;
}
 .single-contact, .single-contact .section-tittle {
text-align:center;
}
 .single-contact .section-tittle::after {
margin:0 auto;
}
 .single-contact-left .contact-social ul li {
float:none;
display:inline-block;
}
 .single-contact-left {
margin-bottom:40px;
}
 .single-contact-left ul li {
padding:20px 20px 5px 20px;
background:#e82929;
}
 .single-contact-left .contact-social ul li {
padding:0;
}
 .contact-social {
margin-top:20px;
}
 .single-contact-right input[type="submit"] {
width:100%;
}
 .sl-wrapper .sl-navigation button.sl-prev {
left:48px;
margin-top:-27px;
z-index:100000;
}
 .sl-wrapper .sl-navigation button.sl-next {
z-index:100000;
right:48px;
margin-top:-27px;
}
 .single-contact-left {
max-width:100%;
}
 .single-contact-leftbg::after {
 background:#ff4040;
 right: 245px;
 top: -40px;
 transform: skew(-50deg);
}
 .single-contact-right {
padding:0;
}
 .sl-wrapper .sl-navigation button {
background:#ff4040;
color:#fff;
}
 .contact-frm {
width:100%;
max-width:100%;
}
 .single-contact-left p, .single-contact-left p a, .single-contact-left ul li p, .single-contact-left ul li p a, .single-contact-left ul li h5 {
color:#fff;
}
 .single-contact-left .contact-social ul li a {
background:#fafafa;
}

 .gallery-grid {
margin-bottom:20px;
}
.gallery-section.full-width {
padding:40px 0 20px 0;
}

}

/*-------------------------------------------- */	


     /* --------------------------------------------
320 (mobile)
-------------------------------------------- */	

 @media (max-width: 520px) {
 .inner-page .banner h1 {
 font-size:34px;
}
 .why-bookus .section-tittle h2 {
 text-align:center;
}
 .complete-story h1 {
 display:block;
 text-align:center;
}
 .complete-story h1:before {
display:none;
}
 .about-quick-contact h3 {
font-size:20px;
}
 .about-quick-contact h5 {
margin-bottom:5px;
}
 .about-quick-contact .text {
margin-bottom:8px;
}
 .nav-bar {
 padding:0;
}
 .top-right {
 display:none;
}
 .logo {
 margin:10px 0;
 float:left;
}
 .why-book-grid {
 padding:30px 15px;
}
 .company-merits-grid ul li {
 width:100%;
 margin-bottom:30px;
}
 .company-merits.full-width {
 padding:40px 0 10px 0;
}
 .inner-page .banner {
text-align:center;
padding:35px 0;
}
 .path {
position:inherit;
bottom:auto;
right:auto;
left:auto;
top:auto;
display:inline-block;
margin-top:10px;
}
 .single-project-grid p {
text-align:justify;
}
 .sl-wrapper .sl-navigation button.sl-prev {
left:32px;
}
 .sl-wrapper .sl-navigation button.sl-next {
right:32px;
}
 .single-contact-leftbg::after {
display:none;
}
 .single-contact-left ul li {
background:#ff4040;
color:#fff;
border:none;
}
 .single-contact-left p, .single-contact-left p a, .single-contact-left h2 {
color:#282828;
}
 .single-contact-left ul li p, .single-contact-left ul li p a {
color:#fff;
}
 .single-contact-left .contact-social ul li a {
background:#fafafa;
}
}
 @media (max-width: 480px) {
 .about h1::before {
 display:none;
}
 .project-text {
 text-align:center;
}
 .project-details {
 float:none;
 display:block;
}
 .view-btn {
 display:block;
 margin-top:10px;
 float:none;
}
 .project .read-btn {
 margin-top:0;
}
 .why-book-contet [class^="col-"] {
 width:100%;
}
 .why-book-grid {
 height:auto !important;
}
 .contact-frm {
 width:100%;
}
 .about-quick-contact .view-btn a {
padding:0 20px;
line-height:40px;
height:40px;
}
 .path {
padding:8px 10px;
}
 .ftr-btm-right ul li + li::before {
display:none;
}
 .ftr-btm-right ul li {
margin-top:5px;
}
 .ftr-btm-right ul li:first-child {
margin:0;
}
 .project-slider .flex-direction-nav .flex-prev {
left:10px;
}
 .project-slider .flex-direction-nav .flex-next {
right:10px;
}
}
