
label {
	font-family: Arial, sans-serif;
	font-size: 12px
}
label.lighter {
	font-weight: 300
}
textarea {
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	transition: height .2s
}
.uneditable-input: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, textarea:focus {
	outline: 0;
	outline: thin
}
.box-circle, img.circle, ul.circle li img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
body::-webkit-scrollbar {
 background: #f2f0eb;
 width: 5px
}
#page-title {
    position: relative;
    padding: 90px 0px 50px 0px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}
.feature-box {
    margin-bottom: 0px;
}
body::-webkit-scrollbar-thumb {
 background: #cdcdcd
}
#footer_new h3, #footer_new h4, #footer_new h5, #footer_new h6, .boxIcon h2 {
    margin-left: 0px;
    font-family: sans-serif;
    font-weight: 800;
}
#slide {
	width: 100%
}
#map {
	height: 500px
}
#map:after, #map:before {
	background: 0 0;
	text-align: center;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1)
}
#map-title:before, .bg-overlay:before {
	content: ""
}
#map:after {
	bottom: 0;
	top: auto
}
#map-title {
	position: absolute;
	width: 100%;
	z-index: 50;
	padding: 20px 0
}
#map-title:before {
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
	height: 24px;
	width: 24px;
	border-radius: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
	background-color: #fff
}
#map-title p {
	background-color: rgba(255, 255, 255, .7);
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px
}
#footer_new .top {
	background-color: #1b1e24;
	color: #525252;
/*	font-family: Ubuntu;*/
	font-size: 13px
}
#footer_new .top p {
	line-height: 21px;
	margin-bottom: 20px
}
#footer_new .bottom {
	background-color: #121418;
	font-family: Roboto;
	font-size: 12px
}
#footer_new .bottom.section {
	padding: 15px 0
}
#footer_new .bottom ul.footer-link {
	margin: 0
}
#footer_new .bottom ul.footer-link li {
	float: left;
	padding: 0 7px;
	border-right: 1px #3a3a3a solid
}
#footer_new .bottom ul.footer-link li:first-child {
	border-left: none
}
#footer_new .bottom ul.footer-link li:last-child {
	border-right: none
}
#footer_new a {
	color: #EEE;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
#footer_new a:hover {
	color: #ff7508
}
.section {
	padding-top: 40px;
	padding-bottom: 40px
}
.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
	margin: 10px
}
.section .img-bottom {
	margin-bottom: -40px;
	z-index: 200!important
}
.section .img-bottom.bottom-over {
	margin-bottom: -63px
}
.overflow {
	overflow: hidden
}
.bg-overlay {
	position: relative
}
.bg-overlay .topindex {
	position: relative;
	z-index: 501
}
.bg-overlay:before, .img-stack img {
	position: absolute;
	top: 0
}
.bg-overlay:before {
	background-image: url(../assets/img/gridtile.png);
	width: 100%;
	height: 100%;
	z-index: 500
}
.input-lg {
	height: 45px;
	border-radius: 2px
}
.boxIcon a .imgBorder {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.boxIcon a {
	padding: 20px 15px;
	text-align: center;
	display: block;
	margin-bottom: 11px;
	color: #777;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.boxIcon a:hover {
	text-decoration: none
}
.boxIcon a:hover span i {
	font-size: 5em
}
.boxIcon a span:hover img {
	-webkit-transform: scale(.95, .95);
	-moz-transform: scale(.95, .95);
	-ms-transform: scale(.95, .95);
	-o-transform: scale(.95, .95);
	transform: scale(.95, .95);
	animation: circleanim 1s ease-in
}
.boxIcon a span {
	width: 176px;
	height: 176px;
	margin: 20px auto;
	display: block;
	padding: 6px
}
.boxIcon a span i {
	color: #FFF;
	line-height: 164px;
	font-size: 7em;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out
}
.boxIcon a span img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out
}
ul.contact-top li a, ul.social-top li a {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	display: inline-block
}
.boxIcon h2 {
    font-size: 20px;
    margin-bottom: 16px;
    font-family: inherit;
    font-weight: 800;
}
.boxIcon p {
	margin: 0;
	text-align: center
}
.boxIcon a, .boxIcon a:active {
	text-decoration: none
}
.img-stack {
	margin-top: 40px;
	margin-bottom: -90px;
	display: inline-block
}
.img-stack img:first-child {
	position: relative
}
.blockquote {
    font-size: 17.5px;
    line-height: 25px;
    margin-bottom: 30px!important;
    font-style: italic;
    padding: 0;
    font-family: 'Lato', sans-serif;
    border: none;
}
.blockquote:after, .blockquote:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.blockquote:before {
	content: '\f10d';
	margin-right: .5em
}
.blockquote:after {
	content: '\f10e';
	margin-left: .5em
}
ul.contact-top li {
	font-size: 12px;
	color: #fff;
}
.menu ul li a, .navbar li a {
	font-family: "Open Sans", Helvetica, Arial;
	text-rendering: optimizeLegibility
}
ul.contact-top li:first-child {
	margin-left: 0
}
ul.contact-top li a {
	padding: 0 10px;
	color: #fff;
	transition: all .5s
}
ul.contact-top li a:hover {
	color: #000
}
ul.contact-top li a:first-child {
	padding-left: 0
}
ul.contact-top li a i {
	margin-right: 5px
}
.contacts .contacts-item {
	margin-bottom: 10px;
	margin-left: 15px;
	position: relative
}
.contacts .contacts-item i {
	position: absolute;
	top: 3px;
	left: 0
}
.contacts .contacts-item span {
	margin-left: 25px;
	display: inline-block
}
ul.social-top li a {
	padding: 0 15px;
	font-size: 13px;
	color: #fff;
	transition: all .5s
}
.navbar li a, .navbar-header a {
	-webkit-transition: all .5s;
	-moz-transition: all .5s
}
ul.social-top li a:hover {
	color: #000
}
ul.social-top li a i {
	font-size: 18px
}
.navbar-header a {
	transition: all .5s;
	padding-top: 20px
}
.navbar {
	margin: 0;
	border: none
}
.active_my {
	background: #ff7508;
	color: #fff
}
.text_active {
	color: #fff!important
}

#portfolio figure img, .widget-top-search {
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s
}
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none
}
.form-control.has-error, .form-control.has-error:focus {
	border-color: #EC7063
}
.form-control:focus {
	border-color: #ff7508;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.form-control.no-border {
	border: 0;
	border-radius: 0
}
.form-control.rounded {
	border-radius: 100px
}
#caplet-overlay {
	background-color: #111;
	background-image: url(../assets/img/gridtile.png);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 999
}
.widget-top-search {
	background-color: #262a33;
	position: fixed;
	left: 0;
	right: 0;
	top: -185px;
	transition-property: transform;
	transition-duration: .5s;
	z-index: 1000
}
.widget-top-search.nav-top-search {
	-webkit-transform: translate3d(0, 185px, 0);
	-moz-transform: translate3d(0, 185px, 0);
	-ms-transform: translate3d(0, 185px, 0);
	-o-transform: translate3d(0, 185px, 0);
	transform: translate3d(0, 185px, 0)
}
.widget-top-search span.icon {
	position: absolute;
	text-align: center;
	right: 35px;
	top: 30px
}
.widget-top-search span.icon a {
	font-size: 21px;
	color: rgba(255, 255, 255, .3)
}
.widget-top-search span.icon a:hover {
	color: rgba(255, 255, 255, .5)
}
.widget-top-search form {
	padding: 15px 25px 25px
}
.widget-top-search form h2 {
	margin-bottom: 15px;
	font-size: 3.5em;
	color: rgba(255, 255, 255, .9)
}
.widget-top-search form input {
	background-color: #313641;
	border: none;
	color: rgba(255, 255, 255, .5)
}
.widget-top-search form input:focus {
	background-color: #313641
}
.widget-top-search form button {
	background-color: #313641;
	border-color: transparent;
	color: rgba(255, 255, 255, .5)
}
.widget-top-search form button:active, .widget-top-search form button:focus, .widget-top-search form button:hover {
	color: #fff
}
.highlight-title {
	font-size: 3.5em;
	text-transform: capitalize
}
.highlight-title strong, .list-group li {
	text-transform: uppercase
}
.sub-title {
	color: #666
}
.topindex .sub-title {
	color: #ccc
}
.mosaic.mosaic-5 article {
	width: 20%;
	height: 227px
}
.mosaic.mosaic-4 article {
	width: 25%
}
.mosaic.mosaic-3 article {
	width: 33.333333333333%
}
.mosaic.mosaic-2 article {
	width: 50%
}
#portfolio article {
	display: inline-block;
	position: relative
}
#portfolio figure {
	margin: 0;
	position: relative;
	overflow: hidden
}
#portfolio figure img {
	max-width: 100%;
	display: block;
	position: relative;
	transition-property: transform;
	transition-duration: .5s
}
#portfolio figure:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
	opacity: .3;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
#portfolio figure:hover:before {
	opacity: 1
}
#portfolio figure:hover img {
	-webkit-transform: translate3d(0, -50px, 0);
	-moz-transform: translate3d(0, -50px, 0);
	-ms-transform: translate3d(0, -50px, 0);
	-o-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0)
}
#portfolio figure:hover figcaption {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
#portfolio figcaption {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	background: #f35958;
	color: #FFF;
	z-index: 3;
	opacity: 1;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s
}
.bg-map, .parallex {
	background-position: top center!important
}
#portfolio figcaption h3 {
	margin: 0;
	padding: 0
}
#portfolio figcaption .link {
	position: absolute;
	bottom: 0;
	right: 5px
} 
#portfolio figcaption .link a {
	display: inline-block;
	color: #FFF;
	padding: 10px
}
.bg-transparent {
	background-color: transparent!important
}
.parallex {
	background-image: url(../assets/img/contact_us.jpg)!important;
	background-attachment: fixed;
	background-color: #333!important;
	width: 100%!important;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	/*    -webkit-background-size: cover;*/
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */ padding-bottom: 20px !important;
	padding-top: 0!important;
}
.bg-map {
	background-image: url(../assets/img/map.png)!important;
	background-repeat: no-repeat!important
}
.service-item {
	position: relative;
	padding-left: 100px;
	margin-bottom: 50px
}
.service-item.text-right {
	padding-left: 0;
	padding-right: 100px
}
.service-item.text-right .fa-stack {
	left: auto;
	right: 0
}
.service-item.text-right .fa-stack.fa-2x {
	right: 15px;
	left: auto
}
.service-item .fa-stack {
	position: absolute;
	left: 0;
	top: 0
}
.dropdown-submenu, .menu ul li {
	position: relative
}
.service-item .fa-stack.fa-2x {
	left: 15px;
	top: 10px
}
.service-item h4 {
	margin-bottom: 10px;
	padding-top: 5px
}
.contact-form h5 {
	text-align: left
}
.contact-form .form-control {
	height: 36px;
	float: none;
	margin: 11px 0;
	font-size: 16px;
	border-width: 1px;
	resize: none;
	border-color: transparent
}
.contact-form textarea {
	min-height: 190px;
	max-height: 300px
}
.contact-form button {
	padding: 10px 18px;
	font-size: 14px
}
#footer_new .tagcloud a, .tagcloud a {
	line-height: 16px;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 700;
	margin: 0 5px 5px 0;
	min-width: 18px;
	border-radius: 3px;
	width: auto;
	background: #fefefe;
	color: #898989;
	display: inline-block;
	text-decoration: none;
	border: 2px solid #e1e1e1;
	text-transform: uppercase
}
.tagcloud a:hover {
	color: #333;
	border-color: #fc0
}
#footer_new .tagcloud a {
	padding: 7px 14px;
	background: #242830;
	margin: 3px;
	display: inline-block;
	color: gray;
	border: none
}
#footer_new .tagcloud a:hover {
	color: #fff;
	background: #f9ba46
}
.selectnav {
	display: none
}
ul.navbar-xs li, ul.navbar-xs li a {
	display: inline-block
}
ul.navbar-xs {
	margin-right: 10px
}
ul.navbar-xs li button.btn-header-search {
	margin: 0 5px 10px
}
ul.navbar-xs li a {
	font-size: 21px;
	padding-top: 15px!important;
	padding-bottom: 15px!important
}
ul.navbar-xs li a:hover {
	background-color: transparent
}
#nav-middle {
	min-height: 76px
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px
}
.dropdown-menu-left .dropdown-submenu .dropdown-menu {
	width: 220px!important
}
.bg_im {
	background: url(../ico/wordpress_icon.png) center center no-repeat
}
.bg_im2 {
	background: url(../ico/seo-tag-2-xxl.png) center center no-repeat
}
.bg_im3 {
	background: url(../ico/Java.png) center center no-repeat
}
.web_design {
	background: url(../ico/website_devlopment.png) center center no-repeat
}
.costo {
	background: url(../ico/cosom_solu.png) center center no-repeat
}
.star_bg span {
	color: red
}
.part {
	color: #0aa699;
	font-weight: 700;
	font-size: 18px
}
.add_ress {
	width: 300px!important
}
.industries img, .website img {
	width: 100%
}
.color-white2 {
	color: #CCC
}
.contact-info p {
	line-height: 21px
}
.list-group-item a:hover {
	color: #EEECF0;
	text-decoration: none
}
.no_padd_right {
	padding-right: 0
}
.no_padd_left {
	padding-left: 0
}
.list-group li {
	margin-bottom: .5em;
	border: 1px solid #D8D8D8;
	padding: 10px 10px
}
.list-group-item a i {
	margin-right: 10px
}
.our_process {
	border-radius: 4px;
	border: 1px dotted #ccc;
	color: #fff;
	margin-left: 15px
}
.our_process img {
	padding-right: 15px;
	margin-top: 0
}
.hedd_bg {
	color: #FF7508;
	font-weight: 500;
	padding: 0;
	font-size: 20px;
	margin-bottom: 10px!important
}
.col-md-8 .tick_icon:first-child .hedd_bg {
	margin-top: 0
}
.our_procees img {
	padding-top: 25px;
	width: 100%
}
.nav2>li>a {
	padding: 40px 28px
}
.contact-info2 {
	direction: rtl
}
.mobi {
	color: #ff7508
}
.tick_icon_b {
	margin-bottom: 25px!important
}
.tick_icon {
	margin-bottom: 15px
}
.hedd_bg_d {
	font-size: 17px;
	color: #353535;
	padding-bottom: 5px!important
}
.tick_icon_my p {
	background: url(../assets/img/square_icn3.png) top left no-repeat;
	padding: 0 0 0 22px;
	line-height: 28px
}
.tick_icon p {
	padding: 0 0 12px 12px;
	line-height: 20px;
	margin-bottom: 0
}
.tick_icon1 p, .tick_iconde p {
	padding: 0 34px;
	line-height: 25px;
	vertical-align: middle!important;
	margin: 20px 0
}
.hedd_bg2 {
	margin: 0 0 20px;
	color: #57636f;
	font-weight: 500
}
.star_bg2 {
	padding-left: 60px
}
.technology {
	background: url(../assets/img/web-technology.png) no-repeat fixed rgba(0, 0, 0, 0);
	padding: 0!important;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center bottom
}
.con_right_menu ul li a, .my_right_menu ul li a {
	color: #2B2A2A;
	padding: 0
}
.con_right_menu ul li:hover {
	font-weight: 700;
	background: #657;
	text-decoration: none
}
.my_right_menu {
	background-image: url(../assets/img/phn2.png);
	background-position: center;
	background-repeat: no-repeat;
	min-height: 571px
}
.my_right_menu ul li {
	cursor: pointer
}
.my_right_menu ul li a {
	font-size: 12px
}
.my_right_menu ul li:hover {
	background: #098E83;
	text-decoration: none
}
.our_solution li{color:#fff; font-size:18px;}
.our_solution a{
	color: #0A5E4E !important;font-weight: 500;
}

.hedd_bg2 {
	padding-bottom: 30px
}
.mobile_app h3 {
	font-size: 15px;
	padding: 15px 0;
	text-align: center
}
.mobile_app img {
	display: block;
	margin: 0 auto;
	box-shadow: #f2f2f2 -5px -1px 3px;
	padding: 10px;
	border: 1px solid #F6EEEE
}
.active2 {
	color: #000;
	background: #0080FF
}
.our_process {
	padding: 15px 0
}
.btn-primary2 {
	background: #0090d9
}
.tick_icon_beskope p {
	background: url(../assets/img/square_icn3.png) top left no-repeat;
	padding: 0 0 20px 22px
}
.hedd_bg2 img {
	margin-left: -8px
}
.menu ul, .menu ul li {
	margin: 0;
	padding: 0
}
.cont_me:hover {
	background: #21529B
}
.cont_me a:hover {
	color: #fff
}
.menu ul li {
	float: left
}
.menu ul li:last-child {
	border-bottom: none
}
.menu ul li a {
	text-decoration: none;
	color: #333;
	float: left;
	padding: 41px 15px;
	font-size: 1.2em
}
.rw_menu {
	float: right;
}
.menu ul li a:hover {
	background: #ff7508;
	color: #fff
}
.menu ul li ul li {
	float: none
}
.menu ul li ul li a {
    padding: 12px 15px!important;
    font-size: 14px;
    float: none;
    display: block;
    text-transform: capitalize;
}
.menu ul li ul h3 {
	font-size: 15px;
	padding-left: 10px;
	font-weight: 700;
	color: #797979;
	margin-bottom: 10px
}
.big_menu {
	width: 600px;
	padding: 12px 0px 5px 0px!important;
}
.half_menu {
	width: 49%;
	padding: 0% 1%;
	float: left
}
.mob_menu {
	display: none
}
.shadow_nav {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .5)
}

@media (min-width: 1024px) {
.menu ul li ul {
    top: 101px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
	}
.menu ul li ul {
	position: absolute;
	min-width: 200px;
	background: #fff;
	transform: scale(0);
	transform-origin: 10% -10px 0;
	opacity: 0
}
.menu ul li:hover ul {
	opacity: 1!important;
	transform: scale(1);
	transition: transform .3s cubic-bezier(.3, 1.6, .7, 1) 0s, opacity .3s ease-out 0
}
.menu ul li span {
	display: none
}
}

@media (min-width: 767px) {
.mh-27-md-lg .col-md-2 {
	min-height: 260px;
}
.big_menu {
	left: 0
}
.menu ul li ul {
	top: 101px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 2px solid #ff7508;
	visibility: hidden;
	position: absolute;
	min-width: 200px;
	background: #fff;
	transform: scale(0);
	transform-origin: 10% -10px 0;
	opacity: 0;
}
.menu ul li:hover ul {
	opacity: 1!important;
	transform: scale(1);
	visibility: visible;
	transition: transform .3s cubic-bezier(.3, 1.6, .7, 1) 0s, opacity .3s ease-out 0
}
.menu ul li span {
	display: none
}
}

@media (max-width: 767px) {
	.my2_nav #menuToggle {
	background: url(../assets/img/enq_small.png) no-repeat !important;
	left: -29px!important;
    top: 44%!important;
	}
	.menu ul li:hover ul {
	top: 0px !important;
}
	.solution_map{height:244px !important;}
	.team_5{width:33.3%;}
	.copyright{text-align:center; margin-bottom:10px;}
section img {
    max-width: 100%;
    width: auto;
}
.service-item .fa-wordpress img, h3 img, p img {
	width: auto
}
p.text-center img, strong img {
	width: 100%
}
.container {
	width: 90%
}
/*
.second_lavel {
	display: none
}
*/
.menu ul li ul h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #ddd
}
.half_menu span {
	top: auto!important;
	margin-top: -5px
}
}

@media all and (mini-width: 768px) {
#header {
	height: 179px;
}
.navbar li a {
	letter-spacing: 1px;
	font-size: .875em;
	padding-left: 10px;
	padding-right: 10px
}
#header .container {
	width: 100%!important
}
.navbar-brand {
	margin-left: 0!important
}
}

@media all and (min-width: 992px) {
.navbar-right {
	margin-right: -15px
}
}

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

	.fbox_main .feature-box.fbox-right {
    white-space: unset !important;
}
.menu ul li ul {
	right: 0!important;
}
.error-404 {
	margin-top: 15%;
}
.error-404 h1 {
	font-size: 1000%;
	font-weight: 400;
	color: #ff7508;
}
.error-404 h3 {
	font-weight: 400;
}
.error-404 button {
	background: #fff;
	border: 1px solid #ff7508;
	border-radius: 2px;
	padding-bottom: 30px;
	padding: 10px 30px 10px 30px;
	margin-top: 50px;
	color: #927e6f;
}
.error-404 button:hover {
	background: #ff7508;
	border: 1px solid #fff;
	border-radius: 3px;
	padding-bottom: 30px;
	padding: 10px 30px 10px 30px;
	margin-top: 50px;
	color: #fff;
	transition: all 300ms ease-in;
}
.nav2>li>a {
	padding: 40px 11px!important;
	font-size: 15px
}
.dropdown-menu-left .dropdown-submenu .dropdown-menu {
	width: 204px!important
}
.dropdown-menu>li>a {
	padding: 8px 5px!important;
}
.menu ul li a {
	padding: auto 15px;
	font-size: 16px
}
#header {
	height: 178px;
}
}

@media all and (max-width: 1199px) {
	.gallery_al div{margin: 0 0px 70px 25px !important;}
	.gallery_al {margin: auto;width: 72% !important;}
.menu ul li a {
	font-size: 13px;
}
.h-block2 h1, .h-block2 h2, .h-block2 h3, .h-block2 h4,.heading-block h2 {   
	font-size: 20px !important;
}
.hide-1199{
	display: none;
}
.my_right_menu {
	background-image: url(../assets/img/phn3.png);
	background-position: top
}
ul.list-group.mob_rit li {
    height: 39px;
    overflow: hidden;
    padding: 10px 14px;
}
	li.rlink {
    border: 0;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 11px;
    background: #e97327;
    cursor: default;
    height: 25px;
}
.mob_rit {
	margin-top: inherit!important;
	position: absolute;
	top: 13%;
	width: 178px;
	left: calc(47% - 62px);
	max-width: 178px!important;
	margin-left: inherit!important
}
.my_right_menu ul li a {
	font-size: 10px!important
}
}

@media all and (max-width: 991px) {
.menu ul li ul li {
    background: #fff;
}
.mob_menu {
	display: block
}
.mob_menu h3 {
	font-weight: 400
}
.menu_icon {
	width: 40px;
	margin-top: 20px;
	float: right;
	cursor: pointer;
	position: relative;
    top: -20px;
	
}
.menu_icon span {
	display: block;
	float: left;
	width: 70%;
	height: 3px;
	background: #47AAA2;
	margin-bottom: 4px
}
.rw_menu {
	display: none;
	overflow-y: auto;
	height: 400px
}
.menu ul li {
	display: block;
	position: relative;
	float: none
}
.menu ul li span {
	cursor: pointer;
	position: absolute;
	color: #47aaa2;
	width: 50px;
	line-height: 47px;
	display: block;
	text-align: center;
	height: 50px;
	background: #eee;
	top: 0;
	right: -1px;
}
.menu ul li a {
	float: none;
	border-bottom: 1px dashed #ddd;
	padding: 15px 10px;
	display: block
}
.menu, .rw_menu {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.menu ul li ul {
	position: relative;
	top: 0 !important;
	display: none
}
.big_menu {
	width: 100%
}
.half_menu {
	width: 98%
}
.active_menu {
	background: #ff7508;
	color: #fff!important
}
.phone-fixed {position: relative !important;}
.row.equal{display: flex;flex-wrap: wrap;}
.mob_rit {
	left: calc(50% - 72px);
}
	.metrial-tabs{ margin-bottom:40px;
}
}

@media all and (max-width: 767px) {
	.team_5 .top-box:nth-child(3n+0){border:none !important;}
#header-space {
	margin-top: 112px;
}
#nav-top {
	height: 40px;
}
#nav-top ul {
	text-align: center
}
.social-top.pull-right {
	float: none!important
}
.contact-top li, .social-top li {
	float: none!important;
	display: inline-block
}
.navbar-header a {
	padding-top: 10px!important;
	padding-bottom: 10px!important
}
.btn-navbar-toggle {
	display: inline-block;
	padding-top: 15px!important
}
#header {
	height: 130px;
	border: none;
	z-index: 9999999999
}
.navbar-collapse {
	background-color: #62707d
}
.js .selectnav {
	display: block;
	width: 150px;
	border: 1px solid #DDD;
	margin: 30px auto;
	padding: 5px
}
}
.bg-danger-darken.form-control, .bg-danger-lighten.form-control, .bg-danger.form-control, .bg-darkorange-darken.form-control, .bg-darkorange-lighten.form-control, .bg-darkorange.form-control, .bg-gray-lighter-darken.form-control, .bg-gray-lighter-lighten.form-control, .bg-gray-lighter.form-control, .bg-green-darken.form-control, .bg-green-lighten.form-control, .bg-green.form-control, .bg-info-darken.form-control, .bg-info-lighten.form-control, .bg-info.form-control, .bg-inverse-darken.form-control, .bg-inverse-lighten.form-control, .bg-inverse.form-control, .bg-lightseagreen-darken.form-control, .bg-lightseagreen-lighten.form-control, .bg-lightseagreen.form-control, .bg-palevioletred-darken.form-control, .bg-palevioletred-lighten.form-control, .bg-palevioletred.form-control, .bg-pink-darken.form-control, .bg-pink-lighten.form-control, .bg-pink.form-control, .bg-primary-darken.form-control, .bg-primary-lighten.form-control, .bg-primary.form-control, .bg-purple-darken.form-control, .bg-purple-lighten.form-control, .bg-purple.form-control, .bg-success-darken.form-control, .bg-success-lighten.form-control, .bg-success.form-control, .bg-theme-inverse-darken.form-control, .bg-theme-inverse-lighten.form-control, .bg-theme-inverse.form-control, .bg-theme-lighten.form-control, .bg-theme.form-control, .bg-warning-darken.form-control, .bg-warning-lighten.form-control, .bg-warning.form-control, .bg-white-darken.form-control, .bg-white-lighten.form-control, .bg-white.form-control {
	border: none
}
.service_menu, .service_menu1 {
	margin-left: 8px
}

@media all and (max-width: 480px) {
	.gallery_border figure img {
    min-width: 100%;
    height: 200px;
}
	.form_section input[type=text] {
    padding: 4px 9px;
	}
	.form_section label {
    font-family: inherit;
	}
	#showhide.my2_nav.open {
    overflow: scroll;
}
	.form_section input[type=text],.sele_des, .tex_widt {
    width: 100%!important;
	}
	.form_section label {
    width: 100%!important;
	}
	.form_section label {
    line-height: 10px !important;
	}
	.owl-theme .owl-controls .owl-page span {
    width: 10px!important;
    height: 10px!important;
	}
	.my2_nav {
    width: 246px !important;
	right: -246px !important;
	
	}
	.feature-box.topmargin {
    white-space: normal !important;
}
	.my2_nav #menuToggle {
	background: url(../assets/img/enq_small.png) no-repeat !important;
	left: -29px!important;
    top: 44%!important;
	}
.menu ul li ul li a {
    padding: 10px 15px!important;
	}
.menu ul li span {
    width: 34px;
    height: 35px;
    line-height: 38px;
}
	.fbox_main2 .fbox-right ul.iconlist {
    direction: ltr !important;
    margin-right: 0 !important;
    text-align: left !important;
    padding-left: 100px !important;
}
	.fbox_main2 .fbox-right ul.iconlist li i:before {
    margin-left: -19px !important;
	}
	.feature-box.fbox-right {
    padding: 0 0px 0 0 !important;
    text-align: left;
}
	.team_5{width:50% !important;}
	.feature-box.fbox-right .fbox-icon {
    left: 0 !important;
    right: auto !important;
}
	.feature-box.fbox-right h3 {
    text-align: left;
    padding-left: 80px;
}
.hex_box {
	width: 46% !important;
}
.error-404 {
	margin-top: 33%;
}
.error-404 h1 {
	font-size: 500%;
	font-weight: 400;
	color: #ff7508;
}
.error-404 h3 {
	font-size: large;
	font-weight: 400;
}
.error-404 button {
	background: #fff;
	border: 1px solid #ff7508;
	border-radius: 2px;
	padding-bottom: 30px;
	padding: 10px 30px 10px 30px;
	margin-top: 50px;
	color: #927e6f;
}
.error-404 button:hover {
	background: #ff7508;
	border: 1px solid #fff;
	border-radius: 3px;
	padding-bottom: 30px;
	padding: 10px 30px 10px 30px;
	margin-top: 50px;
	color: #fff;
	transition: all 300ms ease-in;
}
.footer-link {
	float: none!important
}
.menu ul li a {
	padding: 8px 17px
}
}
@media all and (max-width: 479px) {.margn-top-20{margin:10px 0 0!important;}}
@media all and (max-width: 360px) {
	.gallery_al, .gallery_al div, figure{width:100% !important;}
	.gallery_al div{margin-left: 0 !important;}
	.gallery_al div:last-child{margin-bottom: 0 !important;}
	.team_5{width:100% !important;}
	.team_5 .top-box{border-bottom:solid #f2f2f2 1px;border-right:none;}
	.solution_map{height:154px !important;}
}
@media all and (max-width: 320px) {
.hex_box {
	width: 50% !important;
}
.footer-link {
	float: none!important
}
.menu ul li ul h3 {
	font-size: 15px
}
.rw_menu {
	height: 300px!important
}
}
.box-feed [class*=col-] {
	margin-bottom: 20px
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}
.isotope {
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	-webkit-transition-property: height, width;
	transition-property: height, width
}
.isotope .isotope-item {
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity
}
.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	-webkit-transition-duration: 0;
	transition-duration: 0
}
.label {
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 2px
}
.service_menu li, .service_menu1 li {
	padding: 5px;
	list-style: outside
}
.color-primary {
	color: #0090d9
}
.color-success {
	color: #2ecc71
}
.color-warning {
	color: #fc3
}
.color-danger {
	color: #d9534f
}
.color-info {
	color: #b5d1d8
}
.color-white {
	color: #fff
}
.color-inverse {
	color: #62707d
}
.color-theme {
	color: #f35958
}
.color-theme-inverse {
	color: #0aa699
}
.color-palevioletred {
	color: #372b32
}
.color-green {
	color: #9c0
}
.color-lightseagreen {
	color: #3db9af
}
.color-purple {
	color: #736086
}
.color-darkorange {
	color: #f9ba46
}
.color-pink {
	color: #d13a7a
}
.color-gray-lighter {
	color: #e5e9ec
}
.service_menu li a {
	color: #fff
}
.service_menu li a:hover {
	color: #FE976E;
	text-decoration: none
}
.service_menu li a:active, .service_menu li a:focus {
	font-weight: 700;
	color: #f26b35;
	text-decoration: none
}
.service_menu1 li a {
	color: #fff
}
.service_menu1 li a:hover {
	color: #FE976E
}
.service_menu1 li a:active, .service_menu1 li a:focus {
	color: #f26b35;
	text-decoration: none
}
.bg-danger, .bg-danger-darken, .bg-danger-lighten, .bg-info, .bg-info-darken, .bg-info-lighten, .bg-primary, .bg-primary-darken, .bg-primary-lighten, .bg-success, .bg-success-darken, .bg-success-lighten, .bg-warning, .bg-warning-darken {
	color: #fff!important
}
.bg-primary {
	background-color: #0090d9!important
}
.bg-primary-lighten {
	background-color: #00a1f3!important
}
.bg-primary-darken {
	background-color: #035!important
}
.bg-success {
	background-color: #2ecc71!important
}
.bg-success-lighten {
	background-color: #40d47e!important
}
.bg-success-darken {
	background-color: #29b765!important
}
.bg-warning {
	background-color: #fc3!important
}
.bg-warning-lighten {
	background-color: #ffd24d!important;
	color: #fff!important
}
.bg-warning-darken {
	background-color: #ffc61a!important
}
.bg-danger {
	background-color: #d9534f!important
}
.bg-danger-lighten {
	background-color: #de6764!important
}
.bg-danger-darken {
	background-color: #d43f3a!important
}
.bg-info {
	background-color: #b5d1d8!important
}
.bg-info-lighten {
	background-color: #c6dbe1!important
}
.bg-info-darken {
	background-color: #a4c7cf!important
}
.bg-white, .bg-white-lighten {
	background-color: #fff!important
}
.bg-white {
	color: #777!important
}
.bg-white-lighten {
	color: #777!important
}
.bg-white-darken {
	background-color: #f2f2f2!important;
	color: #777!important
}
.bg-darkorange, .bg-darkorange-darken, .bg-darkorange-lighten, .bg-green, .bg-green-darken, .bg-inverse, .bg-inverse-darken, .bg-inverse-lighten, .bg-lightseagreen, .bg-lightseagreen-darken, .bg-lightseagreen-lighten, .bg-palevioletred, .bg-palevioletred-darken, .bg-palevioletred-lighten, .bg-pink, .bg-pink-darken, .bg-pink-lighten, .bg-purple, .bg-purple-darken, .bg-purple-lighten, .bg-theme, .bg-theme-darken, .bg-theme-inverse, .bg-theme-inverse-darken, .bg-theme-inverse-lighten, .bg-theme-lighten {
	color: #fff!important
}
.bg-inverse {
	background-color: #62707d!important
}
.bg-inverse-lighten {
	background-color: #6d7d8b!important
}
.bg-inverse-darken {
	background-color: #57636f!important
}
.bg-theme {
	background-color: #f35958!important
}
.bg-theme-lighten {
	background-color: #f57170!important
}
.bg-theme-darken {
	background-color: #f14140!important
}
.bg-theme-darken.form-control {
	border: none
}
.bg-theme-inverse {
	background-color: #0aa699!important
}
.bg-theme-inverse-lighten {
	background-color: #0bbeaf!important
}
.bg-theme-inverse-darken {
	background-color: #098e83!important
}
.bg-palevioletred {
	background-color: #372b32!important
}
.bg-palevioletred-lighten {
	background-color: #45363f!important
}
.bg-palevioletred-darken {
	background-color: #7E7E7E!important
}
.bg-green {
	background-color: #9c0!important
}
.bg-green-lighten {
	background-color: #ace600!important;
	color: #fff!important
}
.bg-green-darken {
	background-color: #86b300!important
}
.bg-lightseagreen {
	background-color: #3db9af!important
}
.bg-lightseagreen-lighten {
	background-color: #4cc4ba!important
}
.bg-lightseagreen-darken {
	background-color: #37a69d!important
}
.bg-purple {
	background-color: #736086!important
}
.bg-purple-lighten {
	background-color: #806b95!important
}
.bg-purple-darken {
	background-color: #657!important
}
.bg-darkorange {
	background-color: #ff7508!important
}
.bg-darkorange-lighten {
	background-color: #fac35f!important
}
.bg-darkorange-darken {
	background-color: #f8b12d!important
}
.bg-pink {
	background-color: #d13a7a!important
}
.bg-pink-lighten {
	background-color: #d64f88!important
}
.bg-pink-darken {
	background-color: #c42e6d!important
}
.bg-gray-lighter {
	background-color: #e5e9ec!important;
	color: #62707d!important
}
.bg-gray-lighter_e {
	background-color: #1A447C!important
}
.bg-gray-lighter-lighten {
	background-color: #f4f5f7!important;
	color: #62707d!important
}
.bg-gray-lighter-darken {
	background-color: #d6dde1!important;
	color: #62707d!important
}
.color-grey {
	color: #098E83
}
.footer-right ul {
	margin: 0;
	padding: 0
}
.footer-right ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 10px
}
.footer-right ul li a.facebook {
	background: url(../assets/img/social-icons.png) no-repeat;
	width: 22px;
	height: 28px;
	display: block
}
.footer-right ul li a.twitter {
	background: url(../assets/img/social-icons.png) -26px 0 no-repeat;
	width: 28px;
	height: 28px;
	display: block
}
.footer-right ul li a.linkedin {
	background: url(../assets/img/social-icons.png) -60px 0 no-repeat;
	width: 27px;
	height: 28px;
	display: block
}
.footer-right ul li a.pininterest {
	background: url(../assets/img/social-icons.png) -94px 0 no-repeat;
	width: 28px;
	height: 28px;
	display: block
}
.footer-right ul li a.google {
	background: url(../assets/img/social-icons.png) -135px 0 no-repeat;
	width: 25px;
	height: 27px;
	display: block
}
.footer-right ul li a.dribble {
	background: url(../assets/img/social-icons.png) -165px 0 no-repeat;
	width: 25px;
	height: 27px;
	display: block
}
.footer-right ul li a.facebook:hover {
	background: url(../assets/img/social-icons.png) 0 -32px no-repeat;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all
}
.footer-right ul li a.twitter:hover {
	background: url(../assets/img/social-icons.png) -26px -34px no-repeat;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all
}
.footer-right ul li a.linkedin:hover {
	background: url(../assets/img/social-icons.png) -60px -33px no-repeat;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all
}
.footer-right ul li a.pininterest:hover {
	background: url(../assets/img/social-icons.png) -94px -32px no-repeat;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all
}
.footer-right ul li a.google:hover {
	background: url(../assets/img/social-icons.png) -135px -32px no-repeat;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all
}
.footer-right ul li a.dribble:hover {
	background: url(../assets/img/social-icons.png) -165px -33px no-repeat;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all
}
.menu ul li ul li {
	border-bottom: 1px solid #EDECEC
}
li.rlink:hover{
	cursor: default;
	background:  #e97327 !important;
	color: #fff;
	border: 0;
}

li.rlink {
    border: 0;
    color: #fff;
    text-align: center;
    background: #e97327;
	cursor: default;
	margin-bottom:15px; 
}
.mob_rit {
    margin-top: 90px;
    max-width: 250px;
    margin-left: 71px;
}
.ma_bt {
	margin-bottom: 30px
}
.my2_nav {
	font-family: 'Open Sans', sans-serif;
	font-wight: 100;
	background-color: rgba(19, 52, 100, .95);
	height: 100%;
	position: fixed;
	right: -308px;
	top: 0;
	-moz-transition: right .2s linear;
	-o-transition: right .2s linear;
	-webkit-transition: right .2s linear;
	transition: right .2s linear;
	width: 310px;
	z-index: 9001;
	border-left: 3px solid #FF7508
}
.form_section label, .type h3 {
	font-family: "Open Sans"
}
.my2_nav #menuToggle {
	background: url(../assets/img/enq.png) no-repeat;
	display: block;
	position: relative;
	height: 261px;
	left: -50px;
	top: 28%;
	width: 50px
}
.my2_nav #menuToggle span {
	display: block;
	left: 10%;
	position: absolute;
	top: 45%;
	width: 80%
}
.my2_nav #menuToggle span:after, .my2_nav #menuToggle span:before {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: -250%;
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	width: 100%
}
.my2_nav #menuToggle span:after {
	top: 250%
}
.my2_nav a:nth-child(n+2) {
	color: #fff;
	display: block;
	font-size: 2.5em;
	margin: 30px 0 30px 30px
}
.my2_nav a:nth-child(n+2):after {
	background: #ffa53e;
	content: '';
	display: block;
	height: 2px;
	-moz-transition: width .2s;
	-o-transition: width .2s;
	-webkit-transition: width .2s;
	transition: width .2s;
	width: 0
}
.my2_nav a:nth-child(n+2):hover:after {
	width: 100%
}
.open {
	right: 0 !important;
}
.open #menuToggle span {
	background: 0 0;
	left: 10%;
	top: 45%
}
.open #menuToggle span:after, .open #menuToggle span:before {
	background: #fff;
	top: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.open #menuToggle span:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#menuToggle .navClosed {
	-moz-transition: background .1s linear;
	-o-transition: background .1s linear;
	-webkit-transition: background .1s linear;
	transition: background .1s linear
}
#menuToggle .navClosed:after, #menuToggle .navClosed:before {
	-moz-transition: top .2s linear .1s, -moz-transform .2s linear .1s;
	-o-transition: top .2s linear .1s, -o-transform .2s linear .1s;
	-webkit-transition: top .2s linear, -webkit-transform .2s linear;
	-webkit-transition-delay: .1s, .1s;
	transition: top .2s linear .1s, transform .2s linear .1s
}
#menuToggle .navOpen {
	-moz-transition: background .1s linear .2s;
	-o-transition: background .1s linear .2s;
	-webkit-transition: background .1s linear;
	-webkit-transition-delay: .2s;
	transition: background .1s linear .2s
}
#menuToggle .navOpen:after, #menuToggle .navOpen:before {
	-moz-transition: top .2s linear, -moz-transform .2s linear;
	-o-transition: top .2s linear, -o-transform .2s linear;
	-webkit-transition: top .2s linear, -webkit-transform .2s linear;
	transition: top .2s linear, transform .2s linear
}
.form_section {
	padding: 0 18px;
	margin: -135px 0 0
}
.form_section label {
	width: 35%;
	float: left;
	color: #CCDEF8;
	line-height: 30px;
	font-weight: 400;
	font-size: 15px
}
.form_section input[type=text] {
	width: 65%;
	padding: 6px;
	border-radius: 2px;
	border: none;
	box-shadow: #ECE6E6 3px 3px 16px inset
}
.cont_me {
	background: #032353;
	text-align: center;
	width: 100px;
	margin: 0 auto 15px;
	border: 1px solid #B9B9B9;
	padding: 7px;
	border-radius: 2px
}
.cont_me a {
	color: #CBDDF7;
	font-size: 14px
}
.ples_con_drop {
	display: none;
	padding: 0 0 0 84px;
	background: #C6D0DE;
	border-left: #133464 solid 15px;
	border-right: #133464 solid 15px
}
.sele_des, .tex_widt {
	width: 65%;
	padding: 6px;
	box-shadow: #C3C3C3 3px 3px 16px inset
}
.sele_des {
	margin-bottom: 22px;
	border-radius: 2px;
	border: none
}
.tex_widt {
	border-radius: 2px;
	border: none
}
.blg_d_p img {
	box-shadow: 0 0 3px #D8D7D7;
	width: 100%
}
.blg_d_h {
	color: #657!important;
	font-weight: 500
}
a:focus, a:hover {
	color: #2a6496;
	text-decoration: none!important
}
.big_menu {
	z-index: 9999999!important
}
#message {
	color: #fff!important
}
#message1 {
	color: #72707D!important
}
.bt {
	margin-bottom: 20px
}
.err_cl {
	color: #FFAC6B;
	font-size: 12px;
	float: left;
	width: 65%;
}
#top-link-block.affix-top {
	position: absolute;
	bottom: -82px;
	left: 10px;
	z-index: 999999999;
	display: none;
}
#top-link-block.affix {
	position: fixed;
	bottom: 18px;
	right: 10px;
	z-index: 9999999;
	display: none;
}
.clear {
	clear: both
}

@media (min-width: 768px) and (max-width: 897px) {
.hex_box {
	padding: 3px;
	width: 144px !important;
}
#header {
	height: 137px;
}
}

/*.tick_icon img, .tick_icon1 img {
	padding-right: 10px
}*/

@media (max-width: 767px) {
.menu ul li ul h3 {
	padding-left: 10px
}
.menu ul li ul li a {
	padding-left: 14px
}
}

@media (max-width: 360px) {
.service-item {
	padding-left: initial;
	text-align: center
}
.service-item .fa-stack {
	position: inherit
}
.img-stack {
	display: block;
	margin-bottom: 0
}
}
.widget h4 {
	margin-left: 0
}
.tick_icon_value img {
	margin: 0 auto;
	display: block
}
.service-item .fa-wordpress img {
	width: auto!important
}
.tick_icon_pro {
	margin-top: 25px
}
.tick_icon_pro p {
	padding: 0 0 15px 35px!important
}
.bg_icon {
	background: url(../assets/img/cus_soft.png) no-repeat
}
.bg_icon1 {
	background: url(../assets/img/gps_t.png) no-repeat
}
.bg_icon2 {
	background: url(../assets/img/work_manage.png) no-repeat
}
.bg_icon3 {
	background: url(../assets/img/erp_solution.png) no-repeat
}
.bg_icon4 {
	background: url(../assets/img/ticket_management.png) no-repeat
}
.bg_icon5 {
	background: url(../assets/img/Assurance.png) no-repeat
}
.bg_icon6 {
	background: url(../assets/img/dynamic_project.png) no-repeat
}
.bg_icon7 {
	background: url(../assets/img/mobile2.png) no-repeat
}
.bg_icon8 {
	background: url(../assets/img/flexible.png) no-repeat
}
.bg_icon9 {
	background: url(../assets/img/multi_currancy.png) no-repeat
}
.bg_icon10 {
	background: url(../assets/img/shedule_a.png) no-repeat
}
.bg_icon11 {
	background: url(../assets/img/graphical.png) no-repeat
}
.design_a {
	background: url(../assets/img/desig.png) no-repeat
}
.design_b {
	background: url(../assets/img/intuitive.png) no-repeat
}
.design_c {
	background: url(../assets/img/flexible.png) no-repeat
}
.design_d {
	background: url(../assets/img/html_1.png) no-repeat
}
.design_e {
	background: url(../assets/img/product-specific.png) no-repeat
}
.design_f {
	background: url(../assets/img/screensavers.png) no-repeat
}
.design_g {
	background: url(../assets/img/menu_icon.png) no-repeat
}
.design_h {
	background: url(../assets/img/responsive.png) no-repeat
}
.design_i {
	background: url(../assets/img/Optimal.png) no-repeat
}
.design_j {
	background: url(../assets/img/promotional.png) no-repeat
}
.design_k {
	background: url(../assets/img/brochures.png) no-repeat
}
.design_l {
	background: url(../assets/img/technical_reports..png) no-repeat
}
.design_m {
	background: url(../assets/img/busines--cards.png) no-repeat
}
.design_n {
	background: url(../assets/img/animation_-odeling.png) no-repeat
}
.design_o {
	background: url(../assets/img/Scalable.png) no-repeat
}
.design_p {
	background: url(../assets/img/Flash.png) no-repeat
}
.design_q {
	background: url(../assets/img/E-learning.png) no-repeat
}
.design_r {
	background: url(../assets/img/hq_audio.png) no-repeat
}
.design_s {
	background: url(../assets/img/audio.png) no-repeat
}
.offsore1 {
	background: url(../assets/img/whitelabel-icon.png) no-repeat
}
.offsore2 {
	background: url(../assets/img/b2b.png) no-repeat
}
.offsore3 {
	background: url(../assets/img/8_icon.png) no-repeat
}
.offsore4 {
	background: url(../assets/img/7_icon.png) no-repeat
}
.offsore5 {
	background: url(../assets/img/delaver.png) no-repeat
}
.offsore6 {
	background: url(../assets/img/2cin.png) no-repeat
}
.offsore7 {
	background: url(../assets/img/audio.png) no-repeat
}
.offsore8 {
	background: url(../assets/img/big_proj.png) no-repeat
}
.offsore9 {
	background: url(../assets/img/skype.png) no-repeat
}
.offsore10 {
	background: url(../assets/img/track_progress.png) no-repeat
}
.offsore11 {
	background: url(../assets/img/completion.png) no-repeat
}
.offsore12 {
	background: url(../assets/img/confidentiality.png) no-repeat
}
.medical_sof {
	background: url(../assets/img/medical_sof.png) no-repeat
}
.Enterpris {
	background: url(../assets/img/Enterpris.png) no-repeat
}
.scan {
	background: url(../assets/img/scan.png) no-repeat
}
.att {
	background: url(../assets/img/att.png) no-repeat
}
.Graphical-Analytics {
	background: url(../assets/img/Graphical-Analytics.png) no-repeat
}
.Freshbooks {
	background: url(../assets/img/Freshbooks.png) no-repeat
}
.geographical {
	background: url(../assets/img/geographical.png) no-repeat
}
.hrms {
	background: url(../assets/img/hrms.png) no-repeat
}
.marketing {
	background: url(../assets/img/marketing.png) no-repeat
}
.Design_b {
	background: url(../assets/img/Design_b.png) no-repeat
}
.bg_icon_b {
	padding-top: 20px!important
}
.promotional {
	background: url(../assets/img/promotional.png) no-repeat
}
.Integration {
	background: url(../assets/img/Integration.png) no-repeat
}
.Testing {
	background: url(../assets/img/Testing.png) no-repeat
}
.device {
	background: url(../assets/img/device.png) no-repeat
}
.profile {
	background: url(../assets/img/profile.png) no-repeat
}
.particular {
	background: url(../assets/img/particular.png) no-repeat
}
.User-nterests {
	background: url(../assets/img/User-nterests.png) no-repeat
}
.Geographies {
	background: url(../assets/img/Geographies.png) no-repeat
}
.Demographics {
	background: url(../assets/img/Demographics.png) no-repeat
}
.Psychometrics {
	background: url(../assets/img/Psychometrics.png) no-repeat
}
.User-groups {
	background: url(../assets/img/User-groups.png) no-repeat
}
.choose {
	background: url(../assets/img/choose.png) no-repeat
}
.Polls {
	background: url(../assets/img/Polls.png) no-repeat
}
.Coupons {
	background: url(../assets/img/Coupons.png) no-repeat
}
.game {
	background: url(../assets/img/game.png) no-repeat
}
.reward {
	background: url(../assets/img/reward.png) no-repeat
}
.Publishers {
	background: url(../assets/img/Publishers.png) no-repeat
}
.channels {
	background: url(../assets/img/channels.png) no-repeat
}
.identify {
	background: url(../assets/img/identify.png) no-repeat
}
.trigger-trends {
	background: url(../assets/img/trigger-trends.png) no-repeat
}
.daily {
	background: url(../assets/img/daily.png) no-repeat
}
.survey {
	background: url(../assets/img/survey.png) no-repeat
}
.accessibility {
	background: url(../assets/img/accessibility.png) no-repeat
}
.SMS {
	background: url(../assets/img/SMS.png) no-repeat
}
.engagement {
	background: url(../assets/img/engagement.png) no-repeat
}
.Import {
	background: url(../assets/img/Import.png) no-repeat
}
.routing {
	background: url(../assets/img/routing.png) no-repeat
}
.details {
	background: url(../assets/img/details.png) no-repeat
}
.GPRS {
	background: url(../assets/img/GPRS.png) no-repeat
}
.customizable {
	background: url(../assets/img/customizable.png) no-repeat
}
.disturbing {
	background: url(../assets/img/disturbing.png) no-repeat
}
.Video {
	background: url(../assets/img/Video.png) no-repeat
}
.information {
	background: url(../assets/img/information.png) no-repeat
}
.extracts {
	background: url(../assets/img/extracts.png) no-repeat
}
.battery {
	background: url(../assets/img/battery.png) no-repeat
}
.Product-demo {
	background: url(../assets/img/Product-demo.png) no-repeat
}
.sales_team {
	background: url(../assets/img/sales_team.png) no-repeat
}
.usage-pattern {
	background: url(../assets/img/usage-pattern.png) no-repeat
}
.notifications {
	background: url(../assets/img/notifications.png) no-repeat
}
.revenue {
	background: url(../assets/img/revenue.png) no-repeat
}
.tick_icon_pro h6 {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-weight: 500;
	padding-bottom: 20px
}
.tnte, .tnte_2 {
	font-weight: 500!important;
	font-size: 20px!important
}
.tick_icon_lead {
	padding-left: 10px
}
.tnte {
	color: #0aa699
}
.tnte_2 {
	padding-top: 12px;
	padding-bottom: 5px;
	color: #000
}

@media (max-width: 1024px) {
	.menu ul li ul li.active_my a {
    background: #e97327;
}
	.menu ul li ul {
		border-top: 2px solid #ff7508;
	}
	.half_menu {
     padding: 0px; 
	 width: 100%;
}
/*
.big_menu {
	width: 400px!important;
	padding: 0px 0px 0px 0px!important;
}
*/
	.fbox_main .feature-box.fbox-right {
    white-space: unset !important;
}
.mosaic.mosaic-5 article {
	width: 25%;
	height: 200px
}
}
.mosaic.mosaic-5 article {
	margin: 3% 2.5%
}
.form_section>label {
	float: none;
	width: 100%;
	margin-bottom: 20px
}
.big_menu .text_active {
	color: #333!important
}
.big_menu .text_active:hover {
	color: #fff!important
}
.type {
	padding-left: 48px
}
.type h3 {
	font-weight: 500;
	font-size: 16px
}
.type p {
	padding-left: 10px
}
.tick_icon p {
	text-align: justify
}
.team-member {
	margin: 15px 0;
	padding: 0;
}
.team-member figure {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.team-member figure img {
	min-width: 100%;
}
.team-member figcaption p {
	font-size: 16px;
	color: #fff;
}
.team-member figcaption ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.team-member figcaption ul {
	visibility: visible;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.team-member figcaption ul li {
	display: inline-block;
	padding: 10px;
}
.team-member h4 {
	margin: 10px 0 0;
	padding: 0;
	color: #ff7508;
	font-weight: bold;
	font-size: 20px;
}
.team-member p {
	color: #999;
	font-size: 16px;
}
.team-member figcaption {
	padding: 50px;
	color: transparent;
	background-color: transparent;
	position: absolute;
	z-index: 79;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-member figure:hover figcaption {
	visibility: visible;
	color: #fff;
	background: rgba(230,78,62,0.9); /* Primary color, can be changed via colors.css */
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-member figure:hover figcaption ul li a:hover {
	color: rgba(49, 49, 49, .97);
}
.team-member figure:hover figcaption ul li a {
	color: #fff;
}
.team-member figure img {
	-webkit-transform: scale(1) rotate(0) translateY(0);
	-moz-transform: scale(1) rotate(0) translateY(0);
	-o-transform: scale(1) rotate(0) translateY(0);
	-ms-transform: scale(1) rotate(0) translateY(0);
	transform: scale(1) rotate(0) translateY(0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team-member figure:hover img {
	-webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
	-moz-transform: scale(1.1) rotate(1deg) translateY(12px);
	-o-transform: scale(1.1) rotate(1deg) translateY(12px);
	-ms-transform: scale(1.1) rotate(1deg) translateY(12px);
	transform: scale(1.1) rotate(1deg) translateY(12px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#header .container-fluid {
	height: 36px;
}
.bespoke-area .feature-box.fbox-plain.fbox-small h3 {
	text-transform: none;
}
.bespoke-area .col_full {
	margin-bottom: 15px;
}
.bespoke-area .feature-box.fbox-plain.fbox-small p {
	margin-left: 0;
	margin-bottom: 30px;
}
.btn-theme-inverse {
	color: white;
	background-color: #0aa699;
	padding: 6px;
	border-color: #0aa699;
}
.btn-orange:hover {
	color: white;
	background: #da6112;
}
.btn-orange {
	color: white;
	background-color: #ff7508;
}
.star-clr .form-group span {
	color: #F40004;
}
.bt label span {
	color: #F40004;
}
.blog-msg {
	background-color: #f2f2f2;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #ccc;
}
.blog-msg .name {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
}
.blog-msg .msg {
	margin-bottom: 10px;
	font-size: 16px;
	background-color: #fff;
	padding: 10px 0;
}
/*custom*/
.hexagonal {
	background: url(../images/icons/hexagon-512.png) no-repeat;
	height: 70px;
	width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hexagonal2:before {
    margin-left: 31px !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}
.row2 .hex_box {
    height: 228px !important;
}
.hex_box {
	display: inline-block;
	width: 128px;
	height: 1450px;
	float: left;
}
.hex_box_text {
    text-align: center;
    /* display: inline-block; */
    font-size: small;
}
.hexagonal2.fab:before {
    font-family: 'Font Awesome 5 Brands';
}
.hexagonal:before {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 18px;
	font-size: 28px;
	color: #2a457d;
}
.fa.fa-ticket.hexagonal.hexagonal2:before, .fa.fa-at.hexagonal.hexagonal2:before, .fa.fa-briefcase.hexagonal.hexagonal2:before, .fa.fa-medkit.hexagonal.hexagonal2:before, .fa.fa-slack.hexagonal.hexagonal2:before {
	position: relative;
	left: 3px;
}
.fa.fa-lock.hexagonal.hexagonal2:before {
	position: relative;
	left: 8px;
}
.fa.fa-building-o.hexagonal.hexagonal2:before {
	position: relative;
	left: 6px;
}
.hex_box .fab.fa-bluetooth-b:before {
	margin-left: 40px !important;
}
.google.hexagonal2:before {
	margin-left: 35px !important;
}
.hex_box .fab.fa-html5:before {
    margin-left: 40px !important;
    margin-top: 24px;
}
.hex_box .fa:before {
	margin-left: 30px !important;
}
.hex_box .soical:before, .hex_box .map:before {
	margin-left: 40px !important;
}
.hex_box .fas.fa-code-branch:before{
		margin-left: 40px !important;
}
.fac-invers:before{
	filter: brightness(0) invert(1);
}
.fa-sitecore:before{
	background: url(../assets/img/if_sitecore.png) no-repeat;
}
.fa-arrow-right:before{
	background: url(../assets/img/if_ar.png) no-repeat;
	top: -7px !important;
    left: -2px !important;
}
.fa-arrow-left:before{
	background: url(../assets/img/if_ar.png) no-repeat;
/*	transform: rotate(180deg);*/
	top: -7px !important;
    left: -2px !important;
}
.fa-adobe:before{
	background: url(../assets/img/if_adobe.png) no-repeat;
}
.fa-hybris:before{
	background: url(../assets/img/if_hybris.png) no-repeat;
}
.fac:before {
    content: "\00a0" !important;
	height:30px;
    width: 30px;
    position: relative;
    top: 12px;
    left: 12px;
    float: left;
}
.dev-icon .fac:before {
    left: 9px;
}
section#top-up2 .dev-icon .col_full {
    margin-bottom: 88px !important;
}
.web-d:before {
	content: url(../images/icons/web-development-blue1.png);
	margin-left: 5px;
}
.inti:before {
	content: url(../images/icons/Wearable.png);
}
.ecom:before {
	content: "\f07a";
}
.cms:before {
	content: url(../images/icons/cms_icon.png);
}
.wordpress:before {
	content: "\f19a";
}
.soical:before {
	content: "\f09a";
}
.java:before {
	content: url(../images/icons/java-2.png);
}
.netdata-icon:before {
	content: url(../images/icons/netdata-icon.png);
	filter: brightness(0)invert(1);
	position: relative;
	top: 9px;
}
.zebex-icon:before {
	content: url(../images/icons/zebex-icon.png);
	filter: brightness(0)invert(1);
	position: relative;
	top: 9px;
}
.ansible-icon:before {
	content: url(../images/icons/ansible-icon.png);
	filter: brightness(0)invert(1);
	position: relative;
	top: 9px;
}
.graulog:before {
	content: url(../images/icons/graulog.png);
	filter: brightness(0)invert(1);
	position: relative;
	top: 9px;
}
.elk-icon:before {
	content: url(../images/icons/elk-icon.png);
	filter: brightness(0)invert(1);
	position: relative;
	top: 9px;
}
.nagios-icon:before {
	content: url(../images/icons/nagios.png);
	filter: brightness(0)invert(1);
	position: relative;
	top: 9px;
}
.open-s:before {
	content: url(../images/icons/open-s.png);
}
.levels:before {
	content: url(../images/icons/levels.png);
}
.google:before {
	content: "\f1a0";
}
.graph:before {
	content: "\f080";
	font-size: 33px;
}
.hex_box .card:before {
	content: "\f09d";
}
.game:before {
	content: "\f11b";
	margin-top: 14px;
}
.accountent:before {
	content: url(../images/icons/223621-200.png);
	margin-left: 3px;
}
.api:before {
	content: url(../images/icons/api.png);
}
.map:before {
	content: "\f041";
}
.chat:before {
	content: url(../images/icons/catchroom.png);
}
.lang:before {
	content: "\f1ab";
}
.video:before {
	content: "\f03d";
}
.health:before {
	content: "\f0fa";
}
.support:before {
	content: url(../images/icons/support_man-512.png);
	margin-top: 14px;
	margin-left: 4px;
}
.marketing-icon:before {
	content: url(../images/icons/marketing-icon.png);
	margin-top: 14px;
	margin-left: 4px;
}
.hexagonal2.fab.fa-google:before {
    position: relative;
    left: 4px;
    top: 3px;
}
.graph.hexagonal.hexagonal2:before {
    position: relative;
    left: 3px;
    top: -5px;
}
.fab.fa-facebook.hexagonal:before {
    position: relative;
    top: 5px;
    left: 7px;
}
.hex_box .fab.fa-bluetooth-b:before {
    margin-left: 40px !important;
    margin-top: 20px;
}
.hex_box .fa.fa-wifi:before {
    margin-left: 33px !important;
    margin-top: 22px;
}
.video.hexagonal:before {
    position: relative;
    top: -1px;
    left: 4px;
}
.swipe-card:before {
	content: url(../images/icons/swipe.png);
}
.barcode:before {
	content: url(../images/icons/barcode.png);
}
.inbulit_book:before {
	content: url(../images/icons/inbulit_book.png);
}
.credit-card:before {
	content: url(../images/icons/credit-card.png);
}
.apps-with-voip:before {
	content: url(../images/icons/apps-with-voip.png);
}
.remote-gps:before {
	content: url(../images/icons/remot-gps.png);
}
.critical:before {
	content: url(../images/icons/Critical-real.png);
}
.company-portfolios:before {
	content: url(../images/icons/company-portfolios.png);
}
.geolocations-tracking:before {
	content: url(../images/icons/geolocation-tracking.png);
}
.push-noti:before {
	content: url(../images/icons/puch-notification.png);
}
.graphical:before {
	content: url(../images/icons/graphical-analytics.png);
}
.social-media:before {
	content: url(../images/icons/soical-media.png);
}
.database-connect:before {
	content: url(../images/icons/database-connected.png);
}
.video-player:before {
	content: url(../images/icons/video-player.png);
}
.screen-share:before {
	content: url(../images/icons/screen-sharing.png);
}
.lms-app:before {
	content: url(../images/icons/lms-apps.png);
}
.map-inti:before {
	content: url(../images/icons/map-integration.png);
}
.diagnostic-app:before {
	content: url(../images/icons/Diagnostic.png);
}
.apps-connected:before {
	content: url(../images/icons/video-player.png);
}
.video-streaming:before {
	content: url(../images/icons/video-streaming.png);
}
.third-party:before {
	content: url(../images/icons/third-partyhybrid.png);
}
.catchoom-image:before {
	content: url(../images/icons/catchoom-image.png);
}
.google-chrome:before {
	content: url(../images/icons/google-chrome-cast.png);
}
.wearable-intigrations:before {
	content: url(../images/icons/wearable-int.png);
}
.hls-rtsp:before {
	content: url(../images/icons/hls-and-rtsp.png);
}
/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/



/*Test css*/

.heading-block h2 {
	font-size: 30px;
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
}
.heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #fff;
}
.heading-block h2 + span {
	font-size: 22px;
}
.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
	margin: 30px auto 0;
}
.bottommargin {
	margin-bottom: 50px !important;
}
.center {
	text-align: center !important;
}
.heading-block:after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #fff;
}
.feature-box.fbox-right {
	padding: 0 80px 0 0;
	text-align: right;
}
.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #fff;
	margin: 0;
}
.feature-box.fbox-right .fbox-icon {
	left: auto;
	right: 0;
}
.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}
.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}
.heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.bg-voilat .heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #fff;
}
.bg-voilat.feature-box p {
	margin: 8px 0 0 0;
	line-height: 1.8;
}
.bg-voilat .feature-box.fbox-border.fbox-light .fbox-icon i, .bg-voilat .feature-box.fbox-border.fbox-light .fbox-icon img {
	color: #ffffff;
}
.feature-box .fbox-icon i, .feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #2aa2b0;
}
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.feature-box.fbox-right {
	padding: 0 80px 0 0;
	text-align: right;
}
.feature-box:first-child {
	margin-top: 0;
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}
.topmargin {
	margin-top: 50px !important;
}
.my_section {
	position: relative;
	padding: 60px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}
.my_section .heading-block h2 {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}
.my_section .heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.my_section .heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
}
.center .my_section .heading-block:after, .my_section .heading-block.center:after, .my_section .heading-block.title-center:after {
	margin: 30px auto 0;
}
.my_section .heading-block:after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #444;
}
.offshore .iconlist li {
    position: relative;
    padding-bottom: 2px;
    font-size: 14px;
}
.offshore .iconlist > li [class^="icon-"]:first-child, .offshore .iconlist > li [class^="fa-"]:first-child, .offshore .iconlist > li [class*=" icon-"]:first-child, .offshore .iconlist > li [class*=" fa-"]:first-child {
	position: absolute;
	left: -1.75em;
	width: 1.75em;
	text-align: center;
	top: 1px;
	width: 14px;
	font-size: 20px;
}
.offshore3 .iconlist li {
    position: relative;
    padding-left: 53px;
    margin-bottom: 25px;
}
.offshore3 .iconlist > li [class^="icon-"]:first-child, .offshore3 .iconlist > li [class^="fa-"]:first-child, .offshore3 .iconlist > li [class*=" icon-"]:first-child, .offshore3 .iconlist > li [class*=" fa-"]:first-child {
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    background: #5ebd9c;
    line-height: 2.9;
    font-size: 15px;
    position: absolute;
    color: #fff;
	left: 0;
}
/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/


/* Portfolio - Filter
-----------------------------------------------------------------*/

.portfolio-filter {
	position: relative;
	margin: 0 0 40px 0;
	list-style: none;
	border: 1px solid rgba(0,0,0,0.07);
	float: left;
	border-radius: 4px;
}
.portfolio-filter li {
	float: left;
	position: relative;
}
.portfolio-filter li a {
	display: block;
	position: relative;
	padding: 12px 18px;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	border-left: 1px solid rgba(0,0,0,0.07);
}
.portfolio-filter li:first-child a {
	border-left: none;
	border-radius: 4px 0 0 4px;
}
.portfolio-filter li:last-child a {
	border-radius: 0 4px 4px 0;
}
.portfolio-filter li a:hover {
	color: #1ABC9C;
}
.portfolio-filter li.activeFilter a {
	color: #FFF !important;
	background-color: #1ABC9C;
	margin: -1px 0;
	padding: 13px 18px;
	font-weight: bold;
}
.bothsidebar .portfolio-filter li a {
	padding: 12px 14px;
}
.bothsidebar .portfolio-filter li.activeFilter a {
	padding: 13px 18px;
}
/* Portfolio - Filter: Style 2
-----------------------------------------------------------------*/

.portfolio-filter.style-2, .portfolio-filter.style-3, .portfolio-filter.style-4 {
	border: none;
	border-radius: 0;
}
.portfolio-filter.style-2 li, .portfolio-filter.style-3 li, .portfolio-filter.style-4 li {
	margin-bottom: 10px;
}
.portfolio-filter.style-2 li:not(:first-child), .portfolio-filter.style-3 li:not(:first-child) {
	margin-left: 10px;
}
.portfolio-filter.style-2 li a, .portfolio-filter.style-3 li a, .portfolio-filter.style-4 li a {
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 22px;
	border: none;
}
.portfolio-filter.style-2 li.activeFilter a {
	color: #FFF !important;
	margin: 0;
}
/* Portfolio - Filter: Style 3
-----------------------------------------------------------------*/

.portfolio-filter.style-3 li a {
	border: 1px solid transparent;
}
.portfolio-filter.style-3 li.activeFilter a {
	color: #1ABC9C !important;
	border-color: #1ABC9C;
	background-color: transparent;
	margin: 0;
}
/* Portfolio - Filter: Style 4
-----------------------------------------------------------------*/

.portfolio-filter.style-4 li:not(:first-child) {
	margin-left: 30px;
}
.portfolio-filter.style-4 li a {
	padding: 13px 5px;
	font-size: 15px;
	border-radius: 0;
}
.portfolio-filter.style-4 li a:after {
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio-filter.style-4 li.activeFilter a {
	color: #444 !important;
	background-color: transparent;
	margin: 0;
}
.portfolio-filter.style-4 li.activeFilter a:after {
	width: 100%;
	left: 0%;
	background-color: #1ABC9C;
}
/* Portfolio - Center Aligned
-----------------------------------------------------------------*/

.portfolio-filter.center.style-2 li, .portfolio-filter.center.style-3 li, .portfolio-filter.center.style-4 li {
	display: inline-block;
	float: none;
}
/* Portfolio - Shuffle Icon
-----------------------------------------------------------------*/

.portfolio-shuffle {
	float: right;
	width: 41px;
	height: 41px;
	border: 1px solid rgba(0,0,0,0.07);
	font-size: 14px;
	text-align: center;
	line-height: 41px;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.portfolio-shuffle:hover {
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
/* Portfolio - Items
-----------------------------------------------------------------*/

.portfolio {
	position: relative;
	margin: 0 -12px -12px 0;
}
body:not(.device-touch) .portfolio {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}
.portfolio-item {
	float: left;
	position: relative;
	width: 25%;
	height: auto;
	padding: 0 12px 12px 0;
}
.portfolio-notitle .portfolio-item, .portfolio-notitle .iportfolio {
	overflow: hidden;
}
.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}
.portfolio-item .portfolio-image, .portfolio-item .portfolio-image a, .portfolio-item .portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* Portfolio - Item Title
-----------------------------------------------------------------*/

.portfolio-desc {
	z-index: 3;
	padding: 15px 5px 10px;
}
.portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.portfolio-desc h3 a {
    text-transform: capitalize;
    color: #fff;
}
.portfolio-desc h3 a:hover {
    color: #fffefec7;
}
.portfolio-desc span {
	display: block;
	margin-top: 3px;
	color: #888;
}
.portfolio-desc span a {
    color: #fff;
}
.portfolio-desc span a:hover {
	color: #000;
}
.portfolio-notitle .portfolio-desc {
    position: absolute;
    display: block !important;
    width: 100%;
    height: 78px;
    padding: 15px 5px;
    top: auto;
    bottom: -79px;
    left: 0;
    background-color: #e87327;
    border-bottom: 1px solid #EEE;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
	-webkit-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}
.portfolio-full.portfolio-notitle .portfolio-desc, .portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -78px;
	border-bottom: 0;
}
.portfolio-notitle .portfolio-item:hover .portfolio-desc, .portfolio-notitle .iportfolio:hover .portfolio-desc {
	bottom: 0 !important;
}
.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img, body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img, body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img, body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
body.device-touch.device-xs .portfolio-notitle .portfolio-desc, body.device-touch.device-xxs .portfolio-notitle .portfolio-desc {
	display: none !important;
}
/* Portfolio - No Margin
-----------------------------------------------------------------*/

.portfolio.portfolio-nomargin, .portfolio.portfolio-full {
	margin: 0 !important;
}
.portfolio-nomargin .portfolio-item, .portfolio-full .portfolio-item {
	padding: 0 !important;
}
.portfolio-nomargin .portfolio-desc {
	padding: 15px 10px 15px;
}
/* Portfolio - 100% Full Width
-----------------------------------------------------------------*/

.portfolio.portfolio-full {
	margin: 0 !important;
	width: 100.4%;
}
.portfolio-full .portfolio-item {
	overflow: hidden !important;
}
.portfolio-full .portfolio-desc {
	padding: 15px;
}
/* Portfolio - Sidebar
-----------------------------------------------------------------*/

.postcontent .portfolio-desc h3 {
	font-size: 17px;
}
.postcontent .portfolio-desc span {
	font-size: 12px;
}
/* Portfolio - Sidebar - No Title
-----------------------------------------------------------------*/

.postcontent .portfolio-notitle .portfolio-desc {
	height: 70px;
	bottom: -71px;
}
.postcontent .portfolio-full.portfolio-notitle .portfolio-desc, .postcontent .portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -70px;
}
.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -50px !important;
}
/* Portfolio - Both Sidebars
-----------------------------------------------------------------*/

.bothsidebar .portfolio {
	margin: 0;
}
.bothsidebar .portfolio-item {
	padding: 0;
}
.bothsidebar .portfolio-desc {
	display: none !important;
}
/* Portfolio - Items - 3 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-3 {
	margin: 0 -15px -15px 0;
}
.portfolio-3 .portfolio-item {
	width: 33.33333333%;
	padding: 0 15px 15px 0;
}
/* Portfolio - Sidebar - Items - 3 Columns
-----------------------------------------------------------------*/

.postcontent .portfolio-3 .portfolio-desc h3 {
	font-size: 18px;
}
.postcontent .portfolio-3 .portfolio-desc span {
	font-size: 13px;
}
/* Portfolio - Sidebar - Items - 3 Columns - No Title
-----------------------------------------------------------------*/

.postcontent .portfolio-3.portfolio-notitle .portfolio-desc {
	height: 72px;
	bottom: -73px;
}
.postcontent .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc, .postcontent .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -72px;
}
.postcontent .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -40px !important;
}
/* Portfolio - Both Sidebars - Items - 3 Columns
-----------------------------------------------------------------*/

.bothsidebar .portfolio.portfolio-3 {
	margin: 0 -11px -11px 0;
}
.bothsidebar .portfolio-3 .portfolio-item {
	padding: 0 11px 11px 0;
}
.bothsidebar .portfolio-3 .portfolio-desc {
	display: block !important;
}
.bothsidebar .portfolio-3 .portfolio-desc h3 {
	font-size: 15px;
}
.bothsidebar .portfolio-3 .portfolio-desc span {
	font-size: 12px;
}
/* Portfolio - Both Sidebars - Items - 3 Columns - No Title
-----------------------------------------------------------------*/

.bothsidebar .portfolio-3.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}
.bothsidebar .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc, .bothsidebar .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -68px;
}
.bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -50px !important;
}
/* Portfolio - Items - 2 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-2 {
	margin: 0 -20px -20px 0;
}
.portfolio-2 .portfolio-item {
	width: 50%;
	padding: 0 20px 20px 0;
}
.portfolio-2 .portfolio-desc {
	padding: 20px 5px 10px;
}
.portfolio-2 .portfolio-desc h3 {
	font-size: 21px;
}
.portfolio-2 .portfolio-desc span {
	margin-top: 4px;
	font-size: 14px;
}
/* Portfolio - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

.portfolio-2.portfolio-nomargin .portfolio-desc {
	padding: 20px 15px 20px;
}
/* Portfolio - Items - 2 Columns - No Title
-----------------------------------------------------------------*/

.portfolio-2.portfolio-notitle .portfolio-desc {
	height: 90px;
	bottom: -91px;
}
.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc, .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -90px;
}
/* Portfolio - Sidebar - Items - 2 Columns
-----------------------------------------------------------------*/

.postcontent .portfolio-2 .portfolio-desc h3 {
	font-size: 21px;
}
.postcontent .portfolio-2 .portfolio-desc span {
	font-size: 14px;
}
/* Portfolio - Sidebar - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc {
	padding-bottom: 20px;
}
/* Portfolio - Sidebar - Items - 2 Columns - No Title
-----------------------------------------------------------------*/

.postcontent .portfolio-2.portfolio-notitle .portfolio-desc {
	height: 90px;
	bottom: -91px;
}
.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc, .postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -90px;
}
.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -40px !important;
}
/* Portfolio - Both Sidebars - Items - 2 Columns
-----------------------------------------------------------------*/

.bothsidebar .portfolio-2 .portfolio-desc {
	display: block !important;
	padding-top: 15px;
	padding-bottom: 0;
}
.bothsidebar .portfolio-2 .portfolio-desc h3 {
	font-size: 19px;
}
.bothsidebar .portfolio-2 .portfolio-desc span {
	font-size: 13px;
}
/* Portfolio - Both Sidebars - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/

.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc {
	padding-bottom: 15px;
}
/* Portfolio - Both Sidebars - Items - 2 Columns - No Title
-----------------------------------------------------------------*/

.bothsidebar .portfolio-2.portfolio-notitle .portfolio-desc {
	height: 75px;
	bottom: -76px;
}
.bothsidebar .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc, .bothsidebar .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -75px;
}
.bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -40px !important;
}
/* Portfolio - Items - 5 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-5 {
	margin: 0 -10px -10px 0;
}
.portfolio-5 .portfolio-item {
	width: 20%;
	padding: 0 10px 10px 0;
}
.portfolio-5 .portfolio-desc h3 {
	font-size: 17px;
}
/* Portfolio - Items - 5 Columns - No Title
-----------------------------------------------------------------*/

.portfolio-5.portfolio-notitle .portfolio-desc {
	height: 71px;
	bottom: -72px;
}
.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc, .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -71px;
}
.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -30px !important;
}
/* Portfolio - Sidebar - Items - 5 Columns
-----------------------------------------------------------------*/

.postcontent .portfolio.portfolio-5 {
	margin: 0;
}
.postcontent .portfolio-5 .portfolio-item {
	padding: 0;
}
.postcontent .portfolio-5 .portfolio-desc h3 {
	font-size: 15px;
}
.postcontent .portfolio-5 .portfolio-desc span {
	font-size: 12px;
}
.postcontent .portfolio-5 .portfolio-desc {
	padding: 15px 10px;
}
/* Portfolio - Sidebar - Items - 5 Columns - No Title
-----------------------------------------------------------------*/

.postcontent .portfolio-5.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}
.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc, .postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -68px;
}
.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -50px !important;
}
/* Portfolio - Items - 6 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-6 {
	margin: 0 -6px -6px 0;
}
.portfolio-6 .portfolio-item {
	width: 16.66666667%;
	padding: 0 6px 6px 0;
}
.portfolio-6 .portfolio-desc h3 {
	font-size: 15px;
}
.portfolio-6 .portfolio-desc span {
	font-size: 12px;
}
/* Portfolio - Items - 6 Columns - No Title
-----------------------------------------------------------------*/

.portfolio-6.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}
.portfolio-6.portfolio-full.portfolio-notitle .portfolio-desc, .portfolio-6.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -68px;
}
.portfolio-6.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -40px !important;
}
/* Portfolio - Items - 1 Column
-----------------------------------------------------------------*/

.portfolio.portfolio-1 {
	margin: 0 0px -40px 0;
}
.portfolio-1 .portfolio-item {
	float: none;
	width: 100%;
	margin: 0 0 40px 0;
	padding-bottom: 40px;
	padding-right: 0;
	border-bottom: 1px solid #EEE;
}
.portfolio-1 .portfolio-item .portfolio-image {
	float: left;
	margin-right: 40px;
}
.portfolio-1 .portfolio-item.alt .portfolio-image {
	float: right;
	margin: 0 0 0 40px;
}
.portfolio-1 .portfolio-item .portfolio-image, .portfolio-1 .portfolio-item .portfolio-image a, .portfolio-1 .portfolio-item .portfolio-image img {
	display: block;
	width: 720px;
	height: 400px;
}
.portfolio-1 .portfolio-desc {
	float: left;
	width: 380px;
	padding: 10px 0;
}
.portfolio-1 .alt .portfolio-desc {
	float: right;
}
.portfolio-1 .portfolio-desc h3 {
	font-size: 22px;
}
.portfolio-1 .portfolio-desc span {
	margin-top: 6px;
	font-size: 14px;
}
.portfolio-1 .portfolio-desc p {
	margin: 20px 0 25px;
	font-size: 14px;
}
.portfolio-1 .portfolio-desc li {
	margin: 3px 0;
}
/* Portfolio - Items - 1 Column - Sidebar
-----------------------------------------------------------------*/

.postcontent .portfolio-1 .portfolio-item .portfolio-image, .postcontent .portfolio-1 .portfolio-item .portfolio-image a, .postcontent .portfolio-1 .portfolio-item .portfolio-image img {
	width: 540px;
	height: 300px;
}
.postcontent .portfolio-1 .portfolio-desc {
	width: 280px;
}
/* Portfolio - Items - 1 Column - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .portfolio-1 .portfolio-item .portfolio-image {
	margin-right: 20px;
}
.bothsidebar .portfolio-1 .portfolio-item.alt .portfolio-image {
	margin: 0 0 0 20px;
}
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image, .bothsidebar .portfolio-1 .portfolio-item .portfolio-image a, .bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
	width: 320px;
	height: 178px;
}
.bothsidebar .portfolio-1 .portfolio-desc {
	display: block !important;
	width: 240px;
	padding: 0;
}
.bothsidebar .portfolio-1 .portfolio-desc h3 {
	font-size: 19px;
}
.bothsidebar .portfolio-1 .portfolio-desc span {
	margin-top: 5px;
	font-size: 13px;
}
.bothsidebar .portfolio-1 .portfolio-desc p {
	margin: 15px 0 0 0;
	font-size: 13px;
}
.bothsidebar .portfolio-1 .portfolio-desc ul, .bothsidebar .portfolio-1 .portfolio-desc .btn {
	display: none;
}
/* Portfolio - Items - 1 Column - Full Width
-----------------------------------------------------------------*/

.portfolio.portfolio-1.portfolio-fullwidth {
	margin: 0 0 -60px 0;
}
.portfolio-1.portfolio-fullwidth .portfolio-item {
	margin-bottom: 60px;
	padding: 0;
	border-bottom: 0;
	overflow: hidden;
}
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
	float: none;
	margin: 0 !important;
}
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	width: 1140px;
	height: 500px;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	-o-transform: translateX(-60px);
	transform: translateX(-60px);
}
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
}
.portfolio-1.portfolio-fullwidth .portfolio-desc {
	position: absolute;
	float: none;
	width: 380px;
	height: 100%;
	padding: 30px;
	background-color: #F9F9F9;
	top: 0;
	left: auto;
	right: -380px;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-desc {
	-webkit-transition: right .3s ease-in-out;
	-o-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
}
.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc {
	right: 0;
}
.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
	left: -380px;
	right: auto;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
	-webkit-transition: left .3s ease-in-out;
	-o-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc {
	left: 0;
}
.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
	left: 33%;
}
.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
	left: auto;
	right: 33%;
}
/* Portfolio - Items - 1 Column - Full Width - Sidebar
-----------------------------------------------------------------*/

.postcontent .portfolio.portfolio-1.portfolio-fullwidth {
	margin: 0 0 -40px 0;
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item {
	margin-bottom: 40px;
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, .postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, .postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	width: 860px;
	height: 377px;
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc {
	width: 320px;
	padding: 25px;
	right: -320px;
}
.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
	left: -320px;
	right: auto;
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
	left: 32%;
}
.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
	left: auto;
	right: 32%;
}
/* Portfolio - Items - 1 Column - Full Width - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .portfolio.portfolio-1.portfolio-fullwidth {
	margin: 0 0 -40px 0;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item {
	margin-bottom: 40px;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, .bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, .bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
	width: 580px;
	height: 254px;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-desc {
	width: 240px;
	padding: 15px 20px;
	right: -240px;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
	left: -240px;
	right: auto;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
	left: 29%;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
	left: auto;
	right: 29%;
}
/* Portfolio - Parallax
-----------------------------------------------------------------*/

.portfolio.portfolio-parallax {
	margin: 0 !important;
}
.portfolio.portfolio-parallax .portfolio-item {
	float: none;
	width: 100% !important;
	height: 500px !important;
	margin: 0 !important;
}
.portfolio.portfolio-parallax .portfolio-item .portfolio-image {
	width: 100% !important;
	height: 500px !important;
	background-attachment: fixed;
}
.portfolio.portfolio-parallax .portfolio-desc {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -57px;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	padding: 0;
	opacity: 0;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc {
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc {
	opacity: 1;
}
.portfolio.portfolio-parallax .portfolio-desc h3 {
	font-size: 44px;
	font-weight: 300;
	letter-spacing: -1px;
}
.portfolio.portfolio-parallax .portfolio-desc h3 a {
	color: #FFF;
}
.portfolio.portfolio-parallax .portfolio-desc h3 a:hover {
	color: #DDD;
}
.portfolio.portfolio-parallax .portfolio-desc span {
	margin-top: 12px;
	font-size: 16px;
	color: #CCC;
}
.portfolio.portfolio-parallax .portfolio-desc span a {
	color: #DDD;
}
.portfolio.portfolio-parallax .portfolio-desc span a:hover {
	color: #BBB;
}
.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider {
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
}
.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
	display: inline-block;
	width: 50px;
	height: 0;
	border-bottom: 1px solid #FFF;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
	-webkit-transition: width .5s ease-in-out;
	-o-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
}
.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div {
	width: 120px;
}
.portfolio.portfolio-parallax .portfolio-overlay {
	background-color: rgba(0,0,0,0.4);
}
/* Portfolio - Overlay
-----------------------------------------------------------------*/

.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.portfolio-item:hover .portfolio-overlay, .iportfolio:hover .portfolio-overlay {
	opacity: 1;
}
.portfolio-overlay a {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #F5F5F5;
	width: 40px !important;
	height: 40px !important;
	margin: -28px 0 0 -44px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #444;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
	-webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}
.portfolio-overlay a.left-icon {
}
.portfolio-overlay a.right-icon {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -44px;
}
.portfolio-overlay a.center-icon {
	display: block;
	margin: -20px 0 0 -20px;
	opacity: 0;
}
.portfolio-item:hover a.center-icon, .iportfolio:hover a.center-icon {
	opacity: 1;
}
.portfolio-overlay a:hover {
	color: #1ABC9C;
	background-color: #EEE;
}
.portfolio-item:hover .portfolio-overlay a.left-icon, .portfolio-item:hover .portfolio-overlay a.right-icon, .iportfolio:hover .portfolio-overlay a.left-icon, .iportfolio:hover .portfolio-overlay a.right-icon {
	margin-top: -18px;
}
.portfolio-overlay a i.icon-line-play {
	position: relative;
	left: 2px;
}
.portfolio-overlay .portfolio-desc {
	position: relative;
	padding: 0 !important;
	margin: 0;
	text-align: center;
}
.portfolio-overlay .portfolio-desc a {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-size: inherit;
	width: auto !important;
	height: auto !important;
	line-height: 1;
	background-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.portfolio-overlay .portfolio-desc h3 {
	font-weight: 600;
	color: #F5F5F5 !important;
	line-height: 1;
}
.portfolio-overlay .portfolio-desc h3 a {
	color: #F5F5F5 !important;
}
.portfolio-overlay .portfolio-desc span {
	margin-top: 7px;
	color: #DDD !important;
}
.portfolio-overlay .portfolio-desc span a {
	color: #DDD !important;
	font-size: inherit;
}
.portfolio-overlay .portfolio-desc ~ a {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 20px 0 0 !important;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
	-webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}
.portfolio-overlay .portfolio-desc ~ a.right-icon {
	left: 0;
	right: 0;
	margin-left: 5px !important;
	margin-right: 0 !important;
}
.portfolio-overlay .portfolio-desc a:hover {
	background: transparent;
}
body.device-touch.device-xs .portfolio-notitle .portfolio-overlay, body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay {
	display: none !important;
}
/* Portfolio Single
-----------------------------------------------------------------*/

.portfolio-single {
}
/* Portfolio Single - Image
-----------------------------------------------------------------*/

.portfolio-single-image > a, .portfolio-single-image .slide a, .portfolio-single-image img, .portfolio-single-image iframe, .portfolio-single-image video {
	display: block;
	width: 100%;
}
.portfolio-single-image-full {
	position: relative;
	height: 600px;
	overflow: hidden;
	margin: -80px 0 80px !important;
}
.portfolio-single-video {
	height: auto !important;
}
/* Portfolio Single - Gallery Thumbs
-----------------------------------------------------------------*/

.portfolio-single-image-full .swiper-container {
	width: 100%;
	height: 600px;
	background-color: #333;
}
.portfolio-single-image-full .swiper-nested-1, .portfolio-single-image-full .swiper-nested-2 {
	width: 100%;
}
.portfolio-single-image-full .swiper-slide {
	overflow: hidden;
}
.portfolio-single-image-full .swiper-slide img {
	width: 100%;
	height: auto;
}
/* Portfolio & Blog Single - Masonry
-----------------------------------------------------------------*/

.masonry-thumbs {
	position: relative;
}
.masonry-thumbs a {
	position: relative;
	float: left;
	width: 25%;
	max-width: 100% !important;
	overflow: hidden;
}
.masonry-thumbs.col-2 a {
	width: 50%;
}
.masonry-thumbs.col-3 a {
	width: 33.30%;
}
.masonry-thumbs.col-4 a {
	width: 25%;
}
.masonry-thumbs.col-5 a {
	width: 20%;
}
.masonry-thumbs.col-6 a {
	width: 16.60%;
}
.masonry-thumbs a, .masonry-thumbs img {
	display: block;
	height: auto !important;
}
.masonry-thumbs img {
	width: 100%;
	border-radius: 0 !important;
	padding: 0 1px 1px 0;
}
.masonry-thumbs .overlay {
	padding: 0 1px 1px 0;
}
/* Portfolio Single - Content
-----------------------------------------------------------------*/

.portfolio-single-content {
	font-size: 14px;
}
.portfolio-single-content h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
	font-weight: 600 !important;
}
.portfolio-ajax-modal {
	width: 1000px !important;
}
.modal-padding {
	padding: 40px;
}
.ajax-modal-title {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EEE;
	padding: 25px 40px;
}
.ajax-modal-title h2 {
	font-size: 26px;
	margin-bottom: 0;
}
#portfolio-ajax-wrap {
	position: relative;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .4s ease;
	-o-transition: max-height .4s ease;
	transition: max-height .4s ease;
}
#portfolio-ajax-wrap.portfolio-ajax-opened {
	max-height: 1200px;
}
#portfolio-ajax-container {
	display: none;
	padding-bottom: 60px;
}
#portfolio-ajax-single h2 {
	font-size: 26px;
}
/* Portfolio Single - Meta
-----------------------------------------------------------------*/

.portfolio-meta, .portfolio-share {
	list-style: none;
	font-size: 14px;
}
.portfolio-meta li {
	margin: 10px 0;
	color: #666;
}
.portfolio-meta li:first-child {
	margin-top: 0;
}
.portfolio-meta li span {
	display: inline-block;
	width: 150px;
	font-weight: bold;
	color: #333;
}
.portfolio-meta li span i {
	position: relative;
	top: 1px;
	width: 14px;
	text-align: center;
	margin-right: 7px;
}
.well .line {
	margin: 20px 0;
	border-color: #E5E5E5;
}
/* Portfolio Single Navigation
-----------------------------------------------------------------*/

#portfolio-navigation {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	max-width: 96px;
	height: 24px;
	margin-top: -12px;
}
.page-title-right #portfolio-navigation {
	left: 10px;
	right: auto;
}
.page-title-center #portfolio-navigation {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px auto 0;
}
#portfolio-navigation a {
	display: block;
	float: left;
	margin-left: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #444;
	transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
}
.page-title-dark #portfolio-navigation a {
	color: #EEE;
}
.page-title-parallax #portfolio-navigation a {
	color: #FFF;
}
#portfolio-navigation a i {
	position: relative;
	top: -1px;
	font-size: 24px;
	line-height: 1;
}
#portfolio-navigation a i.icon-angle-left, #portfolio-navigation a i.icon-angle-right {
	font-size: 32px;
	top: -6px;
}
#portfolio-navigation a i.icon-angle-right {
	left: -1px;
}
#portfolio-navigation a:first-child {
	margin-left: 0;
}
#portfolio-navigation a:hover {
	color: #1ABC9C;
}
#portfolio-ajax-show #portfolio-navigation {
	top: 0;
	margin-top: 0;
}
.nomargin-bottom {
	margin-bottom: 0px !important;
}
.nomargin-left {
	margin-left: 0px !important;
}
.nomargin-right {
	margin-right: 0px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.col-md-6.bottommargin.mb-80 .col_full {
    margin-bottom: 80px !important;
}
.section-area .mb-80 .feature-box h3 {
    line-height: 1.8;
}
.nopadding-bottom {
	padding-bottom: 0px !important;
}
.nopadding-bottom-small {
	padding-bottom: 40px !important;
}
.nopadding-left {
	padding-left: 0px;
}
.nopadding-right {
	padding-right: 0px;
}
.nopadding {
	padding: 0px !important;
}
.nopadding-bottom-imp {
	padding-bottom: 0px !important;
}
.entry {
	position: relative;
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: 2px solid #F5F5F5;
}
.small-thumbs .entry-image, .ievent .entry-image {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}
.entry-c {
	position: relative;
	overflow: hidden;
}
.small-thumbs .entry-title h2, .ievent .entry-title h2 {
	font-size: 20px;
	font-weight: 600;
}
.entry-title h2 a {
	color: #333;
}
.entry-meta {
	margin: 10px -10px -15px 0;
	list-style: none;
}
.entry-meta li {
	float: left;
	font-size: 13px;
	line-height: 14px;
	margin: 0 10px 15px 0;
	color: #999;
	font-family: 'Crete Round', serif;
	font-style: italic;
}
.entry-meta li i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}
.entry-content {
	margin-top: 30px;
}
.entry-content {
	position: relative;
}
.entry-title h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.small-thumbs .entry-image, .ievent .entry-image {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}
.more-link {
	display: inline-block;
	border-bottom: 1px solid #1ABC9C;
	padding: 0 2px;
	font-family: 'Crete Round', serif;
	font-style: italic;
}
.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.entry-image {
	margin-bottom: 30px;
}
/*Test Css End*/


.i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-style: normal;
}
body:not(.device-touch) .i-rounded, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-bordered, body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.i-rounded, .i-circled, .i-bordered {
	width: 52px !important;
	height: 52px !important;
	line-height: 52px !important;
	background-color: #444;
	border-radius: 3px;
}
.i-bordered {
	border: 1px solid #555;
	line-height: 50px !important;
	background-color: transparent !important;
	color: #444;
	text-shadow: none;
}
.i-plain {
	width: 36px !important;
	height: 36px !important;
	font-size: 28px;
	line-height: 36px !important;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}
.i-plain:hover {
	color: #777;
}
.i-circled {
	border-radius: 50%;
}
.i-light {
	background-color: #F5F5F5;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}
.i-rounded:hover, .i-circled:hover {
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
.i-bordered:hover {
	background-color: #444 !important;
	color: #FFF;
	border-color: #444;
}
/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded, .i-small.i-plain, .i-small.i-circled, .i-small.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 14px;
}
.i-small.i-rounded, .i-small.i-circled, .i-small.i-bordered {
	width: 28px !important;
	height: 28px !important;
	line-height: 28px !important;
}
.i-small.i-bordered {
	line-height: 26px !important;
}
.i-small.i-plain {
	width: 18px !important;
	height: 18px !important;
	font-size: 14px;
	line-height: 18px !important;
}
/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded, .i-medium.i-plain, .i-medium.i-circled, .i-medium.i-bordered {
	margin: 6px 13px 9px 0;
	font-size: 21px;
}
.i-medium.i-rounded, .i-medium.i-circled, .i-medium.i-bordered {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
}
.i-medium.i-bordered {
	line-height: 34px !important;
}
.i-medium.i-plain {
	width: 28px !important;
	height: 28px !important;
	font-size: 20px;
	line-height: 28px !important;
}
/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded, .i-large.i-plain, .i-large.i-circled, .i-large.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 42px;
}
.i-large.i-rounded, .i-large.i-circled, .i-large.i-bordered {
	width: 64px !important;
	height: 64px !important;
	line-height: 64px !important;
}
.i-large.i-bordered {
	line-height: 62px !important;
}
.i-large.i-plain {
	width: 48px !important;
	height: 48px !important;
	font-size: 42px;
	line-height: 48px !important;
}
/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded, .i-xlarge.i-plain, .i-xlarge.i-circled, .i-xlarge.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 56px;
}
.i-xlarge.i-rounded, .i-xlarge.i-circled, .i-xlarge.i-bordered {
	width: 84px !important;
	height: 84px !important;
	line-height: 84px !important;
}
.i-xlarge.i-bordered {
	line-height: 82px !important;
}
.i-xlarge.i-plain {
	width: 64px !important;
	height: 64px !important;
	font-size: 56px;
	line-height: 64px !important;
}
/* Icon Size - Extra Extra Large
-----------------------------------------------------------------*/

.i-xxlarge.i-rounded, .i-xxlarge.i-plain, .i-xxlarge.i-circled, .i-xxlarge.i-bordered {
	margin: 6px 15px 10px 0;
	font-size: 64px;
}
.i-xxlarge.i-rounded, .i-xxlarge.i-circled, .i-xxlarge.i-bordered {
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
}
.i-xxlarge.i-bordered {
	line-height: 94px !important;
}
.i-xxlarge.i-plain {
	width: 80px !important;
	height: 80px !important;
	font-size: 64px;
	line-height: 80px !important;
}
/* ----------------------------------------------------------------
	Icon Overlay
-----------------------------------------------------------------*/

.i-overlay, .i-overlay a {
	display: block;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,0.2) url('images/grid.png') repeat;
}
.i-overlay a {
	background: transparent;
}
.i-overlay img, .i-overlay i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	width: 48px !important;
	height: 48px !important;
	font-size: 48px;
	line-height: 1;
	color: #E5E5E5;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.i-overlay i {
	margin: -18px 0 0 -18px;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px;
	font-size: 24px;
}
.on-hover.i-overlay {
	opacity: 0;
}
body:not(.device-touch) .on-hover.i-overlay {
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.on-hover.i-overlay:hover {
	opacity: 1;
}
/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/


.social-icon {
	margin: 0 15px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-radius: 3px;
	overflow: hidden;
}
/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded {
	border-radius: 50%;
}
/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless {
	border-color: transparent !important;
}
/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
	background-color: #444;
	color: #FFF !important;
	border-color: transparent;
}
/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
	background-color: rgba(0,0,0,0.05);
	color: #666 !important;
	border-color: transparent;
}
/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored {
	border-color: transparent !important;
}
.si-colored i {
	color: #FFF;
}
/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
	margin: 0 10px 10px 0;
	width: 56px;
	height: 56px;
	font-size: 30px;
	line-height: 54px !important;
}
/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 30px !important;
}
.social-icon i {
	display: block;
	position: relative;
}
body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.social-icon i:last-child {
	color: #FFF !important;
}
.social-icon:hover i:first-child {
	margin-top: -38px;
}
.social-icon.si-large:hover i:first-child {
	margin-top: -54px;
}
.social-icon.si-small:hover i:first-child {
	margin-top: -30px;
}
.social-icon:hover {
	color: #555;
	border-color: transparent;
}
.si-colored.social-icon {
	border-color: transparent;
}
/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
	position: fixed;
	top: 50%;
	left: 5px;
	width: 36px;
	z-index: 100;
}
/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
	left: auto;
	right: 8px;
}
/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
	position: relative;
	padding-left: 5px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.si-share span {
	line-height: 36px;
	font-weight: bold;
	font-size: 13px;
}
.si-share div {
	float: right;
}
.si-share .social-icon {
	margin: -1px 0;
	border-radius: 0;
	font-size: 15px;
}
.si-facebook:hover, .si-colored.si-facebook {
	background-color: #3B5998 !important;
}
.si-delicious:hover, .si-colored.si-delicious {
	background-color: #205CC0 !important;
}
.si-paypal:hover, .si-colored.si-paypal {
	background-color: #00588B !important;
}
.si-flattr:hover, .si-colored.si-flattr {
	background-color: #F67C1A !important;
}
.si-android:hover, .si-colored.si-android {
	background-color: #A4C639 !important;
}
.si-smashmag:hover, .si-colored.si-smashmag {
	background-color: #E53B2C !important;
}
.si-gplus:hover, .si-colored.si-gplus {
	background-color: #DD4B39 !important;
}
.si-wikipedia:hover, .si-colored.si-wikipedia {
	background-color: #333 !important;
}
.si-stumbleupon:hover, .si-colored.si-stumbleupon {
	background-color: #F74425 !important;
}
.si-foursquare:hover, .si-colored.si-foursquare {
	background-color: #25A0CA !important;
}
.si-call:hover, .si-colored.si-call {
	background-color: #444 !important;
}
.si-ninetyninedesigns:hover, .si-colored.si-ninetyninedesigns {
	background-color: #F26739 !important;
}
.si-forrst:hover, .si-colored.si-forrst {
	background-color: #5B9A68 !important;
}
.si-digg:hover, .si-colored.si-digg {
	background-color: #191919 !important;
}
.si-spotify:hover, .si-colored.si-spotify {
	background-color: #81B71A !important;
}
.si-reddit:hover, .si-colored.si-reddit {
	background-color: #C6C6C6 !important;
}
.si-blogger:hover, .si-colored.si-blogger {
	background-color: #FC4F08 !important;
}
.si-cc:hover, .si-colored.si-cc {
	background-color: #688527 !important;
}
.si-dribbble:hover, .si-colored.si-dribbble {
	background-color: #EA4C89 !important;
}
.si-evernote:hover, .si-colored.si-evernote {
	background-color: #5BA525 !important;
}
.si-flickr:hover, .si-colored.si-flickr {
	background-color: #FF0084 !important;
}
.si-google:hover, .si-colored.si-google {
	background-color: #DD4B39 !important;
}
.si-instapaper:hover, .si-colored.si-instapaper {
	background-color: #333 !important;
}
.si-klout:hover, .si-colored.si-klout {
	background-color: #FF5F52 !important;
}
.si-linkedin:hover, .si-colored.si-linkedin {
	background-color: #0E76A8 !important;
}
.si-vk:hover, .si-colored.si-vk {
	background-color: #2B587A !important;
}
.si-rss:hover, .si-colored.si-rss {
	background-color: #EE802F !important;
}
.si-skype:hover, .si-colored.si-skype {
	background-color: #00AFF0 !important;
}
.si-twitter:hover, .si-colored.si-twitter {
	background-color: #00ACEE !important;
}
.si-youtube:hover, .si-colored.si-youtube {
	background-color: #C4302B !important;
}
.si-vimeo:hover, .si-colored.si-vimeo {
	background-color: #86C9EF !important;
}
.si-aim:hover, .si-colored.si-aim {
	background-color: #FCD20B !important;
}
.si-yahoo:hover, .si-colored.si-yahoo {
	background-color: #720E9E !important;
}
.si-email3:hover, .si-colored.si-email3 {
	background-color: #6567A5 !important;
}
.si-macstore:hover, .si-colored.si-macstore {
	background-color: #333333 !important;
}
.si-myspace:hover, .si-colored.si-myspace {
	background-color: #666666 !important;
}
.si-podcast:hover, .si-colored.si-podcast {
	background-color: #E4B21B !important;
}
.si-cloudapp:hover, .si-colored.si-cloudapp {
	background-color: #525557 !important;
}
.si-dropbox:hover, .si-colored.si-dropbox {
	background-color: #3D9AE8 !important;
}
.si-ebay:hover, .si-colored.si-ebay {
	background-color: #89C507 !important;
}
.si-github:hover, .si-colored.si-github {
	background-color: #171515 !important;
}
.si-googleplay:hover, .si-colored.si-googleplay {
	background-color: #DD4B39 !important;
}
.si-itunes:hover, .si-colored.si-itunes {
	background-color: #222 !important;
}
.si-plurk:hover, .si-colored.si-plurk {
	background-color: #CF5A00 !important;
}
.si-pinboard:hover, .si-colored.si-pinboard {
	background-color: #0000E6 !important;
}
.si-soundcloud:hover, .si-colored.si-soundcloud {
	background-color: #FF7700 !important;
}
.si-tumblr:hover, .si-colored.si-tumblr {
	background-color: #34526F !important;
}
.si-wordpress:hover, .si-colored.si-wordpress {
	background-color: #1E8CBE !important;
}
.si-yelp:hover, .si-colored.si-yelp {
	background-color: #C41200 !important;
}
.si-intensedebate:hover, .si-colored.si-intensedebate {
	background-color: #009EE4 !important;
}
.si-eventbrite:hover, .si-colored.si-eventbrite {
	background-color: #F16924 !important;
}
.si-scribd:hover, .si-colored.si-scribd {
	background-color: #666666 !important;
}
.si-stripe:hover, .si-colored.si-stripe {
	background-color: #008CDD !important;
}
.si-print:hover, .si-colored.si-print {
	background-color: #111 !important;
}
.si-dwolla:hover, .si-colored.si-dwolla {
	background-color: #FF5C03 !important;
}
.si-statusnet:hover, .si-colored.si-statusnet {
	background-color: #131A30 !important;
}
.si-acrobat:hover, .si-colored.si-acrobat {
	background-color: #D3222A !important;
}
.si-drupal:hover, .si-colored.si-drupal {
	background-color: #27537A !important;
}
.si-buffer:hover, .si-colored.si-buffer {
	background-color: #333333 !important;
}
.si-pocket:hover, .si-colored.si-pocket {
	background-color: #EE4056 !important;
}
.si-bitbucket:hover, .si-colored.si-bitbucket {
	background-color: #0E4984 !important;
}
.si-stackoverflow:hover, .si-colored.si-stackoverflow {
	background-color: #EF8236 !important;
}
.si-hackernews:hover, .si-colored.si-hackernews {
	background-color: #FF6600 !important;
}
.si-xing:hover, .si-colored.si-xing {
	background-color: #126567 !important;
}
.si-instagram:hover, .si-colored.si-instagram {
	background-color: #3F729B !important;
}
.si-quora:hover, .si-colored.si-quora {
	background-color: #A82400 !important;
}
.si-openid:hover, .si-colored.si-openid {
	background-color: #E16309 !important;
}
.si-steam:hover, .si-colored.si-steam {
	background-color: #111 !important;
}
.si-amazon:hover, .si-colored.si-amazon {
	background-color: #E47911 !important;
}
.si-disqus:hover, .si-colored.si-disqus {
	background-color: #E4E7EE !important;
}
.si-plancast:hover, .si-colored.si-plancast {
	background-color: #222 !important;
}
.si-appstore:hover, .si-colored.si-appstore {
	background-color: #000 !important;
}
.si-pinterest:hover, .si-colored.si-pinterest {
	background-color: #C8232C !important;
}
.si-fivehundredpx:hover, .si-colored.si-fivehundredpx {
	background-color: #111 !important;
}
/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i {
	color: #3B5998;
}
.si-text-color.si-delicious i {
	color: #205CC0;
}
.si-text-color.si-paypal i {
	color: #00588B;
}
.si-text-color.si-flattr i {
	color: #F67C1A;
}
.si-text-color.si-android i {
	color: #A4C639;
}
.si-text-color.si-smashmag i {
	color: #E53B2C;
}
.si-text-color.si-gplus i {
	color: #DD4B39;
}
.si-text-color.si-wikipedia i {
	color: #333;
}
.si-text-color.si-stumbleupon i {
	color: #F74425;
}
.si-text-color.si-foursquare i {
	color: #25A0CA;
}
.si-text-color.si-call i {
	color: #444;
}
.si-text-color.si-ninetyninedesigns i {
	color: #F26739;
}
.si-text-color.si-forrst i {
	color: #5B9A68;
}
.si-text-color.si-digg i {
	color: #191919;
}
.si-text-color.si-spotify i {
	color: #81B71A;
}
.si-text-color.si-reddit i {
	color: #C6C6C6;
}
.si-text-color.si-blogger i {
	color: #FC4F08;
}
.si-text-color.si-cc i {
	color: #688527;
}
.si-text-color.si-dribbble i {
	color: #EA4C89;
}
.si-text-color.si-evernote i {
	color: #5BA525;
}
.si-text-color.si-flickr i {
	color: #FF0084;
}
.si-text-color.si-google i {
	color: #DD4B39;
}
.si-text-color.si-instapaper i {
	color: #333;
}
.si-text-color.si-klout i {
	color: #FF5F52;
}
.si-text-color.si-linkedin i {
	color: #0E76A8;
}
.si-text-color.si-vk i {
	color: #2B587A;
}
.si-text-color.si-rss i {
	color: #EE802F;
}
.si-text-color.si-skype i {
	color: #00AFF0;
}
.si-text-color.si-twitter i {
	color: #00ACEE;
}
.si-text-color.si-youtube i {
	color: #C4302B;
}
.si-text-color.si-vimeo i {
	color: #86C9EF;
}
.si-text-color.si-aim i {
	color: #FCD20B;
}
.si-text-color.si-yahoo i {
	color: #720E9E;
}
.si-text-color.si-email3 i {
	color: #6567A5;
}
.si-text-color.si-macstore i {
	color: #333333;
}
.si-text-color.si-myspace i {
	color: #666666;
}
.si-text-color.si-podcast i {
	color: #E4B21B;
}
.si-text-color.si-cloudapp i {
	color: #525557;
}
.si-text-color.si-dropbox i {
	color: #3D9AE8;
}
.si-text-color.si-ebay i {
	color: #89C507;
}
.si-text-color.si-github i {
	color: #171515;
}
.si-text-color.si-googleplay i {
	color: #DD4B39;
}
.si-text-color.si-itunes i {
	color: #222;
}
.si-text-color.si-plurk i {
	color: #CF5A00;
}
.si-text-color.si-pinboard i {
	color: #0000E6;
}
.si-text-color.si-soundcloud i {
	color: #FF7700;
}
.si-text-color.si-tumblr i {
	color: #34526F;
}
.si-text-color.si-wordpress i {
	color: #1E8CBE;
}
.si-text-color.si-yelp i {
	color: #C41200;
}
.si-text-color.si-intensedebate i {
	color: #009EE4;
}
.si-text-color.si-eventbrite i {
	color: #F16924;
}
.si-text-color.si-scribd i {
	color: #666666;
}
.si-text-color.si-stripe i {
	color: #008CDD;
}
.si-text-color.si-print i {
	color: #111;
}
.si-text-color.si-dwolla i {
	color: #FF5C03;
}
.si-text-color.si-statusnet i {
	color: #131A30;
}
.si-text-color.si-acrobat i {
	color: #D3222A;
}
.si-text-color.si-drupal i {
	color: #27537A;
}
.si-text-color.si-buffer i {
	color: #333333;
}
.si-text-color.si-pocket i {
	color: #EE4056;
}
.si-text-color.si-bitbucket i {
	color: #0E4984;
}
.si-text-color.si-stackoverflow i {
	color: #EF8236;
}
.si-text-color.si-hackernews i {
	color: #FF6600;
}
.si-text-color.si-xing i {
	color: #126567;
}
.si-text-color.si-instagram i {
	color: #3F729B;
}
.si-text-color.si-quora i {
	color: #A82400;
}
.si-text-color.si-openid i {
	color: #E16309;
}
.si-text-color.si-steam i {
	color: #111;
}
.si-text-color.si-amazon i {
	color: #E47911;
}
.si-text-color.si-disqus i {
	color: #E4E7EE;
}
.si-text-color.si-plancast i {
	color: #222;
}
.si-text-color.si-appstore i {
	color: #000;
}
.si-text-color.si-pinterest i {
	color: #C8232C;
}
.si-text-color.si-fivehundredpx i {
	color: #111;
}
.si-text-color:hover {
	color: #FFF;
}
/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/


.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}
.feature-box:first-child {
	margin-top: 0;
}
.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.feature-box .fbox-icon i, .feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #2aa2b0;
}
.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}
.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}
.feature-box p {
    margin: 8px 0 0 0;
    color: #333333;
    font-size: 14px;
}
.feature-box .before-heading {
	font-size: 14px;
}
/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feature-box.fbox-large {
	padding: 0 0 0 115px;
}
.feature-box.fbox-large .fbox-icon {
	width: 96px;
	height: 96px;
}
.feature-box.fbox-large .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}
/* Feature Box - Icon Outline
-----------------------------------------------------------------*/

.feature-box.fbox-outline .fbox-icon {
	border: 1px solid #1ABC9C;
	border-radius: 50%;
	padding: 3px;
}
.feature-box.fbox-outline .fbox-icon i {
	line-height: 56px;
}
/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

.feature-box.fbox-outline.fbox-large .fbox-icon {
	padding: 4px;
}
.feature-box.fbox-outline.fbox-large .fbox-icon i {
	line-height: 86px;
}
/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feature-box.fbox-rounded .fbox-icon {
	border-radius: 3px !important;
}
.feature-box.fbox-rounded .fbox-icon i, .feature-box.fbox-rounded .fbox-icon img {
	border-radius: 3px !important;
}
/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

.feature-box.fbox-rounded.fbox-large .fbox-icon {
	border-radius: 4px !important;
}
.feature-box.fbox-rounded.fbox-large .fbox-icon i, .feature-box.fbox-rounded.fbox-large .fbox-icon img {
	border-radius: 4px !important;
}
/* Feature Box - Light Background
-----------------------------------------------------------------*/

.feature-box.fbox-light.fbox-outline .fbox-icon {
	border-color: #E5E5E5;
}
.feature-box.fbox-light .fbox-icon i, .feature-box.fbox-light .fbox-icon img {
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	color: #444;
}
.feature-box.fbox-light .fbox-icon i {
	line-height: 62px;
}
.feature-box.fbox-light.fbox-outline .fbox-icon i {
	line-height: 54px;
}
.feature-box.fbox-light.fbox-large .fbox-icon i {
	line-height: 96px;
}
.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i {
	line-height: 84px;
}
/* Feature Box - Dark Background
-----------------------------------------------------------------*/

.feature-box.fbox-dark.fbox-outline .fbox-icon {
	border-color: #444;
}
.feature-box.fbox-dark .fbox-icon i, .feature-box.fbox-dark .fbox-icon img {
	background-color: #333;
}
/* Feature Box - Border
-----------------------------------------------------------------*/

.feature-box.fbox-border .fbox-icon {
	border: 1px solid #1ABC9C;
	border-radius: 50%;
}
.feature-box.fbox-border .fbox-icon i, .feature-box.fbox-border .fbox-icon img {
	border: none;
	background-color: transparent !important;
	color: #1ABC9C;
}
.feature-box.fbox-border .fbox-icon {
	padding: 0;
}
.feature-box.fbox-border .fbox-icon i {
	line-height: 62px !important;
}
.feature-box.fbox-border.fbox-large .fbox-icon i {
	line-height: 94px !important;
}
/* Feature Box - Border - Light
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-light .fbox-icon {
	border-color: #E5E5E5;
}
.feature-box.fbox-border.fbox-light .fbox-icon i, .feature-box.fbox-border.fbox-light .fbox-icon img {
	color: #888;
}
/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-dark .fbox-icon {
	border-color: #333;
}
.feature-box.fbox-border.fbox-dark .fbox-icon i, .feature-box.fbox-border.fbox-dark .fbox-icon img {
	color: #444;
}
/* Feature Box - Plain
-----------------------------------------------------------------*/

.feature-box.fbox-plain .fbox-icon {
	border: none !important;
	height: auto !important;
}
.feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img {
	border: none !important;
	background-color: transparent !important;
	color: #1ABC9C;
	border-radius: 0;
}
.feature-box.fbox-plain .fbox-icon i {
	font-size: 48px;
	line-height: 1 !important;
}
.feature-box.fbox-plain .fbox-icon img {
	height: 64px;
}
.feature-box.fbox-plain.fbox-image .fbox-icon {
	width: auto;
}
.feature-box.fbox-plain.fbox-image .fbox-icon img {
	width: auto;
	display: inline-block;
}
.feature-box.fbox-plain.fbox-small {
	padding-left: 42px;
}
.feature-box.fbox-plain.fbox-small .fbox-icon {
	width: 28px;
}
.feature-box.fbox-plain.fbox-small h3 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}
.feature-box.fbox-plain.fbox-small p {
	margin-left: -42px;
}
.feature-box.fbox-plain.fbox-small .fbox-icon i {
	font-size: 28px;
}
.feature-box.fbox-plain.fbox-small .fbox-icon img {
	height: 28px;
}
.feature-box.fbox-plain.fbox-large .fbox-icon i {
	font-size: 72px;
}
.feature-box.fbox-plain.fbox-large .fbox-icon img {
	height: 96px;
}
.feature-box.fbox-plain.fbox-light .fbox-icon i, .feature-box.fbox-plain.fbox-light .fbox-icon img {
	color: #888;
}
.feature-box.fbox-plain.fbox-dark .fbox-icon i, .feature-box.fbox-plain.fbox-dark .fbox-icon img {
	color: #444;
}
/* Feature Box - Center
-----------------------------------------------------------------*/

.feature-box.fbox-center {
	padding: 0;
	text-align: center;
}
.feature-box.fbox-center.fbox-small {
	padding-left: 0 !important;
}
.feature-box.fbox-center .fbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 15px;
}
.feature-box.fbox-center .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}
.feature-box.fbox-center.fbox-outline .fbox-icon i {
	line-height: 88px;
}
.feature-box.fbox-center p {
	font-size: 14px;
	margin-top: 15px;
}
/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-large .fbox-icon {
	width: 128px;
	height: 128px;
}
.feature-box.fbox-center.fbox-large .fbox-icon i {
	font-size: 70px;
	line-height: 128px;
}
.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i {
	line-height: 118px;
}
.feature-box.fbox-center.fbox-light .fbox-icon i {
	line-height: 94px;
}
.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i {
	line-height: 86px;
}
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i {
	line-height: 114px;
}
.feature-box.fbox-center.fbox-border .fbox-icon i {
	line-height: 94px !important;
}
.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
	line-height: 126px !important;
}
.feature-box.fbox-center.fbox-plain .fbox-icon i {
	font-size: 84px;
}
.feature-box.fbox-center.fbox-plain .fbox-icon img {
	height: 96px;
}
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i {
	font-size: 112px;
}
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img {
	height: 128px;
}
/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-small .fbox-icon {
	width: 64px;
	height: 64px;
}
.feature-box.fbox-center.fbox-small .fbox-icon i {
	font-size: 28px;
	line-height: 64px;
}
.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i {
	line-height: 58px;
}
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i {
	line-height: 54px;
}
.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i {
	line-height: 62px !important;
}
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i {
	font-size: 56px;
}
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img {
	height: 64px;
}
.feature-box.fbox-center.fbox-small p {
	font-size: 14px;
	margin-top: 10px;
}
.feature-box.fbox-center.fbox-plain.fbox-small p {
	margin-left: 0;
}
.fbox_main .feature-box.fbox-right {
	direction: rtl;
	white-space: nowrap;
}
/* Feature Box - Right
-----------------------------------------------------------------*/

.feature-box.fbox-right {
	padding: 0 80px 0 0;
	text-align: right;
}
.feature-box.fbox-right.fbox-large {
	padding-right: 115px;
}
.feature-box.fbox-right .fbox-icon {
	left: auto;
	right: 0;
}
.feature-box.fbox-right.fbox-plain.fbox-small {
	padding: 0 42px 0 0;
}
.feature-box.fbox-right.fbox-plain.fbox-small p {
	margin: 0 -42px 0 0;
}
/* Feature Box - Subtitle
-----------------------------------------------------------------*/

.feature-box h3 + .fbox-icon {
	margin-top: 20px !important;
}
.feature-box h3 span.subtitle {
	display: block;
	margin-top: 5px;
	color: #444;
	font-weight: 300;
	text-transform: none;
}
.feature-box.fbox-center:not(.fbox-bg) h3:after {
	content: '';
	display: block;
	margin: 20px auto;
	width: 30px;
	border-top: 2px solid #555;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}
.bg-voilat .feature-box.fbox-center:not(.fbox-bg) h3:after{border-top: 2px solid #fff;}
.our_team .team_5 .top-box {
    border-right: 1px solid #284073;
}
.feature-box.fbox-center:not(.fbox-bg):hover h3:after {
	width: 50px;
}
.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after, .feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
	display: none;
}
.feature-box.fbox-center.fbox-italic p {
	font-style: italic;
	font-family: 'Lato', sans-serif;
}
/* Feature Box - Background
-----------------------------------------------------------------*/

.feature-box.fbox-bg.fbox-center {
	margin-top: 68px;
	padding: 68px 30px 30px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}
.feature-box.fbox-bg.fbox-center:first-child {
	margin-top: 48px;
}
.feature-box.fbox-bg.fbox-center.fbox-large {
	margin-top: 84px;
	padding-top: 84px;
}
.feature-box.fbox-bg.fbox-center.fbox-large:first-child {
	margin-top: 64px;
}
.feature-box.fbox-bg.fbox-center .fbox-icon {
	position: absolute;
	top: -48px;
	left: 50%;
	margin: 0 0 0 -48px;
}
.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
	top: -64px;
	left: 50%;
	margin-left: -64px;
}
.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
	background-color: #FFF;
}
/* Animated Icon Hovers
-----------------------------------------------------------------*/

.fbox-effect .fbox-icon i {
	z-index: 1;
}
.fbox-effect .fbox-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.fbox-rounded.fbox-effect .fbox-icon i:after {
	border-radius: 3px;
}
.fbox-effect .fbox-icon i {
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.fbox-effect .fbox-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #333;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}
.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
	background-color: #333;
	color: #FFF;
}
.fbox-effect.fbox-dark .fbox-icon i:after {
	box-shadow: 0 0 0 2px #1ABC9C;
}
.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i {
	background-color: #1ABC9C;
}
.fbox-effect .fbox-icon i:hover:after, .fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.fbox-border.fbox-effect .fbox-icon i {
	-webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}
.fbox-border.fbox-effect .fbox-icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	box-shadow: none;
	background-position: center center;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
	-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
	transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after {
	border-radius: 3px;
}
.fbox-border.fbox-effect .fbox-icon i:hover, .fbox-border.fbox-effect:hover .fbox-icon i {
	color: #FFF;
	box-shadow: 0 0 0 1px #333;
}
.fbox-border.fbox-effect .fbox-icon i:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background-color: #333;
}
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
	box-shadow: 0 0 0 1px #1ABC9C;
}
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
	background-color: #1ABC9C;
}
.fbox-border.fbox-effect .fbox-icon i:hover:after, .fbox-border.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/


.postcontent {
	width: 860px;
}
.postcontent.bothsidebar {
	width: 580px;
}
.sidebar {
	width: 240px;
}
.col_full {
	width: 100%;
}
.col_half {
	width: 48%;
}
.col_one_third {
	width: 30.63%;
}
.col_two_third {
	width: 65.33%;
}
.col_one_fourth {
	width: 22%;
}
.col_three_fourth {
	width: 74%;
}
.col_one_fifth {
	width: 16.8%;
}
.col_two_fifth {
	width: 37.6%;
}
.col_three_fifth {
	width: 58.4%;
}
.col_four_fifth {
	width: 79.2%;
}
.col_one_sixth {
	width: 13.33%;
}
.col_five_sixth {
	width: 82.67%;
}
body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
}
.postcontent, .sidebar {
	margin-right: 40px;
}
.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}
.postcontent.col_last, .sidebar.col_last {
	float: right;
}
.col_last {
	margin-right: 0 !important;
	clear: right;
}
/* Media Featured Box
-----------------------------------------------------------------*/

.feature-box.media-box {
	padding: 0;
}
.feature-box.media-box .fbox-media {
	margin: 0 0 25px;
}
.feature-box.media-box .fbox-media, .feature-box.media-box .fbox-media a, .feature-box.media-box .fbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.feature-box.media-box .fbox-media iframe {
	display: block;
}
.feature-box.media-box p {
	margin-top: 17px;
}
.feature-box.media-box.fbox-bg .fbox-media {
	margin: 0;
}
.feature-box.media-box.fbox-bg .fbox-desc {
	padding: 25px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.feature-box.media-box.fbox-bg .fbox-media img {
	border-radius: 5px 5px 0 0;
}
/*custom*/
section.section-area .feature-box h3 {
	font-weight: 500;
}
.heading-block h2 {
	font-size: 30px;
	font-weight: 500;
}
.heading-block h2 + span {
	font-size: 22px;
}
.feature-box.fbox-plain.fbox-small {
	padding-left: 42px;
}
.feature-box:first-child {
	margin-top: 0;
}
.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}
.section-area.s-media .fbox-desc {
	text-align: center;
}
.heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
}
.heading-block {
	margin-bottom: 50px;
}
.feature-box.fbox-plain.fbox-small h3 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}
.feature-box h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}
.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
	margin: 30px auto 0;
}
.heading-block:after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #444;
}
.feature-box.fbox-plain.fbox-dark .fbox-icon i, .feature-box.fbox-plain.fbox-dark .fbox-icon img {
	color: #444;
}
.feature-box.fbox-plain.fbox-small .fbox-icon i {
	font-size: 28px;
}
.feature-box.fbox-plain .fbox-icon i {
	font-size: 48px;
	line-height: 1 !important;
}
.feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img {
	border: none !important;
	background-color: transparent !important;
	color: #1ABC9C;
	border-radius: 0;
}
.feature-box.fbox-plain.fbox-small {
	padding-left: 42px;
}
.feature-box:first-child {
	margin-top: 0;
}
.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}
.feature-box.fbox-plain.fbox-small .fbox-icon {
	width: 28px;
}
.feature-box.fbox-plain .fbox-icon {
	border: none !important;
	height: auto !important;
}
.bespoke-area2 .feature-box .fbox-icon,#top-up2 .feature-box .fbox-icon{
    top: -13px;
}
.bespoke-area2 .col_full {
    margin-bottom: 58px !important;
}
.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 0;
}
.bg-grey {
	background-color: #F9F9F9;
}
.usability-area .feature-box.fbox-center.fbox-light .fbox-icon i {
	line-height: 70px;
	font-size: 30px;
}
.parallax {
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-area {
	position: relative;
	padding: 60px 0;
	overflow: hidden;
}
.seaction-2 .feature-box.fbox-center .fbox-icon {
	width: 60px;
	height: 60px;
}
.seaction-2 .feature-box.fbox-center.fbox-outline .fbox-icon i {
	line-height: 40px;
	font-size: 30px;
}
.promotions-area.section-area .feature-box h3 {
	font-size: 14px;
	line-height: 2;
}
.section-area .feature-box h3 {
	font-size: 14px;
	line-height: 1.5;
}
.section-area.web-section .feature-box h3 {
	font-size: 13px;
	padding-top: 15px;
}
.section-area .feature-box.fbox-center .fbox-icon {
	width: 70px;
	height: 70px;
}
.section-area .feature-box.fbox-center.fbox-outline .fbox-icon i {
	line-height: 65px;
}
.animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated {
	opacity: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
body:not(.device-touch) .i-rounded, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-bordered, body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.dark .i-plain {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.i-large.i-plain {
	width: 48px !important;
	height: 48px !important;
	font-size: 42px;
	line-height: 48px !important;
}
.i-large.i-rounded, .i-large.i-plain, .i-large.i-circled, .i-large.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 42px;
}
[class^="icon-"], [class*=" icon-"], [class^="icon-line-"], [class*=" icon-line-"], [class^="icon-line2-"], [class*=" icon-line2-"], .side-header #primary-menu ul > li.sub-menu > a:after {
	display: inline-block;
	font-family: 'font-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #EEE;
}
.counter + h5 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
}
.dark .counter.counter-lined + h5:before {
	border-color: #EEE;
}
.counter.counter-lined + h5:before {
	display: block;
	position: relative;
	margin: 20px auto 25px auto;
	content: '';
	width: 15%;
	border-top: 2px solid #444;
	opacity: 0.9;
}
section.section.parallax.dark.bottommargin-lg h5 {
	font-size: 14px;
	text-align: center
}
i.i-plain.i-large.divcenter {
	display: block;
}
.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
.dark .counter.counter-lined + h5:before {
	border-color: #EEE;
}
.counter.counter-lined + h5:before {
	display: block;
	position: relative;
	margin: 20px auto 25px auto;
	content: '';
	width: 15%;
	border-top: 2px solid #444;
	opacity: 0.9;
}
section.section-area.parallax.dark.bottommargin-lg h5 {
	font-size: 20px;
	text-align: center;
}
section.section-area.parallax.dark.bottommargin-lg h5:before {
	display: block;
	position: relative;
	margin: 20px auto 25px auto;
	content: '';
	width: 15%;
	border-top: 2px solid #444;
	opacity: 0.9;
	border-color: #EEE;
}
.icon_white .fbox-icon i:before {
	filter: brightness(0) invert(0);
}
.section-area .feature-box.fbox-center.fbox-outline .fbox-icon .fa:before {
	font-size: 30px;
}
.section-area .feature-box.fbox-center.fbox-outline .fbox-icon .fa {
	line-height: 55px;
}
.section-area .feature-box.fbox-center.fbox-outline .fbox-icon .fa-mobile:before {
	font-size: 40px;
}
.section-area .feature-box.fbox-center.fbox-outline .fbox-icon i.fa.fa-mobile {
	line-height: 65px;
}
.col-md-6.my_right_menu ul.list-group.mob_rit {
	margin-left: calc(32% - 10px);
}
.sec-mar-20 .feature-box {
	margin: 40px 0;
}
.pt-60 {
	padding-top: 60px;
}
.orange .fbox-border.fbox-effect .fbox-icon i:after {
	background-color: #ff7508;
}
.orange .feature-box.fbox-border.fbox-light .fbox-icon {
	border-color: #ff7508;
}
.indicators2 {
	position: absolute;
	top: 10%;
	bottom: 0px;
	right: 10%;
	left: none;
	z-index: 15;
	width: 60%;
	margin-left: 0%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.box-270 {
	height: 270px;
}
.bg-teal {
	background: #1abc9c;
}
.bg-darkblue {
	background: #33485d;
}
.bg-yellow {
	background: #f1c40f;
}
.bg-purple {
	background: #9b59b6;
}
.bg-red {
	background: #e74c3c;
}
.bg-blue {
	background: #2980b9;
}
.ab-center .feature-box {
	top: calc(50% - 19%);
	position: relative;
}
.section-area .hex_box {
	padding: 0 10px;
}
.col-padding {
	padding: 60px;
}
.my_li::after {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: 9;
	margin-right: -2px;
	width: 1px;
	height: 60%;
	background: rgb(224, 227, 225);
	content: '';
}
.my_li_bef::before {
	position: absolute;
	top: 20%;
	left: 0;
	z-index: 9;
	margin-left: 1px;
	width: 1px;
	height: 60%;
	background: rgb(224, 227, 225);
	content: '';
}
.new-tabs-2 {
	text-align: center;
	background: #2e4980;
}
.new-tabs-2 .col-md-3 {
	position: relative;
	padding: 25px 0px 4px;
}
.top-box {
	position: relative;
	/*top: calc(50% - 10%);*//*    left: calc(50% - 8%);*/
}
.my_li .feature-box.fbox-center:not(.fbox-bg) h3:after {
	content: '';
	display: block;
	margin: 20px auto;
	width: 30px;
	border-top: 2px solid #fff;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}
.my_li .feature-box.fbox-outline .fbox-icon {
	border: 1px solid #2aa2b0;
	border-radius: 50%;
	padding: 3px;
}
.my_li .feature-box .fbox-icon i, .feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #2aa2b0;
}
.my_li .feature-box h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #fff;
}
.my_li .fbox-effect .fbox-icon i:after {
	box-shadow: 0 0 0 2px #fff;
}
.my_li .feature-box.fbox-center .fbox-icon i {
	font-size: 26px;
	line-height: 96px;
}
.my_li .feature-box.fbox-center.fbox-outline .fbox-icon i {
	line-height: 55px;
}
.my_li .feature-box.fbox-center .fbox-icon {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 17px auto 10px;
}
.phone-fixed {
	position: fixed;
	top: calc(50% - 25%);
	right: calc(50% - 50%);
	z-index: 99;
}
.phone-fixed .mob_rit {
	margin-left: calc(50% - 106px);
}
.ml-60 {
	margin-left: 60px;
}
.bg-voilat {
	background: #2e4980;
}
.bg-voilat .heading-block h2 {
	color: #fff;
}
.bg-voilat .heading-block:after {
	border-top: 2px solid #fff;
}
.pt-50 {
	padding-top: 50px;
}
.px-5{
	padding-left: 10%;
	padding-right: 10%;
}
.bg-voilat .feature-box h3 {
	font-weight: 500;
	padding-top: 13px;
	color: #fff;
}
.w-bg .feature-box h3 {
	font-weight: 500;
	padding-top: 13px;
}

.bg-voilat .col_full {
	margin-bottom: 45px;
}
.work-upon .feature-box.fbox-plain.fbox-small h3 {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: -5px;
}
.work-upon .feature-box.fbox-plain.fbox-small .fbox-icon i {
	font-size: 25px;/*    color: #5a595a;*/
}
.p1 {
	background-image: url(../assets/img/technical-development.jpg);
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-area .heading-block h1, .section-area .heading-block h2, .section-area .heading-block h3, .section-area .heading-block h4, .section-area .emphasis-title h1, .section-area .emphasis-title h2 {
    color: #443e3e;
	padding-bottom: 8px;
	line-height: normal;
}
.bg-voilat .heading-block h1, .bg-voilat .heading-block h2, .bg-voilat .heading-block h3, .bg-voilat .heading-block h4, .bg-voilat .emphasis-title h1, .bg-voilat .emphasis-title h2 {
	color: #fff;
	font-weight: 500;
}
.bg-voilat {
	color: #fff;
}
.section-area[style^="background"] {
    background-attachment: fixed !important;
}
.w-80.img-responsive {
	display: block;
	max-width: 80%;
	height: auto;
}
.w-100{
	display: block;
	min-width: 100%;
	height: auto;
}
.feature-box.fbox-border ul.iconlist {
	margin-top: 14px;
}
.h-block2 h1, .h-block2 h2, .h-block2 h3, .h-block2 h4 {
	color: #443e3e;
	font-size: 30px;
	font-weight: 500;
}
.bg-voilat .feature-box p {
	color: #fff;
}
.work-upon .feature-box h3 {
	text-transform: capitalize;
}
.fbox-icon i.social-media:before {
	top: 9px;
	position: relative;
	filter: brightness(0) invert(1);
}
/*tabs start*/
.metrial-tabs .card-nav-tabs .header {
	margin-top: -30px;
}
.metrial-tabs .card [class*="header-"] {
	color: #FFFFFF;
}
.metrial-tabs .card .header-success {
	background: #2aa2b0;
}
.metrial-tabs .card .header {
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	margin: 15px;
	border-radius: 3px;
	padding: 15px 0;
	background-color: #FFFFFF;
}
.metrial-tabs .card-nav-tabs {
	margin-top: 45px;
}
.metrial-tabs .card {
	display: inline-block;
	position: relative;
	width: 100%;
	border-radius: 3px;
	color: rgba(0,0,0, 0.87);
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.metrial-tabs .card-nav-tabs .header {
	margin-top: -30px !important;
}
.metrial-tabs .card [class*="header-"] {
	color: #FFFFFF;
}
.metrial-tabs .card .header-success {
	background: #2aa2b0 !important;
}
.metrial-tabs .card .header {
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	margin: 15px;
	border-radius: 3px;
	padding: 15px 0;
	background-color: #FFFFFF;
}
.metrial-tabs .card {
	display: inline-block;
	position: relative;
	width: 100%;
	border-radius: 3px;
	color: rgba(0,0,0, 0.87);
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.metrial-tabs .card [class*="header-"] {
	color: #FFFFFF;
}
.metrial-tabs .card-nav-tabs .nav-tabs {
	background: transparent;
}
.metrial-tabs .nav-tabs {
	background: #9c27b0;
	border: 0;
	border-radius: 3px;
	padding: 0 15px;
}
.metrial-tabs .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}
.metrial-tabs .nav-tabs > li.active > a, .metrial-tabs .nav-tabs > li.active > a:hover, .metrial-tabs .nav-tabs > li.active > a:focus {
	background-color: rgba(255, 255, 255, 0.2);
	transition: background-color .1s .2s;
}
.metrial-tabs .nav-tabs > li > a, .metrial-tabs .nav-tabs > li > a:hover, .metrial-tabs .nav-tabs > li > a:focus {
	background-color: transparent;
	border: 0 !important;
	color: #FFFFFF !important;
	font-weight: 500;
}
.metrial-tabs .nav-tabs > li > a {
	color: #FFFFFF;
	border: 0;
	margin: 0;
	border-radius: 3px;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 12px;
}
.metrial-tabs .nav-tabs > li .material-icons {
	margin: -1px 5px 0 0;
}
.metrial-tabs a .material-icons, .metrial-tabs a:hover .material-icons, .metrial-tabs a:focus .material-icons {
	vertical-align: middle;
}
.metrial-tabs .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
.card-nav-tabs .header {
	margin-top: -30px;
}
.metrial-tabs .nav-tabs-wrapper ul.nav.nav-tabs li i {
	font-weight: 800;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
}
.metrial-tabs .content .tab-pane {
	padding: 20px;
}
.metrial-tabs h1, .metrial-tabs h2, .metrial-tabs h3, .metrial-tabs h4, .metrial-tab h5, .metrial-tabs h6 {
	margin: 0px;
	color: #2f2f2f;
}
/*tabs end*/
/*custom  start*/
.testing_parallax p {
	color: #fff;
}
.testing_parallax {
	background-image: url(../assets/img/Case-Usability.jpg);
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.overlay {
	background: rgba(0, 0, 0, 0.74);
	padding: 60px 0;
}
.testing_parallax ul li {
	color: #fff;
	padding-bottom: 20px;
}
.testing_parallax1 p {
	color: #fff;
}
.testing_parallax1 {
	/*background-image: url(../assets/img/perfrm-bg.jpg);*/
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.overlay1 {
	padding: 60px 0;
}
.testing_parallax1 ul li {
	color: #fff;
	padding-bottom: 20px;
}
.section-area1 {
	position: relative;
	/* padding: 60px 0; */
	overflow: hidden;
}
.testing-reg {
	padding-top: 11%;
}
.testing-reg ul li {
	padding-bottom: 20px;
}
.color_white {
	color: #fff;
}
.contactpage div.background {
	background: url(../assets/img/perform1.jpg) no-repeat #000;
	border: 1px solid black;
	background-size: 100%;
	height: 250px;
}
.contactpage div.background1 {
	background: url(../assets/img/perfrm.jpg) no-repeat #000;
	border: 1px solid black;
	background-size: 100%;
	height: 250px;
}
.contactpage div.transbox {
	margin: 25px;
	background-color: #000;
	border: 3px solid #f9f9f9;
	opacity: 0.6;
	color: #fff;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	height: 200px;
}
.contactpage div.transbox:hover {
	-webkit-box-shadow: -5px -2px 38px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px -2px 38px 4px rgba(0,0,0,0.75);
	box-shadow: -5px -2px 38px 4px rgba(0,0,0,0.75);
}
.contactpage div.transbox p {
	margin: 3%;
	/*font-weight: bold;*/
	color: #fff;
}
.contactpage div.transbox a {
	font-weight: bold;
	color: #fff;
}
.contactpage .row-margin {
	margin-top: 25px;
}
.ticket {
	font-size: 12px;
}
.testing_parallax .fbox-icon {
	position: relative;
}
.testing_parallax .feature-box {
	padding: 0px !important;
	text-align: -webkit-center;
	margin-bottom: 20px;
}
.reggretion_testing .feature-box .fbox-icon i, .feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #2aa2b0;
}
.reggretion_testing img {
	margin-top: 23px;
}
.reggretion_testing .heading-block {
	margin-bottom: 0px;
}
.bg-grey {
	background: #f5f5f5;
}
.security-test img {
	margin-left: 0em;
}
.apply-now {
	z-index: 999999999;
	background: #ff7508;
	color: #fff;
	border: none;
	bottom: 20px;
	right: 85px;
	text-transform: capitalize;
	position: fixed;
	-webkit-box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);
	box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);
}
/*custom  end*/

/*Animate css*/

.counter {
	font-size: 42px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.achivements_div {
	color: #000;
}
.achivements_div .heading-block h2{color:#443e3e;}
.achivements_div i {
	/*color: #fff;*/
	font-size: 40px;
}
.fbox-icon a i.java:before {
	filter: brightness(0) invert(1);
}
.my_li_bef .fbox-icon a i.java:before {
	top: 6px;
	position: relative;
}
.fbox-icon a i.graphical:before {
	filter: brightness(0) invert(1);
}
.fbox-icon a i.support:before {
	filter: brightness(0) invert(1);
}
.achivements_div .counter.counter-lined + h5:before {
	border-top: 2px solid #fff;
}
.not-animated {
	opacity: 0;
}
.animated {
	opacity: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
.animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
 @-webkit-keyframes bounce {
 0%, 20%, 53%, 80%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
 @keyframes bounce {
 0%, 20%, 53%, 80%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
 @-webkit-keyframes flash {
 0%, 50%, 100% {
 opacity: 1;
}
 25%, 75% {
 opacity: 0;
}
}
 @keyframes flash {
 0%, 50%, 100% {
 opacity: 1;
}
 25%, 75% {
 opacity: 0;
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes pulse {
 0% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
 @-webkit-keyframes rubberBand {
 0% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 30% {
 -webkit-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
 -webkit-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
 -webkit-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
 -webkit-transform: scale3d(.95, 1.05, 1);
 transform: scale3d(.95, 1.05, 1);
}
 75% {
 -webkit-transform: scale3d(1.05, .95, 1);
 transform: scale3d(1.05, .95, 1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes rubberBand {
 0% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 30% {
 -webkit-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
 -webkit-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
 -webkit-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
 -webkit-transform: scale3d(.95, 1.05, 1);
 transform: scale3d(.95, 1.05, 1);
}
 75% {
 -webkit-transform: scale3d(1.05, .95, 1);
 transform: scale3d(1.05, .95, 1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
 @-webkit-keyframes shake {
 0%, 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
 @keyframes shake {
 0%, 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
 @-webkit-keyframes swing {
 20% {
 -webkit-transform: rotate3d(0, 0, 1, 15deg);
 transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
 -webkit-transform: rotate3d(0, 0, 1, -10deg);
 transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
 -webkit-transform: rotate3d(0, 0, 1, -5deg);
 transform: rotate3d(0, 0, 1, -5deg);
}
 100% {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
}
}
 @keyframes swing {
 20% {
 -webkit-transform: rotate3d(0, 0, 1, 15deg);
 transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
 -webkit-transform: rotate3d(0, 0, 1, -10deg);
 transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
 -webkit-transform: rotate3d(0, 0, 1, -5deg);
 transform: rotate3d(0, 0, 1, -5deg);
}
 100% {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
 @-webkit-keyframes tada {
 0% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes tada {
 0% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
 0% {
 -webkit-transform: none;
 transform: none;
}
 15% {
 -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
 30% {
 -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
 45% {
 -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
 60% {
 -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
 75% {
 -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
 100% {
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes wobble {
 0% {
 -webkit-transform: none;
 transform: none;
}
 15% {
 -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
 30% {
 -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
 45% {
 -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
 60% {
 -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
 75% {
 -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
 100% {
 -webkit-transform: none;
 transform: none;
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
 @-webkit-keyframes jello {
 11.1% {
 -webkit-transform: none;
 transform: none
}
 22.2% {
 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg)
}
 33.3% {
 -webkit-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg)
}
 44.4% {
 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg)
}
 55.5% {
 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg)
}
 66.6% {
 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg)
}
 77.7% {
 -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
 transform: skewX(0.390625deg) skewY(0.390625deg)
}
 88.8% {
 -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
 transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
}
 100% {
 -webkit-transform: none;
 transform: none
}
}
 @keyframes jello {
 11.1% {
 -webkit-transform: none;
 transform: none
}
 22.2% {
 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg)
}
 33.3% {
 -webkit-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg)
}
 44.4% {
 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg)
}
 55.5% {
 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg)
}
 66.6% {
 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg)
}
 77.7% {
 -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
 transform: skewX(0.390625deg) skewY(0.390625deg)
}
 88.8% {
 -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
 transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
}
 100% {
 -webkit-transform: none;
 transform: none
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
 @-webkit-keyframes bounceIn {
 0%, 20%, 40%, 60%, 80%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
 100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes bounceIn {
 0%, 20%, 40%, 60%, 80%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
 100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
 @-webkit-keyframes bounceInDown {
 0%, 60%, 75%, 90%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
 100% {
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes bounceInDown {
 0%, 60%, 75%, 90%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
 100% {
 -webkit-transform: none;
 transform: none;
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
 @-webkit-keyframes bounceInLeft {
 0%, 60%, 75%, 90%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
}
 100% {
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes bounceInLeft {
 0%, 60%, 75%, 90%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
}
 100% {
 -webkit-transform: none;
 transform: none;
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
 @-webkit-keyframes bounceInRight {
 0%, 60%, 75%, 90%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
 100% {
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes bounceInRight {
 0%, 60%, 75%, 90%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
 100% {
 -webkit-transform: none;
 transform: none;
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
 @-webkit-keyframes bounceInUp {
 0%, 60%, 75%, 90%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes bounceInUp {
 0%, 60%, 75%, 90%, 100% {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
 @-webkit-keyframes bounceOut {
 20% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 50%, 55% {
 opacity: 1;
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
}
 @keyframes bounceOut {
 20% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 50%, 55% {
 opacity: 1;
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}
 @-webkit-keyframes bounceOutDown {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
 @keyframes bounceOutDown {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
 @-webkit-keyframes bounceOutLeft {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
 @keyframes bounceOutLeft {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
 @-webkit-keyframes bounceOutRight {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
 @keyframes bounceOutRight {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
 @-webkit-keyframes bounceOutUp {
 20% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
 @keyframes bounceOutUp {
 20% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
 @-webkit-keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeftBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
 @-webkit-keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRightBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInUpBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUpBig {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOutDown {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
 @keyframes fadeOutDown {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
 @-webkit-keyframes fadeOutDownBig {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
 @keyframes fadeOutDownBig {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
 @-webkit-keyframes fadeOutLeft {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
 @keyframes fadeOutLeft {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
 @-webkit-keyframes fadeOutLeftBig {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
 @keyframes fadeOutLeftBig {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
 @-webkit-keyframes fadeOutRight {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
 @keyframes fadeOutRight {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
 @-webkit-keyframes fadeOutRightBig {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
 @keyframes fadeOutRightBig {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
 @-webkit-keyframes fadeOutUp {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
 @keyframes fadeOutUp {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
 @-webkit-keyframes fadeOutUpBig {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
 @keyframes fadeOutUpBig {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
 @-webkit-keyframes flip {
 0% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @keyframes flip {
 0% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
 @-webkit-keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
 @-webkit-keyframes flipInY {
 0% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @keyframes flipInY {
 0% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 100% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
 @-webkit-keyframes flipOutX {
 0% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 opacity: 0;
}
}
 @keyframes flipOutX {
 0% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 opacity: 0;
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
 @-webkit-keyframes flipOutY {
 0% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 opacity: 0;
}
}
 @keyframes flipOutY {
 0% {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 opacity: 0;
}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}
 @-webkit-keyframes lightSpeedIn {
 0% {
 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
 -webkit-transform: skewX(20deg);
 transform: skewX(20deg);
 opacity: 1;
}
 80% {
 -webkit-transform: skewX(-5deg);
 transform: skewX(-5deg);
 opacity: 1;
}
 100% {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes lightSpeedIn {
 0% {
 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
 -webkit-transform: skewX(20deg);
 transform: skewX(20deg);
 opacity: 1;
}
 80% {
 -webkit-transform: skewX(-5deg);
 transform: skewX(-5deg);
 opacity: 1;
}
 100% {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
 @-webkit-keyframes lightSpeedOut {
 0% {
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
}
}
 @keyframes lightSpeedOut {
 0% {
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
 @-webkit-keyframes rotateIn {
 0% {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -200deg);
 transform: rotate3d(0, 0, 1, -200deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateIn {
 0% {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -200deg);
 transform: rotate3d(0, 0, 1, -200deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
 @-webkit-keyframes rotateInDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
 @-webkit-keyframes rotateInDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
 @-webkit-keyframes rotateInUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
 @-webkit-keyframes rotateInUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -90deg);
 transform: rotate3d(0, 0, 1, -90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -90deg);
 transform: rotate3d(0, 0, 1, -90deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
 @-webkit-keyframes rotateOut {
 0% {
 -webkit-transform-origin: center;
 transform-origin: center;
 opacity: 1;
}
 100% {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, 200deg);
 transform: rotate3d(0, 0, 1, 200deg);
 opacity: 0;
}
}
 @keyframes rotateOut {
 0% {
 -webkit-transform-origin: center;
 transform-origin: center;
 opacity: 1;
}
 100% {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, 200deg);
 transform: rotate3d(0, 0, 1, 200deg);
 opacity: 0;
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
 @-webkit-keyframes rotateOutDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
}
 @keyframes rotateOutDownLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
 @-webkit-keyframes rotateOutDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
}
 @keyframes rotateOutDownRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
 @-webkit-keyframes rotateOutUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
}
 @keyframes rotateOutUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
 100% {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
 @-webkit-keyframes rotateOutUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 90deg);
 transform: rotate3d(0, 0, 1, 90deg);
 opacity: 0;
}
}
 @keyframes rotateOutUpRight {
 0% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
 100% {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 90deg);
 transform: rotate3d(0, 0, 1, 90deg);
 opacity: 0;
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
 @-webkit-keyframes hinge {
 0% {
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 -webkit-transform: rotate3d(0, 0, 1, 80deg);
 transform: rotate3d(0, 0, 1, 80deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 40%, 80% {
 -webkit-transform: rotate3d(0, 0, 1, 60deg);
 transform: rotate3d(0, 0, 1, 60deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0;
}
}
 @keyframes hinge {
 0% {
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 -webkit-transform: rotate3d(0, 0, 1, 80deg);
 transform: rotate3d(0, 0, 1, 80deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 40%, 80% {
 -webkit-transform: rotate3d(0, 0, 1, 60deg);
 transform: rotate3d(0, 0, 1, 60deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0;
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes rollIn {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
.heading-black .heading-block h1, .heading-black .heading-block h2, .heading-black .heading-block h3, .heading-black .heading-block h4, .heading-black .emphasis-title h1, .heading-black .emphasis-title h2 {
	color: #2f2f2f;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
 @keyframes rollOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
 @-webkit-keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
 @keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
 @-webkit-keyframes zoomInDown {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInDown {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
 @-webkit-keyframes zoomInLeft {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInLeft {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
 @-webkit-keyframes zoomInRight {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInRight {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
 @-webkit-keyframes zoomInUp {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInUp {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
 @-webkit-keyframes zoomOut {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 100% {
 opacity: 0;
}
}
 @keyframes zoomOut {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 100% {
 opacity: 0;
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
 @-webkit-keyframes zoomOutDown {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 100% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomOutDown {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 100% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
 @-webkit-keyframes zoomOutLeft {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
 transform: scale(.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center;
}
}
 @keyframes zoomOutLeft {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
 transform: scale(.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center;
}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
 @-webkit-keyframes zoomOutRight {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
 transform: scale(.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center;
}
}
 @keyframes zoomOutRight {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
 transform: scale(.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center;
}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
 @-webkit-keyframes zoomOutUp {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 100% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomOutUp {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 100% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
 @-webkit-keyframes slideInLeft {
 0% {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInLeft {
 0% {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
 @-webkit-keyframes slideInRight {
 0% {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInRight {
 0% {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
 @-webkit-keyframes slideInUp {
 0% {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInUp {
 0% {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
 @-webkit-keyframes slideOutDown {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
 @keyframes slideOutDown {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
 @-webkit-keyframes slideOutLeft {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 visibility: hidden;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
 @keyframes slideOutLeft {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 visibility: hidden;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
 @-webkit-keyframes slideOutRight {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 visibility: hidden;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
 @keyframes slideOutRight {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 visibility: hidden;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
 @-webkit-keyframes slideOutUp {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 visibility: hidden;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
 @keyframes slideOutUp {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 visibility: hidden;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
/*Animate css End*/
/*custom change 14-02-2018*/
.col-md-9 .heading-block p.margn-top-20 {
	margin: 10px 80px;
}
/*custom change 14-02-2018 end*/
/*custom change 15-02-2018*/
.icon-magento {
	background: url(../../assets/img/if_Magento.png) no-repeat;
}
.icon-adobe {
	background: url(../../assets/img/if_adobe.png) no-repeat;
}
.icon-hybris {
	background: url(../../assets/img/if_hybris.png) no-repeat;
}
.icon_sitecore {
	background: url(../../assets/img/if_sitecore.png) no-repeat;
}
.icon-cms {
	height: 45px;
	width: 45px;
	margin: 15px 0 0 15px;
}

.no-bg {
	background: none !important;
}
.section.bg-grey.s-media i.fa {
	font-size: 40px;
}
.bg-grey .heading-block h2 {
	color: #000;
}
.container-fluid.ml-60 .col-md-9 .feature-box.fbox-plain.fbox-small p {
	margin-right: 50px;
}
section#top-up2 .col-md-12 .col_full {
    margin-bottom: 53px;
    font-size: medium;
}
/* ----------------------------------------------------------------
	Team
-----------------------------------------------------------------*/


.team, .team-image {
	position: relative;
}
.team-image > a, .team-image img {
	display: block;
	width: 100%;
}
.team-desc {
	text-align: center;
}
.team-desc.team-desc-bg {
	background-color: #FFF;
	padding: 10px 0 30px;
}
.team .si-share {
	margin-top: 30px;
	text-align: left;
}
.team .si-share .social-icon {
	font-size: 14px;
	width: 34px;
}
.team-title {
	position: relative;
	padding-top: 20px;
}
.team-title h4 {
	display: block;
	margin-bottom: 0;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.team-title span {
	display: block;
	color: #1ABC9C;
	font-weight: 400;
	font-family: 'Crete Round', serif;
	font-style: italic;
	font-size: 18px;
	margin-top: 5px;
}
.team-content {
	margin-top: 15px;
	color: #777;
}
.team-content p:last-child {
	margin-bottom: 0;
}
.team-overlay, .team-overlay:before {
	opacity: 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
.pcd .feature-box.fbox-border.fbox-light {
	min-height: 100px;
}
.col-md-8 img.img-responsive.ds {
	width: 100%;
}
.col-md-9 img.img-responsive.ds {
	width: 100%;
	padding-right: 150px;
}
body:not(.device-touch) .team-overlay {
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.team-overlay:before {
	content: '';
	z-index: auto;
	background-color: #FFF;
	opacity: 0.75;
}
.team-overlay .social-icon {
	float: none;
	position: relative;
	z-index: 3;
	margin: 0 3px !important;
	display: inline-block;
}
.team:hover .team-overlay {
	opacity: 1;
}
/* Team Center
-----------------------------------------------------------------*/

.team.center .team-title:after {
	left: 50%;
	margin-left: -40px;
}
/* Team List
-----------------------------------------------------------------*/

.team.team-list .team-image {
	float: left;
	width: 250px;
	margin-right: 30px;
}
.team.team-list .team-desc {
	position: relative;
	overflow: hidden;
	text-align: left;
}
.team.team-list .team-title {
	padding-top: 0;
}
.team .team-desc > .social-icon {
	margin-top: 20px;
}
.team .team-content ~ .social-icon {
	margin-top: 30px;
}
.team:not(.team-list) .social-icon {
	display: inline-block;
	float: none;
	margin-left: 6px;
	margin-right: 6px;
}

/*custom change 14-02-2018 end*/
/*custom change 2-23-2018*/
/*.c_form input::placeholder, .c_form textarea::placeholder {
 background: #242830;
}
.c_form input:-ms-input-placeholder, .c_form textarea:-ms-input-placeholder {
 background: #242830;
}
 .c_form input::-ms-input-placeholder, .c_form textarea::-ms-input-placeholder {
 background: #242830;
}*/
form.c_form input, form.c_form textarea, form.c_form select{
	border-color: #242830;
	background: #1b1e24;
	border-bottom:solid #242830 1px;
	border-top:none;
	border-left:none;
	border-right:none;
	color: #fff;border-radius:0px; 
}
.w_form_btn.tagcloud a {
	margin: 0px !important;
	padding: 9px 30px !important;
}
/*custom change 2-23-2018 end*/
/*custom change 3-05-2018*/
.lbox-gallery [class*=' col-'] {
	padding: 1px;
}
.fbox_main2 .fbox-right ul.iconlist {
	direction: rtl;
	margin-right: 3.75rem;
	margin-left: 0;
}
.feature-box ul.iconlist {
	margin-top: 10px;
}
.fbox_main2 ul.iconlist li i:before {
	position: absolute;
	margin-left: -20px;
	margin-top: -12px;
}
.fbox_main2 .fbox-right ul.iconlist li i:before {
	position: absolute;
	margin-left: 0;
	margin-top: -12px;
	margin-right: -20px;
}
.fbox_main2 .fbox-right ul.iconlist li i.fac:before {
    position: absolute;
    margin-top: 6px;
    right: -21px;
}
.bg-voilat .fbox_main2 ul.iconlist li i.fac:before {
    filter: brightness() invert();
}
.fbox_main2 ul.iconlist li i.fac:before {
    position: absolute;
    margin-left: -31px;
    margin-top: 2px;
}
.col-md-9 .col-md-6 ul.iconlist {
	padding-right: 35%;
}
article .portfolio-image a {
    cursor: default !important;
}
/*ul.service_menu1 li a {
    cursor: default !important;
}*/
.c-default{
	cursor: default !important;
}
.my_right_menu ul li.list-group-item i:before {
    position: relative;
    top: 4px;
}
.my_right_menu ul li.list-group-item a.more:after{
	content: "...";
	padding-left: 2px;
}
/*custom change 3-05-2018 end*/

/* sunil kumar custom change */
.list-group{clear:both;}
.tagcloud{margin-bottom:20px;}
.solution_map{height:624px;position: relative;}
.gallery_al {
    margin: 30px 25%;
    width: 80%;
    padding: 0;
}
.gallery_al:last-child {
	padding-bottom: 60px;
}
.gallery_al::after {
	content: '';
	clear: both;
	display: block;
}
.gallery_al .gallery_box{
	position: relative;
	float: left;
	/*width: 300px;
	height: 200px;*/
	margin: 0 0 0 50px;
	padding: 0;
}
.gallery_al .gallery_box:first-child {
	margin-left: 0;
}
.gallery_text {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 15px 0 30px 0;
}
.gallery_al .gallery_box span{
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 1;
	display: block;
	width: 200px;
	border-radius:50%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gallery_border{	
    display: block;
    width: 150px;
    height: 150px;
}
.gallery_al figure { 
	width: 135px;
	height: 135px;
	border-radius:50%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.gallery_al figure:hover+span{
	bottom: 90px;
	opacity: 1;
}
.gallery_al figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gallery_al figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.service_sec .topmargin{margin-bottom:65px !important;}
/*.owl-item .oc-item a img {
    width: 100%;
}*/.oc-item{text-align:center;}
.service_sec .feature-box h3{
	padding-top: 23px;
}
select.select_color{color:#ccc; font-size:14px; font-weight:normal;}
.ani_form .form-group{position: relative;}
.ani_form .form-group span {
	position: absolute;
    left: 50%;
	content: '';
	height: 40px;
	height: 1px;
    background: #ff7508;
    transition: all 0.5s linear;
    width: 0;
    bottom: 0px;  
}
.ani_form .form-group select.select_color {
    color: #8f8e8f;
    font-size: 14px;
    font-weight: normal;
	padding-left: 8px;
}
.ani_form .form-group input:hover ~ span, .ani_form .form-group textarea:hover ~ span, .ani_form .form-group select:hover ~ span{
	width: 100%;
    left: 0px;
}
.d-none{
	display: none;
}
.heading-block ~ p:not(.lead) {
    font-size: 15px;
}

#gps_tracking{padding: 150px 0 0 0 !important;}
#mcommerce_pla, #mcommerce_pla, #vehicle_tracking, #bussiness_reports, #social_media_net, #ordering_delivery, #lms_training, #drag_drop, #live_video{padding:150px 0 !important;}
.value_overlay{background: rgba(0, 0, 0, 0.50) !important;}
.quality_3cs{max-height: 300px;}
.bespoke-area2 .col_full{min-height:40px;}
.bg-title .heading-block{margin-bottom:0;}
/*.bg-title{background:#2e4980 !important;}
.bg-title .heading-block h1{color:#fff !important;}
.bg-title .heading-block:after{border-top: 2px solid #fff;}*/
.mobile_mr ul li a, .mobile_mr ul li i{color:#fff;}
.mobile_mr .mob_rit {margin-left: 67px;}
.career_gallery{width:76%;}
.career_gallery .gallery_border{border: 2px solid #2e4980;}
.career_gallery .gallery_text{color:#2e4980;}
.border_pad{padding-bottom:30px; border-bottom:solid #f2f2f2 1px; margin-bottom:50px;}
.heading_block_cntrl{padding-top:30px !important; margin-bottom:30px !important;}
.small_heading h2{font-size:26px;}
.tabs_blog_sec .col-md-3{padding:0!important;}
.tabs_blog_sec .my_li .feature-box h3{font-size: 15px;}
.proprietary_heading{background: #f5f5f5; overflow: hidden;}
.space_103{margin-top: 103px!important;}
.height_64 .col_one_third{min-height: 64px;}
.gallery_width{width:49%;}
.col-lg-12.ma_bt {
    background-color: #08080869;
    /* box-shadow: 0 1px 6px rgba(249, 249, 249, 0.28); */
    border-radius: 8px;
    margin: 0 0 10px 0;
    padding: 14px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-list-sidebar ul li:hover{background:#fff;}
								.blog-list-sidebar ul li:hover p{font-weight:normal;}
									.blog-list-sidebar .recent-post h5{    font-family: "Open Sans";}
.recent-post {
    width: 100%;
    height: 80px; 
    list-style-type: none;
}
.post-img img {
    width: 70px;
    height: 70px;
	border-radius:50px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #16A085; 
    transition: 0.5s;
}
.recent-post a {
    text-decoration: none;
    color: #34495E;
    transition: 0.5s;
}
.recent-post:hover{background:none;}
.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    margin-top: 0px !important;color:#000; font-weight:600;
}
.title-widget-sidebar:after {
    border-bottom: 2px solid #098e83;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}
.w_form_btn.tagcloud a#c-submit_button {
    background: #e97327;
    color: #fff;
}
.w_form_btn.tagcloud a#c-submit_button:hover {
    background: #da6112 !important;
}
/*custom select*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div {
	color:#fff !important;
}
.select-items div, .select-selected {
    color: #999999;
    padding: 8px 12px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
    border-color: #242830;
    background: #1b1e24;
    border-bottom: solid #242830 1px;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #262a32;
    top: 100%;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #e87327;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover {
  background-color: rgb(233, 115, 39);
}
/* width */
.select-items::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.select-items::-webkit-scrollbar-track {
    background: #BBBBBB; 
}
 
/* Handle */
.select-items::-webkit-scrollbar-thumb {
    background: #ff7508; 
}

/* Handle on hover */
.select-items::-webkit-scrollbar-thumb:hover {
    background: #BBBBBB; 
}
.c_form .form-group.error span {
    background: red;
	width: 100%;
	left: 0;
}
form.c_form .form-group.error input,
form.c_form .form-group.error textarea
{ /* Chrome/Opera/Safari */
  color: red;
}
form#frm .select-selected:after {
    border-color: #61707d transparent transparent transparent;
}
form#frm .select-selected {
    background: #fff;
    border-radius: 4px;
    border-bottom: 0;
}
form#frm .select-items {
    background-color: #61707d;
}
form#frm .select-selected.select-arrow-active:after {
    top: 14px;
}
strong.m_headings {
    font-size: larger;
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
}
div#appenddata {
    padding-top: 25px;
}
/*custom select end*/
  
.demo-gallery ul li{position:relative;overflow: hidden;}
.demo-gallery ul li span{position:absolute; padding:15px; box-sizing: border-box; background:rgba(0, 0, 0, 0.6); color:#fff; width:99%;bottom: -49px;opacity: 0;transition: 0.3s;overflow: hidden;}

.demo-gallery ul li:hover span{opacity: 1;bottom: 0;}
.g-size {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 11px;
    transition: 0.4s;
}
.g-size:hover {
    padding: 0px;
    transition: 0.4s;
}
/* blog css */
section#t-page-title .t-sub-header {
    margin-bottom: 30px;
}
#t-page-title .t-sub-header h2 {
    font-weight: 400;
    text-transform: uppercase;
}
.h-tab{
    margin-top: 130px;
}
.h-tab .container span {
    display: inline-block;
    cursor: pointer;
    padding: 28px 40px;
}

.h-tab .container a span h3 {
    font-size: 27px;
	text-transform: uppercase;
	color: #fff;
}
.h-tab .container a span.active h3 {
    font-weight: 500;
}
#t-page-title {
    position: relative;
    padding: 15px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}
#t-page-title .breadcrumb {
    position: absolute !important;
    width: auto !important;
    left: 15px !important;
    margin: -5px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px;
}
.h-tab .container span.active {
    border-bottom: 7px solid #e87327;
    box-shadow: 0px 0px 20px -2px #ffffff;
}
ul.t-ul-r {
    float: right;
}
.t-recent-post {
    width: 100%;
    list-style-type: none;
}
.widget-sidebar li.t-recent-post .t-sub-header h3 i {
    font-size: 32px;
    padding-right: 5px;
}
.widget-sidebar li.t-recent-post .t-sub-header h3{
	text-transform: uppercase;
}
.t-subbody ul.t-ul li {
    line-height: 11px;
    float: none;
    padding-left: 21px;
    color: #676666;
	position: relative;
	cursor: pointer;
}
.t-subbody .t-ul li:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
    padding-right: 2px;
    font-size: 10px;
}
li> ul.t-ul {
	padding-top: 13px;
	transition: .5s;
}
#t-page-title {
    margin-bottom: 16px;
}
.t-subbody .t-ul li.active:not(.no-a):after {
    content: "\00a0";
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    position: absolute;
    transform: rotate(46deg);
    right: -33px;
    margin-top: -10px;
}
.t-subbody .t-ul li> ul li.active:not(.no-a):after {
	right: -45px;
}
.t-subbody .t-ul li> ul li ul > li.active:not(.no-a):after {
	right: -50px;
}
.t-subbody .t-ul li> ul li ul > li.active:not(.no-a):after {
    right: -55px;
}
.t-subbody .t-ul li> ul li > ul li > ul li.active:not(.no-a):after {
    right: -65px;
}
.t-subbody ul.t-ul li.no-a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 2px;
    font-size: 18px;
	position: absolute;
	top:0;
	font-style: normal;
    right: 17px;
    transition: .2s;
}
.t-subbody ul.t-ul li.no-a.rev:after {
	transition: .2s;
	transform: rotate(180deg);
}
.t-entry .entry-c {
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    position: relative;
    padding: 24px;
    border-radius: 2px;
    margin: 20px 0;
}
li.t-recent-post p small {
    display: block;
    margin-top: 10px;
    padding-bottom: 11px;
    border-bottom: 1px solid #b9b9b9;
}
/* blog css end */
.section.middle {
    background-color: #0d0e10;
	position: relative;
}
footer#footer_new .section.middle .f-heading h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    min-height: 30px;
}
footer#footer_new .section.middle .f-body ul li,footer#footer_new .section.middle .f-body ul li a {
    font-size: 17px;
    color: #b0b0b0;
    font-family: 'Raleway', sans-serif;
}
footer#footer_new .section.middle .f-body ul li a:hover{
	color: orange;
}
section.section.middle:before {
    content: "";
    background-image: url(https://mbtskoudsalg.com/images/building-background-png-2.png);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.05;
}
.f-heading span.icon {
    position: absolute;
    left: -30px;
    top: -20px;
}
.f-heading span.icon:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 18px;
    color: #2a457d;
}
footer#footer_new .section.middle .f-body {
    margin-bottom: 18px;
}
#appendLesson ul {
    padding-left: 30px;
    list-style-type: disc;
}
#appendLesson ol{
	padding-left: 30px;
}
.nav-tabs.md-tabs>li>a {
    text-transform: uppercase;
    background: #ffffffe8;
}
.nav-tabs.md-tabs>li>a:hover,.nav-tabs.md-tabs>li.active>a {
    background: #fff;
}
.tab-content.md-content {
    padding: 24px 15px;
    background: #0000009e;
}
.invert{
	 filter: brightness(0) invert(1);
}
.tab-content.md-content .tab-pane h3 {
    padding: 10px 0;
	text-transform: uppercase;
}
.py-5 {
    padding: 60px 0;
}
/*
[class*="tbox-"].top-box {
    cursor: pointer;
}
*/
#appendLesson {
    color: #000;
}
/*
#appendLesson h1, #appendLesson h1 span,#appendLesson .h1, #appendLesson .h1 span {
    font-family:"Calibri Light","sans-serif" !important;
    font-size: 22pt !important;
	color: #4f81bd !important;
	font-weight: normal !important;
}
#appendLesson h2, #appendLesson h2 span,#appendLesson .h2, #appendLesson .h2 span {
    font-family:"Calibri Light","sans-serif" !important;
    font-size: 18pt !important;
	color: #4f81bd !important;
	font-weight: normal !important;
}
#appendLesson h3, #appendLesson h3 span,#appendLesson .h3, #appendLesson .h3 span {
    font-family:"Calibri Light","sans-serif" !important;
    font-size: 14pt !important;
	color: #4f81bd !important;
	font-weight: normal !important;
}
#appendLesson h4, #appendLesson h4 span,#appendLesson .h4, #appendLesson .h4 span {
    font-family:"Calibri Light","sans-serif" !important;
    font-size: 12pt !important;
	color: #4f81bd !important;
	font-weight: normal !important;
}
#appendLesson h5, #appendLesson h5 span,#appendLesson .h5, #appendLesson .h5 span {
    font-family:"Calibri Light","sans-serif" !important;
    font-size: 10pt !important;
	color: #4f81bd !important;
	font-weight: normal !important;
}
#appendLesson h6, #appendLesson h6 span,#appendLesson .h6, #appendLesson .h6 span {
    font-family:"Calibri Light","sans-serif" !important;
    font-size: 8pt !important;
	color: #4f81bd !important;
	font-weight: normal !important;
}
*/

#re {
    margin-top: 25px;
}
h3 {
    line-height: 18px;
}