@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #e8e8e8;
}

@font-face {
  font-family: 'PTS75F';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/PTS75F.eot');
  src: local('?'),
  url('../fonts/PTS75F.eot?#iefix') format('embedded-opentype'),
  url('../fonts/PTS75F.woff') format('woff'),
  url('../fonts/PTS75F.ttf') format('truetype'),
  url('../fonts/PTS75F.svg#PTS75F') format('svg');
}

@font-face {
  font-family: 'NewGotBd';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NewGotBd.eot');
  src: local('?'),
  url('../fonts/NewGotBd.eot?#iefix') format('embedded-opentype'),
  url('../fonts/NewGotBd.woff') format('woff'),
  url('../fonts/NewGotBd.ttf') format('truetype'),
  url('../fonts/NewGotBd.svg#NewGotBd') format('svg');
}

@font-face {
  font-family: 'NewGotRm';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NewGotRm.eot');
  src: local('?'),
  url('../fonts/NewGotRm.eot?#iefix') format('embedded-opentype'),
  url('../fonts/NewGotRm.woff') format('woff'),
  url('../fonts/NewGotRm.ttf') format('truetype'),
  url('../fonts/NewGotRm.svg#NewGotRm') format('svg');
}

@font-face {
    font-family: 'NewGotRm';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/NewGotRm.eot');
    src: local('?'), url('../fonts/NewGotRm.eot?#iefix') format('embedded-opentype'), url('../fonts/NewGotRm.eot') format('woff'),
}

@font-face {
    font-family: 'NewGotBd';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/NewGotBd.eot');
    src: local('?'), url('../fonts/NewGotBd.eot?#iefix') format('embedded-opentype'), url('../fonts/NewGotBd.eot') format('woff'),
}


html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 700;
   /*font-family: 'Roboto', sans-serif;*/
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: auto;
  padding:0;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

/*.menubg{  position: relative;    top:32px;   padding: 0 20px;     background-color: none;
    opacity: 0.9;}*/

.menubg{     padding: 10px;border-top: 3px solid #e00000;}    

.top-nav-collapse {  background: #fff; }

.top-nav-collapse .menubg{  top:0;}

.nav.navbar-nav {background:none;     width: 70;}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background: none;
}

.navbar-custom ul.nav li a {
	font-size: 18px;
	letter-spacing: 0;
    color: #bfbebe;
	font-family: 'NewGotBd';
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #bfbebe;
	background: none;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	    margin-top: 0;    padding: 0;
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 5px 14px;
	color: #333;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #29519a; color: #fff;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a:hover{ color: #fff;}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	    font-size: 16px;
	    letter-spacing: 0;
	    color: #000;
	    font-family: 'NewGotBd'
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background:none;
}
/*.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: #e00000;
}*/

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active a{
    outline: 0;
    background:none; color: #29519a; text-decoration: underline;
}

.navbar-custom .nav li a:hover {
    color: #de3a6c;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding:70px 0;
	display:block;
    position:relative;
}


.section-heading h2 {
	font-size: 40px; color: #03a4ae;
}
.section-heading i {
	margin-bottom: 20px; color: #03a4ae;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}


/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px; color: #fff;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}





/
/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 0;
    padding: 2px 16px;
    border: 2px solid #e00000;
    border-radius: 50%;
    font-size: 40px;
    color: #e00000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #e00000;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 0 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #fff;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0; background: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color:#fff;
    border-bottom: 2px solid #de3a6c;
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}


/*=================new css===================*/

.carousel-control.left{ background-image:none;}

.carousel-control.right{ background-image:none;}

.bannerdv .item img{ position:relative; height: 520px;}

.bannerdv .carousel { position: relative;}

.slogan p{ color:#fff; text-shadow:1px 1px 3px #333; font-family: 'Raleway', sans-serif;     font-weight: 600;}

/*===========about css==============*/
#about{ background:#141414;}

.aboutinfo p{ color:rgba(144,136,125,1); font-weight: 500; text-align:left;}

.aboutbox{ text-align:left;}

.aboutbox ul{ padding-left:20px;}

.aboutinfo h4{ text-align:left; color: #03a4ae;}

.aboutbox p{ color:rgba(144,136,125,1); font-weight: 500;}

.aboutbox li{color:rgba(144,136,125,1);  font-weight: 500;}

.aboutbox h4{ color:#eee; margin-bottom: 10px;}

.aboutinfo .borderdiv{ border-right:1px solid rgba(144,136,125,1);}


/*==========amenities css==============*/
#amenities{ background: url(../images/amenities-bg.jpg) no-repeat;}

.amenitiesdiv img{ border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15), 0 7px 15px rgba(0,0,0,0.42);
    border: 7px solid #fff;
    background-color: #fff;
   max-width: 60%;
    height: auto;}

.imgdiv1 img{ -webkit-transform: rotate(-10deg); transform: rotate(-10deg); width: 100%; }

.imgdiv2 img{     -webkit-transform: rotate(7deg); transform: rotate(7deg); width: 100%; margin: 25px 0 0 27%;}

.imgdiv3 img{     -webkit-transform: rotate(16deg); transform: rotate(24deg); width: 100%;     margin-top: 16px;}

.amenities_list ul{ padding-left: 20px; list-style: none;}

.amenities_list li{ text-align: left; color:#fff; font-size: 15px; line-height: 27px; background:url(../images/arrow.png) no-repeat 0 6px ;     padding-left: 20px;}

.amenities_list .fa{ margin-right: 15px; color: #03a4ae;}

/*===========rules css===============*/
#rules{ background:#222;}

.heading-about{ text-align:center;}


.modal-dialog{ margin: 10% auto;}

.modal-backdrop{ z-index:0;}

.modal{ background: #0000007d;}

.get-quote-form .modal-body {
    position: relative;
    margin: 60px;
    background: #fff;
    border: 2px solid #aaabaf;
    border-radius: 10px;
}

.get-quote-form .modal-dialog { margin: 3% auto;}

.get-quote-form form#contact-form input,
.get-quote-form form#contact-form select,
.get-quote-form form#contact-form textarea {
    border-radius: 0;
    border: 1px solid #aaabaf;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.get-quote-form .modal-dialog { width: 700px;}

.modal-body p{ color:#333; display:block; text-align:left; margin: 0 0 6px 0;}

.get-quote-form .modal-content{ background:#e6e7e9; color:#000; text-align: left; border-radius: 0;}

.get-quote-form .form-control{ height: auto; border-radius: 0;}

.get-quote-form #contact-form{ margin-top: 0;}

.get-quote-form h4{ color: #000; font-family: 'NewGotBd'; text-transform: inherit; font-size: 28px; text-align: left;}

.get-quote-form .btn {
    background: #295199;
    color: #fff;
    font-family: 'NewGotRm';
    padding: 3px 54px;
    font-size: 18px;
}

.get-quote-form lable {
    color: #000;
    font-family: 'NewGotRm';
    font-size: 18px;
}

.close{ font-size: 28px; opacity: 9;}


footer{ background:#333;}

#contact{ background: rgba(10,10,10,1)}


/*============contact us css================*/
.map iframe{ width:100%; height:400px; border:2px solid #03a4ae;}

.footer-top .btn:hover{ background:#03a4ae; color:#fff;}

.footer-top h3{ color:#03a4ae;}

.footer-bottom a:hover{color:#e00000;}

.footer-top p{ color:#333;}

.footer-top a{ color:#333;}

.footer-top .fa{ color:#03a4ae; margin-right:8px;}

.social-network .fa{ color:#fff;}


.socialicon{ text-align:center;}
/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoInstagram:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:15px;     margin-right: 11px;
}
.social-circle i {margin:0;	line-height:41px; text-align: center; text-align: center; width: 40px; height: 40px; font-size: 15px;    border-radius: 50%;}

.social-circle  a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-network a{ background: #f7c51e;}

.social-network .sitemap{ background:none; color:#fff; text-transform:uppercase;  }

.social-network .sitemap:hover{ color:#ee1c25;}

/*===========location css=============*/
#location{ background:url(../images/location-bg.jpg) no-repeat;}

.airportbox .airportpara{ display:inline-block; font-size:16px; font-weight:bold; color:#fff; margin-right:15px;}

.airportbox h3{ color:#fff; margin-bottom:10px;}

.airportbox{     background: #03a4ae; padding:15px;}

.airportbox p{ margin-bottom:0; font-size:15px;     font-family: 'Raleway', sans-serif;}

.airportbox .fa{ margin-right:15px;}

.locationbox{ margin-top:15px;}

.locationbox h3{ background: #03a4ae; color:#fff; text-align:center; margin: 0; padding: 15px;}

.locationbox ul{ padding-left:20px; margin-top:20px;}

.locationbox li{ color:#fff; line-height:24px; font-weight:600; font-size:15px; }

/*==========gallery  css================*/

#gallery{    background: #222;}

.res-heading{ display:none;}

.top-nav-collapse .navbar-brand img{ }


.top-nav-collapse .navbar-nav>li>a{ padding:5px 0;}

/* validation contact form*/
.footer-top .errMsg {
	color: red; text-align:center; padding-bottom:8px; font-size: 16px;
}
.footer-top .successMsg {
	color: green; text-align:center; padding-bottom:8px; font-size: 16px;
	
}

/*=================new website css===============*/

.bannerdv{ }

.bannerdv .carousel-caption { text-shadow: 2px 2px 9px #222121;    bottom: 122px;top:30%; text-align: left; right: 0; left: 13%; padding: 0;}

.bannerdv .carousel-caption h2{font-size: 52px; margin:0 0 0 0; }

.carousel-caption h3{ margin: 0;     font-size: 34px;}

.slider-info{ background: #f7c51e;padding: 4px 15px;margin: 0; display: inline-block;}

.slider-info p{ color: #333; font-size: 25px; font-weight: 600; margin: 0;}

.bannerdv .carousel-caption .fontnormal{ font-weight: normal; margin: 10px 0;}

.bannerdv p{ margin: 0; font-size: 17px;}

.carousel-control{ z-index: 10;}

.home-heading{ text-align: center; padding: 30px 0; position: absolute; bottom: 15px; background: #e00000b0; left: 0;right: 0;}

.home-heading p{ margin: 0;color: #fff; font-size: 20px;}

.home-heading .smallpara{ font-size: 16px; }

.project-btn a{ text-align: center; background: #f7c51e;display: block;color: #333333;border: 1px solid #adadad;padding: 6px 18px;font-size: 18px;}

.project-section{ padding: 40px 0;}

.proj-info .propara{ text-transform: uppercase; color: #f7c51e; font-weight: bold;}

.proj-info img{ width: 100%; margin: 8px 0;}

.proj-info h6{ margin: 0; font-size: 15px;    color: #333;}

.proj-info p{ font-size: 13px; color: #999999;   margin: 6px 0;}

.proj-info a{ text-transform: uppercase; font-size: 14px; font-weight: bold; color: #1098cb;}

.proj-info a:hover{ color: #f7c51e;}

.numbersdiv{ cursor: pointer;}

.numbers-bg .paddingdiv{ border-radius: 5px; margin: 1px;padding: 40px 20px; height: 200px;}

.numbers-bg .remove-p{ padding: 0;}

.numbers-bg .icondiv{     padding-top: 20px;text-align: center;border-radius: 50px;border: 2px solid #fff;width: 90px;height: 90px;}

.number_info{ position: relative; top: 20px;}

.slideUp{ position: relative; top: -25px;  transition:all 0.5s;}

.numbersdiv h3{ font-weight: bold; color: #000; font-size: 24px;margin: 22px 0;}

.numbersdiv p{  color: #fff;font-size: 50px;font-weight: bold;text-align: center; margin: 0;}

.numbersdiv .hoverdiv p{line-height: 22px;  border-top: 2px solid #e8e6e6; padding-top: 10px; font-size: 17px;    margin: 12px 0 0 0; opacity: 0; bottom: -70px; position:relative;transition:all 0.5s; }

.about-section{ overflow: hidden;}

.aboutdiv h2{    position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.08);font-size: 30px;     margin-bottom: 15px;
    padding-bottom: 15px; margin-top: 0; color: #fff;}

.aboutdiv h2:after{ position: absolute;content: "";background: #dbd9da;height: 3px;width: 50px;bottom:-1px;left: 0;}

.aboutdiv p{ font-size: 13px; color: #fff;}

.whyusdiv img{ width: 100%; margin-bottom: 15px; border:2px solid #f7c51e;}

.aboutdiv  .redmorebtn{}

.aboutdiv .redmorebtn a{     display: inline-block;    border: 3px double #fff; display: inline;text-transform: uppercase;color: #fff;font-weight: bold;background: #e00000;padding: 5px 15px;font-size: 12px;}

.aboutdiv .redmorebtn a:hover{ background: #000;}

.profilediv{ padding: 40px 0; background: #fff;}

.profileimg .thumbnail{ background: none; border-radius: none; border: none;}

/*Panel tabs*/
.panel{ background: none;    box-shadow: none;}
.panel-tabs {
    position: relative;
    bottom: 0;
    clear:both;
    border-bottom: none;      margin: 0 40%;     
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px; font-weight: bold;

}

.panel-tabs > li > a {
    margin-right: 0;
    margin-top: 0;
   padding: 22px;text-transform: uppercase;
    
    font-size: 15px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;    
  transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    
}

.panel-tabs > li > a:hover {
    border:none;
    color: #ffffff;
      transform: skew(-15deg);background-color: rgba(255,255,255, .23);
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;      transform: skew(-15deg);

}

.panel-primary{ }

.panel-heading{ padding: 0;}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #333333;
    border: none;
}

.panel-primary{ border: none; margin-bottom: 0;}

.borderdiv{ border-bottom: 2px solid #e00000;}

.footertop{ background: url(../images/title-area-pattern.png) repeat #f2f2f2; padding: 20px 0;}

.widget-contact a{ color: #666;}

.dropdown-menu>li>a:hover{ background: #f7c51e;}

.profileimg .viewgallerybtn{text-align: center;    padding-bottom: 0;}

.profileimg .viewgallerybtn a{ background: #333; color: #fff; padding: 8px 20px; display: inline-block; font-weight: bold; text-transform: uppercase;}

.profileimg .viewgallerybtn a:hover{ background: #e00000;}

.panel-body { padding: 15px 0 0 0;}

.footertop h3{     position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    color: #333;}

.footertop h3:after{ position: absolute;
    content: "";
    background: #f7c51e;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;}    

.profileimg p{    margin: 8px 0 0 0;font-size: 14px; color: #333; text-align: center; text-transform: uppercase;}

.profileimg a{ color: #fff;}

.paddingdiv{ padding: 22px 0;}

.navbar-custom.top-nav-collapse ul.nav li.active a {
    color: #29519a;
    text-decoration: underline;
}

.navbar-nav>li>a {padding-top: 4px;padding-bottom: 4px;}

.numbers-bg{ padding: 50px 0; background: url(../images/number-bg.jpg) no-repeat;}

.red-bg{ background: rgba( 231, 45, 45, 0.72 );transition: background-color 0.3s ease-in-out 0s;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s;}

.red-bg:hover{ background-color: rgba( 231, 45, 45, 1 );}

.blue-bg{ background: rgba( 34, 110, 224, 0.72 );transition: background-color 0.3s ease-in-out 0s;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s;}

.blue-bg:hover{ background-color: rgba( 34, 110, 224, 1 );}

.purple-bg{ background: rgba( 102, 49, 222, 0.72 );transition: background-color 0.3s ease-in-out 0s;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s;}

.purple-bg:hover{ background-color: rgba( 102, 49, 222, 1 );}

.yellow-bg{ background: rgba( 246, 183, 33, 0.72 );transition: background-color 0.3s ease-in-out 0s;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s;}

.yellow-bg:hover{ background-color: rgba( 246, 183, 33, 1 );}

.faintgreen-bg{ background: rgba( 21, 162, 94, 0.72 );transition: background-color 0.3s ease-in-out 0s;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s;}

.faintgreen-bg:hover{ background-color: rgba( 21, 162, 94, 1 );}

.darkgreen-bg{ background: rgba( 12, 153, 51, 0.72 );transition: background-color 0.3s ease-in-out 0s;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s;}

.darkgreen-bg:hover{ background-color: rgba( 12, 153, 51, 1 );}

.icondiv .fa{ color: #fff; font-size: 50px;}


.navbar-fixed-top{ position: relative;}

.about-section .redbox{ background: #e00000;  padding: 40px 8%; height: 450px;}

.about-section .blackbox{ background: #2e3138; padding: 40px 8% 40px 30px; height: 450px;}

.titlediv{ text-align: center;}

.titlediv .initiatives-title{ color: #e00000; font-weight: bold;}

.footer-bottom{  background: #333; padding: 15px 0;}

.footer-bottom p{ color: #fff; margin: 0; font-size: 14px; }

.footer-bottom .credits{ color: #333;}

.footer-bottom p a{ color: #fff;}

.page-scroll{}

.footer-bottom .p-t{ padding-top:15px;}

.spicalicon .fa{ text-align: center;border: 1px solid #b3b2b2; width: 35px; height: 35px; background: #333333; color: #fff; border-radius: 50%; padding-top: 11px;}

.spicalicon .fa:hover{ background: #e00000;}

.projects-title{ color: #e00000;  font-weight: bold; }

.updatedinfo{ background: #e00000; padding:30px 0;}

.updatedinfo p{ font-size: 20px; font-weight: bold; color: #fff; margin-bottom: 0;}

.updatedinfo .input-group {
    margin: 0 auto;
    width: 100%;
}
.updatedinfo input.btn,
.updatedinfo input.btn.:focus {
    outline: none;
    width: 80%;
    height: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.updatedinfo button.btn {
    width: 20%;
    height:45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.updatedinfo .promise {
    color: #999;
}

.updatedinfo .btn {width: 78%; font-size: 15px;text-align: left;}

.updatedinfo .btn-lg{ padding: 6px 16px;}

.updatedinfo .btn-info{background: #333;     vertical-align: middle;     border-radius: 0;border: none;}

.updatedinfo .btn-info:hover{ background: #333; }

.spicalicon{ text-align: right;}

.rightpara p{ text-align: right;}

/*.bannerdv .carousel-inner>.item>img, .carousel-inner>.item>a>img{ height: 490px;}*/

.bannerdv .carousel-caption a{ display: inline-block; background: #000;
    padding: 3px 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px; margin-top: 10px; }

.bannerdv .carousel-caption a:hover{ background: #e00000;}

.mapdiv iframe{ width: 100%; height:240px;}

.adressdiv{ padding: 20px 0; border-bottom: 1px solid #000;}

.adressdiv h3{  color: #fff; font-size: 20px;}

.adressdiv p{ margin-bottom: 10px;}

.adressdiv .fa{ color: #fff;     margin-right: 10px; border-radius: 50%;width: 30px;height: 30px;text-align: center;background: #e00000;padding-top: 8px;}

.adressdiv h3{ position: relative;    margin-bottom: 15px;
    padding-bottom: 15px;     border-bottom: 1px solid rgba(0, 0, 0, 0.08);}

.adressdiv h3:after {
    position: absolute;
    content: "";
    background: #dbd9da;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}

.formdiv .form-group{ text-align: right;}

/*=================new website=================*/

.header-menu a {
    font-family: 'NewGotRm';
    font-size: 16px;
    display: inline-block;
    border-right: 1px solid #58595b;
    color: #6d6e71;
    padding: 0 6px;
    line-height: 1;
    margin-top: 5px;
}

.header-menu a:hover {
    color: #de3a6c;
}

.innermenu .dropdown-menu li a:hover{    color: #de3a6c;}

.header-menu a:last-child{ border-right: 0;}

.topheader{ padding: 8px 0;}

.topheader p {
    display: inline-block;
    margin: 0;
    margin: 0 5px;
    font-family: 'NewGotRm';
    font-size: 17px;
}

.header-menu{ text-align: right;}

.home-bg {
    background: url(../images/floormart-bg.png) no-repeat #fff;
    background-size: 100%;
}

.navbar{ background: none;}

.navbar-right { float: none!important;} 
.navbar-nav>li {float: none;}
.logodiv{ height: auto; padding:20px 0 36px 0;}

.homeinfo{ width: 47%; margin-top: 37px;}

.homeinfo h3 {  font-family: 'NewGotRm'; color: #26509c;  line-height: 36px;font-size: 28px;}

.navbar-cust.homeinfo a{  color: #bfbebe;}om.top-nav-collapse { border-bottom: none;}
.homeinfo p {
    color: #9b9b9b;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'NewGotRm';
}
.homeinfo a{  color: #bfbebe; font-family: 'NewGotRm'; font-size: 15px;}
.homeinfo a:hover{ color: #dc3b6b;}
.homeinfo .fa{ color: #dc3b6b;}
.navbar-custom.top-nav-collapse{ border-bottom: none;}
.smartbuyer {
    background: url(../images/smart-buyer.png) no-repeat;
    padding: 26px 4%;
    width: 88%; margin-top: 55px;
}
.smartbuyer .whitebox{ background: url(../images/smart-buyer-bg.jpg) no-repeat;}
.smartbuyer .whitebox p {
    color: #fff;
    font-family: 'PTS75F';
    font-size: 36px;
    line-height: 30px;
    margin: 0;
    padding: 10px;
}
.explorepara{    border: 2px solid #fff;     padding: 0 10px; }
.explorepara p{ color: #26509c; font-size: 17px; margin-bottom: 0; font-family: 'NewGotBd'; border-bottom: 2px solid #fff;}
.explorepara p:last-child{ border-bottom: none;}
.inputbtn{ margin-top: 24%;}
.inputbtn p{ color: #034797; margin: 0; font-family: 'NewGotBd'; font-size: 17px;}
.inputbtn #custom-search-input {
    padding: 0;
    border: solid 1px #E4E4E4;
    border-radius:0;
    background-color: #fff;
    width: 80%;
}

.inputbtn #custom-search-input input {
    border: 0;
    box-shadow: none;
}

.inputbtn #custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #9b9b9b;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

.inputbtn #custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

.floorbox{   margin-top: 30px;  height: 245px; border-bottom: 1px solid #a3a3a3; }

.floorbox .floorbtn{  margin-bottom: 8px; margin-bottom: 8px; padding:5px 9px; text-transform: uppercase; display:block; background: #26509c; color: #fff; font-size: 15px; font-family: 'NewGotBd';}

.floorbox p{ line-height: 18px;margin: 0; padding: 5px;  font-family: 'NewGotRm'; text-transform: uppercase; font-size: 15px; color: #bfbfbf;}

.floorbox a{/* color: #bfbfbf;*/ color:#26509c;}

.floorbox p a:hover{ color: #de3a6c; font-family: 'NewGotBd';}

/*.floorbox .colorpara {color: #ff3172;  font-family: 'NewGotBd';}*/

.floorinfo .col-md-3{ width: 20%;}

.floorinfo .morebtn{ color: #bfbebe; font-size: 12px; display: block;}

.floorinfo .morebtn:hover{color: #de3a6c;}

.rentaldiv{ margin: 32px 0; border-top: 3px solid #76777a;border-bottom: 2px solid #76777a;}

.rentalinfo{ text-align: center;  margin-top: 45px;}

.rentaldiv h3{ color: #034797; margin-bottom: 0;  font-family: 'NewGotBd'; font-size: 26px;}

.rentalinfo p{ font-size: 29px; color: #034797;  margin-bottom: 0; font-family: 'NewGotBd'; text-transform: uppercase;}

.contact-footer{ background: #294f98; padding:42px 6% 10px;}

.contact-footer h3{ color: #fff; text-transform: capitalize; border-bottom: 1px solid #fff;
    padding-bottom: 10px; font-size: 24px;  margin-bottom: 18px;}

.widget-contact p{ color: #fff; margin-bottom: 0;  font-family: 'NewGotRm'; font-size: 15px;}

.contact-footer .supply-para {
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 17px;
}

.contact-bg .supply-para {
    margin-bottom: 14px;
    padding-left: 30px;
}

.widget-contact .icondiv{ float: left;}

.widget-contact .icondiv a{ color: #fff; }

.widget-contact .icondiv .fa{ margin-right: 10px; font-size: 18px;}

.widget-contact .cont-info{ float: left; width: 272px;}

.widget-contact .cont-info a{ color: #fff;}

.contact-footer .form-control {
    background: none;
    border-right: 1px solid #fff;
    color: #fff;
    height: auto;
    font-size: 15px;
    padding: 7px 12px;
}
.contact-footer ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
  color: #fff !important;
}
.contact-footer ::-moz-placeholder {
    /* Firefox 19+ */
  color:#fff;
}
.contact-footer :-ms-input-placeholder {
    /* IE 10+ */
  color: #fff;
}
.contact-footer :-moz-placeholder {
    /* Firefox 18- */
  color:#fff;
}

#contact-form{ margin-top: 36px;}

.footerdiv{ padding: 8px 0;    background: #e8e8e8;}

.footerdiv p{ color: #231f20; margin-bottom: 0;  font-size: 15px; font-family: 'NewGotRm';}

.footerdiv .rightpara{ text-align: right; font-size: 15px; color:#e8e8e8;}

.footerdiv .rightpara a{color:#e8e8e8; cursor: inherit; }

.footerdiv .rightpara a:hover{color:#e8e8e8; }

.footerdiv .footermenu{    font-family: 'NewGotBd'; font-size: 15px; display: inline-block; border-right: 1px solid #58595b; color: #58595b; padding:0 8px; }

.footerdiv a:last-child{ border-right: none;}

.footerdiv a{ color: #231f20;}

.footerdiv a:hover {
    color: #de3a6c;
}


.navbar-custom.top-nav-collapse ul.nav li a:hover{ color: #de3a6c;}

/*================innerpage css================*/

.inner-bg{ background: url(../images/inner-bg.png) no-repeat #fff;     background-size: 100%;}

.innermenu ul{ list-style: none;     padding-left: 0;}


.innermenu{ margin-top: 28px;}

.innermenu li a{ display: block; background: #bcbec0; color: #fff;  padding: 9px 34px; font-size: 16px; font-family: 'NewGotBd';}

.innermenu  .btn{ border-bottom:none;background: none; width: 100%; box-shadow: none; padding: 0;}

.productsinfo h3{ font-size: 22px;letter-spacing: 0; margin-bottom: 12px; font-family: 'NewGotBd'; color: #29519a; border-bottom:2px solid #dc3b6b;display: inline-block;}
 
.productsinfo p{ line-height: 22px; color: #29519a; font-size: 16px; margin-bottom: 0; font-family: 'NewGotRm';}

.productsinfo p a{ color: #29519a;}

.innermenu  .dropdown-menu{  top: 100%; width: 100%;margin: 0; padding: 0; border: none; box-shadow: none; position: relative; margin-bottom: 10px;}

.innermenu .navbar-inverse .navbar-nav>.open>a,
.innermenu .navbar-inverse .navbar-nav>.open>a:hover,
.innermenu .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #29519a;
}

.innermenu .dropdown-menu li a{  width: 85%; margin: 6px 7%;  border-bottom: 2px solid #dcddde;  padding: 0; font-size: 15px; background: none; color: #a7a9ac; text-transform: uppercase; font-family: 'NewGotBd';}

.innermenu .dropdown-menu .bordernone{ border-bottom: none;}

.innermenu .dropdown-menu li.active a{color: #29519a;background:none;}

.innermenu  li{ margin-bottom: 8px;}

.productsinfo .pinkpara{ color: #dc3b6b; font-family: 'NewGotBd'; font-size:17px;} 

.featurediv p{ color: #dc3b6b; font-family: 'NewGotBd'; font-size: 20px; margin-bottom: 0; text-align: center;} 

.featurediv ul{ list-style: none; padding: 0 0;}

.featurediv li{   font-family: 'NewGotRm'; font-size: 16px;color: #29519a; background: url(../images/arrow.png) no-repeat 0 3px; padding-left: 20px;} 

.featurediv{ margin: 24px 0;}

.featurediv .ullist{ padding-left: 30%;}

.brochure{  margin: 34px 0 0 0;}

.brochurediv{ text-align: right;}

.brochurediv a{ display: inline-block;}

.brochurediv p {
    display: inline-block;
    margin: 0;
}

.brochurediv img{     margin-right: 8px;}

.brochurediv .producpdf {
    background: #bdbfc1;
    font-family: 'NewGotBd';
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    padding: 0 20px;
    margin-right: 21px;
}

.brochurediv .getbtn {
    background: #29519a;
    font-family: 'NewGotBd';
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    padding: 0 20px;
}


.productpage{margin:20px 0 4% 0;}

.leftmenu .navbar-inverse{ border: none;}

.leftmenu .navbar-inverse .navbar-nav>li>a { font-size: 16px;letter-spacing: 0; padding:6px 22px;color: #fff;  font-family: 'NewGotBd'; text-transform: uppercase;}

.leftmenu .navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.leftmenu.navbar-inverse .navbar-nav>.active>a:focus{ background-color: #29519a;}

.leftmenu .navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {background-color: #29519a;}

.leftmenu .nav.navbar-nav {width: 100%;}


.productspara{ margin-bottom: 28px;}

.nav>li>a{ padding: 5px 0;}

.logodiv1{ height: 150px;}

.parabox{ margin-bottom: 28px;}

.parabox p{ margin-bottom: 0;}

.productsinfo .pinkpara1{ margin-top: 20px;}

.listdiv ul{ list-style: none; padding-left: 0; border-top: 4px solid #29519a;  margin-top: 20px; padding-top: 20px;}

.namediv{ margin-top: 12px;}

.listdiv a{ display: block; color: #bfbebe; font-size: 15px; text-transform: uppercase;}

.listdiv a:hover{ color: #29519a;}

.listdiv li{ padding: 4px 0;}

.listdiv li.active a { color: #29519a;}

.contact_details{     width: 54%; float: right;}

.contact_details .p-r{ padding: 0;}

.activetext{ font-weight: bold;}

.footerdiv .p-r{ padding: 0;}

.success-msg{
    color: green;
    padding: 3px 10px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    background-color: #f6f8fa;
    font-weight: 600;
    font-size: 16px;
}

.navbar-right .dropdown-menu{ left: auto; right: auto;}

.icondiv img{ margin-right: 10px;}
.inputbtn input[type="text"] {
    background: #FFFFFF;
    height: auto;
    display: inline-block;
    color: #96989a;
    background-color: #fff;
    border: none;
    font-size: 16px;
    border: none;
    padding: 0 8px;
    border: none;
    font-family: 'NewGotRm';
}

.inputbtn .subscribe {
    border: 0 none;
    filter: none;
    overflow: hidden;
    padding: 0 8px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 0px;
    color: #9b9b9b;
    border: none;
    background: #fff;
    font-family: 'NewGotRm';
    font-size: 16px;
}

.rentaldiv img{ width: 100%;}

.about-pattern{ background: url(../images/about-pattern.png) no-repeat #fff;     background-size: 100%;}

.aboutul ul {list-style: none; padding: 23px 0 23px 15px;margin: 0;}

.aboutul li {
    font-family: 'NewGotRm';
    font-size: 15px;
    color: #29519a;
    background: url(../images/arrow.png) no-repeat 0 2px;
    padding-left: 20px;
}

.productspara ul{ list-style: none; padding-left: 0;}

.productspara li {
    font-family: 'NewGotRm';
    font-size: 16px;
    color: #29519a;
    background: url(../images/arrow.png) no-repeat 0 8px;
    padding-left: 20px;
}

.advantage-info {
    background: #29519a;
    padding: 18px 28px;
}

.advantage-info h4{ color: #fff; text-transform: inherit; margin: 0 0 13px 0; font-family: 'NewGotBd';}

.advantage-info ul{ list-style: none; padding-left: 0; margin-bottom: 0;}

.advantage-info li {
    color: #fefefe;
    font-family: 'NewGotRm';
    font-size: 12px;
    background: url(../images/white-arrow.png) no-repeat 0 5px;
    padding: 0 0 15px 20px;
}

.aboutinfo{ height: 500px;}

.m-t{ margin-top:35px; }

.productsinfo .remove-margin{ margin: 0;}

.equipment-hire-bg{ background: url(../images/equipment-hire-bg.png) no-repeat #fff; background-size: 100%;}

.equipmentimg{ text-align: center; height: 273px;}

.equipmentimg img{ border:2px solid #f0517a;}

.equipmentimg h4{font-size: 16px; color: #29519a; text-transform: inherit; border-bottom: 2px solid #6d6f71; margin: 10px 0 0 0;  font-family: 'NewGotBd'; letter-spacing: 0;}

.equipmentimg p{color: #808285; font-family: 'NewGotRm'; letter-spacing: 0; font-size: 15px; line-height: 15px; margin-top: 8px;}
  
.productsinfo .m-b-20{ margin-bottom: 20px;}

.equipment-sale-bg {
    background: url(../images/equipment-sale.png) no-repeat #fff;
    background-size: 100%;
}

.joint-filler{ height: 300px;} 

.proimg{ margin-bottom: 40px;     height: 160px;}

.proimg img{ width: 100%; background: #fff; padding: 4px; border:2px solid #ed2e5f; margin-bottom: 15px;}

.proimg p{ font-size: 15px; color: #29519a;font-family: 'NewGotBd'; text-transform: uppercase; letter-spacing: 0; text-align:center; }

.proimg p:hover{ border-bottom: 1px solid #939598; }

.proimg-box{border:2px solid #ed2e5f; height: 134px;  margin-bottom: 40px;}

.proimg-box p{    padding: 43px 6px; font-size: 15px; color: #29519a;font-family: 'NewGotBd'; text-transform: uppercase; letter-spacing: 0; text-align:center;  }

.proimg-box a { display: block;
    font-size: 15px;
    color: #29519a;
    font-family: 'NewGotBd';
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
}

.finishing-product p{padding: 36px 0 0 0; }

.steel-plate{ height: 250px;}

.productsinfo .finishingpara{ margin-bottom:22px;} 

.m-t-80{ margin-top: 80px;}

.careerpara p{ font-size: 15px;}

.careerpara .para1{ margin-bottom: 24px;}

.careerpara h4 {
    font-size: 20px;
    letter-spacing: 0;
    margin:54px 0 27px 0;
    font-family: 'NewGotRm';
    color: #29519a;
    border-bottom: 2px solid #dc3b6b;
    display: inline-block; text-transform: inherit;
}

.career-form-sec{ margin-top: 61px;}

.applybtn a {
    display: inline-block;
    background: #29519a;
    color: #fff;
    font-family: 'NewGotRm';
    padding: 4px 13px;
    font-size: 16px;
    margin: 0 0 30px 10px;
}

.enquiryform {
    padding: 40px 25px;
}

.formbox {
    border-bottom: 2px solid #bebfc1;
}

.formbox .form-group {
    margin: 15px 0;
}

.career-form label {
    color: #6d6e71;
    font-family: 'NewGotRm';
    font-size: 16px;
    font-weight: normal;
}

.career-bg {
    background: url(../images/career-bg.png) no-repeat #fff;
    background-size: 100%;
}

.formbox .custom-file-upload {
    background: #29519a;
    display: inline-block;
    padding: 0 22px;
    cursor: pointer;
    font-family: 'NewGotRm';
    color: #fff;
    margin: 0;
}

.formbox input[type="file"] {
    display: none;
}

.formbox p {
    color: #6d6e71;
    font-family: 'NewGotRm';
    font-size: 15px;
    margin: 15px 0 0 0;
}

.formbox1 {
    border-bottom: none;
}

.formbox .btn-info {
    background: #5978b1;
    color: #fff;
    font-family: 'NewGotRm';
    border: none;
    font-size: 15px;
}

.career-form {
    border: 2px solid #cacccd;
    position: relative;
    padding: 0 15px;
}

.career-form .arrowdiv {
    position: absolute;
    top: -15px;
    left: 7%;
}

.career-form .form-control {
    border: 2px solid #cacccd;
    height: auto;
    border-radius: 0;
    color: #bebfc1;
}

.knowledge-bg {
    background: url(../images/knowledge-bg.png) no-repeat #fff;
    background-size: 100%;
}

.knowledge-parabox { margin-top: 58px;}

.knowledge-parabox h4{ color: #29519a; border-bottom: 2px solid #e15a82; display: inline; font-family: 'NewGotBd'; margin: 0; font-size: 17px; letter-spacing: 0; text-transform: inherit;}

.knowledge-parabox p{ color: #29519a; font-size: 17px;}

.knowledge-parabox a {
    display: inline-block;
    background: #939598;
    color: #fff !important;
    font-size: 12px;
    padding: 0 9px;
}

.contactpage .widget-contact .cont-info a{  color: #29519a;}

.contact-page-form{ width: 75%;}

.contact-page-form form#contact-form input,
.contact-page-form form#contact-form select,
.contact-page-form form#contact-form textarea {
    border: 1px solid #c3c5c7;
    height: auto;
}

.contact-page-form .btn {
    background: #bdbfc1;
    color: #fff;
    padding: 0 17px;
    font-family: 'NewGotRm';
    font-size: 15px;
}

.contact-bg {
    background: url(../images/contact-bg.png) no-repeat #fff;
    background-size: 100%;
    height: 700px;
}

.productspara .floorHard-Q-pdf {
    display: inline-block;
    background: #939598;
    color: #fff !important;
    font-size: 12px;
    padding: 0 9px;
}

.productsinfo .pdfbtn {
    display: inline-block;
    background: #939598;
    color: #fff !important;
    font-size: 12px;
    padding: 0 9px;
}

.proimg-box p:hover{ border-bottom: none;}

.supply-para{ font-weight: bold; margin: 0;}

.shadesimg{ text-align: center;}

.proimg-box1{ background:url(../images/products/graybox.jpg) no-repeat;} 

.productsinfo .small-text{ text-transform: capitalize;}

/*=================responsive==============*/

@media screen and (max-width :1920px){
.bannerdv .item img{ width: 100%;}
.home-heading{ bottom: 114px;}
}

@media screen and (max-width :1366px){
.home-heading{ bottom: 15px;}
}

@media screen and (max-width :1199px){
.smartbuyer .whitebox p{ font-size: 30px;}
.smartbuyer{ padding: 13px 2%;}
.rentaldiv img{ width: 100%;}
.rentalinfo p {font-size: 28px;}
.rentalinfo{ margin-top: 25px;}
.footerdiv .footermenu{ font-size: 16px;}
.contact-footer{ padding: 20px;}
.floorbox a{ font-size: 13px;}
.homeinfo {width: 65%;}
.header-menu a{ font-size: 15px;}
.topheader p{ font-size: 15px; margin: 0 3px;}
.productsimg img{ width: 100%;}
.innermenu .dropdown-menu li a{ width: 100%;margin: 13px 0;}
.featurediv ul{ padding-left: 0;}
.featurediv li{ font-size: 15px; width: 32%;}
.contact_details {width: 56%;}
.equipmentimg{ height: 260px;}
.featurediv .ullist { padding-left: 0;}
.featurediv li{ width: auto;}
.proimg{ height: 165px;}
}

@media screen and (max-width :1024px){
.about-section .blackbox {height: 630px;}
.about-section .redbox{ height: 630px;}
}

@media screen and (max-width :991px){
.homeinfo {width: 85%;}
.explorepara p{ font-size: 13px;}
.footerdiv{ text-align: center;}
.footerdiv .rightpara {text-align: center;}
.floorinfo .col-md-3 {width: 50%;}
.rentaldiv h3{ font-size: 15px;}
.rentalinfo p {font-size: 20px;}
.smartbuyer .whitebox p {font-size: 23px;}
.leftmenu .navbar-inverse .navbar-nav>li>a {padding: 10px 10px; font-size: 14px;}
.featurediv li{ width: auto;}
.rightbtn{ width: 65%; }
.contact_details {width: 72%;}
.inputbtn input[type="text"]{ width: 60%;}
.advantage-info{ margin-top: 20px;}
.equipmentimg { height: 260px;}
.equipmentimg h4 { font-size: 14px;}
.equipmentimg p{ font-size: 14px;}
.m-t-80 {margin-top: 0;}
.m-t { margin-top: 0;}
.steel-plate { height: auto; margin-bottom: 20px;}
.featurediv p{ text-align: left;}
.featurediv ul{ margin: 0;}
.proimg-box{ height: 165px;}
.proimg-box p { padding: 68px 0;}
.finishing-product p{ padding-bottom: 0;}
.innermenu .dropdown-menu li a{ margin: 6px 0;}
.innermenu .dropdown-menu li a{ font-size: 14px;}
.contact-page-form { width: 100%;}
.get-quote-form .modal-dialog {
    width:100%;
}
.get-quote-form .modal-body{ margin: 20px;}
}

@media screen and (max-width :767px){
.navbar-fixed-top{background: none;}
.homeinfo{ margin-top: 32px;}
.smartbuyer{ width: 100%;}
.explorepara p {font-size: 17px;}
.smartbuyer{ background: #ccc;}
.inputbtn {margin-top: 15px;}
.inputbtn #custom-search-input{ width: 100%;}
.navbar-toggle {
    font-size: 25px;
    color: #c3396d;
    margin:8px 15px 0 0;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    padding: 4px 15px;
    float: none;
}
.navbar-nav {margin: 0;}
.menudiv{ border: none;}
.floorinfo .col-md-3{width: 50%;}
.rentaldiv img {width: 354px;}
.rentaldiv{ text-align: center;}
.rentalinfo {margin: 15px 0;}
.header-menu {text-align: right;}
.topheader{ text-align: center;}
.homeinfo {width: 100%;}
.homeinfo p{ text-align: left;}
.contact-footer .pull-right {float: none !important;}
#contact-form{ text-align: center;}
.contact-footer {padding: 20px 4px;}
.logodiv {
    padding: 10px 0;
    text-align: left;
    position: relative;
    z-index: 10006;
    width: 30%;
}
.productsimg .col-xs-12{ width: 50%;}
.productsinfo p{ text-align: justify;}
.productsimg img{ margin-bottom: 20px;}
.featurediv .col-xs-12{ width: 30%;}
.brochure .col-xs-12{ width: 50%;}
.contact_details{ width: auto; float: none;}
.contact_details .col-xs-12{ width: 50%;}
.smartbuyer .whitebox p {
    font-size: 30px;
    width: 109px;
    margin-bottom: 20px;
}
.inputbtn input[type="text"] {
    width: 87%;
}
.inner-bg .logodiv{ text-align: center;}
.productpage{ margin-top: 0;}
.innermenu { margin: 18px 0;}
.equipmentimg { height:325px;}
.equipmentimg h4 { font-size: 16px;}
.equipmentimg p{ font-size: 15px;}
.product-page p{ text-align: center;}
.leftmenu .navbar-inverse .navbar-nav>li>a{ font-size: 16px;}
.innermenu .dropdown-menu li a{ font-size: 15px;}
.innermenu .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
.innermenu .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
.innermenu .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #29519a;
    background: none;
}

.innermenu .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
.innermenu .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #29519a;
    background-color: transparent;
}
.navbar-custom ul.nav ul.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175); border:1px solid #ccc;
}
.floorbox a{ font-size: 15px;}
.contact-bg{ height: auto;}
.navbar-fixed-top {
    position: relative;
}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background: #fff;
}
.navbar-collapse{ padding: 0;}
.nav.navbar-nav {
    background: #fff;
}
.navbar-custom ul.nav li a{     text-align: left; padding-right: 30px;}
.homeinfo h3{font-size: 20px; }
.homeinfo { width: 70% !important;}
.navbar{     border-bottom: none;}
}

@media screen and (max-width :736px) {
.homeinfo {width: 57% !important;}
}

@media screen and (max-width :660px) {
.homeinfo {margin-top: 13%;}
.homeinfo h3 { font-size: 20px; line-height: 28px;}
}

@media screen and (max-width :630px) {
.featurediv .col-xs-12{ width:100%;}
.homeinfo {width: 70% !important;}
}

@media screen and (max-width :615px) {
.inputbtn input[type="text"] { width: 82%;}
}

@media screen and (max-width :615px) {
.equipmentimg { height: 300px;}
}    

@media screen and (max-width :660px) {
.homeinfo {margin-top: 5%;}
}

@media screen and (max-width :560px) {
.rightbtn {width: 100%; float: none;}
.product-page .col-xs-4{ width: 100%;}
.product-page .proimg img { width: auto;    display: block; margin: 0 auto 15px auto; }
.product-page .proimg {    height: auto; text-align: center;}
.product-page p{ display:inline-block;}
.proimg-box { height: 165px;width: 301px; margin: 0 auto 20px auto;}
.finishing-product p { padding: 50px 0 0 0;}
.homeinfo {margin-top: 9%;}
.homeinfo {width: 85% !important;}
}

@media screen and (max-width :540px) {
.contact_details .col-xs-12{ width: 100%;}
.header-menu {text-align: center;}
.navbar-toggle{ margin: 20px 15px 0 0;}
}

@media screen and (max-width :530px) {
.brochure .col-xs-12{ width: 100%;}
.brochurediv{ margin-bottom: 15px;}
.brochure{ background:none;}
.brochurediv{text-align: left;}
}

@media screen and (max-width :500px) {
.featurediv li{ width: 100%;}
.logodiv img{ width: 195px;}
.equipment-page .col-xs-12 { width: 100%;}
.equipment-page  img{ width: auto;     display: block; margin: 0 auto;}
.equipmentimg{ height: auto; margin-bottom: 30px;}
.equipmentimg h4{ display: inline-block;}
.nav.navbar-nav{     width: 100%; float: none!important;}
}

@media screen and (max-width :480px) {
.navbar.navbar-custom.navbar-fixed-top {margin-bottom: 0;}
}

@media screen and (max-width :457px) {
.inputbtn input[type="text"] { width: 75%;}
.floorbox{ height: auto;}
}

@media screen and (max-width :450px) {
.floorinfo .col-md-3 {width: 100%;}
.rentaldiv img {width: 100%;}
.productsimg .col-xs-12{width: 100%;}
.productsimg img{ margin-bottom: 20px;}
.featurediv .col-xs-12{ width:100%;  padding: 0;}
.featurediv p{ text-align: left;}
.featurediv ul{ padding-left: 20px;}
.featurediv .ullist{ padding-left: 20px;}
}

@media screen and (max-width :414px) {
.homeinfo { width: 100% !important; }
.homeinfo h3 { font-size: 17px; line-height: 25px;}
}

@media screen and (max-width :384px) {
.widget-contact p{ font-size: 15px;}
.widget-contact .icondiv .fa {margin-right: 5px;font-size: 14px;}
}

@media screen and (max-width :375px) {
.contact-footer {padding: 20px 0;}
}

@media screen and (max-width :367px) {
.widget-contact .icondiv .fa{ font-size: 11px;}
}

