
/* 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;

}
    .bg_vision{display:none;}
    .vision h5, .vision p {
        width: 100% !important;
    }
        .vision p:after{left:0 !important

        }
    .navbar-toggle{top:15px;}
 }
   
.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 {
  
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position:fixed;
}


.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: block !important;
  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%;
                }
            }


.mission {
border-radius: 5px;
border: 1px solid #DDDDDD;
padding: 10px;
margin-top: 10px;
background: rgba(255,255,255,0.8);
}

.solution .heading-font {
font-family: 'oswaldregular';
color: #000;
font-size: 37px;
border-bottom: 2px solid #000;
display: inline-block;
margin-bottom: 20px;
}

.solution .p-head {
line-height: 22px;
font-weight: 600;
font-size: 16px;
margin-bottom: 35px;
border-bottom: 0 !important;
}

.singa p {
line-height: 21px;
text-align: justify;
}

.vision h5 {
width: 72%;
font-size: 24px;
}

.vision p {
font-size: 15px;
text-align: center;
line-height: 21px;
width: 72%;
margin-top: 20px;
color: #000;
font-weight: 600;
}

.vision p:after {
content: "";
position: absolute;
width: 11%;
height: 5px;
background: #3d85c6;
top: 30px;
margin: auto;
left: -26%;
right: 0;
}

.mission_c h5 {
font-size: 24px;
position: relative;
}

.mission_c h5:after {
content: "";
position: absolute;
width: 11%;
height: 5px;
background: #3d85c6;
top: 30px;
margin: auto;
left: 0;
right: 0;
}

.mission_c p {
font-size: 15px;
text-align: left;
line-height: 21px;
margin-top: 20px;
color: #000;
}

.exectutive_tm {
background: #d9ecf4;
}

.exectutive_tm h2:after {
content: "";
position: absolute;
width: 11%;
height: 5px;
background: #3d85c6;
top: 42px;
margin: auto;
left: 0;
right: 0;
}

.exectutive_tm h2 {
position: relative;
}

.team_in {
display: block;
margin: 0 auto;
text-align: center;
margin-top: 0px;
padding-top: 50px;
padding-bottom: 40px;
}

.team_in:after {
content: "";
background: url(../images/team_bck.png) no-repeat;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
bottom: 30px;
z-index: 9999;
width: 99%;
height: 10px;
text-align: center;
background-position: center center;
}

.team_in .in_img {
-webkit-box-shadow: 0px -16px 23px -10px rgba(138, 138, 138, 0.57);
-moz-box-shadow: 0px -16px 23px -10px rgba(138, 138, 138, 0.57);
box-shadow: 0px -16px 23px -10px rgba(138, 138, 138, 0.57);
border-radius: 5px;
overflow: hidden;
}

.team_in .in_img img:hover {
transform: scale(1.1);
overflow: hidden;
transition: all 0.3s;
}


img {
width: 100%;
transition: all 0.3s;
}

.team_in h5 {
display: block;
margin-top: 10px;
color: #0080b3;
font-size: 25px;
}

.team_in p {
font-size: 14px;
line-height: 10px;
}

.bg_vision {
background: url(../images/vision_bg.png) no-repeat;
width: 100%;
height: 527px;
position: absolute;
top: -86%;
}

.solution h2:before {
display: none !important;
}

.solution .p-head {
line-height: 25px !important;
font-size: 20px !important;
}

.singa p {
line-height: 27px;
text-align: justify;
font-size: 18px;
}

.slider_clint {
box-shadow: 0px 1px 1px 3px #cccccc5c;
margin: 10px;
border-radius: 5px;
overflow: hidden;
}

.mb-20{margin-bottom:20px;}
.owl-theme .owl-dots .owl-dot.active span {
width: 40px;
}

.ser_hm{background:#fff; padding:0; position:relative;}
.lft_ser{width:57%;}
    .lft_ser:hover:before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.3411764705882353);
        width: 57%;
        height: 100%;
        top: 0;
        left: 0%;
       
    }
.rtail_left {
    position: absolute;
    left: 0;
    background: #06a9ff;
    color: #fff;
    top: 20%;
    padding: 10px 20px;
    text-align: left;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 30px;
}
.rtail_right {
    position: absolute;
    right: 0;
    background: #06a9ff;
    color: #fff;
    top: 20%;
    padding: 10px 20px;
    text-align: left;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 30px;
    z-index: 9;
   
}
.rgt_Side {
    position: absolute;
    content: "";
    background: url(../images/rght_side.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: -41%;
    
}

    .rgt_Side:hover:after {
        position: absolute;
        content: "";
        background: url(../images/rght_side_hov.png) no-repeat;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0%;
    }
.w-map {
    width: 70% !important;
    margin: 0 auto !important;
}
.circle{
        font-size: 40px !important;
    background: #06a9ff !important;
    color: #fff !important;
    border: 0 !important;
    line-height: 36px !important;
}
#About-us{background:url(../images/abtss_bck.png) no-repeat #fff !important; background-size:cover;}
    #About-us h5 {
        text-transform: capitalize !important;
        font-size: 18px;
        margin: 20px 0;
        color: #615f5f !important;
    }
.dta {
    font-weight: bold;
    line-height: 16px;
    font-size: 15px;
    margin-top: -10px;
}
.navbar{margin-bottom:0px !important;}
.gsc-search-button-v2{padding: 7px 27px !important;}

.show_mob{display:none;}

.customer p {
    color: #F0F0F0;
    text-align: justify;
}
            .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
                color: #fff !important;
                background-color: transparent !important;
            }
            .navbar-nav li:after {
                position: absolute;
                width: 70%;
                height: 2px;
                top: 40px;
                left: 0;
                content: "";
                z-index: 9;
                opacity: 0;
                transition: 0.3s ease;
                right: 0;
                margin: 0 auto;
            }
            
            .navbar-nav li:hover:after, .navbar-nav li.active:after {
                opacity: 1;
                transition: 0.3s ease;
                top: 46px;
                display: block\0/;
            }
            .navbar-nav .dropdown-menu > li:after {
                display: none !important;
            }
            @media only screen and (max-width: 768px) {
                .lft_ser {width: 100%;}
        .rtail_left{top:12%;width: 100%;}
        .rtail_right{top:54%; left:0;width: 100%;}
        .ser_hm:after{display:none;}
        .show_mob{display:block;}
        #Dion-banner{height:auto;}
        .parallax-hero{display:none;}
        .rgt_Side{position:relative;width:100%;background-size: cover;right: 0;}
       .rgt_Side img{display:none;}
	   .lft_ser:hover:before{display:none;}
        .navbar-default .navbar-nav>li>a{border-bottom: 1px solid #888 !important;}
        
    }



                               