@font-face {
    font-family: 'Montserrat-Regular';
    src:url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Oxygen-Regular';
    src:url(../fonts/Oxygen-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src:url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo-SemiBold';
    src:url(../fonts/Exo-SemiBold.ttf) format('truetype');
}
html,body{
	background:#fff;
	font-size: 100%;
	font-family: 'Oxygen-Regular';
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}
/*----*/

.tst_txt {width: 33.33%; float: left; font-size:1.1em; text-align: center; font-weight:600; padding:0 0.5em;}
.tst_grip {margin: 0 auto; width: 100%; padding:1em 0 2em 0}
.logo {
  float: left;
}
.top-nav{
	float:right;
	margin-top: 3px;
}
.top_fix {height: 85px;}

.navbar__left {height: 82px; display: table; float: right;}

/*--header--*/

.logo h1{
	font-size:2em;
	text-align: center;
    margin: 0em 0 0;
    font-family: 'Montserrat-Regular';
}
.logo h1 a{
	text-decoration: none;
	color:#fff;
}
.nav-icon {
  float: right;
  padding: 0 0 0 0.5em;
}

/*--//header--*/
/*--content--*/
 /*----*/
.content-grid h3{color: #fff;}
.content-grid h3:after,.content-grid h3:before{
	width: 100px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#fff;
	margin: 0 1%;
}
.content-grid p{color:#fff; padding-bottom:1.5em; font-size:1.2em;}


.content-grid{
	background: url(../images/back1.jpg);
	width:100%;
	/*min-height: 500px;*/
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
/*--contact--*/
.content-grid p{color:#fff; padding-bottom:1.5em; font-size:1em;}
.content-grid ul{
	position: relative;
	display: inline-table;
	padding:0 20px;
	margin:0;
	
}
.content-grid ul li{
	list-style: inside inside disc;
  line-height: 1.8em;
  position: relative;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 2px 0;
}

/*--contact--*/
/*--services--*/
.service-top h3{color: #000;}
.service-top h3:after,.service-top h3:before{
	width: 100px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#000;
	margin: 0 1%;
}
.service-top p{
	color: #333;
  	font-size: 0.9em;
  	line-height: 2em;
  	text-align:center;
}
.service-top {
  	padding: 0em 0 2em;
}
.ser-top{
	float:right;
	width:82%;
}
.ser-top h4{
	font-size: 1.2em;
	/*text-transform: uppercase;*/
	font-family: 'Montserrat-Regular';
	color:#00508f ;
}
.ser-top p{
	color:#333;
	font-size: 0.9em;
	/*line-height:2em;*/
	margin:0.5em 0 0em;
}
.ser-grid{
	float:left;
}
.ser-grid img{width:65px;}
.services-grid {
  	margin: 0em 0 1em;
}
.career-grid {
  	margin: 0em 0 1em;
}
/*--middle--*/
.content-middle {
  background: url(../images/ab.jpg) no-repeat center;
  width: 100%;
  min-height: 250px;
  display: block;
  background-size: cover; 
}
.mid-content{
	background:#333;
	padding:2em;
	width:42%;
	margin:2em auto 0;
	float:right;
}
.mid-content h3{
	text-transform:uppercase;
	font-size:2.7em;
	font-family: 'Montserrat-Regular';
	color:#fff;	
}
.mid-content p{
	font-size: 0.9em;
  	margin: 0.5em 0 0em;
  	line-height:2em;
  	color:#fff;
}
a.more-in{
	text-decoration: none;
	font-size: 0.9em;
	border: 1px solid #fff;
	color:#fff;
	padding: 0.3em 0.7em;
	display:inline-block;
	margin: 1em 0 0;
}
/*--//middle--*/
/*--Testimonials--*/
.content-bottom h3{
	text-align:center;
	color: #000;
  	font-size: 2.5em;
  	/*padding: 0 0 0.3em;*/
  	font-family: 'Montserrat-Regular';
}
.content-bottom h3:after,.content-bottom h3:before{
	width: 100px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#000;
	  margin: 0 1%;
}
 p.para-in{
	color:#333;
	font-size:1em;
	width: 90%;
	line-height: 1.6em;
}
i.dolor{
	background:url(../images/arr.png) no-repeat 0px 0px;
	width:400px;
	min-height:52px;
	display:block;
	margin: 0 0em 0 2em;
}
.men-grid {
	/*position: absolute;
	top: 69%;
  	right: 15%;*/
}
.bottom-in {
	padding: 2em 0 2em;
	position: relative;
}
.bottom-in img {
	border-radius:100px;
	width:130px;
	border:1px solid #999;
}
.men-top{
	float:left;
}
.men{
	float:left;
	padding: 1em 0 0 1em;
}
.men span {
	color:#00508f;
	font-size: 1.8em;
	font-family: 'Montserrat-Regular';
}
.men p{
	color: #f16300;
	font-size: 1em;
}
.name-on {
	/*padding-top: 8em;*/
}
.content-bottom {
  	padding: 2em 0;
}
.live_imp{height: 40px;}
.live_imp img{border-radius: 0; height: 35px; margin:0 auto 20px! important; color:#a3a3a3; width:auto; border:none;}
.tst_img img{border-radius: 0; height: 30px; margin-top: 10px; color:#a3a3a3; width:auto; border:none;}
.tst_img p{color:#a3a3a3; font-size: 0.9em;}
/*--//Testimonials--*/
/*--Akmin's Clients--*/
.content-bottom1 ul li{
	display:inline-block;
	float:left;
  	width:25%;
  	margin: 0 auto;
}
.content-bottom1 {
  padding: 3em 0;
    background-color: #bbb;
}
.content-bottom1 h3{
	text-align:center;
	color: #000;
  font-size: 2.5em;
  padding: 0 0 0.5em;
font-family: 'Montserrat-Regular';
}
.content-bottom1 h3:after,.content-bottom1 h3:before{
	width: 100px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#000;
	margin: 0 1%;
}
.content-bottom1 ul{
	/*width:75%;*/
	margin: 0 auto 0;
	padding:1em 0;
}
.content-bottom1 ul li img{
	margin: 0 auto;
}

.masthead__navbar{border-bottom:4px solid #00315e;}

/*--Akmin's Awards--*/
.content-bottom2 ul li{
	display:inline-block;
	float:left;
  	width:25%;
  	margin: 0 auto;
	padding:0 2%;
	cursor:pointer;
}


.content-bottom2, .services, .content-grid {padding: 2em 0;}

.content-bottom2 h3{color: #000;}
.content-bottom2 h3, .content-grid h3, .service-top h3{
	text-align:center;
  font-size: 2.3em;
  padding: 0 0 0.3em;
font-family: 'Montserrat-Regular';
}

.content-bottom2 h3:after,.content-bottom2 h3:before{
	width: 100px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#000;
	margin: 0 1%;
}
.content-bottom2 ul{
	/*width:75%;*/
	margin: 0 auto 0;
	padding:1em 0;
}
.content-bottom2 ul li img{
	margin: 0 auto;
}

.clients-grids ul{
	/*width:75%;*/
	margin: 0 auto 0;
	padding:0;
}
.clients-grids ul li{
	display:inline-block;
  	width:100%;
  	margin: 0 auto;
	padding:0 2%;
	top:auto;
	font-size: 22px; margin-bottom:40px; text-align: center; cursor: default; color:#ff0000;
}

/*--Challenge--*/
.content-bottom3 {
  padding: 3em 0;
    background-color: #fff;
}
.content-bottom3 h3{
	text-align:center;
	color: #000;
  font-size: 2.3em;
  padding: 0 0 0.3em;
font-family: 'Montserrat-Regular';
}
.content-bottom3 h3:after,.content-bottom3 h3:before{
	width: 100px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#000;
	margin: 0 1%;
}
.content-bottom3 ul{
	margin: 0 auto 0;
	padding:0 0 1em 0;
}
.content-bottom3 ul li{
	 list-style: initial;
    margin: 0 0 10px 10px;
}
.content-bottom3 ul li img{
	margin: 0 auto;
}
.content-bottom3 p{color:#333; padding-bottom:1.5em; font-size:1em; line-height:1.8em;}

/*--Challenge--*/

/*-- Solution--*/

.content-bottom4 {
  padding: 3em 0;
	background: url(../images/back1.jpg);
	width:100%;
	/*min-height: 500px;*/
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}
.content-bottom4 h3{
	text-align:center;
	color: #fff;
  font-size: 2.3em;
  padding: 0 0 0.3em;
font-family: 'Montserrat-Regular';
}
.content-bottom4 h3:after,.content-bottom4 h3:before{
	width: 100px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	margin: 0 1%;
	background:#fff;
}
.content-bottom4 ul{
	margin: 0 auto 0;
	padding:0 0 1em 0;
}
.content-bottom4 ul li{
    margin: 20px 10px;
	color:#fff;
	list-style:initial;
	line-height:1.8em;
}
.content-bottom4 ul li img{
	margin: 0 auto;
}
.content-bottom4 p{color:#fff; padding-bottom:1.5em; font-size:1em; line-height:1.8em;}

/*-- Solution--*/


/*--footer--*/
.footer{
	background:#141414;
}
.amet-sed h4{
	font-size: 1.5em;
  	color: #fff;
	margin: 0 0 0.7em;
	font-family: 'Montserrat-Regular';
}
.footer-top-at {
  	padding: 5em 0;
}
 ul.nav-bottom li{
	list-style:none;
}
ul.nav-bottom li  a{
	text-decoration:none;
	color:#989696;
	font-size:0.8em;
	display: inline-block;
	margin: 0.5em 0;
}
ul.nav-bottom li  a:hover{
	color:#00508f;
}
.amet-sed p{
	color:#989696;
	font-size: 0.9em;
	margin: 0.5em 0 0;
}
.footer-class  p{
	color:#fff;
	font-size:0.9em;
}
.footer-class  p a{
	color:#00508f;
	text-decoration:none;
}
.footer-class  p a:hover{
	color:#fff;
}
.footer-bottom{
	padding: 1.5em 0;
  	background:#000;
	color:#aaa;
}
.footer-class {
  text-align: right;
}
.footer-logo h2{
	font-size: 2em;
  	font-family: 'Montserrat-Regular';
}
.footer-logo h2 a{
	color:#fff;
	text-decoration: none;
}
ul.social{
 	padding: 0;
}
ul.social li{
	display:inline-block;
}
ul.social  li i{
	width: 16px;
	height: 16px;
	background: url(../images/img-sprite.png) no-repeat 2px -2px ;
	display: block;
	margin: 0 5px;
}
ul.social  li i.gmail{
	background-position: -21px -3px;
}
ul.social  li i.twitter{
	background-position: -46px -5px;
}
ul.social  li i.camera{
	background-position: -73px -5px;
}
ul.social  li i.dribble{
	background-position: -102px -5px;
}
/*--//footer--*/
ul.social  li i:hover{
transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
  -o-transform: rotatey(360deg);
  -ms-transform: rotatey(360deg);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
/*--top-city--*/
.top-grid  h3 {
 	 font-size: 3em;
  	color: #000;
  	margin:0 0 0.4em;
	font-family: 'Montserrat-Regular';
  	text-align: center;
}
.top-grid h3:after,.top-grid h3:before {
  	width: 100px;
  	height: 1px;
 	 display: inline-block;
 	 vertical-align: middle;
 	 content: "";
 	 background: #000;
 	 margin: 0 1%;
}
.grid1 {
  padding: 2em 0 0;
}
.top-grid {
  padding: 0 0 5em;
}
/*----*/
.future h3 {
  font-size: 3em;
  color: #000;
  margin: 0 0 1em;
font-family: 'Montserrat-Regular';
  text-align: center;
}
.future h3:after,.future h3:before {
  width: 100px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
  margin: 0 1%;
}
.project-fur{
	border: 1px solid #CACACA;
	margin: 0 15px;
}
.fur{
	padding: 1em 0em;
}
.fur1{
	padding: 0 1.5em 1em;
}
.fur1 span{
	font-size: 0.8em;
	color:#000;
	display: block;
	line-height: 1.5em;
	padding: 0.2em 0;
}
span.fur-money{
	color:#000;
}
.fur1 h6{
	color:#00508f;
	font-size: 1em;
	font-family: 'Montserrat-Regular';
	margin: 0.3em 0;
}
.fur1 h6 a{
	color:#00508f;
	text-decoration: none;
}
.fur1 h6 a:hover{
	color:#000;
}
.fur2{
	border-top:1px dotted  #CACACA ;
	padding: 1em 1.5em 0em;
}
.fur2 span{
	font-size: 0.8em;
	color:#000;
	display: block;
	line-height: 1.5em;
	text-align: center;
}
.future {
  padding: 5em 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;	
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:32px;
	height:32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -130px 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -153px 0px ;
}
/*--//--*/
/*--carrer--*/
.career{
	padding: 2em 0;
}
.career h3 {
  text-align: center;
  color: #000;
  font-size: 2.5em;
  font-family: 'Montserrat-Regular';
  margin: 0 0 1em;
}
.career h3:after, .career h3:before {
  width: 100px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
  margin: 0 1%;
}
.career p {
  color: #000;
  font-size: 0.9em;
  line-height:1.6em;
  padding-bottom:1em;
}
.career h4 {
  font-size: 1.3em;
  color: #00508f;
  margin: 0.5em 0;
  font-family: 'Oxygen-Regular';
  line-height:1.2em;
  font-weight:600;
}
ul.career-start{
	padding: 0.1em 0 0.5em;
}
ul.career-start li {
  list-style: none;
}
ul.career-start li a {
  display: block;
  text-decoration: none;
  color: #a3a3a3;
  margin: 0.5em 0;
  font-size: 0.9em;
  line-height: 2em;
}
ul.career-start li a:hover {
  color: #00508f;
}
ul.career-start li a i {
  display: inline-block;
  border-radius: 100px;
  width: 6px;
  height: 6px;
  background: #000;
  vertical-align: middle;
  margin: 0 1% 0 0;
}
/*--//career--*/

/*--contact us--*/
.contact-grid{text-align:center; padding:0 30px;}
.contact-title {color: #000; font-family: "Montserrat-Regular"; font-size: 2em; margin: 0.5em 0 1em;  text-align: center; font-weight:600;}
.contact-head {color:#000; padding-bottom:0.5em; font-size:1em; font-weight:600;}
.contact-desc {color:#333; padding-bottom:1.5em; font-size:1em;}
.imgWrp img{
	border-radius:100px;
	border:2px solid #555;
	background-color:#666;
	padding: 25px;
    width: 120px;
}

/*--contact US--*/


.botnav_section {background-color:#bbb;}

/* slider */
/*-- Slider Part starts Here --*/
.da-slider{
	max-width: 1170px;
	min-height: 350px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	padding:25px 0;
}
.da-slide{
	/*position: absolute;
	top: 0px;
	text-align: center;
	left: 0px;*/
	width: 95%;
	height: 100%;
	font-family: 'Oxygen-Regular', 'Arial Narrow', Arial, sans-serif;
	margin:0 auto
}
.da-slide-current{
	z-index: 0;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 1%;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	/*left: 110%;*/
	opacity: 0;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 1%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 50%;
	opacity: 1;
}
.da-slide h2{
	color: #fff;
	font-size: 2.3em;
	width: 100%;
	/*white-space: nowrap;
	top:10%;*/
	z-index: 1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-weight: 700;
	text-shadow:1px 1px 2px #000;
	padding-top:20px;
}
.da-slide h2 p{font-size: 17px; padding: 5px 0 0 0; text-align: left; left:0! important;}
.da-slide h2 img{padding-left:10px;}
.da-slide p{
	width: 100%;
	color: #fff;
	font-size: 1.28em;
	/*line-height: 40px;
	top: 160px;
	height: 80px;
	font-style: italic;*/
	font-weight: 400;
	text-shadow:1px 2px 3px #000;
	text-align:left;
	position:relative;
}
.da-slide .da-img{
	float: right;
    left: 45%;
    opacity: 1;
    text-align: right;
}
.da-slide .da-img img{
	float: right;
    padding: 76px 5px 3px 0;
    width: 50%;
}
.da-slide .da-link{
	top: 270px; /*depends on p height*/
	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 8px solid rgba(255,255,255,0.8);
	padding: 2px 20px 0px;
	font-size: 18px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	background: rgba(255,255,255,0.2);
}
.da-slide .da-link:hover{
	background: rgba(255,255,255,0.3);
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	-moz-user-select: none;
	-webkit-user-select: none;
	padding:0;
	display:none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #00315e;
	margin: 0 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #fff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #fff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #fff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top, #fff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #309ad4;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	/*left: 5%;*/
	opacity: 1;
}
.da-slide-current .da-img{
	left: 45%;
	opacity: 1;
	/*float:left;
	margin-right:20px;
	max-height: 390px;
	overflow-y:hidden;*/
}

.da-txt {width:100%;}
.da-txt h1{font-size:35px; font-weight:bold; color:#f9a11b; text-shadow:1px 2px 3px #000; line-height:normal;}
.da-txt h2{font-size: 1.15em; font-weight: normal; line-height: 1.6em;  margin: 0;  position: relative;
    width: 90%; opacity:1; padding-top: 15px; text-shadow: 1px 1px 2px #000; z-index: 1; color:#fff;}
	
.slider_pts {margin:0; padding:26px 20px 0 ;}
.slider_pts ul{margin:0; padding:0}
.slider_pts ul li{ color:#fff; padding:5px 0; text-shadow:3px 2px 1px #333; font-size:1em; width:74%;}

/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 0%; opacity: 0; }
	1%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 0%; opacity: 0; }
	1%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 0%; opacity: 0; }
	1%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 0%; opacity: 0; }
	1%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 0%; opacity: 0; }
	1%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -0%; opacity: 0; }
	1%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -0%; opacity: 0; }
	1%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -0%; opacity: 0; }
	1%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -0%; opacity: 0; }
	1%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -0%; opacity: 0; }
	1%{ left: 5%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -0%; opacity: 0; }
	100%{ left: 5%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 5%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 5%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 5%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 5%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 5%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 5%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 5%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 5%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 5%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 5%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 5%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 5%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 5%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 5%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 5%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 5%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}


/*-- Slider part Ends Here --*/

/*-- Slider Part starts Here --*/
#slider3,#slider4  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 85%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 53px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#slider3-pager a,#slider4-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a {
  padding: 0;
}
#slider3-pager li, #slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  border: 0;
  float:right;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;  
}
.callbacks_tabs{
	display:none;
	list-style: none;
	position: absolute;
	top: 73%;
	z-index: 999;
	left: 46%;
	padding: 0;
	margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
top: 73%;
left:46%;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
.callbacks_tabs li{
	display: inline-block;
}
.banner{
	background: url(../images/banner.png) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*border-bottom:4px solid #00508f;*/
}
	
/* Aktempcss */

.navigation {
  border-radius: 5px 5px 0 0 ;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0; 
}
.menu{display:none;}
.navigation ul{
	padding:0;
	margin:0;
	}
.navigation ul li{
	display:inline-block;
	}
.navigation ul li a {
	color: #777;
	padding: 15px 10px;
	font-size: 14px;
	/*font-weight: 600;*/
	text-decoration: none;
	display: block;
	}
.navigation ul li a:hover{
	color:#fff;
	background:#333;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	border-radius: 10px;
	}
.navig_active{
	color:#fff! important;
	background:#333;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	border-radius: 10px;
	}
.top-nav ul ul {display: none; top:0; z-index:10; }
.top-nav ul li:hover > ul {display: block;}
.top-nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	margin:12px 0;
}
.top-nav ul:after {content: ""; clear: both; display: block;}
.top-nav ul li {
	/*float: left;*/
	padding:0;
}
.top-nav ul li:hover {}
.top-nav ul li:hover a {background: #333; color:#fff;}
	
.top-nav ul li a {
	display: block;
	text-decoration: none;
}
.top-nav ul ul {background: #333; border-radius: 0px; padding: 0; margin:0;
	position: absolute; top: 100%;
	width:228px;
}
.top-nav ul ul li {
	float: none; 
	position: relative;
	background:transparent;
	width:228px;
}
.top-nav ul ul li a {
	border-bottom: 1px solid #000;
	color: #fff;
	text-align:left;
	padding:10px 15px;
}	
.top-nav ul ul li a:hover {
	color: #fff;
	background: #66666a;
}
.top-nav ul ul li:hover a{background: #66666a;}
.top-nav ul ul ul {position: absolute; right: 100%; top:0; background: #66666a;}

.top-nav ul ul ul li a {
	border-bottom: 1px solid #000;
	color:#fff;
	padding:10px 15px;
	text-align:left;
}	
.top-nav ul ul ul li a:hover {
	color: #fff;
	background: #333;
}
.more_menu {right:0;}
.top-nav ul ul li a span {margin-top:5px;}


/* bottom navig
============================== */
/* All */
.botnav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.botnav ul:before,
.botnav ul:after {
  content: "";
  display: table;
}
.botnav ul:after {
  clear: both;
}
.botnav ul > li {
  float: left;
  position: relative;
  width:20%;
  text-align:left;
}
.botnav a {
  display: block;
  padding:10px 15px 10px 10px;
  line-height: 1.2em;
  color: #1f1f1f;
}
.botnav a span{
 width: 90%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	float:left;
	height:26px;
	font-size:0.9em;
}
.botnav ul ul li a span{
float:none;
white-space: normal;
}
.botnav a:hover {
  text-decoration: none;
	background: #333;
}
.botnav li ul {
  background: #333;
  color:#fff;
}
.botnav li ul li {
  width: 100%;
  
}
.botnav li ul a {
  border-bottom: 1px solid #000;
  padding:10px;
  
}
.botnav li ul a:hover {
  background: #66666a;
}

.botnav_sub ul li:hover {background-color:#333;}
.botnav_sub ul li:hover a {color: #fff;}
.botnav_sub ul > li:hover ul li {
  max-height: 150px;
}
.botnav_sub li ul {
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 1;
  color:#fff;
  width:100%;
}
.botnav_sub li ul li {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}
/*Aktempcss*/

.top-nav > ul > li > a .downarror {
    background-image: url("../images/marrow_nor.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	margin-left:5px;
}
.top-nav  > ul > li > a:hover .downarror {
    background-image: url("../images/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}
.top-nav ul li:hover .downarror {
    background-image: url("../images/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}

.top-nav ul ul li a .downarror {
    background-image: url("../images/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	float:right;
}
.top-nav ul ul li a:hover  .downarror {
    background-image: url("../images/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}

.botnav ul > li a .bot_uparror {
    background-image: url("../images/uparrow_nor.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	float:right;
	margin-top:4px;
}
.botnav  > ul > li > a:hover .bot_uparror {
    background-image: url("../images/uparrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	margin-top:4px;
}
.botnav_sub ul li:hover .bot_uparror {
    background-image: url("../images/uparrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	margin-top:4px;
}


.sign_btn {float:right;} 
.sign_btn ul {z-index:1; list-style:none;} 
.sign_btn li {float:left;}
.sign_btn li a{ margin:2px 10px 0 0; background: #eb4000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f16300, #e22700); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f16300, #e22700); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f16300, #e22700); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f16300, #e22700); /* Standard syntax */ color:#fff !important; padding:5px 40px !important; border-radius:0 0 8px 8px;cursor:pointer; width:auto !important; float:left;}
.sign_btn li a:hover{background: #eb4000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e22700, #f16300); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e22700, #f16300); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e22700, #f16300); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e22700, #f16300); /* Standard syntax */ transition: .5s all; 	-webkit-transition: .5s all;	-o-transition: .5s all;	-ms-transition: .5s all;	-moz-transition: .5s all; color:#fff;}

.getstart_btn {margin:35px 10px 0 0; 
background: #eb4000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f16300, #e22700); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f16300, #e22700); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f16300, #e22700); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f16300, #e22700); /* Standard syntax */

color:#fff; padding:0 15px; font-size:18px; text-transform: uppercase; border-radius:8px; cursor:pointer; float:left; font-style:normal; border: 1px solid #fff; font-family:"Open Sans",sans-serif;}

.getstart_btn{margin:35px 10px 0 0; 
background: #eb4000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f16300, #e22700); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f16300, #e22700); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f16300, #e22700); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f16300, #e22700); /* Standard syntax */
color:#fff; padding:0 15px; font-size:18px; text-transform: uppercase; border-radius:8px; cursor:pointer; float:left; font-style:normal; border: 1px solid #fff; font-family:"Open Sans",sans-serif;}


.getstart_btn:hover {background: #eb4000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e22700, #f16300); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e22700, #f16300); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e22700, #f16300); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e22700, #f16300); /* Standard syntax */ transition: .5s all; 	-webkit-transition: .5s all;	-o-transition: .5s all;	-ms-transition: .5s all;	-moz-transition: .5s all;}
	
.pricing_btn {margin:0;} 
.pricing_btn a{
background: #eb4000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f16300, #e22700); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f16300, #e22700); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f16300, #e22700); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f16300, #e22700); /* Standard syntax */
color:#fff; padding:10px 15px; font-size:18px; text-transform: uppercase; border-radius:8px; cursor:pointer; font-style:normal; border: 1px solid #fff; font-family:"Open Sans",sans-serif; margin:10px 0;} 

.pricing_btn a:hover{background: #eb4000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e22700, #f16300); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e22700, #f16300); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e22700, #f16300); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e22700, #f16300); /* Standard syntax */ transition: .5s all; 	-webkit-transition: .5s all;	-o-transition: .5s all;	-ms-transition: .5s all;	-moz-transition: .5s all; text-decoration:none;}

.payment_btn {
background: #eb4000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f16300, #e22700); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f16300, #e22700); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f16300, #e22700); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f16300, #e22700); /* Standard syntax */
color:#fff; padding:10px 15px; font-size:16px; border-radius:8px; cursor:pointer; font-style:normal; border: 1px solid #fff; font-family:"Open Sans",sans-serif; margin:10px 0;} 

.payment_btn:hover{background: #eb4000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e22700, #f16300); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e22700, #f16300); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e22700, #f16300); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e22700, #f16300); /* Standard syntax */ transition: .5s all; 	-webkit-transition: .5s all;	-o-transition: .5s all;	-ms-transition: .5s all;	-moz-transition: .5s all; text-decoration:none;}	
	
/*--specials exp_menu--*/
ul.exp_menu {list-style: none;}
ul.exp_menu ul {list-style: none; padding:0 0 30px; margin:0;}
.exp_menu > li > a {
  padding: 10px 35px 10px 15px;
  margin-bottom: 0.5em;
  width:100%;
  /*text-indent: 1em;
  font-weight:600;*/
  display: block;
  position: relative;
  color: #7;
  font-size: 0.9em;
  text-decoration: none;
  background: url(../images/icon1.png) #E5E5E5 no-repeat 98% 48%;
  color:#777;
}
.exp_menu ul li{
  line-height: 1.8em;
  display: block;
  position: relative;
  font-size: 0.9em;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  padding: 12px 30px;
}
.exp_menu ul li a {
  color: #666;
}
.bottom_brd {
  border-bottom:1px dashed #999;
  margin-bottom:15px;
}
.bottom_brd b{
  color:#f16300;
}
.cont_height{
  min-height:500px;
}
.tms_point {margin-bottom:25px;}
.tms_point ul{
	list-style: inside;
	position: relative;
	display: inline-table;
}
.tms_point ul li{
  line-height: 1.8em;
  position: relative;
  font-size:1em;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  padding: 2px 0;
}

.pricing_bold1 {line-height: 1.8em; position: relative; font-size: 1em; font-weight: 600;  color: #555;  text-decoration: none;  padding: 5px 0;}
.keywrd {line-height: 1.8em; position: relative; font-size: 1em; font-weight: 600;  color: #333;  text-decoration: none;  padding: 12px 0;}
.akheading {line-height: 1.8em; position: relative; font-size: 2.5em; font-weight: 600;  color: #333;  text-decoration: none;  padding: 12px 0 0 0;}
.pricing_small{line-height: 1.8em; position: relative; font-size: 1em; font-weight: 400;  color: #666;  text-decoration: none;}
.middle_text { color: #666; font-size: 0.9em;}

/*--//specials exp_menu--*/	

/* sitemap */
.stm_main ul {list-style: none; margin:0; padding:0;}
.stm_main ul li a {font-size:16px; width: 98%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float:left; color:#666;}
.stm_main ul ul li a {font-size:16px; font-weight:normal;}
.stm_main ul > li {display: inline-block; width: 100%; padding: 4px 0; margin-bottom: 15px;}
.stm_main ul > li > ul >li {color: red; padding: 5px 0; margin-bottom: 0px;}
.stm_main{
    -webkit-column-count:4;
    -moz-column-count:4;
    -ms-column-count:4;
    -o-column-count:4;
    column-count:4;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:4; padding:10px 30px;
}

/*--dealers--*/
.why_point {background-color:#ddd; border-radius:15px; padding:10px; margin-bottom:30px;}
.dealers {
  padding: 5em 0 ;
}
.dealers h3 {
  text-align: center;
  color: #000;
  font-size: 3em;
font-family: 'Montserrat-Regular';
}
.dealers h3:after, .dealers h3:before {
  width: 200px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
  margin: 0 1%;
}
.dealer h4 {
  	font-size: 1.8em;
 	color:#000;
  	font-family: 'Montserrat-Regular';
  	text-transform: uppercase;
}
.ser-grid span{
	  float: left;
  	font-size: 1.1em;
  	color: #fff;
  	border-radius: 100px;
  	width: 80px;
  	height: 80px;
  	text-align: center;
  	line-height: 1.5em;
	margin-top:5px;
	border:1px solid #999;
}
.ser-grid span img{max-width:100%;}
.dealer-grid-top h6{
	float: right;
	font-size: 1.1em;
  	color: #888;
  	width: 85%;
  	line-height: 1.3em;
  	font-family: 'Montserrat-Regular';
}
.dealer-grid-top h6 a{
  	color:#888;
  	text-decoration: none;
}
.dealer-grid-top h6 a:hover{
  	color: #000;
}
.dealer-grid1 {
  padding: 1em;
}

/*--//dealers--*/

.price_heading {font-weight:bold; text-align:center; padding:10px; color:#555;}
.price_celltxt {text-align:center; padding:5px; background:#fff; border:1px solid #bbb;}
.price_heading1 {font-weight:bold; text-align:left; padding:10px; color:#555;}
.price_celltxt1 {text-align:left; padding:5px; color:#555; font-weight:normal; font-size:0.9em;}
	
/*  Media Query - responsive */
@media screen and (max-width:1366px){
	
}

@media screen and (max-width:1280px){
	
}
@media screen and (max-width:1200px){	
.da-txt h1{font-size:30px;}
.da-txt h2{width: 90%;}	
.da-slider {min-height: 300px;}
.logo_sec img{height:65px;}
.navigation ul li a {padding: 15px 7px}
.top-nav ul {margin: 5px 0;}
}

@media screen and (max-width:1024px){
	.masthead__navbar {padding:8px 0;}
.logo_sec img{height:55px;}
.navigation ul li a {padding: 15px 7px}
.top-nav ul {margin: 0;}
}

@media screen and (max-width: 992px) {
	.logo_sec img{height:65px;}
	.navigation ul li a {padding: 10px 8px; color: #fff;}.sign_btn li {width:auto !important; margin-right:15px;}
	span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		padding: 18px 5px;
		}
.logo {float:left;}
.navigation {float:right;  background:transparent;}
.top-nav ul {background-color:#444;
}
.top-nav ul li {padding:5px 10px;}
.top-nav > ul > li > a .downarror {background-image: url("../images/sm_marrow_over.png"); height: 21px; width: 36px; float:right; right:0; position:absolute; margin:0 5px;}
.top-nav  > ul > li > a:hover .downarror {background-image: url("../images/sm_marrow_nor.png"); height: 21px; width: 36px;}
.top-nav ul li:hover .downarror {background-image: url("../images/sm_marrow_nor.png"); height: 21px; width: 36px;}
.top-nav ul ul li a .downarror {background-image: url("../images/sm_marrow_nor.png"); height: 21px; width: 36px; }
.top-nav ul ul li a:hover .downarror {height: 21px; width: 36px; background-image: url("../images/sm_marrow_nor.png");}
.top-nav ul ul {width:100%; display:block! important; margin-top:0; position:relative; background:transparent;}
.top-nav ul li {float: left; width:100%; }
.top-nav ul ul li {width:100%; margin:0; padding:0;}
.top-nav ul {padding-bottom:0; position:absolute; display: none; margin-top:10px;}
.top-nav ul ul ul {right:0; position: relative; background:transparent;}
.top-nav ul li:hover {color:#fff;}
.top-nav ul ul li a {color:#fff; border-bottom: 1px solid #333;  padding:10px 20px; text-align:left;}
.top-nav ul ul li a:hover {background:#66666a; color:#fff;}
.top-nav ul ul li:hover a {background:#66666a; color:#fff; }
.top-nav ul ul ul li a {background:#939e44; color:#fff; border-bottom: 1px solid #333;  padding:10px 40px; text-align:left;}
.top-nav ul ul ul li a:hover {background:#939e44; color:#fff;}
.top-nav ul li a {padding:10px 15px; text-align:left; margin:0 !important; border-bottom:1px solid #333;}
.top-nav > ul > li > a .downarror {float:right; height: 20px; width: 20px;}
.top-nav  > ul > li > a:hover .downarror {float:right; height: 20px; width: 20px;}
.top-nav > ul > li > a {}

.top-nav ul li:hover .downarror {height: 20px; width: 20px;}
.top-nav ul ul li a .downarror {height: 20px; width: 20px;}
.top-nav ul ul li a:hover  .downarror {height: 20px; width: 20px;}
.content_img{
  float: right;
    margin: 0 0 10px 10px;
    width: 50%;
}
.botnav ul > li {width:33%;}
.navigation { float: none;}
.top-nav ul ul li a span {margin-top:0px;}
/*.da-img img {display:none;}
.da-slider{
	min-height: 330px;
}*/

.getstart_btn {margin:20px 10px 0 0;}
.services-grid {margin:0;}
.service-top1 {padding:5px;}
.mid-content{width:65%;}

.career h3 {font-size: 2.3em;}
.career h3:after, .career h3:before {width: 50px;}
.nav-underlaycontainer {display:none;}
.da-slide .da-img img {width:50%;}

.da-txt h1{font-size:30px;}
.da-txt h2{font-size: 1.1em; width: 90%;}	
.da-slider {min-height: 300px;}
.da-slide .da-img img{padding: 160px 0px 3px 0; width: 54%;}



}

@media screen and (max-width: 769px) {
	.slider_pts ul li{width:100%;}
	.content-bottom2, .services, .content-grid {padding: 1.5em 0;}
	.tst_txt {width: 100%; float: none; padding: 0.5em 0;  font-size:1em; }
	.ser-top h4 {font-size: 1.1em;}
	
.banner1,.banner2,.banner3 {
  min-height: 390px;
}
.caption {
  position: absolute;
  top: 35%;
}
.buy-media {
  height: 104px;
  padding: 25px 10px;
}
.bottom-head a {
  height: 104px;
}
.banner-bottom-top {
  min-height: 81px;
}
.bottom-head a:hover .buy-media {
  height: 140px;
}
.content-grid h3,.service-top h3,.project h3,.content-bottom h3 ,.content-bottom1 h3,.content-bottom2 h3, .content-bottom3 h3, .content-bottom4 h3, .about-head h3, .choose-us h3,.content-events h3,.blog h3,.terms h3,.privacy h3,.contact h3,.login-right h3
,.career h3 ,.asked h3,.feedback h3,.home-loan h3,.bank-bottom1 h3,.loan-col h3,
.dealers h3,.top-grid h3,.future h3,h3.typo1{
  font-size: 2.2em;
}
.content-grid h3:after, .content-grid h3:before ,.service-top h3:after,
.service-top h3:before,.project h3:after, .project h3:before,.content-bottom h3:after
, .content-bottom h3:before,.content-bottom1 h3:after, .content-bottom1 h3:before,.content-bottom2 h3:after, .content-bottom3 h3:after, .content-bottom4 h3:after, .content-bottom2 h3:before, .content-bottom3 h3:before, .content-bottom4 h3:before,
.about-head h3:after, .about-head h3:before,.choose-us h3:after, .choose-us h3:before,
.content-events h3:after, .content-events h3:before,.blog h3:after, .blog h3:before,
.terms h3:after, .terms h3:before,.privacy h3:after, .privacy h3:before,.contact h3:after, 
.contact h3:before,.career h3:after, .career h3:before,.asked h3:after,.asked h3:before
,.feedback h3:after,.feedback h3:before,.home-loan h3:after,.home-loan h3:before,.bank-bottom1 h3:after,
.bank-bottom1 h3:before ,.loan-col h3:after, .loan-col h3:before ,.dealers h3:after, .dealers h3:before,
.top-grid h3:after, .top-grid h3:before,.future h3:after, .future h3:before,h3.typo1:after, h3.typo1:before{
  width: 40px;
}
.career-grid{
  margin: 0;
  padding:0 5px;
}
.mid-content{
	width:90%;
	margin:4em auto 0;
}
.mid-content h3 {
  	font-size: 2em;
}
.phone {
  	padding: 3em 0;
}
.phone-text h4 {
  	font-size: 2.5em;
}
.phone-text {
  	margin-top: 2em;
}
.project-grid {
  	width: 50%;
  	float: left;
    margin-bottom: 2em;
}
.project-grid img{
	width: 100%;
}
.project {
  	padding: 3em 0 2em;
}
p.para-in {
  	/*width: 78%;*/
    font-size: 1.1em;
}
.name-on {
  	padding-top: 0em;
}
.content-bottom {
  padding: 3em 0;
}
.content-bottom1 ul {
  	margin: 1em auto 0;
    width: 100%;
}
.content-bottom1 {
  padding: 3em 0;
}
.content-bottom2 ul {
  	margin: 1em auto 0;
    width: 100%;
}
.amet-sed {
  float: left;
  width: 50%;
}
.footer-logo {
  	float: left;
   	width: 30%;
    padding: 0;
}
.footer-class {
  float: left;
  padding: 1em 0;
}
.footer-top-at {
  padding: 3em 0;
}
.amet-sed h4 {
  margin: 0.5em 0;
}
/*--carrer--*/
.career{
	padding: 1.5em 0;
}
.premium {
  min-height: 330px;
}
	.sign_btn {float:left;}.sign_btn ul {position:relative;} .clrsign{display:none;}.sign_btn {display:none;}
	.content-bottom1 ul li, .content-bottom2 ul li  {width:50%; margin:0 auto; padding:20px;}
	.content-bottom1 ul , .content-bottom2 ul {padding:0;}
	
	
.exp_menu ul li{
padding:0 15px 25px;	
}
.cont_height{
  min-height:auto;
}

.stm_main{
    -webkit-column-count:2;
    -moz-column-count:2;
    -ms-column-count:2;
    -o-column-count:2;
    column-count:2;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:2;
}
.da-slide .da-img {display:none;}
.da-txt {margin-left:auto;}
.da-txt h1{font-size:27px;}
.da-txt h2{font-size: 1.1em; width: 100%;}

}

@media screen and (max-width:640px){
	
.banner1,.banner2,.banner3 {
  min-height: 340px;
}
.content-grid h3, .service-top h3, .project h3, .content-bottom h3, .content-bottom1 h3, .content-bottom2 h3, .content-bottom3 h3, .content-bottom4 h3, .about-head h3, .choose-us h3, .content-events h3,.blog h3 ,.terms h3,.privacy h3,.contact h3,
.login-right h3,.career h3 ,.asked h3,.feedback h3,.home-loan h3,.bank-bottom1 h3,.loan-col h3
,.dealers h3,.top-grid h3,.future h3,h3.typo1{
  font-size: 1.8em;
}
.content-grid h3:after, .content-grid h3:before, .service-top h3:after, 
.service-top h3:before, .project h3:after, .project h3:before, 
.content-bottom h3:after, .content-bottom h3:before, .content-bottom1 h3:after,
.content-bottom1 h3:before  , .content-bottom2 h3:after,
.content-bottom2 h3:before , .content-bottom3 h3:after,
.content-bottom3 h3:before , .content-bottom4 h3:after,
.content-bottom4 h3:before , .about-head h3:after, .about-head h3:before, 
.choose-us h3:after, .choose-us h3:before, 
.content-events h3:after, .content-events h3:before,.blog h3:after, .blog h3:before,.terms h3:after, 
.terms h3:before ,.privacy h3:after, .privacy h3:before,.contact h3:after, .contact h3:before,
.career h3:after, .career h3:before,.asked h3:after,.asked h3:before ,.feedback h3:after,.feedback h3:before
,.home-loan h3:after,.home-loan h3:before,.bank-bottom1 h3:after,.bank-bottom1 h3:before,
.loan-col h3:after, .loan-col h3:before ,.dealers h3:after, .dealers h3:before,.top-grid h3:after, 
.top-grid h3:before,.future h3:after, .future h3:before,h3.typo1:after, h3.typo1:before{
  width: 25px;
}
	
}

@media screen and (max-width: 480px) {
	.logo_sec img{height:55px;}
	.top_fix{height:60px;}
	span.menu {padding:10px 5px;}
.logo h1 {
  font-size: 1.7em;
}	
.top-nav {
  margin-top: 1px;
}
.banner1,.banner2,.banner3 {
  min-height: 280px;
}
.content-grid h3, .service-top h3, .project h3, .content-bottom h3, .content-bottom1 h3, .content-bottom2 h3 .content-bottom3 h3 .content-bottom4 h3, .about-head h3, .choose-us h3, .content-events h3,.blog h3,.terms h3 ,.privacy h3,.contact h3,
.login-right h3,.career h3,.asked h3,.feedback h3 ,.home-loan h3,.bank-bottom1 h3,.loan-col h3,
.dealers h3,.top-grid h3,.future h3,h3.typo1{
  font-size: 1.5em;
}
.content-grid h3:after, .content-grid h3:before, .service-top h3:after, 
.service-top h3:before, .project h3:after, .project h3:before, 
.content-bottom h3:after, .content-bottom h3:before, .content-bottom1 h3:after, 
.content-bottom1 h3:before , .content-bottom2 h3:after, 
.content-bottom2 h3:before, .content-bottom3 h3:after, 
.content-bottom3 h3:before, .content-bottom4 h3:after, 
.content-bottom4 h3:before, .about-head h3:after, .about-head h3:before, .choose-us h3:after, 
.choose-us h3:before, .content-events h3:after, .content-events h3:before ,
.blog h3:after, .blog h3:before,.terms h3:after, .terms h3:before,.privacy h3:after, .privacy h3:before,
.contact h3:after, .contact h3:before,.career h3:after, .career h3:before ,.asked h3:after,.asked h3:before
,.feedback h3:after,.feedback h3:before,.home-loan h3:after,.home-loan h3:before,.bank-bottom1 h3:after,
.bank-bottom1 h3:before ,.loan-col h3:after, .loan-col h3:before ,.dealers h3:after, 
.dealers h3:before,.top-grid h3:after, .top-grid h3:before,.future h3:after, .future h3:before
,h3.typo1:after, h3.typo1:before{
  width: 20px;
}
/*--career--*/
.career{
	padding: 1em 0;
}
.botnav ul > li {width:50%;}
.content_img{width: 100%;}

.getstart_btn {margin:20px 10px 0 0;}
.content-bottom1 ul li, .content-bottom2 ul li  {width:100%;}
.ser-top {width:65%;}
p.para-in {
  	width: 100%;
    font-size: 1em;
}
.men span {font-size: 1em;}
.men p {font-size: 0.7em;}

.stm_main{
    -webkit-column-count:1;
    -moz-column-count:1;
    -ms-column-count:1;
    -o-column-count:1;
    column-count:1;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:1;
}

.da-txt h1{font-size:24px;}
	
}

@media screen and (max-width: 320px) {
	
.container {
  padding-right: 10px;
  padding-left: 10px;
}
.logo h1 {
  font-size: 1.5em;
}
 .right-icons li a {
  font-size: 0.875em;
    margin: 0 0.1em;
}
.nav-icon {
  padding: 0px 0 0 0.1em;
}
ul.right-icons {
  margin-top: 1px;
}
.caption h3 {
  font-size: 1.6em;
}
.caption h3 span {
  border-bottom: 4px solid #00508f;
}
.caption p {
  font-size: 1.1em;
  padding: 0.1em 0 0;
}
.banner1,.banner2,.banner3 {
  min-height: 165px;
}
.caption {
  top: 26%;
}
.content-grid h3, .service-top h3, .project h3, .content-bottom h3, .content-bottom1 h3, .content-bottom2 h3 .content-bottom3 h3 .content-bottom4 h3, .about-head h3, .choose-us h3, .content-events h3,.blog h3,.terms h3 ,.privacy h3,.contact h3,
.login-right h3,.career h3,.feedback h3 ,.home-loan h3,.bank-bottom1 h3,.loan-col h3,
.dealers h3,.top-grid h3,.future h3,h3.typo1{
  font-size: 1.4em;
}
.terms h3:after, .terms h3:before,.feedback h3:after,
.feedback h3:before,.future h3:after, .future h3:before{
	width: 25px;
}
.career {
  padding: 1.5em 0;
}
.career h3 {
  margin: 0 0 0.5em;
}
.career p {
  font-size: 0.875em;
  line-height: 1.8em;
}
.career h4 {
  margin: 0.5em 0;
   font-size: 1.2em;
}
ul.career-start li a {
 line-height:1.8em;
  font-size: 0.875em;
}
.botnav ul > li {width:100%;}
	
}


.nav-underlaycontainer {background-color: #333;}

.fixed {
	position: fixed; 
	top: 0; 
	height: 80px; 
	z-index: 1;
	background-color: #333;
	padding:0;
	width:100%;
}

nav {
}

nav li {
	display: inline-block;
	padding: 24px 10px;
}

nav li a {
	color: #fff;
	border:none; 
	font-size: 1.2em;
    /*font-weight: bold;*/
    padding: 0 5px;
	font-family: "Montserrat-Regular";
}
nav li a:hover, nav li a:focus {
	color: #f16300;
	border:none;
	outline:none;
}



/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.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);
}
/*--//slider-up-arrow--*/