
/* paralax-style here*/


html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
html,

body {
  height: 100% !important;
}



body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body ::-moz-selection {
  background: #00b2ca;
  color: #fff;
}
body ::selection {
  background: #00b2ca;
  color: #fff;
}
a,
a:hover,
a:focus {
  color: #111;
  outline: none;
  text-decoration: none;
}

/* ----------------------------------------------   Typography    --------------------------------------------*/


hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #eeeef7;
}


   
.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
}
   
@media only screen and (max-width: 768px) {
	.parallax {
    background-attachment: scroll;

}

 }
   
.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
img.resp {
  width: 100%;
  height: auto;
}
.valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
}
.relative {
  position: relative;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.info-message {
  margin: 25px 0 0px;
}
.success {
  border-color: #a9e2c2;
  color: #36a367;
}
.error {
  border-color: #fbb;
  color: #e33131;
}
.black {
  color: #111 !important;
}
.weight-color {
  color: #00b2ca !important;
  font-weight: 500;
}

section {
  position: relative;
  padding: 40px 0 0 0;
  min-height: 100px;
  overflow: hidden;
}

.page {
	/*background:#fff url(../images/Main-banner.jpg) no-repeat center bottom;
	background-opacity:0.5;*/
  background-color:  #fff ;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  z-index: 999;
}
.page-2 {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 999;
}
.small-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.section-icon {
  margin-bottom: 7px;
  text-align: center;
  font-size: 32px;
}
.min-height {
  min-height: 400px;
}
.half-height {
  padding: 0 !important;
  margin: 0 !important;
  height: 100vh;
  width: 100%;
}
.full-screen {
  height: 100vh;
  width: 100%;
}
/*
 * Background slider
 */
.bg-slideshow-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*
 * Parallax
 */
.parallax-hero {
  position: fixed;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}


.parallax-fixed {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}


.parallax-section-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.mobile .parallax-section-bg {
  height: 100% !important;
}
/*
 

/* ==============================
   Hero section
   ============================== */
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  color: #fff;
}
.hero-content-inner {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 0 15px;
  /*z-index: 5;*/
}
.hero-content-inner > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}


/* Paralax -style end here*/




/* Dion nav style css here*/


.navicon {
  background: transparent;
  position: relative;
  height: 30px;
  display: inline-block;
  z-index: 99;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
  width:50px;
}

.navicon:before, .navicon:after {
  background: #1084b5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  height: 2px;
  left: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  width: 35px;
}


.navicon-home {
  background: transparent;
  position: relative;
  height: 30px;
  display: inline-block;
  z-index: 99;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
  width:50px;
}

.navicon-home:before, .navicon-home:after {
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  height: 2px;
  left: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  width: 35px;
}

.navicon:before {
  box-shadow: #1084b5 0 9px 0 0;
  position: absolute;
  top: 0;
}

.navicon:after {
  position: absolute;
  top: 18px;
}

.navicon--active {
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
}

.navicon--active:before {
  box-shadow: transparent 0 0 0 0;
  top: 15px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.navicon--active:after {
  top: 15px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.toggle {
  display: block;
  margin: 0em auto 0;
  width: 30%;
  background-color:#1B1B1B;
  padding: 6px;
  opacity: 0;
  -webkit-transition: ease-in 0.5s all;
  transition: ease-in 0.5s all;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  position:absolute;
  left:35%;
}

.toggle--active {
  display: block;
  opacity: 1;
  -webkit-transition: ease-in 0.5s all;
  transition: ease-in 0.5s all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index:999;
}

.toggle-menu { margin-bottom: 0px; }

.toggle-menu li {
  width: 46%;
  display: block;
  margin: 10px auto;
}

.toggle-menu li a {
  text-decoration: none;
  color: #a6a6a6;
  display: block;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
  font-weight: 500;
  padding: 5px 0;
  font-family: 'Josefin Sans', sans-serif;
}

.toggle-menu li a span { text-transform: lowercase; }

.toggle-menu li a:hover,.toggle-menu li a.active {
  color: #26A9A6;
  border-bottom: 1px solid #fff;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  font-weight: 600;
}
@media(max-width:991px){
.toggle {
    width: 50%;
    left: 25%;
}
}
@media(max-width:736px){
.toggle {
    width: 80%;
    left: 10%;
}
}
@media(max-width:480px){
.toggle {
    width: 73%;
    left: 14%;
}
}	
@media(max-width:414px){
.navicon {
    width: 35px;
}
.toggle {
    width: 70%;
    left: 15%;
	 padding: 10px;
}
.toggle-menu li {
    width: 40%;
}
.toggle-menu li a {
    font-size: 15px;
} 
}


/* Dion-nav css end here*/


body a{
 transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}


ul{
	padding:0px 0px;
	margin:0px 0px;
}

body{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Open Sans', sans-serif;
}
.logo{
	float:left;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.logo a {
    color: #fff;
    font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration:none;
	font-family: 'Josefin Sans', sans-serif;
}
.logo a img {
    margin: 0px 4px;
}
.nav-icon {
    float: right;
	margin-top: 3em;
}
i.glyphicon.glyphicon-menu-hamburger {
    color: #fff;
    font-size: 2em;
}
/*--banner--*/
.header{

	width:100%;
	min-height:832px;
	display:block;
}


/*--banner--*/
.banner-text{
    text-align: center;
    width: 57%;
    margin: 10em 0;
	/*background: rgba(0, 0, 0, 0.65);*/
	padding:1em;
}
.banner-text h3 {
    color:#fff;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3em;
}


.banner-text h1 {
	border-bottom:  2px solid #06a9ff;
}
/*.banner-text h2{
	    font-size: 5em;
}
*/

/*.banner-text p {
    font-size: 1em;
    color: #fff;
	line-height: 1.8em;
	margin-top:1em;
}*/


/*--content--*/


/*--typo-start--*/
.pages {
	padding: 5em 0;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
	padding: 2em 0;
}

.pages-top{
	text-align:center;
}
.typo-bottom{
	margin-top:4%;
}
.table tr th {
    width: 50%;
}
.label {
    display: inline;
    padding: 0.2em .6em .3em;
    font-size: 65%;
    font-weight: bold;
    line-height: 3;
	}
/*--typo-end--*/
.contact {
    padding: 5em 0;
}
.contact-grid h4 {
    color: #009b97;
    font-size: 2em;
    font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 0.8em;
	    font-weight: 600
}
.contact-grid span{
	color: #777;
    font-size: 1em;
    line-height: 1.8em;
	display: block;
    padding-bottom: 1em;
}
.contact-grid input[type="text"],.contact-grid textarea {
    width: 100%;
    padding: 0.8em;
    font-size: 1em;
    outline: none;
}
.contact-grid textarea {
    resize: none;
    height: 150px;
}
.row {
    padding: 1em 0;
}
.row1 {
    margin-top: 1em;
}
.contact-grid label {
    font-size: 0.95em !important;
    color: #2d3134 !important;
}
.contact-grid  input[type="submit"] {
    font-size: 1em;
    padding: 0.8em;
    display: block;
    margin-top: 1em;
    outline: none;
    background: #009BA0;
    color: #fff;
    border: none;
    width: 34%;
	transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}
.contact-grid input[type="submit"]:hover{
	 background: #2d3134;
}
.cont-info h5 {
    font-size: 1.1em;
    color: #6E7373;
    line-height: 2em;
    font-weight: 600;
}
.cont-info p {
    color: #777;
    font-size: 1em;
    line-height: 1.8em;
}
.cont-info a {
    color: #777;
    font-size: 1em;
	text-decoration:none;
}
.cont-info a:hover {
	 color: #009b97;
}
.contact-bottom {
    margin-top: 2em;
}
.contact-bottom p {
    color: #777;
    font-size: 1em;
    line-height: 1.8em;
}
.google-map{
	margin-top:3em;
}
.google-map iframe {
    border: none;
    width: 100%;
    height: 500px;
}
/**responsive**/
@media(max-width:1800px){
.header {
    min-height: 742px;	
}
.banner-text {
    margin: 10em  0;
}



@media(max-width:1600px){
.header {
    min-height: 742px;	
}
.banner-text {
    margin: 10em  0;
}


@media(max-width:1440px){
.header {
    min-height: 742px;	
}
.banner-text {
    margin: 10em  0;
}

.services-grids {
    margin: 5px;
}
@media(max-width:1366px){
.header {
    min-height: 702px;
}	
/*.banner-text h2{
	    font-size: 4em;
}*/
.banner-text {
    margin: 11em 0;
}
}
@media(max-width:1280px){
.header {
    min-height: 658px;
}
.banner-text {
    margin: 10em 0;
}	
}
@media(max-width:1080px){
.banner-text {
    margin: 9em auto 0;
	background: rgba(0, 0, 0, 0.65);
}
/*.banner-text h2{
	    font-size: 3em;
}*/
.header {
    min-height: 552px;
}
.banner-text h3 {
    font-size: 2.5em;	
}
.banner-text p {
    font-size: 0.96em;
}
.welcome-section h2, .about-section h2, .service-section h2, .gallery h2, .pages-top h2, .contact h2 {
    font-size: 3.3em;
}
.welcome-section span {
    font-size: 1em;
}
.wel-grid h4,.about-at h4,.choose-gd h4,.contact-grid h4 {
    font-size: 1.8em;
}
.wel-grid p ,.text-box p,.testimonial-info p,.works-grid p,.about-at p,.team-grid p,.furniture-grid p,.serce-grid p,.choose-gd p,.cont-info p,.contact-bottom p{
    font-size: 0.96em;
}
.contact-grid span{
	 font-size: 0.96em;
}
.services-grids {
    margin: 4px;
}
.flip-effect {
    padding: 1em 2em;
}
.services-grids i.glyphicon {
    font-size: 1.8em;
}
.capabilities h3, .testimonial h3, .team-section h3, .furniture h3, .choose-section h3 {
    font-size: 2.8em;
}
.cap {
    padding: 2.6em 0;
}
.link-top {
    width: 90.5%;
}
}
@media(max-width:991px){
.header {
    min-height: 506px;
}
.banner-text {
    margin: 8em auto 0;
    width: 65%;
	background: rgba(0, 0, 0, 0.65);
}
.welcome-section ,.capabilities,.testimonial,.about-section,.team-section,.furniture,.service-section,.choose-section,.gallery,.pages,.contact{
    padding: 4em 0;	
}
.wel-grid {
    float: left;
    width: 33.3%;
}
.wel-text {
    padding: 1em 0.5em;
}
.services-grids {
    float: left;
}
.text-box p {
    width: 86%;
}
.capabil-grid {
    float: left;
    width: 25%;
}
.cap {
    padding: 1.8em 0;
    border: 6px solid#0FA09D;
}
.cap:hover {
    border: 6px solid#1B1B1B;
}
.capabil-grid h5 {
    font-size: 1.6em;
}
.testimonial-grid {
    float: left;
    width: 40%;
}
.testimonial-grid-right{
	float: left;
    width: 60%;
}
.works-grid{
	 float: left;
	 width: 33.3%;
}
.about-grid {
    float: left;
    width: 65%;
}
.about-grid1 {
    float: left;
    width: 34%;
}
.about-at {
    width: 95%;
}
.team-grid {
    float: left;
    width: 33.3%;
}
.furniture-grid {
    float: left;
    width: 40%;
}
.furniture-grid1 {
    float: left;
    width: 60%;
}
ul.place li {
    font-size: 1.1em;
}
.serce-grid {
    float: left;
    width: 50%;
}
.service-left {
    float: left;
    width: 50%;
}
.service-right {
    float: left;
    width: 50%;
}
.serce-grid h5 {
    font-size: 1.5em;
}
.choose-gd {
    float: left;
    width: 25%;
}
.img-top {
    float: left;
    width: 33.3%;
}
.link-top {
    width: 87.5%;
}
.contact-grid {
    float: left;
    width: 50%;
}
.row-grid {
    float: left;
    width: 50%;
}
.contact-grid input[type="text"], .contact-grid textarea {
    padding: 0.5em;
	font-size: 0.9em;
}
.contact-left{
	float: left;
    width: 50%;
}
.contact-right{
	float: left;
    width: 50%;
}
.google-map iframe {
    height: 300px;
}
.cont-info h5 {
    font-size: 1em;
}
}
@media(max-width:768px){
.services-grids {
    margin: 3px;
}
.sap_tabs {
    margin-top: 2em;
}
.header {
    min-height: 396px;
}
.banner-text {
    margin: 5em auto 0;
		background: rgba(0, 0, 0, 0.65);
}
	}
@media (max-width: 736px){
.services-grids {
    margin: 2px;
}
.banner-text h3 {
    font-size: 2em;
	
}
	}
@media(max-width:600px){
.cap {
    font-size: 1.4em;
	padding: 1.8em 0;
}	
.capabil-grid h5 {
    font-size: 1.27em;
}
.link-top {
    width: 83.5%;
}
}

@media(max-width:384px){
.header {
    background:#000;
    background-size: cover;
}


.link-top {
    width: 93.5%;
    padding: 3em 0 0;
}
.resp-tab-item {
    margin: 0 0.3em 0;
    font-size: .85em;
}
ul.place li {
    font-size: 0.9em;
}
.contact-grid input[type="submit"] {
    width: 37%;
    font-size: 0.95em;
}
.contact-left {
    width: 100%;
}
.contact-right {
	margin-top:2em;
    width: 100%;
}
}
@media(max-width:320px){
.logo a {
    font-size: 1em;
}
.banner-text {
    margin: 4.5em auto 0;
	width:100%;
}

}