/*------------------------ GLOBAL STYLES ----------------------*/
body{
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing:antialiased !important;
}
h1, h2, h3{
	font-family: 'Lato', sans-serif;
}
h1{
	font-size:32px;
}
h2{
	font-size:24px;
}
h3{
	font-size:20px;
}
h4{
	font-size:15px;
}	
p{
	font-family:Arial;
	font-size:13px;
	font-weight:400;
	line-height:1.7;
	-webkit-font-smoothing:antialiased !important;
}
.container{
	width:100%;
	max-width:1200px;
}
.slider-container{
	max-width:1230px;
}
.animated {
	visibility:hidden; 
}
.visible {
	visibility:visible;
}
/* ----------  Extra Classes -----------*/
.rss-icon:hover{
	color:#F36F24;
}
.facebook-icon:hover{
	color:#3c599f;
}
.twitter-icon:hover{
	color:#5EAADE;
}
.youtube-icon:hover{
	color:#dd2b29;
}
.google-icon:hover{
	color:#df4b38;
}
.dribble-icon:hover{
	color:#ea4886;
}
.vimeo-icon:hover{
	color: #17B3E8;
}
.skype-icon:hover{
	color:#00AFF0;
}
.tumblr-icon:hover{
	color:#16b6ea;
}
	
a:hover, a:focus{
	outline:none;
	text-decoration:none;
}
.section{
	padding:0px 0px 0px;
	position:relative;
}
.section-inner{
	padding:55px 0px 60px;
}
.fa.fa-link.color-blue{
	transform:rotate(90deg);
}
.static{
	position:static;
}
.btn{
	max-width: 185px;
    width: 100%;
	color:#fff;
	text-transform:capitalize;
	border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 15px;
    font-weight: 400;
    padding: 7px 15px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	margin:0 10px;
	outline:none;
}
.btn.focus, .btn:focus{
	outline:none;
	color:#fff;
}
.btn:hover{
	background:none;
}
.parallax-overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
/* ===== SHAPE ======*/
.slant-top-angle {
	width: 100%;	
	border-left: medium solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(.9999);
	-moz-transform: scale(.9999);
	-webkit-transform: scale(.9999);
	-o-transform: scale(.9999);
	/*-ms-transform: scale(.9999);*/
}
.slant-bottom-angle {
	width: 100%;	
	border-right: medium solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(.99999);
	-moz-transform: scale(.99999);
	-webkit-transform: scale(.99999);
	-o-transform: scale(.99999);
}
/* Section Title & Subtitle */
.section-title{
    font-size: 26px;
    font-family: 'Lato';
    text-align: center;
    margin-top: 0px;
    /* background-color: #fb9821; */
    padding-top: 10px;
    color: #151313;
    text-transform: uppercase;
}

.sub-title{
	font-size:14px;
	font-family: 'Lato';
	padding:0px 5% 45px;
	margin:0px;
	text-align:center;
	color: #7e7e7e;
}
.button{
	font-size:15px;
	text-align:center;
	padding:7px;
	border:0px;
}
.button a{
	color:#FFFFFF;
	display:block;
}
/* ------------- Page Loader Styles ------------- */
#pageloader {
    background-color: #FFFFFF;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
} 
.loader-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
    border-left: 3px solid;
    border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
    border-right: 3px solid;
    border-top: 3px solid;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.loader-item h2 {
    color: #CCCCCC;
    font-size: 20px;
    margin: 0 auto;
}
.colored-border {
    border-color: #3498db;
}
/* General */
.scrolling {
	display:none;
	margin:20px 50px 0px 0px;
	position:relative;
}
.scrolling > span:after {
    content: "";
    height: inherit;
    left: 70%;
    position: absolute;
    top: -6px;
    width: inherit;
	transform: scale(0.9999);
	-moz-transform: scale(0.9999);
	-ms-transform: scale(0.9999);
	-o-transform: scale(0.9999);
	-webkit-transform: scale(0.9999);
	
}
/* Common Slider Controls */
.section .owl-controls .owl-page span {
    border-radius: 0;
	background:#CBCBCB;
}
.section .owl-buttons {
    position: absolute;
    top: 30%;
	text-align:center;
    width: 100%;
}
.section .owl-buttons i{
	text-align:center;
}
.section .owl-controls .owl-buttons div {
	font-size:20px;
	opacity:1;
	width:40px;
	height:45px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	position:absolute;
	border-bottom: none;
	padding:8px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.section .owl-buttons .owl-prev{
	left:-5%;
}
.section .owl-buttons .owl-next{
	right:-5%;
}
.section .owl-buttons .owl-prev:after{	
	background: inherit;
    bottom: -3px;
    content: "";
    height: 10px;
    right: -1px;
    position: absolute;
    transform: skew(8deg) rotate(8deg);
	-moz-transform: skew(8deg) rotate(8deg);
	-webkit-transform: skew(8deg) rotate(8deg);
	-o-transform: skew(8deg) rotate(8deg);
	-ms-transform: skew(8deg) rotate(8deg);
    width: 102%;
}	
.section .owl-buttons .owl-next:after{
	background: inherit;
    bottom: -3px;
    content: "";
    height: 10px;
    right: 0;
    position: absolute;
    transform: skew(-8deg) rotate(-8deg);
	-moz-transform: skew(-8deg) rotate(-8deg);
	-webkit-transform: skew(-8deg) rotate(-8deg);
	-o-transform: skew(-8deg) rotate(-8deg);
	-ms-transform: skew(-8deg) rotate(-8deg);
    width: 39px;
}
.section .owl-controls .owl-buttons div:hover i{
	color:#FFFFFF !important;
}
/*------------------------ HEADER TOP SECTION ----------------------*/
.header-top{
	background: #009dd9;
	width:100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-top ul{
	list-style:none;
}
.header-top .navbar{
	min-height:40px;
	padding-left:0;
}
.header-top .header-top-left{
	float:left;
	padding-left:0;
	margin-bottom:0;
}
.header-top-left li a:hover{
	color:#fff;
	transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
.header-top .header-top-right{
	padding-left:0;
}
.header-top-left li,.header-top-right li{	
	font-family:Arial;
	float: left;
    font-size: 12px;
    height: 30px;
    line-height: 40px;
    padding-right:35px;
	padding-left:0;
    position: relative;
	color:#7c7b7b;
}
.header-top-right li{
	line-height: 50px;
}
.header-top-left li a,.header-top-right li a,.header-top button{
	color:#fff;
}
.navbar-header .header-top-right li i{
	padding-left:12px;
}
.header-top-left li i{
	padding-right:3px; color:#fff;
}
.header-top-right li a{
	padding-left:0;
	padding-right:0;
	height:auto;
}
.nav > li > a:hover, .nav > li > a:focus{
	background:transparent;
}
.header-top .nav > li > a{
	padding:0;
}
.header-top .nav > li{
	margin:10px 0px 0px;
    padding-left: 7px;
    padding-right: 7px;
}
.header-top .navbar-toggle{
	font-size: 22px;
    margin: 0;
    transform: rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
.header-top-left li a{
	font-size:12px;
}
.header-top-left li a i{
	font-size:14px;
}
.header-top-right li a{
	font-size:18px !important;
}
/*LANGUAGE DROP DOWN*/
.header-top-left .dropdown.open,.header-top-left .dropdown .dropdown-menu li>a:hover,{
	background:transparent;
	color:#16B6EA;
}
.header-top-left .dropdown{
	overflow:visible;
}
.header-top-left .dropdown.open a{
	color:#fff;
}
.header-top-left .dropdown span>i{
	padding:0 0 0 3px;
	vertical-align:middle;
}
.header-top-left .dropdown .dropdown-menu{
	min-width:115px;
	top: 93%;
	padding:0;
	border:1px solid #000;
	border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	background:#f2f2f2;
	z-index:101;
}
.header-top-left .dropdown .dropdown-menu li{
	padding-right:0;
	text-align:left;
	height:0;
	line-height:0;
	padding:15px 10px;
	float:none;
	display:block;
}
.header-top-left .dropdown .dropdown-menu li>a{
	padding:0;
	line-height:0;
	color:#7c7b7b;
	margin-top: -5px;
}
.header-top-left .dropdown .dropdown-menu li > a > span > img{
	margin-right:8px;
	border:1px solid #fff;
}
ul{
	padding:0;
}
li a .fa.fa-skype {
    font-size: 22px;
}
ul{
	padding:0;
}
.header-top-right li a i{
	transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
}
/* Logo Style */
.site-logo,.menu-bar .navbar-header,.navbar-right{
	float:none;
	text-align:center;
}
.site-logo{
	padding:15px 0;
}
.navbar-header a{
	font-size:40px;
	position: relative;
	margin: 0 auto;
	font-family: 'Lato';
}
.navbar-header a span.logo-style{
	color: #ffffff;
    display: inline-block;
    line-height: 45px;
    margin-right: -2px;
    max-height: 45px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    position: relative;
    text-align: right;
    transform: skewY(8deg);
	-moz-transform: skewY(8deg);
	-ms-transform: skewY(8deg);
	-0-transform: skewY(8deg);
	-webkit-transform: skewY(8deg);
     transform-origin: left bottom 0;
	-moz-transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	-0-transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
}
.menu-bar .navbar-header:after{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#bebebe;
	right:0;
	left:0;
}
/*navigation-menu*/
.navbar-default{
	background:#fff;
}

#\31 23{
display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #dedddd;
    box-shadow: 2px 5px 5px 2px #e6e4e4;
    min-height: 335px;
}

#read{background-color: #2d333a;
    padding: 5px 10px 5px 10px;
    color: #fff;
    margin-top: 10px;
    text-align: center;}
#read a{ color:#fff; text-align:center;}
.feature-content #read{ margin-top:10px;}
.navbar{
	border:none;
	margin-bottom:0;
	border-radius:0px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}	
.menu-bar .nav > li{
	min-width:96px;
	color:#FFFFFF;
	z-index:100;
}
.menu-bar .nav > li a:after{
	background: inherit;
    bottom: 0;
    content: "";

    left: 0;
    right: 0;
   transform: skew(9deg) rotate(9deg);
	-ms-transform: skew(9deg) rotate(9deg);
	-moz-transform: skew(9deg) rotate(9deg);
	-webkit-transform: skew(9deg) rotate(9deg);
	-o-transform: skew(9deg) rotate(9deg);
    transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	-moz-transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
	-o-transform-origin: left bottom 0;
    width: 99%;
    z-index: 1;
}
.menu-bar .nav > li.dropdown a::after{
	content:none;
}
.menu-bar .nav > li a.active:after{
	display:none;
}
.menu-bar .navbar-nav > li > a{
	font-size:13px; margin-top:10px;
	font-family: 'Lato';
	color:#ededed;
	text-transform:uppercase;
	text-align:center;
}
.menu-bar .navbar-nav > li:last-child > a{
	border-bottom:none;
}
.navbar-default .navbar-nav > li > a:focus{
	color:#7b7a7a;
}
.menu-bar .navbar-nav > li{
	float:none;
	display:inline-block;
}	
.menu-bar .navbar-right{
	float:none !important;
}
.menu-bar .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
}
.menu-bar .navbar-nav > li > a {
    line-height: 48px;
}	
.navbar-header .navbar-toggle {
	border:none;
	padding:6px 3px !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background:none;
}
.menu-bar .navbar-toggle{
	float:none;
}
.menu-bar button{
	width:100%;
	margin-bottom:20px;
	z-index: 999;
}
.menu-box {
    display: block;
    width: 100%;
	color:#FFFFFF;
	font-family: 'Lato';
	height:28px;
	font-size:16px;
	text-align:left;
	padding:2px 10px;
	position:relative;
}
.menu-box:after {
	background: inherit;
    bottom: 0;
    content: "";
    height: 26px;
    left: 0;
    position: absolute;
    transform: skew(2deg) rotate(2deg);
	-ms-transform: skew(2deg) rotate(2deg);
	-moz-transform: skew(2deg) rotate(2deg);
	-webkit-transform: skew(2deg) rotate(2deg);
	-o-transform: skew(2deg) rotate(2deg);
	transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	-moz-transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
	-o-transform-origin: left bottom 0;
    width: 100%;
    z-index: 0;
}
.menu-box .menu-button{
	font-size: 30px;
    line-height: 0.8;
	margin-top:1%;
    position: absolute;
    right: 5px;
    z-index: 9;
}
.menu-box .menu{
    position: absolute;
    left: 10px;
    z-index: 9;
}
.menu-bar .nav > li:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active,.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color:#FFFFFF;
}
.menu-bar .navbar-nav > li > a {
    line-height: 70px;
    font-weight: bold;
    color: #24417b;
}
.btn-primary {
    color: #fff;
    background-color: #ee2c78;
    border-color: #ee2c78;
	padding:5px;
}

.dropdown-menu .dropdown .sub-menu li:hover a{
	color:#000;
}
.navbar-collapse.in {
    max-height: 350px;
    overflow-y: scroll;
}
/*drop down*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background:transparent;
}
.navbar-nav > li > .dropdown-menu,.menu-bar .dropdown .dropdown-menu > li:last-child > a,.menu-bar .dropdown .sub-menu > li:last-child{
	box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
}
.dropdown-menu .dropdown .sub-menu a{
	color:#7b7a7a;
}
.menu-bar .dropdown .dropdown-menu > li > a,.menu-bar .dropdown .sub-menu > li{
	padding:10px 0;
	color:#fff;
	border-bottom:1px solid #fff;
	margin: 0 20px;
	font-size:15px;
}
.menu-bar .dropdown .dropdown-menu > li > a:hover, .menu-bar .dropdown .dropdown-menu > li > a:hover span.submenu-toggler{
	background:transparent;
	color:#000;
}
.menu-bar .dropdown .dropdown-menu > li.dropdown-submenu{
	position:relative;
}
.menu-bar .dropdown .dropdown-menu > li.dropdown-submenu .dropdown-menu{
	left: 100%;
    position: absolute;
    top: 0;
}
.menu-bar .dropdown .dropdown-menu > li.dropdown-submenu.open > a{
	background:transparent;
	color:#000;
}
.menu-bar .nav > li.search:hover, .navbar-default .navbar-nav > li.search > a:hover,.menu-bar .nav > li.search:focus, .navbar-default .navbar-nav > li.search > a:focus{
	background:transparent;
}
.menu-bar .navbar-nav > li.search > a{
	position:relative;
}
.menu-bar .navbar-nav > li.search > a > i{
	margin:0;
	top:20px;
	text-align:right;
}
.menu-bar .navbar-nav > li.search:hover > a{
	color:#7b7a7a;
}
.menu-bar .navbar-nav .navbar-form{
	display: none;
    margin-top: 0;
    position: absolute;
    right: -65px;
    top: 85px;
    width: 260px;
    z-index: 99999;
}
.menu-bar .navbar-nav .navbar-form.toggled{
	display:block;
}
.menu-bar .navbar-nav .input-group .form-control,.menu-bar .navbar-nav .input-group .btn-default{
	border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	-webkit-border-radius:0;
	background:#f5f5f5;
	box-shadow: none;
	font-family: 'Lato';
	font-style:italic;
	border-right:none;
	height:40px;
}
.menu-bar .navbar-nav .input-group .btn-default{
	border-left:none;
	font-style:normal;
}
.menu-bar .nav > li.search-form{
	min-width:0px !important;
}
.menu-bar .nav > li.search{
	padding:15px 0;
	min-width:48px;
	float:right;
}

/* Dropdown */
.dropdown{
	position:relative;
}
ul li span.menu-toggler {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 12px;
    width: 30px;
	left:0;
	margin:0 auto;
}
ul li span.menu-toggler > i{
	color:#333;
}

/* Dropdown Submenu */
.dropdown:hover .dropdown-menu, .dropdown-menu .dropdown:hover .sub-menu {
	visibility: visible; 
	animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	-ms-animation-duration: 0.6s;
	animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
}

.dropdown-submenu{
	position:relative;
}
.sub-menu{
	z-index:1000;
}
ul li span.submenu-toggler {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    right: 7px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    top: 6px;
}
ul li.dropdown-submenu:hover span.submenu-toggler{
	color:#333;
} 
/*Text Slider Navigation Bar*/
#text-slider .navbar-default {
    background:#fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
/* ------------- Sticky Container ------------- */
.sticky-wrapper.is-sticky .top-container {
	position: relative;
	padding: 10px 13px 10px;
}
.sticky-wrapper.is-sticky .menu-bar .navbar-header,.sticky-wrapper.is-sticky .site-logo{
    float: left;
    text-align: left;
}
.sticky-wrapper.is-sticky .menu-bar .navbar-right {
	float: right !important;
	text-align:center;
}
.sticky-wrapper.is-sticky .menu-bar .navbar-nav > li {
	display: inline-block;
	float: none;
	margin:0;
}
#top-section .collapse.in{
	z-index:9999;
}
.sticky-navigation {
	width: 100%;
	z-index:99999;
}
#sticky-section{
	background:#FFFFFFF;
	/*height:85px;*/
}
/*SLIDER*/
.top-slider{
	background:#DBD9D8; /* Old browsers */

position:static;
}
.carousel-control.right, .carousel-control.left{
	background:none;
	filter: none;
}
.carousel-indicators li.active{
	border:none;
}
.carousel-control{
	opacity:1;
	text-shadow:none;
	width:auto;
	height:30px;
	top:50%;
}
.left.carousel-control{
	background:transparent;
	border-bottom:none;
	left:8%;
	top:50%;
	height:45px;
	width: 40px;
	padding:8px;
}
.left.carousel-control:after{
	background: inherit;
    bottom: -3px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    transform: skew(8deg) rotate(8deg);
	-moz-transform: skew(8deg) rotate(8deg);
	-webkit-transform: skew(8deg) rotate(8deg);
	-o-transform: skew(8deg) rotate(8deg);
	-ms-transform: skew(8deg) rotate(8deg);
    width: 39px;
}	
.right.carousel-control{
	background:transparent;
	border-bottom:none;
	right:8%;
	top:50%;
	height: 45px;
	width: 40px;
	padding:8px;
}
.right.carousel-control:after{
	background: inherit;
    bottom: -3px;
    content: "";
    height: 10px;
    right: 0;
    position: absolute;
    transform: skew(-8deg) rotate(-8deg);
	-moz-transform: skew(-8deg) rotate(-8deg);
	-webkit-transform: skew(-8deg) rotate(-8deg);
	-o-transform: skew(-8deg) rotate(-8deg);
	-ms-transform: skew(-8deg) rotate(-8deg);
    width: 39px;
}
.left.carousel-control:hover,.right.carousel-control:hover{
	color:#fff;
}
.carousel-inner img{
	float:right;
}
.carousel-caption{
	text-shadow:none;
	text-align:left;
	left:0;
	top:30%;
}
.carousel-caption h1 {
    font-size: 29px;
	margin-bottom:15px;
	margin-top:0;
}
.carousel-caption p{
	font-family: 'Lato';
	margin-bottom:0;
	color:#737373;
	font-size:16px;
}
.carousel-caption .btn{
	margin-top:25px;
	height:35px;
	width:155px;
	border-radius:0;
	font-family: 'Lato';
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	margin-right:0;
	margin-left:0;
}
.carousel-caption .btn:hover{
	background:transparent;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
}
.carousel-indicators li{
}
/*---------------------------------------------------
				Fractional Slider Styles
--------------------------------------------------------*/
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	background: rgb(212,212,212); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(212,212,212,1) 0%, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 22%, rgba(250,250,250,1) 23%, rgba(247,247,247,1) 38%, rgba(246,244,245,1) 40%, rgba(246,246,246,1) 42%, rgba(243,243,243,1) 46%, rgba(245,243,244,1) 48%, rgba(239,237,238,1) 62%, rgba(236,234,235,1) 79%, rgba(233,231,232,1) 83%, rgba(232,230,231,1) 97%, rgba(230,228,229,1) 98%, rgba(232,230,231,1) 99%, rgba(230,228,229,1) 99%, rgba(231,229,230,1) 100%, rgba(214,212,213,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,212,212,1)), color-stop(0%,rgba(255,255,255,1)), color-stop(22%,rgba(252,252,252,1)), color-stop(23%,rgba(250,250,250,1)), color-stop(38%,rgba(247,247,247,1)), color-stop(40%,rgba(246,244,245,1)), color-stop(42%,rgba(246,246,246,1)), color-stop(46%,rgba(243,243,243,1)), color-stop(48%,rgba(245,243,244,1)), color-stop(62%,rgba(239,237,238,1)), color-stop(79%,rgba(236,234,235,1)), color-stop(83%,rgba(233,231,232,1)), color-stop(97%,rgba(232,230,231,1)), color-stop(98%,rgba(230,228,229,1)), color-stop(99%,rgba(232,230,231,1)), color-stop(99%,rgba(230,228,229,1)), color-stop(100%,rgba(231,229,230,1)), color-stop(100%,rgba(214,212,213,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(212,212,212,1) 0%,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 22%,rgba(250,250,250,1) 23%,rgba(247,247,247,1) 38%,rgba(246,244,245,1) 40%,rgba(246,246,246,1) 42%,rgba(243,243,243,1) 46%,rgba(245,243,244,1) 48%,rgba(239,237,238,1) 62%,rgba(236,234,235,1) 79%,rgba(233,231,232,1) 83%,rgba(232,230,231,1) 97%,rgba(230,228,229,1) 98%,rgba(232,230,231,1) 99%,rgba(230,228,229,1) 99%,rgba(231,229,230,1) 100%,rgba(214,212,213,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(212,212,212,1) 0%,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 22%,rgba(250,250,250,1) 23%,rgba(247,247,247,1) 38%,rgba(246,244,245,1) 40%,rgba(246,246,246,1) 42%,rgba(243,243,243,1) 46%,rgba(245,243,244,1) 48%,rgba(239,237,238,1) 62%,rgba(236,234,235,1) 79%,rgba(233,231,232,1) 83%,rgba(232,230,231,1) 97%,rgba(230,228,229,1) 98%,rgba(232,230,231,1) 99%,rgba(230,228,229,1) 99%,rgba(231,229,230,1) 100%,rgba(214,212,213,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(212,212,212,1) 0%,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 22%,rgba(250,250,250,1) 23%,rgba(247,247,247,1) 38%,rgba(246,244,245,1) 40%,rgba(246,246,246,1) 42%,rgba(243,243,243,1) 46%,rgba(245,243,244,1) 48%,rgba(239,237,238,1) 62%,rgba(236,234,235,1) 79%,rgba(233,231,232,1) 83%,rgba(232,230,231,1) 97%,rgba(230,228,229,1) 98%,rgba(232,230,231,1) 99%,rgba(230,228,229,1) 99%,rgba(231,229,230,1) 100%,rgba(214,212,213,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(212,212,212,1) 0%,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 22%,rgba(250,250,250,1) 23%,rgba(247,247,247,1) 38%,rgba(246,244,245,1) 40%,rgba(246,246,246,1) 42%,rgba(243,243,243,1) 46%,rgba(245,243,244,1) 48%,rgba(239,237,238,1) 62%,rgba(236,234,235,1) 79%,rgba(233,231,232,1) 83%,rgba(232,230,231,1) 97%,rgba(230,228,229,1) 98%,rgba(232,230,231,1) 99%,rgba(230,228,229,1) 99%,rgba(231,229,230,1) 100%,rgba(214,212,213,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#d6d4d5',GradientType=0 ); /* IE6-9 */
	margin:1px auto 0;
}
.fs_loader{
	width:100%; height:40px;
	background:url(../images/slider/loader.html) center center no-repeat transparent;
}
.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	overflow:visible;
}
.fraction-slider .prev,.fraction-slider .next{
	display:block;
}
.fraction-slider .prev,
.fraction-slider .next,
.carousel-control.right, 
.carousel-control.left{
	padding:8px 16px;
	width:40px;
	border-bottom:none!important;
}
.fraction-slider .prev:hover,.fraction-slider .next:hover{
	color:#fff!important;
}
.fraction-slider .prev{
	left:-6%;
}
.fraction-slider .prev:before{
	content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size: 18px;
	position:absolute;
	text-align:center;
	right:0;
	left:0;
}
.fraction-slider .next{
	right:-6%;
}
.fraction-slider .next:before{
	content:  "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size: 18px;
	position:absolute;
	text-align:center;
	right:0;
	left:0;
}
.fs-pager-wrapper{
	left:0;
	right:0;
	text-align:center;
}
.fra-slider h1{
	font-size: 30px;
	margin-bottom:5px;
	margin-top:0;
}
.fra-slider a.btn{
	color:#fff;
	border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	-webkit-border-radius:0;
	padding: 8px 35px;
}
.fra-slider a.btn:hover{
	background:transparent;
}
.fra-slider p{
	color: #737373;
    font-family: "Lato";
    font-size: 16px;
}
.fs-pager-wrapper a{
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	padding:0;
	height:12px;
	width:12px;
	border:1px solid #fff;
}
.fs-pager-wrapper a{
	border:1px solid #2e2e2e;
}
.fs-pager-wrapper a.active{
	border:1px solid #fff;
}
#top-slider .owl-controls .owl-prev:after,.fraction-slider .prev:after{
	background: inherit;
	bottom: -3px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	transform: skew(8deg) rotate(8deg);
	-moz-transform: skew(8deg) rotate(8deg);
	-webkit-transform: skew(8deg) rotate(8deg);
	-o-transform: skew(8deg) rotate(8deg);
	-ms-transform: skew(8deg) rotate(8deg);
	width: 39px;
	border-top:0px !important;
	border-left:none;
}
#top-slider .owl-controls .owl-next:after,.fraction-slider .next:after{
	background: inherit;
	bottom: -3px;
	content: "";
	height: 10px;
	left: -1px;
	position: absolute;
	transform: skew(-8deg) rotate(-8deg);
	-moz-transform: skew(-8deg) rotate(-8deg);
	-webkit-transform: skew(-8deg) rotate(-8deg);
	-o-transform: skew(-8deg) rotate(-8deg);
	-ms-transform: skew(-8deg) rotate(-8deg);
	width: 40px;
	border-top:0px !important;
	border-right:none;
}
/*--------------------------------------------------
					VIDEO BG SECTION
-----------------------------------------------------*/
#fixed_video1{
 	background-color: black;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: 0;
}
#fixed_video1:after{
	background:rgba(0,0,0,0.8);
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}		
.mb_YTVPBar .buttonBar{
	display:none;
}
.mb_YTVPBar .ytpicon {
	background:rgba(0,0,0,0.6); 
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	font-size: 90px;
	line-height: 105px;
	border:none;
	padding-top:10px;
}
.mb_YTVPBar span{  
    height: 128px;    
    width: 128px;
}
/*-----Video text styles------*/
.text-slider-container{
	top:50%;
	z-index:9;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide-text{
	margin:0 auto;
	left:0;
	right:0;
	text-align:center;
	top:50%;
}
.slide-text > li h1{
	color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
	margin-top:0;
    text-transform:capitalize;
}
.sub-titles,.slider-button{
	text-align:center;
}
.text-slider-container p.desc{
	color:#fff;
	font-size:20px;
	text-align:center;
	margin-top:10px;
}
.text-slider-container p.slider-button{
	text-align:center;
	margin-top:20px;
}
.slider-button .btn{
	margin-bottom:20px;
}

/*------------------------------------------------------
						Text slider
-----------------------------------------------------------*/
#slides{
	position:relative;
	padding-top:170px;
}
#slides:after{
	background:rgba(0,0,0,0.6);
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}	
.slider-content{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	width:100%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	z-index:99;
	margin-top:40px;
	text-align:center;
}	
.slider-content h1.typed-text{
	color:#fff;
	font-weight:700;
	font-size:60px;
	text-transform:capitalize;
	text-align:center;
}
.slider-content h3{
	color:#fff;
	text-align:center;
	margin-top:0;
}
.slider-content p{
	margin-top:25px;
}
.slider-content .btn{
	margin-bottom:20px;
}
/*------------------------------------------------------
						Subcribe Form
-----------------------------------------------------------*/
#subscribe-section{
	position:relative;
}
#subscribe-section .subscribe-block{
	background:url(../images/background-images/subscribe.html)no-repeat fixed;
	background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	position:relative;
}
#subscribe-section .subscribe-block:after{
	background:rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
#subscribe-section .subscribe-block .subscribe-container{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:60%;
	transform:translateY(-60%);
	-ms-transform:translateY(-60%);
	-moz-transform:translateY(-60%);
	-o-transform:translateY(-60%);
	-webkit-transform:translateY(-60%);
	z-index:999;
	text-align:center;
}
.subscribe-block .subscribe-container h1{
	color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-transform:capitalize;
}
.subscribe-block .subscribe-container p{
	color:#fff;
	text-align:center;
	max-width:850px;
	margin:0 auto;
	margin-bottom:40px;
}
.subscribe-block .subscribe-container p.form-message1{
	margin-bottom:10px;
	font-weight:700;
}
.subscribe-block .subscribe-container .form-control{
	background:transparent;
	box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	-webkit-border-radius:0;
	border:1px solid;
	width:50%;
}
.subscribe-block .subscribe-container .form-group .form-control{
	display: table-cell;
	width:100%;
	height:45px;
	vertical-align:middle;
}
.subscribe-block .subscribe-container  button{
	display: table-cell;
	height:45px;
}
.subscribe-block .subscribe-container .has-error .form-control-feedback{
	vertical-align:middle;
	height:45px;
	line-height:45px;
}
/*------------------------------------------------------
						Register Form
-----------------------------------------------------------*/
#register{
	position:relative;
	background:url(../images/background-images/register.html) no-repeat fixed;
	position:relative;
	padding-top:170px;
}
#register:after{
	background:rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
#register .register-container{
	text-align:center;
	padding:100px 0;
	position:relative;
	z-index:99;
}
.register-container h1{
	color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-transform:capitalize;
}
.register-container p{
	color:#fff;
	text-align:center;
	max-width:850px;
	margin:0 auto 50px;
}
.register-features h3{
	font-size:20px;
	text-align:left;
	color:#fff;
	margin:0 0 30px;
}
.register-features ul{
	list-style:none;
	padding:0;
}
.register-features ul li{
	padding-left:65px;
	text-align:left;
	position:relative;
	margin-bottom:40px;
}
.register-features ul li i {
    color: #fff;
    font-size: 30px;
	line-height:45px;
	height:55px;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
	width:50px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.register-features ul li i:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: skewY(12deg);
	-ms-transform: skewY(12deg);
	-moz-transform: skewY(12deg);
	-o-transform: skewY(12deg);
	-webkit-transform: skewY(12deg);
    transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	-webkit-transform-origin: right bottom 0;
    width: 100%;
    z-index: -1;
}
.register-features iframe{
	margin-bottom:20px;
}
.register-container .register-features ul li > p{
	text-align:left;
}
.register-form-block h3{
	text-align:left;
	color:#fff;
	margin:0 0 30px;
}
.register-form .form-group{
 	margin-left: 0;
    margin-right: 0;
	margin-bottom:30px;
}	
.register-form .form-group .form-control{
	background:transparent;
	box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	-webkit-border-radius:0;
	color:#fff;
	width:100%;
}
.register-form .btn{
	max-width:unset;
	width:100%;
	margin:0;
}
.form-horizontal.register-form .has-feedback .form-control-feedback {
    line-height: 30px;
    right: 0;
}
/*------------------------------------------------------
						Logo Left
-----------------------------------------------------------*/
#logo-left .site-logo{
	float:left;
}
#logo-left .menu-bar .navbar-right{
	float:right!important;
}
/*------------------------------------------------------
						Side nav
-----------------------------------------------------------*/
#sidenav .site-logo{
	float:left;
}
.toggle-btn {
    display: block;
    float: right;
    margin-bottom: 0;
}
.toggle-btn > li{
    display: inline-block;
	padding:21px 0;
	font-size:30px;
}
#wrapper .toggle-menu{
	background:url(../images/background-images/header-footer-bg.jpg) repeat #000;
	width:35%;
	height:100%;
	position: fixed;
	overflow-y: auto;
	right:-35%;
	top:0;
	z-index:99999;	
}
#wrapper .close-menu{
	float:right;
	color:#a2a2a2;
	font-size:50px;
	height:100px;
	width:100px;
	padding: 13px 0;
    text-align: center;
	display:block;
}
#wrapper .close-menu:before,#wrapper .close-menu:after{
	transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
}
#wrapper .close-menu:before {
    background:#a2a2a2;
    content: "";
    height: 50px;
    position: absolute;
    transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
    width: 3px;
	top:25px;
}
#wrapper .close-menu:after {
    background:#a2a2a2;
    content: "";
    height: 50px;
    position: absolute;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    width: 3px;
	top:25px;
}
#wrapper .nav{
	padding:130px 0 0 55px;
	
}
#wrapper .nav > li > a{
	color:#a2a2a2;
	font-size:24px;
	text-transform:uppercase;
	font-weight:400;
	padding: 6px 22px;
}
#wrapper .nav > li > a:hover, .nav > li > a:focus{
	background:transparent;
}
#wrapper .nav > li.active{
	position:relative;
}
#wrapper .nav > li.active:before{
	height:20px;
	content:"";
	width:77px;
	left:-77px;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
/* WORK SECTION */
.work-box{
	width:100%;
	min-height:454px;
	position:relative;
	padding: 20px 15px 40px;
	text-align:center;
	color:#fff;
	transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	
}
.work-box:after{
	background: #fff;
	bottom: -20px;
    content: "";
min-height:400px;
    left: 0;
   
    transform: skew(4deg) rotate(4deg);
	-ms-transform: skew(4deg) rotate(4deg);
	-moz-transform: skew(4deg) rotate(4deg);
	-webkit-transform: skew(4deg) rotate(4deg);
	-o-transform: skew(4deg) rotate(4deg);
	transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-webkit-transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
    width: 100%;
    z-index: 1;
}
.work-box i{
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 60px;
}
.work-box h3{
	margin-top:10;
}
.work-box p{
	margin-top:25px;
	margin-bottom:18px;
	font-size:13px;
}
.work-box a{
	color:#e3dfdf;
	float:right;
	font-size:13px;
}	
.work-box a:hover{
	text-decoration:underline;
}	
.work-box:hover{
	background:#2e2e2e;
	transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
}
/* ABOUR US CONTENT SECTION */
.about-us-content-section{
	background:url(../images/background-images/video-bg.jpg) 0 no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about-us-content-section h2{
	color:#FFFFFF;
	text-align:center;
	margin:0 auto;
	font-size:25px;
}
.about-content{
	margin-top:45px;
}
.about-us-content-section .img-wrapper{
	border-bottom: 2px solid #ffffff;
    border-right: 1px solid #ffffff;
	transform: skewY(3deg);
	-moz-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	-o-transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
    transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	-webkit-transform-origin: right bottom 0;
	overflow:hidden;
	margin-top:45px;
}
.about-us-content-section .img-wrapper img{
	border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
	transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	-webkit-transform-origin: right bottom 0;
	width:100%;
}
.about-content h3{
	color:#FFFFFF;
	margin-top:-5px;
	margin-bottom:15px;
}
.about-content p{
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:20px;
}
.about-content img{
	margin:0 auto;
}
/*----- All You Want To Know About Us Section ------*/
.know-about-us-section{
	 padding: 6px 0 12px;
}
.know-about-us-section .sub-title{
	color:#696868;
	padding:0 14% 45px;
}
.know-about-us-section h2{
	text-align:center;
}
.know-about-us-section h3{
	font-size:14px;
	line-height:0;
	color:#000;
}
.collapse.in .tap-section, .panel-default > .panel-heading{
	border-bottom:none;
}
.know-about-us-section .panel, panel-default{
	 border-radius: 0px;
	 box-shadow:none;
	 border-color:#c0c0c0;
}
.tap-section .panel-heading .panel-title > a{
	position:relative;
	display:block;
}
.tap-section .panel-heading .accordion-toggle:after{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    bottom: 10px;
    content: "";
    height:10px;
    right: 7px;
    position: absolute;
    transform: skew(8deg) rotate(7deg);
	-o-transform: skew(8deg) rotate(7deg);
	-ms-transform: skew(8deg) rotate(7deg);
	-moz-transform: skew(8deg) rotate(7deg);
	-webkit-transform: skew(8deg) rotate(7deg);
    transform-origin: left bottom 0;
    width: 27px;
    z-index: 1;
}

.tap-section .panel-heading .accordion-toggle:before {
	font-family: "fontawesome";
	content: "\f068";
	color: #fff;
	position:absolute;
	right:7px;
	width:27px;
	height:21px;
	text-align:center;
	top:4px;
	line-height:27px;
	z-index:2;
}
.tap-section .panel-heading .collapsed.accordion-toggle:before {
	content: "\f067";
}
.tap-section p{
	font-family:Arial;
	color:#696868;
	margin: -18px auto 0;
	border-top:1px solid  #c0c0c0;
	padding-top:10px;
}
.tap-section, .panel-default > .panel-heading {
	background:none;
}
.panel-heading{
	padding: 1px 11px 9px;
	position:relative;
}
.tap-section, .panel-group .panel{
	margin-bottom:20px;
}
.tap-section, .panel-group .panel-heading + .panel-collapse > .panel-body{
	border:none;
}
.skill-counter-section {
    padding-left: 0;
}
.skill-counter-section li{
	list-style:none;
}
.skill-counter-section .progress {
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    height: 15px;
    margin-bottom: 32px;
}
.skill-counter-section h3, .skill-counter-section span{
	font-weight:600;
	font-size:13px;
	line-height:0.1;
}
.skill-counter-section span{
	color:#000000;
	text-align:right;
	display:block;
	font-size:13px;
}
.skill-counter-section .progress{
	background:#e1e1e1;
	position:relative;
}
.skill-counter-section .progress-bar{
	height:90%;
	position:relative;
}

.skill-counter-section .progress:after{
    background:#FFFFFF;
    bottom: 0;
    content: "";
    height: 14px;
    left: 0;
	top:2px;
    position: absolute;
    transform: skew(1deg) rotate(1deg);
	-o-transform: skew(1deg) rotate(1deg);
	-ms-transform: skew(1deg) rotate(1deg);
	-moz-transform: skew(1deg) rotate(1deg);
	-webkit-transform: skew(1deg) rotate(1deg);
    transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	-o-transform-origin: left bottom 0;
	-moz-transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
    width: 200%;
    z-index: 1;
}
/* Skill Counter Section( Round Piechart ) */
.skill{
	background:url(../images/background-images/skill-bg.html) 0 no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
}
.skill h3,.skill h2{
	text-align:center;
}
.skill p{
	color:#fff;
	text-align:center;
	margin:0 auto;
	padding:0 14% 15px;
}
.piechart {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 31px auto -24px;
    width: 100%;
}
.skill .counter-description {
	font-size:14px;
	font-family:'Lato';
	padding:0 16%;
}
.piechart canvas {
    position: absolute;
    top: 0;
    left: 46%;
    margin-left: -70px;
    color: #E26853;
}
.piechart span {
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
    color: #FFFFFF;
	font-family: 'Lato';
    display: block;
    font-size: 42px;
	font-weight:500;
    height: 162px;
    left: 46%;
    line-height: 200px;
    margin-bottom: 25px;
    margin-left: -75px;
    position: relative;
    top: -26px;
    width: 162px;
    z-index: 2;
}
.piechart span:after {
    content: '%';
    font-size: 42px;
}
/* FEATURES SECTION */ 
.features-section{
	padding: 50px 0 40px;
}
.features-section .next-features{
	margin-top:23px;
}
.features-section .content-title{
    font-size: 22px;
    text-align: center;
	font-family: 'Lato';
	color: #f2a736;
}
.features-section .sub-title{
	padding:0 18%;
}
.feature-content{
    font-family: 'Lato';
    font-size: 14px;
    margin-bottom: 23px;
    color: #696868;
    min-height: 203px;
    padding: 10px;
    margin-bottom: 19px;
    margin-top: 14px;
}

.tr-1{ 
    min-height: 581px;
    background-color: #f2f2f2;
}
.features-section .feature-icon {
    color: #ffffff;
    font-size: 33px;
    padding:0px;
    text-align: center;
	margin: 8px auto 0;
	position: relative;
} 
.features-section i{
	width:70px;
	height: 58px;
	display: block;
	line-height: 58px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.features-section .feature-icon:after{	
	border-left: 70px solid rgba(0, 0, 0, 0);
    content: "";
    height: inherit;
    position: absolute;
    top: 100%;
	left: 0;
    width: inherit;
	transform: scale(.9999);
	-moz-transform: scale(.9999);
	-webkit-transform: scale(.9999);
	-o-transform: scale(.9999);
}
/*REVIEW SECTION */ 
.review-section { 
	background:url(../images/background-images/review-backgroung.jpg) 0 no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
}
.review-section .video-title{
	font-size:20px;
	margin:0 auto 30px;
}
.review-section .sub-title{
	padding-bottom:0px;
}
.review-section .owl-carousel{
	margin: 60px 0 16px;
}
.review-section .owl-carousel p{
	color:#fff;
	text-align:center;
	font-style:italic;
	font-family: 'Lato';
	font-size:15px;
	padding: 0 23%;
}
.review-section .owl-carousel .client{
	max-width:455px;
	border-top:1px dashed #454545;
	margin:0 auto;
	margin-top:15px;
	padding-top:15px;
}
.review-section .owl-carousel .client p.name{
	font-style:normal;
	margin-bottom:0;
}
.review-section .owl-carousel .client a{
	font-style:normal;
	font-size:12px;
	text-align:center;
	display:block;
}
.review-section .owl-carousel .client a:hover{
	text-decoration:underline;
}
/* PARTNER SECTION */ 
.partners-section .owl-buttons {
    top: 0;
}
.partners-section .sub-title{
	padding:0 18% 45px;
}
.partner-item {
    margin: 0 35px;
}
/* YOUR WORK SECTION */
.your-work-section{
	background:url(../images/background-images/work-bg.html) 0 no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.work-section-inner {
	padding: 30px 0;
}
.your-work-section  .owl-item:hover .mask {
    transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
.owl-item {
    overflow: hidden;
}
.screen-item {
    margin: 0 15px;
	position: relative;
}
.owl-item .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	padding-top: 5%;
}
.owl-item .mask h3, .mask .date{
	font-family: 'Lato';
	font-size:19px;
}
.owl-item .mask .date{
	font-size:14px;
}
.color-white{ 
	color:#fff;
}
.mask-top{
	margin:15px auto;
}
.mask-links a .fa {
    font-size: 20px;
}
.your-work-section .screen-item .mask-links li {
	list-style:none;
	float:left;
}
.zoom.work-control, .link.work-control{
	font-size: 17px;
    text-align: center;
	background:#FFF;
	border:1px solid #FFF;
	border-bottom:none;
	text-shadow:none;
	position:absolute;
	opacity:1;
	margin: 0 -4px;
	line-height: 48px;
	height: 48px;
	width: 48px;
}
.zoom.work-control:after, .link.work-control:after {
	border-left: 47px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    content: "";
    height: inherit;
    left: 0;
    position: absolute;
    top: 100%;
    transform: scale(0.9999);
    width: 100%;
}
.zoom.work-control {
	left:35%;
}
.link.work-control{ 
	right:35%;
}
.zoom.work-control:hover, .link.work-control:hover{
	-webkit-animation-name:fadeIn;
	-o-animation-name:fadeIn;
	-ms-animation-name:fadeIn;
	-moz-animation-name:fadeIn;
	animation-name:fadeIn;
	-webkit-animation-duration:1.5s;
	-o-animation-name:1.5s;
	-ms-animation-name:1.5s;
	-moz-animation-name:1.5s;
	animation-duration:1.5s;
	-webkit-animation-fill-mode:both;
	-o-animation-name:both;
	-ms-animation-name:both;
	-moz-animation-name:both;
	animation-fill-mode:both;
}
.your-work-section .owl-buttons{
	top:40%;
}
/* Owl Pagination Controls */
.your-work-section .owl-pagination{
	text-align:center;
	margin-top:21px;
}
.your-work-section .owl-controls .owl-page {
	display:inline-block;
}
.your-work-section .owl-controls .owl-page span{
	display: block;
	height: 12px;
	margin: 5px 7px;
	width: 12px;
	border-radius:1px;
}

/* PRICING SECTION */ 
.pricing{
	padding:28px 0px 39px;
}
.pricing .price-item {
    margin: 0 15px;
}
.pricing .sub-title{
	color:#696868;
	padding-left:26.5%;
	padding-right:26%;
}
.pricing .price-box .price-box-inner{
	border:1px solid #dcdcdc;
	border-top:hidden;
}
.pricing .price-box{
	text-align:center;
	position:relative;
}
.pricing .price-box .price{
	border-bottom:1px solid #dcdcdc;
	padding:15px 0px 10px;
	margin:0px 20px;
}
.pricing .price-box .price-category{
	border-bottom:hidden;
}
.pricing .price-box .price-category h3{
	padding-bottom:20px;
	margin-bottom:0px;
}
.pricing .price-box .price-category:after{
	top:47px;
	content: "";
    height: 15px;
    left: 0%;
    position: absolute;
    transform: skew(3deg) rotate(2.6deg);
	-ms-transform: skew(3deg) rotate(2.6deg);
	-moz-transform: skew(3deg) rotate(2.6deg);
	-webkit-transform: skew(3deg) rotate(2.6deg);
	-o-transform: skew(3deg) rotate(2.6deg);
    transform-origin: left bottom 0;
    width: 100%;
    z-index: 0;
	border-top:0px;
}
.pricing .price-box .premium{
	color:#FFFFFF;
}
.pricing .price-box .premium:after{
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 42px;
    transform: skew(2deg) rotate(2deg);
	-ms-transform: skew(2deg) rotate(2deg);
	-moz-transform: skew(2deg) rotate(2deg);
	-webkit-transform: skew(2deg) rotate(2deg);
	-o-transform: skew(2deg) rotate(2deg);
    transform-origin: left bottom 0;
    width: 100%;
    z-index: 0;
}
.pricing .price-box .currency{
	font-size:45px;
	font-family:"Lato";
	margin-bottom:-25px;
}
.pricing .price-box .time-period{
	color:#c7c7c7;
	font-family:"Lato";
}
.pricing .price-box ul{
	padding-left:0px;
}
.pricing .price-box li{
	list-style-type:none;
	color:#757474;
	padding:10px 0px;
	margin:0px 20px;
	border-bottom:1px solid #dcdcdc;
}
.pricing .price-box .order-now{
	margin:0px 20px;
	padding:5px 0px 15px; 
}
.pricing .price-box .button:hover{
	background:#2e2e2e;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
}
.pricing .owl-buttons{
	display:none;
}
.pricing .button{
	width:230px;
	max-width:100%;
	padding:10px 14px;
	font-family:"Lato";
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	 margin: 0 auto;
}
/*TIMER WITH DISCOUNT SECTION*/
.timer{
	background:url(../images/background-images/timer-bg.html) bottom fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
}
.timer .sub-title{
	padding:0 21% 30px;
}
.timer .btn.get-discount{
	max-width:430px;
	width:100%;
	height:45px;
	border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	-webkit-border-radius:0;
	margin:0 auto;
	color:#fff;
	font-size:16px;
	display:block;
}
.timer .btn.get-discount:hover{
	background:transparent;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
}
/* TEAM SECTION */ 
.team-section .team-item {
    margin: 0 15px;
}
.team-section .team-item img {
    width:100%;
}
.team-section .designation, .social-team li .fa {
	color:#999999;
	margin:3px 0 6px;
}
.team-section .team-content{
	margin-top:-1px;
	position:relative;	
	
}
.team-section .team-item img{
    width: 100%;
}
.social-team > ul {
    float: left;
    padding: 0;
	margin-bottom:0px;
}
.social-team li {
    float: left;
    list-style: none outside none;
	padding:0px 4px; 
}
.social-team li .fa ,.social-team li .fa.fa-skype{
	font-size:16px;
}
.team-section .team-item .name {
	margin:auto 0;
}
/* DEVELOPMENT SECTION */
.development{
	background-image:url(../images/background-images/skill-bg.html);
	background-repeat:repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
	color:#ffffff;
}
.development .sub-title{
	padding:0px 25% 45px;
}
.development .button{
	width:200px;
	border:0px;
	max-width:100%;
	margin-top:22px;
	font-family: 'Lato';
	transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
}
.development .button:hover{
	background:transparent;
	color:#FFFFFF;
	transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
}
.development h3{
	margin:0;
}
.development .nav-tabs > li > a{
	text-align:center;
	border:0px;
	font-size:16px;
	font-family: 'Lato';
	border-radius:0px;
	border-top:hidden;
	border-left:hidden;
	box-shadow:2px 1px 1px #111111;
}
.development .nav-tabs > li.active > a, .development .nav-tabs > li.active > a:hover, .development .nav-tabs > li.active > a:focus{
	color:#FFFFFF;
	border:0px;
	text-align:center;
	font-size:16px;
	border-radius:0px;
}
/* Development Left Tab */
.development .left-tab .nav-tabs{
	border-bottom:0px;
	width:180px;
	max-width:100%;
}
.development .left-tab .nav-tabs > li > a, .development .left-tab .nav-tabs > li.active > a, .development .left-tab .nav-tabs > li.active > a:hover, .development .left-tab .nav-tabs > li.active > a:focus{
	text-align:left;
	padding:9px 25px;
}
.development .left-tab .left-tab-content{
	padding:0px 8px;
}
.development .left-tab .nav-tabs > li.active > a:after {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    top: 0px;
    width: 0;
}
.development .left-tab .nav-tabs > li.active > a:after {
    border-width:20px 0 20px 21px;
    right:-21px;
}
.development .left-tab .tab7 a{
	box-shadow:2px 0px 0px #111111;
}
.development .tab-content p{
	margin:13px auto 0;
	line-height:1.3;
}
.development .nav-tabs > li{
	float:none;
}
/* Development Right Tab */

.development .right-tab .nav-tabs{
	border:0px;
}
.development .right-tab .nav-tabs > li > a{
	box-shadow:none;
	padding:5px 15px;
}
.development .right-tab .nav-tabs > li{
	margin-bottom:0px;
}
.right-tab .tabs .tab-content{
	padding:21px 20px;
}
.right-tab .tabs .tab-content p{
	margin:10px auto 0;
}
.right-tab .tabs .tab-content a{
	font-size:13px;
	display:block;
	margin-top:10px;
}
.right-tab .tabs .tab-content a:hover{
	text-decoration:underline;
}
.right-tab .nav-tabs > li{
	float:left;
	width:25%;
}
.right-tab .nav-tabs > li a{
	margin-right: 1px !important;
	border:1px solid;
}
.right-tab .nav-tabs li.mytab11 a{
	width:100%;
	margin-right:0px;
}
.right-tab .nav-tabs > li.active > a:after{
    color: #ffffff;
    content: "";
    height: 12px;
    left: 0;
    width: 100%;
    position: absolute; 
    top: 21px;
    transform: skew(4deg) rotate(4deg);
	-ms-transform: skew(4deg) rotate(4deg);
	-moz-transform: skew(4deg) rotate(4deg);
	-webkit-transform: skew(4deg) rotate(4deg);
	-o-transform: skew(4deg) rotate(4deg);
    transform-origin: left bottom 0;
    width:100%;
}
.right-tab li.mytab11.active > a:after{
	width:100%;
}
/*--------- BLOG SECTION  --------------*/

.blog-section .sub-title{
	color:#696868;
	padding:0 15% 45px
}
.blog-section .blog-item{
	margin:0 15px;
}
.blog-section .blog-pic{
	position:relative;
	margin-bottom:10px;
}
.blog-section .date{
	background:url(../images/blog-section/date.html) no-repeat;
	position:absolute;
	bottom:6px;
	right:5px;
	width:51px;
	height:62px;
	color:#fff;
}
.blog-section .date h3{
	font-family: 'Lato';
	font-size: 22px;
	margin:10px 0 0;
    text-align: center;
}
.blog-section .date p{
	font-family: 'Lato';
	font-size: 14px;
    line-height: 1;
    text-align: center;
}
.blog-section .blog-content > h3{
	font-size: 18px;
	margin-bottom:5px;
    margin-top: 0;
}
.blog-section .blog-content > p{
	color:#848484;
	margin-bottom:5px;
}
.blog-section .blog-content > p >span{
	margin-left:30px;
}
.blog-section .blog-content > a{
	font-size: 16px;
}
.blog-section .blog-content > a:hover{
	text-decoration:underline;
}
/* CONTACT SETAILS SECTION  */
.contact-details-section{
	background:url(../images/background-images/contact-details-bg.jpg) 0 no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
	position:relative;
}
/*.contact-details-section .section-inner{
	padding-bottom:0;
}*/
.contact-details-section .sub-title, .contact-details-section .section-title{
	color:#ffffff;
}	
.contact-details-section .sub-title{
	padding:0 14% ;
}	
.contact-details-section .datail-box{
	height:240px;
	max-width:270px;
	width:100%;
	border-bottom:0px;
}
.map #map_canvas{
 width:100%;
 height:407px;
 border:7px solid #FFFFFF;
}
	
.contact-details-section .datail-box{
	position:relative;
	margin:48px auto 0;
}
.contact-details-section .datail-box:after{
	background:transparent;
	content: "";
	left:0;
	position: absolute;
	transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-webkit-transform: skew(5deg) rotate(5deg);
	transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	-o-transform-origin: left bottom 0;
	-moz-transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
	width: 100%;
	z-index: 1;
	height:25px;
	bottom:0px;
	border-top:0px;
	border-left: 0px;
	left:0;
}
.contact-details-section .datail-box .detail-title{
	position:relative;
}
.contact-details-section .datail-box .detail-title:after{
	content: "";
	left:0;
	position: absolute;
	transform: skew(3deg) rotate(3deg);
	-o-transform: skew(3deg) rotate(3deg);
	-ms-transform: skew(3deg) rotate(3deg);
	-moz-transform: skew(3deg) rotate(3deg);
	-webkit-transform: skew(3deg) rotate(3deg);
	transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	-moz-transform-origin: left bottom 0;
	-o-transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
	width: 100%;
	z-index: 1;
	height:15px;
	bottom:0;
}
.contact-details-section .datail-box h3{
	margin:0;
	padding:12px;
	color:#ffffff;
	text-transform:capitalize;
}
.contact-details-section .datail-box .detail-content{
	padding:25px 0 15px 20px;
}
.contact-details-section .detail-content h4{
	margin:0 0 2px;
	color:#ffffff;
	text-transform:capitalize;
	font-family:'Lato';
	font-size:16px;
}
.contact-details-section .detail-content p{
	margin:10px 0 7px 0;
	color:#a7a6a6;
	font-family:Arial;
	text-transform:capitalize;
	font-size:12px;
}
.contact-details-section .detail-content p > a{
	color:#a7a6a6;
}
.contact-details-section .detail-content p > a:hover{
	text-decoration:underline;
}
/* CUSTOMER SUPPORT SECTION */
.customer-support-section{
    padding: 28px 0 75px;
    background-color: #e0ddd7;
}
.customer-support-section p {
	padding:0 7% 15px;
	color:#696868;
}
.customer-support-section .input-group{
	margin:10px auto 30px;
}
.customer-support-section .contact-boxes .form-control .message-box{
	height:36px;
}
.customer-support-section .input-group .input-group-addon:first-child {
	background:#fff;
	border-radius:0px;
	padding:0 0 0 10px;
	font-size:22px;
	border-right:0px;
}
.customer-support-section .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{
	border-left:0px;
	border-radius:0px;
	
}
.customer-support-section .form-control{
	border-left:0px;
}
.customer-support-section .form-control:focus{
	box-shadow:none;
	outline:none;
}
.customer-support-section .form-control::-moz-placeholder,.customer-support-section input, button, select, textarea{
	color:#696868;
	font-family:'Lato';
}
.contact-form-horizontal .has-feedback .form-control-feedback{
	right:20px;
	padding-top:9px;
}
.customer-support-section .form-control{
	border-radius:0px;
}
.customer-support-section .send-btn .send-button{
	border-radius:0px;
	display:block;
	min-height:37px;
	color:#FFFFFF;
	width:370px;
	max-width:100%;
	font-size:16px;
	margin:15px auto 0;
	transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	
}
.customer-support-section .comment-message{
	font-family:'Lato';
	font-size:15px;
	text-align:center;
}
.customer-support-section .send-btn .send-button:hover{
	background:transparent;
	transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
}
/* pretty Photo */
.pluginCountButtonNub s, .pluginCountButtonNub i{
	display:none;
	border:0px;
}
/*================ CONTACTS SINGLE PAGE ENDS ====================*/

/* Footer Section -Begins */
.footer-bg{
	background:url(../images/background-images/header-footer-bg.jpg) repeat fixed #000;
}
.footer-section{	
	padding:25px 0px 48px 0px;	
}
.footer-section h3{
	color:#FFFFFF;
	font-family: 'Lato';
}
.footer-section p{
	color:#a0a0a0;
	font-size:13px;
	font-family:Arial;
	margin-bottom:22px;
}
.footer-section li{
	list-style:none;
	font-family:Arial;
	color:#a0a0a0;
	font-size:13px;
}
.footer-section .latest-post li a {
	font-style:italic;
	margin:0;
	font-size:15px;
	color:#a0a0a0;
	font-size:13px;
}
.footer-section .latest-post li{
	border-bottom:1px solid;
	padding-bottom:5px;
	padding-top:2px;
}
.footer-section .latest-post li a:hover{
}
.footer-section hr{
    border-style: inset none none;
    margin-bottom: 5px;
    margin-top: 5px;
}
.footer-section .flickr img{
	max-width:60px;
	height:60px;
	width:100%;
}
.footer-section .flickr img:hover{
	transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
}
.footer-section .flickr li{
	display:inline-block;
	margin-left:2px;
}
.footer-section ul{
	padding:10px 0 0 0;
}
/* copy-rights-section*/
.copy-rights-bg{
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	padding:5px 0px;
}
.copy-rights-section p, .copy-rights-section a{
	color:#a0a0a0 !important;
	font-family: 'Lato';
	font-size:13px;
	margin-bottom: 0;
    margin-top: 8px;
}
.copy-rights-bg .social-icon i{
	font-size:23px;
	padding:6px;
}
.copy-rights-bg .social-icon{
	text-align:right;
}
/* ---- Twitter Feed Section ---- */
.twitter-feed .owl-buttons{
	display:none;
}
.twitter-feed i{
	display:none;
}
.twitter-feed .owl-pagination,
.twitter-feed .icon-twitter, .twitter-feed .tweet_time, .twitter-feed .username,
.tweet .owl-controls .owl-buttons div{
	display:none;
}
.twitter-feed .tweet_text{
	color:#a0a0a0;
	font-family:Arial;
	font-size:12px;
	font-weight:lighter;
	font-style:italic;
}
.twitter-feed .tweet_user a, .tweet_text a{
	text-decoration:underline;
	color:#FFFFFF;
	font-size:13px;
}
.twitter-feed .tweet_user a, .tweet_text a, .twitter-feed, .tweet_text{	
	color:#a0a0a0;
}
.username a{	
	color:#FFFFFF !important;
}
.tweet_time a{
	color:#a0a0a0 ;
}
.twitter-feed, .fa-twitter:before{
	content:none;
}
/*=========================================================================================
										PROJECT SINGLE PAGE BEGINS 
=============================================================================================*/
/* Page Description Section */
#projects .page-desc-section{
	border-bottom:1px solid #2ab8c5;
	border-top:1px solid #2ab8c5;
	background:#f2f2f2;
}
#projects .page-desc-section h2{ 
	text-align:left;
	margin:15px auto 1px;
	padding-left:60px;
}
#projects .page-desc{
	position:relative;
}
#projects .page-desc-section .page-desc:before{
	font-family: 'FontAwesome';
	content: "\f109";
	position:absolute;
	font-weight:900;
	font-size:44px;
	top:8%;
}
#projects .page-desc-section p{
	color:#7e7e7e;
	font-size:15px;
	padding-left:60px;
}
/* Your Works Section ( Projects Single Page) */
#projects .your-works-section{
	padding:65px 0 75px;
}
#projects .your-works-section p{
	padding:0 7% 15px;
}
#projects .your-works-section  .work-item:hover .mask {
    transform: translateY(0px);
	-ms-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform:translateY(0px);
	margin:0 auto;
	display:block;
	max-width:370px;
}
#projects .your-works-section  .work-item{
	position:relative;
	margin:30px auto 0;
	display:block;
	max-width:370px;
}
#projects .your-works-section .work-item {
    overflow: hidden;
}
#projects .your-works-section .work-item img {
    display: block;
    position: relative;
    height: auto;
	width:100%;
	max-width:370px;
}
#projects .your-works-section .work-item .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	max-width:370px;
	opacity: 0.8;
    transition: all 0.3s ease-in-out 0s;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	padding-top: 5%;
	right:0;
}
#projects .your-works-section .work-item .mask h3, #projects .your-works-section .work-item .mask .date{
	font-family: 'Lato';
	font-size:19px;
}
#projects .your-works-section .work-item .mask .date{
	font-size:14px;
}

#projects .your-works-section .mask-top{
	margin:15px auto;
}
#projects .your-works-section .mask-links a .fa {
    font-size: 20px;
}
#projects .your-works-section .work-item .mask-links li {
	list-style:none;
	float:left;
}
#projects .your-works-section .zoom.work-control,  #projects .your-works-section .link.work-control{
	font-size: 17px;
    text-align: center;
	background:#FFF;
	border-bottom:none;
	text-shadow:none;
	position:absolute;
	opacity:1;
	margin:0 -4px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	line-height:56px;
}
#projects .your-works-section .zoom.work-control {
	left:35%;
}
#projects .your-works-section .link.work-control{ 
	right:35%;
}
#projects .your-works-section .zoom.work-control:hover, #projects .your-works-section .link.work-control:hover{
	background:#fff;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
}
#projects .your-works-section .work-description p{
	color:#696868;
	font-size:13px;
	display: none;
	padding:0;
	margin:0;
}
#projects .your-works-section ul.work-pagination{
	margin:50px auto 0;
	display:block;
	text-align:center;
	padding:0;
}
#projects .your-works-section ul.work-pagination li{
	list-style:none;
	display:inline-block;
	margin:0  8px;
	font-size:17px;
	padding:4px 0px;
	font-weight:normal;
	position:relative;
}
#projects .your-works-section ul.work-pagination li a{
	color:#696868;
}
#projects .your-works-section .work-pagination li.preview, #projects .your-works-section .work-pagination li.next{
	color:#fff;
	height:43px;
	width:41px;
	font-size:16px;
	position:relative;
	line-height:2;
	border-bottom:0px;
}
#projects .your-works-section .work-pagination li.preview:hover, #projects .your-works-section .work-pagination li.next:hover{
	background:transparent;
	border-bottom:0px;
}
#projects .your-works-section .work-pagination li.preview .fa, #projects .your-works-section .work-pagination li.next .fa{
	color:#FFFFFF;
}

#projects .your-works-section .work-pagination li.preview:after{
	bottom: -1px;
	content: "";
	height: 12px;
	right:0px;
	position: absolute;
	transform: skew(15deg) rotate(15deg);
	-o-transform: skew(15deg) rotate(15deg);
	-ms-transform: skew(15deg) rotate(15deg);
	-moz-transform: skew(15deg) rotate(15deg);
	-webkit-transform: skew(13deg) rotate(13deg);
	transform-origin: left bottom 0;
	-o-transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	-moz-transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
	width:102%;
	max-width:50px;
	z-index: 1; 
}
#projects .your-works-section .work-pagination li:hover.preview:after, #projects .your-works-section .work-pagination li:hover.next:after{
	border-top:0px;
	background:transparent;
}
#projects .your-works-section .work-pagination li.next:after{
	bottom: -1px;
	content: "";
	height: 12px;
	left:0px;
	position: absolute;
	transform: skew(-15deg) rotate(-13deg);
	-o-transform: skew(-15deg) rotate(-13deg);
	-ms-transform: skew(-15deg) rotate(-13deg);
	-moz-transform: skew(-15deg) rotate(-13deg);
	-webkit-transform: skew(-13deg) rotate(-13deg);
	transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-webkit-transform-origin: right bottom 0;
	width:102%;
	max-width:50px;
	z-index: 1; 
}

/* Video Section */ 
.video-section { 
	background:url(../images/background-images/video-bg.jpg) 0 no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
}
.video-section .video-title{
	font-size:20px;
	margin:0 auto 30px;
}
.video-section .sub-title{
	padding-bottom:43px;
}
	
.video-section iframe{
	margin-top:0px !important;
}
.video-section ul li p{
	font-size:15px;
	padding:5px 0 0;
	margin:0;
}
.video-section .button {
    font-size: 18px;
    padding: 3px 0 3px 0;
    text-align: center;
    border: 0 none;
    max-width: 100%;
    width: 200px;
	height:35px;
	margin-top:23px;
	font-family: 'Lato';
	color:#FFFFFF;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
}
.video-section .button:hover{
	background: none repeat scroll 0 0 transparent;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
}
.video-section ul {
	padding:0;
}
.video-section ul li i{
	float:left;
	font-size:33px;
	margin:5px 10px 0 0;
}
.video-section iframe{
	height:330px;
	width:100%;
}
.video-section ul li i.flaticon-share4{
	font-size:28px;
	margin:6px 18px auto auto;
}
.video-section li {
	margin:10px 0;
	list-style:none;
	clear:both;
}
.video-section li:hover i {
	text-align:center;
}
.video-bg { 
    border-radius: 6px;
	height:310px;
    position: relative;
}
.video-part{
	float:right;
}
.video-description{
	color:#fff;
}
/*============================================
		SINGLE PROJECT SECTION BEGINS
============================================*/		
/* Page Description Section */
#single-projects .page-desc-section{
	border-bottom:1px solid #bebebe;
	border-top:1px solid #2ab8c5;
	background:#f2f2f2;
}
#single-projects .page-desc-section h2{
	text-align:left;
	margin:15px auto 1px;
	padding-left:60px;
}
#single-projects .page-desc{
	position:relative;
}
#single-projects .page-desc-section .page-desc:before{
	font-family: 'FontAwesome';
	content: "\f109";
	position:absolute;
	font-weight:900;
	font-size:44px;
	top:8%;
}
#single-projects .page-desc-section p{
	color:#7e7e7e;
	font-size:15px;
	padding-left:60px;
}
/* Single Works Section ( SINGLE PROJECT )*/
#single-projects .single-item-section{
	padding:63px 0 30px;
}
#single-projects .single-item-section .sub-title{
	color:#696868;
}
#single-projects .single-item-section .single-item h3{
	margin:45px auto 0px;
	font-size:20px;
}
#single-projects .single-item-section .single-item p{
	color:#696868;
	margin:15px auto 0;
	font-size:14px;
}
#single-projects .single-item-section .project-details{
	margin-top:15px;
}
#single-projects .single-item-section .project-details h4{
	font-size:16px;
	margin:0 auto 5px;
	font-family:'Lato';
}
#single-projects .single-item-section .project-details p{
	margin:0 auto 3px;
}
#single-projects .single-item-section .project-details .share-items{
	margin-top:20px;
}	
#single-projects .single-item-section .project-details .share-items h3{
	margin:0;
}
#single-projects .single-item-section .project-details .share-items .share-icons {
	padding:0;
	margin-top:15px;
}
#single-projects .single-item-section .project-details .share-items .share-icons li{
	display:inline-block;
	list-style:none;
	margin:0 5px;
	font-size:18px;
}
#single-projects .single-item-section .project-details .share-items .share-icons li a{
	color:#696868;
}
#single-projects .single-item-section .project-details .share-items .share-icons li a .dribble-icon:hover{
	color:#000000;
}
/* Your Work Section */
#single-projects .your-work-section{
	background:none;
	color:#333333;
	padding:28px 0 65px;
}

#single-projects .section .owl-buttons i{
	text-align:center;
}
/* Page Description Section */
.page-desc-section{
	border-bottom:1px solid #bebebe;
	border-top:1px solid #2ab8c5;
	background:#f2f2f2;
}
.page-desc-section h2{
	text-align:left;
	margin:15px auto 1px;
	padding-left:40px;
}
.page-desc{
	position:relative;
}
.page-desc-section .page-desc:before{
	font-family: Flaticon;
	content: "\e00b";
	position:absolute;
	font-weight:lighter;
	font-size:40px;
	top:15%;
}
.page-desc-section p{
	color:#7e7e7e;
	font-size:15px;
	padding-left:40px;
}

/*=========================================================================================
										BLOG BEGINS 
=============================================================================================*/
/* Page  Description Section */
#blog .page-desc-section .page-desc:before{
	content:  "\f075";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: absolute;
	font-weight:900;
	font-size:30px;
	top:15%;
}
.page-desc-section h2,.page-desc-section p{
	padding-left:40px;
}
.blog-post{
	padding-top:40px;
	padding-bottom:45px;
}
.blog-post .thumbnail{
	background:transparent;
	margin-bottom:40px;
	position:relative;
}
.blog-post .thumbnail,.blog-post .thumbnail .caption{
	border:none;
	padding:0;
	color:#000000;
}
.blog-top{
	position:relative;
	float:left;
	width:100%;
	padding:15px;
	margin-top:20px;
}
.blog-top ul.slides{
	padding:0;
}
.blog-photo{
	width:100%;
	max-height:450px;
}
.blog-post .blog-content{
	color:#676666;
}
.blog-post .thumbnail .btn{
	height:35px;
	width:170px;
	color:#fff;
	border-radius:0;
	float:right;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
}
.blog-post .thumbnail .btn:hover{
	background:transparent;
	transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
}
.blog-post .blog-date{
	height:63px;
	width:72px;
	position:absolute;
	left:3%;
	top:8%;
	color:#fff;
	z-index:10;
}
.blog-post .blog-date:after{
	content:"";
	position:absolute;
	width:inherit; 
	height:inherit; 
	border-left: 72px solid transparent; 
	top:100%;
}
.blog-post .blog-date h2{
	text-align:center;
	font-size:24px;
	margin:0
}.blog-post .blog-date p{
	text-align:center;
	font-weight:600;
	margin:0;
}
.blog-post .blog-date h4{
	margin:0;
	text-align:center;
	font-size:17px;
}
.blog-post h3{
	font-size:20px;
	margin-bottom:15px;
	margin-top:0;
}
.blog-post p{
	font-size:14px;
	margin-bottom:0;
	margin-top:15px;
}
.blog-post .post-details{
	color:#3e3f3f;
	margin-top: 9px;
}
.blog-post .post-details i{
	padding-right:5px;
	font-size:16px;
	margin-top:10px;
}
.blog-post .fa:before{
	padding-right:5px;
}
.blog-post i span{
	font-family: 'Lato';
}
.blog-post .fitvids{
	width:100%;
	height:450px;
}
/* Blog Picture slider Section */
.flexslider{
	border:none;
	margin:0;
	box-shadow:none;
}
.flex-control-nav{
	display:none;
}
.flex-prev,.flex-next{
	height:45px;
	width:40px;
	border-bottom:none;
	background:tranparent;
	padding:0 12px;
	position:relative;
}
.flex-prev:after{
	background: inherit;
    bottom: -3px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    transform: skew(8deg) rotate(8deg);
	-moz-transform: skew(8deg) rotate(8deg);
	-webkit-transform: skew(8deg) rotate(8deg);
	-o-transform: skew(8deg) rotate(8deg);
	-ms-transform: skew(8deg) rotate(8deg);
    width: 39px;
}
.flex-next:after{
	background: inherit;
    bottom: -3px;
    content: "";
    height: 10px;
    right: 0;
    position: absolute;
    transform: skew(-8deg) rotate(-8deg);
	-moz-transform: skew(-8deg) rotate(-8deg);
	-webkit-transform: skew(-8deg) rotate(-8deg);
	-o-transform: skew(-8deg) rotate(-8deg);
	-ms-transform: skew(-8deg) rotate(-8deg);
    width: 39px;
}
.flex-direction-nav a:before{
	content:  "\f104";
    font-family: FontAwesome;
	font-size:25px;
}
.flex-prev:hover,.flex-next:hover{
	color:#fff;
}
.flex-direction-nav a:hover:before{
	color:#fff;
}
.flex-direction-nav a.flex-next:before{
	content:  "\f105";
}
.flex-direction-nav .flex-prev,.flexslider:hover .flex-prev{
	opacity:1;
	left:20px;
}
.flex-direction-nav .flex-next,.flexslider:hover .flex-next{
	opacity:1;
	right:20px;
}
.flex-direction-nav a{
	overflow:visible;
	text-shadow:none;
}
.blog-post .pagination{
	text-align:center;
	display:block;
}
.blog-post .pagination > li > a,.blog-post .pagination > li > span{
	border:none;
	float:none;
	color:#969696;
	font-size:16px;
	padding: 6px 11px;
}
.blog-post .pagination > li:first-child > a,.blog-post .pagination > li:first-child > span,.blog-post .pagination > li:last-child > a,.blog-post .pagination > li:last-child > span{
	border-radius:0;
	-ms-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	display:inline-block;
	height:45px;
	width:40px;
	border-bottom:none;
	background:tranparent;
	padding:12px;
	position:relative;
	transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;

}
.blog-post .pagination > li:first-child > a:after,.blog-post .pagination > li:first-child > span:after{
	background: inherit;
	border-top:none;
	bottom: 0;
	content: "";
	height: 10px;
	left:-0.8px;
	position: absolute;
	transform: skew(8deg) rotate(8deg);
	-ms-transform: skew(8deg) rotate(8deg);
	-moz-transform: skew(8deg) rotate(8deg);
	-webkit-transform: skew(8deg) rotate(8deg);
	-o-transform: skew(8deg) rotate(8deg);
	transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	-moz-transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
	-o-transform-origin: left bottom 0;
	width: 39.6px;
	z-index: 1;
}
.blog-post .pagination > li:last-child > a:after,.blog-post .pagination > li:last-child > span:after{
	background: inherit;
	border-top:none;
	border-right:none;
	bottom: 0;
	content: "";
	height: 10px;
	left: -1px;
	position: absolute;
	transform: skew(-8deg) rotate(-6deg);
	-ms-transform: skew(-8deg) rotate(-6deg);
	-moz-transform: skew(-8deg) rotate(-6deg);
	-webkit-transform: skew(-8deg) rotate(-6deg);
	-o-transform: skew(-8deg) rotate(-8deg);
	transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-webkit-transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	width:38.9px;
	z-index: 1;
}
.blog-post .pagination > li:first-child > a:hover ,.blog-post .pagination > li:last-child > a:hover{
	transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	background:none;
	
}
.blog-post .pagination i{
	font-size:20px;
	padding-right:0;
}
.pagination > li > a:hover i{
	color:#fff;
}

/*-------- Blog Single  Page -------------*/
.about-author{
	min-height:110px;
	border:1px solid #b4b2b2;
	background:#ededed;
	padding:10px;
	margin-top:40px;
}
.thumb{
	background:url(../images/blog-single/default-thumb.html) no-repeat;
	width:74px;
	height:92px;
	float:left;
	position:relative;
}
.thumb:after{
	content: "";
    height: 0;
    position: absolute;
    top: 90%;
    width: inherit;
	border-bottom: 10px solid #ededed; 
	border-right: 80px solid transparent;
}
.author-photo{
	height:100%;
}
.about-author h3{
	margin: 0 0 0 90px;
}
.about-author p{
	margin: 5px 0 0 90px;
	color:#5d5d5d;
}
/*---------- Comments Section -------------*/
.comments-part h2{
	margin-top:-5px;
}
.comment{
	min-height:110px;
	border:1px solid #b4b2b2;
	background:#fff;
	padding:10px;
	margin-top:0;
	margin-bottom:20px;
}
.comment h3{
	margin: 0 0 0 90px;
}
.comment h3 span{
	color:#9d9d9d;
	font-size: 14px;
    padding-left: 35px;
}
.comment p{
	margin: 5px 0 0 90px;
	color:#5d5d5d;
	font-size:14px;
}
.comment a{
	text-decoration:underline;
}
.comment .thumb:after{
	border-bottom: 10px solid #fff;
}
.comments-part .reply{
	float:right;
	width:91%;
	position:relative;
}
.comments-part .reply:nth-of-type(2n){
	width:82%;
}
.comments-part .reply:before{
	content:  "\f148";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #cecece;
    font-size: 50px;
    padding-right: 0.5em;
    position: absolute;
    left: -60px;
	top:30%;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/*--------------- Comment form ------------------*/
.comment-form {
    padding-bottom: 55px;
}
.comment-form .left-area{
	padding-top:16px;
	padding-right:12px;
}
.comment-form .right-area{
	padding-left:12px;
	padding-top:15px;
}
.comment-form .form-control{
	background:transparent;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	color:#4e4e4e;
}
.comment-form .form-horizontal .form-group{
	margin-left:0;
	margin-right:0;
}
.comment-form button{
	width:100%;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border:none;
	color:#fff;
	min-height:36px;
	font-size:15px;
	position: absolute;
    width: 93%;
	bottom:34px;
}
.comment-form button:hover,.btn-default[disabled]{
	background:transparent;
	color:#4e4e4e;
	transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
}
.comment-form .input-group-addon{
	background:transparent;
	border-radius:0;
	border-right:none;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	 padding: 0 12px;
}
.comment-form .input-group-addon i{
	font-size:25px;
}
.has-error .input-group-addon,.has-success .input-group-addon{
	background:none;
}
.has-error .form-control,.has-error .form-control:focus,.has-success .form-control,.has-success .form-control:focus{
	box-shadow:none;
}
.comment-form .form-control-feedback{
    padding-left: 25px;
    padding-top: 10px;
}
.comment-form input.form-control{
	height:34px;
	border-left:none;
	box-shadow:none;
	padding-left:0;
}
.comment-form textarea{
	box-shadow:none;
	min-height:145px;
}
.comment-form .form-group {
    margin-bottom: 20px;
}
.form-message{
	display:none;
	margin-bottom: -25px;
    text-align: center;
    color: white;
    margin-top: 10px;
}	
.form-control:focus, .has-success .form-control:focus,.has-error .form-control:focus{
	box-shadow:none;
}

.fade.in {
   
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: auto;

}


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    margin-top: 109px;
}
 #enquiryright {
    position: fixed;
    z-index: 999999;
    padding: 0px;
    float: right;
    right: 0px;
    top: 194px;
}

#b1t{ margin-top:10px;}
.heading-1{ background-color:#000; text-transform:uppercase; padding-top:10px; padding-bottom:10px; text-align:center; font-size:17px; color:#fff;}
.heading-1-description{     line-height: 25px;
    font-size: 14px;
    text-align: justify;
    min-height: 191px;}
.course h5 { font-size:18px; font-weight:bold;}
.why{ color:#F60;}
.wh-1{  padding:10px;}
.title-ex1{ font-size:17px;}


/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/

blockquote, blockquote p {
    line-height: 1.6;
    color: #000;

}
.tes{background-color:#f2f2f2;}
.tes blockquote p{color:#000;}


section {
    padding-top:0px;
    padding-bottom:0px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}




