@font-face {
  font-family: 'arial';
  src: url('../fonts/arial.eot');
  src: url('../fonts/arial.woff2') format('woff2'),
       url('../fonts/ariald41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ArialMT.woff') format('woff'),
       url('../fonts/ArialMT.ttf') format('truetype'),
       url('../fonts/ArialMT.svg#ArialMT') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arial_bold';
  src: url('../fonts/arial_bold.eot');
  src: url('../fonts/arial_bold.woff2') format('woff2'),
       url('../fonts/arial_boldd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Arial-BoldMT.woff') format('woff'),
       url('../fonts/Arial-BoldMT.ttf') format('truetype'),
       url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arial_bold_italic';
  src: url('../fonts/arial_bold_italic.eot');
  src: url('../fonts/arial_bold_italic.woff2') format('woff2'),
       url('../fonts/arial_bold_italicd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Arial-BoldItalicMT.woff') format('woff'),
       url('../fonts/Arial-BoldItalicMT.ttf') format('truetype'),
       url('../fonts/Arial-BoldItalicMT.svg#Arial-BoldItalicMT') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arial_italic';
  src: url('../fonts/arial_italic.eot');
  src: url('../fonts/arial_italic.woff2') format('woff2'),
       url('../fonts/arial_italicd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Arial-ItalicMT.woff') format('woff'),
       url('../fonts/Arial-ItalicMT.ttf') format('truetype'),
       url('../fonts/Arial-ItalicMT.svg#Arial-ItalicMT') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
  src: url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
       url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
       url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
       url('../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg'),
       url('../fonts/HelveticaNeueLTStd-Ltd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html { padding: 0; margin: 0; overflow-x: hidden !important; position: relative; width: 100%; height: 100%;}
body { font-family: 'Sans-serif'; font-weight: normal; letter-spacing: 0.30px; position: relative; font-size: 17px; color: #58595b; line-height: 28px; overflow-x: hidden !important; }
ul { padding: 0; margin: 0; }
img { max-width: 100%; }
h1, h2, h3, h4, h5, h6 { color: #000000; font-family: 'arial_bold'; font-weight: normal; line-height: normal; letter-spacing: 1.5px; }
h2 { font-size: 48px; }
.header-top { float:left; width: 100%; background: #f7f7f7; border-bottom: 1px solid #e8e8e9; padding: 11px 25px; height: 43px; display:inline-block; }
.header-top { display: table; padding-top: 0; padding-bottom: 0; }
.header-top p { padding: 0; margin: 0; color: #231f20; font-size: 14px; line-height: normal; font-family: 'arial'; }
.header-top p { vertical-align: middle; display: table-cell; }
.header-top p a { color: #231f20; }
.header-top p a:hover { text-decoration: underline; }

.navbar { background: #fff; display: inline-block; width: 100%; border-radius:0; margin:0; float:left; /*position: absolute; top: 43px;*/ left:0; right:0; z-index:99; }
.navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; top: 0; }
.navbar-brand { height: auto; padding: 0px 10px; }
.navbar-brand-2 { position: absolute; right: 30px; top: 13px; }


/*.navbar-brand-2 img { padding-top: 12px; }*/

.navbar-nav { margin: 12px 0 0 0; }

#navbar { text-align: center; width: 100%; margin: 0 auto; max-width: 980px; }

#menu { padding: 13px 15px; border: none; }
#menu.navbar-fixed-top { box-shadow: 0 0 10px rgba(0,0,0,0.15) }
#menu a.navbar-brand { color: #333;}
#menu.navbar-default .navbar-nav>li>a { font-size: 15px; font-weight: normal; padding: 8px 0px; border-radius: 0; margin: 9px 16px 0 16px; font-size: 16px; color: #58595b; font-family: 'arial'; letter-spacing:0.40px; }
#menu.navbar-default .navbar-nav>li>a:hover { color: #034da2;}
#menu.navbar-default .navbar-nav>li.nav-item.active a { color: #034da2; }
#menu.navbar-default .navbar-nav>li>a:after { display: none !important; }
/*#menu.navbar-default .navbar-nav>li>a:after { display: block; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%); content: ""; transition: width 0.2s }
#menu.navbar-default .navbar-nav>li>a:hover:after { width: 100% }*/


#menu.navbar-default .navbar-nav>li>a:before { display: block; position: absolute; left: -15px; top: 8px; width: 1px; height: 0px; background: #034da2; content: ""; transition: height 0.2s }
#menu.navbar-default .navbar-nav>li>a:hover:before { height: 20px; }
#menu.navbar-default .navbar-nav>li.nav-item.active a:before { height: 20px; }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { background-color: transparent }
.navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>.active>a:hover:after, .navbar-default .navbar-nav>.active>a:focus:after { display: block !important; position: absolute !important; left: 0 !important; bottom: -1px !important; width: 100% !important; height: 2px !important; background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important; content: ""!important; transition: width 0.2s !important }
.navbar-toggle { border-radius: 0 }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #fff; border-color: #608dfd }
.navbar-default .navbar-toggle:hover>.icon-bar { background-color: #608dfd }
.navbar-fixed-top .navbar-collapse { padding-left: 15px; padding-right: 15px; }

.navbar.navbar-fixed-top .navbar-brand-2{top: 9px;}
.navbar.navbar-fixed-top .navbar-brand img { max-height: 55px; }
.navbar.navbar-fixed-top .navbar-brand-2 img { max-height: 52px; padding-top: 0px; }
.navbar.navbar-fixed-top#menu { padding-top: 6px; padding-bottom: 6px; }
#menu.navbar-fixed-top .navbar-nav > li > a { margin-top: 0;}


header { float: left; width: 100%; overflow-x:hidden !important; }
section { float: left; width: 100%; position: relative; padding: 30px 0 60px; overflow-x:hidden !important; }
section h2 { text-transform:uppercase; }
section:before { position: absolute; left:0; right:0; background:url(../images/horizontal-row.png) repeat-y left top; width:100%; max-width:1360px; content:""; top: 0; height: 100%; bottom: 0; margin: 0 auto; z-index: -2;}
.big-title { position: absolute; right: 6.3%; top: -52px; opacity: 0.03; z-index: -1;} 
.big-title h2 { font-size: 220px; color:#1a1a1b;  font-family: 'arial_bold'; font-weight:normal; padding: 0; margin: 0; text-transform: capitalize;  }
footer { float: left; width: 100%; overflow-x:hidden !important; }


/* Hero slider */

.hero-slider{ float:left; width: 100%; position: relative; /*margin: 100px 0 0;*/ padding: 0; }
.slider-inner { height: 725px; position: relative; display: table; width: 100%; max-width: 955px; margin:0 auto; }
.slider-content { display: table-cell; vertical-align: middle; text-align: center; }
.slider-content-inner { background: rgba(20, 20, 20, 0.85); padding: 30px 52px; color: #fff; }
.slider-content h2 { color: #fff; font-size: 60px; line-height: 74px; font-family: 'arial'; margin-top: 0; margin-bottom: 22px; letter-spacing: 0.8px; }
.slider-content h2 strong { color: #a6ce39; font-family: 'arial_bold'; font-weight:normal; }
.slider-content p { font-size: 23px; color: #d2d3d5; line-height: 36px; font-family: 'arial';  }
.slider-item { background-size: cover !important; position: relative;}
.slider-item:before { content:""; position: absolute; left: 0; top:0; right:0; bottom:0; background: rgba(0,0,0,0.4); }
.slider-item.no-text:before { background: rgba(0,0,0,0); display: none; }
.hero-slider .slick-dots { display: none !important; }
.hero-slider .slick-dotted.slick-slider { margin: 0; }


/*Form css */
/*
.enquire-form { width: 100%; background-color: #fff; -webkit-box-shadow: 5px 9px 42px rgba(0,0,0,.22); -moz-box-shadow: 5px 9px 42px rgba(0,0,0,.22); box-shadow: 5px 9px 42px rgba(0,0,0,.22); position: fixed; left: 0; right: 0; z-index:999; bottom: 0;}
.enquire-btn { display: none; }
.enquire-form-section { padding: 14px 104px; display: inline-block; float: left; width: 100%; }
.enquire-form li { width: 23.5%; display: inline-block; padding: 0 7px; float: left; }
.enquire-form li:first-child { width: 18%; }
.enquire-form li:last-child { width: 11.5%; }
.enquire-form label { color: #000; font-family: 'arial_bold'; font-weight:normal; font-size: 22px; text-transform: uppercase; line-height:36px; height:36px; padding: 0; margin:0; }
.input-form { width: 100%; border: 1px solid #c1c7ee; height:36px; line-height: 36px; padding: 0 12px; }
.btn { border-radius: 0; border: none; background: #034da2; color: #fff; font-family: 'arial_bold'; font-weight:normal; font-size: 15px; text-transform:uppercase; height: 36px; line-height:36px; padding: 0 25px; letter-spacing:0.6px; }
.btn:hover { background:#a6ce39; color: #fff; }

*/

/* Features CSS */

.features-section { float: left; width: 100%; position: relative; height: 100%;}
.features-section:before { content:""; position: absolute; left:0; bottom:0px; /*background:url(../images/features-left.png) no-repeat left top;*/ width: 182px; height: 434px; z-index: -3; }
.features-section:after { content:""; position: absolute; right:0; top:0px; /*background:url(../images/features-right.png) no-repeat left top; */ width: 186px; height: 442px; z-index: -3; }
.section-title { float:left; width: 100%; padding: 0 0 0 110px; }
.features-slider { float:left; width: 100%; position: relative; padding: 58px 0 40px;  }
.features-slider-center { display: block; text-align: center; max-width: 1220px; margin: 0 auto; }
.our-features { display: block; width: 100%; text-align: center; max-width: 200px; margin: 0 auto; }
.features-icon { border: 3px solid #edeef1; background-color:#fff; width:168px; height:168px; border-radius:100%; display: inline-block; }
.our-features h2 { font-family: 'arial'; text-transform:capitalize; font-size: 24px; letter-spacing: 0.50px; }
.features-slider .slick-prev { left: -75px; }
.features-slider .slick-next { right: -75px; }


/* Project Gallery */


.project-gallery { padding-bottom: 0; }
.project-gallery .section-title h2 { color: #fff; margin-top: 5px; margin-bottom: 5px; }
.project-gallery .section-title p { color: #fff; line-height: 24px; }
.project-gallery .big-title h2 { color: #fff; }
.project-gallery:before { background: linear-gradient(to right, #3a6fb5 0%, #9a43a8 100%); left: 9.2%; right: inherit; max-width: inherit; height: 100%; }
.project-gallery:after { content:""; background: #fff; height: 260px; left: 0; right: 0; width: 100%; position: absolute; bottom: 0; z-index: -2; }
.project-gallery-section  { float: left; width: 100%; position: relative; height: 100%; }
.project-gallery .section-title { position: relative; }
.project-gallery-slider { float: left; width: 100%; position: relative; }
.project-slide { float: left; width: 100%; overflow: hidden !important;}
.project-slide figure { float: left; width: 100%; overflow: hidden; position: relative; }
.project-slide figcaption { position: absolute; left:0; right: 0; bottom: 0; background-image: -webkit-linear-gradient(bottom, #000, rgba(222,222,222,0)); background-image: -moz-linear-gradient(bottom, #000, rgba(222,222,222,0)); background-image: -o-linear-gradient(bottom, #000, rgba(222,222,222,0)); background-image: -ms-linear-gradient(bottom, #000, rgba(222,222,222,0)); background-image: linear-gradient(to top, #000, rgba(222,222,222,0)); width: 100%; display: none; }

.project-content { float:left; width: 100%; padding: 150px 98px 35px 98px; position: relative; display: none; }
.project-content h2 { color: #fff; font-family: 'arial_bold'; font-weight:normal; font-size: 40px; position: relative; }
.project-content h2:before { content:""; position: absolute; left: -98px; top: 50%; width:75px; height: 2px; background:#a6ce39; margin-top: -1px; }
.project-content p { color: #fff; font-size: 18px; }
.project-gallery-slider .slider { max-width: 1120px; margin: 0 auto; width: 100%; }
.project-gallery-slider .slick-slide { margin: 0 20px; }
.project-gallery-slider .slick-list { margin: 0 -20px; overflow: visible; }
.project-gallery-slider .slick-prev { left: -100px; }
.project-gallery-slider .slick-next { right: -100px; } 
.project-btn { float: left; width: 100%; position: relative; }
.project-btn ul { padding: 15px 0 28px 15px; float: left; width: 100%; }
.project-btn ul li { float:left; display: inline-block; padding: 0 5px; position: relative; }
.project-btn ul li:first-child:before { content: ""; width: 50px; height: 2px; background: #a6ce39; position: absolute; left:-32px; top: 50%; margin-top: -1px; }
.project-btn ul li a { border: 1px solid #fff; line-height: 48px; height: 48px; display: inline-block; padding: 0 24px; font-family: 'arial_bold'; font-weight:normal; color: #fff; }
.project-btn ul li a:hover, .project-btn ul li a:focus, .project-btn ul li a.active{ background: #a6ce39; color: #fff; text-decoration: none;border:1px solid #a6ce39;}

.project-content span {float: right;font-size: 12px;color: #fff;line-height: normal;}



/* Why Invest CSS */

.why-invest { background: url(../images/why-invest-bg.png) no-repeat center bottom; background-size:100% auto; }
.why-invest .features-section:before { display: none; }
.why-invest .features-section:after { display: none; }
.why-invest .big-title { right: 5%; }
.why-invest .section-title { padding: 48px 0 0 0px; }
.why-invest .features-icon { border: none; background:url(../images/icon-bg.png) no-repeat left top; width:124px; height:140px; border-radius:0; }
.why-invest .our-features h2 { font-family: 'arial_bold'; text-transform:inherit; font-size: 18px; line-height:26px; letter-spacing: 0; }
.why-invest .our-features { max-width: 270px; }
.why-invest .features-slider { padding: 58px 0 30px;  }


/* Location Advantage CSS */

.location-section { float: left; width: 100%; position: relative; height: 100%;}
.location-section .section-title h2 { margin-top: 0; margin-bottom: 5px; }
.location-section .section-title { padding-left: 92px; position: relative; }
.location-section .section-title p { position: relative; }
.location-map-section { float: left; width: 100%; padding: 20px 0 0; }
.location-left-section { width:30%; float: left; }
.location-left-section ul { padding: 68px 0 0;}
.location-left-section ul li { float: left; width: 100%; background: #034da2; }
.location-left-section ul li:hover, .location-left-section ul li.active { background: #013672 !important;}
.location-left-section ul li:nth-child(2n) { background: #1d5fab; }

/*.location-left-section ul li a { display: table; color: #fff; font-size: 22px; width: 100%; }*/

.location-left-section ul li a { display: inline-block; color: #fff; font-size: 22px; width: 100%; vertical-align: top; }
.location-left-section ul li a i { display: table-cell; vertical-align: middle; border-right: 1px solid #306db3; width: 100px; }
.location-left-section ul li a span { display: table-cell; vertical-align: middle; padding: 0 20px; }
.location-left-section ul li a:hover { text-decoration: none;}
.location-right-section { background: #090; width:70%; float: left; overflow: hidden;  }
.location-right-section iframe { height: 100% !important; }


/* The Floor Plans CSS */
.floor-plans-section { float: left; width: 100%; position: relative; height: 100%; background: url(../images/the-plans-bg.png) no-repeat left bottom; background-size:100% auto;  padding: 0 0 80px; border-bottom: 1px solid #eaeaea; }
.floor-plans-container { width: 100%; max-width: 1010px; margin: 0 auto; display: block; text-align: center; }
.floor-plans .section-title { position: relative; padding: 0; }
.floor-plans .section-title h2 { margin: 0 0 5px; }
.floor-plans .section-title:before { position: absolute; left: 80px; top: -40px; width: 93px; height: 102px; content:""; background: url(../images/pattern-1.png) no-repeat left top; background-size: 100% auto; }
.floor-plans .section-title p { font-size: 22px; line-height: 36px; font-family: 'arial'; font-weight: normal; }
.floor-plans-btn { display: inline-block; width: 100%; padding: 15px 0; margin:0;}
.floor-plans-btn ul { padding: 0; margin: 0; display: inline-block; }
.floor-plans-btn ul li { display: inline-block; padding: 0 5px; float: left;}
.floor-plans-btn ul li a { font-size: 20px; color: #58595b; border: 1px solid #c7c8ca; background: #fff; font-size: 20px; text-transform: uppercase; padding: 0 25px 1px; line-height: 44px; display: inline-block; vertical-align: middle; }
.floor-plans-btn ul li a:hover, .floor-plans-btn ul li a.active { color: #fff; border: 1px solid #a6ce39; background: #a6ce39; text-decoration: none; }
.plans-slider-section { display: inline-block; width: 100%; text-align: center; color: #fff; background: #034da2; padding: 3px; }
.floor-plans-item { display: inline-block; width: 100%; background: #fff; text-align: center; padding: 10px 35px; }
.floor-plans .slick-slide img { display: inline-block; }
.floor-plans .slick-prev { left: -103px; }
.floor-plans .slick-next { right: -103px; }
.floor-plans-details { padding: 30px 0 20px; float: left; width: 100%; }
.floor-plans-details h2 { font-size: 30px; color: #fff; font-family: 'arial'; font-weight: normal; position: relative; display: inline-block; width: auto; padding:0 0 18px; margin: 0; }
.floor-plans-details h2:after { content: ""; position:absolute; bottom: 0; left:5%; right:5%; width: 90%; height:2px; background-image: -webkit-linear-gradient(left, #034da2, #a6ce39 50%, #034da2); background-image: -moz-linear-gradient(left, #034da2, #a6ce39 50%, #034da2); background-image: -o-linear-gradient(left, #034da2, #a6ce39 50%, #034da2); background-image: -ms-linear-gradient(left, #034da2, #a6ce39 50%, #034da2); background-image: linear-gradient(to right, #034da2, #a6ce39 50%, #034da2);}
.floor-plans-details ul { padding: 15px 0 0; margin:0; display: inline-block; }
.floor-plans-details ul li { padding: 5px 35px; margin:0; float: left; width: 100%; text-align: center; list-style: none; font-size: 20px;  font-family: 'arial'; font-weight: normal; color:#fff; }
.floor-plans-details ul li span { color: #bfee3f; }
.plans.active { display: block; }

/* About SP CSS */
.about-sp { padding-bottom: 0; }
.about-sp-section { background: url(../images/about-bg.png) no-repeat center bottom; float: left; width: 100%; padding: 0; margin: 0; }
.about-sp .features-section:before { display: none; }
.about-sp .features-section:after { display: none; }
.about-sp .big-title { right: 5%; }
.about-sp .section-title { padding: 0px; position: relative; }
.about-sp .section-title h2 { margin-bottom: 20px; }
.about-sp .features-slider { padding: 38px 0 120px;  }


.about-shapoorji-section { float: left; width: 100%; position: relative; }
.about-shapoorji-section-left { float:left; width: 50%; padding: 0 35px 0 0; margin: 0;}
.about-shapoorji-section-right { float:left; width: 50%; padding: 0 0 0 125px; margin: 0; position: relative; }
.about-box { width: 376px; padding: 27px 30px; margin: 0 0 32px; text-align: center; display: inline-block; height: 134px; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; background-color: #a6ce39;         background-image: url('../images/pattern-1.png');}
.about-box.about-box-blue { background: #034da2;background-image: url('../images/pattern-1.png'); }
.about-box h2 { padding: 0; margin: 0; font-size: 40px; font-family: 'arial_bold'; color: #fff; }
.about-box p { padding: 0; margin: 0; font-size: 30px; font-family: 'arial'; font-weight: normal; line-height: 30px;  color: #fff; }

.about-sp-sites { float: left; width: 100%; padding: 0 15px; }
.about-sp-sites figure { position: relative; overflow: hidden; }
.about-sp-sites figure img { width: 100%; }
.about-sp-sites figcaption { position: absolute; left:0; bottom:0; width:96%; }
.about-sp-sites figcaption .title { background: rgba(0,0,0,.8); min-width:220px; float: left; -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);}
.about-sp-sites figcaption .title h2 { font-size: 13px; color: #fff; font-family: 'arial'; font-weight: normal; padding: 12px 35px 12px 20px; margin: 0; text-align: left; }

/* Brochure CSS */

.brochure { float:left; width: 100%; background: #0089d1;}
.brochure-section { float: left; width: 100%; }
.brochure-left-section { float: left; width: 38%; position: relative; background: #034da2; z-index: 1; padding: 0 30px 20px 0; }
.brochure-left-section:before { background: #034da2; content:""; position: absolute; right:0; width: 5000px; height: 100%; top: 0; z-index: -1;}
.brochure-book { display: inline-block; text-align: center; width: 100%; max-width: 406px; }
.brochure-book img { margin: -65px 0 0;}
.brochure-left-section h3 { color: #fff; font-size: 32px; font-family: 'arial_bold'; letter-spacing:0.25px; margin-bottom: 5px; }
.brochure-left-section p { color: #fff; font-size: 17px; max-width: 420px; }
.brochure-right-section { float: left; width: 62%; position: relative; padding: 20px 0 0 30px; }





/********** Brochure Form **********/


.brochure-form ul { padding: 0; margin: 0; }
.brochure-form ul li { float:left; padding: 0 0 15px 40px; width: 50%; list-style: none; }
.brochure-form ul li:last-child { float: right; }
.form-input { background-color: transparent; border: none; border-bottom: 1px solid #fff; width: 100%; color: #fff; padding: 6px 0; }
.form-btn { border: none; width: 100%; height: 50px; line-height: 50px; background: #034da2; color: #fff; font-size: 20px; text-transform: capitalize; font-family: 'arial_bold'; padding: 0 28px; margin: 8px 0 0; }
.form-btn i { float: right; }
.form-btn:hover { background: #a6ce39; }
.form-input {outline:none; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none; border-radius:0;}
.form-input:focus, textarea:focus { border-bottom: 1px solid #a6ce39; }
input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color:#fff; }
::-webkit-input-placeholder { color: #fff;}
::-moz-placeholder { color: #fff;}
:-ms-input-placeholder { color: #fff;}
:-moz-placeholder { color: #fff;}

.enquire-form-section input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color:#58595b; }
.enquire-form-section ::-webkit-input-placeholder { color: #58595b;}
.enquire-form-section ::-moz-placeholder { color: #58595b;}
.enquire-form-section :-ms-input-placeholder { color: #58595b;}
.enquire-form-section :-moz-placeholder { color: #58595b;}


.b-select-wrap { border: none; color: #fff; overflow: hidden; position: relative; border-radius: 0px;min-height: 25px; }



/*.b-select-wrap::after { content: ""; position: absolute; right: 12px; top: 17px; z-index: 1; text-align: center; width: 10%; height: 100%; pointer-events: none; width: 0; height: 0; border-left: 6px solid transparent;      border-right: 6px solid transparent; border-top: 6px solid #fff; border-radius: 0px; }*/


.b-select { padding: 6px 15px 6px 0px; background-color: transparent; border: 0; outline: none; font-size: 17px; color: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; border-bottom: 1px solid #fff; border-radius: 0px; }
.form-control { -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0); box-shadow: inset 0 0px 0px rgba(0,0,0,.0); height: 41px; }
.form-control:focus {  border-color: inherit; outline: 0; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0),0 0 0px rgba(102,175,233,.6); box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6); }
.b-select::-ms-expand { display:none; }

.enquire-btn { text-align: center; text-transform: uppercase; background: #a6ce39; line-height: 50px; color: #fff; font-family: 'arial_bold'; text-transform: uppercase; cursor: pointer; width: 100%; float: left; }

.brochure-section .brochure-form .flag-container {display:none;}
.brochure-section .brochure-form input.wpcf7-phonetext{padding-left:0 !important;}



/* Inner Page CSS */

.inner-page-section  { float: left; width: 100%; position: relative; margin: 130px 0; padding: 0; }
@media (min-width:992px){ .inner-page-section .container { width: 980px; } }
.inner-page-section h1, .inner-page-section h2, .inner-page-section h3, .inner-page-section h4, .inner-page-section h5, .inner-page-section h6 { text-transform:capitalize; color: #034da2; letter-spacing: 0.2px; margin-bottom: 8px; }
.inner-page-section h1 { font-size: 38px; }
.inner-page-section h2 { font-size: 34px; }
.inner-page-section h3 { font-size: 28px; }
.inner-page-section h4 { font-size: 24px; }
.inner-page-section h5 { font-size: 22px; }
.inner-page-section:before { display: none; }
.navbar { box-shadow: 0 4px 6px rgba(0,0,0,0.10); }
.inner-page-section ul { padding-left: 16px; }
.inner-page-section ul li { padding: 3px 0; }
.disclaimer-content a {color: #034da2;}
.disclaimer-content a:hover {color: #0089d1; text-decoration: underline;}


/* Footer */

footer { padding-bottom: 54px;}
.disclaimer { background: url(../images/footer-bg.png) no-repeat center top; background-size: cover; position: relative; }
.disclaimer:before { content: ""; position: absolute; left: 0; right: 0; top:0; bottom: 0; width: 100%; height: 100%; background: rgba(255,255,255,.94); }
.disclaimer-content { float:left; width: 100%; position: relative; z-index: 1; font-size:12px; line-height: 15px; color: #5a5a5a; padding: 25px 0 15px; }
.copyright-section { display: inline-block; width: 100%; background: #034da2; padding: 16px 0; }
.copyright-section p { padding:0; margin: 0; color: #fff; font-size: 14px; }
.copyright-text { text-align: left; }
.footer-links { text-align: right; font-size: 14px;}
.footer-links a:last-child { margin-left: 15px; }
footer a { color: #fff; }
footer a:hover, footer a:focus, footer a.active { color: #a6ce39; text-decoration: none;  }

.hidetagimage {display: none;}

