/* 
	Theme Name: Aakanksha Unique
	Theme URI: http://thetechpower.com/aakanksha-unique
	Author: Aakanksha Singh
	Author URI: http://thetechpower.com/
	Description: Aakanksha Unique is a powerful onepage multipurpose theme that provides a fast way for companies or freelancers to create an awesome online presence. Aakanksha Unique brings plenty of customization possibilities like access to full screen html5 video, full screen slider with text slider, customizable header image, inbuilt page builder, responsive, limitless colors, seo friendly, call to action button, full color control, layout control, logo upload, name logo upload, site icon, header image for blog page, sticky navigation and much more. Also, Aakanksha Unique provides all the construction blocks you need to rapidly create an engaging front page.
	Version: 1.0.2
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: aakanksha
	Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, center,
dl, dt, dd, ol, ul, 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, main, menu, nav, section, summary {
    display: block;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
img {
    max-width: 100%;
    height: auto; 
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
	.site-title {
		font-size: 32px;
		line-height: 1.2;
	}
	.site-title a,
	.site-title a:hover {
		color: #fff;
	}
	.site-logo, #logo-wrapper img {
		max-height: 100px;
	}
	.site-header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
        padding: 10px 0;
		z-index: 1000;
		background-color: transparent;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
	.admin-bar .site-header,
	.admin-bar .site-header.float-header {
		top: 32px;
	}
	.header-image {
		display: none;
		position: relative;
		height: 300px;
		background-position: center;
		background-size: cover;	
		background-repeat: no-repeat;	
	}
	.header-inner {
		display: none;
	}
	.site-title {
		margin: 0;
	}
	.site-description {
		font-size: 16px;
		margin: 15px 0 0;
		line-height: 1.6;
		color: #efefef;
	}
	.site-header.fixed {
		position: fixed;
	}

	.site-header .col-md-4,
	.site-header .col-md-8 {
		min-height: 0;
	}

	.site-header .logo {
		margin: 40px 0;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}

	.site-header .logo a {
		display: block;
		height: 100%;
	}

	.site-header .logo {
		width: 135px;
		height: 27px;
	}

	.site-header.float-header {
		background-color: rgba(0,0,0,0.9);
		padding: 5px;
	}
	.site-header.float-header #mainnav {
		padding: 0;
	}

	.site-header.float-header #mainnav > ul > li > a {
	    height: 70px;
	    line-height: 70px;
	}

	.site-header.float-header .logo {
	    margin: 20px 0;
	}
	/* navigation */
	#mainnav {
		display: block;
		float: right;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}
	#mainnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav li {
		float: left;
		padding: 14px 14px;
	}
	#mainnav ul ul li {
		padding: 0;
	}	
	#mainnav ul li a {
		position: relative;
		display: block;
		font-size: 16px;
		font-family: "Raleway", sans-serif;
		color: #f71e1e;
		font-weight: 600;
		text-decoration: none;
		outline: none;
	}
	#mainnav ul li a:hover {
		border-bottom: 2px solid #f71e1e;
	}
	#mainnav ul ul a {
		width: 180px;
		font-family: "Source Sans Pro", sans-serif;
	}
	#mainnav > ul > li:last-child {
		padding-right: 0;
	}
	#mainnav ul li {
		position: relative;
	}
	#mainnav ul li ul {
		width: 180px;
		position: absolute;
		top: 100%;
		left: -999em; 
		opacity: 0;
		visibility: hidden;
		-webkit-border-radius: 0 0 2px 2px;
		   -moz-border-radius: 0 0 2px 2px;
			 -o-border-radius: 0 0 2px 2px;
				border-radius: 0 0 2px 2px;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav ul li ul ul {
		top: 0;
	}
	#mainnav ul li ul:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
	}
	#mainnav ul li ul ul:after {
		top: 0;
	}
	#mainnav ul li ul li ul {
		left: 100%;
	}
	#mainnav li:hover > ul {
	    opacity: 1;
	    padding-top: 10px;
	    visibility: visible;
	    left: auto;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav li:hover > ul ul {
		padding-top: 0;
		left: 100%;
	}
	#mainnav .sub-menu {
		z-index: 99999;
	}
	#mainnav .sub-menu li a {
		color: #f71e1e;
		display: block;
		line-height: 30px;
		background: #1c1c1c;
		padding: 0 18px;
		border-top: 1px solid #252525;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
        
	}
	#mainnav li:hover > .sub-menu > li > a {
		padding: 8px 18px;
	}
	/* Icons */
	#mainnav ul li::before {
		font-family: Fontawesome;
		color: #f71e1e;
		float: left;
		margin: 5px 5px 0 0;
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
	}
	#mainnav ul li a {
		float: left;
	}
	#mainnav .sub-menu li:before {
		content: '';
		margin: 0;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}	
	#mainnav-mobi ul li a {
		float: none;
	}
	#mainnav-mobi ul li::before {
		content: '';
	}
	
	.nav-search input {
    border: 0;
}
.nav-search {
    float: left;
}
.header-search-icon, , .nav-search a {
    background: transparent;
    padding: 17px 0px;
}
/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------*/
	#mainnav-mobi {
		display: block;
		margin: 0 auto;
		width: 90%;
		position: absolute;
		top:28px;
		background-color: #1c1c1c;
		z-index: 1000;
	}
	#mainnav-mobi ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav-mobi ul li {
		margin:0;
		position: relative;
		text-align: left;
		border-top: 1px solid #252525;
		cursor: pointer;
	}
	#mainnav-mobi ul > li > a {
		display: block;
		text-decoration: none;
		padding: 10px 50px;
		color: #fff;
	}
	#mainnav-mobi ul.sub-menu {
		top: 100%;
		left: 0;
		z-index: 2000;
		position: relative;
		background-color: #161625;
	}
	#mainnav-mobi > ul > li > ul > li,
	#mainnav-mobi > ul > li > ul > li > ul > li {
		position: relative;
		border-top: 1px solid #252525;
		background-color: #222;
	}
	#mainnav-mobi > ul > li > ul > li >  a {
		padding-left: 70px !important
	}
	#mainnav-mobi > ul > li > ul > li > ul > li a {
		padding-left: 90px !important
	}
	#mainnav-mobi ul.sub-menu > li > a {
		display: block;
		text-decoration: none;
		padding: 5px 60px;
		border-top-color: rgba(255,255,255,0.1);
		-webkit-transition: all 0.2s ease-out;
		   -moz-transition: all 0.2s ease-out;
		     -o-transition: all 0.2s ease-out;
		        transition: all 0.2s ease-out;
	}
	#mainnav-mobi > ul > li > ul > li:first-child a {
		border-top: none;
	}
	#mainnav-mobi ul.sub-menu > li > a:hover,
	#mainnav-mobi > ul > li > ul > li.active > a {
		color: #fff;
	}
	.btn-menu {
		float: right;
		font-size: 28px;
		font-family: "FontAwesome";
		color: #fff;
		text-align:center;
		width: 28px;
		height: 28px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
	.btn-menu:before{
		content: "\f0c9";
	}
	.btn-submenu {
		position: absolute;
		right: 20px;
		top: 0;
		font-family: "FontAwesome";
		font-size: 20px;
		line-height: 45px;
		text-align: center;
		cursor: pointer;
		width: 70px;
		height: 44px;
	}
	.btn-submenu:before {
		content: "\f107";
		color: #fff;
	}
	.btn-submenu.active:before {
		content: "\f106"
	}
	.btn-menu {
		display: none 
	}

	@media screen and (max-width: 1024px) {
		div.col-md-4 > .nav-search{
        display: none;
    }
}

	/* Page sider */
	#page-slider {
		position: relative;
		height: 250px;
	}
	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
	.page-wrap {
		/*padding: 83px 0 100px;*/
		clear: both;
	}
	.page-template-page_front-page .page-wrap {
		padding: 0;
	}

	.header-slider, .header-video,
	.owl-wrapper {
		direction: ltr;
	}

/*--------------------------------------------------------------
Hero section
--------------------------------------------------------------*/

	.header-slider, .background-video {
		position: relative;
	}

.background-video {
    position: relative;
    background-size: cover;
    object-fit: cover;
    /*z-index: -1000;*/
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0px;
    top: 0px;
    width:100%;
    height: 100%;
    height: 100vh;
    background-attachment: fixed;
}

.video-item{
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
     object-fit: cover;
     position: fixed;
    z-index: -1000;
    overflow:hidden;
    padding:0;
    margin:0;
    left: 0px;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0; 
    height: 100vh;
    background: no-repeat; 
    background-size: cover;
    position: absolute;
}



.background-video video {
width: 100%;
    height: 100%;
    background-size: cover;
   object-fit: cover;
    overflow:hidden;

    min-width: 100%;
    min-height: 100%;

}

	.slide-text.slides {
	   padding-left: 0;
	}	
	.slides-container .slide-item, .video-item {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
        width:100%;
        height:100%;
	}
    .text-slider .maintitle, .text-slider .subtitle {     
    color: #ffffff; }

.widget-area .widget_fp_social a, #mainnav ul li a:hover, .aakanksha_contact_info_widget span, .roll-team .team-content .name, .roll-team .team-item .team-pop .team-social li:hover a, .roll-infomation li.address:before, .roll-infomation li.phone:before, .roll-infomation li.email:before, .roll-testimonials .name, .roll-button.border, .roll-button:hover, .button-video.border, button-video:hover, .roll-icon-list .icon i, .roll-icon-list .content h3 a:hover, .roll-icon-box.white .content h3 a, .roll-icon-box .icon i, .roll-icon-box .content h3 a:hover, .switcher-container .switcher-icon a:focus, .go-top:hover, .hentry .meta-post a:hover, #mainnav > ul > li > a.active, #mainnav > ul > li > a:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .text-color, .social-menu-widget a, .social-menu-widget a:hover, .archive .team-social li a, a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #f71e1e;
}

.roll-button:hover, .background-video .text-slider-section .button-video:hover {
    color: #f71e1e;
}

.roll-button:hover, .background-video .text-slider-section .button-video:hover {
    background-color: transparent !important;
}

.text-slider-section img{
            width:90%;
            vertical-align: middle;
        }

a:hover {
    color: #443f3f;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:active, a:hover {
    outline: 0;
}

a:visited{ 
}
.roll-socials li a:hover, .roll-socials li a, .roll-button.light:hover, .roll-button.border, .roll-button, .roll-icon-list .icon, .roll-icon-box .icon, .owl-theme .owl-controls .owl-page span, .comment .comment-detail, .widget-tags .tag-list a:hover, .blog-pagination ul li, .hentry blockquote, .error-wrap #search-submit:hover, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, button, input[type="button"], input[type="reset"], input[type="submit"], .archive .team-social li a {
    border-color: #dd3333;
}

.preloader .pre-bounce1, .preloader .pre-bounce2, .roll-team .team-item .team-pop, .roll-progress .progress-animate, .roll-socials li a:hover, .roll-project .project-item .project-pop, .roll-project .project-filter li.active, .roll-project .project-filter li:hover, .roll-button.light:hover, .roll-button.border:hover, .roll-button, .roll-icon-box.white .icon, .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .go-top, .bottom .socials li:hover a, .sidebar .widget:before, .blog-pagination ul li.active, .blog-pagination ul li:hover a, .content-area .hentry:after, .text-slider .maintitle:after, .error-wrap #search-submit:hover, #mainnav .sub-menu li:hover > a, #mainnav ul li ul:after, button, input[type="button"], input[type="reset"], input[type="submit"], .panel-grid-cell .widget-title:after {
    background-color: #f71e1e;
}

.roll-button, .button-video {
    background-color: #f71e1e;
    border: 1px solid #f71e1e;
}

.button-video {
    margin-top: 30px; 
}

.roll-button:hover, .button-video:hover {
    background-color: transparent;
    cursor: pointer;
}
.roll-button, .button-video {
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 35px;
    z-index: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.header-slider, .owl-wrapper, .header-video {
    direction: ltr;
}

#full-screen-video {
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -100;
} 

.header-slider {
		position: relative;
	    max-width: 100%;
	}
	.slide-text.slides {
	   padding-left: 0;
	}	
	.slides-container .slide-item {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.text-slider-section {
		position: absolute;
	    top: 50%;
	    left: 0;
	    right: 0;
	    text-align: center;
	    z-index: 2;
	    width: 100%;
		min-height: 260px;
		padding-top: 5px;
	    -webkit-transform: translateY(-50%);
	       -moz-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	         -o-transform: translateY(-50%);
	            transform: translateY(-50%);
	}
	.text-slider .maintitle,
	.text-slider .subtitle {
		z-index: 10;
		color: #fff;
		margin: 0;
		letter-spacing: 1px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	}
	.text-slider .maintitle {
		position: relative;
		display: inline-block;
		font-size: 57px;
		line-height: 67px;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.text-slider .maintitle:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 40%;
		height: 1px;
		margin-left: -20%;
	}
	.text-slider .subtitle {
		font-size: 30px;
		line-height: 40px;
		padding: 20px 0 50px;
		font-weight: 300;
	}
/*.text-slider-section {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2000;
    width: 100%;
    min-height: 260px;
    padding-top: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.text-slider .maintitle:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40%;
    height: 1px;
    margin-left: -20%;
}

	.text-slider .maintitle,
	.text-slider .subtitle {
		z-index: 10;
		color: #fff;
		margin: 0;
		letter-spacing: 1px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	}
	.text-slider .maintitle {
		position: relative;
		display: inline-block;
		font-size: 57px;
		line-height: 67px;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.text-slider .maintitle:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 40%;
		height: 1px;
		margin-left: -20%;
	}
	.text-slider .subtitle {
		font-size: 30px;
		line-height: 40px;
		padding: 20px 0 50px;
		font-weight: 300;
	}*/


/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
	.go-top {
		position: fixed !important;
		right: 20px;
		bottom: -45px;
		color: #fff; 
		display: block;
		font-size: 22px;
		line-height: 35px;
		text-align: center;
		width: 40px;
		height: 40px;
		visibility: hidden;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 9999;
		cursor: pointer;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
			 -o-border-radius: 2px;
				border-radius: 2px;
		-webkit-transition: all 0.5s;
		   -moz-transition: all 0.5s;
		    -ms-transition: all 0.5s;
		     -o-transition: all 0.5s;
		        transition: all 0.5s;
	}
    .go-top:hover, #search .close:hover{
    background-color: transparent !important;
    }

	.go-top:hover .angle-up:after {
    border-left: 2px solid #f71e1e;
    border-top: 2px solid #f71e1e;
	}

	.go-top.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		bottom : 11px;
	}
.angle-up:after {
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.angle-up:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    left: 0;
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;
}
/*--------------------------------------------------------------
Panels
--------------------------------------------------------------*/
	.panel-grid-cell .widget-title {
		text-align: center;
		margin-bottom: 50px;
		position: relative;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase;
		padding-bottom: 10px;
	}
	.panel-grid-cell .widget-title:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 50px;
		height: 1px;
		margin-left: -25px;
		background-color: #f71e1e;
	}
	.panel-grid {
		max-width: 1170px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.panel-row-style {
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		position: relative;
		z-index: 11;
		overflow: hidden;
	}
	.panel-grid .overlay {
		z-index: -1;
	}
	.no-col-padding .panel-grid-cell {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}		
/* Counter
-------------------------------------------------------------- */
	.roll-counter {
		text-align: center;
	}
	.roll-counter i {
		font-size: 30px;
	}
	.roll-counter .name-count,
	.roll-counter .numb-count {
		font-family: "Raleway", sans-serif;
	}
	.roll-counter .name-count {
		font-size: 14px;
		font-weight: 600;
		padding: 15px 0;
	}
	.roll-counter .numb-count {
		font-size: 44px;
		padding: 0;
		font-weight: 600;
	}
/* Clients
-------------------------------------------------------------- */
	.roll-client {
	    text-align: center;
	}
	.roll-client .client-item {	
	    float: none;
	    display: inline-block;
		width: 19%;
		text-align: center;
		margin-bottom: 30px;
	}
	.roll-client .client-item img {
		max-width: 150px;
	}	


/* Contact widget
-------------------------------------------------------------- */

.aakanksha_contact_info_widget span {
	color: #f71e1e;
	margin-right: 15px;
}
.aakanksha_contact_info_widget div {
	margin-bottom: 15px;
}
/* Icon List
-------------------------------------------------------------- */
	.roll-icon-list {
		padding-top: 15px;
	}
	.roll-icon-list .icon {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 75px;
		float: left;
		margin-right: 30px;
		margin-top: 7px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-icon-list .icon i {
		font-size: 26px;
	}
	.roll-icon-list .list-item {
		margin-bottom: 30px;
	}
	.roll-icon-list .content {
		overflow: hidden;
	}
	.roll-icon-list .content h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		margin: 7px 0 10px;
	}
	.roll-icon-list .content h3 a {
		color: #443f3f;
	}
	.roll-icon-list .content p {
		margin-bottom: 0;
	}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Elements
-------------------------------------------------------------- */
	.nav-search a {
		color: #f71e1e;
        padding: 15px 0px;
	}
    a {
		color: #443f3f;
        cursor: pointer;
	} 

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #333;
	}
	.text-color { color: #f71e1e;}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		background-color: #f71e1e;
		border: 1px solid #f71e1e;
	}
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent !important;
		color: #f71e1e;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		/*border: 1px solid #f71e1e;*/
	}
	#mainnav > ul > li > a.active,
	#mainnav > ul > li > a:hover {
		border-bottom: 2px solid #f71e1e;
	}
	#mainnav ul li ul:after {
		background-color: #f71e1e;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {

	}
	.error-wrap #search-submit:hover {
		background-color: #f71e1e;
		border-color: #f71e1e;
	}
	.text-slider .maintitle:after {
		background-color: #f71e1e;
	}
	.content-area .hentry:after {
		background-color: #f71e1e;
	}
	.hentry .meta-post a:hover {
		color: #f71e1e;
	}
	.hentry blockquote {
	    border-left: 3px solid #f71e1e;
	}
	
/* Media Queries
-------------------------------------------------------------- */
	@media only screen and (min-width: 1930px) {
		.parallax {
			background-size: cover;
		}
	}
	/* Smaller than standard 1200 */
	@media only screen and (max-width: 1199px) {
		
	}
	/* Smaller than standard 980 */
	@media only screen and (max-width: 991px) {	
		.site-header.fixed {
			position: static !important;
		}
		
	}
	@media only screen and (max-width: 1024px) {
		.slides-container .slide-item, .video-item, 	
		.panel-row-style {
			background-attachment: scroll;
			background-position: center !important;
		}
		.panel-row-style.mob-pad-0 {
			padding: 0 !important;
		}		
		.panel-row-style.mob-pad-15 {
			padding: 15px 0 !important;
		}	
		.panel-row-style.mob-pad-30 {
			padding: 30px 0 !important;
		}
		.panel-row-style.mob-pad-45 {
			padding: 45px 0 !important;
		}
		#mainnav {
			display: none;
		}		
		.btn-menu {
			display: block;
		}
        
        .header-search-icon, .nav-search a {
            color: #fff;
            padding: 15px 0px;
            float:right;
        }
		.site-header {
			position: static;
			background-color: rgba(0,0,0,0.9);
		}			
	}
	@media only screen and (max-width: 780px) {	
		
	}
	/* Tablet Landscape */
	 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
         .header-search-icon, .nav-search a{
            float:none;
        }
         .header-wrap, .site-title, .site-description {
            text-align: center;
        }
         .text-slider-section img{
            width:90%;
            vertical-align: middle;

        }
	}
	/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {
        .text-slider-section img{
            width:90%;
            vertical-align: middle;
        }
        
        .header-wrap, .site-title, .site-description {
            text-align: center;
        }
        
        .btn-menu {
            float: none;
            margin: 15px auto 0;
            }
        
		.text-slider-section {
			min-height: 190px;
		}
		.text-slider .maintitle {
			font-size: 32px;
		    line-height: 1.1;
		    padding-bottom: 10px;
		}
		.text-slider .subtitle {
		    font-size: 16px;
		    line-height: 24px;
		    padding: 15px 0;
		}
		
		.site-header.float-header {
			padding-top: 20px;
			padding-bottom: 20px;
		}

        .text-slider-section {
			min-height: 0;
			top: auto;
			bottom: 0;
		}
		.site-title {
			font-size: 22px !important;
		}
        
        .header-search-icon, .nav-search a{
            float:none;
        }
        #mainnav-mobi {
            top: auto;
        }
	}
	/* Mobile Portrait Size */
	@media only screen and (max-width: 479px) {
		.header-wrap, .site-title, .site-description {
            text-align: center;
        }
        
		.text-slider .maintitle {
			font-size: 20px;
		}
		.text-slider .subtitle {
			font-size: 14px;
		}
		.text-slider {
			margin-bottom: 15px;
		}		
	}
	@media only screen and (max-width: 320px) {
		.text-slider {
			margin-bottom: 0;
		}		
	}	

/* Loader
-------------------------------------------------------------- */
#load_screen {
  background: #2d2d2d;
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  top: 0px;
}

#load_screen > #loading, #loading {
  color: #fff;
  width: 120px;
  height: 24px;
  margin: 300px auto;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -125px;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f83a3a;
  -webkit-animation: spin 2s linear infinite;
  -khtml-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f83a3a;
  -webkit-animation: spin 3s linear infinite;
  -khtml-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  -ms-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f83a3a;
  -webkit-animation: spin 1.5s linear infinite;
  -khtml-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* List
-------------------------------------------------------------- */

ul, li{
    list-style: none;
}

/* Search
-------------------------------------------------------------- */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);   
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="text"] {
   position: absolute;
    top: 50%;
    width: 100%;
    left: 0%;
    height: 80px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search input[type="text"][placeholder]
{
  line-height:60px;
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 300;
}

#search button[type="submit"] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff !important;
	background-color: #f71e1e;
	border-color: #f71e1e;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

/**************Admin***********************/

@CHARSET "ISO-8859-1";

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption {

}
.bypostauthor {
	
}
/* ---------------------------------------- */
/* G E N E R A L    S T Y L E
/* ---------------------------------------- */
*, body{
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
a, a:hover{
	text-decoration: none;
}
::-webkit-input-placeholder {
   color: #fff;
   font-size:16px;   
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
   font-size:16px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   font-size:16px;
}

/*:-ms-input-placeholder {  
   color: #fff;  
   font-size:16px;
}*/
.parallax {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top:0;
}
.template-wrap{
	position:relative;
}
.display-none{
	display:none;
}
.site-inner{
	
}
.btn.btn-oe{
	color: #000;
	font-size: 16px;
	border: 2px solid #000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 5px 25px;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.popup-video{
	color:#000;
	font-size:40px;
}
.popup-video .icon-play-video{
	width:50px;
	height:50px;
	text-align:center;
	display:inline-block;
	border:2px solid #000;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
}
.popup-video .icon-play-video i{
	line-height:3.4;
	font-size: 14px !important;
	display: block;
}
.color-white .popup-video .icon-play-video{
	border-color:#fff;
}

/* ---------------------------------------- */
/*  P R E L O A D I N G   S T Y L E
/* ---------------------------------------- */
.mask-color{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999999;
}
.mask-color-port{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background:rgba(255,255,255,.6);
	display:none;
}
#preview-area{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 60px;
	right: 0;
	margin: auto auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.spinner{
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: rotate-pin 2.0s infinite linear;
	animation: rotate-pin 2.0s infinite linear;
}
.dot1, .dot2{
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: bounce-pin 2.0s infinite ease-in-out;
	animation: bounce-pin 2.0s infinite ease-in-out;
}
.dot2{
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes rotate-pin{
	100%{
		-webkit-transform: rotate(360deg)
	}
}
@keyframes rotate{
	100%{
		transform: rotate(360deg)
	}
}
@-webkit-keyframes bounce-pin{
	0%, 100%{
		-webkit-transform: scale(0.0)
	}
	50%{
		-webkit-transform: scale(1.0)
	}
}
 @keyframes bounce-pin{
	0%, 100%{
		transform: scale(0.0)
	}
	50%{
		transform: scale(1.0)
	}
}
/* ------------------------------------------------ */
/* S L I D E R   S T Y L E   
/* ------------------------------------------------ */
.slider-wrapper{
	position:relative;
	overflow:hidden;
}
.owl-item .item img{
	display: block;
	width: 100%;
	height: auto;
}
/*.text-slider{
	width:570px;
	position:absolute;
	left:15%;
	top:20%;
	/*TRANSISTIONS*/
/*	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	     -o-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	        transition: all 1s ease;
}
.owl-item.active .item .text-slider{
	left:20%;
	opacity:1;
}
.text-slider p{
	line-height:1.2;
	font-size:65px;
	color: #fefeff;
}*/
.scroll-down{
	width:40px;
	height:40px;
	text-align:center;
	display:inline-block;
	border:2px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-right:20px;
	position:relative;
	vertical-align: middle;
}
.img-scroll-down{
	background:url(img/arrow.png) no-repeat;
	height:17px;
	width:17px;
	position:absolute;
	background-position:-68px 0px;
	display:inline-block;
	vertical-align: middle;
	left: 50%;
	top: 50%;
	margin-left: -9px;
	margin-top: -9px;
}
a#scroll_to {
	z-index: 999999;
	color: #fff;
	font-size: 24px;
	margin-top: 30px;
	display: block;
}
.arrow-left-slider, .arrow-right-slider{
	width:17px;
	height:17px;
	display:block;
	background:url(img/arrow.png) no-repeat;
	background-position:-35px 0px;
}
.arrow-right-slider{
	background-position:-53px 0px;
}
/* ---------------------------------------- */
/*  C O N T A C T  B L O C K  S T Y L E
/* ---------------------------------------- */
.contact-wrapper {
	text-align: center;
}
/* ---------------------------------------- */
/*  C L I E N T  S T Y L E
/* ---------------------------------------- */
.client-wrapper{
	display:block;
}
.client-img {
	text-align:center;
	overflow:hidden;
	margin-bottom:30px;
}
/* ---------------------------------------- */
/*  B L O G  B L O C K  S T Y L E
/* ---------------------------------------- */
.at-post-data {
	width: 100%;
}
.at-post-data-right ul.post-categories {
	list-style: none;
	padding: 0;
	display: inline-block;
}
.at-post-data-right ul.post-categories li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.at-blog-post{
	margin-bottom:40px;
}
.at-post-excerpt p{
	font-size:16px;
}
.image-blog-wrapper{
	border-bottom:4px solid;
	margin-bottom:30px;
	height:300px;
	overflow:hidden;
	position:relative;
}
.image-blog-wrapper img{
	min-height: 300px;
}
.at-post-data-left{
	text-align:center;
}
.at-post-data-left.mobile-blog{
	display:none;
	position:absolute;
	bottom:10px;
	left:25px;
}
.at-post-data-left.mobile-blog .at-post-month, .at-post-data-left.mobile-blog .at-post-heart, .at-post-heart i, .at-post-data-left.mobile-blog .at-post-date {
	color:#fff;
}
.at-post-data-left.mobile-blog .at-post-date{
	border-color:#fff !important;
}
.at-post-data-right{
	border-left:1px solid #95a5a5;
}
.at-post-month, .at-post-heart, .at-post-heart i{
	color: #bdc3c7;
	font-size: 18px;
	text-transform:uppercase;
	display:block;
}
.at-post-date{
	color: #bdc3c7;
	font-size: 32px;
	display: block;
	line-height: .8;
	padding-bottom: 30px;
	border-bottom: 1px solid #95a5a6;
	margin-bottom:20px;
}
.at-post-heart{
	font-size:16px;
}
h1.title-blog{
	color: #000;
	font-size: 24px;
	margin-top: 0;
}
h1.title-blog a{
	color: #000;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.at-post-info, .at-post-info a{
	font-size:13px;
	color:#babfc6;
}
.read-more{
	color:#000;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.view-all-blog-wrapper{
	display:block;
	text-align:center;
}
.view-all-blog{
	display:inline-block;
	margin:0 auto;
	text-align:center;
}
.view-all-blog, .view-all-blog *{
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.view-all-blog, .view-all-blog span i{
	color:#bdc3c7;
	font-size:14px;
	text-transform:uppercase;
}
.view-all-blog span i{
	font-size:16px;
	display:block;
	line-height:2.5;
}
.view-all-blog span{
	display:block;
	width:40px;
	height:40px;
	border:2px solid #bdc3c7;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:relative;
	text-align:center;
	margin:0 auto 10px;
}
.blog-header {
	width: 100%;
	overflow: hidden;
}
.blog-header img {
	max-width: 100%;
	height: auto;
}
.post-content img {
	max-width: 100%;
	height: auto;
}
#comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.as-comment-list ul.children {
	margin-left: 96px !important;
	margin-top: 30px !important;
}
.as-comment-thumbnail img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.blog-header-wrapper{
	height:560px;
	margin-bottom: 50px;
	position:relative;
}
.blog-header-img{
	width: 100%;
	height: 560px;
	position: absolute;
	z-index: -1;
	background-position: bottom center;
}
.blog-page{
	margin-top:100px !important;
}
.single-blog{
	border-right: 1px solid #95a5a5;
}
.single-blog-mobile{
	display:none;
}
.at-post-data-left.single-blog a.home-icon{
	display:block;
	width:40px;
	height:40px;
	border:2px solid #bdc3c7;
	text-align:center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin:0 auto;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.at-post-data-left.single-blog a.home-icon i{
	display:block;
	line-height:2.3;
	font-size:16px;
	color:#bdc3c7;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.at-post-data-left.single-blog .at-post-month{
	border-top: 1px solid #95a5a6;
	padding-top:30px;
	margin-top: 20px;
}
.social-share.single-blog-share{
	margin-top:0 !important;
}
.social-share.single-blog-share ul.social {
	float: none !important;
}
.social-share.single-blog-share ul.social li{
	display:block !important;
	margin-bottom:30px;
}
.title-single{
	color: #000;
	font-size: 30px;
	margin-top:0;
	margin-bottom:20px;
}
.post-tags{
	border-top:1px solid #000;
	padding:30px 0 0;
	margin:30px 0 0;
}
.post-tags a{
	color: #bdc3c7;
	margin-left:5px;
	font-size: 14px;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.post-tags a:hover{
	color:#9b59b6;
}
.next-post-container {
	position: relative;
	height: 400px;
	overflow: hidden;
	margin-top: 50px;
	background:#cacaca;
	background-position:bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.next-post-container img {
	width: 100%;
	height: auto;
	position: absolute;
}
.post-content blockquote{
	margin-left:30px;
	border-left: 3px solid #9b59b6;
}
.comment-wrap{
	margin-top:30px;
	border-top:1px solid #000;
}
.as-comments-title{
	margin-bottom:30px;
	color: #3b3b3b;
	font-size: 24px;
    margin-top: 20px;
    text-align: left;
}
.as-comment-left{
	overflow:hidden;
	float:left;
	margin-right:30px;
}
.as-comment-right{
	overflow:hidden;
	position:relative;
}
.as-comment-author{
	display:block;
	color: #5f6f81;
	font-size: 16px;
	line-height:1;
}
.as-comment-time{
	color: #bdc3c7;
	font-size: 14px;
}
.as-comment-content{
	margin-top:10px;
}
.as-comment-content p{
	color: #5f6f81;
	font-size: 16px;
}
.comment-reply-link{
	position:absolute;
	right:0;
	top:0;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.as-comment-list > li{
	margin-bottom:30px;
}
#at_respond{
	border:1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:30px;
	margin-top: 40px;
}
#reply-title{
	color: #3b3b3b;
	font-size: 24px;
	margin-top:0;
    float: none;
}
.comment-form p {
	margin-bottom:15px;
	display: block;
	overflow: hidden;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment textarea{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	box-shadow: none;
	padding: 15px 20px;
	width: 100%;
	border: 1px solid #95a5a5;
}
.before-text{
	opacity: .6;
	color: #5f6f81;
	font-size: 16px;
}
.form-submit input[type="submit"]{
	margin-top:10px;
	color: #000;
	font-size: 16px;
	display: inline-block;
	border: 2px solid #000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 5px 25px;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background:none;
	float:right;
	box-shadow:none;
}
.blog-filter-container {
	overflow: hidden;
}
.blog-filer {
	text-align: center;
	margin-bottom:30px;
}
.blog-filer ul {
	list-style: none;
}
.blog-filer ul li{
	display: inline-block;
	margin-right: 10px;
}

.blog-filer ul li a{
	color: #bdc3c7;
	font-size: 16px;
	display: inline-block;
	border: 2px solid #bdc3c7;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 4px;
	padding: 5px 25px;
	float:left;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.blog-filer ul li.active a, .blog-filer ul li:hover a{
	color: #fff !important;
	background:#f71e1e;
	border-color:#f71e1e;
}
/* ---------------------------------------- */
/*  P O R T F O L I O  B L O C K  S T Y L E
/* ---------------------------------------- */
.portfolio-cat-wrapper{
	margin-bottom:30px;
}
ul.portfolio-category {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.portfolio-category {
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;	
}
ul.portfolio-category li {
	display: inline-block;
	margin: 10px 50px;	
}
ul.portfolio-category li a span.icon-categories{
	display:block;
	width:40px;
	height:40px;
	position:relative;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #bdc3c7;
	margin:0 auto 5px;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
ul.portfolio-category li a span.icon-categories i{
	color: #bdc3c7;
	font-size:16px;
	line-height:2.3;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
ul.portfolio-category li a{
	color: #bdc3c7;
	font-size: 18px;
	display:inline-block;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.portfolio-list{
	overflow:hidden;
}
.portfolio-list .item{
	margin: 0!important;
	line-height: 0;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}
ul.portfolio-category li a:hover span.icon-categories, ul.portfolio-category li a.active span.icon-categories{
	border-color:#000;
}
ul.portfolio-category li a:hover span.icon-categories i, ul.portfolio-category li a:hover, ul.portfolio-category li a.active span.icon-categories i, ul.portfolio-category li a.active{
	color:#000;
}
#portfolio_content{
	margin-top:70px;
	display: none;
	padding-top: 30px;
}
.port-content{
	position:relative;
	margin-bottom:60px;
}
.port-control{
	text-align:center;
}
.thumbnail-img img{
	display: block;
  	width: 100%;
  	height: auto;
}
.prev, .next{
	color: #bdc3c7;
	font-size: 12px;
	position:relative;
	text-transform:uppercase;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.arrow-port{
	width:17px;
	height:17px;
	background:url(img/arrow.png) no-repeat center center;
	background-position:0 0;
	display:inline-block;
	position:relative;
	top:5px;
}
.arrow-port.left{
	left: -20px;
}
.arrow-port.right{
	background-position: -17px 0;
	right: -20px;
}
.close-port{
	width:40px;
	height:40px;
	display:block;
	position:relative;
	display:inline-block;
	margin:0 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #bdc3c7;
	text-align:center;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}	
.close-port i{
	font-size:16px;
	color:#bdc3c7;
	display:block;
	line-height:2.3;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.title-port-wrapper {
	margin-bottom:40px;
}
.title-port-wrapper .title-port{
	text-align:center;
	color: #000;
	font-size: 32px;
	margin:30px 0 10px;
}
.title-port-wrapper .category{
	color: #5f6f81;
	display:block;
	text-align:center;
	font-size: 18px;
}
.social-share{
	margin-top:10px;
}
.btn.gat-in-touch{
	color: #000;
	font-size: 16px;
	display: inline-block;
	border: 2px solid #000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 5px 25px;
	float:left;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.social-share ul.social{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.social-share ul.social li{
	display:inline-block;
	margin-left: 10px;
}
.social-share ul.social li a{
	display:block;
	width:30px;
	height:30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background:#bdc3c7;
	text-align:center;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.social-share ul.social li a i{
	color:#fff;
	display:block;
	line-height: 2.4;
}
/**** Hover Effect ****/
#portfolio_list div.item a div.hover {
	position: absolute;
	background: #333;
	background: rgba(247,30,30,0.5);
	width: 100%;
	height: 100%;
}
#portfolio_list div.item a div.hover span {
	display: block;
	width:40px;
	height:40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border:solid 2px #fff;
	text-align:center;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
#portfolio_list div.item a div.hover span i{
	color:#fff;
	font-size:16px;
	display:block;
	line-height:2.3;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/* END / WORK */
/* ---------------------------------------- */
/*  V I D E O  B L O C K   S T Y L E
/* ---------------------------------------- */
.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
}
.video-wrapper {
	min-height: 200px;
	position: relative;
	overflow: hidden;			
}

/* ------------------------------------------------ */
/* L O A D I N G   S T Y L E   
/* ------------------------------------------------ */
.loading-wrapper {
	display: none;
}
.bubblingG {
	text-align: center;
	width:80px;
	height:50px;
	margin: 0 auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 25px auto;
	background: #cc467c;
	-moz-border-radius: 50px;
	-moz-animation: bubblingG 1.3s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubblingG 1.3s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubblingG 1.3s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubblingG 1.3s infinite alternate;
	border-radius: 50px;
	animation: bubblingG 1.3s infinite alternate;
}

#bubblingG_1 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

#bubblingG_2 {
	-moz-animation-delay: 0.39s;
	-webkit-animation-delay: 0.39s;
	-ms-animation-delay: 0.39s;
	-o-animation-delay: 0.39s;
	animation-delay: 0.39s;
}

#bubblingG_3 {
	-moz-animation-delay: 0.78s;
	-webkit-animation-delay: 0.78s;
	-ms-animation-delay: 0.78s;
	-o-animation-delay: 0.78s;
	animation-delay: 0.78s;
}

@-moz-keyframes bubblingG {
0% {
	width: 10px;
	height: 10px;
	background-color:#cc467c;
	-moz-transform: translateY(0);
}

100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-moz-transform: translateY(-21px);
}

}

@-webkit-keyframes bubblingG {
0% {
	width: 10px;
	height: 10px;
	background-color:#cc467c;
	-webkit-transform: translateY(0);
}

100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-webkit-transform: translateY(-21px);
}

}

@-ms-keyframes bubblingG {
0% {
	width: 10px;
	height: 10px;
	background-color:#cc467c;
	-ms-transform: translateY(0);
}

100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-ms-transform: translateY(-21px);
}

}

@-o-keyframes bubblingG {
0% {
	width: 10px;
	height: 10px;
	background-color:#cc467c;
	-o-transform: translateY(0);
}

100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	-o-transform: translateY(-21px);
}

}

@keyframes bubblingG {
0% {
	width: 10px;
	height: 10px;
	background-color:#cc467c;
	transform: translateY(0);
}

100% {
	width: 24px;
	height: 24px;
	background-color:#FFFFFF;
	transform: translateY(-21px);
}
}

/* --------- LOGO -------- */
.logo{
	position:relative;
}
.logo-wrapper{
	position:relative;
}
.logo-wrapper img{
    max-height: 100px;
}
.logo a{
	display:inline-block;
}
.logo a .logo-img{
	width:40px;
	height:40px;
	display:block;
	border-radius:20%;
	-moz-border-radius:20%;
	-webkit-border-radius:20%;
	background:#ee394e;
	position:relative;
	text-align:center;
	top: 18px;
	overflow:hidden;
}
.logo a .logo-img span{
	color: #fff;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	font-size: 22px;
	font-weight: 700;
}
.logo a .logo-img.logo-white{
	background:#fff !important;
}
.logo a .logo-img.logo-white span{
	color:#000 !important;
}
/* ---------------------------------------- */
/*  H E A D E R   S T Y L E
/* ---------------------------------------- */
.list-services-wrapper{}
.list-services-wrapper .service-wrapper{
	text-align:center;
	margin-bottom:30px;
}
.list-services-wrapper .service-wrapper .icon{
	display:block;
	width:50px;
	height:50px;
	border:2px solid #000;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	position:relative;
	margin:0 auto;
}
.list-services-wrapper .service-wrapper .icon i{
	font-size:20px;
	color:#000;
	line-height: 2.2;
}
.list-services-wrapper .service-wrapper h2.title{
	color: #000;
	font-size: 22px;
	font-weight:400;
}
.list-services-wrapper .service-wrapper p{
	padding:0 5px;
	font-weight:300;
	font-size: 16px;
    word-wrap: break-word;
}
/* ---------------------------------------- */
/*  H E A D I N  G   T I T L E   S T Y L E
/* ---------------------------------------- */
.heading-title-wrapper{
	padding:0 20%;
	text-align:center;
}
.heading-title-wrapper h2.title{
	color: #000;
	margin-bottom: 5px;
	font-size: 45px;
    text-transform: uppercase;
}
.heading-title-wrapper .line-title{
	width:35px;
	height:4px;
	margin:0 auto;
	display:block;
	margin-bottom:20px;
}
.heading-title-wrapper span.sub-title{
	color: #5f6f81;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 300;
}
/* ---------------------------------------- */
/*  T I M E L I N E   A B O U T   S T Y L E
/* ---------------------------------------- */
.timeline-wrapper{
	list-style:none;
	padding:0;
	margin:0 auto;
	width:630px;
}
.timeline-wrapper li{
	display:block;
	margin-bottom:30px;
}
.line-wrapper{
	text-align:center;
}
.line-wrapper .line-horizal{
	width: 24px;
	height: 2px;
	background-color: #95a5a5;
	display:block;
	margin:0 auto;
}
.line-wrapper .line-vertical{
	width: 2px;
	height: 55px;
	background-color: #95a5a5;
	display:block;
	margin:0 auto;
}
.line-wrapper .line-circle{
	width:50px;
	height:50px;
	border: 2px solid #95a5a5;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin: 10px auto 20px;
	color: #95a5a5;
	font-size: 14px;
	font-weight: bold;
	line-height: 3.2;
}
.timeline-wrapper .text-wrapper{
	position:relative;
	text-align:center;
}
.timeline-wrapper .text-wrapper .detail{
	width:370px;
	margin:0 auto;
	z-index: 999;
	position: relative;
}
.timeline-wrapper .text-wrapper .detail h2{
	font-size: 22px;
	color:#000;
}
.timeline-wrapper .text-wrapper .detail p{
	font-size:16px;
}
.maks-black{
	background:rgba(0,0,0, .3);
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.time-line-color-white{
	color:#fff !important;
}
/* ------------------------------------------------ */
/* F O O T E R   S T Y L E   
/* ------------------------------------------------ */
footer {
	padding:50px 0;
	position:relative;
}
.footer-img{
	width: 100%;
	height: 100%;
	top:0;
	position: absolute;
	z-index: -1;
}
.site-info {
	text-align: center;
}
.social-footer{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.social-footer li{
	display: inline-block;
	margin: 15px;
	padding-right: 15px;
	margin-left: 0;
	border-right: 1px solid #fff;
	font-size: 18px;
}
.social-footer li a i{
	color:#fff;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.social-footer li:last-child {
	border: 0;
}
.list-contact-wrapper{
	margin-top:50px;
}
.list-contact-wrapper .contact-wrapper{
	text-align:center;
	margin-bottom:30px;
}
.list-contact-wrapper .contact-wrapper .icon{
	display:block;
	width:50px;
	height:50px;
	border:2px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	position:relative;
	margin:0 auto;
}
.list-contact-wrapper .contact-wrapper .icon i{
	font-size:20px;
	color:#fff;
	line-height: 2.2;
}
.list-contact-wrapper .contact-wrapper p{
	padding:0 5px;
	font-weight:300;
	font-size: 16px;
	margin-top: 15px;
	color:#fff;
}
.copyright{
	font-size: 14px;
	color:#fff;
}
/* ------------------------------------------------ */
/* C O N T A C T  F O R M  S T Y L E   
/* ------------------------------------------------ */
.contact-form-wrapper{
	width:830px;
	border:2px solid #fff;
	margin:30px auto;
	padding:30px 30px 60px;
}
.contact-form-wrapper h2.contact-title{
	text-align:center;
	color:#fff;
	margin-top:0;
	margin-bottom:40px;
    font-size: 30px;
}
.contact-name, .contact-email{
	width:48%;
	float:left;
	border-bottom:2px solid #fff;
	margin-bottom: 20px;
}
.contact-message{
	width:100%;
	border-bottom:2px solid #fff;
}
.contact-email{
	float:right;
}
.contact-name input, .contact-email input, .contact-message textarea{
	width:100%;
	background:none;
	box-shadow:none;
	border:none;
	padding:10px 0;
	outline-style:none;
	color: #fff;
}
.contact-name input, .contact-name input:focus, .contact-email input:focus, .contact-email input:focus{
	outline-style:none;
}

.contact-form-wrapper input[type="submit"]{
	color: #fff;
	background:none;
	font-size: 16px;
	display: inline-block;
	border: 2px solid #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 4px;
	padding: 5px 40px;
	margin-top:20px;
	float:right;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
/* ------------------------------------------------ */
/* P I E C H A R T   S T Y L E   
/* ------------------------------------------------ */
.chart {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent-chart {
	display: inline-block;
	z-index: 2;
	font-size: 30px;
}
.percent-chart:after {
	content: '%';
	margin-left: 0.1em;
	font-size: 25px;
	font-weight:500;
}
.pie-column{
	text-align:center;
	margin-bottom: 25px;
}
.pie-content h2{
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 22px;
	color:#000;
}
/* ------------------------------------------------ */
/* T E A M S B L O C K   S T Y L E   
/* ------------------------------------------------ */
.image-team-wrapper {
	float: left;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-right:10px;
	width:125px;
	height:125px;
	overflow:hidden;
}
.team-info {
	float: left;
	margin-left: 20px;
}
.team-info ul.social-info {
	list-style: none;
	padding: 0;
}
.team-info ul.social-info li{
	display: inline-block;
	margin-right: 10px;
}
.team-info .team-name{
	font-size:22px;
	display:block;
	margin-bottom:0;
}
.social-share.team-social .social{
	float:left !important;
}
.social-share.team-social .social li{
	margin-left:0;
	margin-right:10px;
}
.at-team-post {
	margin-bottom: 30px;
}
/* ------------------------------------------------ */
/* T E S T I M O N I A L   R E S P O N S I V E   S T Y L E   
/* ------------------------------------------------ */
.testimonial-wrapper ul{padding:0}
.avatar-wrapper{}
#test_avatar .item{
	margin:0 30px;	
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	border:3px solid #fff;
	overflow: hidden;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.quote-charater{
	background:url(img/arrow.png) no-repeat;
	width:40px;
	height:40px;
	display:block;
	margin:0 auto 10px;
	background-position:-85px 0;
}
#test_avatar{
	width:600px;
	margin:0 auto 15px;
}
#test_avatar .owl-item.active.synced .item{
	transform: scale(1.7,1.7);
	-moz-transform: scale(1.7,1.7);
	-webkit-transform: scale(1.7,1.7);
}
.test_content{
	text-align:center;
}
#test_avatar .owl-wrapper-outer{
	height:120px;
	padding:0 10px;
}
#test_avatar .owl-wrapper{
	top:30px;
}
#test_content .item p{
	color: #5f6f81;
	font-size: 18px;
	font-style: italic;
	text-align:center;
	width: 60%;
	margin: 10px auto 15px;
}
#test_content .item .name-client{
	display:block;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
}
/* ------------------------------------------------ */
/* C O U N T E R S   S T Y L E   
/* ------------------------------------------------ */
.counter-wrapper{
	overflow:hidden;
	display:block;
    width: 100%;
}
.counter{
	text-align:center;
	margin-bottom: 30px;
}
.counter .counter-title{
	font-size:22px;
	display:block;
	margin:0;
}
.counter .timer{
	font-size:48px;
	color:#000;
	display:block;
	line-height: 1.2;
}

/* ------------------------------------------------ */
/* P R I C I N G  S T Y L E   
/* ------------------------------------------------ */
.pricing-wrapper{
	width:300px;
	height:300px;
	/*border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;*/
	background:#fff;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.pricing-wrapper.main-pricing{
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
	transform: scale(1.2);
	/*border:2px solid #eb6a4b;*/
	z-index:9;
}
.pricing-wrapper.main-pricing .popular{
	position: absolute;
	color: #f83a3a;
	text-transform: uppercase;
	left: 0;
	right: 0;
	text-align: center;
	top: 15px;
}
.pricing-wrapper.main-pricing .pricing-title{
	font-size:15px;
	padding-top:30px;
}
.pricing-wrapper.main-pricing .pricing-list-option li span{
	padding:8px 0;
}
.pricing-wrapper.main-pricing .pricing-title, .pricing-wrapper.main-pricing .pricing-sign-up{
	background:#f83a3a;
}
.pricing-title{
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	background:#60c187;
	color:#fff;
	margin:0;
	padding:10px 0;
	min-height:66px;
}
.pricing-title span{
	font-size: 30px;
}
.pricing-list-option{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.pricing-list-option li{
	display:block;
	text-align:center;
	border-bottom:1px solid #ecf0f1;
}
.pricing-list-option li span{
	display:block;
	padding:11px 0;
	font-size:16px;
	font-weight:400;
}
.pricing-sign-up{
	background:#60c187;
	color:#fff;
	margin:0;
	display:block;
	width:100%;
	text-align:center;
	font-weight: 400;
	font-size: 18px;
	padding:7px 0 15px;
	min-height:50px;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.pricing-sign-up:hover{
	background:#f83a3a;
	color:#fff !important;
}
.pricing-wrapper.main-pricing .pricing-sign-up:hover{
    background: transparent;
    /*border: 1px solid #f83a3a;*/
    color: #f83a3a !important;
}
/* ------------------------------------------------ */
/* R E S P O N S I V E  S T Y L E   
/* ------------------------------------------------ */
@media (max-width: 1440px){
	.owl-item.active .item .text-slider {
		left: 10%;
	}
}
@media (max-width: 1199px){
	ul.portfolio-category li {
		margin: 10px 20px;
	}
	#main-menu-top .main-menu li a {
		padding: 27px 10px;
	}
	.image-team-wrapper{
		float: none;
		margin: 0 auto;
	}
	.team-info{
		float: none;
		text-align: center;
		margin: 0;
	}
	.social{
		float:none;
		text-align:center;
	}
	.social-share.team-social .social li{
		margin:0 10px;
	}
	.social-share.team-social .social{
		float:none !important;
	}
	.pricing-wrapper{
		left:inherit !important;
		right:inherit !important;
	}
}

@media (max-width: 991px){
	.counter-wrapper .counter.col-md-3{
		width: 50%;
		float:left;
	}
	.client-wrapper .client-img.col-md-2{
		width: 50%;
		float:left;
	} 
	.thumbnail-img{
		margin-bottom:30px;
	}
	.contact-form-wrapper{
		width:95%;
	}
	.timeline-wrapper{
		width:100%;
	}
	#main-menu-top{
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	.btn-menu-res{
		display:block;
	}
	.logo a{
		position: relative;
		top: -16px;
	}
	.pricing-wrapper {
		margin-bottom:30px;
		-ms-transform: scale(1) !important;
		-webkit-transform: scale(1) !important;
		transform: scale(1) !important;
	}
}
@media (max-width: 768px){
	.at-post-data-left{
		display:none;
	}
	.at-post-data-right{
		border:none;
	}
	.at-post-data-left.mobile-blog{
		display:block;	
	}
	.single-blog-desktop{
		display:none;
	}
	.single-blog-mobile{
		display:block;
	}
	.single-blog-mobile.at-post-data-left{
		display:block !important;
	}
	.text-slider p {
		font-size: 20px;
		line-height:1.5;
	}
	a#scroll_to{
		font-size:14px;
	}
	#test_avatar {
		width:100%;
	}
	#test_avatar .owl-wrapper-outer {
		height: 165px;
	}
	
}
@media (max-width: 599px){
	#test_avatar {
		width:100%;
		margin-bottom:0;
	}
	#test_avatar .owl-wrapper-outer {
		height: 165px;
	}
}
@media (max-width: 480px){
	.counter-wrapper .counter.col-md-3{
		width: 100%;
		float:none;
	}
	.client-wrapper .client-img.col-md-2{
		width: 100%;
		float:none;
	} 
	.heading-title-wrapper{
		padding:0 5%;
	}
	a#scroll_to, .text-slider {
		/*display:none;*/
		margin-top: 5px;
	}
	#test_content .item p{
		width:100%;
	}
	.timeline-wrapper .text-wrapper .detail{
		width:90%;
	}
	ul.portfolio-category li {
		width: 50%;
	}
}

/**************
No Results page**************/
h1,h3, h4, h5, h6 {
    color: #443f3f;
    font-weight: 600;
    margin: 10px 0 24px;
    float: left;
    text-align: left;
    display: block;
    width:100%;
}
h1.page-title, h3.widget-title{
    font-weight: 600;
    text-align: left;
}

h3.widget-title{
    text-transform: uppercase;
}
.page-header {
	margin: 0;
	border: 0;
    text-align: left;
}
.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding: 30px;
}
.page-title {
    color: #ccc;
    padding-top: 100px;
    text-align:left;
}
h1 {
    font: 52px/1.1 "Raleway", sans-serif;
}
.widget-area .widget {
    position: relative;
    margin-bottom: 30px;
    padding-top: 50px;
}
#secondary, #secondary a, #secondary .widget-title {
    color: #767676;
}
.widget-area .widget:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 1px;
}

.widget_search .search-submit {
    display: none;
}

.content-area .hentry:after
{
    background-color: #f71e1e;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 1px;
}
.content-area .hentry {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.hentry .title-post {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #f71e1e;
}
.hentry .meta-post, .hentry .meta-post a {
    color: #5e5e5e;
    font-size: 13px;
}

.hentry .meta-post {
    margin-bottom: 20px;
}
.hentry .meta-post span {
    position: relative;
    padding-left: 20px;
    margin-right: 18px;
}
.hentry .meta-post span.posted-on:before {
    content: "\f073";
}
.hentry .meta-post span:before {
    position: absolute;
    left: 0;
    top: 1px;
    font-family: "FontAwesome";
    line-height: normal;
}
.byline, .updated:not(.published) {
    display: none;
}
.hentry .meta-post span.comments-link:before {
    content: "\f086";
}
.hentry .meta-post span.cat-links:before {
    content: "\f114";
    top: 4px;
}
.content-area .hentry {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.page-header h3, .entry-header h2{
    text-align: left;
}
.page-header h3{
    font-size: 32px;
    float:none;
}

input[type="search"]{
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h3 {
    font: 20px/1.1 "Raleway", sans-serif;
}

#mainnav ul li a:hover, #mainnav ul li a.active {
    border-bottom: 2px solid #f71e1e;
}

.error-404,  .error-404 h1{
    text-align: center;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 4em 0.5em 1em;
    padding: 1em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
    border-radius: 4px;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

.widget-area .widget_fp_social a,#mainnav ul li a:hover, .aakanksha_contact_info_widget span, .roll-team .team-content .name,.roll-team .team-item .team-pop .team-social li:hover a,.roll-infomation li.address:before,.roll-infomation li.phone:before,.roll-infomation li.email:before,.roll-testimonials .name,.roll-button.border,.roll-button:hover,.roll-icon-list .icon i,.roll-icon-list .content h3 a:hover,.roll-icon-box.white .content h3 a,.roll-icon-box .icon i,.roll-icon-box .content h3 a:hover,.switcher-container .switcher-icon a:focus, .hentry .meta-post a:hover,#mainnav > ul > li > a.active, #mainnav > ul > li > a:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .text-color, .social-menu-widget a, .social-menu-widget a:hover, .archive .team-social li a,  a:hover, .prev:hover, .next:hover, .close-port:hover i, .read-more:hover, .read-more i, .view-all-blog:hover, .view-all-blog:hover span i, .btn.get-in-touch:hover, .at-post-data-left.single-blog a.home-icon:hover i, .form-submit input[type="submit"]:hover, .social-footer li a:hover i, .contact-form-wrapper input[type="submit"]:hover, #test_content .item .name-client, h1.title-blog a:hover, .btn.btn-oe:hover, a:focus, ul.portfolio-category li a:hover span.icon-categories i, ul.portfolio-category li a:hover, ul.portfolio-category li a.active span.icon-categories i, ul.portfolio-category li a.active { 
    color: #f71e1e;
}
.preloader .pre-bounce1, .preloader .pre-bounce2,.roll-team .team-item .team-pop,.roll-progress .progress-animate,.roll-socials li a:hover,.roll-project .project-item .project-pop,.roll-project .project-filter li.active,.roll-project .project-filter li:hover,.roll-button.light:hover,.roll-button.border:hover,.roll-button,.roll-icon-box.white .icon,.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span,.go-top,.bottom .socials li:hover a,.sidebar .widget:before,.blog-pagination ul li.active,.blog-pagination ul li:hover a,.content-area .hentry:after,.text-slider .maintitle:after,.error-wrap #search-submit:hover,#mainnav .sub-menu li:hover > a,#mainnav ul li ul:after, button, input[type="button"], input[type="reset"], .panel-grid-cell .widget-title:after, .social-share.single-blog-share ul.social li a:hover, .button-video {
    background-color: #f71e1e;
}
.roll-socials li a:hover,.roll-socials li a,.roll-button.light:hover,.roll-button.border,.roll-button,.roll-icon-list .icon,.roll-icon-box .icon,.owl-theme .owl-controls .owl-page span,.comment .comment-detail,.widget-tags .tag-list a:hover,.blog-pagination ul li,.hentry blockquote,.error-wrap #search-submit:hover,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus, button, input[type="button"], input[type="reset"], .archive .team-social li a, .close-port:hover, .view-all-blog:hover span, .btn.get-in-touch:hover, .image-blog-wrapper, .at-post-data-left.single-blog a.home-icon:hover, .form-submit input[type="submit"]:hover, .contact-form-wrapper input[type="submit"]:hover, .btn.btn-oe:hover, .popup-video:hover .icon-play-video, .blog-filer ul li.active a, .blog-filer ul li:hover a, .roll-button, .button-video, input[type="submit"]:hover, input[type="submit"], ul.portfolio-category li a:hover span.icon-categories, ul.portfolio-category li a.active span.icon-categories { 
    border-color:  #f71e1e;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover, .pricing-sign-up:hover, .blog-filer ul li.active a, .blog-filer ul li:hover a, input[type="submit"], .social-share ul.social li a:hover {
    background:  #f71e1e;
}

.name-logo{
   width:auto !important;
   height: auto !important;
    max-width: 90%  !important;
    vertical-align: middle  !important;
}