ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;    
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.dropdown-backdrop {
    position: static;
}
.section-key{
	margin:50px 0px;
}
html, body{
	font-size:100%;
	background:#fff;
	font-family: 'Open Sans', arial;
}
body{
	margin:0px !important;
}
p{
	margin:0;
}
h1,h2,h3,h4,h5,h6,a{
	font-family: 'Lato',sans-serif;
	font-weight:100;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.gallery-grid1 img{
	border:solid 2px #050C12;
}

@media (max-width: 990px) {
 .port-select{
	padding-left:35% !important;
}
}
@media (max-width: 560px) {
 .port-select{
	padding-left:5% !important;
}
}
@media (max-width: 480px) {
 .port-select{
	padding-left:0% !important;
}
}
.nav > li > a{
	border:solid 1px #337ab7;
}
.port-select{
	margin:20px;
	padding-left: 40%;
    position: relative;
}
.nav-pills > li {
    padding-right: 5px;
	padding-bottom:10px;
}
.add-text{
	font-size: 16px;
    text-align: justify;
	color: #999;
    line-height: 1.8em;
	padding:20px;
}
.parallax3{
	background: url(../images/parallax3.jpg) no-repeat;
}
.parallax-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/overaly.png);
}
.over-image h3{
	margin-bottom:10px !important;
}
.feature-text{
	padding:10px;
	margin:10px 0px 0px 10px;
}
.feature-text h5{
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
}
.feature-img{
	background:rgba(255,255,255,0.2);
	border-radius:50%;
    width: 70px;
    height: 70px;
	padding:15px 10px;
	text-align:center;
	margin:30px 0px 0px 10px;
	border: solid 2px #050C12;
}
.feature-img i{
	font-size:40px;
	color:#eee;
	
	}
.feature-img:hover{
	background:rgba(51,122,183,0.7);
	border-radius:50%;
	color:#fff;
}
/* Parallax */

.parallax {
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed !important;
	padding: 50px 0;
	color: #fff;
	position: relative;
}

.parallax h2, .parallax h3{
	color: #fff;
	margin-top: 0;
}
.parallax .btn{
	color: #fff;
}

.parallax-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/overaly.png);
}

.parallax h3{
	margin-bottom: 30px;
}
.over-image{
	margin:1em 1em;
}
.over-image h3{
	font-size:2em;
	font-weight:bold;
}
.off-web{
	margin:2em 0;
}
.off-web p{
	font-size: 16px;
    text-align: justify;
	color: #999;
    line-height: 1.8em;
}
.off-web div ul li{
	font-size: 16px;
    text-align: justify;
	color: #999;
    line-height: 1.8em;
}
.off-web1{
	vertical-align:middle;
	margin:0px auto;
	display:block;
}
.off-web div img{
	width:100%;
	height:auto;
}
@media(max-width:993px){
	.contact-left2 ul li{text-align:left;}
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}
#gmap_canvas img{max-width:none!important;background:none!important}
.why-section .services .services-grid p{
	font-size:14px;
	text-align:justify;
}
.why-section .services{padding-bottom:0em;}
.why-grid i{
	font-size:60px;
	text-align:center;
	color:#22225c;
}
.why-grid h5{
	margin: 1em 0;
    color: #000;
    font-size: 1.4em;
    line-height: 1.5em;
    display: block;
    text-decoration: none;
    text-align: center;
	font-weight:bold;
}
.why-grid{
	text-align:center;
	margin:20px 0px 40px;
}
.why-grid p{
	font-size: 14px;
    text-align: justify;
	color: #999;
    line-height: 1.8em;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:80%;
    width:100%;
    position:absolute;
}
.services-grid h5{
	margin: 1em 0 0.5em;
    color: #000;
    font-size: 1.8em;
    line-height: 1.5em;
    display: block;
    text-decoration: none;
	text-align:center;
	font-weight:bold;
}

.header-left1 h1 a span{
		white-space:nowrap;
		font-size: 1em;
    color: #fff;
    text-decoration: none;
	vertical-align:middle;	
	}
@media (max-width: 640px) {
    .header-left1 h1 a span{
		visibility:hidden;
		
	}
}
@media (max-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}
.port1{
	margin-bottom:30px;
}
.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks_tabs a {
    visibility: hidden;
}
.callbacks_tabs li {
    display: block;
    text-align: center;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 30%;
    z-index: 999;
    left: 100%;
    padding: 0;
    margin: 0;
    display: block;
}
.banner-bottom{
padding-top:30px; padding-bottom:30px;}
.banner-left p, .key-single p{
	text-align:justify;
	padding:20px 0px;
	font-size: 16px;
    line-height: 1.8em;
}
.key-single img{
	margin-bottom:20px;
}
.banner-left h2, .key-single h2{
	color:#22225c;
}
.banner-left{
	margin-top:10%;
	text-align:center;
	margin-bottom:30px;
}
.banner-right{
	text-align:right;
	padding-left:10%;
}
.buttn a{
	border:2px solid #fff;
	padding:7px;
	color:#fff;	
}
.buttn{
	text-align:center;
	margin-top:8px;
}
.rslides img{
width:auto; height:500px;top:0; left:10%}
@media(min-width:335px){
	.rslides img{
		left:0;
		width:240px;
		height:auto;
	}
}
@media(min-width:390px){
	.rslides img{
		padding-left:15%;
		width:256px;
		height:auto;
	}
}
@media(min-width:500px){
	.rslides img{
		left:20%;
		width:300px;
		height:auto;
	}
}
.service-box{padding-left:30px}
.service-us div div i{font-size:70px;}
.service-us div div h4{font-weight:bold; line-height:30px;}
.service-us div div p{text-align:center}
/*-- banner --*/
.top-nav ul li a{
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
}
.banner{
	background:url(../images/1.jpg) 0px 0px no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:800px;
}
.header {
    padding:15px 0;
}
.header-left{
	float:left;
	width:27%;
}
.header-left input[type="text"]{
	outline: none;
    background: none;
    border:1px solid #222;
    padding: 10px;
    font-size: 14px;
    color: #222;
    width: 87%;
    float: left;
    border-right: none;
}
.header-left input[type="submit"]{
	outline: none;
    border:1px solid #222;
    border-left: none;
    padding: 9px 0;
    width: 13%;
    background: url(../images/img-sp.png) no-repeat -6px 2px;
}
.header-left1{
	float:left;
	margin-left:0em;
}
.header-left1 h1 a{
	font-size: 0.8em;
    color:#fff;
    text-decoration: none;
    display: block;
	vertical-align:middle;
}

.top-nav ul li{
	list-style-type: none;
    border-bottom: 1px solid #929292;
}
.top-nav ul li:nth-child(7) {
    border-bottom: none;
}
.top-nav ul li.active a {
    background:#22225c;
}
.top-nav ul li a,.top-nav ul li div{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding:13px 10px;
    display: block;
	font-family: 'Open Sans', sans-serif;
}
.top-nav ul li a:hover, .top-nav ul li div div a:hover{
	background:#22225c;
}
/*-- menu --*/
.top-nav {
    position: absolute;
    top: 6%;
    right:14%;
	z-index: 999;
}
span.menu {
	position: relative;
	cursor: pointer;
}
ul.nav1 {
    display: none;
    position: absolute;
    top: 100%;
    right: -175%;
    background:rgba(0, 0, 0, 0.54);
    width: 180px;
    z-index: 9;
	text-align: center;
}
.dropdown-menu {
    display: none;
    position: absolute;
    left:-180px;
	top:-1px;
    background:rgba(0, 0, 0, 0.54);
    width: 180px;
    z-index: 9;
	text-align: center;
	padding:0px;
	margin:0px;
}
.dropdown ul li:nth-child(4) {
    border-bottom: none;
}
/*-- //menu --*/
/*-- banner-info --*/
.banner-info{
	padding:14em 0 0;
	text-align:center;
}
.banner-info h3{
	width: 60%;
    font-size: 2.5em;
    color: #fff;
    margin: 0 auto;
    line-height: 1.5em;
    padding: .5em;
    background:rgba(53, 152, 220, 0.51);
}
.banner-info p{
	margin: 1em auto 3em;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.8em;
    width: 55%;
}

.more a{
	padding:15px 100px;
    font-size: 1em;
    color:#222;
    text-decoration: none;
	position:relative;
	    z-index: 3;
}
.more a:hover{
	color:#fff;
}
/* ================================================================ */
/* BUTTON TYPE 4 STARTS HERE -------------------------------------- */
/* ================================================================ */


.type-4 span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	opacity: 1;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 13px 0;
	-webkit-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
	text-align: center;
	background: #aaa;
	z-index: 99999;
	-webkit-transition: none;
	transition: none;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
}
.type-41 span {
	background:#566B87;
}

.type-4 span:first-of-type {
	clip:rect(0px,10040px,13px,0px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.type-4 span:nth-of-type(2) {
	clip: rect(13px,10040px,26px,0px);
	-webkit-transform-origin: 0 13px;
	transform-origin: 0 13px;
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.type-4 span:nth-of-type(3) {
	clip: rect(26px,10040px,39px,0px);
	-webkit-transform-origin: 0 26px;
	transform-origin: 0 26px;
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.type-4 span:nth-of-type(4) {
	clip: rect(39px,10040px,52px,0px);
	-webkit-transform-origin: 0 39px;
	transform-origin: 0 39px;
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.type-4:hover span:nth-of-type(1) { 
	-webkit-transition: -webkit-transform 0.2s linear 0s, opacity 0s linear 0s, background 0.2s linear 0s;
	transition: transform 0.2s linear 0s, opacity 0.05s linear 0s, background 0.2s linear 0s;
}

.type-4:hover span:nth-of-type(2) { 
	-webkit-transition: -webkit-transform 0.2s linear 0.2s, opacity 0s linear 0.2s, background 0.2s linear 0.2s;
	transition: transform 0.2s linear 0.2s, opacity 0.05s linear 0.2s, background 0.2s linear 0.2s;
}

.type-4:hover span:nth-of-type(3) { 
	-webkit-transition: -webkit-transform 0.2s linear 0.4s, opacity 0s linear 0.4s, background 0.2s linear 0.4s;
	transition: transform 0.2s linear 0.4s, opacity 0.05s linear 0.4s, background 0.2s linear 0.4s;
}

.type-4:hover span:nth-of-type(4) {
	-webkit-transition: -webkit-transform 0.2s linear 0.6s, opacity 0s linear 0.6s, background 0.2s linear 0.6s;
	transition: transform 0.2s linear 0.6s, opacity 0.05s linear 0.6s, background 0.2s linear 0.6s;
}

.type-4:hover span {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	background: #222;
}

.type-4 span:nth-of-type(5) {
	-webkit-transform: none;
	transform: none;
	background:#FFFFFF;
	z-index: 999;
}

.more1 a.type-4 span:nth-of-type(5) {
    background:#000;
}
.more1 a{
	color:#fff;
}

.type-4:hover span:nth-of-type(5) {
	-webkit-transform: none;
	transform: none;
	background: #094866;
	-webkit-transition: background 0.2s linear 0.6s;
	transition: background 0.2s linear 0.6s;
	z-index: 999;
}

.type-4 span:last-of-type {
	opacity: 0;
	background:#222;
	-webkit-transition: none;
	transition: .5s ease-in-out;
}

.type-4:hover span:last-of-type {
	opacity: 1;
	-webkit-transition: all 0.05s linear 0.8s;
	transition: all 0.05s linear 0.8s;
}
.type-41:hover span,.type-41 span:last-of-type {
	background:#22225c;
}
.more1 a:hover{
	color:#fff;
}
/*-- //type-4 --*/
.social-icons {
    padding: 8em 0 0;
}
.social-icons ul li{
	display:inline-block;
	padding: 0 !important;
    margin: 0 !important;
}
.social-icons ul li a{
	width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 100%;
}
.social-icons ul li a,.services-grid h5 a,.footer-copy p a,.footer-grid ul li a,.contact-left2 ul li a,.mail input[type="submit"]{
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
}
.social-icons ul li a.twitter:hover{
	background: url(../images/img-sp.png) no-repeat 1px -46px #22225c;
    border: 2px solid #2484C6;
}
.social-icons ul li a.twitter{
	background:url(../images/img-sp.png) no-repeat 1px -46px;
	display:block;
}
.social-icons ul li a.facebook{
	background:url(../images/img-sp.png) no-repeat -49px -47px;
	display:block;
}
.social-icons ul li a.facebook:hover{
	background:url(../images/img-sp.png) no-repeat -49px -47px #22225c;
	border:2px solid #2484C6;
}
.social-icons ul li a.google{
	background:url(../images/img-sp.png) no-repeat -96px -46px;
	display:block;
}
.social-icons ul li a.google:hover{
	background:url(../images/img-sp.png) no-repeat -96px -46px #22225c;
	border:2px solid #2484C6;
}
.social-icons ul li a.instagram{
	background:url(../images/img-sp.png) no-repeat -187px -46px;
	display:block;
}
.social-icons ul li a.instagram:hover{
	background:url(../images/img-sp.png) no-repeat -187px -46px #22225c;
	border:2px solid #2484C6;
}
.social-icons ul li a.p{
	background:url(../images/img-sp.png) no-repeat -143px -46px;
	display:block;
}
.social-icons ul li a.p:hover{
	background:url(../images/img-sp.png) no-repeat -143px -46px #22225c;
	border:2px solid #2484C6;
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom-left p{
	color:#fff;
	font-size:14px;
	margin:0;
	line-height:1.8em;
}
.banner-bottom-left1{
	padding:8em 5em 5em;
	background:#6B8FA8;
}
.banner-bottom-left2{
	padding:0;
}
.globe span{
	background: url(../images/img-sp.png) no-repeat 22px -81px;
    display: block;
    width: 128px;
    height: 128px;
    border: 1px solid #3F647D;
    border-radius: 100%;
}
.banner-bottom-left1-grid h3{
	margin: 1.5em 0 0;
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.banner-bottom-left1-grid h3 span{
	font-size: .3em;
    display: block;
    margin-bottom: 1em;
}
.progress1 {
    height: 2px;
    margin-bottom: 0;
    border-radius: 0;
    margin: 1.5em 0 0;
}
.progress-bar1 {
    background: #eb6f63;
}
.banner-bottom-left1-grid p{
	margin:2em 0 5em;
	color:#fff;
	font-size:14px;
	line-height:1.8em;
}
.banner-bottom-left2 h3{
	padding:2.5em 3em 0;
    font-size: 1.8em;
    color: #212121;
    margin: 0;
    line-height: 1.6em;
    position: relative;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.banner-bottom-left2 h3:before{
	background: url(../images/img-sp.png) no-repeat -20px -232px;
    display: block;
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    top: 31%;
    left: 5%;
}
/*-- effect --*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: none;
	overflow: hidden;
	margin: 0;
    min-width: 273px;
	max-width: 100%;
	max-height: auto;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
    left: -40px;
    bottom: -60px;
    width: 330px;
    height: 330px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
figure.effect-lexi figcaption.lexifig::before {
	right: -40px;
    left: auto;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h4 {
	font-size: 1.5em;
    text-transform: capitalize;
    text-align: left;
    padding: .5em 1em;
    background: #fff;
    width: 66%;
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px,5px,0);
    transform: translate3d(5px,5px,0);
    color:#222;
}

figure.effect-lexi h4 span {
    color: #000;
}

figure.effect-lexi p {
	position: absolute;
    left: 0;
    bottom: 2%;
    padding: 0 0 1.5em 1em;
    width: 250px;
    text-align: left;
    opacity: 0;
    -webkit-transform: translate3d(20px,20px,0);
    transform: translate3d(20px,20px,0);
    font-size: .8em;
    line-height: 1.8em;
}

figure.effect-lexi1 p {
    right: 0;
    padding: 0 1em 1.5em 0 !important;
	left: auto;
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h4,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- //effect --*/
/*-- //banner-bottom --*/
/*-- banner-bottom1 --*/
.banner-bottom-lft1 h3{
	font-size: 5em;
    color: #3F5A6D;
    margin: 0;
}
.banner-bottom-left1,.banner-bottom-lft1{
	padding:2.17em 4em 4em;
	background:#22225c;
}
.quote-name{text-align:right; font-style:italic; font-size:14px;}
.banner-bottom-lft1 h4{
	font-size:1.7em;
    color: #fff;
    text-align: right;
    margin: 1em 0 0em;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
.progress2 {
    margin:1em 0 0;
}
.banner-bottom-lft1 p{
	margin:2.5em 0 0;
	color:#E4E4E4;
	font-size:14px;
	line-height:1.8em;
}
h4.with{
	text-align:left;
}
p.exercise{
	text-align:right;
}
.project{
	background-color:#22225c;
	color:#fff;
	margin:30px 0px;
	padding:30px 0px;
}
.project div p{
	padding:10px;
}
.project div.more{
	padding-top:10px;
}
/*-- //banner-bottom1 --*/
/*-- banner-bottom-slider --*/
.banner-bottom-slider,.gallery,.services,.about,.testimonials,.history,.typo,.contact,.single{
	padding:5em 0;
}
.banner-bottom-slider-left h3{
	font-size: 1.3em;
    color:#222;
	margin:0;
	line-height:1.5em;
}
.banner-bottom-slider-left h3 span{
	
    font-size: 1.5em;
    color: #eb6f63;
    font-weight: 600;
    margin: .3em 0 0.5em;
    font-family: 'Open Sans', sans-serif;
}
.banner-bottom-slider-left p{
	margin:0;
	line-height:1.8em;
	color:#999;
	font-size:14px;
}
.banner-bottom-slider-right1 ul{
	padding:.7em .5em; 
	background:#22225c;
}
.banner-bottom-slider-right1 ul li{
	display: inline-block;
    margin: 0;
    margin-left: 1.3em;
    float: none;
}
.banner-bottom-slider-right1 ul li a{
	font-size:1em;
	color:#fff;
	text-decoration:none;
}
.banner-bottom-slider-right1 ul li a:hover{
	color:#3598dc;
}
.banner-bottom-slider-right1 p{
	margin:1em 0 0;
	color:#999;
	font-size:14px;
	line-height:1.8em;
	text-transform: capitalize;
}
.banner-bottom-slider-right1 p span{
	font-size:1.5em;
}
.banner-bottom-slider-right1{
	padding-left:.5em;
}
.banner-bottom-slider-right {
    padding-right: 0;
}
.banner-no{
	background:#22225c;
}


/*-- //banner-bottom-slider --*/
/*-- footer --*/
.footer{
	background:#212121;
}
.footer-grid h2 a{
	margin:.5em 0 1em;
	font-size:1.6em;
	color:#22225c;
	text-decoration:none;
}
.footer-grid h4 {
	font-size:1.7em;
	color:#fff;
	margin:0 0 2em;
	position:relative;
}
.footer-grid h4:after {
	background: #fff;
    width: 20%;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -15%;
    left: 0%;
}
.footer-grid h2{
	padding:1em 0 0;
}
.footer-grid h4 {
    padding: 2em 0 0;
}
.footer-grid h2 a span{
	font-size: .3em;
    color: #D6D6D6;
    display: block;
}
.footer-grid p{
	font-size:14px;
	color:#999;
	margin:1.5em 0;
	line-height:1.8em;
}
.footer-grid ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    padding-left: 1em;
}
.footer-grid ul li span{
	left:-1em;
}
.footer-grid ul li a{
	color:#999;
}
.footer-grid ul li a:hover{
	color:#fff;
}
.footer-grid1{
	float:left;
	width:31.45%;
	margin:0 0.3em .3em 0em;
}
.footer-grid2 ul.timings{
	padding:0 0 1.5em;
}
.footer-grid2 ul.timings li{
	font-size:14px;
	color:#999;
	margin-bottom:.5em;
	padding-bottom:.5em;
	border-bottom:1px dotted #999;
	list-style-type:none;
	padding-left: 0;
}
.footer-grid2 ul.timings li i{
	padding:0 2em;
}
.footer-copy{
	padding:1.5em 0;
	background:#141414;
	text-align:center;
}
.footer-copy p{
	font-size:14px;
	color:#8F8F8F;
	margin:0;
	line-height:1.8em;
}
.footer-copy p a{
	color:#fff;
	text-decoration:none;
}
.footer-copy p a:hover{
	color:#8F8F8F;
}
.social-icons1{
	padding:0 !important;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	left: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- gallery --*/
.gallery-grid1 .p-mask, .row .product .vm-product-media-container .p-mask {
    opacity: 0;
    visibility: hidden;
    background:rgba(34,34,92, 0.74);
    bottom: 0%;
    position: absolute;
    padding:1.5em 1.5em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: left;
}
.row .product:hover .p-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
.p-mask h4{
	color:#fff;
	font-size:1.5em;
	text-decoration:none;
	line-height:1.8em;
}
.p-mask p{
	margin: 0;
    color: #f5f5f5;
    line-height: 1.8em;
    font-size: 14px;
}
.offered-services h3{
	font-weight:1000;
}
.gallery h3,.services h3,.offered-services h3,.testimonials h3,h3.title{
	font-size: 2.5em;
    color:#22225c;
    margin: 0;
    padding-bottom: 1em;
    text-align: center;
    position: relative;
}
.gallery h3:before,.services h3:before,.offered-services h3:before,.testimonials h3:before,h3.title:before{
	background:#22225c;
    width: 20%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 15%;
    left: 34%;
}
p.dummy-text{
	font-size: 14px;
    margin: 0;
    line-height: 1.8em;
    color: #999;
    text-align: center;
    padding-left: 23em;
    text-transform: capitalize;
}
.gallery-grids,.services-grids,.offered-services-grids,.testimonials-grids{
	margin:3em 0 0;
}
.gallery-grid{
	float:left;
	width:37%;
}
/*-- //gallery --*/
/*-- services --*/
.services-grid{
	position:relative;
	margin-bottom:3em;
}
.more{
	text-align:center;
}
.blog-figure {
    position: relative;
    overflow: hidden;
}
.blog-figure h4{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-figure p {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.blog-figure:hover h3,.blog-figure:hover p {
    right: 0;
}
.services-grid h5 a{
	margin:1em 0 2em;
	color:#999;
	font-size:1.8em;
	line-height:1.5em;
	display:block;
	text-decoration:none;
}
.services-grid h5 a:hover{
	color:#6B8FA8;
}
.offered-services-grid1{
	text-align:right;
}
.panel-title{
	text-transform: capitalize;
    font-size: 1.4em;
    color: #999;
    margin: 0 0 1em;
    line-height: 1.5em;
    background: url(../images/1.png) no-repeat 310px 4px;
    padding-right: 3em;
}
.panel-title a{
	color:#222;
	text-decoration: none;
	font-weight:800;
}
.panel-title a:hover{
	color:#22225c;
}
.offered-services{
	padding:5em 0 0;
}
.services-grid p{
	margin:1em 0 2em !important;
	font-size:13px;
}
.panel-heading p, .services-grid p{
	margin:1em 0;
	color:#999;
	font-size:13px;
	line-height:1.8em;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-default:nth-child(2){
	padding:2em 0;
	margin:2em 0 !important;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.panel {
    border-radius: 0;
}
.panel-default > .panel-heading {
    color: #333;
    background: none;
    border: none;
}
.panel-heading {
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-default {
    border: none;
}
.panel {
    -webkit-box-shadow:none;
    box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    box-shadow: 0px 0px 3px #D8D8D8;
	font-size: 14px;
    line-height: 1.8em;
	color: #EB6F63;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    text-align: right;
}
.panel1{
	text-align:left !important;
}
.panel-title1{
	padding-left:3em !important;
	padding-right:0 !important;
	background: url(../images/1.png) no-repeat 0 1px;
}
/*-- about ---*/
.about-grid {
    text-align: center;
}
.about-grid img{
    margin:0 auto;
}
.about-grid-pos{
	padding:1em;
	background:#EAEAEA;
	width:80%;
	margin:0 auto;
	position:relative;
}
.about-grid-pos:after{
	background: url(../images/2.png) no-repeat -0px 0px;
    background-size: 93%;
    display: block;
    width: 1054px;
    height: 23px;
    content: '';
    position: absolute;
    bottom: -18%;
    left: -5%;
}
.about-grid-pos p{
	text-transform:capitalize;
	font-size:2em;
	color:#999;
	margin:0;
	line-height:1.5em;
}
.about-grid-pos p span{
	color:#22225c;
}
.history-left h3:before,.contact-right h3:before,.contact-left1 h3:before,.mail h3:before{
	background:#22225c;
    width: 4px;
    height: 41px;
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
}
.pro {
    height: 3px;
    margin: 0;
	background:#fff;
}
.pro1{
	padding:.5em;
	background:#E2E2E2;
	float:left;
	width:85%;
}
.pro2{
	float:right;
	width:15%;
}
.pro2 p{
	font-size:1em;
	color:#999;
	margin:0;
	text-align: right;
}
.pro-bar {
    background: #EB6F63;
}
.history-left h4{
	font-size: 1em;
    color: #999;
    margin: 0;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}
/*-- //about ---*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.list-group {
  margin-bottom: 48px;
}
 ol {
  margin-bottom: 44px;
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.caption span {
		margin: 0 0 1.5em;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered {
		display: none;
	}
}
/*--//Typography --*/
/*-- contact --*/
.contact-left1{
	padding-left:0;
}
.contact-left2{
	padding:0;
}
.contact-left1 iframe{
	width:100%;
	min-height:300px;
	margin:2em 0 0;
}
.contact-left2 h4 {
    margin: 3em 0 1em;
    color: #EB6F63;
    font-size: 1.5em;
    line-height: 1.5em;
}
.contact-left2 ul li{
	    list-style-type: none;
    margin: 1em 0px;
    font-size: 16px;
    line-height: 1.8em;
    color: #999;
	text-align:center;
}
.contact-left2 ul li span{
	font-size:1em;
	color:#22225c;
	padding-right:1em;
}
.contact-left2 ul li a{
	color:#999;
	text-decoration:none;
}
.contact-left2 ul li a:hover{
	color:#000;
	font-size:18px;
}

.mail form{
	margin:2em 0 0;
	text-align:center;
}
.mail input[type="text"],.mail input[type="email"],.mail textarea{
	outline: none;
    width: 49.4%;
    background: #F3F3F3;
    padding: 10px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    color: #999;
}
.mail input[type="email"]{
	margin-left:.3em;
}
.mail input[type="text"]:nth-child(3){
	margin:.5em 0;
	width:100% !important;
}
.mail textarea{
	min-height:200px;
	width:100% !important;
}
.mail input[type="submit"]{
	outline:none;
	width:30%;
	background:#22225c;
	padding:10px 0;
	border:none;
	font-size:14px;
	color:#fff;
	margin-top:20px;
}
.mail input[type="submit"]:hover{
	background:#3598dc;
}
.contact-right p{
	font-size:14px;
	color:#999;
	margin:2em 0 0 2em;
	line-height:1.8em;
}
/*-- //contact --*/
/*-- single --*/

.admin{
	margin:3em 0;
	background:#F5F5F5;
	padding:2em;
	border-left:5px solid #999;
}
.reply{
	margin:1.5em 0 0;
}
.reply a{
	font-size:1em;
	color:#6B8FA8;
	text-decoration:none;
}
.reply a:hover{
	color:#999;
}
.search1 input[type="text"] {
	border: 1px solid #E7E7E7;
    outline: none;
    width: 100%;
    background: none;
    color: #999;
    padding: 10px;
    font-size: 14px;
}
.search1 input[type="submit"] {
	background:#22225c;
    color: #fff;
    font-size: 1em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    border: none;
    outline: none;
    width: 50%;
    padding: 8px 0;
    margin: 1em 0 3em;
}
.search1 input[type="submit"]:hover{
	background:#EB6F63;
	color:#fff;
}
.categories ul {
  padding: 0;
  margin: 0;
}
.categories ul li {
	list-style-type: none;
    background: url(../images/1.png) no-repeat -4px -6px;
    display: block;
    padding-left: 4em;
    margin: 1.5em 0;
    color: #999;
    font-size: 14px;
}
.categories ul li a {
	color: #999;
	text-decoration:none;
	letter-spacing:1px;
}
.categories ul li a:hover{
	text-decoration:none;
	color: #000;
}
.categories-mid {
  margin: 5em 0 0;
}
.categories h3,.related-posts h3,.search1 h3 {
	color:#F07818;
    font-size: 1.3em;
    text-transform: capitalize;
    margin: 0 0 1em;
}
.related-post{
	margin:2.5em 0;
}
.categories-mid ul li:nth-child(6) {
  margin-bottom: 5em;
}
.leave-a-comment {
    margin: 5em 0 0;
}
.leave-a-comment input[type="text"],.leave-a-comment input[type="email"],.leave-a-comment textarea{
	padding: 10px 10px;
    background: none;
    font-size: 14px;
    outline: none;
    border: 1px dotted #A9A9A9;
    color: #999;
	width:32.25%;
	}
.leave-a-comment textarea{
	resize:none;
	min-height:200px;
	width:100% !important;
	margin:1.5em 0;
	}
.leave-a-comment input[type="submit"]{
	background:#22225c;
    color: #fff;
    font-size: 1em;
    outline: none;
    border: none;
    width: 30%;
    display: block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    padding: 10px 0;
	}
.leave-a-comment input[type="submit"]:hover{
	background:#EB6F63;
	}
.leave-a-comment input[type="email"] {
    margin: 0 1em;
}
.leave-a-comment h3 {
    font-size: 2em;
    color: #EB6F63;
    margin: 0 0 2em;
}
/*-- //single --*/
/*-----start-responsive-design------*/
@media (max-width:1680px){
	.banner-bottom-left1{
		padding:6.17em 4em 6em;
	}
	.banner-bottom-lft1 {
		padding:2.97em 4em 6em;
	}
	.progress2 {
		margin: 1.6em 0 0;
	}
	.banner-bottom-left2 h3 {
		padding: 1.5em 3em 0;
	}
	.top-nav {
		right: 10%;
		top: 4%;
	}
}
@media (max-width:1600px){
	.banner-bottom-left1, .banner-bottom-lft1 {
		padding:3.456em 4em 5em;
	}
	.banner-bottom-lft1 {
		padding: 2em 4em 6em !important;
	}
	.progress2 {
		margin: 1em 0 0;
	}
	.banner-bottom-left2 h3 {
		padding:1.5em 3em 0;
	}
	.top-nav {
		
		top:25px;
	}
}
@media (max-width:1440px){
	
	.banner {
		background: url(../images/1.jpg) -90px 0px no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.banner-bottom-left1-grid h3 {
		font-size:3.4em;
	}
	.banner-bottom-lft1 {
		padding:1em 2em 2.04em;
	}
	figure.effect-lexi h4 {
		width: 75%;
	}
	.banner-bottom-left1, .banner-bottom-lft1 {
		padding: 3.456em 3em 4em;
	}
	.banner-bottom-left2 h3 {
		padding: 2.5em 3em 0;
	}
	.banner-bottom-lft1 {
		padding: 1em 2em 3.85em !important;
	}
}
@media (max-width:1366px){
	.banner-info {
		padding: 10em 0 0;
	}
	.banner {
		background: url(../images/1.jpg) -50px 0px no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 730px;
	}
	.banner-bottom-left1-grid h3 {
		font-size:3.1em;
	}
	.banner-bottom-left2 h3 {
		font-size: 1.8em;
	}
	.banner-bottom-left1{
		padding: 2.17em 3em 4em;
	}
	.banner-bottom-lft1 h4 {
		font-size: 1.5em;
	}
	.banner-bottom-lft1 h3 {
		font-size: 4em;
	}
	figure.effect-lexi h4 {
		width: 79%;
	}
	.banner-bottom-lft1 {
		padding: 1em 2em 2.95em !important;
	}
}
@media (max-width:1280px){
	.banner-bottom-lft1 h3 {
		font-size: 3em;
	}
	.banner-bottom-left1-grid h3 {
		font-size: 2.9em;
	}
	.banner {
		background: url(../images/1.jpg) -90px 0px no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.banner-bottom-lft1 h4 {
		font-size: 1.5em;
	}
	.banner-bottom-lft1 {
		padding:1em 2em 2.45em !important;
	}
	figure.effect-lexi h4 {
		font-size: 1.3em;
	}
	.banner-bottom-left1-grid h3 {
		margin: 1em 0 0;
	}
	.banner-bottom-lft1 p {
		margin: 2.4em 0 0;
	}
	.gallery h3:before, .services h3:before, .offered-services h3:before, .testimonials h3:before, h3.title:before {
		bottom: 24%;
	}
}
@media (max-width:1080px){
	.top-nav {
		right: 6%;
	}
	ul.nav1 {
		right: -20%;
	}
	.banner-info h3 {
		font-size: 2em;
	}
	.banner-info {
		padding: 8em 0 0;
	}
	.banner {
		background: url(../images/1.jpg) -125px 0px no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 645px;
	}
	
	.header-left input[type="text"] {
		width: 85%;
	}
	.header-left input[type="submit"] {
		width: 15%;
	}
	.banner-bottom-left1-grid h3 {
		font-size:2.3em;
	}
	.banner-bottom-left2 h3 {
		padding: 2.5em 4em 0;
		font-size:1.5em;
	}
	figure.effect-lexi figcaption::before {
		width: 260px;
		height: 260px;
	}
	figure.effect-lexi p {
		bottom: -3%;
		width: 155px;
		font-size: 13px;
	}
	.banner-bottom-left1 {
		padding: 2em 2em 5em;
	}
	.banner-bottom-left1-grid p {
		margin: 2em 0 3em;
	}
	.m1 a {
		padding: 6px 175px 10px !important;
	}
	.banner-bottom-lft1 h4 {
		font-size:1.3em;
	}
	.banner-bottom-left1 {
		padding: 2em 2em 3em;
	}
	.banner-bottom-lft1 h3 {
		font-size: 3em;
	}
	.banner-bottom-lft1 p {
		margin: 1em 0 0;
	}
	.banner-bottom-left {
		width: 6%;
	}
	.banner-bottom-left2 {
		width: 68.33%;
	}
	.banner-bottom1-left2{
		width: 58.33% !important;
	}
	.banner-bottom-lft1 {
		padding:1.4em 2em 4em !important;
		width: 35.66%;
	}
	.banner-bottom-slider-left h3 span {
		font-size: 1.5em;
	}
	figure.effect-lexi h4 {
		width: 80%;
	}
	.banner-bottom-slider-right {
		padding: 0;
	}
	.banner-bottom-slider-right1 ul li a {
		font-size: 14px;
	}
	.banner-bottom-slider-right1 p span {
		font-size: 1.14em;
	}
	.footer-grid h2 a {
		font-size: 1.3em;
	}
	.footer-grid1 {
		margin: 0 0.2em .3em 0em;
	}
	.footer-grid {
		padding-left: 0;
	}
	.footer-grid p {
		font-size: 12px;
	}
	.footer-grid h4 {
		padding: 1em 0 0;
	}
	.about-grid-pos:after {
		background: url(../images/2.png) no-repeat -0px 0px;
		background-size: 76%;
	}
	.banner-bottom-slider, .gallery, .services, .about, .testimonials, .history, .contact, .single {
		padding: 4em 0;
	}
	.services-grid h5 a {
		font-size: 1.5em;
	}
	.panel-title {
		font-size: 1.1em;
		background: url(../images/1.png) no-repeat 242px -2px;
	}
	.panel-title1 {
		background: url(../images/1.png) no-repeat 0 1px !important;
	}
	.panel-default:nth-child(2) {
		margin: 1em 0 !important;
	}
	.leave-a-comment input[type="text"], .leave-a-comment input[type="email"], .leave-a-comment textarea {
		width: 32.04%;
	}
	.leave-a-comment h3 {
		margin: 0 0 1em;
	}
	.mail input[type="text"], .mail input[type="email"], .mail textarea {
		width: 49.3%;
	}
	
	.about-grid-pos:after {
		background: url(../images/2.png) no-repeat -0px 0px;
		background-size: 101%;
		width: 800px;
	}
}
@media (max-width: 1024px){
	.banner-bottom-left1 {
		padding: 2em 2em 3em;
	}
	.banner-bottom-lft1 {
		padding:1em 2em 2.45em !important;
	}
	.row .product .vm-product-media-container .p-mask {
		padding: 1em;
	}
	.banner-bottom-lft1 h4 {
		font-size: 1.14em;
	}
	.banner-bottom-slider-left h3 span {
		font-size: 1.4em;
	}
	.nbs-flexisel-nav-right {
		right: 134%;
	}
}
@media (max-width:991px){
	.top-nav{
		right:14%;
	}
	.p-mask h4 {
		font-size: 1em;
		line-height: 1.5em;
	}
	.p-mask p {
		line-height: 1.5em;
		font-size: 13px;
	}
	.header-left {
		width: 35%;
	}
	.banner-info h3 {
		width: 70%;
	}
	.more a {
		padding: 5px 110px;
	}
	.type-4 span {
		padding: 11px 0;
	}
	.banner {
		background: url(../images/1.jpg) -163px 0px no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.social-icons {
		padding: 5em 0 0;
	}
	.banner-bottom-left1 {
		float: none;
		width: 70%;
		margin: 0 auto;
		padding: 3em 3em 4em;
	}
	.banner-bottom-left2 {
		float: none;
		margin: 0 auto;
		width: 70%;
	}
	.banner-bottom-left2 h3 {
		padding: 2em 3em 2em;
	}
	.banner-bottom-left2 h3:before {
		top: 24%;
		left: 1%;
	}
	.banner-bottom1-left2 {
		width: 70% !important;
	}
	.banner-bottom-lft1 {
		padding: 1em 3em 3em;
		float: none;
		width: 70%;
		margin: 0 auto 2em;
	}
	.banner-bottom-lft1:nth-child(6){
		margin:0 auto;
	}
	.banner-bottom-slider-left {
		margin: 0 0 2em;
	}
	.banner-bottom-slider-right1 p span {
		font-size: 1.5em;
	}
	.footer-grid {
		float: left;
		width: 50%;
		padding: 00 1em;
	}
	.footer-grid:nth-child(1) img {
		width: 55%;
	}
	.footer-grid h4 {
		padding: 0;
	}
	.footer-grid:nth-child(2){
		margin:0 0 2em;
	}
	.about-grid img {
		width: 70%;
	}
	.about-grid-pos p {
		font-size: 1.7em;
	}
	.about-grid-pos {
		width: 100%;
	}
	.about-grid-pos:after {
		background: url(../images/2.png) no-repeat -0px 0px;
		background-size: 96%;
		width: 805px;
	}
	.gallery h3, .services h3, .offered-services h3, .testimonials h3, h3.title {
		font-size: 2.2em;
	}
	.gallery h3:before, .services h3:before, .offered-services h3:before, .testimonials h3:before, h3.title:before {
		width: 30%;
		left: 22%;
	}
	.history-right {
		margin: 2em 0 0;
	}
	figure.blog-figure img {
		width: 100%;
	}
	.services-grid:nth-child(2) {
		margin: 3em 0;
	}
	.services-grid h5 a {
		margin: 1em 0 1.5em;
	}
	.offered-services {
		padding: 3em 0 0;
	}
	.panel-group .panel {
		text-align: left;
	}
	.panel-title1 {
		background: url(../images/1.png) no-repeat 0 -3px !important;
	}
	.offered-services-grid1 {
		margin: 3em 0;
	}
	.search1 input[type="submit"] {
		margin: 1em 0 0;
	}
	.categories {
		margin: 3em 0;
	}
	.categories-mid ul li:nth-child(6) {
		margin-bottom: 0;
	}
	.leave-a-comment input[type="text"], .leave-a-comment input[type="email"], .leave-a-comment textarea {
		width: 31.65%;
	}
}
@media (max-width:890px){
.top-nav{
	right:9%;
}
}
@media (max-width:800px){
	
	.about-grid-pos:after {
		background: url(../images/2.png) no-repeat -0px 0px;
		background-size: 100%;
		width: 770px;
	}
	.top-nav{
		right:4%;
	}
	.banner {
		background: url(../images/1.jpg) -217px 0px no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 610px;
	}
	.banner-bottom-left1,.banner-bottom-left2,.banner-bottom-lft1 {
		width: 90% !important;
	}
	.footer-grid:nth-child(1) img {
		width: 58%;
	}
}
@media (max-width:768px){
	.banner-info p {
		width: 70%;
	}
	.single-left1 h5 {
		margin: 0 0 1em;
	}
}
@media (max-width:736px){
	
}
@media (max-width:667px){
	ul.nav1 {
		width: 140px;
	}
	.dropdown-menu{
		width:140px;
		left:-160px;
		top:-1px;
	}
	.banner-info h3 {
		font-size: 1.8em;
	}
	.banner-info p {
		width: 90%;
	}
	.banner {
		background: url(../images/1.jpg) -250px 0px no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 570px;
	}
	
}
@media (max-width:640px){
	span.menu img {
		width: 75%;
	}
	
	.p-mask h4 {
		font-size: 1.5em;
		line-height: 1.8em;
	}
	.header-left {
		width: 40%;
	}
	
	.progress1 {
		height: 2px !important;
		margin-bottom: 0 !important;
	}
	.banner-bottom-left1-grid h3 {
		font-size: 2em;
	}
	.m1 a {
		padding: 0px 110px 10px !important;
	}
	.banner-bottom-left2 h3 {
		padding: 2em 2em 2em;
	}
	.banner-bottom-left2 h3:before {
		left: -1%;
	}
	figure.effect-lexi h4 {
		width: 85%;
	}
	.banner-bottom-slider, .gallery, .services, .about, .testimonials, .history, .contact, .single {
		padding: 3em 0;
	}
	.footer-grid:nth-child(1) img {
		width: 80%;
	}
	.about-grid-pos p {
		font-size: 1.4em;
	}
	.about-grid-pos:after {
		background: url(../images/2.png) no-repeat -0px 0px;
		background-size: 103%;
		width: 620px;
		bottom: -22%;
	}
	.pro {
		height: 3px !important;
		margin: 0 !important;
	}
	.pro2 p {
		font-size: 14px;
	}
	.history-left h3, .contact-left1 h3, .mail h3, .contact-right h3 {
		font-size: 1.7em;
	}
	.gallery h3, .services h3, .offered-services h3, .testimonials h3, h3.title {
		font-size: 2em;
	}
	p.dummy-text {
		padding-left: 15em;
	}
	.footer-grid h4 {
		margin: 0 0 1em;
	}
	.footer-grid2 ul.timings {
		padding: 0 0 0.5em;
	}
	.leave-a-comment h3 {
		font-size: 1.7em;
	}
	.leave-a-comment input[type="text"], .leave-a-comment input[type="email"], .leave-a-comment textarea {
		width: 31.29%;
	}
	.leave-a-comment input[type="submit"] {
		font-size: 14px;
		width: 35%;
	}
	.gallery-grid {
		width: 100%;
		float: none;
	}
	.mail {
		margin: 2em 0 0;
	}
	.mail input[type="text"], .mail input[type="email"], .mail textarea {
		width: 49.26%;
	}
}
@media (max-width: 600px){
	.banner-info h3 {
		font-size: 1.5em;
	}
	
}
@media (max-width:568px){
	
	.top-nav ul li a {
		padding: 10px 10px;
	}
	.banner-info {
		padding: 5em 0 0;
	}
	
	.header-left {
		width: 50%;
	}
}
@media (max-width:480px){
	
	.top-nav ul li a {
		font-size: 13px;
	}
	.header-left {
		width: 75%;
		float: none;
		
	}
	.header-left1 {
		margin-left: 1em;
	}
	.banner-info {
		padding: 3em 0 0;
	}
	.banner-info h3 {
		font-size: 1.3em;
		width: 80%;
	}
	.banner-info p {
		width: 100%;
	}
	.more a {
		padding: 4px 90px 8px;
		font-size: 14px;
	}
	.social-icons {
		padding: 4em 0 0;
	}
	.banner {
		background: url(../images/1.jpg) -267px 0px no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 510px;
	}
	.banner-bottom-left1, .banner-bottom-left2, .banner-bottom-lft1 {
		width: 95% !important;
	}
	figure.effect-lexi h4 {
		font-size: 1em;
	}
	.grid figure figcaption {
		padding: 1em;
	}
	.banner-bottom-left2 h3 {
		font-size: 1.2em;
	}
	.banner-bottom-left2 h3:before {
		background: url(../images/img-sp.png) no-repeat -7px -125px;
		background-size: 700%;
	}
	.banner-bottom-lft1 h4 {
		font-size: 1.2em;
	}
	.banner-bottom-lft1 {
		padding: 1em 2em 2em;
	}
	.banner-bottom-lft1 {
		margin: 0 auto 0.8em;
	}
	.banner-bottom-slider, .gallery, .services, .about, .testimonials, .history, .contact, .single {
		padding: 2em 15px;
	}
	.footer-grid {
		float: none;
		width: 85%;
		padding: 0 1em;
	}
	.footer-grid:nth-child(2) {
		margin: 2em 0 3em;
	}
	.footer-grid h4 {
		font-size: 1.4em;
		margin: 0 0 2em;
	}
	.footer-grid h4:after {
		height: 1px;
		bottom: -50%;
	}
	.footer-grid:nth-child(3) {
		margin: 0em 0 3em;
	}
	.footer {
		padding: 0 0 1em;
	}
	.footer-copy {
		padding: 1em 0;
	}
	.about-grid-pos p {
		font-size: 1.2em;
	}
	.about-grid-pos:after {
		background: url(../images/2.png) no-repeat -0px 0px;
		background-size: 102%;
		width: 455px;
		bottom: -25%;
	}
	.history-left h3, .contact-left1 h3, .mail h3, .contact-right h3 {
		font-size: 1.5em;
	}
	p.dummy-text {
		padding-left: 0;
	}
	.history {
		padding: 0 0 3;
	}
	.history-left p {
		padding-left: 1.5em;
	}
	.leave-a-comment input[type="text"], .leave-a-comment input[type="email"], .leave-a-comment textarea {
		width: 100%;
	}
	.leave-a-comment input[type="email"] {
		margin: 1em 0;
	}
	.leave-a-comment textarea {
		min-height: 150px;
		margin: 1em 0 .8em;
	}
	.leave-a-comment input[type="submit"] {
		width: 100%;
		padding: 8px 0;
	}
	.contact-left1 iframe {
		min-height: 200px;
	}
	.contact-left2 h4 {
		margin: 1em 0 1em;
	}
	.mail input[type="text"], .mail input[type="email"], .mail textarea {
		width: 100%;
	}
	.mail input[type="email"] {
		margin: .5em 0 0;
	}
	
	.mail input[type="submit"] {
		width: 100%;
	}
	.contact-right p {
		margin: 1em 0 0 1em;
	}
}
@media (max-width: 414px){
	
	.banner-info h3 {
		font-size: 1.2em;
	}
	.banner {
		background: url(../images/1.jpg) -308px 0px no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.banner-bottom-left1 {
		padding: 2em 2em 3em;
	}
	.globe span {
		background: url(../images/img-sp.png) no-repeat 16px -55px;
		background-size: 400%;
		width: 90px;
		height: 90px;
	}
	figure.effect-lexi p {
		width: 145px;
		font-size: 10px;
	}
	figure.effect-lexi figcaption::before {
		width: 210px;
		height: 210px;
	}
	.banner-bottom-slider-left h3 span {
		font-size: 1.2em;
	}
	.banner-bottom-slider-left {
		margin: 0 0 1.5em;
	}
	.about-grid-pos:after {
		background: url(../images/2.png) no-repeat -0px 0px;
		background-size: 99%;
		width: 393px;
		bottom: -20%;
	}
	.history-left h3, .contact-left1 h3, .mail h3, .contact-right h3 {
		font-size: 1.3em;
		padding-left:10px;
	}
	.gallery h3, .services h3, .offered-services h3, .testimonials h3, h3.title {
		font-size: 1.7em;
	}
	.gallery h3:before, .services h3:before, .offered-services h3:before, .testimonials h3:before, h3.title:before {
		width: 45%;
		left: 10%;
		height: 1px;
	}
	.gallery-grids, .services-grids, .offered-services-grids, .testimonials-grids {
		margin: 2em 0 0;
	}
	.single-right {
		padding: 0;
	}
	.admin {
		margin: 2em 0;
		padding: 1em;
	}
	.leave-a-comment {
		margin: 3em 0 0;
	}
	.contact-left,.contact-right {
		padding: 0;
	}
}
@media (max-width:384px){
	.banner-info h3 {
		width: 90%;
	}
	.header-left {
		width: 85%;
	}
	.social-icons {
		padding: 3em 0 0;
	}
}
@media (max-width:375px){
	.banner-bottom-left1-grid h3 {
		font-size: 1.7em;
	}
	figure.effect-lexi h4 {
		font-size: 14px;
	}
	.banner-bottom-left2 h3 {
		padding: 1em 2em 1em;
	}
	.banner-bottom-left2 h3:before {
		top: 9%;
	}
	.about-grid-pos:after {
		background: url(../images/2.png) no-repeat -0px 0px;
		background-size: 100%;
		width: 350px;
	}
	.history-left,.history-right,.contact-left1 {
		padding: 0;
	}
	.pro2 p {
		margin: 0 !important;
	}
	.single-left1 h5 {
		font-size: 1.2em;
	}
	
}
@media (max-width: 320px){
	.header-left {
		width: 100%;
	}
	.header-left input[type="text"],.banner-info p {
		font-size: 13px;
	}
	.banner-info p {
		margin: 0.5em auto 2em;
	}
	.header-left input[type="submit"] {
		padding: 8px 0;
	}
	.header-left1 h1 a {
		font-size: 0.8em;
	}
	.header-left1 {
		margin-left: 0;
	}
	.banner-info h3 {
		font-size: 1.1em;
		width: 100%;
	}
	.banner {
		background: url(../images/1.jpg) -252px 0px no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 425px;
	}
	.banner-info {
		padding: 2em 0 0;
	}
	.banner-bottom-left1-grid h3 {
		font-size: 1.5em;
	}
	.progress1 {
		margin: 1em 0 0;
	}
	.banner-bottom-left1-grid p {
		margin: 1em 0 2em;
		font-size: 13px;
	}
	.banner-bottom-left1 {
		padding: 1em 1em 2em;
	}
	.m1 a {
		padding: 0px 80px 10px !important;
	}
	.grid figure figcaption {
		padding: 0em 1em;
	}
	.banner-bottom-left2 h3 {
		font-size: 1em;
		line-height: 1.8em;
	}
	.banner-bottom-lft1 {
		padding: 1em 1em 2em;
	}
	.banner-bottom-lft1 h4 {
		font-size: 1em;
	}
	.banner-bottom-lft1 p,.contact-right p,.mail input[type="text"], .mail input[type="email"], .mail textarea,.contact-left2 ul li,.leave-a-comment input[type="text"], .leave-a-comment input[type="email"], .leave-a-comment textarea,.search1 input[type="text"],.panel-default > .panel-heading + .panel-collapse > .panel-body,.panel-heading p,p.dummy-text,.about-grid1-grids p, .history-left p,.banner-bottom-slider-left p,.footer-copy p,.banner-bottom-slider-right1 p,.footer-grid ul li,.footer-grid2 ul.timings li {
		font-size: 13px;
	}
	.contact-left2 h4 {
		margin: 1em 0 0.5em;
	}
	.search1 input[type="submit"] {
		font-size: 14px;
		width: 100%;
	}
	.panel-default:nth-child(2) {
		padding: 1em 0;
	}
	.history-left h4 {
		font-size: 14px;
	}
	figure.effect-lexi h4 {
		width: 91%;
	}
	.banner-bottom-slider-left h3{
		font-size: 1em;
	}
	.banner-bottom-slider-left,.offered-services-grid,.services-grid,.banner-bottom-slider-right,.about-grid1-grid,{
		padding:0;
	}
	.services-grid h5 a {
		font-size: 1.2em;
	}
	.banner-bottom-slider-right1 p span {
		font-size: 1.2em;
	}
	.footer-grid {
		width: 100%;
	}
	.about-grid img {
		width: 100%;
	}
	.about-grid-pos p {
		font-size: 1em;
	}
	.about-grid-pos:after {
		background: url(../images/2.png) no-repeat -0px 0px;
		background-size: 97%;
		width: 300px;
	}
	button#showRightPush img {
		width: 80%;
		margin: .3em 0 0;
	}
	.social-icons {
		padding: 2em 0 0;
	}
}