

/*
 *	Table of Contents:
 *
 *	1. Inits
 *	2. Landing
 *	3. Main Image
 *	4. Navigation
 *	5. Page Content
 *	6. Section
 *	7. About
 * 	8. Personal Info
 *	9. Servics
 *	10. The Process
 *	11. Testimonials
 *	12. Clients
 *	13. Counters
 *	14. Education - Employment
 *	15. Skills
 *	16. Portfolio
 *	17. Portfolio Single
 *	18. Contact
 *	19. Blog Posts
 *	20. Blog Post
 *	21. Footer
 *	22. Theme Colors
 *	23. Media Queries
 *
*/


/*
===============================================
			1. Inits
===============================================
*/

body{
	letter-spacing: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	background: #f5f5f5;
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	 background:url("../images/bg-new.png") no-repeat bottom center #cccccc; 
	 background-size: cover;
	
	
	
}
a{text-decoration:none;}
a:hover{text-decoration:none;}

html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6{
	display: block;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	letter-spacing: 4px;
	text-transform: normal;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
    word-break: break-word;
}

h1 {
	font-size: 45px;
}

h2{
	font-size: 33px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 12px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

img{
	border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

a{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

a:hover{
	color:;
}

a.facebook_bg:hover{
	background: #3B5999 !important;
	color: #ffffff !important;
}

a.wordpress_bg:hover{
	background: #0076A8 !important;
	color: #ffffff !important;
}

a.twitter_bg:hover{
	background: #00BAFF !important;
	color: #ffffff !important;
}

a.googleplus_bg:hover{
	background: #D94835 !important;
	color: #ffffff !important;
}

a.youtube_bg:hover{
	background: #C8302D !important;
	color: #ffffff !important;
}

a.github_bg:hover{
	background: #7197B0 !important;
	color: #ffffff !important;
}

a.dribbble_bg:hover{
	background: #E44D87 !important;
	color: #ffffff !important;
}

a.flickr_bg:hover{
	background: #0062DD !important;
	color: #ffffff !important;
}

a.tumblr_bg:hover{
	background: #35506B !important;
	color: #ffffff !important;
}

a.vk_bg:hover{
	background: #476C98 !important;
	color: #ffffff !important;
}

a.skype_bg:hover{
	background: #00A8E9 !important;
	color: #ffffff !important;
}

a.pinterest_bg:hover{
	background: #C7212D !important;
	color: #ffffff !important;
}

a.instagram_bg:hover{
	background: #BFB4A4 !important;
	color: #ffffff !important;
}

a.linkedin_bg:hover{
	background: #007BB6 !important;
	color: #ffffff !important;
}

a.facebook:hover{
	color: #3B5999;
}


a.wordpress:hover{
	color: #0076A8;
}

a.twitter:hover{
	color: #00BAFF;
}

a.googleplus:hover{
	color: #D94835;
}

a.youtube:hover{
	color: #C8302D;
}

a.github:hover{
	color: #7197B0;
}

a.dribbble:hover{
	color: #E44D87;
}

a.flickr:hover{
	color: #0062DD;
}

a.tumblr:hover{
	color: #35506B;
}

a.vk:hover{
	color: #476C98;
}

a.skype:hover{
	color: #00A8E9;
}

a.pinterest:hover{
	color: #C7212D;
}

a.instagram:hover{
	color: #BFB4A4;
}

a.linkedin:hover{
	color: #007BB6;
}

#loading_screen{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #ffffff;
	z-index: 500;
	/* -webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear; */
}

#loading_screen.hide{
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

#loading_screen img{
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.button{
	font-size: 14px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    border: 2px solid #333333;
    color: #333333 !important;
    text-decoration: none !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;margin-bottom:10px;
}

.button.small{
	padding: 5px 10px;
}

.button.large{
	padding: 15px 30px;
}

.button i{
	display: inline-block;
	margin-right: 10px;
}

.button.dark_bg_color{
	background: #333333;
	color: #ffffff !important;
}

.button.bg_color:hover{
	background: #66c9cf !important;
	color: #ffffff !important;
}

.button.bg_color,
.button.bg_color.active{
	border:2px solid transparent;
	color: #ffffff !important;
	margin-top:10px;
	border-radius:4px;
}

.button:hover,
.button.active{
	color: #ffffff !important;
	background: #333333;
	border:2px solid transparent;
}

.nomargin{
	margin: 0 !important;
}

.nopaddingtop{
	padding-top: 0 !important;
}

.paddingtop{
	padding-top: 50px;
}

.mb30{
	margin-bottom: 30px;
}

.mb50{
	margin-bottom: 50px;
}

.clear{
	clear: both;
}

.small_hor{
	display: block;
	margin: 15px 0;
	height: 1px;
	position: relative;
}

.small_hor:after{
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
	background: rgba(255,255,255,0.2);
	height: 1px;
	width: 50px;
	content: '';
}

.owl-theme.light .owl-dots .owl-dot span{
	background: rgba(255,255,255,0.5);
}

.owl-theme .owl-dots .owl-dot span{
	background:#bebebe;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span{
	background: #111111;
}

.owl-theme.light .owl-dots .owl-dot:hover span,
.owl-theme.light .owl-dots .owl-dot.active span{
	background: #ffffff;
}


.accordions{
}

.accordions .panel{
	border:none;
	box-shadow: none;
}

.accordions .panel .panel-heading{
	background: transparent;
	border:1px solid #dedede;
	border-radius: 0;
	padding: 15px;
}

.accordions .panel .panel-heading h4{
	font-weight: 300;
	margin-top: 0;
}

.accordions .panel .panel-body{
	border: none !important;
}

.accordions .panel .panel-heading a{
	color: #555555;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tabs .nav-tabs>li>a{
	border-radius: 0;
	color: #555555 !important;
}

.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:focus,
.tabs .nav-tabs>li.active>a:hover{
	border-color:#dedede;
	border-bottom-color: transparent;
}

.tabs .tab-content .tab-pane{
	padding: 15px;
}

.alert{
	border-radius: 0;
}

.scroll_to_top{
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #1d1d1d;
	color: #ffffff;
	font-size: 17px;
	text-align: center;

	
	z-index: -1;
	cursor: pointer;
	/* -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}



.scroll_to_top:hover{
	background: #000000;
}

#wrapper{
	display: table;
	width: 100%;
	height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow: hidden;

	/*background: url(../img/bg/bg.jpg) top center no-repeat fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	/* -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

#wrapper.visible{
	opacity: 1;
	visibility: visible;
	z-index: 55 !important;
}

/*
===============================================
			2. Landing
===============================================
*/

.landing{
	display: table-cell;
	vertical-align: middle;
}

.landing > .linner{
	z-index: 10;
	padding: 0;
	/* -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

.landing > .linner > div{
	padding: 0;
	overflow: hidden;
	z-index: 5555;
}

/*
===============================================
			3. Main Image
===============================================
*/

.main_image{
    /* height: 500px; */
    background-color: #e6a087;
   /*  background-attachment: fixed !important; */
    background-repeat: no-repeat !important;
    background-position: center center;
    /*background-position-x: -500px !important;*/
    background-size: 100% 100% !important;
    position: relative;
	/* background-image:url("../images/banner.png"); */
	overflow: hidden;
	display: table;
	/* -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

.main_image.page_active{
    background-position: left 0 !important;
}

.main_image:after{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.65);
	/* background:url("../images/background11.png") repeat;  */
	/* background:url("../images/background11.png") no-repeat; */
	 /* height: calc(100%);  */
	width: calc(100%);
	content: '';
	z-index: 5;
	
	/* -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

.main_image .inner{
	width: 100%;
	text-align: center;
	position: relative;
	color: #ffffff;
	z-index: 8;
	/* display: table-cell; */
	vertical-align: middle;
	padding-top:50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
/* 	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

.main_image .inner .name{
	font-size: 70px;
	margin-bottom: 20px;
}

.main_image .inner .vertical_line{
	margin: 30px auto;
}

.main_image .inner .description{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 32px;
    margin-top: 21px;
}

.main_image .social_icons{
	font-size: 0;
}

.main_image .social_icons a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
/* 	background: rgba(255,255,255,0.15);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

.main_image .social_icons a + a{
	margin-left: 15px;
}

/*
===============================================
			4. Navigation
===============================================
*/

.navigation,.m_navigation{
	    background: #66c9cf;
}

.navigation ul,.m_navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation ul li,.m_navigation ul li{
	display: table;
	width: calc(100% + 1px);
	position: relative;
}

.navigation ul li a,.m_navigation ul li a{
	display: inline-block;
	display: table-cell;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	height: 100%;
	    padding: 0 3px;
	vertical-align: middle;
	position: relative;
	/* -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

.navigation ul li + li a:before,.m_navigation li + li a:before{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: rgba(255,255,255,0.1);
	z-index: 1;
}

.navigation ul li a .text,.m_navigation ul li a .text{
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 12px;
	 -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; 
}

.navigation ul li.active a,.navigation ul li:hover a{color: #ffffff !important;}
.m_navigation ul li.active a,.m_navigation ul li:hover a{color: #ffffff !important;}

.navigation ul li a i,.m_navigation ul li a i{
	display: block;
	font-size: 25px;
	margin-bottom: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; 
}

.navigation ul li:hover a i,.navigation ul li.active a i, .m_navigation ul li:hover a i,.m_navigation ul li.active a i
{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.navigation ul li:hover a .text,.navigation ul li.active a .text,   .m_navigationul ul li:hover a .text,.m_navigationul ul li.active a .text
{
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

/*
===============================================
			5. Page Content
===============================================
*/

.page_content{
	position: absolute;
	right: -100%;
	top: 0;
	height: 100vh !important;
	z-index: -1;
	opacity: 0;
	padding: 0;
	visibility: hidden;
	overflow: auto;
	/* -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

.page_content .pinner{
	background: #ffffff;
	height: 100%;
	position: relative;
	overflow: auto;
}

.page_content.active{
	opacity: 1;
	visibility: visible;
	left: auto;
	right: -50%;
	top: 0;
	/* -webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0); */
}

.page_content .page{
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: auto;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	display: block;
/* 	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

.page_content .page.active{
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

.vertical_line{
	height: 70px;
	width: 1px;
	background: #888888;
	display: block;
	margin: 20px auto;
	margin-bottom: 0;
}

.vertical_line.v2{
	margin-bottom: 20px;
	margin-top: 0;
	height: 35px;
}

.page_title{
	position: relative;
	padding: 0px;
	text-align: center;
	margin: 20px;
	color: #00a9b0;
}

/*
===============================================
			6. Section
===============================================
*/



.section_title{
	text-align: center;
}

.section_title.bottom_border{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.section_title.bottom_border:after{
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
	height: 1px;
	width: 50px;
	background:#888888;
	content: '';
}

/*
===============================================
			7. About
===============================================
*/




.about_quote_image .inner{
	position: relative;
	z-index: 6;
	display: table-cell;
	vertical-align: middle;
}

.about_quote_image .quote{
	font-size: 20px;
	text-align: center;
}

.about_quote_image .icon{
	font-size: 30px;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.about_quote_image .source{
    text-align: center;
    font-size: 15px;
    color: #dedede;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

.about_me_description{
	text-align: justify;
	padding:0px 20px;
}

/*.about_me_description p{
    font-size: 18px;
    color: #999;
}*/

.about_me_description p strong{
	color: #111111;
}

.about_me_description p + p{
	margin-top: 15px;
}

/*
===============================================
			8. Personal Info
===============================================
*/

.section.personal_info{
	background: #f9f9f9;
}

.personal_info .item{
	padding: 10px 0;
	text-align: center;
}

.personal_info .item:nth-of-type(1),
.personal_info .item:nth-of-type(2),
.personal_info .item:nth-of-type(3){
	margin-bottom: 15px;
}

.personal_info .item h5{
	margin-bottom: 10px;
}

.personal_info .item .value{
	font-size: 14px;
	color: #666;
}

.about_buttons{
	text-align: center;
	margin-bottom: 50px;
	font-size: 0;
}

.about_buttons a + a{
	margin-left: 30px;
}

/*
===============================================
			9. Services
===============================================
*/

.services .item{
	text-align: center;
}

.services .item:nth-of-type(1),
.services .item:nth-of-type(2){
	margin-bottom: 0px;
}

.services .item i{
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #333333;
    border-radius: 100%;
}

.services .item h5{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services .item p{
	margin-bottom: 0;
}

/*
===============================================
			10. The Process
===============================================
*/

.section.the_process{
	background:#f9f9f9;
}

.the_process .item{
	text-align: center;
}

.the_process .item h3{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.the_process .item:hover h3{
	-webkit-transform: translateY(250%);
	-ms-transform: translateY(250%);
	transform: translateY(250%);
}

.the_process .item h5{
	font-weight: normal;
	padding-bottom: 10px;
	margin: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.the_process .item i{
	display: inline-block;
	margin-bottom: 30px;
	font-size: 50px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.the_process .item:hover i{
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

/*
===============================================
			11. Testimonials
===============================================
*/

.section.testimonials{
	background-image: url(../img/testimonials_bg.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 0;
}

.section.testimonials .vertical_line{
	background: #ffffff;
}

.section.testimonials:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2;
	content: '';
}

.section.testimonials .inner{
	padding: 50px;
	position: relative;
	z-index: 3;
}

.testimonials .item{
	text-align: center;
}

.testimonials .item .icon{
	margin-bottom: 25px;
}

.testimonials .item .icon i{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	border:1px solid #ffffff;
	display: inline-block;
	z-index: 5;
	font-size: 20px;
}

.testimonials .item .icon:before{
	position: absolute;
	left: 0;
	top: 25px;
	width: calc(50% - 25px);
	height: 1px;
	background: #ffffff;
	content: '';
}

.testimonials .item .icon:after{
	position: absolute;
	right: 0;
	top: 25px;
	width: calc(50% - 25px);
	height: 1px;
	background: #ffffff;
	content: '';
}

.testimonials .item .body{
	position: relative;
	z-index: 1;
	font-size: 20px;
	margin-bottom: 15px;
}

.testimonials .item .source{
	color: #dedede;
	font-size: 13px;
	letter-spacing: 2px;
}

/*
===============================================
			12. Clients
===============================================
*/

.clients .cell_row + .cell_row{
	border-top: 1px solid #dedede;
}

.clients .cell_row .item + .item{
	border-left: 1px solid #dedede;
}

.clients .item{
	text-align: center;
    padding: 20px;
    opacity: 0.55;
    overflow: hidden;
    display: block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.clients .item img{
	display: block;
	width: initial !important;
	width: auto !important;
	max-width: 100%;
	margin: auto;
	cursor: pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
  	-webkit-filter: grayscale(1);
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.clients .item:hover {
	opacity: 1;
}

.clients .item:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
}

/*
===============================================
			13. Counters
===============================================
*/

.section.counters{
	background: #1d1d1d;
	color: #ffffff;
	text-align: center;
}

.counters .item .num{
	margin-bottom: 15px;
}

.counters .item .title{
	margin-bottom: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

/*
===============================================
			14. Education - Employment
===============================================
*/

.edu_empl_items .item{
	text-align: center;
	/*padding: 30px;*/
  /*  	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

/*.edu_empl_items .item:hover{
	background: #f9f9f9;
}*/

/*.edu_empl_items .item + .item{
	border-top: 1px solid #ededed;
}*/

.edu_empl_items .item .title{
	text-transform: uppercase;
}

.edu_empl_items .item p{
	margin: 0;
	font-size: 14px;
}

.edu_empl_items .item .place,
.edu_empl_items .item .date{
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 2px;
	font-weight: bold;
}

.edu_empl_items .item .date{
	margin-bottom: 15px;
}

/*
===============================================
			15. Skills
===============================================
*/

.skills .skill{
	position: relative;
}

.skills .skill + .skill{
	margin-top: 30px;
}

.skills .skill h6{
	margin-bottom: 5px;
}

.skills .skill .bar{
	background: #ededed;
	height: 15px;
	position: relative;
}

.skills .skill .bar .inner{
	position: absolute;
	left: 0;
	top: 0;
	height: 15px;
	content: '';
}

.skills .skill .title{
	position: absolute;
	right: 0;
	top: -5px;
	content: '';
}

.trophies .trophy{
	text-align: center;
}

.trophies .trophy h5{
	line-height: 1.2;
}

.trophies .trophy i{
	display: inline-block;
	font-size: 35px;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	-webkit-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.trophies .trophy:hover i{
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.resume_actions{
	text-align: center;
	font-size: 0;
}

.resume_actions a + a{
	margin-left: 30px;
}

/*
===============================================
			16. Portfolio
===============================================
*/

.portfolio_filter{
    padding: 0 15px;
    margin: 0;
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}

.portfolio_filter li{
	display: inline-block;
}

.portfolio_filter li + li{
	margin-left: 15px;
}

.portfolio_grid{
	padding: 30px;
}

.portfolio_grid.cols-1 .grid_item{
	width: 100%;
}

.portfolio_grid.cols-2 .grid_item{
	width: 50%;
}

.portfolio_grid.cols-3 .grid_item{
	width: 33.33339%;
}

.portfolio_grid.cols-4 .grid_item{
	width: 25%;
}

.portfolio_grid .grid_item{
	position: relative;
	display: inline-block;
	float: left;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid .grid_item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.9);
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid .grid_item:not(.not_active):hover .overlay{
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

.portfolio_grid .grid_item .overlay .outer{
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.portfolio_grid .grid_item .overlay .outer .inner{
	display: table-cell;
	vertical-align: middle;	
}

.portfolio_grid .grid_item .overlay .outer .inner .vertical_line{
	margin-bottom: 15px;
}

.portfolio_grid .grid_item .overlay .outer .inner a{
	color: #dedede;
	text-decoration: none;
}

.portfolio_grid .grid_item .overlay .outer .inner a:hover{
	color: #ffffff !important;
}

.portfolio_grid .grid_item .overlay .outer .inner .title{
	margin-bottom: 15px;
	text-transform: uppercase;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
 /*   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

.portfolio_grid .grid_item:not(.not_active):hover .overlay .outer .inner .title{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.portfolio_grid .grid_item .overlay .outer .inner .category{
	margin-bottom: 0;
	font-size: 11px;
	color: #bebebe;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
 /*   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear; */
}

.portfolio_grid .grid_item:not(.not_active):hover .overlay .outer .inner .category{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.portfolio_grid .grid_item.not_active{
	opacity: 0.5;
	-webkit-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}

/*
===============================================
			17. Portfolio Single
===============================================
*/

.portfolio_grid:after,
.portfolio_single .images:after,
.portfolio_single .project_info:after,
.portfolio_single .similar_projects .items:after{
	content: '';
	clear: both;
    display: block;
}

.portfolio_single .images .col{
	padding: 0;
	position: relative;
}

.portfolio_single .images .top{
	position: relative;
}

.portfolio_single .images .overlay,
.portfolio_single .similar_projects .items .item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	text-align: center;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_single .images .top:hover .overlay,
.portfolio_single .images .col:hover .overlay,
.portfolio_single .similar_projects .items .item:hover .overlay{
	background: rgba(0,0,0,0.7);
}

.portfolio_single .images .top .overlay .title{
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% - 30px);
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.portfolio_single .project_info{
	padding-top: 50px;
}

.portfolio_single .project_info .col{
	padding: 0;
}

.portfolio_single .col .body{
	padding: 15px;
	padding-right: 30px;
	padding-left: 0;
}

.portfolio_single .col .body p{
	font-size: 14px;
}

.portfolio_single .info_items .item h6{
	margin-bottom: 10px;
}

.portfolio_single .info_items .item{
	margin-bottom: 20px;
}

.portfolio_single .similar_projects{
	margin-top: 30px;
}

.portfolio_single .similar_projects .items .item{
	padding: 0;
}

/*
===============================================
			18. Contact
===============================================
*/

#gmap{
	height: 800px;
	display: block;
	margin-top:0px;
}

.contact_page h4.title{
	text-align: center;
}

.contact_info .info .item + .item{
	margin-top: 30px;
}

.contact_info .info .item{
	text-align: center;
}

.contact_info .info .item i{
	font-size: 25px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border:1px solid #999999;
	color: #999999;
	border-radius: 100%;
	margin-bottom: 5px;
	display: inline-block;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_info .info .item:hover i{
	border:1px solid #111111;
	color: #111111;
}

.contact_info .info .item .text{
	font-size: 15px;
}

.contact_info .info .item .text a{
	color: #555555;
}

.contact_form .form input,
.contact_form .form textarea{
	padding:8px 10px;
	border:1px solid #bebebe;
	width: 100%;
	display: block;
	margin-bottom: 20px;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-top:0px;
	color:#000000!important;
	font-size:14px;
}

.contact_form .form textarea{
	height: 120px;
}

.contact_form .form input:hover,
.contact_form .form textarea:hover,
.contact_form .form input:focus,
.contact_form .form textarea:focus{
	border:1px solid #bebebe;
}

.contact_form .form button{
	background: transparent;
}

.contact_form .form .inputfield.contains_error{
	border:1px solid #ff0000;
}

.contact_form .messages{
	margin-top: 30px;
	padding: 15px;
	background: #f5f5f5;
	display: none;
}

.contact_form .messages.visible{
	/* display: block; */
}

/*
===============================================
			19. Blog Posts
===============================================
*/

.blog_posts:after{
	content: '';
	clear: both;
	display: block;
}

.blog_posts .post{
	display: block;
    position: relative;
	height: 300px;
}

.blog_posts .post + .post{
	margin-top: 50px;
}

.blog_posts .post .bg_image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.blog_posts .post .bg_image.image1{
	background-image: url(../img/blog/1.jpg);
}

.blog_posts .post .bg_image.image2{
	background-image: url(../img/blog/2.jpg);
}

.blog_posts .post .bg_image.image3{
	background-image: url(../img/blog/3.jpg);
}

.blog_posts .post .bg_image.image4{
	background-image: url(../img/blog/4.jpg);
}

.blog_posts .post .bg_image.image5{
	background-image: url(../img/blog/5.jpg);
}

.blog_posts .post .bg_image.image6{
	background-image: url(../img/blog/6.jpg);
}

.blog_posts .post .category{
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.blog_posts .post .meta{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.blog_posts .post .meta .sep{
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}

.blog_posts .post .meta i{
	display: inline-block;
	margin-right: 10px;
}

.blog_posts .post .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #ffffff;
	text-align: center;
	background: rgba(0,0,0,0.4);
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post:hover .overlay{
	background: rgba(0,0,0,0.9);
}

.blog_posts .post .overlay:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background: #000000;
	z-index: 2;
	content: '';
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post .overlay:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #000000;
	z-index: 2;
	content: '';
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post .overlay .actions{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 0 15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog_posts .post .overlay .title{
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height: 1.3;
	margin: 0;
	z-index: 5;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post .overlay .title a{
	color: #ffffff;
	text-decoration: none;
}

.load_more_posts{
	display: block;
	text-align: center;
}

/*
===============================================
			20. Blog Post
===============================================
*/

.blog_post .media.image{
	position: relative;
	height: 400px;
}

.blog_post .media.image .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.blog_post .media.image .overlay{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	color: #ffffff;
	display: table;
	text-align: center;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_post .media.image:hover .overlay{
	background: rgba(0,0,0,0.7);
}

.blog_post .media.image .overlay .inner{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.blog_post .media.image .image.image1{
	background-image: url(../img/blog/1.jpg);
}

.blog_post .media.image .image.image2{
	background-image: url(../img/blog/2.jpg);
}

.blog_post .media.image .image.image3{
	background-image: url(../img/blog/3.jpg);
}

.blog_post .media.image .image.image4{
	background-image: url(../img/blog/4.jpg);
}

.blog_post .media.image .image.image5{
	background-image: url(../img/blog/5.jpg);
}

.blog_post .media.image .image.image6{
	background-image: url(../img/blog/6.jpg);
}

.blog_post .media.image .overlay .category,
.blog_post .post_head .category{
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.blog_post .media.image .overlay .title a,
.blog_post .post_head .title a{
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}

.blog_post .media.quote{
	padding: 15px;
	background: #f5f5f5;
	text-align: center;
}

.blog_post .media.quote i{
	margin-bottom: 15px;
	display: inline-block;
	font-size: 25px;
}

.blog_post .media.quote .body{
	font-size: 20px;
}

.blog_post .media.quote .source{
	color: #999999;
	font-weight: bold;
	font-size: 15px;
}

.blog_post .media.slideshow .post_slideshow .item{
	position: relative;
}

.blog_post .post_head{
    margin: 50px 0;
	text-align: center;
}

.blog_post .post_head .title a{
	color: #333333;
}

.blog_post .social_icons{
	margin-top: 30px;
	text-align: center;
}

.blog_post .social_icons a{
	font-size: 30px;
	color: #555555;
	width: 60px;
	height:	60px;
	line-height: 60px;
	display: inline-block;
	border-radius: 100%;
	text-decoration: none;
}

.blog_post .social_icons a + a{
	margin-left: 15px;
}

.blog_post .meta{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.blog_post .meta .vertical_line{
	margin: 15px auto;
}

.blog_post .meta a{
	color: #888888;
	text-decoration: none;
}

.blog_post .meta a:hover{
	color: #111111;
}

.blog_post .meta i{
	display: inline-block;
	margin-right: 10px;
}

.blog_post .body{
	font-size: 15px;
}

.blog_post .body p,
.blog_post .body ul,
.blog_post .body ol,
.blog_post .body blockquote{
	margin-bottom: 30px;
}

.blog_post .body img{
	margin-bottom: 30px;
}


.blog_post #comments{
	text-align: left;
	margin: 40px 0;
}

.blog_post #comments > .title{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.blog_post #comments .comments_list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog_post #comments .comments_list .comment .comment_inner{
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #f4f4f4;
}

.blog_post #comments .comments_list .comment .comment_inner img{
	position: absolute;
	left: 0;
	top: 25px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.blog_post #comments .comments_list .comment .comment_inner .body{
	padding-left: 100px;
}

.blog_post #comments .comments_list .comment .comment_inner .body .name{
	margin-bottom: 5px;
}

.blog_post #comments .comments_list .comment .comment_inner .body .date{
	color: #999999;
	font-style: italic;
	margin-bottom: 10px;
}

.blog_post #comments .comments_list .comment .comment_inner .body .text{
	margin-bottom: 15px;
}

.blog_post #comments .comments_list .comment .children{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 100px;
}

.blog_post .comment_form{
	text-align: left;
}

.blog_post .comment_form .title{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.blog_post .comment_form .form .input{
	margin-bottom: 20px;
}

.blog_post .comment_form .form .input input,
.blog_post .comment_form .form .input textarea{
	padding: 10px;
	width: 100%;
	border: 1px solid #ededed;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_post .comment_form .form .input textarea{
	min-height: 150px;
}

.blog_post .comment_form .form .input input:hover,
.blog_post .comment_form .form .input textarea:hover,
.blog_post .comment_form .form .input input:focus,
.blog_post .comment_form .form .input textarea:focus{
	border:1px solid #111111;
}

body.mobile_view #wrapper{
	visibility: visible;
	opacity: 1;
	overflow: hidden;
	padding: 0px;
	display: block;
}

body.mobile_view .linner{
	margin: 0;
	padding: 0;
}

body.mobile_view .landing{
	display: block;
	vertical-align: inherit;
}

body.mobile_view .page_title{
	padding: 15px !important;
	padding-bottom: 15px !important;
	margin-bottom: 40px;
	font-size: 24px;
}

body.mobile_view .edu_empl_outer .vertical_line{
	margin-bottom: 0px;
}

body.mobile_view .section{
	padding: 40px 15px;
}

body.mobile_view .landing,
body.mobile_view .landing .linner{
	overflow: hidden;
}

body.mobile_view{
	overflow: auto;
	height: auto;
	width: auto;
	background-color:#cccccc ;
}



body.mobile_view .page_content{
	width: auto !important;
	height: auto !important;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	visibility: visible;
	overflow: hidden !important;
	opacity: 1;
	z-index: 1;
   /*  -webkit-transform: none;
    -ms-transform: none;
    transform: none; */
}

body.mobile_view .page_content .page{
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	visibility: visible;
	overflow: hidden !important;
	width: 100% !important;
	height: auto !important;
	opacity: 1;
	z-index: 2;
}

body.mobile_view .col-md-2,
body.mobile_view .col-md-3,
body.mobile_view .col-md-4,
body.mobile_view .col-md-6,
body.mobile_view .col-md-7,
body.mobile_view .col-md-8,
body.mobile_view .col-md-9,
body.mobile_view .col-md-10,
body.mobile_view .col-md-11,
body.mobile_view .col-md-12{
	width: 100% !important;
}

body.mobile_view .navigation ul li{
	height: auto !important;
}

body.mobile_view .navigation ul li a{
	padding: 25px 15px;
}

body.mobile_view .about_quote_image{
	padding: 50px 15px;
}

body.mobile_view .footer{
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	margin-top: 50px;
}

body.mobile_view .personal_info .item,
body.mobile_viewthe_process .item{
	margin-bottom: 30px !important;
}

body.mobile_view .services .item + .item,
body.mobile_view .counters .item + .item,
body.mobile_view .trophies .trophy + .trophy{
	margin-top: 30px;
}

body.mobile_view .clients .cell_row .item{
	border-left: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
}

body.mobile_view .clients .cell_row{
	border-top: 1px solid transparent !important;
}

body.mobile_view .contact_form{
	margin-top: 50px;
}

body.mobile_view .portfolio_filter{
	padding: 0 30px;
}

body.mobile_view .portfolio_filter li{
	display: block;
	margin-left: 0 !important;
}

body.mobile_view .portfolio_filter li + li{
	margin-top: 15px;
}

body.mobile_view .portfolio_filter li a{
	display: block;
}

body.mobile_view .contact_form button{
	display: block;
	width: 100%;
}

body.mobile_view .about_buttons a{
	display: block;
	width: 100%;
	margin-left: 0 !important;
}

body.mobile_view .about_buttons,
body.mobile_view .resume_actions{
	padding: 0 15px;
}

body.mobile_view .about_buttons a + a{
	margin-top: 15px;
}

body.mobile_view .resume_actions a{
	display: block;
	width: 100%;
	margin-left: 0 !important;
}

body.mobile_view .resume_actions a + a{
	margin-top: 15px;	
}

body.mobile_view .comment_form .form .actions a{
	display: block;
	width: 100%;
	text-align: center;
}

body.mobile_view .nav-tabs>li{
	display: block;
	width: 100%;
}

body.mobile_view .nav-tabs>li.active>a{
	border:1px solid #dedede !important;
}

body.mobile_view .main_image .inner{
	padding: 50px 15px;
}

body.mobile_view .section.testimonials .inner{
	padding: 40px 15px;
}

/*
===============================================
			21. Footer
===============================================
*/

.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 8;
	letter-spacing: 2px;
	padding: 20px;
	color: #dedede;
}

.footer a{
	color: #dedede !important;
}

.footer a:hover{
	color: #ffffff !important;
}

/* features page */

.features_page:after{
	display: block;
	content: '';
	clear: both;
}

.features_page h2,
.features_page h3,
.features_page h4,
.features_page h5,
.features_page h6{
	margin-top: 10px;
}

/*
===============================================
			22. Theme Colors
===============================================
*/

/* theme 1 */

body.theme1 .color,
body.theme1 a,
body.theme1 .about_quote_image .icon,
body.theme1 .services .item:hover {
	    color: #E27250;
	text-decoration:none;
	outline:none;
}



body.theme1 .blog_posts .post .overlay .title a:hover,
body.theme1 .blog_post .media.image .overlay .title a:hover,
body.theme1 .blog_post .post_head .title a:hover{
	color: #0087e0 !important;
}

.theme_configs .themes .theme1,
body.theme1 .navigation ul li.active a,
body.theme1 .navigation ul li:hover a,
body.theme1 .button:hover,
body.theme1 .button.active,
body.theme1 .vertical_line,
body.theme1 .main_image .social_icons a:hover,
body.theme1 .skills .skill .bar .inner,
body.theme1 .button.bg_color,
body.theme1 .button.bg_color.active,
body.theme1 .blog_posts .post:hover .overlay:before,
body.theme1 .blog_posts .post:hover .overlay:after{
	background: #00a9b0;
	font-size:16px;font-weight:bold;
}

body.theme1 .trophies .trophy i{
	border: 2px solid #0087e0;
}

/* theme 2 */

body.theme2 .color,
body.theme2 a,
body.theme2 .about_quote_image .icon,
body.theme2 .services .item:hover h5{
	color: #EF3F3D;
}

body.theme2 .blog_posts .post .overlay .title a:hover,
body.theme2 .blog_post .media.image .overlay .title a:hover,
body.theme2 .blog_post .post_head .title a:hover{
	color: #EF3F3D !important;
}

.theme_configs .themes .theme2,
body.theme2 .navigation ul li.active a,
body.theme2 .navigation ul li:hover a,
body.theme2 .button:hover,
body.theme2 .button.active,
body.theme2 .vertical_line,
body.theme2 .main_image .social_icons a:hover,
body.theme2 .skills .skill .bar .inner,
body.theme2 .button.bg_color,
body.theme2 .button.bg_color.active,
body.theme2 .blog_posts .post:hover .overlay:before,
body.theme2 .blog_posts .post:hover .overlay:after{
	background: #EF3F3D;
}

body.theme2 .trophies .trophy i{
	border: 2px solid #EF3F3D;
}

/* theme 3 */

body.theme3 .color,
body.theme3 a,
body.theme3 .about_quote_image .icon,
body.theme3 .services .item:hover h5{
	color: #A08600;
}

body.theme3 .blog_posts .post .overlay .title a:hover,
body.theme3 .blog_post .media.image .overlay .title a:hover,
body.theme3 .blog_post .post_head .title a:hover{
	color: #A08600 !important;
}

.theme_configs .themes .theme3,
body.theme3 .navigation ul li.active a,
body.theme3 .navigation ul li:hover a,
body.theme3 .button:hover,
body.theme3 .button.active,
body.theme3 .vertical_line,
body.theme3 .main_image .social_icons a:hover,
body.theme3 .skills .skill .bar .inner,
body.theme3 .button.bg_color,
body.theme3 .button.bg_color.active,
body.theme3 .blog_posts .post:hover .overlay:before,
body.theme3 .blog_posts .post:hover .overlay:after{
	background: #A08600;
}

body.theme3 .trophies .trophy i{
	border: 2px solid #A08600;
}

/* theme 4 */

body.theme4 .color,
body.theme4 a,
body.theme4 .about_quote_image .icon,
body.theme4 .services .item:hover h5{
	color: #0B7900;
}

body.theme4 .blog_posts .post .overlay .title a:hover,
body.theme4 .blog_post .media.image .overlay .title a:hover,
body.theme4 .blog_post .post_head .title a:hover{
	color: #0B7900 !important;
}

.theme_configs .themes .theme4,
body.theme4 .navigation ul li.active a,
body.theme4 .navigation ul li:hover a,
body.theme4 .button:hover,
body.theme4 .button.active,
body.theme4 .vertical_line,
body.theme4 .main_image .social_icons a:hover,
body.theme4 .skills .skill .bar .inner,
body.theme4 .button.bg_color,
body.theme4 .button.bg_color.active,
body.theme4 .blog_posts .post:hover .overlay:before,
body.theme4 .blog_posts .post:hover .overlay:after{
	background: #0B7900;
}

body.theme4 .trophies .trophy i{
	border: 2px solid #0B7900;
}

/* theme 5 */

body.theme5 .color,
body.theme5 a,
body.theme5 .about_quote_image .icon,
body.theme5 .services .item:hover h5{
	color: #7C2EAA;
}

body.theme5 .blog_posts .post .overlay .title a:hover,
body.theme5 .blog_post .media.image .overlay .title a:hover,
body.theme5 .blog_post .post_head .title a:hover{
	color: #7C2EAA !important;
}

.theme_configs .themes .theme5,
body.theme5 .navigation ul li.active a,
body.theme5 .navigation ul li:hover a,
body.theme5 .button:hover,
body.theme5 .button.active,
body.theme5 .vertical_line,
body.theme5 .main_image .social_icons a:hover,
body.theme5 .skills .skill .bar .inner,
body.theme5 .button.bg_color,
body.theme5 .button.bg_color.active,
body.theme5 .blog_posts .post:hover .overlay:before,
body.theme5 .blog_posts .post:hover .overlay:after{
	background: #7C2EAA;
}

body.theme5 .trophies .trophy i{
	border: 2px solid #7C2EAA;
}

/* theme 6 */

body.theme6 .color,
body.theme6 a,
body.theme6 .about_quote_image .icon,
body.theme6 .services .item:hover h5{
	color: #CE2F86;
}

body.theme6 .blog_posts .post .overlay .title a:hover,
body.theme6 .blog_post .media.image .overlay .title a:hover,
body.theme6 .blog_post .post_head .title a:hover{
	color: #CE2F86 !important;
}

.theme_configs .themes .theme6,
body.theme6 .navigation ul li.active a,
body.theme6 .navigation ul li:hover a,
body.theme6 .button:hover,
body.theme6 .button.active,
body.theme6 .vertical_line,
body.theme6 .main_image .social_icons a:hover,
body.theme6 .skills .skill .bar .inner,
body.theme6 .button.bg_color,
body.theme6 .button.bg_color.active,
body.theme6 .blog_posts .post:hover .overlay:before,
body.theme6 .blog_posts .post:hover .overlay:after{
	background: #CE2F86;
}

body.theme6 .trophies .trophy i{
	border: 2px solid #CE2F86;
}

/* theme 7 */

body.theme7 .color,
body.theme7 a,
body.theme7 .about_quote_image .icon,
body.theme7 .services .item:hover h5{
	color: #111111;
}

body.theme7 .blog_posts .post .overlay .title a:hover,
body.theme7 .blog_post .media.image .overlay .title a:hover,
body.theme7 .blog_post .post_head .title a:hover{
	color: #111111 !important;
}

.theme_configs .themes .theme7,
body.theme7 .navigation ul li.active a,
body.theme7 .navigation ul li:hover a,
body.theme7 .button:hover,
body.theme7 .button.active,
body.theme7 .vertical_line,
body.theme7 .main_image .social_icons a:hover,
body.theme7 .skills .skill .bar .inner,
body.theme7 .button.bg_color,
body.theme7 .button.bg_color.active,
body.theme7 .blog_posts .post:hover .overlay:before,
body.theme7 .blog_posts .post:hover .overlay:after{
	background: #111111;
}

body.theme7 .trophies .trophy i{
	border: 2px solid #111111;
}

/* theme 8 */

body.theme8 .color,
body.theme8 a,
body.theme8 .about_quote_image .icon,
body.theme8 .services .item:hover h5{
	color: #EF6309;
}

body.theme8 .blog_posts .post .overlay .title a:hover,
body.theme8 .blog_post .media.image .overlay .title a:hover,
body.theme8 .blog_post .post_head .title a:hover{
	color: #EF6309 !important;
}

.theme_configs .themes .theme8,
body.theme8 .navigation ul li.active a,
body.theme8 .navigation ul li:hover a,
body.theme8 .button:hover,
body.theme8 .button.active,
body.theme8 .vertical_line,
body.theme8 .main_image .social_icons a:hover,
body.theme8 .skills .skill .bar .inner,
body.theme8 .button.bg_color,
body.theme8 .button.bg_color.active,
body.theme8 .blog_posts .post:hover .overlay:before,
body.theme8 .blog_posts .post:hover .overlay:after{
	background: #EF6309;
}

body.theme8 .trophies .trophy i{
	border: 2px solid #EF6309;
}

/* theme 9 */

body.theme9 .color,
body.theme9 a,
body.theme9 .about_quote_image .icon,
body.theme9 .services .item:hover h5{
	color: #25A38A;
}

body.theme9 .blog_posts .post .overlay .title a:hover,
body.theme9 .blog_post .media.image .overlay .title a:hover,
body.theme9 .blog_post .post_head .title a:hover{
	color: #25A38A !important;
}

.theme_configs .themes .theme9,
body.theme9 .navigation ul li.active a,
body.theme9 .navigation ul li:hover a,
body.theme9 .button:hover,
body.theme9 .button.active,
body.theme9 .vertical_line,
body.theme9 .main_image .social_icons a:hover,
body.theme9 .skills .skill .bar .inner,
body.theme9 .button.bg_color,
body.theme9 .button.bg_color.active,
body.theme9 .blog_posts .post:hover .overlay:before,
body.theme9 .blog_posts .post:hover .overlay:after{
	background: #25A38A;
}

body.theme9 .trophies .trophy i{
	border: 2px solid #25A38A;
}

/* theme 10 */

body.theme10 .color,
body.theme10 a,
body.theme10 .about_quote_image .icon,
body.theme10 .services .item:hover h5{
	color: #A2121D;
}

body.theme10 .blog_posts .post .overlay .title a:hover,
body.theme10 .blog_post .media.image .overlay .title a:hover,
body.theme10 .blog_post .post_head .title a:hover{
	color: #A2121D !important;
}

.theme_configs .themes .theme10,
body.theme10 .navigation ul li.active a,
body.theme10 .navigation ul li:hover a,
body.theme10 .button:hover,
body.theme10 .button.active,
body.theme10 .vertical_line,
body.theme10 .main_image .social_icons a:hover,
body.theme10 .skills .skill .bar .inner,
body.theme10 .button.bg_color,
body.theme10 .button.bg_color.active,
body.theme10 .blog_posts .post:hover .overlay:before,
body.theme10 .blog_posts .post:hover .overlay:after{
	background: #A2121D;
}

body.theme10 .trophies .trophy i{
	border: 2px solid #A2121D;
}
.product_border-transparent{border-right: 1px solid transparent;}

/*
===============================================
			23. Media Queries
===============================================
*/

/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (min-width: 768px){
	
}

/* Landscape phone to portrait tablet */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 1300px) {

	.navigation ul li a i{
		font-size: 22px;
	}
	
	.navigation ul li a .text{
		font-size: 9px;
	}

	.main_image{
    	background-size: 70% 100% !important;
	}


}

@media only screen and (min-width: 1200px) {

	.page_content.active{
		right: -100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.edu_empl_outer + .edu_empl_outer{
		margin-top: 50px;
	}

	
	
	.page_content .page .col-md-6,
	.page_content .page .col-md-4,
	.page_content .page .col-md-3{
		width: 100%;
	}
	
	.page_content .page .col-md-2{
		width: 50%;
	}

	.main_image.page_active{
		width: 50%;
	}

	.main_image .social_icons a{
		margin-bottom: 10px;
	}

	.page_content{
		width: 84%;
	}

	.personal_info .item,
	.the_process .item{
		margin-bottom: 30px !important;
	}

	.services .item + .item,
	.counters .item + .item,
	.trophies .trophy + .trophy{
		margin-top: 50px;
	}

	.clients .cell_row .item{
		border-left: 1px solid transparent !important;
		border-bottom: 1px solid transparent !important;
	}

	.clients .cell_row{
		border-top: 1px solid transparent !important;
	}

	.contact_form{
		margin-top: 50px;
	}

	.portfolio_filter{
		padding: 0 30px;
	}

	.portfolio_filter li{
		display: block;
		margin-left: 0 !important;
	}

	.portfolio_filter li + li{
		margin-top: 15px;
	}

	.portfolio_filter li a{
		display: block;
	}

	.portfolio_grid .grid_item{
		width: 100% !important;
	}

	.contact_form .form button{
		display: block;
		width: 100%;
	}

}

@media only screen and (min-width: 991px) {


}

@media only screen and (max-width: 991px) {

	#wrapper{
		visibility: visible;
		opacity: 1;
		overflow: hidden;
		padding: 0px;
		display: block;
	}

	.landing{
		display: block;
		vertical-align: inherit;
	}

	.page_title{
		padding-bottom: 15px !important;
		font-size: 25px;
	}

	.section{
		padding: 15px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.landing,
	.landing .linner{
		overflow: hidden;
	}

	html, body{
		overflow: auto;
		height: auto;
		width: auto;
	}
	
	.main_image{
		/* height: auto !important; */
		/* background:#cccccc;  */
		background-image:url("../images/banner.png"); 
	}

	.page_content{
		width: auto !important;
		height: auto !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		visibility: visible;
		overflow: hidden !important;
		opacity: 1;
		z-index: 1;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}


	.page_content .page{
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		visibility: visible;
		overflow: hidden !important;
		width: 100% !important;
		height: auto !important;
		opacity: 1;
		z-index: 2;
	}

	.navigation ul li{
		height: auto !important;
	}

	.navigation ul li a{
		padding: 25px 15px;
	}

	.about_quote_image{
		padding: 15px;
	}

	.footer{
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		margin-top: 50px;
	}

	.personal_info .item,
	.the_process .item{
		margin-bottom: 30px !important;
	}

	.services .item + .item,
	.counters .item + .item,
	.trophies .trophy + .trophy{
		margin-top: 30px;
	}

	.clients .cell_row .item{
		border-left: 1px solid transparent !important;
		border-bottom: 1px solid transparent !important;
	}

	.clients .cell_row{
		border-top: 1px solid transparent !important;
	}

	.contact_form{
		margin-top: 25px;
	}

	.portfolio_filter{
		padding: 0 30px;
	}

	.portfolio_filter li{
		display: block;
		margin-left: 0 !important;
	}

	.portfolio_filter li + li{
		margin-top: 15px;
	}

	.portfolio_filter li a{
		display: block;
	}

	.contact_form button{
		display: block;
		width: 100%;
	}

	.about_buttons a{
		display: block;
		width: 100%;
		margin-left: 0 !important;
	}

	.about_buttons,
	.resume_actions{
		padding: 0 15px;
	}

	.about_buttons a + a{
		margin-top: 15px;
	}

	.resume_actions a{
		display: block;
		width: 100%;
		margin-left: 0 !important;
	}

	.resume_actions a + a{
		margin-top: 15px;	
	}

	.comment_form .form .actions a{
		display: block;
		width: 100%;
		text-align: center;
	}

	.nav-tabs>li{
		display: block;
		width: 100%;
	}

	.nav-tabs>li.active>a{
		border:1px solid #dedede !important;
	}

	.scroll_to_top{
		z-index: 555;
		
		display: none;
	}

	.navigation{
		height: auto !important;
		display: none;
	}

	.blog_post .media.image .overlay .inner{
		padding: 0 15px;
	}

	.blog_post .media.image .overlay .inner .title{
		font-size: 25px;
	}

}

@media only screen and (max-width: 768px) {

	.main_image{
		width: 100%;
		background-attachment: inherit !important;
	    background-repeat: no-repeat !important;
	    background-size: cover !important;
	}

	.main_image{
	}

	.main_image .inner{
		padding: 50px 15px;
		margin-top:30px;
	}

	.main_image .inner .name{
		font-size: 30px;
	}

	.about_quote_image{
		height: auto;
	}

	.about_quote_image .inner{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.portfolio_grid .grid_item{
		width: 100% !important;
	}

	.clients .item img{
		padding: 0 40px;
	}

}

/* Landscape phones and down */
@media only screen and (max-width: 479px) {

	.main_image .social_icons a{
		margin-bottom: 15px;
	}

	#gmap{
		height: 200px;
	}

	.portfolio_grid .grid_item .overlay .outer .inner a{
		font-size: 13px;
	}

	.blog_posts .post .overlay .title{
		font-size: 15px;
	}

	.blog_posts .post .category{
		font-size: 12px;
	}

	.blog_posts .post .meta{
		font-size: 13px;
	}

	.blog_post #comments .comments_list .comment .comment_inner img{
		width: 45px;
		height: 45px;
	}

	.blog_post #comments .comments_list .comment .comment_inner .body{
		padding-left: 60px;
	}

	.blog_post #comments .comments_list .comment .children{
		padding-left: 60px;
	}

}


.theme_configs{
	position: fixed;
	left: -158px;
	top: 15%;
	z-index: 300;
}

.theme_configs.visible{
	display: block !important;
	visibility: visible !important;
}

.theme_configs .body {
	display: inline-block;
	float: left;
	width: 158px;
	border: 1px solid #ededed;
	padding: inherit;
	background: #ffffff;
	text-align: center;
	word-wrap: break-word;
}

.theme_configs .body .head_title,
.theme_configs .body .title{
	width: 100%;
	padding: 4px;
	border-bottom: 1px solid #ededed;
}

.theme_configs .body .head_title{
	background: #f5f5f5;
}

.theme_configs .body .box{
	display: block;
	width: 100%;
	padding: 10px;
	float: left;
}

.theme_configs .btn{
	display: inline-block;
	height: 34px;
	width: 34px;
	line-height: 23px;
	background: #f5f5f5;
	border-radius: 0;
	font-size: 25px;
	cursor: pointer;
	text-align: center;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.theme_configs .box.themes div{
	display: block;
	width: 63px;
	height: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	float: left;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.theme_configs .box.themes div:nth-child(9),
.theme_configs .box.themes div:last-child{
	margin-bottom: 0;
}

.theme_configs .box.themes div:nth-child(2n+0){
	margin-left: 10px;
}

.theme_configs .box.themes div:hover{
	opacity: 1;
}

.theme_configs .box.themes div:hover,
.theme_configs .box.themes div.active{
	opacity: 1;
}

.theme_configs .box.themes div > span{
	display: block;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
}


/* New css */
.main_image{background-image:url("../images/banner.png");}
.stylehallery{width:33%;float:left;position:relative;margin-top:25px;}
.button-submit{margin-right:2%!important;}
.contact-tops-pacing{margin-top:20px;}
.addressmedia{float:;}
.contactaddress{padding-top:30px;}
.product{height:150px;width:150px;margin-top:20px; border: 2px solid #ffffff;border-radius:90px;}
.product:hover{width:;height:;}
.inquiry{background-color:#ffffff;padding-bottom:76px;}
.title1{    text-align: left;
    font-size: 18px;
    color: #00a9b0!important;
    font-weight: bold;
    border-bottom: 2px solid #87D5D8;}
.contact-title1 {font-size:18px;height:;}
.contact{background-color:#ffffff;padding-top:30px!important;position:relative;}
.contactmap{display: inline-block;height:500px;width: 100%;}

/*.infrastructure_description p{text-align:justify;color:#888888;font-size:16px;margin-bottom:25px;line-height:1.5;}
*/.fashion_description h3,.infrastructure_description h3{  text-align: center;
font-weight: 100;
margin: 0 0 8px 0;
color: #66c9cf;
font-size: 17px;
letter-spacing: 3px;
line-height: 26px;}
/*.fashion_description p{text-align:justify;color:#888888;font-size:18px;line-height:1.5;}*/
.item img{width:100%; height:;border-radius:px;}
.edu_empl_items .item .title {padding-top:20px;text-transform: uppercase;}
.checkBox1 input[type="checkbox"] {opacity:0;overflow:hidden;position:absolute;cursor:pointer;height:100%;}
.checkBox1 input[type="checkbox"]+label .privateunchecked {
background:url(../images/checkbox.png) no-repeat top left;cursor:pointer;display:inline-block;height:18px;margin:0 5px 0 0px;padding-bottom:4px;vertical-align:middle;width:20px;}
.checkBox1 input[type="checkbox"]:checked+label .privateunchecked {background:url(../images/checked.png) no-repeat top left;padding-bottom:4px;width:20px;height:18px;margin:0 5px 0 0px}
.label1{cursor:pointer;}
.checkBox1{display:inline;}
.checkbxinput {width: auto !important;}
.products_category{width:100%;position:relative;}
.products_category ul li{display:inline-block;width:32.33%;}
.products_category ul{margin:0px;padding:0px;}
.label1{color:#919191;font-weight:unset;margin-top:0px;}
.label-title{font-size:18px;padding-top:px;padding-bottom:10px;}
.label-titlenew{font-size:18px;padding-top:px;padding-bottom:0px;padding:10px 0px;}
.label-titleheading{font-size:16px;padding-top:px;padding-bottom:0px;margin-top:0px;}
.other-inquiry{border: 1px solid #bebebe;display: block;margin-bottom: 30px;padding: 10px;transition: all 300ms linear 0s;width: 100%;margin-bottom:0px!important;margin:0px!important;padding:7px!important;}
.navigation  ul li:hover{background-color:none;}
.product-form{padding-left:0px;padding-right:0px;}
.button form1:hover:{background-color:red}
.ReadMorebutton{margin-top:20px;text-align:center;}
.product-main a{height:400px;}
.product-title{padding-left:!important;list-style:none;font-size:24px;width:100%;float:;position:relative;padding-top:px;color:#ffffff;text-align:center}
.socialList {position:fixed; right:0; top:50%; transform:translateY(-50%);}
.socialList li  a{color#ffffff; background:red; transition:width 300ms linear;width:30px; text-align:center; display:block;position:absolute; right:0;}
.socialList li  a:hover{width:50px;}
.sprite1{background:url(assets/images/sprite.png) no-repeat;}
.logo{margin-bottom:10px;margin-top:;padding-top:50px;}
/* .logo{margin-bottom:10px;margin-top:;padding-top:200px;} */
.sectionaboutus{padding:50px;}
/*.sectionaboutus.personal_info {background: #f9f9f9 none repeat scroll 0 0;}*/
.about_quote_imageforecast{background-color:none;}
.fashion-title{color:#333333;text-align:center;font-size:23px;}
/*.formimage{width:100%;padding-bottom:20px;}*/
.formimage img{width:100px;}
/*.section.services{border-top:1px solid #cccccc;}*/
.section_title11{padding-top:30px;text-align:center;}

.Address-Title{text-align:left;padding-left:50px;color:#66c9cf;}
.services{margin-bottom:0px;}
.product_border{border-right:1px solid #cccccc;} 
.inquiry-form{width:100%;height:250px;}
.button .bg_color .contact_button{border-radius:4px;}
.formtab ul li{list-style:none;padding:15px 15px;text-align:center;width:100%;float:left;position:relative;}
.inquiryproduct{width:175px;height:175px;}
.page_content .col-md-12 .active .tabContent{width:100%;}
.formtab ul{padding:0px;}
.button.form1{border-radius:4px;}
.gendername1{color:#909090;font-size:15px;}
.menu{float:right;padding-top:20px;cursor:pointer;}
.responsivelogo{display:none;}
.inputfield .contact_email .inquiryforminput{margin-top:0px!important;}
.button-submit{float:right;margin-right:5%;}
.button-submit2{float:left;margin-left:%;}
.title-active{color:#0087e0;}
.Liason{margin-top:10px!important;}
.inquiry-button{color:#ffffff!important;font-size:24px;padding:10px;outline:none;text-decoration:none;font-weight:bold;}
.inquirytitle{width:100%;}
.Address{color:#888888;    font-size: 16px;padding: 0px;}
.infrap{margin-bottom:10px!important;}
.inquiry-button:active{color:0087e0;}
.formtab ul li.active a{color:#0087e0!important;}
.sectioncontact {margin-bottom: 50px!important;padding-left: 20px;padding-right: 20px;padding-top: 20px;}
.productmain{padding-top:85px;width:%;float:left;position:relative;}
.fashiontext{text-align:center!important;}
.section_titleproduct{text-align:center;}
.experience{padding:10px;width:100%;color:#7d7a7a;font-size:14px;outline:none;}
.experience:hover{outline:none;}
.experience:focus{outline:none;}
select:active, select:hover {outline: none;}
.checkBox1 input[type="radio"] {opacity:0;overflow:hidden;position:absolute;width:100%;cursor: pointer;height:100%;}
.checkBox1 input[type="radio"]+label .privateunchecked {
background:url(../images/checkbox.png) no-repeat top left;cursor:pointer;display:inline-block;height:18px;margin:0 5px 0 0px;padding-bottom:4px;vertical-align:middle;width:20px;}
.checkBox1 input[type="radio"]:checked+label .privateunchecked {background:url(../images/checked.png) no-repeat top left;padding-bottom:4px;width:20px;height:18px;margin:0 5px 0 0px}
.buyersubtitle{font-size:16px;color:#333333;font-weight:700;margin-bottom:0px;margin-top:10px;}
.productrange{}
/*.productrange ul{padding-left:75px;}*/
.productrange ul li{font-size:22px;list-style-type:disc;color:#00a9b0!important;}
.grow img{transition:all linear 400ms;}
.product{transition:all 400ms linear;}
.grow img:hover{transform:scale(1.1);}
.stylehallery:hover .product-title{font-size:25px; color:#0087e0;}
.label-titleheading1{padding-top:8px;font-size:16px;}
.product-title{transition:all 400ms linear;}
.productrangetitle{color:#333;font-size:21px;}
.inner2{padding-top:200px;}
.aboutcontent{font-size:18px;color:#888888;line-height:1.8;}
.aboutcontent ul li{list-style-type:disc; color: #00a9b0!important;}
.aboutcontent ul li span{color: #616161;}
.title-active {color:#0087e0;}
.grow.pic {margin-bottom: 0;margin-left: auto;margin-right: auto;margin-top: 0;width: 160px;}
.responsive_map{  left: 0;margin-bottom: 0;margin-left: auto;margin-right: auto;margin-top: 0;position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 80%;}


/**************Archana************/


.grey-bg{background: #eaedf1;}
.nomTop{margin-top: 0!important;}
.textDesp p,.grey-bg ul li{    font-size: 17px;color: #909090;line-height: 1.7;}
.padding-box{padding: 50px;}
.grey-bg .textDesp p,.grey-bg ul li{ color: #616161; }
.About-Product .formimage{    
	width: 160px;
    background: #f3f3f3;
    margin: 0 auto;
    position: relative;
    height: 160px;
    border-radius: 50%;
    margin-bottom: 15px;}
   .About-Product .formimage img {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.About-Product .buyer-img.formimage{background: #00a9b0;}
    .product-tab{ margin: 55px 0 0 0;}
  .product-tab .product-item{  
  	width: 160px;
    height: 160px;
    margin: 10px 1.5%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-radius:50%;
}
.product-tab .product-item .img{  
  	width: 160px;
    height: 160px;
   
  
    display: block;
    position: relative;
    border-radius:50%;
}
.product-tab .product-item .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 6px rgba(255, 246, 246, 0.6), 0 1px 2px rgba(37, 30, 30, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.product-tab .product-item img{  width: 90%;
    height: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    position: absolute;
    border-radius: 50%;}
.product-tab .product-item .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #333333;
    background: rgba(0, 0, 0, 0.3);
    /* opacity: 0; */
    pointer-events: none;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.product-tab .product-item .info h3 {
    /* visibility: hidden; */
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
      margin: 0 10px;
    height: 110px;
    font-size: 18px;
    padding: 72px 0 0 0;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.product-tab .product-item a:hover .info {
	opacity:0;
}
.product-tab .product-item a:hover h3 {
  visibility: visible;
}
.product-tab .product-item a:hover p {
  visibility: visible;
}
.product-gallery-title{margin-top: 20px;}
.product-item.active  .info h3{color: #7ED8DC;}
.product-item.active  .img:before{box-shadow: inset 0 0 0 6px #7ED8DC, 0 1px 2px rgba(37, 30, 30, 0.3);}
.infra-sub-section {
    margin-bottom: 40px;
}
.header-section{background: #00a9b0; position: fixed; width:100%; top:0; z-index: 999; left:0; height: 76px; border-bottom:2px solid #ccc; display: none; }
.header-section .logo-icon{float: left; margin-left: 10px;}
 .header-section .menu{      font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 0 15px 0 0;
}
.no-bg{background: #ffffff!important;}
 .hor-line{width: 70px;
    height: 2px;
    background: #E68B6F;
    margin: 8px auto 15px auto;}
iframe{margin-top: 140px;}
h3.section_titleproduct {
    margin-bottom: 5px;
    color: #52C7CE;
    font-size: 20px;
}
.scroll_to_top span{    font-family: 'Open Sans', sans-serif;
   
    position: absolute;
    top: -35px;
    letter-spacing: 4px;
    left: 6px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;}

  .mobile-menu{width:100%;  position: fixed;   left:0; margin:0 auto; top:76px; z-index: 9999!important; display: none; padding: 0;  }
.mobile-menu ul{list-style: none;width:100%;padding: 0; }
.mobile-menu ul li{width:100%;}

    .mobile-menu li a{      background: #66c9cf;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-weight: bold;
    display: block;
    padding: 15px;}
    .mobile-menu li a i{display: none;}
    .mobile-menu  li a .text {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.mobile-menu li a:hover,.mobile-menu li.active a{background: #00a9b0;}
.education_employment{text-align: center;}
body .lb-nav a.lb-next,body .lb-nav a.lb-prev{opacity: 1;}
.prod-range-about li{float: left; width:33%; list-style-position: inside;}


@media screen and (min-width:1024px)
{
.menu{display:block;}
html, body {width: 100%;height:%;overflow:auto ;}
.addressmedia{float:none!important;}
body.mobile_view .col-md-3.product-form,body.mobile_view .col-md-6.comtactmedia{width:50%!important;}
.contact-title1{width: 100%!important;float: none!important; }
.logo{padding-top:0px!important;width:250px;}
.main_image{background-color:!important; }


}
@media screen and (max-width:1024px)
{
	.header-section{display: block;}
	#wrapper{margin-top: 76px;}
	}

@media screen and (max-width:667px)
{

	
	.logo{display:inline-block;}
	.maindescription{padding-top:20px;}

}
@media (max-width:667px) and (orientation:landscape) {
    /* Styles for Landscape screen */
	.main_image{background-image:none!important; background-color:#e59d85!important;}
	.main_image .inner .description{font-size:15px!important;}
	.button-submit{margin-right:0%!important;}
} 

@media screen and (min-width:768px)and (max-width:1366px) 
{
.addressmedia{float:none!important;}

}




@media screen and (min-width:500px) and (max-width:1024px)
{
.body.mobile_view .page_title{font-size:20px!important;}
}

@media (min-width:1025px) and (max-width:1199px)
{
.profileleft ul li{list-style-type:none;outline:none;padding-top:10px;width:100%;float:left;position:relative;height:170px;}
.profileleft ul li a{text-align:center;}
.productmain{padding-top:0px;width:%;float:left;position:relative;text-align:center;}
.product-title{width:100%;}
.product{margin-top:0px;}
.profileleft h2{font-size:20px;}
.product{width:130px;height:130px;}
.grow img:hover {width:140px;height:140px;opacity:0.8p;padding:5px;}
.menu{display:none;}
.stylehallery {
    float: left;
    margin-top: 25px;
    position: relative;
    width: 33%;
}
	
}


@media (min-width:1280px) and (max-width:1600px)
{	.navigation ul li a .text, .m_navigation ul li a .text{line-height:;}
	.main_image{background-image:url("../images/banner.png");}
.productrangetitle{font-size:19px;}
.menu{display:none;}
.inquirywidth{width:50%;}
.label1{width:auto;}
.button .bg_color .contact_button .button-submit{text-align:center;float:none;}
.button-submit {float:none;margin-right:0%;text-align: center;}
.addressmedia{float:left!important;}
#mapDiv{height:98%;}

.product-title{list-style:none;text-align:center;font-size:24px;width:100%;padding-top:;color:#ffffff;}
.profileleft ul li {list-style-type:none;outline: medium none;padding-top:10px;text-align: center;width:32%;float: left;height:160px;position: relative;}
.profileleft ul{padding-left:0px;}
.product {height: 110px;width:110px;margin-top: 10px;border: 2px solid #ffffff;border-radius: 90px;}
.edu_empl_items .item{padding-top:0px;}
.vertical_line.v2 {height:20px;margin-bottom:10px;margin-top: 0;}
.section {padding: 0px 15px;}
.vertical_line {display: block;height: 35px;margin: 20px auto 0;width: 1px;}
.product {height:130px;width: 130px;margin-top: 10px;border: 2px solid #ffffff;border-radius: 90px;}
.main_image .inner {color: #ffffff;display:BLOCK;padding-top:10px;position: relative;text-align: center;/* transition: all 300ms linear 0s; */vertical-align: middle;width: 100%;z-index: 8;padding:50px;}
/* .main_image .inner {color: #ffffff;display: table-cell;padding-top:10px;position: relative;text-align: center;transition: all 300ms linear 0s;vertical-align: middle;width: 100%;z-index: 8;padding:50px;} */
.page_title{margin:0px;padding:20px;position: relative;text-align: center;}
.grow img:hover {width:140px;height:140px;opacity:0.8p;padding:5px;}
.contact-title1 {font-size:16px;height:auto;}
/*.button.bg_color, .button.bg_color.active{margin-bottom:30px;}*/
.title-active{color:#0087e0;}
.Address-Title {color: #66c9cf;padding-left: 0px;text-align: ;}
.contactaddress{padding-top:50px;}
.product-title:hover{font-size:24px;color:#0087e0;}
.title1{font-size:18px;}
.productmain{padding-top:0px;}
.inquiry-button{font-size:20px;}
.formtab ul li.active a{font-size:20px;}
.navigation ul li a i, .m_navigation ul li a i {display: block;font-size: 20px;margin-bottom: 0;transition-delay: 0s;transition-duration: 300ms;transition-property: all;transition-timing-function: linear;}
.logo{padding-top:0px;}
.inner2{padding-top:0px;}
h2{font-size:24px;}
.main_image .inner{padding-top:30px}
.Address p{text-align:left;}
.infrastructure_description p{color:#888888;font-size:18px;margin-bottom:25px;line-height:1.5;}
}


@media (min-width:990px) and (max-width:1024px)
{
.stylehallery{width:33%!important;float:left;position:relative;}	
}




@media (min-width:1025px) and (max-width:1280px)
{
.profileleft ul li {width:100%;}
.productmain{width:100%;}
.formtab ul li{width:100%;}
.product{width:130px;height:130px;}
.main_image .inner{padding-top:30px;}
h2{font-size:24px;}
.inquirywidth{width:50%;}
.label1{width:auto;}
.gendername1{font-size:15px;}
.button .bg_color .contact_button .button-submit{text-align:center;float:none;}
.button-submit {float:none;margin-right:0%;text-align: center;}
.Address-Title{padding-left:0px;text-align:;}
.productrangetitle{font-size:18px;}
.stylehallery{width:100%;}
.main_image {
    background-size: 100% 100% !important;
}
}



@media (min-width:768px) and (max-width:1024px)
{
	.abcd{background-color:#e6a087!important;background-image:none!important;}
.main_image{background-color:#;background-image:url("../images/banner.png");}
.logo{padding-top:20px;display:none}
.maindescription{padding-top:150px;}
.productrangetitle{font-size:18px;}
.m_navigation {display:none;}
.product-title{list-style:none;text-align:center;font-size:18px;width:100%;padding-top:2px;color:#ffffff;}
.profileleft ul li {list-style-type:none;outline: medium none;padding-top: 0px;text-align: center;width:50% float:left;position:relative;}
.profileleft ul{padding-left:0px;}
.edu_empl_items .item{padding-top:0px;}
.vertical_line.v2 {height:20px;margin-bottom:10px;margin-top: 0;display:none;}
.section {padding: 0px 15px;}
.vertical_line {display: block;height: 35px;margin: 20px auto 0;width: 1px;}
.product {height: 100px;width: 100px;margin-top: 10px;border: 2px solid #ffffff;border-radius: 90px;}
.main_image .inner1 {color: #ffffff;display:none;padding-top:10px;position: relative;text-align: center;/* transition: all 300ms linear 0s; */vertical-align: middle;width: 100%;z-index: 8;}
.page_title{margin:0px;padding: 10px;position: relative;text-align: center;font-size:24px;}
.fashion_description p {color: #888888;font-size:16px;text-align: center;}
.Address-Title{text-align:center;padding-left:0px;}
.services{margin-bottom:40px;}
.product{width:133px;height:133px;}
.product_border{border-right:0px solid #cccccc;} 
.contact-title1 {font-size:14px;height:auto;text-align:center;width:50%;float:left;position:relative;}
.navigation ul li a i {display: none;font-size: 22px;}
.m_navigation {display:none;}
.responsivelogo{display:block; padding:2px;width:50%;float:left;position:relative;}
.inquiryproduct {height: 130px;width: 130px;}
h2{font-size:25px;padding:0px;}	
body.mobile_view .section {padding: 20px 15px;}
body.mobile_view .page_title {padding:0px;margin-bottom:0px;}
body.mobile_view .main_image .inner {padding: 20px 15px;}
.m_navigation ul li a {padding-bottom: 15px;padding-left: 15px;padding-right: 15px;padding-top: 15px;}
.m_navigation ul li a .text{font-size:14px;}
.sectionaboutus {padding:0px;}
.about_quote_image .inner{padding:0px;}
.sectionaboutus {padding:20px 0px ;}

.responsive_map{height:300px;}
.Address{padding:0px;line-height:1.5;text-align:center;font-size:16px;width:50%;float:left;position:relative;}
.button-submit{float:;margin-right:0%;}
.button-submit2{float:;margin-left:0%;}
.title-active{color:#0087e0;}
.responsive_map {height: 300px;margin-top: 20px;}
.marhinabt{margin-top:0px!important;}
.about_me_description p{line-height:1.5;font-size:16px;}
.about_quote_image .quote{line-height:1.5}
.section_title{padding-top:10px;font-size:16px;}
.vertical_line{display:none;}
.productmain{padding-top:60px!important;}
.marginabt{margin-top:0px!important;}
.title1{text-align:center;display:inline-block;}
.section_titleproduct {font-size:18px;}
.inner .inner1{display:none;}
.stylehallery{width:33%;float:left;position:relative;}
.stylehallery{width:33%;float:left;position:relative;}
.aligncenter{text-align:center}
.main_image  .page_active .main-hide{display:none;}
.logo{margin-bottom:10px;margin-top:%;padding:;}
.main-hide{display:none;}
.marginabt{padding-top:0px;}
.contact_form .form input, .contact_form .form textarea{font-size:20px;}
.gendername1{font-size:20px;}
.main-hide{display:none!important;}
.checkBox1{width:50%;float:left;position:relative;}
.contact {background-color: #ffffff;padding-bottom: 30px!important;padding-top: 30px!important;height: 450px;position: relative;}
.addressmedia{float:none!important;}
h1, h2, h3, h4, h5, h6{letter-spacing:2px;}
.services {margin-bottom:0px;}
body.mobile_view .contact_form button {display: block;width: 45%;margin: 2.5%;float:left;}
.main_image .inner .description{      font-size: 21px;
    line-height: 45px;}
}


@media (min-width:320px) and (max-width:767px)
{
.button-submit{margin-right:0%!important;}

.product{display:;}
.abcd{background-color:#e6a087!important;background-image:none!important;}
.main_image{background-color:#;background-image:url("../images/banner.png");}
.maindescription{padding-top:50px;}
.logo{padding-top:50px;display:none;}
.productrangetitle{font-size:18px;}
.m_navigation {display:none;}
.product-title{list-style:none;text-align:center;font-size:18px;width:100%;padding-top:2px;color:#ffffff;}
.edu_empl_items .item{padding-top:0px;}
.vertical_line.v2 {height:0px;margin-bottom:10px;margin-top: 0;display:none;}
.section {padding: 0px 15px;}
.vertical_line {display: block;height:px;margin:20px auto 0;width: px;}
.product {height: 150px;width: 150px;margin-top: 10px;border: 2px solid #ffffff;border-radius: 90px;}
.main_image .inner1 {color: #ffffff;display:none;padding-top:10px;position: relative;text-align: center;/* transition: all 300ms linear 0s; */vertical-align: middle;width: 100%;z-index: 8;}
.page_title{margin:0px;padding: 10px;position: relative;text-align: center;font-size:;}
.prod-range-about li{text-align: center; list-style-position: inside;}
.prod-range-about ul{padding: 0; }
.fashion_description p {color: #888888;font-size: 16px;text-align: justify;padding:10px;}
.Address-Title{text-align:center;padding-left:0px;}
/*.services{margin-bottom:40px;}*/
.product_border{border-right:0px solid #cccccc;} 
.grow img:hover {width:160px;height:160px;opacity:0.8p;padding:5px;}
.button.form1{margin-top:10px; border-radius:4px;}
.contact-title1 {font-size:14px;height:auto;text-align:center;}
.navigation ul li a i {display: none;font-size: 22px;}
.responsivelogo{display:block; padding:2px;width:200px;float:left;position:relative;}
.section{padding-top:0px;}
.inquiryproduct {height: 160px;width: 160px;}
h2{font-size:25px;}
body.mobile_view .section {padding:00px 15px;}
body.mobile_view .page_title {padding:0px;margin-bottom:0px;}
body.mobile_view .main_image .inner {padding:0px;}
.m_navigation ul li a {padding-bottom: 15px;padding-left: 15px;padding-right: 15px;padding-top: 15px;}
.m_navigation ul li a .text{font-size:14px;}
.sectionaboutus {padding:20px 0px ;}
.about_quote_image .inner{padding:0px;}
.page_title .page_titlecontact{padding-top:30px;}
.Address{padding:0px;line-height:1.5;margin-top: 5px;}
.Address-Title:hover{color:#000000;}
.button-submit{float:;margin-right:0%;}
.button-submit2{float:;margin-left:0%;}
.title-active{color:#0087e0;}
.body.mobile_view .page_title{font-size:20px!important;}
.responsive_map{height:;}
.title1{text-align:center!important;}
.titleLine {background-attachment: scroll;background-clip: border-box;background-color: #00b1b0;background-image: none;background-origin: padding-box;background-position: 0 0;background-repeat: repeat;background-size: auto auto;height: 2px;margin-bottom: 20px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 90px;}
.title1{display:inline-block;text-align:;}
.aligncenter{text-align:center}
.productmain{padding-top:20px;width:100%!important;float:left!important;position:relative!important;}
.main_image .inner .inner1 {color: #ffffff;display: table-cell;padding-top: 10px;position: relative;text-align: center;/* transition-delay: 0s;transition-duration: 300ms;transition-property: all;transition-timing-function: linear; */vertical-align: middle;width: 100%;z-index: 8;display:none!important;}
.responsive_map {height: 300px;margin-top: 20px;}
.Address{text-align:center;}
.about_me_description p{line-height:1.5;font-size:16px;}
.about_quote_image .quote{line-height:1.5;font-size:16px;}
.section_title{padding-top:10px;font-size:23px;}
.vertical_line{display:none;}
.inquiry-button{padding-left:0px;padding-right:0px;font-size:20px;}
.infrastructure_description h3{letter-spacing:0px;font-size:20px;line-height: 25px;margin: 5px 0;}
.page_title h2{font-size:24px!important;}
.section_titleproduct {font-size:18px;}
.logo{margin-bottom:10px;margin-top:;padding-top:100px;}
.aboutcontent{font-size:16px;color:#888888;line-height:1.5;}
.main-hide{display:none;}
.contact {background-color: #ffffff;padding-bottom: 30px!important;padding-top: 30px!important;height: 450px;position: relative;}
.checkBox1{display:block;}
h1, h2, h3, h4, h5, h6{letter-spacing:1px;}
.stylehallery{width:100%}
.infra-sub-section {
    margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #efefef;
}
.comtactmedia{margin-bottom: 20px;}
.mobile-menu li a{padding:8px 15px;}

}

@media (min-width:200px) and (max-width:535px){
body.mobile_view .About-Product{width:100%!important;}
.prod-range-about li{width:100%;}
}


@media (min-width:320px) and (max-width:568px){
.logo{padding-top:50px;}
}

/* @media (min-width:320px) and (max-width:480px){
.logo{padding-top:0px;}
} */

@media (min-width:320px) and (max-width:568px){
.logo{padding-top:50px;}
.maindescription {
    padding-top: 30px;
}
}

@media (min-width:318px) and (max-width:667px){
.logo{padding-top:50px;}
.title1{font-size:17px;}
.main_image .inner .description {
    font-size: 11px;
}

}

@media (min-width:1920px) and (max-width:2400px)
{
.addressmedia{float:left!important;}
.Address p{text-align:left;}
.Address-Title{text-align:left;padding-left:0px;}
}


@media (min-width:1280px) and (max-width:1366px)
{

.stylehallery {
    float: left;
    margin-top: 25px;
    position: relative;
    width: 33%;
}
	
}


@media screen and (min-width:667px){
.stylehallery{width:33%;}

}




@media (min-width:1000px) and (max-width:1550px){
	.product-tab .product-item .img{width:140px; height: 140px;}

.product-tab .product-item {
    width: 140px;
    height: 140px; margin: 10px 0.5%;}
.product-tab .product-item .info h3{ height: 110px;font-size: 16px;padding: 62px 0 0 0;}
}
@media (min-width:1024px) and (max-width:1350px){
.About-Product .formimage{width:140px; height: 140px;}
.About-Product .formimage img{width:80px;}
}
@media (min-width:280px) and (max-width:600px){
.About-Product .formimage{width:110px; height: 110px;}
.About-Product .formimage img{width:60px;}
.padding-box {padding: 50px 25px;}
.textDesp p, .grey-bg ul li {font-size: 15px;}
.aboutcontent ul{padding-left: 15px;}


}
@media (min-width:280px) and (max-width:1300px){
.product-tab .product-item {
    width: 120px;
    height: 120px;
    margin: 10px 0.5%;
}
.product-tab .product-item .img {
    width: 120px;
    height: 120px;
}
.product-tab .product-item .info h3 {
    height: 110px;
    font-size: 13px;
    padding: 55px 0 0 0;
}
.main_image .inner{padding: 30px 15px 0 15px;}
.vertical_line{height: 40px;}

}
@media (min-width:280px) and (max-width:768px){
	.product-tab .product-item {
    width: 98px;
    height: 98px;
    margin: 10px 0.5%;
}
.product-tab .product-item .img {
    width: 98px;
    height: 98px;
}
.product-tab .product-item .info h3 {
    height: 110px;
    font-size: 10px;
    padding: 45px 0 0 0;
}
	
	.product-tab {
    margin: 20px 0 20px 0;
}
.logo-icon img{
	    width: 110px;
    margin-top: 12px;

	}
	.lightbox,.lightboxOverlay{display: none!important;}
}
@media (min-width:280px) and (max-width:450px){
.personal_info .About-Product {width:100%; float: none; display: block;}
.About-Product .formimage{width:160px; height: 160px;}
.About-Product .formimage img{width:100px;}
.padding-box{padding: 30px 10px;}
.infrastructure_description h3 { font-size: 17px; margin: 5px 0 0 0;}

.example-image-link{cursor: default;}
.mobile-menu li a {padding: 6px 15px;}

}

