/*
Theme Name: Jadwet Theme 1.3
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Androsk
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body{ background-color:#ebebeb;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
.wrap{
	width:80%;
	margin:0 auto;
}
.top-hader{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
background: #ffd65e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-8 */

	padding: 0px;  border-bottom: 2px solid #fff;
}
.top-header-left{
	float:left;
}
.top-header-left p,.top-header-right p{
	color:#fff;
	font-size:14px;
	font-family: 'Merriweather Sans', sans-serif;
}
.top-header-left p span,.top-header-right p span {
    color: #000;
}
.top-header-right{
	float:right;
}
.top-header-right input[type="text"]{ width:200px; background:#FC3; border:1px solid #fff; border-radius:10px; padding:5px;}
.top-header-right input[type="button"]{ width:auto; background:#444242; border:none; border-radius:10px; padding:5px; color:#fff;}
.top-header-right p a{
	color:#fff;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.top-header-right p a:hover{
	color:#222;
}
/*----main-header----*/
.main-header{
	/*--background:#453F41;--*/ background:url(images/random_grey_variations.png);
	padding: 2px 0px 6px 0px;
}
.logo{
	float:left; text-align:center; width:100%;
}
.top-nav{
	float:right;
	margin-top: 15.5px;text-align:center; width:100%;
}
.top-nav ul li{
	display:inline-block;border-right: 1px solid #fec419; position:relative;
	
}
.top-nav ul li:last-child{ border:none;}
.top-nav ul li a{
	color:#fff;
	font-size:0.8em;
	font-family: 'Merriweather Sans', sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 0px 20px;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.top-nav ul li a:hover{
	color:#ff0060;
}
.top-nav ul li:hover .sub-menu{ display:block;}
.top-nav ul li .sub-menu{ width:200px; margin: auto; position: absolute; left:-50%; right:-50%; background:rgba( 0,0,0,0.7); z-index:999999; display:none;}
.top-nav ul li .sub-menu li{ border-bottom:1px solid #000; border-right:none; width:100%;}
.top-nav ul li .sub-menu li a{ display:block; padding:10px 0;    font-size: 11px;}


#inner-banner{ padding:0; margin:10px 0 20px; border: 7px double #ccc;max-height:284px;overflow: hidden; float:left; width:100%;/*--background: #263242--*/ }
#inner-banner img{width:100%;/*--max-height: 196px;--*/ }
.inner-content{text-align: justify;min-height: 200px;}
/*---content---*/
.grid{
	text-align:center;
	width:22%;
	float:left;
	padding-right:3%;
}
.grid img{
	border-radius:50%;
	border: 10px solid rgb(255, 255, 255);
	cursor:pointer;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	box-shadow: 0px 0px 10px rgb(221, 221, 221);
}
.grid h4,.projects h4,.about-left h4,.about-left h5,.about-right h4,.services h4{
	color:#453F41;
	font-size:1.3em;
	font-family: 'Merriweather Sans', sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 25px 0px 15px 0px;
}
.grid img:hover{
	border: 10px solid rgb(255, 255, 255);
}

.grid p{
font-family: 'Merriweather Sans', sans-serif;
	font-size: 0.8em;
	color:#666666;
	line-height:1.5em;
	text-align:left;
}
.grid a{
	background:#ff0060;
	
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 0.9em;
	padding:10px;

}
.grid a:hover{
background:#666666;
	
}

.grid:hover img{
	border: 10px solid #ff0060;
}
.grid:hover a{
	
}
.grids {
	padding-bottom: 61px;
	border-bottom: 1px ridge rgba(231, 231, 231, 0.41);
}
/*----project----*/
.project ul li{
	display:inline;
}
.project ul li a{
	float:right;
}
.project ul li p{
	float:left;
}
.project{
	width: 23.33%;
	border: 1px solid rgb(241, 241, 241);
	box-shadow: 0px 0px 10px rgb(235, 235, 235);
	float:left;
	margin: 0% 0% 3% 2%;
}
.project1{
	margin:0px;
}
.project img{
	cursor:pointer;
}
.project:hover img{
	opacity:0.8;
}
.projects h4{
	margin: 11px 0px 11px 0px;
}
.projects p,.projects a{
	color:#453F41;
	font-size:0.8em;
	font-family: 'Merriweather Sans', sans-serif;
	display: block;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.projects a:hover{
	color:#ff0060;
}
.projects ul{
	border-bottom: 1px ridge rgba(241, 241, 241, 0.53);
	padding: 8px;
}
.readmore a,.about-right a,.service1 a{
	background:#ff0060;
	color:#fff;
	padding:10px 12px;
	margin: 3px 0px;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.readmore a:hover,.about-right a:hover,.service1 a:hover{
	background:#453F41;
	color:#fff;	
}
.projects {
	float: left;
	width: 100%;
	display: block;
}
.content-sidebar{
	float:right;
}
.footer{
	/*--background: #453F41;--*/background:url(images/random_grey_variations.png);
	padding: 27px 0px;
}
.left-footer{
	float:left;
}
.right-footer{
	float:right;
}
.right-footer p{
	color:#fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 0.7em;
	margin-top: 11px;
}
.right-footer p a{
	color:#eee;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.right-footer p a:hover{
	color:#000;
}
/*---about---*/
.about-left{
	float:left;
	width: 75%;
}
.about-left h4{
	margin: 18px 0px 7px 0px;
}
.about-left h3{
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 0.8em;
	color:#453F41;
}
.about-left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin-bottom: 15px
}
.about-left h5{
	margin: 10px 0px 6px 0px;
	font-size:1em;
}
.about-right{
	float:right;
	width: 23.7%;
}
.about-right a,.service1 a{
	font-family: 'Merriweather Sans', sans-serif;
	font-size:0.8em;
	float: right;
}
.about-right img{
	cursor:pointer;
}
.about {
	padding-bottom: 20px;
}
/*---services----*/
.service1 h4{
	margin: 10px 0px 6px 0px;
	font-size: 1.1em;	
}
.service1 p{
	width:70%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	float:right;
}
.service1 img{
	float: left;
	width: 28.5%;
	cursor: pointer;
	background: #666;
	padding: 1px;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
.service1 img:hover{
	opacity:0.9;
	background:#ff0060;
}
.services,.about {
	padding-bottom: 15px;
	border-bottom: 1px ridge rgba(231, 231, 231, 0.41);
}
/*---contact----*/
/*---contact----*/
/*----contact----*/
.contact{
	margin-bottom: 104px;
}
.contact-form{
	float:left;
	width: 50%;
}
.contact-sidebar{
	float: right;
	width: 336px;
}
.map{
	padding-top: 30px;
	float: right;
	width: 47%;
}
.contact h3{
	color: #2C9BB6;
	font-size: 25px;
	text-transform: uppercase;
	padding: 0 0 12px 0;
}

.contact-form form span{
	display:block;
}
form span{
	font-size: 1em;
	padding-bottom:5px;
	color: #453F41;
	font-family: 'Merriweather Sans', sans-serif;
}
.contact-form form textarea,
.contact-form form input[type=submit],
.contact-form form input[type=text]{
	border: 1px solid rgb(221, 221, 221);
	padding: 7px;
	width: 100%;
	outline:none;
	color:#666;
	font-size:0.9em;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.map iframe{
	color: #5b5b5b;
	font-family: 'Merriweather Sans', sans-serif;
}	
.contact-form form input[type=submit]{
		 -moz-border-radius:3px;
		  -webkit-border-radius:3px; 
		  border-radius:3px; 
		  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  background:#0160A4 url(images/button-overlay.html) repeat-x; 
		  
		  color:#FFFFFF !important; 
		  cursor:pointer; 
		  display:inline-block; 
		  font-size:13px; 
		  font-weight:bold; 
		  line-height:1; 
		  overflow:visible; 
		  padding:10px 25px;
		  position:relative; 
		  text-decoration:none; 
		  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25); 
		  width:auto; 
		  text-align:center; 
}
.contact-form form input[type=submit] {
	background: #ff0060;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:0.75em;
}


.contact-form form input[type=submit]:hover{
	background: #453F41;
	color:#FF8400;
}

form textarea{
	height: 201px;
	color: #666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact h4{
	color: #453F41;
	font-size: 1.3em;
	font-family: 'Merriweather Sans', sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 25px 0px 15px 0px;
}
.contact p {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: rgb(150, 150, 150);
	margin-bottom: 17px;
}
/*----404-page---*/
.error-page{
	text-align:center;
	height: 523px;
	padding-top: 130px;
}
.error-page h3,.error-page h1{
		color: #453F41;
		font-size: 6em;
		font-family: 'Merriweather Sans', sans-serif;
	}
.error-page h1{
	font-size:12em;
}




/* outer wrapper */
#share-wrapper {
	margin-top: 30%;
	position:fixed;
	left: 0;
	z-index:800;
}

/* inner wrapper */
#share-wrapper ul.share-inner-wrp{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* the list */
#share-wrapper li.button-wrap {
	background: #E4EFF0;
	padding: 0px 0px 0px 10px;
	display: block;
	width: 140px;
	margin: 0px 0px 1px -117px;
}

/* share link */
#share-wrapper li.button-wrap > a {
	padding-right: 60px;
	height: 32px;
	display: block;
	line-height: 32px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* background image for each link */
#share-wrapper .facebook > a{
	background: url(buttons/facebook.jpg) no-repeat right;
}
#share-wrapper .twitter > a{
	background: url(buttons/twitter.jpg) no-repeat right;
}
#share-wrapper .digg > a{
	background: url(buttons/digg.jpg) no-repeat right;
}
.stumbleupon > a{
	background: url(buttons/stumbleupon.jpg) no-repeat right;
}
#share-wrapper .delicious > a{
	background: url(buttons/delicious.jpg) no-repeat right;
}
#share-wrapper .google > a{
	background: url(buttons/google.jpg) no-repeat right;
}
#share-wrapper .email > a{
	background: url(buttons/email.jpg) no-repeat right;
}

/* small screen */
@media all and (max-width: 699px) {
	#share-wrapper {
		bottom: 0;
		position: fixed;
		padding: 5px 5px 0px 5px;
		background: #EBEBEB;
		width: 100%;
		margin: 0px;
		-webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
		-o-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
		box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
	}
	#share-wrapper ul.share-inner-wrp {
		list-style: none;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		overflow: auto;
	}
	#share-wrapper li.button-wrap {
		display: inline-block;
		width: 32px!important;
		margin: 0px;
		padding: 0px;
		margin-left:0px!important;
	}
	#share-wrapper li.button-wrap > a {
		height: 32px;
		display: inline-block;
		text-indent: -10000px;
		width: 32px;
		padding-right: 0;
		float: left;
	}
}



.welcome{ text-align:center; font-family:"Merriweather Sans",sans-serif; color:#222; margin:20px 0 50px; }
.welcome h1{ font-size:30px; color:#222; margin:10px 0; text-transform:uppercase; color:#000;}
.welcome p{ font-size:14px; text-align: justify;}
.welcome h1 span{ color:#FF0060; font-weight:900;}
.welcome .readmore{ width:200px; margin:20px auto;}
.welcome .readmore a{ display:block;}


.bg2{ background:url(images/bg-for-parallax.jpg) no-repeat; background-attachment:fixed; min-height:200px; padding:60px 0 ; overflow:hidden;}

.box-1{background-color:rgba(255,255,255,0.5);font-family:"Merriweather Sans",sans-serif; padding:10px; height:250px; float:left; width:46%; border-radius:6px; color:#000; margin:1%; border:1px solid #fff;overflow: hidden;}
.box-1 p{color:#000; text-align: justify;}
.box-1 h4{color:#FEC620;}
.box-1 h5{color:#fff; font-weight:bold; border-bottom:1px solid #e1e1e1; padding-bottom:5px; margin-bottom:5px; float:left; width:100%;}
.box-1 h5 span{ float:right; color:#FEC315; font-size:12px; font-weight:100;}
marquee p{ margin-bottom:20px;}
.box-1 h6{ float:left; width:100%; margin-bottom:10px;}
.box-1 h6 a{  color:#FFF; font-size:12px;}




/**----------27-12-2016 souvik-------*/
.wrapper{ width:1000px; margin:0 auto;}
.image-slider-inner{ background:#841412; margin-top:5px; max-height:450px; position:relative; padding-bottom:50px; text-align:center;}
.image-slider-inner .innerlogo{ max-width:200px; text-align:center; border:5px solid #FFF; border-bottom-left-radius:10px;
 border-bottom-right-radius:10px; position:absolute; margin: auto; left:0; right:0; background:#fff; }
 
 .inner-search{ width:90%; margin:-40px auto 30px; background:#fff; box-shadow:0 0 5px #ccc; min-height:150px; position:relative; padding:0 10px 10px;}
 .search-heading { color:#ccc; font-style:italic;}
 .search-heading img{ float:left; margin-right:10px; margin-left:20px;}
  .search-heading h2{ font-size:25px; color:#000; font-style:normal;}
 .search-tab{ margin-bottom:10px; float:left; width:100%; }
 .search-tab ul{ float:right;}
 .search-tab ul li{ background:#ebebeb; padding:5px 10px;border-bottom-left-radius:10px;
 border-bottom-right-radius:10px; color:#9f8473; display:inline-block; }
 .search-tab ul li:hover{background:#9f8473; color:#fff;}
 
 .search-form .search-left{ float:left; width:90%;}
 .search-form input{ display:inline-block; width:161px; border:1px solid #ccc; margin-bottom:3px;height: 30px;
    padding: 5px}
.search-form input[type="submit"]{ background: #18428c none repeat scroll 0 0;
    float: right;
    height: 87px;
    padding: 31px 0;
    text-align: center;
    width: 90px; color:#fff; cursor:pointer;}
	 .search-form .date{ display:inline-block; width:100px; border:1px solid #ccc; margin-bottom:3px;height: 30px;
    padding: 5px}
.search-form select{ display:inline-block; width:150px; border:1px solid #ccc;height: 41px;
    padding: 5px}
.search-form textarea{ border: 1px solid #ccc;
    display: inline-block;font-size: 14px;
    height: 30px;
    padding: 5px;
    resize: none;
    width: 97%;}

.inner-heading { color:#ccc; font-style:italic;}
 .inner-heading img{ float:left; margin-right:10px; margin-left:20px;}
  .inner-heading h2{ font-size:25px; color:#000; font-style:normal;}


.inn-product{ background:#fff; padding:30px 0;float:left; width:100%; }
.inn-product-list{ margin:0; padding:0; list-style:none; text-align:center;}
.inn-product-list li{ padding:10px; border:1px solid #ccc; width:271px; height:404px; margin:20px; float:left;}
.inn-product-list li img{ width:100%; max-height:200px;}
.inn-product-list li ul{ margin:0; padding:0; list-style:none; width:100%; float:left;}
.inn-product-list li ul li{ width:auto; display:inline-block; border:none; height:auto; margin:0; float:none;  }
.inn-product-list li h4{border-bottom:1px solid #ccc; padding-bottom:10px;}
.inn-product-list p{ margin:20px 0; text-align: justify;}
.inn-product-list li ul li h5{ color:#ffba00;}
.inn-product-list li h6{ background:url(images/rs.jpg) no-repeat left 5px; color:#407ba6;border-bottom:1px solid #ccc; margin:0 auto;  max-width:100px; padding-bottom:10px; padding-left:20px;}

.testimonial{ background:#2c1710; padding:20px 0; min-height:150px; float:left; width:100%;}
.testimonial .testimonial-left { width:250px; float:left;}
.testimonial .testimonial-left img{ border-radius:50%; width:100px; height:100px; border:3px solid #ccc; float:left; margin-right:15px;}
.testimonial .testimonial-left h3{ color:#ffba4b; font-size:20px; margin-top:40px;} 
.testimonial .testimonial-left h5{ color:#ccc;}
.testimonial .testimonial-right{ width:700px; font-size:20px; float:right; color:#fff; border-left:2px solid #7b1412; min-height:100px; padding:20px 10px 10px; text-align:center;}

.blury-bg {
    background-image: url("images/blury-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
    padding: 80px 0;
    width: 100%; float:left;
}
.blury-bg .info-item {
    background-color: rgba(0, 0, 0, 0.4);
    height: 83px;width: 283px; margin:10px;
    padding: 15px; float:left;	
}

.blury-bg .info-item img{ float:left; margin-right:10px;}
.blury-bg h4 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-left: 95px;
    text-transform: capitalize;
}
.blury-bg .line-dec {
    background-color: #ffffff;
    height: 2px;
    margin: 13px 0 8px 95px;
    width: 30px;
}
.blury-bg span {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-left: 95px;
}

/*------responive-design--------*/
@media screen and (max-width: 1366px)	{
	.wrap{
		width:90%;
	}
}
@media screen and (max-width:1280px)	{
	.wrap{
		width:90%;
	}
	.grid img {
		width: 86%;
	}
	.project {
		width: 23.31%;	
	}
}
@media screen and (max-width:1024px)	{
	.wrap{
		width:90%;
	}
	.grid h4, .projects h4, .about-left h4, .about-left h5, .about-right h4, .services h4 {
		font-size: 1.11em;
	}
	.project {
		width: 23.25%;
	}
	.projects p, .projects a {
		font-size:0.7em;
	}
	.top-nav ul li a {
		padding: 0px 18px;
	}
	.contact {
		margin-bottom: 64px;
	}
}
@media screen and (max-width:800px){
	.wrap{
		width:90%;
	}
	.logo,.top-nav{
		float:none;
		text-align:center;
	}
	.top-nav ul li a {
		padding: 0px 12px;
	}
	.projects p, .projects a {
		font-size: 0.6em;
	}
	.project {
		width: 23.21%;
	}
	.readmore a, .about-right a, .service1 a {
		padding: 8px 10px;
	}
	.contact-form form textarea, .contact-form form input[type=text] {
		width: 96%;
	}
}
@media screen and (max-width:640px){
	.wrap{
		width:90%;
	}
	.grid img {
		width: 80%;
	}
	.project {
		width: 23.12%;
	}
	.project ul li p,.project ul li a {
		float:none;
		font-size:0.7em;
	}
	.readmore a{
		text-align:center;
	}
	.grid h4, .projects h4, .about-left h4, .about-left h5, .about-right h4, .services h4 {
		font-size: 1em;
	}
	.map{
		display:none;
	}
	.contact-form{
		width:100%;
	}
}
.fix-head {
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}

.rslides_nav{
    margin-top:-19.5px !important;
}
.col.span_3_of_3{
    position:relative;
}