@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-SemiBold.eot');
	src: url('../fonts/Raleway-SemiBoldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Regular.eot');
	src: url('../fonts/Raleway-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-ExtraLight.eot');
	src: url('../fonts/Raleway-ExtraLightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-ExtraLight.woff') format('woff'), url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Light.eot');
	src: url('../fonts/Raleway-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../fonts/AvenirNextLTPro-UltLt.eot');
	src: url('../fonts/AvenirNextLTPro-UltLtd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-UltLt.woff') format('woff'), url('../fonts/AvenirNextLTPro-UltLt.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../fonts/AvenirNextLTPro-Demi.eot');
	src: url('../fonts/AvenirNextLTPro-Demid41d.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('../fonts/AvenirNextLTPro-Demi.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../fonts/AvenirNextLTPro-Light.eot');
	src: url('../fonts/AvenirNextLTPro-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Light.woff') format('woff'), url('../fonts/AvenirNextLTPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../fonts/AvenirNextLTPro-Regular.eot');
	src: url('../fonts/AvenirNextLTPro-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Avenir Next LT Pro';
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #666;
	overflow-x: hidden;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-weight: 300;
	font-style: normal;
	overflow-x: hidden!important;
}
.bannerorenge {
	background: url(../img/banner_orenge.png);
	background-size: cover;
	position: relative;
}
.bannerblue {
	background: url(../img/banner_blue.png);
	background-size: cover;
	position: relative;
}

.bannerblueshor {
   background: url(../img/banner_blue.png);
	background-size: cover;
	position: relative;
	height: 82px;
}
.form-group .help-block {
	color: red;
}
.roof-menu ul li.active a:hover {
	opacity: 0.8;
}
.roof-menu ul li a:hover {
	opacity: 0.8;
}
.section-padding {
	padding: 110px 0;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
h1, h2, h3, h4 {
	font-family: 'Raleway';
	font-weight: 400;
}
p {
	font-size: 14px;
	font-family: 'Avenir Next LT Pro';
	font-weight: 300;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	color: #a22f30;
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
.ordinary-row {
	padding: 80px 0 90px;
}
.section-title+.row {
	padding: 40px 0 90px;
}
button {
	padding: 7px 30px;
	border-radius: 0px;
	font-weight: 400;
	color: #fff;
	font-size: 13px!important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
}
.btn:hover, button:hover {
	color: #fff;
	carsoer: pointer;
}
.section {
	padding: 80px 0;
}
.input-group-btn button {
	padding: 11px 20px;
}
.btn-common {
	color: #FFF!important;
	background: #5eb833;
	position: relative;
	border: transparent;
	z-index: 1;
	border-radius: 50px;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 100;
	font-family: Raleway;
	text-transform: capitalize;
}
.btn-common:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn-radius:before {
	border-radius: 5px 0px 0px 5px;
}
.btn-round {
	border-radius: 1.5em;
}
.btn-outline {
    border-width: 2px;
    border: solid 2px #fff;
    line-height: 18px;
    padding-top: 11px!important;
}
.btn-outline:hover {
	color: #fff!important;
	border: 2px solid transparent;
	background-color: #5eb833!important;
}
.btn-common:hover:before {
	width: 100%;
}
.btn-border {
	background: rgba(255,255,255,0.18);
	border: 2px solid #fff;
	color: #fff;
}
.btn-border:hover {
	background: rgba(255,255,255,0.3);
	border: 2px solid #ffffff;
	color: #fff;
}
.btn-lg {
	padding: 14px 33px;
	text-transform: uppercase;
	font-size: 16px;
}
.btn-xs {
	font-size: 11px;
	padding: 13px 12px;
}
.btn-sm {
	padding: 9px 23px;
}
.btn-md {
	font-size: 15px;
	padding: 12px 25px;
}
.btn-radius {
	border-radius: 5px;
}
.media-left {
	padding-right: 10px;
}
.img-circle {
	border-radius: 50%;
}
.input-group .form-control {
	border-radius: 30px 0 0 30px;
}
.form-group label {
	margin-bottom: 24px;
}
.form-group .radius-input {
	border-radius: 30px;
	height: 45px;
}
.form-group .flat-input {
	border-radius: 0;
}
.form-group .form-control {
	background: #ffffff;
	padding-right: 30px;
	color: #666;
	position: relative;
	box-shadow: none;
}
.form-group .form-control:focus {
}
.form-group .help-block {
	font-weight: 700;
}
a:hover {
	color: #0275d8;
	text-decoration: underline;
}
.label {
	font-weight: normal;
	margin: 0 2px;
}
.social-links {
	display: inline-block;
}
.social-links a {
	display: inline-block;
	margin: 0 0 0 5px;
}
.social-links a i {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	border-radius: 100%;
	line-height: 32px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.social-links a i:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.social-links a .fa-twitter:hover {
	color: #00aced;
}
.social-links a .fa-facebook:hover {
	color: #3b5998;
}
.social-links a .fa-google-plus:hover {
	color: #dd4b39;
}
.social-links a .fa-youtube-play:hover {
	color: #bb0000;
}
.social-links a .fa-linkedin:hover {
	color: #007bb6;
}
li.search {
	position: inherit;
	padding-right: 10px;
}
li.search .open-search {
	margin-right: 0!important;
}
li.search .open-search i {
	font-size: 13px;
}
.navbar-engage .navbar-nav>li.search>a:before {
	display: none;
}
i {
	transition: all 0.3s ease-in-out;
}
i:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}
.full-search {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #333;
	padding: 15px 0;
	z-index: 999;
}
.full-search input[type="text"] {
	outline: medium none;
	display: inline-block;
	width: 97%;
	background: transparent;
	color: #FFF;
	font-size: 28px;
	padding: 4px 16px 8px;
	line-height: 39px;
	border-radius: 3px;
	height: auto;
	border: 1px solid #444;
}
.section-title {
	text-align: center;
	line-height: 40px;
	font-size: 33px;
	color: #444b54;
	font-weight: 500;
	padding: 10px 0;
	font-size: 28px;
}
.section-subcontent {
	text-align: center;
	padding-bottom: 30px;
}
.small-title {
	font-size: 13px;
	position: relative;
	text-align: left;
}
.back-to-top {
    display: none;
   position: fixed;
    bottom: 36px;
    right: 109px;
}
.back-to-top i {
	display: block;
    font-size: 26px;
    width: 45px;
    height: 45px;
    line-height: 36px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #5eb833;
    line-height: 42px;
}
.page-header {
	padding: 0;
	margin: 0;
	position: relative;
	background: url(../../page-not-found.html);
	min-height: 164px;
}
.page-header .page-header-inner {
	color: #fff;
	height: 100%;
	padding: 40px 0;
	position: absolute;
	width: 100%;
}
.page-header .page-header-inner:before {
	background: rgba(231,76,60,0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
}
.page-header .page-title {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 10px!important;
	padding: 15px 0;
	text-align: left;
}
.page-header .breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 9;
}
.page-header .breadcrumb li {
	line-height: 25px;
}
.page-header .section-title:before {
	width: 40px;
}
.switcher-box {
	position: fixed;
	width: 140px;
	top: 20%;
	left: -140px;
	z-index: 9999;
	background: #FFF;
	border: 1px solid #F3F3F3;
	padding: 15px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
-0-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.switcher-box h4 {
	color: #292929;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}
.switcher-box .colors-list {
	margin: 0px 0px 0px -4px;
}
.switcher-box .colors-list li {
	display: inline-block;
	font-size: 0px;
	list-style: none;
	margin: 0px 4px;
}
.switcher-box .colors-list li a {
	width: 25px;
	cursor: pointer;
	height: 25px;
	display: block;
}
.switcher-box .colors-list li a.default {
	background-color: #9C3;
}
.switcher-box .colors-list li a.red {
	background-color: #c74041;
}
.switcher-box .colors-list li a.lightblue {
	background-color: #00D3F9;
}
.switcher-box .colors-list li a.gray {
	background-color: #9BB5AC;
}
.switcher-box .colors-list li a.coffee {
	background-color: #998675;
}
.switcher-box .colors-list li a.green {
	background-color: #9C3;
}
.switcher-box .colors-list li a.orange {
	background-color: #F60;
}
.switcher-box .colors-list li a.wisteria {
	background-color: #9b59b6;
}
.switcher-box .colors-list li a.mblue {
	background-color: #34495e;
}
.switcher-box .colors-list li a.greensea {
	background-color: #1abc9c;
}
.switcher-box .open-switcher {
	position: absolute;
	right: -50px;
	top: -1px;
	width: 50px;
	border-radius: 0px;
	border: 0px none;
	padding: 0px;
	height: 50px;
	background: #DDD;
}
.switcher-box .open-switcher i {
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	font-size: 25px;
	color: #292929;
	display: block;
}
.switcher-massage {
	font-size: 12px;
	line-height: 15px;
	color: 808080;
	margin: 10px 0px 0px;
}
#loader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
}
.square-spin {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.square-spin img {
	max-width: 64px;
}
#carousel-area {
	overflow: hidden;
	background: #2c3e50;
}
#carousel-area .carousel-inner .carousel-item {
	opacity: 0.3;
	width: 100%;
	overflow: hidden;
	transition-property: opacity;
	transition-duration: 1s;
}
#carousel-area .carousel-inner .active {
	opacity: 1;
}
#carousel-area .carousel-inner .active.left, #carousel-area .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#carousel-area .carousel-inner .next.left, #carousel-area .carousel-inner .prev.right {
	opacity: 1;
}
#carousel-area .carousel-control {
	z-index: 2;
}
#carousel-area .carousel-item {
	background-size: 100%;
	background-size: cover;
}
#carousel-area .carousel-item .carousel-caption {
	top: 22%;
	right: 10%;
	left: 10%;
	text-shadow: none;
}
#carousel-area .carousel-item .carousel-caption h2 {
	font-family: 'Raleway';
	font-size: 44px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
#carousel-area .carousel-item .carousel-caption h3 {
	font-family: 'Avenir Next LT Pro';
	font-size: 22px;
	color: #fff;
	font-weight: 100;
	font-style: normal;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
#carousel-area .carousel-item .carousel-caption .btn {
	margin: 30px 15px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}
#carousel-area .active {
	opacity: 1;
}
#carousel-area .active.left, #carousel-area .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#carousel-area .carousel-control {
	z-index: 10;
	width: 35px;
	height: 55px;
	top: 50%;
	padding: 10px 5px;
	box-shadow: none;
	background: url(../img/skin.png);
	margin-top: -35px;
	text-shadow: none;
}
#carousel-area .carousel-control-prev-icon {
	left: 5%;
}
#carousel-area .carousel-control-next-icon {
	right: 5%;
	background-position: -150px 0px!important;
}
#carousel-area .carousel-indicators {
	bottom: 5px;
}
#carousel-area .carousel-indicators li {
	border-radius: 0px;
	width: 32px;
	height: 5px;
	margin: 0 5px;
	background: rgba(253,254,255,0.80);
	border: none;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
#carousel-area .carousel-indicators li:hover, #carousel-area .carousel-indicators li.active {
	opacity: 1;
}
#carousel-area:hover .carousel-control {
	display: block;
}
#carousel-area i {
	margin-right: 10px;
}
.big-title {
	font-family: 'Muli', sans-serif;
	font-size: 60px;
	color: #fff!important;
	text-transform: uppercase;
}
.medium-title {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}
.mr {
	margin-right: 10px;
}
.navbar {
	margin-bottom: 0;
	/*background-image: url(../img/navbg.png);*/
	border: none;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
.navbar li {
	color: #666;
}
.navbar-engage.affix {
	width: 100%;
	top: 0;
	z-index: 99999;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.navbar-engage.affix .navbar-brand {
	padding: 10px 15px;
	height: 54px;
}
.shrink .dropdown-menu {
	position: absolute;
	top: 82%;
}
.navbar-engage.affix .navbar-brand img {
	width: 100px;
}
.navbar-engage.affix .navbar-nav>li>a, .navbar-engage.affix .navbar-nav>li>a:focus {
	margin: 10px 20px;
}
.navbar-brand {
	width: 170px;
	padding-top: 0px;
	height: auto;
}
.navbar-engage {
	border: none;
	border-radius: 0;
	background: #fff;
}
.navbar-engage .navbar-nav>li>a, .navbar-engage .navbar-nav>li>a:focus {
	font-size: 14px;
	padding: 28px 20px;
	margin: 0px;
	outline: 0;
	color: #666;
	font-weight: 400;
	background: transparent;
}
.navbar-engage .navbar-nav>li>a {
	background: transparent;
	padding-bottom: 5px;
	color: #666;
	position: relative;
}
.navbar-engage .navbar-nav>li>a:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 1px;
	position: absolute;
	left: 1px;
	bottom: 4px;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.navbar-engage .navbar-nav>li a:hover::before, .navbar-engage .navbar-nav>li.active a::before, .navbar-engage .navbar-nav>li.open>a::before, .navbar-engage .navbar-nav>.active>a:focus::before {
	width: 15px;
}
.navbar-engage .navbar-nav>li a:focus>a::before {
	background: transparent;
}
.navbar-engage .navbar-nav>li.open a:focus {
	background: transparent!important;
}
.navbar-engage .navbar-nav>li>a:hover, .navbar-engage .navbar-nav>.active>a, .navbar-engage .navbar-nav>li.open>a, .navbar-engage .navbar-nav>.active>a:hover, .navbar-engage .navbar-nav>.active>a:focus, .navbar-engage .navbar-nav>.open>a:hover {
	background: transparent;
}
.dropdown-menu {
	-webkit-animation: fadeInUpMenu 0.4s;
	-moz-animation: fadeInUpMenu 0.4s;
	-ms-animation: fadeInUpMenu 0.4s;
	-o-animation: fadeInUpMenu 0.4s;
	animation: fadeInUpMenu 0.4s;
}
@-webkit-keyframes fadeInUpMenu {
0% {
opacity:0;
-webkit-transform:translateY(10px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
@keyframes fadeInUpMenu {
0% {
opacity:0;
transform:translateY(10px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu;
}
.navbar-engage .dropdown-menu {
	padding: 0;
	border-style: solid;
	border-width: 4px 0 0 0;
	border-radius: 0;
	left: 0;
	right: 0;
}
.navbar-engage .dropdown-menu a.dropdown-item {
	color: #666;
	padding: 10px 0 10px 15px;
	margin: 5px 0;
}
.navbar-engage .dropdown-menu a.dropdown-item:hover, .navbar-engage .dropdown-menu a.dropdown-item .active {
	background: #ecf0f1;
}
.navbar-engage .dropdown-menu a {
	background: #ecf0f1;
}
.navbar-engage .dropdown-item {
	color: #666;
	padding: 10px 0 10px 15px;
	margin: 5px 0;
}
.navbar-engage .sub-menu {
	top: -1px;
	left: 100%!important;
	padding: 0;
	border: none;
	-webkit-animation: fadeInUpMenu 0.4s;
	-moz-animation: fadeInUpMenu 0.4s;
	-ms-animation: fadeInUpMenu 0.4s;
	-o-animation: fadeInUpMenu 0.4s;
	animation: fadeInUpMenu 0.4s;
}
.navbar-engage .navbar-toggle {
	border-radius: 0;
}
@-webkit-keyframes fadeInUpMenu {
0% {
opacity:0;
-webkit-transform:translateY(10px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
@keyframes fadeInUpMenu {
0% {
opacity:0;
transform:translateY(10px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu;
}
nav.navbar {
	padding: 0px;
	-webkit-transition: all 0.4s ease!important;
	transition: all 0.4s ease!important;
}
nav.navbar.shrink {
	height: 50px;
	background: #061027;
}
.shrink img {
	height: 41px!important;
	margin-top: 11px;
}
.nav-inline .nav-item+.nav-item {
	margin-left: 0px;
}
#main-menu ul>li>a:hover {
	color: #fff!important;
}
#main-menu ul>li>a {
	background: transparent!important;
	color: #fff;
	position: relative;
	padding: 30px 20px;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
	text-decoration: none;
}
#main-menu ul>.dropdown:hover>ul.dropdown-menu {
	display: block;
	webkit-animation: MenuFadeIn 400ms;
	animation: MenuFadeIn 400ms;
	transition: all 0.3s ease-in-out 0s;
}
#main-menu ul .dropdown .dropdown-menu {
	padding: 0;
	border-radius: 0;
	left: 0;
	right: 0;
	margin-top: 0px;
	width: 238px;
	border: none;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#main-menu ul .dropdown .dropdown-menu a {
	font-size: 13px;
	color: #000!important;
	display: block;
	height: auto;
	padding: 14px 20px 11px;
	line-height: 16px;
	font-weight: 400;
	border-top: 1px solid #e2e6e7;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}
#main-menu ul .dropdown .dropdown-menu a:hover, #main-menu .dropdown .dropdown-menu a .active {
	background: transparent;
	transition: all 0.3s ease-in-out 0s;
}
#main-menu ul .dropdown .dropdown-menu>li>a:focus {
	background: transparent;
}
#main-menu ul .dropdown .dropdown-menu>li.active>a {
	background: transparent;
}
#main-menu ul .dropdown .open>a {
	background: transparent;
}
#main-menu ul .dropdown .open>a:hover, #main-menu .dropdown .open>a:focus, #main-menu .dropdown .open>a.active {
	background: transparent;
}
#main-menu ul .dropdown .sub-menu {
	top: -2px;
	left: 100%!important;
	padding: 0;
	border: none;
	-webkit-animation: MenuFadeIn 0.4s;
	-moz-animation: MenuFadeIn 0.4s;
	-ms-animation: MenuFadeIn 0.4s;
	-o-animation: MenuFadeIn 0.4s;
	animation: MenuFadeIn 0.4s;
}
@-webkit-keyframes MenuFadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes MenuFadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
#main-menu ul .dropdown-toggle::after {
	display: none;
}
.active.slicknav_collapsed, .slicknav_parent.slicknav_open {
	background: #eee;
}
.wpb-mobile-menu {
	display: none;
}
ul li>ul {
	padding: 0;
	border-style: solid;
	border-width: 4px 0 0 0;
	border-radius: 0;
	left: 0;
	right: 0;
	border-color: transparent;
}
ul li>ul>li>a {
	color: #666;
	padding: 10px 0 10px 15px;
	margin: 0px 0;
}
ul li>ul>li>a:hover, ul li>ul>li>a .active {
	background: #ecf0f1;
}
ul li>ul>li.active>a {
	background: #ecf0f1;
}
.active.slicknav_collapsed, .slicknav_parent.slicknav_open {
	background: #353535;
}
.wpb-mobile-menu {
	display: none;
}
.wpb-mobile-menu ul li>ul {
	padding: 0;
	border-style: solid;
	border-width: 4px 0 0 0;
	border-radius: 0;
	left: 0;
	right: 0;
	border-color: transparent;
}
.wpb-mobile-menu ul li>ul>li>a {
	color: #666;
	padding: 10px 0 10px 15px;
}
.wpb-mobile-menu ul li>ul>li>a:hover, .wpb-mobile-menu ul li>ul>li>a .active {
	background: #ecf0f1;
}
.wpb-mobile-menu ul li>ul>li.active>a {
	background: #ecf0f1;
}
.slicknav_menu {
	display: none;
}

@media screen and (max-width: 767px) {
.navbar-brand {
	position: absolute;
	top: 12px;
}
#wpb-mobile-menu {
	display: none;
}
.slicknav_menu {
	display: block;
}
}

@media screen and (max-width: 768px) {
.navbar-toggler {
	display: none;
}
}
.top_search_con {
	background: #fff;
	height: 38px;
	border-radius: 50px;
	position: relative;
	width: 100%;
}
.top_search_con input[type="text"], .top_search_con input:focus {
	background: none!important;
	border: 1px solid #E4E4E4;
	height: 100%;
	width: 100%;
	padding: 1px 20px 0 40px;
	color: #818B8D;
	font-size: 12px;
	outline: none;
	border-radius: 50px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.top_search_icon {
	color: #e64a4a;
	font-size: 14px;
	left: 15px;
	position: absolute;
	top: 7px;
}
.top_search .top_search_submit {
	border: none;
	padding: 0;
	position: absolute;
	width: 20px;
	left: 12px;
	opacity: 0;
	top: 9px;
}
.service-item {
	text-align: center;
}
.service-item .icon-wrapper {
	font-size: 40px;
	margin-bottom: 30px;
}
.service-item .icon-wrapper i {
	display: block;
	margin: 0 auto;
}
.service-item h2 {
	font-size: 22px;
	margin-bottom: 15px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.service-item p {
	font-size: 13px;
}
@-webkit-keyframes pulse-shrink {
to {
-webkit-transform:scale(0.9);
transform:scale(0.9);
}
}
@keyframes pulse-shrink {
to {
-webkit-transform:scale(0.9);
-ms-transform:scale(0.9);
transform:scale(0.9);
}
}
.pulse-shrink {
	display: inline-block;
}
.service-item:hover .pulse-shrink {
	-webkit-animation-name: pulse-shrink;
	animation-name: pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.split {
	background-color: #F6F6F6;
}
.split h2.title {
	font-size: 28px;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
}
.split .lead {
	font-size: 14px;
}
.split .details-list {
	margin-top: 36px;
}
.split .details-list h3 {
	font-size: 16px;
	font-weight: 300;
}
.featured-box {
	margin-top: 15px;
	margin-bottom: 15px;
}
.featured-box .featured-icon {
	float: left;
	margin-top: 5px;
}
.featured-box .featured-icon i {
	font-size: 28px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 85px;
	display: block;
}
.featured-box .featured-content {
	padding-left: 40px;
}
.featured-box .featured-content h4 {
	font-size: 22px;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.featured-box .featured-content p {
	font-size: 13px;
}
#portfolio {
	background: #F6F6F6;
}
#portfolio .mix {
	padding: 0;
}
#portfolio .mix {
	display: none;
}
.controls {
	text-align: center;
	padding: 20px;
}
.controls a:hover {
	cursor: pointer;
}
#portfolio-list {
	margin-top: 15px;
	display: inline-block;
}
.portfolio-img {
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-img img {
	width: 100%;
}
.portfoli-content {
	width: 100%;
	position: absolute;
	height: 100%;
	opacity: 0;
	top: 0;
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfoli-content:before {
	background-color: rgba(255,255,255,0.8);
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	content: '';
	position: absolute;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.sup-desc-wrap {
	display: table;
	width: 100%;
	height: 100%;
}
.sup-desc-wrap .sup-desc-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 35px;
}
.sup-desc-wrap .sup-link {
	margin-bottom: 20px;
}
.sup-desc-wrap .sup-link .left-link, .sup-desc-wrap .sup-link .right-link {
	font-size: 14px;
	line-height: normal;
	outline: none;
	border-radius: 50%;
	color: #fff;
	width: 42px;
	height: 42px;
	opacity: 0;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	margin-right: 5px;
}
.sup-desc-wrap .sup-link .left-link {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.sup-desc-wrap .sup-link .right-link {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.sup-desc-wrap .sup-link a:hover {
	background: transparent;
}
.sup-desc-wrap .sup-meta-wrap .sup-title {
	display: block;
	outline: none;
	margin-bottom: 10px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
	font-size: 18px;
	color: #000;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 300;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
	font-size: 13px;
	line-height: 18px;
	color: #666;
	text-align: center;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.portfolio-item:hover .portfoli-content, .portfolio-item:hover .portfoli-content:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-item:hover .sup-title {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.portfolio-item:hover .sup-description {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.portfolio-item:hover .sup-link .right-link, .portfolio-item:hover .sup-link .left-link {
	opacity: 1;
	webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.loadmore-button {
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	color: #000;
}
#other-services {
	background: #fff;
}
#other-services .nav-tabs {
	border-bottom: none;
	float: left;
	display: table-cell;
	vertical-align: top;
}
#other-services .nav-tabs li {
	float: none;
}
#other-services .nav-tabs li a {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}
#other-services .nav-tabs li a i {
	background: #81868e;
	font-size: 20px;
	text-align: center;
	color: #fff;
	float: left;
	width: 50px;
	border-radius: 50%;
	height: 50px;
	line-height: 50px;
	margin: 10px 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#other-services .nav-tabs li a:hover i, #other-services .nav-tabs li a:focus, #other-services .nav-tabs li a.active i {
}
#other-services .tab-content {
	margin: 10px 0px 0px 80px;
}
#other-services .service-content h3 {
	font-size: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#other-services .service-content p.lead {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 25px;
}
#other-services .service-content p {
	font-size: 14px;
}
#other-services .other-service-item {
	padding-bottom: 30px;
}
#other-services .other-service-item .icon {
	float: left;
}
#other-services .other-service-item .icon .icon-medium {
	background: #E74C3C;
	font-size: 24px;
	text-align: center;
	color: #fff;
	float: left;
	width: 70px;
	border-radius: 50%;
	height: 70px;
	line-height: 70px;
	margin: 12px 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#other-services .other-service-item .service-content {
	padding-left: 100px;
}
#other-services .other-service-item .service-content h3 {
	font-size: 24px;
	clear: inherit;
}
#other-services .other-service-item .service-content p {
	padding: 0px 36px 0px 0px;
}
#other-services .other-service-item:hover .icon-medium {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	background: #666;
}
#other-services img {
	max-width: 100%;
	padding: 22px;
}
.skill p {
	margin-bottom: 10px;
	font-weight: 600;
}
.progress {
	background: #F5F5F5;
	height: 10px;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
}
.progress-bar {
	float: left;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #fff;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	position: relative;
}
#pricing {
	background: url(../../page-not-found.html);
}
#pricing .section-title {
	color: #fff;
}
#pricing .section-subcontent {
	color: #fff;
}
.pricing-table-1 {
	background: #fff;
	margin: 0 15px;
}
.pricing-table-1 .table-header {
	padding: 30px 0;
	color: #fff;
}
.pricing-table-1 .table-header h3 {
	font-size: 30px;
	font-weight: 400;
}
.pricing-table-1 .plan {
	border-bottom: 1px solid rgba(189,195,199,0.5);
}
.pricing-table-1 .plan .price {
	font-size: 24px;
}
.pricing-table-1 .plan .period {
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
}
.pricing-table-1 .plan-info {
	margin-top: 30px;
}
.pricing-table-1 .plan-info p {
	color: #bdc3c7;
	font-size: 16px;
	line-height: 30px;
}
.pricing-table-1 .button-area {
	padding: 30px 0 45px 0;
}
#pricing-block-x {
	background: #ecf0f1;
}
.pricing-table-x {
	background: rgba(0,0,0,0.7);
	margin: 0 15px;
	padding: 15px 30px;
}
.pricing-table-x .table-header {
	padding: 15px 0;
	color: #fff;
}
.pricing-table-x .table-header h3 {
	font-size: 30px;
	font-weight: 400;
}
.pricing-table-x .plan .price {
	font-size: 30px;
}
.pricing-table-x .plan .period {
	font-size: 18px;
	color: rgba(231,76,60,0.7);
	text-transform: uppercase;
}
.pricing-table-x .plan-info {
	margin-top: 30px;
}
.pricing-table-x .plan-info p {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}
.pricing-table-x .plan-info p i {
	margin-right: 5px;
}
.pricing-table-x .button-area {
	padding: 30px 0 40px 0;
}
#cool-facts {
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	background-image: url(../img/services_bg.jpg);
	background-size: cover;
}
#cool-facts .section-title {
	color: #fff;
}
#cool-facts .section-subcontent {
	color: #fff;
}
#cool-facts .facts-item {
	text-align: left;
	padding-bottom: 30px;
	float: left!important;
}
.fact-count {
	float: left;
	margin-left: 30px;
}
#cool-facts .facts-item i {
	font-size: 45px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
}
#cool-facts .fact-count h3 {
	color: #fff;
	font-family: 'Avenir Next LT Pro';
	font-size: 31px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: bold;
}
#cool-facts .fact-count h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 100;
}
#notice {
	background: #f6f6f6;
}
#notice .notice-button {
	margin-top: 30px;
}
#notice h4 {
	font-size: 40px;
}
#notice p {
	font-size: 24px;
	color: #999;
	margin-top: 15px;
}
#notice .notice-content {
	padding: 30px;
}
#clients .client-item-wrapper {
	text-align: center;
	border: 0px solid #ddd;
	padding: 30px;
	margin: 0 5px;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	font-size: 17px;
}
#clients .client-item-wrapper:hover {
}
#clients #clients-scroller img {
	height: 80px;
	transition: all .6s ease;
	margin-bottom: 17px;
}
#clients #clients-scroller img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-webkit-filter: gray;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1.0;
}
#clients #clients-scroller .owl-pagination {
	display: block;
}
#testimonial {
	background: #fff;
}
#testimonial .testimonial-inner {
	text-align: center;
	padding: 10px 30px;
	border: 1px solid #ddd;
	margin: 5px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#testimonial .testimonial-inner:hover {
}
#testimonial .testimonial-images {
	margin-bottom: 20px;
}
#testimonial .testimonial-images img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	padding: 5px;
	box-shadow: 0px 0px 3px #ddd;
}
#testimonial .testimonial-content p {
	line-height: 25px;
	margin-bottom: 15px;
}
#testimonial .testimonial-footer {
	font-size: 12px;
	font-weight: 600;
}
#testimonial .testimonial-footer i {
	margin-right: 5px;
}
#testimonial .testimonial-footer a {
	color: #aaa;
	margin-left: 3px;
	font-weight: 300;
}
#testimonial .testimonial-footer a:hover {
}
#testimonial .owl-pagination {
	margin-top: 30px;
}
#testimonial .owl-pagination .owl-page span {
	border-radius: 4px;
	width: 8px;
	height: 8px;
	background: none;
	opacity: 0.5;
}
#testimonial .owl-pagination .owl-page.active span {
	opacity: 1.0;
}
.bloggray {
	background: #f8fafc;
	border-top: 1px solid #e9ecef;
}
#blog {
	background: #f8fafc;
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
}
#blog .blog-item-wrapper {
	background: #fff;
	box-shadow: 0 1px 1px #ddd;
	padding: 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#blog .blog-item-wrapper:hover {
	box-shadow: 0 0 40px #ddd;
}
#blog .blog-item-img {
	position: relative;
}
#blog .blog-item-img img {
	width: 100%;
}
#blog .blog-item-text {
	margin-top: 0px;
	height: 0px;
}
#blog .blog-item-text h4 {
	background-image: url(../img/black-gradient.png);
	display: block;
	padding: 14px 15px;
	color: #fff;
	text-transform: uppercase;
	clear: both;
	position: relative;
	top: -47px;
	text-align: center;
}
#blog .blog-item-text h4 a {
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
}
#blog .blog-item-text h4 a:hover {
}
#blog .blog-item-text .blog-one-footer {
	padding: 10px 0px 0px;
	border-top: 1px dashed #ddd;
}
#blog .blog-item-text .blog-one-footer a {
	font-size: 12px;
	padding-right: 15px;
	color: #999;
}
#blog .blog-item-text .blog-one-footer a:hover {
}
#blog .blog-item-text .blog-one-footer i {
	margin-right: 5px;
}
#team .team-item figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
}
#team .team-item figure img {
	width: 100%;
	height: auto;
}
#team .team-item figure figcaption {
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.85);
	opacity: 0;
	width: 100%;
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#team .team-item figure figcaption .details {
	position: absolute;
	top: 30%;
}
#team .team-item figure figcaption .content-white {
	font-size: 13px;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	line-height: 18px;
	width: 65%;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#team .team-item figure figcaption .orange-line {
	margin: 12px auto 6px;
	width: 0px;
	height: 1px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#team .team-item figure:hover figcaption {
	opacity: 1;
}
#team .team-item figure:hover .orange-line {
	width: 62px;
}
#team .team-item figure:hover figcaption .content-white {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
#team .team-item figure:hover .social a {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
#team .team-item .social {
	text-align: center;
	margin-top: 15px;
}
#team .team-item .social .facebook, #team .team-item .social .twitter, #team .team-item .social .google-plus {
	font-size: 14px;
	line-height: normal;
	outline: none;
	border-radius: 50%;
	color: #fff;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	margin-right: 5px;
}
#team .team-item .social .facebook {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
#team .team-item .social .twitter {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
#team .team-item .social .google-plus {
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
}
#team .team-item .social a:hover {
	background: transparent;
}
#team .info {
	background: #F6F6F6;
	padding: 15px 0 1px;
	text-align: center;
}
#team .info h2 {
	color: #000;
	font-size: 18px;
}
#team .info p {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	line-height: 22px;
	text-transform: uppercase;
}
.orange-line {
	margin: 12px auto 6px;
	width: 52px;
	height: 1px;
}
#team-block-2 .team-member {
	padding-bottom: 15px;
	margin-top: 20px;
	border-bottom: 5px solid transparent;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: #666;
	border-bottom: 4px solid transparent;
}
#team-block-2 .team-member .face {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#team-block-2 .team-member .face img {
	width: 100%;
	height: auto;
}
#team-block-2 .team-member .member-info {
	text-align: center;
	padding: 24px;
}
#team-block-2 .team-member .member-info h3 {
	line-height: 30px;
	font-size: 30px;
	color: #fff;
}
#team-block-2 .team-member .member-info .position {
	color: #999;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
}
#team-block-2 .team-member .member-info .social-team {
	margin-top: 15px;
}
#team-block-2 .team-member .member-info .social-team a {
	color: #3D566E;
	margin: 0 4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#team-block-2 .team-member .member-info .social-team a i {
	color: #ffffff;
	padding: 7px;
	background: transparent;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #fff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
footer h4 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	margin-bottom: 3px;
}
#team-block-2 .team-member .member-info .desc {
	margin-top: 15px;
	color: #ecf0f1;
}
#team-block-2 .team-member .member-info .social .fa-facebook:hover {
	background: #3b5998;
	color: #fff;
}
#team-block-2 .team-member .member-info .social .fa-twitter:hover {
	background: #00CAFB;
	color: #fff;
}
#team-block-2 .team-member .member-info .social .fa-google-plus:hover {
	background: #D23A1D;
	color: #fff;
}
#team-block-2 .team-member .member-info .social .fa-linkedin:hover {
	background: #007bb6;
	color: #fff;
}
#team-block-2 .team-member:hover {
	background: #777;
}
#subscription .subscription-form .form-control {
	height: 60px;
	font-size: 24px;
	color: #999;
}
#subscription .subscription-form .btn {
	padding: 18px;
}
#error-404 {
	background: #ECF0F1;
	padding: 36px;
}
#error-404 h1 {
	font-size: 120px;
}
#error-404 h3 {
	font-size: 40px;
	margin-bottom: 30px;
}
#content {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 600px;
}
#contact .contact-info-wrapper {
	margin-top: -60px;
}
.contact_form .contact-info-wrapper .contact-item-wrapper i {
	padding: 15px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: #fff;
}
#contact .map {
	position: relative;
}
.contact_form .contact-info {
	background: #666;
	color: #fff;
	padding: 30px 0;
}
.contact_form .contact-form-wrapper {
	background: url(../../page-not-found.html);
	background-size: cover;
}
.contact_form .form-control {
	margin-bottom: 45px;
	background: transparent;
	color: #fff;
}
#contact2 .contact-info-wrapper {
	margin-top: -10px;
}
#contact2 .contact-info-wrapper .contact-item-wrapper {
	padding: 15px 30px;
}
#contact2 .contact-info-wrapper .contact-item-wrapper i {
	color: #fff;
	float: left;
	padding: 8px 15px;
	font-size: 24px;
}
#contact2 .contact-info-wrapper .contact-item-wrapper h4 {
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}
#contact2 .form-control {
	margin-bottom: 30px;
}
footer {
	background: #061027;
	color: #ffffff;
	margin-top: -2px;
}
footer .small-title {
	margin-bottom: 10px;
	color: #7989ac;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	line-height: 25px;
}
footer ul li a {
	color: #999;
}
footer ul li.tweet {
	margin-bottom: 15px;
}
footer ul li.tweet .fa-twitter {
	padding: 5px;
	color: #fff;
	border-radius: 100%;
	width: 24px;
	height: 24px;
}
footer ul li.tweet .tweet-date {
	font-size: 12px;
	font-style: italic;
	color: #bdc3c7;
}
footer .plain-flicker-gallery {
	margin-right: -5px;
	margin-left: -5px;
}
footer .plain-flicker-gallery a {
	display: inline-block;
	width: 32%;
	font-size: 0px;
	padding: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-horizontal ul {
	padding: 0;
}
.menu-horizontal li {
	list-style-type: none;
	padding: 0;
	line-height: 24px;
	margin: 0;
	display: block;
}
.menu-horizontal {
	margin: inherit;
	position: relative;
	padding-top: 5px;
	padding-left: 0px;
}
footer .plain-flicker-gallery a:hover {
	opacity: 0.7;
}
footer .plain-flicker-gallery a img {
	width: 100%;
}
footer .contact-us .form-control {
	color: #999;
	font-size: 14px;
	background: #1D1D1D;
	border-radius: 0px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer #copyright {
	background: #061027;
	border-top: 1px solid #2c354d;
}
footer #copyright .row {
	//padding: 15px 0;
}
footer #copyright .copyright-text, footer #copyright .nav-inline {
	margin-top: 9px;
	margin-bottom: 10px;
	color: #fff;
}
.social-footer a .fa {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 4px;
	width: 35px;
}
.panel-default .panel-heading {
	border: medium none;
	border-radius: 0;
	outline: medium none;
	padding: 0;
	width: 100%;
}
.panel-default .panel-heading a {
	color: #444b54;
	display: inline-block;
	font-weight: 500;
	padding: 12px 35px 12px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	font-size: 17px;
	padding-left: 0px;
	background-image: url(../img/ans.png);
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position-y: 7px;
}
.panel-body p {
	color: #444b54;
	font-size: 16px;
	opacity: 0.6;
	padding-left: 49px;
}
.panel-default .panel-heading a i {
	font-size: 22px;
	padding-right: 10px;
}
.panel-default {
	border-bottom: 1px solid #e7e7e7;
}
.panel-default .panel-heading a::after {
	color: #fff;
	content: "";
	font-family: "FontAwesome";
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	margin-top: -10px;
	position: absolute;
	right: 15px;
	top: 50%;
}
.panel-default .panel-heading .collapsed::after {
	content: "";
}
.accordionSmall .panel-default .panel-heading a::after {
	content: "";
}
.accordionSmall .panel-default .panel-heading .collapsed::after {
	content: "";
}
.panel-default .panel-collapse .panel-body {
	background-color: #fafafa;
	padding: 15px;
}
#accordionRound .panel-default .panel-heading a {
	border-radius: 8px 8px 0px 0px;
}
.panel-transparent .panel-heading a {
	background: #F5F5F5;
	color: #000;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.panel-image .panel-body img {
	padding-bottom: 1px;
}
#default-tab ul.nav-tabs {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
ul.nav-tabs li {
	float: left;
	margin-top: 0;
}
ul.nav-tabs li a {
	border: medium none!important;
	color: #a0a0a0;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 10px 15px;
	text-transform: uppercase;
}
#default-tab .nav-tabs>li>a.active, #default-tab .nav-tabs>li a.active:focus, #default-tab .nav-tabs>li a.active:hover {
	border: 0 none;
	position: relative;
}
#default-tab ul.nav-tabs>li a.active::before {
	bottom: -14px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
#round-tab ul.nav-tabs {
	margin-bottom: 10px;
}
#round-tab ul li a.active {
	-moz-border-bottom-colors: none!important;
	-moz-border-left-colors: none!important;
	-moz-border-right-colors: none!important;
	-moz-border-top-colors: none!important;
	border-bottom: 0 none;
	border-image: none!important;
	margin-bottom: 0;
}
#round-tab ul li a {
	margin-bottom: 0;
	padding: 15px!important;
	text-transform: capitalize;
}
#vertical-tab .nav-tabs, #vertical-tab .tab-content {
	display: table-cell;
	vertical-align: top;
}
#vertical-tab .tab-content {
	padding: 0 25px;
}
#vertical-tab .tab-pane p {
	line-height: 25px;
}
#vertical-tab ul.nav-tabs {
	border: 1px solid #b9b9b9!important;
	padding-right: 0px;
}
#vertical-tab .nav-tabs li {
	float: none;
	margin: 0;
}
#vertical-tab ul.nav-tabs li a {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 40px;
	white-space: nowrap;
	width: 100%;
	border-radius: 0;
	background: #EEEEEE;
	color: #676767;
	border-bottom: 3px solid #b9b9b9!important;
}
#vertical-tab ul.nav-tabs li a .fa {
	display: block;
	font-size: 27px;
	margin-bottom: 10px;
	text-align: center;
}
#vertical-tab ul.nav-tabs li a.active>.fa {
}
#vertical-tab ul.nav-tabs {
	border: 0 none;
}
#vertical-tab ul.nav-tabs li a.active {
	background: #fff none repeat scroll 0 0;
	color: #202020;
}
#tab-with-icon .nav-tabs {
	border-bottom: medium none;
	float: left;
	display: table-cell;
	vertical-align: top;
}
#tab-with-icon .nav-tabs li {
	float: none;
}
#tab-with-icon .nav-tabs li a {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	margin: 0;
	padding: 0;
}
#tab-with-icon .nav-tabs li a i {
	background: #81868e none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 25px;
	height: 70px;
	line-height: 70px;
	margin: 0px 0 20px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 70px;
}
#tab-with-icon .tab-content {
	margin: 20px 0 0 100px;
}
#tab-with-icon h3 {
	font-size: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#tab-with-icon p.lead {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 25px;
}
#tab-with-icon .nav-tabs li a:hover i, #tab-with-icon .nav-tabs li a:focus, #tab-with-icon .nav-tabs li a.active i {
}
.outline-buttons-area, .block-button-area, .animated-progress-area {
	background: #FAFAFA;
	padding: 50px 0;
}
.btn .fa {
	padding-right: 5px;
}
.grey-progress-bar .progress-bar {
	background: #e0e0e0 none repeat scroll 0 0;
}
.skill-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.skill-animated .progress-bar {
	-webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
#testimonial-dark .testimonial-inner {
	background: #333 none repeat scroll 0 0;
	border: 1px solid #c1c1c1;
}
#testimonial-dark .testimonial-images img {
	box-shadow: 0 0 3px #fff;
}
#testimonial-dark .testimonial-content p {
	color: #fff;
}
.single-testimonial-area {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 70px 0;
}
.single-testimonial-area:before {
	//background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
}
.single-testimonial-area h3 {
	color: #444b54;
	font-weight: 500;
	text-align: center;

}
.testimonial-images {
	margin-bottom: 20px;
}
.single-testimonial-area p {
	color: #fff;
	text-align: center;
}
#single-testimonial-item .testimonial-inner {
	padding: 20px;
	position: relative;
	padding-bottom: 0px;
}
#single-testimonial-item .testimonial-inner blockquote {
	color: #444b54;
	font-size: 17px;
	position: relative;
	margin-bottom: 2px;
}
#single-testimonial-item .testimonial-images img {
	box-shadow: 0 0 3px #ddd;
	height: 90px;
	margin: 0 auto;
	padding: 5px;
	width: 90px;
}
#single-testimonial-item .testimonial-footer {
	color: #444b54;
	padding-top: 15px;
	font-weight: bold;
	font-size: 16px;
}
#single-testimonial-item .testimonial-footer a {
}
#single-testimonial-item .testimonial-inner::before {
	color: #000;
	content: "";
	font-family: fontawesome;
	font-size: 45px;
	left: 25px;
	position: absolute;
	top: 70px;
}
#single-testimonial-item .testimonial-inner::after {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
#single-testimonial-item .owl-pagination .owl-page.active span {
}
#single-testimonial-item .owl-pagination .owl-page span {
}
#color-client-scroller .client-item-wrapper {
}
#color-client-scroller .client-item-wrapper img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	opacity: 0.5;
	transition: all 0.6s ease 0s;
}
#color-client-scroller .client-item-wrapper img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	opacity: 1;
	transition: all 0.6s ease 0s;
}
i.icon-default {
	font-size: 50px;
	margin-bottom: 30px;
	margin-right: 30px;
	vertical-align: middle;
}
i.icon-round {
	border-radius: 100%;
	color: #fff;
	font-size: 50px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 13px;
	margin-right: 13px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
i.icon-round-border {
	border-radius: 100%;
	font-size: 45px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 12px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
i.icon-box {
	border-radius: 4px;
	color: #fff;
	font-size: 45px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 12px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
i.icon-box-border {
	border-radius: 4px;
	font-size: 45px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 12px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
i.icon-xs {
	font-size: 16px!important;
	height: 30px!important;
	line-height: 30px!important;
	margin-bottom: 7px!important;
	margin-right: 7px!important;
	width: 30px!important;
}
i.icon-sm {
	font-size: 27px!important;
	height: 50px!important;
	line-height: 50px!important;
	margin-bottom: 14px!important;
	margin-right: 14px!important;
	width: 50px!important;
}
i.icon-md {
	font-size: 35px!important;
	height: 75px!important;
	line-height: 75px!important;
	margin-bottom: 14px!important;
	margin-right: 14px!important;
	width: 75px!important;
}
i.icon-lg {
	font-size: 50px!important;
	height: 100px!important;
	line-height: 100px!important;
	margin-bottom: 13px!important;
	margin-right: 13px!important;
	width: 100px!important;
}
#image-carousel .item img {
	height: 200px;
	width: 250px;
}
.single-portfolio-area .single-portfolio-image img {
	width: 100%;
}
.portfolio-meta ul, .portfolio-controls ul {
	list-style: outside none none;
	padding-left: 0;
}
.portfolio-meta ul li {
	margin: 10px 0;
}
.portfolio-meta ul li span {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
	width: 130px;
	text-decoration-style: double;
}
.portfolio-controls ul li a.btn {
	padding: 10px 75px;
}
.portfolio-controls ul li a.btn i.fa {
	font-size: 37px;
}
.blog-post-wrapper {
	border: 1px solid #eee;
	margin-bottom: 50px;
}
.blog-post-wrapper .format-video iframe {
	min-height: 350px;
	width: 100%;
}
.blog-post-wrapper .format-audio iframe {
	height: 200px;
	width: 100%;
}
.author-info, .blog-post-content {
	padding: 20px;
}
.tag-posted-in li a {
	color: #8F8F8F;
}
.tag-posted-in li i.fa {
	color: #8F8F8F;
	padding-right: 3px;
}
span.published-time {
	font-size: 12px;
}
span.published-time i.fa {
	margin-right: 5px;
}
.featured-wrapper img {
	width: 100%;
	height: 350px;
}
.blog-post-content h2.blog-post-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 26px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.blog-post-footer {
	padding: 20px;
	border-top: 1px solid #eee;
	background-color: #fff;
}
.blog-post-footer ul.post-meta {
	list-style: outside none none;
}
.blog-post-footer ul.post-meta li {
	float: left;
	margin-right: 10px;
}
.blog-post-footer ul li a {
	background: #fff none repeat scroll 0 0;
	display: block;
	font-size: 10px;
	line-height: 28px;
	padding: 4px 15px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.blog-post-footer ul li a:hover {
	color: #fff;
	transition: all .3s ease-in-out;
}
.blog-post-content blockquote.blockquote {
}
.blog-post-content blockquote.blockquote p {
	color: #969595;
	font-size: 16px;
	font-weight: 500;
}
.blog-post-content blockquote.blockquote a {
	font-size: 15px;
	font-style: italic;
	float: right;
}
.blog-post-wrapper.format-qoute {
	border: none!important;
}
.blog-pagination nav ul.pagination li.page-item a {
	border-radius: 0;
	margin-right: 15px!important;
	color: #333
}
.blog-pagination nav ul.pagination li.page-item.active a, .blog-pagination nav ul.pagination li.page-item a:hover, .blog-pagination nav ul.pagination li.page-item a:focus {
	color: #fff;
}
.sidebar-area .widget {
	margin-bottom: 60px;
}
.sidebar-area .search-bar {
	position: relative;
}
.sidebar-area .search-bar .form-control {
	border-radius: 0;
	color: #333!important;
	font-size: 13px;
	height: 46px;
}
.form-control:focus {
}
.sidebar-area .search-bar button {
	background-color: transparent;
	border: 0 none;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.sidebar-area .search-bar button i.fa {
}
.sidebar-area .search-bar button .fa {
	color: #333;
}
h2.widget-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.widget ul {
	list-style: outside none none;
	padding-left: 0;
}
.widget.popular-post ul li {
	margin-bottom: 20px;
}
.widget.popular-post h4 {
	font-size: 16px;
}
.category-menu a {
	color: #333;
	font-size: 15px;
	transition: all 0.2s;
}
.category-menu a .fa {
	padding-right: 5px;
	transition: all 0.2s;
}
.category-menu li {
	border-bottom: 1px solid #333;
	padding: 10px 0;
}
.category-menu a:hover .fa {
	padding-right: 10px;
	transition: all 0.2s;
}
.widget.tag-cloud li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.widget.tag-cloud a {
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 600;
	line-height: 28px;
	padding: 0 11px;
	transition: all 0.3ms ease-in-out;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.widget.tag-cloud a:hover {
	opacity: 0.8;
	transition: all 0.3ms ease-in-out;
}
.widget.subscribe-widget .form-control {
	font-size: 14px;
	height: 42px;
	padding: 10px;
	width: 255px;
}
.widget-ad img {
	width: 100%;
}
.blog-post blockquote {
	margin: 40px 0;
}
.blog-post h3 {
	margin-top: 30px;
}
.blog-post>p {
	line-height: 29px;
}
.blog-post ul li {
	font-size: 15px;
	padding: 6px 0;
	font-weight: 600;
}
.blog-post ol li {
	font-size: 15px;
	padding: 6px 0;
	font-weight: 600;
}
#copyright ul li.nav-item {
	padding-right: 10px;
	text-transform: capitalize;
}
.nav-link {
	padding: 0px;
}
.testimonial-footer .fa {
	padding-right: 6px;
}
.testimonial-footer a {
	padding-left: 5px;
	color: #5eb833;
}
.blog-post img {
	width: 100%;
}
.blog-post pre {
	background: #eee none repeat scroll 0 0;
	margin: 20px 0;
}
.about-author-section {
	border: 1px solid #eee;
}
.about-author-section .media {
	padding: 20px;
}
.about-author-section .media .media-body {
	padding-left: 10px;
}
.about-author-section .media .media-body p {
	line-height: 28px;
}
.about-author-section .author-footer {
	border-top: 1px solid #eee;
	padding: 20px;
}
.similar-post img {
	width: 100%;
}
.similar-post h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-top: 10px;
}
.no-pdl {
	padding-left: 0!important;
}
.comments-area ul {
	padding-left: 0;
}
.comments-area .media {
	margin-top: 40px;
}
.comments-area .media-body {
	padding-left: 10px;
}
.comment-author span {
	padding-left: 5px;
}
.new-comment .form-group .form-control {
	background: #f2f2f2 none repeat scroll 0 0;
	border-radius: 0;
	color: #333!important;
	font-size: 15px;
	padding: 12px;
}
.cta-section {
	background: url(../../page-not-found.html) scroll center center;
	width: 100%;
	position: relative;
}
.cta-section::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(51,51,51,0.9);
}
.cta-area {
	display: table;
	width: 100%;
	height: 150px;
}
.cta-content {
	display: table-cell;
	vertical-align: middle;
}
.cta-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 400;
	line-height: 38px;
}
.cta-content p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding-top: 10px;
}
.cta-content .btn {
	font-size: 16px;
	margin-top: 15px;
	padding: 13px 24px;
	text-transform: uppercase;
}
.page-header-section {
	background: url(../../page-not-found.html);
	width: 100%;
}
.page-header-area {
	display: table;
	height: 80px;
	width: 100%;
}
.page-header-content {
	display: table-cell;
	vertical-align: middle;
}
.page-header-content h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	text-transform: capitalize;
}
#google-map-shortcode {
	padding: 0;
	height: 400px;
}
#google-map-contact {
	padding: 0;
	height: 300px;
}
#google-map-contact2 {
	padding: 0;
	height: 200px;
}
.error-section h1 {
	color: #ff2a40;
	font-size: 10rem;
}
.col-md-12.text-xs-center>h4 {
}
.error-section h4 {
	text-transform: capitalize;
}
.contact-title-text h2 {
	font-size: 50px;
}
.contact-title-text p {
	font-size: 18px;
	margin-top: 15px;
}
.contact-widget {
	margin-bottom: 30px;
}
.contact-widget h2 {
	margin-bottom: 20px;
}
.contact-widget address {
	line-height: 45px;
}
.contact-widget.office-location span {
	font-weight: 600;
}
#contactForm .form-group .contact-control {
	background: #f8fafd none repeat scroll 0 0;
	border-radius: 0;
	height: 50px;
}
#contactForm .form-group {
	margin-bottom: 25px;
}
#contactForm .form-group .form-control {
	border-radius: 0;
	background: #f2f2f2 none repeat scroll 0 0;
	font-size: 14px;
}
ul.contact-info2 {
	list-style: outside none none;
	margin-top: 20px;
	padding: 0;
}
ul.contact-info2 i.fa {
	margin-right: 10px;
}
.loadmore-button .btn {
	padding: 14px 35px;
}
.about2-intro-image img {
	width: 100%;
}
.service2-single-service {
	text-align: center;
	margin: 20px 0;
}
.service2-single-service .fa {
	border-radius: 50%;
	color: #fff;
	font-size: 23px;
	height: 75px;
	line-height: 75px;
	margin-bottom: 20px;
	width: 75px;
}
.service2-single-service h2 {
	font-size: 20px;
	text-transform: uppercase;
}
.service2-single-service p {
	font-size: 13px;
}
.new-comment .btn {
	font-size: 16px;
	padding: 13px 30px;
}
.comments-area .media.reply {
	background: #E5F7FD none repeat scroll 0 0;
	padding: 20px;
	border-radius: 4px;
}
.blog-pagination {
	text-align: center;
}
.pricing-table2 {
	padding: 15px 30px;
}
.single-pricing-2 {
	border: 1px solid #dedede;
}
.single-pricing-2 .plan-name {
	color: #959595;
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	padding: 20px 0;
}
.single-pricing-2 .plan-name small {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}
.single-pricing-2 .plan-price {
	background: #f2f2f2 none repeat scroll 0 0;
	font-size: 48px;
	margin-bottom: 30px;
	padding: 30px 0;
	text-align: center;
}
.featured .plan-price {
	color: #fff!important;
	background: #ff5959;
}
.premium .plan-price {
	background: #3498db!important;
	color: #fff!important;
}
.single-pricing-2 .plan-price .currency {
	font-size: 50%;
	font-weight: 700;
	left: -0.01em;
	top: -0.9em;
}
.single-pricing-2 .plan-price sub {
	font-size: 18px;
	font-weight: 700;
}
.single-pricing-2 ul {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 0;
	padding: 0;
}
.single-pricing-2 ul li {
	border-top: 1px dashed #dedede;
	font-weight: 500;
	padding: 12px 29px;
	text-align: center;
}
.single-pricing-2 ul li:first-child {
	border-top: 0;
}
.pricing2-button {
	padding: 20px 0;
	text-align: center;
}
.pricing2-button .btn {
	padding: 12px 55px;
	text-transform: uppercase;
}
#roof {
	background: #3B3B3B;
}
.roof-content {
	display: table;
	height: 60px;
	width: 100%
}
.roof-middle {
	display: table-cell;
	vertical-align: middle;
}
.roof-menu {
	margin-right: 15px;
}
.roof-social-icons a i.fa {
	background: #484848 none repeat scroll 0 0;
	border-radius: 50%;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
	color: #fff;
	margin-right: 10px;
}
.roof-social-icons a i.fa:hover {
}
.roof-menu ul {
	list-style: none;
}
.roof-menu ul li {
	float: left;
}
.roof-menu ul li a {
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	margin-right: 16px;
	padding: 6px 9px;
	text-transform: uppercase;
}
.roof-menu ul li.active a {
	border-radius: 3px;
	margin-right: 0;
}
#default-tab a.nav-link {
	background: none;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
	background-color: #eee;
}
.nav-link.active {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.middlepoint {
	height: 480px;
}
#main-menu ul>li>a {
	font-size: 13px;
	font-weight: 400;
	padding: 28px 10px;
}
#main-menu ul .dropdown .dropdown-menu a {
	border-top: 1px solid #e2e6e7;
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	line-height: 16px;
	padding: 9px 19px 7px;
	transition: all 0.3s ease-in-out 0s;
}
#carousel-area .carousel-item .carousel-caption h2 {
	font-size: 50px;
}
#carousel-area .carousel-item .carousel-caption h3 {
	font-size: 20px;
}
#carousel-area img {
	height: 100%;
}
.service-item h2 {
	font-size: 15px!important;
}
.top_search {
	display: none;
}
.pricing-table-x .plan-info p {
	font-size: 12px;
}
#team .team-item figure figcaption .content-white {
	font-size: 9px;
	line-height: 12px;
	width: 60%;
}
#team .team-item .social .facebook, #team .team-item .social .twitter, #team .team-item .social .google-plus {
	font-size: 8px;
	height: 25px;
	line-height: 25px;
	width: 25px;
}
.section-title {
	font-size: 24px!important;
}
.footer-widget p {
	font-size: 12px;
}
.social-footer a .fa {
	height: 25px;
	line-height: 25px;
	width: 25px;
}
footer .plain-flicker-gallery a {
	width: 31%;
}
footer ul li.tweet {
	font-size: 12px!important;
}
#copyright p, #copyright a {
	font-size: 10px!important;
}
.single-pricing-2 .btn {
	padding: 10px 15px;
	font-size: 10px;
}
.single-pricing-2 .plan-price {
	font-size: 35px;
}
.single-pricing-2 ul li {
	font-size: 12px;
}
ul.nav-tabs li a {
	font-size: 11px;
}
.btn-lg {
	padding: 12px 20px;
}
.btn-md {
	padding: 12px 14px;
}
.pricing-table h3 {
	font-size: 24px!important;
}
.single-pricing-2 .plan-name {
	font-size: 18px;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
	display: none;
}
.portfolio-meta ul li span {
	font-size: 10px;
	width: 78px;
}
.portfolio-meta ul li {
	font-size: 10px;
}
span.published-time {
	font-size: 10px;
}
.widget.popular-post h4 {
	font-size: 12px;
}
.flickr-widget .plain-flicker-gallery a img {
	width: 31%;
}
.widget.tag-cloud a {
	font-size: 8px;
}
}

@media (max-width: 767px) {
.nav-inline .nav-item+.nav-item {
	margin-left: 0;
	float: none;
}
#main-menu ul .dropdown .dropdown-menu {
	display: block;
	position: relative;
	width: 100%;
}
#main-menu {
	clear: both;
	width: 100%;
}
nav.navbar.navbar-light {
	min-height: 73px;
}
nav.navbar.navbar-light button.navbar-toggler {
	background: #333 none repeat scroll 0 0;
	border-radius: 0!important;
	margin-top: 17px;
}
nav.navbar.navbar-light ul.nav-inline .nav-item {
	display: block;
}
nav.navbar.navbar-light ul.nav-inline {
	max-height: 350px;
	overflow-x: scroll;
	margin-top: 20px;
}
#roof {
	display: none;
}
#main-menu ul>li>a {
	font-size: 12px!important;
	padding: 18px 10px;
}
.page-header-content h2 {
	text-align: center;
}
.footer-widget {
	margin-bottom: 40px;
}
.carousel-item>img {
	height: 100%!important;
}
#carousel-area .carousel-item .carousel-caption h2 {
	font-size: 20px;
	font-weight: 600;
}
#carousel-area .carousel-item .carousel-caption h3 {
	font-size: 16px;
}
.btn-lg {
	font-size: 10px;
	padding: 10px 16px;
	text-transform: uppercase;
}
.section-title {
	font-size: 18px;
}
.section-subcontent {
	font-size: 12px;
	line-height: 17px;
}
#portfolio a.filter {
	font-size: 10px;
	margin: 5px;
	padding: 5px 11px;
}
.controls {
	padding: 0;
}
.pricing-table-x .table-header h3 {
	font-size: 18px;
}
.plan-info>p {
	font-size: 12px!important;
}
.pricing-table-x .button-area {
	padding: 14px 0 40px;
}
.pricing-table-x {
	margin: 20px 15px;
}
.service2-single-service .fa {
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	width: 45px;
}
.service2-single-service h2 {
	font-size: 15px;
}
.service2-single-service p {
	font-size: 11px;
}
.images {
	text-align: center;
}
.split h2.title {
	font-size: 16px;
	line-height: 24px;
}
#other-services .service-content p.lead {
	font-size: 12px;
	line-height: 28px;
	margin-bottom: 7px;
}
#other-services .service-content p {
	font-size: 12px;
}
.about2-intro-image {
	margin-bottom: 10px;
}
#default-tab li.nav-item a.nav-link {
	padding: 5px;
	font-size: 12px;
}
.single-testimonial-area h3 {
	font-size: 18px;
	line-height: 25px;
}
.single-testimonial-area p {
	font-size: 12px;
}
.section {
	padding: 40px 0;
}
.page-header-area {
	height: 86px;
}
.page-header-content h2 {
	font-size: 28px;
}
.cta-content h2 {
	font-size: 20px;
	line-height: 32px;
}
.cta-content p {
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
}
.cta-content .btn {
	font-size: 12px;
	margin-top: 0;
	padding: 7px 12px;
}
#google-map-contact {
	height: 200px;
	padding: 0;
}
.section-padding {
	padding: 60px 0;
}
.contact-title-text h2 {
	font-size: 30px;
}
.contact-title-text p {
	font-size: 14px;
}
.contact-widget h2 {
	margin-bottom: 10px;
	font-size: 20px;
}
.contact-widget address {
	line-height: 35px;
	font-size: 12px;
}
.error-section h1 {
	font-size: 4rem;
}
.error-section h4 {
	font-size: 16px;
}
#round-tab ul li a {
	font-size: 12px;
	padding: 6px!important;
}
#vertical-tab .nav-tabs, #vertical-tab .tab-content {
	vertical-align: top;
	display: inherit;
}
#vertical-tab ul.nav-tabs li a {
	font-size: 12px;
	padding: 12px 40px;
}
#vertical-tab ul.nav-tabs {
	margin-bottom: 20px;
}
#vertical-tab p {
	font-size: 13px;
	line-height: 23px!important;
}
.shortcode-buttons-area .col-md-3, .shortcode-pie-skill-area .col-md-6 {
	margin: 30px 0;
}
.single-portfolio-area .small-title {
	margin-top: 30px;
}
.portfolio-controls ul li a.btn {
	padding: 5px 30px;
}
.featured-wrapper img {
	height: 200px;
}
.blog-post-footer ul li a {
	padding: 4px 12px;
}
.blog-post-footer a.btn {
	margin-top: 10px;
}
iframe {
	height: 200px!important;
}
ul.pagination a.page-link {
	font-size: 10px;
	padding: 5px;
}
.search-bar {
	margin-top: 40px;
}
.sidebar-area .widget {
	margin-bottom: 30px;
}
.about-author-section .media-left {
	display: block!important;
	text-align: center;
}
.about-author-section .media .media-body {
	padding-left: 10px;
	text-align: center;
	padding-top: 20px;
}
.author-footer .fa {
	font-size: 18px!important;
	height: 35px!important;
	line-height: 35px!important;
	width: 35px!important;
}
.comments-area .media-left, .comments-area .media-right {
	display: block;
	margin-bottom: 5px;
	text-align: center;
}
.comment-author {
	margin: 10px 0;
}
.commentor-info>p {
	font-size: 13px;
	line-height: 23px;
}
}
.images img {
	width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
#carousel-area .carousel-item {
	height: 300px;
}
.carousel-item>img {
	width: 100%;
}
#carousel-area .carousel-item .carousel-caption h2 {
	font-size: 28px;
}
#carousel-area .carousel-item .carousel-caption h3 {
	font-size: 16px;
}
#carousel-area .carousel-item .carousel-caption .btn {
	margin: auto;
	font-size: 12px;
	margin-top: 10px;
	padding: 10px 15px;
}
#carousel-area .carousel-item .carousel-caption {
	top: 27%;
}
#carousel-area .carousel-indicators {
	display: block;
	bottom: 25px;
}
}
.mainslder {
	background: url(../img/intro.jpg);
	background-size: cover;
}
.mainslder1 {
	background: url(../img/services.jpg);
	background-size: cover;
	position: relative;
}
.windowsslider {
	background: url(../img/services.jpg);
	background-size: cover;
}
.software {
	background: url(../img/software.jpg);
	background-size: cover;
}
.product {
	background: url(../img/product.jpg);
	background-size: cover;
}
.prototyping.prototyping.prototyping {
	background: url(../img/prototyping.jpg);
	background-size: cover;
}
.ecommarce {
	background: url(../img/ecommerce.jpg);
	background-size: cover;
}
.stuff {
	background: url(../img/staffaugmentation.jpg);
	background-size: cover;
}
.bi {
	background: url(../img/business_intelligence.jpg);
	background-size: cover;
}
.image_moderation {
	background: url(../img/image_moderation.jpg);
	background-size: cover;
}
.bi {
	background: url(../img/porting.jpg);
	background-size: cover;
}
.dedicated {
	background: url(../img/dedicated.jpg);
	background-size: cover;
}
.casestudy {
	background: url(../img/casestudi1.jpg);
	background-size: cover;
}
.lifesphinx {
	background: url(../img/lifeatsphinx.jpg);
	background-size: cover;
}
.taxi {
	background: url(../img/taxi.jpg);
	background-size: cover;
}
.whitepaper {
	background: url(../img/whitepaper.jpg);
	background-size: cover;
}
.testimonials {
	background: url(../img/testimonials.jpg);
	background-size: cover;
}
.ourvalue {
	background: url(../img/ourvalue.jpg);
	background-size: cover;
}
.herotext {
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
}
#hero1 h1 {
	font-size: 39px;
	font-weight: 500;
	color: #fff;
}
#hero1 h2 {
	color: #fff;
	font-family: 'Avenir Next LT Pro';
	font-weight: 200;
	margin-bottom: 19px;
	margin-top: 20px;
	line-height: 26px;
	font-size: 18px;
}
#hero1 h3 {
	color: #fff;
	font-family: 'Avenir Next LT Pro';
	font-weight: 200;
	margin-bottom: 19px;
	margin-top: 20px;
	line-height: 26px;
}
.maintitle h3 {
	font-size: 1.75rem;
	color: #444b54;
	font-weight: 500;
}
.linemiddle {
	width: 70px;
	height: 3px;
	margin: 0 auto;
	background: #5eb833;
	margin-top: 10px;
	margin-bottom: 30px;
}
.graybg {
	background: #f8fafc;
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
}
.wrapsection {
	position: relative;
}
.borderright {
	border-right: 1px solid #ccc;
}
.maintitle p {
	font-size: 17px;
	text-align: center;
	color: #444b54;
}
.btn-common:hover {
	background: #499923;
}
.marginbottom40 {
	margin-bottom: 40px;
}
#timeline {
	list-style: none;
	position: relative;
}
#timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	background-color: #4593ef;
	left: 50%;
	margin-left: -1.5px;
}
#timeline .clearFix {
	clear: both;
	height: 0;
}
#timeline .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 1.2em;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -25px;
	background-color: #4997cd;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	display: block;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
	font-size: 1.4em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
	font-size: .7em;
	position: relative;
	top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
	background-color: #ffffff;
	font-size: 1.7em;
	height: 35px;
	margin-left: -18px;
	width: 35px;
	top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
	color: #4997cd;
	font-size: 1.3em;
	top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
	background-color: #ffffff;
	height: 35px;
	width: 35px;
	font-size: 1.7em;
	top: -16px;
	margin-left: -18px;
}
#timeline .timeline-badge.timeline-future-movement a span {
	color: #4997cd;
	font-size: .9em;
	top: 2px;
	left: 1px;
}
#timeline .timeline-movement {
	position: relative;
}
#timeline .timeline-movement.timeline-movement-top {
	height: 10px;
	margin-top: 56px;
}
#timeline .timeline-movement .timeline-item {
	padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	background-color: #FFFFFF;
	color: #666;
	padding: 10px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
	text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
	color: #666;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
	color: #468c1f;
	font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
	text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
	color: #e2001a;
	font-size: 1.3em;
}
#timeline .col-sm-offset-1 {
	margin-left: -20px;
}
#timeline .rightnew {
	margin-left: 72px;
}
.media-heading {
	font-size: 20px!important;
	font-weight: 500;
	margin-left: 10px;
	line-height: 60px;
}
.media {
	margin-top: 15px;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.arrows {
	background-image: url(../img/arrow.svg);
	position: absolute;
	height: 48px;
	width: 48px;
	right: 30px;
	top: 35px;
	cursor: pointer;
}
.item {
	position: relative;
	overflow: hidden;
}
.item img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.item:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.exe ul {
	list-style-type: none;
}
.exe ul li {
	background: url("../img/tick.svg") left center no-repeat;
	padding-left: 31px;
	margin-left: 1px;
	margin-bottom: 30px;
	font-size: 17px;
}
.whitecolor {
	color: #fff!important;
}
.backgroudwhite {
	background: #fff;
	border-radius: 7px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contactarea {
	text-align: center;
}
#contactarea .maintitle p.lead {
	margin-bottom: 40px;
}
#contactarea form , #contact_sidebar form{
	max-width: 800px;
	margin: 0px auto;
}
#contactarea .input-lg, #contactarea .btn-lg {
	padding: 11px 25px;
	margin-top: 20px;
}






#contact_sidebar label {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 13px;
}
#contact_sidebar input, #contact_sidebar select, #contact_sidebar textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	border: 0px;
	color: #333;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 17px;
}
#contact_sidebar input, #contact_sidebar select {
	height: 32px;
	margin-bottom: 22px;
	font-size: 17px;
}
#contact_sidebar input#submit {
	width: auto;
	margin-top: 20px;
	background-color: rgba(0,0,0,0.3);
	border: 0;
	color: #fff;
	padding: 0px 20px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
}
#contact_sidebar textarea {
	height: 80px;
}


#contact label {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 13px;
}
#contact input, #contact select, #contact textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	border: 0px;
	color: #333;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 17px;
}
#contact input, #contact select {
	height: 32px;
	margin-bottom: 22px;
	font-size: 17px;
}
#contact input#submit {
	width: auto;
	margin-top: 20px;
	background-color: rgba(0,0,0,0.3);
	border: 0;
	color: #fff;
	padding: 0px 20px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
}
#contact textarea {
	height: 80px;
}
.required {
	color: red;
}
#contactmaincon .alert {
	padding: 0px!important;
	width: 50%;
	margin: 0 auto;
	margin-top: 13px;
}
#success, #error {
	display: none
}
#success span, #erro span {
	display: block;
	position: absolute;
	top: 0;
	width: 100%
}
#success span p, #error span p {
	margin-top: 6em
}
#success span p {
	color: #9bd32d;
}
#error span p {
	color: #c0392b;
}
.error.contactalert {
	text-transform: none;
	font-style: italic;
	display: inline-block;
}
.center-block1 {
	margin: 0 auto;
	float: none;
}
.footernew {
	background: #333c48!important;
}
footer a {
	color: #fff!important;
	text-transform: uppercase;
	font-size: 12px;
}
footer a:hover {
	color: #5eb833!important;
	text-decoration: underline;
}
.footernewdown {
	border-width: 1px 0;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 20px;
}
.footernewdown li {
	display: inline;
	display: inline-block!important;
}
.footernewdown a {
	display: inline-block;
	padding: 10px;
	padding-left: 1px;
	padding-right: 56px;
	color: #fff!important;
	font-weight: 600;
	opacity: 0.5;
	text-transform: uppercase;
	padding-left: 31px;
	padding-right: 31px;
}
.footernewdown a:hover {
	color: #fff!important;
	opacity: 1;
	text-transform: uppercase;
}
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
	color: #a0a5ac;
	width: 14.5%;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
/* footer social icons */
.social-network a.iconskype:hover {
	background-color: #00aff0;
	opacity: 1;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
	opacity: 1;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
	opacity: 1;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
	opacity: 1;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
	opacity: 1;
}
.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
	opacity: 1;
}
.social-network a.iconInsta:hover{
	background-color:#c32aa3;
	opacity:1;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.iconInsta:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	border: 2px solid #ccc;
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	opacity: 0.5;
	height: 50px;
	font-size: 20px;
	margin-right: 8px;
}
.social-circle li i {
	margin: 0;
	line-height: 50px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.arrows {
	background-image: url(../img/arrow.svg);
	position: absolute;
	height: 48px;
	width: 48px;
	right: 30px;
	top: 28px;
	cursor: pointer;
	z-index: 99999;
}
.arrows:hover {
	background-image: url(../img/readmore.svg);
	position: absolute;
	height: 48px;
	width: 48px;
	right: 30px;
	top: 28px;
	cursor: pointer;
	z-index: 99999;
}
.exe1 ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 20px;
}
.exe1 ul li {
	font-size: 16px;
	background: url(../img/tick.svg) left center no-repeat;
	padding-left: 31px;
	margin-left: 1px;
	margin-bottom: 10px;
	top: 0px;
	background-position: 4px 5px;
}
.exe1 {
	padding-left: 0px;
}
.exenew ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 20px;
}
.exenew ul li {
	font-size: 16px;
	background: url("../img/ticknew.png") left center no-repeat;
	padding-left: 31px;
	margin-left: 1px;
	margin-bottom: 10px;
}
.exenew {
	padding-left: 0px;
}
.timeline-badge {
	display: none!important;
}
.navbar-nav > li:hover > .dropdown-menu {
	display: block;
}
.errorcontact {
	border-bottom: 1px solid red!important;
}
.errorcontact1 {
	color: #ee3d3d;
	content: "×";
	font-size: 11px;
	margin-right: 5px;
	position: relative;
	top: -23px;
	height: 0px;
}
.linemiddleleft {
	width: 70px;
	height: 3px;
	background: #5eb833;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
}
.key h4 {
	color: #444b54;
	font-size: 18px;
	font-family: Raleway;
	margin-top: 13px;
	margin-bottom: 13px;
}
.width80 {
	width: 60%;
	margin: 0 auto;
}
.key {
	font-size: 15px;
}
.border-dotedright {
	border-right: 2px dotted #a4aec9;
	opacity: 0.1;
}
.border-right {
	border-right: 1px solid #e9ecef;
}
.border-top {
	border-top: 1px solid #e9ecef;
}
.border-bottom {
	border-bottom: 1px solid #e9ecef;
}
.border-left {
	border-left: 1px solid #e9ecef;
}
.keynew img {
	height: 80px;
}
.boxnewnewone {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(114,120,133,0.22);
	-moz-box-shadow: 0px 0px 5px 0px rgba(114,120,133,0.22);
	box-shadow: 0px 0px 5px 0px rgba(114,120,133,0.22);
	background: #fff;
	border-radius: 3px;
	font-size: 22px;
	color: #444b54;
}
.bluelight {
	background: #59acff;
}
.bluelight1 {
	background: #0bbdd7;
}
.bluelight2 {
	background: #88c529;
}
.bluelight3 {
	background: #4c8fda;
}
.bluelight4 {
	background: #9162b5;
}
.bluelight5 {
	background: #0bbdd7;
}
.boxincon {
	padding: 60px;
	border-radius: 3px;
}
.boxnewnewone p {
	color: #444b54;
	opacity: 0.8;
	font-size: 16px;
	padding-left: 15px;
}
.boxnewnewone h4 {
	color: #444b54;
	font-size: 19px;
	padding-left: 15px;
}
.borderallside {
	border: 1px solid #d7dce3;
}
.common a {
	color: #5eb833!important;
}
.common a:hover {
	color: #5eb833!important;
	text-decoration: underline;
}
.marginleftmineu {
	margin-left: -1px;
}
.imageheight img {
	height: 70px;
}
.india {
	background-image: url(../map.png);
	height: 100%; 
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	//background-size: cover;
	opacity:1
}
.india .imgpara{
	background:#111;
	opacity:.8;
	color:#fff;
}
.sweden {
	background-image: url(../img/maly.jpg);
	background-repeat: no-repeat;
}
.us {
	background-image: url(../img/usa.jpg);
	background-repeat: no-repeat;
}
.uk {
	background-image: url(../img/uk.jpg);
	background-repeat: no-repeat;
}
.iraq {
	background-image: url(../img/irag.jpg);
	background-repeat: no-repeat;
}

.brazil {
    background-image: url(../img/brazil.jpg);
    background-repeat: no-repeat;
}
.address {
	color: #fff;
	font-size: 17px;
}
.contact2 span {
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	float: left;
}
.contact2 p {
	font-size: 16px;
	color: #9aa1aa;
	padding-left: 0px;
	margin-bottom: 10px;
}
.contact2 h4 {
	font-size: 18px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 7px;
}
.boxincon1 {
	padding: 30px;
	border-radius: 3px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.ourflexi {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(114,120,133,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(114,120,133,1);
	box-shadow: 0px 0px 5px 0px rgba(114,120,133,1);
	background: #fff;
	border-radius: 5px;
	color: #444b54;
	line-height: 23px;
	min-height: 357px;
	font-size: 16px;
}
.ourflexi h4 {
	font-size: 18px;
}
.ourflexi img {
	height: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.centerblock {
	margin: 0 auto;
	float: none;
}
.players {
	font-size: 18px;
}
.halfcolor {
	background-image: url(../img/halfcolor.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.b2b span {
	font-size: 32px;
}
.container--wide {
	max-width: 1172px;
}
.service__grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-top: 35px;
}

@media (min-width: 768px) {
.container--wide {
	max-width: 1192px;
}
.service__grid {
	padding-top: 20px;
}
}
.service__overlay {
	padding: 30px 20px 0;
}
.service__overlay p {
	color: #123b82;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 28px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
.service__overlay {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 40px;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease-in-out 0s;
	    z-index: 9999999;
	will-change: opacity;
}
.service__overlay p {
	left: 40px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}
}
.service__title {
	color: #444b54;
	font-size: 18px;
	font-family: Raleway;
	margin-top: 13px;
	margin-bottom: 13px;
}
.service__icon {
	margin-bottom: 15px;
}
.service__icon svg {
	height: auto;
	max-width: 100%;
}
.service__border {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	will-change: opacity, transform;
	z-index: 11;
}
.service__border--x {
	transform: scale(0, 1);
}
.service__border--y {
	height: calc(100% + 15px);
	left: -1px;
	right: -1px;
	transform: scale(1, 0);
}
.service__item {
	border-bottom: 1px solid rgba(155, 155, 155, 0.2);
	padding-bottom: 50px;
	padding-top: 30px;
	position: relative;
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {
.service__item {
	border-right: 1px solid rgba(155, 155, 155, 0.2);
	cursor: auto;
	width: 50%;
}
}

@media (min-width: 1024px) {
.service__item {
	width: 33.33%;
}
.service__item:nth-of-type(n+4) {
	padding-top: 50px;
}
}

@media (max-width: 768px) {
.service__item:nth-of-type(n+2) {
	padding-top: 50px;
}
.service__item:last-of-type {
	border-bottom: 0 none;
	padding-bottom: 0;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.service__item:nth-of-type(n+3) {
	padding-top: 50px;
}
.service__item:nth-of-type(1)::after, .service__item:nth-of-type(3)::after {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	height: 50px;
	left: 100%;
	position: absolute;
	top: 100%;
	transform: translate(-50%, -50%);
	width: 50px;
	z-index: 10;
}
.service__item:nth-of-type(2n) {
	border-right: 0 none;
}
.service__item:nth-of-type(n+5) {
	border-bottom: 0 none;
}
}

@media (min-width: 1024px) {
.service__item:nth-of-type(-n+2)::after {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	height: 50px;
	left: 100%;
	position: absolute;
	top: 100%;
	transform: translate(-50%, -50%);
	width: 50px;
	z-index: 10;
	visibility: hidden;
}
.service__item:nth-of-type(3), .service__item:nth-of-type(6) {
	border-right: 0 none;
}
.service__item:nth-of-type(n+4) {
	border-bottom: 0 none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.service__item:nth-of-type(1) .service__border--y, .service__item:nth-of-type(3) .service__border--y {
	border-right: 2px solid #5eb833;
	transform-origin: 100% 0 0;
}
.service__item:nth-of-type(1) .service__border--x, .service__item:nth-of-type(3) .service__border--x {
	border-bottom: 2px solid #5eb833;
	bottom: -1px;
	transform-origin: 0 0 0;
	width: calc(100% + 15px);
}
.service__item:nth-of-type(2) .service__border--y, .service__item:nth-of-type(4) .service__border--y {
	border-left: 2px solid #5eb833;
	transform-origin: 100% 0 0;
}
.service__item:nth-of-type(2) .service__border--x, .service__item:nth-of-type(4) .service__border--x {
	border-bottom: 2px solid #5eb833;
	bottom: -1px;
	left: -15px;
	transform-origin: 100% 0 0;
	width: calc(100% + 15px);
}
.service__item:nth-of-type(5) .service__border--y {
	border-right: 2px solid #5eb833;
	top: -15px;
	transform-origin: 0 100% 0;
}
.service__item p {
	font-size: 14px;
}
.service__item:nth-of-type(5) .service__border--x {
	border-top: 2px solid #5eb833;
	top: -1px;
	transform-origin: 0 0 0;
	width: calc(100% + 15px);
}
.service__item:nth-of-type(6) .service__border--y {
	border-left: 2px solid #5eb833;
	top: -15px;
	transform-origin: 0 100% 0;
}
.service__item:nth-of-type(6) .service__border--x {
	border-top: 2px solid #5eb833;
	left: -15px;
	top: -1px;
	transform-origin: 100% 0 0;
	width: calc(100% + 15px);
}
}

@media (min-width: 1024px) {
.service__item:nth-of-type(1) .service__border--y {
	border-right: 2px solid #5eb833;
	transform-origin: 100% 0 0;
}
.service__item:nth-of-type(1) .service__border--x {
	border-bottom: 2px solid #5eb833;
	bottom: -1px;
	transform-origin: 0 0 0;
	width: calc(100% + 15px);
}
.service__item:nth-of-type(2) .service__border--y {
	border-left: 2px solid #5eb833;
	border-right: 2px solid #5eb833;
	transform-origin: 100% 0 0;
}
.service__item:nth-of-type(2) .service__border--x {
	border-bottom: 2px solid #5eb833;
	bottom: -1px;
	left: -15px;
	transform-origin: center 0 0;
	width: calc(100% + 30px);
}
.service__item:nth-of-type(3) .service__border--y {
	border-left: 2px solid #5eb833;
	transform-origin: 100% 0 0;
}
.service__item:nth-of-type(3) .service__border--x {
	border-bottom: 2px solid #5eb833;
	bottom: -1px;
	left: -15px;
	transform-origin: 100% 0 0;
	width: calc(100% + 15px);
}
.service__item:nth-of-type(4) .service__border--y {
	border-right: 2px solid #5eb833;
	top: -15px;
	transform-origin: 0 100% 0;
}
.service__item:nth-of-type(4) .service__border--x {
	border-top: 2px solid #5eb833;
	top: -1px;
	transform-origin: 0 0 0;
	width: calc(100% + 15px);
}
	
	
.service__item:nth-of-type(5) .service__border--y {
	border-left: 2px solid #5eb833;
	border-right: 2px solid #5eb833;
	top: -15px;
	transform-origin: 0 100% 0;
}
.service__item:nth-of-type(5) .service__border--x {
	border-top: 2px solid #5eb833;
	left: -15px;
	top: -1px;
	transform-origin: center 0 0;
	width: calc(100% + 30px);
}
.service__item:nth-of-type(6) .service__border--y {
	border-left: 2px solid #5eb833;
	top: -15px;
	transform-origin: 0 100% 0;
}
.service__item:nth-of-type(6) .service__border--x {
	border-top: 2px solid #5eb833;
	left: -15px;
	top: -1px;
	transform-origin: 100% 0 0;
	width: calc(100% + 15px);
}
	
	.service__item:nth-of-type(7) .service__border--y {
	border-right: 2px solid #5eb833;
	top: -15px;
	transform-origin: 0 100% 0;
}
.service__item:nth-of-type(7) .service__border--x {
	border-top: 2px solid #5eb833;
	top: -1px;
	transform-origin: 0 0 0;
	width: calc(100% + 15px);
}
.service__item:nth-of-type(8) .service__border--y {
	border-left: 2px solid #5eb833;
	border-right: 2px solid #5eb833;
	top: -15px;
	transform-origin: 0 100% 0;
}
.service__item:nth-of-type(8) .service__border--x {
	border-top: 2px solid #5eb833;
	left: -15px;
	top: -1px;
	transform-origin: center 0 0;
	width: calc(100% + 30px);
}
.service__item:nth-of-type(9) .service__border--y {
	border-left: 2px solid #5eb833;
	top: -15px;
	transform-origin: 0 100% 0;
}
.service__item:nth-of-type(9) .service__border--x {
	border-top: 2px solid #5eb833;
	left: -15px;
	top: -1px;
	transform-origin: 100% 0 0;
	width: calc(100% + 15px);
}
	

	
}
.service__item:hover .service__overlay {
	opacity: 1;
}
.service__item:hover .service__border {
	opacity: 1;
	transform: scale(1);
}
.service__item p {
	font-size: 15px!important;
	color: #444b54!important;
}
.howour h3 {
	font-size: 19px;
}
.testbg h4 {
	font-size: 20px;
}
.howour p {
	font-size: 16px;
	color: #444b54;
	opacity: 0.8;
	text-align: left!important;
}
.statergy {
	height: 60px;
}
.webdev {
	font-size: 20px;
	line-height: 58px;
}
.webdev img {
	height: 60px;
}
.centercol {
	margin: 0 auto;
	float: none;
}
.newlinen {
	line-height: 23px;
	margin-top: 5px;
}
.floating {
	float: left;
	-webkit-animation-name: Floatingx;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: Floating;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	margin-left: 30px;
	margin-top: 5px;
}
 @-webkit-keyframes Floatingx {
 from {
-webkit-transform:translate(0, 0px);
}
 65% {
-webkit-transform:translate(0, 15px);
}
 to {
-webkit-transform: translate(0, -0px);
}
}
 @-moz-keyframes Floating {
 from {
-moz-transform:translate(0, 0px);
}
 65% {
-moz-transform:translate(0, 15px);
}
 to {
-moz-transform: translate(0, -0px);
}
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu .main-menu {
	display: none;
}
#tm:checked + .main-menu {
	display: block;
}
#menu input[type="checkbox"], #menu ul span.drop-icon {
	display: none;
}
#menu li, #toggle-menu, #menu .sub-menu {
	border-style: solid;
	border-color: rgba(0, 0, 0, .05);
}
#menu li, #toggle-menu {
	border-width: 0 0 1px;
}
#menu .sub-menu {
	border-width: 1px 1px 0;
	margin: 0 1em;
	background-image: url(../img/navbg.png);
	background-size: cover;
}
#menu .sub-menu li:last-child {
	border-width: 0;
}
#menu li, #toggle-menu, #menu a {
	position: relative;
	display: block;
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}
#menu, #toggle-menu {
	background-color: transparent;
}
#toggle-menu, #menu a {
	padding: 1em 1.5em;
}
#menu a {
	transition: all .125s ease-in-out;
	-webkit-transition: all .125s ease-in-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#menu a:hover {
	background-color: white;
	color: #09c;
}
#menu .sub-menu {
	display: none;
}
#menu input[type="checkbox"]:checked + .sub-menu {
	display: block;
}
#menu .sub-menu a:hover {
	color: #444;
}
#toggle-menu .drop-icon, #menu li label.drop-icon {
	position: absolute;
	right: 1.5em;
	top: 1.25em;
}
#menu label.drop-icon, #toggle-menu span.drop-icon {
	border-radius: 50%;
	width: 1em;
	height: 1em;
	text-align: center;
	background-color: rgba(0, 0, 0, .125);
	text-shadow: 0 0 0 transparent;
	color: rgba(255, 255, 255, .75);
}
#menu .drop-icon {
	line-height: 1;
}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
#menu li {
	width: 33.333%;
}
#menu .sub-menu li {
	width: auto;
}
}

@media only screen and (min-width: 52em) {
#menu .main-menu {
	display: block;
}
#toggle-menu, #menu label.drop-icon {
	display: none;
}
#menu ul span.drop-icon {
	display: inline-block;
	float: right;
	font-size: 8px;
	line-height: 21px;
	margin-left: 5px;
}
#menu li {
	float: left;
	border-width: 0 1px 0 0;
	height: 77px;
	line-height: 80px;
	padding-top: 20px;
}
#menu .sub-menu li {
	float: none;
	height: auto;
	padding-top: 0px;
	margin-bottom: 0px!important;
}
#menu .sub-menu {
	border-width: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
	z-index: 3000;
}
#menu .sub-menu, #menu input[type="checkbox"]:checked + .sub-menu {
	display: none;
}
#menu .sub-menu li {
	border-width: 0 0 1px;
}
#menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}
#menu li:hover > input[type="checkbox"] + .sub-menu {
	display: block;
}
}
.tiny {
	height: 50px;
	background: #061027;
	-webkit-transition: height 2s;
	-moz-transition: height 2s;
	-ms-transition: height 2s;
	-o-transition: height 2s;
	transition: height 2s;
}
.tiny img {
	height: 45px;
	margin-top: 8px;
	margin-left: 7px;
	transition: all 0.3s ease;
	-webkit-transition: height 2s;
	-moz-transition: height 2s;
	-ms-transition: height 2s;
	-o-transition: height 2s;
	transition: height 2s;
}
.tiny #main-menu ul>.dropdown:hover>ul.dropdown-menu {
	top: 82%;
	-webkit-transition: height 0.3s;
	-webkit-transition: height 2s;
	-moz-transition: height 2s;
	-ms-transition: height 2s;
	-o-transition: height 2s;
	transition: height 2s;
}
button {
	position: relative;
	display: block;
	min-width: 120px;
	border: none;
	outline: none;
	font-size: 15px!important;
	font-weight: bold;
	background: #dfdfdf;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 2px;
}
button:nth-child(2) {
	color: #fff;
	background: #4285f4;
}
button:nth-child(3) {
	color: #fff;
	background: #00bad2;
}
button:nth-child(4) {
	color: #fff;
	background: #ff8a80;
}
.ripple {
	position: absolute;
	background: rgba(0,0,0,.25);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	pointer-events: none;
}
.ripple.show {
	-webkit-animation: ripple .5s ease-out;
	animation: ripple .5s ease-out;
}
@-webkit-keyframes ripple {
to {
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0;
}
}
@keyframes ripple {
to {
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0;
}
}
.cross ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 20px;
}
.cross ul li {
	font-size: 16px;
	background: url(../img/cross.svg) left center no-repeat;
	padding-left: 31px;
	margin-left: 1px;
	margin-bottom: 28px;
	top: 0px;
	background-position: 4px 5px;
}
.cross {
	padding-left: 0px;
}
.linetimeline {
	line-height: 26px;
	padding-top: 8px;
}
.graycolor {
	color: #444b54;
	opacity: 0.8;
}
.lineheight12 {
	font-size: 18px;
	color: #444b54;
	opacity: 0.8;
	line-height: 29px;
	padding-top: 7px;
	font-weight: 300;
}
.back-to-top {
	text-decoration: none!important;
}
.tyreround {
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	animation-direction: reverse;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(-360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(-360deg);
transform:rotate(-360deg);
}
}
.imagenew {
	-webkit-animation: spin 30s linear infinite;
	-moz-animation: spin 30s linear infinite;
	animation: spin 30s linear infinite;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.kepow {
	position: absolute;
	z-index: 999;
	left: 39px;
}
.ocean {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#hero1 {
	height: 100%;
}
.wave1 {
	background: url(../img/wave1.svg) repeat-x;
	position: absolute;
	top: -198px;
	width: 6400px;
	height: 198px;
	animation: wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
}
.wave1:nth-of-type(2) {
	top: -175px;
	animation: wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
	opacity: 1;
}
 @keyframes wave1 {
 0% {
 margin-left: 0;
}
 100% {
 margin-left: -1600px;
}
}
 @keyframes swell {
 0%, 100% {
 transform: translate3d(0, -25px, 0);
}
 50% {
 transform: translate3d(0, 5px, 0);
}
}
.wave2 {
	background: url(../img/wave1.svg) repeat-x;
	position: absolute;
	bottom: 75px;
	width: 6400px;
	height: 198px;
	animation: wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
}
.wave2:nth-of-type(2) {
	top: -175px;
	animation: wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
	opacity: 1;
}
 @keyframes wave2 {
 0% {
 margin-left: 0;
}
 100% {
 margin-left: -1600px;
}
}
 @keyframes swell {
 0%, 100% {
 transform: translate3d(0, -25px, 0);
}
 50% {
 transform: translate3d(0, 5px, 0);
}
}
.wave {
	background: url(../img/wave.svg) repeat-x;
	position: absolute;
	top: -198px;
	width: 6400px;
	height: 198px;
	animation: wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
	top: -175px;
	animation: wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
	opacity: 1;
}
 @keyframes wave {
 0% {
 margin-left: 0;
}
 100% {
 margin-left: -1600px;
}
}
 @keyframes swell {
 0%, 100% {
 transform: translate3d(0, -25px, 0);
}
 50% {
 transform: translate3d(0, 5px, 0);
}
}
.bluewave {
	background: url(../img/bluewave.svg) repeat-x;
	position: absolute;
	top: -198px;
	width: 6400px;
	height: 198px;
	animation: wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
}
.bluewave:nth-of-type(2) {
	top: -175px;
	animation: wave 30s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
	opacity: 1;
}
 @keyframes bluewave {
 0% {
 margin-left: 0;
}
 100% {
 margin-left: -1600px;
}
}
 @keyframes swell {
 0%, 100% {
 transform: translate3d(0, -25px, 0);
}
 50% {
 transform: translate3d(0, 5px, 0);
}
}
.dropdown-submenu {
	position: relative;
	line-height: 78px;
}
.dropdown-submenu>.dropdown-menu {
	top: 6px!important;
	left: 100%!important;
	margin-top: -6px!important;
	margin-left: -1px!important;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block!important;
	content: " "!important;
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc!important;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #000!important;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.graycolor h1 {
	color: #444b54!important;
	font-size: 42px;
}
.graycolor p {
	color: #444b54!important;
}
.mt-150 {
	margin-top: 150px;
}
#superContainer {
	height: 100%;
	position: relative;
	/* Touch detection for Windows 8 */
	-ms-touch-action: none;
	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box; /* <=28 */
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
	overflow: hidden;
	position: relative;
}
.fp-scroller {
	overflow: hidden;
}
.iScrollIndicator {
	border: 0 !important;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
	right: 17px;
}
#fp-nav.left {
	left: 17px;
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fp-slidesNav.bottom {
	bottom: 17px;
}
.fp-slidesNav.top {
	top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}
.fp-slidesNav ul li {
	display: inline-block;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-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;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
	height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
	height: auto !important;
}
.tyreabsolute {
	position: absolute;
	bottom: 21px;
	left: 57px;
}
.tyreabsolute1 {
	position: absolute;
	bottom: 22px;
	right: 213px;
}
.bluebackground {
	background: #2e9ee2;
}
.bluebackground1 {
	background: rgba(40,144,185,1);
	background: -moz-linear-gradient(45deg, rgba(40,144,185,1) 0%, rgba(42,225,176,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,144,185,1)), color-stop(100%, rgba(42,225,176,1)));
	background: -webkit-linear-gradient(45deg, rgba(40,144,185,1) 0%, rgba(42,225,176,1) 100%);
	background: -o-linear-gradient(45deg, rgba(40,144,185,1) 0%, rgba(42,225,176,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(40,144,185,1) 0%, rgba(42,225,176,1) 100%);
	background: linear-gradient(45deg, rgba(40,144,185,1) 0%, rgba(42,225,176,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2890b9', endColorstr='#2ae1b0', GradientType=1 );
}
.bluebackground2 {
	background: rgba(119,106,198,1);
	background: -moz-linear-gradient(45deg, rgba(119,106,198,1) 0%, rgba(215,128,230,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(119,106,198,1)), color-stop(100%, rgba(215,128,230,1)));
	background: -webkit-linear-gradient(45deg, rgba(119,106,198,1) 0%, rgba(215,128,230,1) 100%);
	background: -o-linear-gradient(45deg, rgba(119,106,198,1) 0%, rgba(215,128,230,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(119,106,198,1) 0%, rgba(215,128,230,1) 100%);
	background: linear-gradient(45deg, rgba(119,106,198,1) 0%, rgba(215,128,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#776ac6', endColorstr='#d780e6', GradientType=1 );
}
.bluebackground3 {
	background: rgba(242,122,122,1);
	background: -moz-linear-gradient(45deg, rgba(242,122,122,1) 0%, rgba(239,151,99,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(242,122,122,1)), color-stop(100%, rgba(239,151,99,1)));
	background: -webkit-linear-gradient(45deg, rgba(242,122,122,1) 0%, rgba(239,151,99,1) 100%);
	background: -o-linear-gradient(45deg, rgba(242,122,122,1) 0%, rgba(239,151,99,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(242,122,122,1) 0%, rgba(239,151,99,1) 100%);
	background: linear-gradient(45deg, rgba(242,122,122,1) 0%, rgba(239,151,99,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27a7a', endColorstr='#ef9763', GradientType=1 );
}
.bluebackground4 {
	background: rgba(42,182,225,1);
	background: -moz-linear-gradient(45deg, rgba(42,182,225,1) 0%, rgba(49,130,228,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(42,182,225,1)), color-stop(100%, rgba(49,130,228,1)));
	background: -webkit-linear-gradient(45deg, rgba(42,182,225,1) 0%, rgba(49,130,228,1) 100%);
	background: -o-linear-gradient(45deg, rgba(42,182,225,1) 0%, rgba(49,130,228,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(42,182,225,1) 0%, rgba(49,130,228,1) 100%);
	background: linear-gradient(45deg, rgba(42,182,225,1) 0%, rgba(49,130,228,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab6e1', endColorstr='#3182e4', GradientType=1 );
}
.paddingtop250 {
	padding-top: 180px;
}
.taxinew p {
	color: #444b54;
	opacity: 0.8;
	font-size: 15px;
}
.textmiddle {
	height: 100%;
	position: absolute;
	width: 100%;
}
.height100 {
	height: 100%;
}
.displaytable {
	display: table;
	height: 100%;
}
.casecolor1 {
	background: #d3303c;
	min-height: 100%;
}
.casecolor2 {
	background: #3c5779;
	min-height: 100%;
}
.imageContainer {
	min-height: 100%;
	align-items: flex-end;
	display: flex;
}
.knowmore123 {
	position: absolute;
	bottom: 25px;
	z-index: 999;
}
.imageContainer img {
	vertical-align: bottom
}
.casecolor3 {
	background: #3aa7d0;
}
.casecolor4 {
	background: #08bb93;
}
.greennew {
	background: #107abd;
}
.checkedbgnew {
	background: #2d946d;
}
.casecolor5 {
	background: #335e9e;
}
.appstore a:hover {
	opacity: 0.6;
}
.backgrounnone {
	background: transparent!important;
	background-image: none;
}
.boxshadow {
	-webkit-box-shadow: 0px 0px 11px -1px rgba(116,127,150,0.5);
	-moz-box-shadow: 0px 0px 11px -1px rgba(116,127,150,0.5);
	box-shadow: 0px 0px 11px -1px rgba(116,127,150,0.5);
	border: 1px solid #e3e3e6;
	padding: 30px;
	border-radius: 6px;
}
.boxshadow h3 {
	color: #444b54;
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 32px;
}
.boxshadow p {
	color: #444b54;
	font-size: 15px;
	opacity: 0.7;
}
.boxshadow1 {
	border-radius: 6px;
}
.boxshadow1 h3 {
	color: #444b54;
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 32px;
}
.boxshadow1 p {
	color: #444b54;
	font-size: 15px;
	opacity: 0.7;
}
.btnblue {
	border: 2px solid #4593ef;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
}
.icon-circle {
	float: left;
	margin-right: 10px;
}
.icon-circle .fa {
	text-align: center;
	font-size : 13px!important;
	color : #e84700;
	margin : 0 auto;
	height : 40px;
	width : 40px;
	border-radius : 50%;
	border : 2px solid #e84700;
	line-height: 41px;
	cursor : pointer;
	-webkit-transition : all ease-in-out 0.35s;
	-moz-transition : all ease-in-out 0.35s;
	-o-transition : all ease-in-out 0.35s;
	-ms-transition : all ease-in-out 0.35s;
	transition : all ease-in-out 0.20s, background-color ease-in-out 0.05s;
}
.icon-circle i:before {
	margin-left : 0px;
	font-size : 20px;
}

@media (min-width:320px) and (max-width:768px) {
	
	#history-timeline article.year hgroup .textnew {
    font-size: 12px;
    line-height: 17px;
    margin: 0 auto;
    max-height: 0;
    width: 100%;
    opacity: 0 !important;
    transition: opacity 0.3s cubic-bezier(0.28, 0, 0.18, 1) 0s;
    text-transform: capitalize;
    font-weight: 900!important;
    position: absolute;
    bottom: -91px;
    letter-spacing: 1px;
}
	
	#drift-widget{
		display: none!important;
	}
	
	.back-to-top {
    display: none;
    position: fixed;
    bottom: 96px!important;
    right: 29px!important;
}
	
.icon-circle .fa {
	font-size : 15px;
	color : #e84700;
	margin : 0 auto;
	height : 40px;
	width : 40px;
	border-radius : 50%;
	border : 2px solid #e84700;
	line-height : 40px;
	cursor : pointer;
	-webkit-transition : all ease-in-out 0.35s;
	-moz-transition : all ease-in-out 0.35s;
	-o-transition : all ease-in-out 0.35s;
	-ms-transition : all ease-in-out 0.35s;
	transition : all ease-in-out 0.20s, background-color ease-in-out 0.05s;
}
.icon-circle i:before {
	margin-left : 0px;
	font-size : 20px;
}
}
.envolope .fa {
	color : #444b54;
	border : 2px solid #444b54;
}
.envolope .fa:hover {
	background-color : #444b54;
	color : #fff;
	border : 2px solid #444b54;
}
.ifacebook .fa {
	color : #3B5998;
	border : 2px solid #3B5998;
}
.ifacebook .fa:hover {
	background-color : #3B5998;
	color : #fff;
	border : 2px solid #3B5998;
}
.itwittter .fa {
	color : #33ccff;
	border : 2px solid #33ccff;
}
.itwittter .fa:hover {
	background-color : #33ccff;
	color : #fff;
	border : 2px solid #33ccff;
}
.igoogle .fa {
	color : #BD3518;
	border : 2px solid #BD3518;
}
.igoogle .fa:hover {
	background-color : #BD3518;
	color : #fff;
	border : 2px solid #BD3518;
}
.iLinkedin .fa {
	color : #007bb7;
	border : 2px solid #007bb7;
}
.iLinkedin .fa:hover {
	background-color : #007bb7;
	color : #fff;
	border : 2px solid #007bb7;
}
.lineheight38 {
	line-height: 38px;
}
.boxshadow1 p:after {
	content: "";
	position: absolute;
	top: 167px;
	left: 0;
	height: 150px;
	width: 100%;
	background: -webkit-linear-gradient(#fff, #fff);
	background: linear-gradient(rgba(0,0,0,0), #fff);
}
.boxshadow1 p {
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 3px solid #fff;
	max-height: 318px;
	overflow: hidden;
	color: #000;
}
.border-all {
	-webkit-box-shadow: 0px 0px 11px -1px rgba(116,127,150,0.5);
	-moz-box-shadow: 0px 0px 11px -1px rgba(116,127,150,0.5);
	box-shadow: 0px 0px 11px -1px rgba(116,127,150,0.5);
	border: 1px solid #e3e3e6;
}
.vivinotbanner {
	background-color: #b21531;
	background-image: url(../img/vivino_img1.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#imageContainer123 {
	min-height: 625px!important;
	align-items: center;
	display: flex;
}
.dahmakan {
	background-color: #1f3f68;
	background-image: url(../img/shape1.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.wepassitforward {
	background-color: #be282c;
	background-image: url(../img/weshape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}


.pitshpae {
	background-color: #178fc0;
	background-image: url(../img/pitshape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#imageContainerright {
    min-height: 625px!important;
    align-items: flex-end;
    display: flex;
	justify-content: flex-end;
}
.money360main {
	background-color: #275ba6;
	background-image: url(../img/moneyshape.svg);
	
	background-position: right bottom;
	background-repeat: no-repeat;
}
.sonicround {
	background-color: #4e4f53;
	background-image: url(../img/sonicround.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.prayontime {
	background-color: #1fa094;
	background-image: url(../img/prayontimeshape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.wowparenting {
	background-color: #ab1371;
	background-image: url(../img/shape1.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.pitfactorbg1 {
	background: #10b9ab!important;
	color: #fff;
}
.jetcrewbg {
	background: #0579be!important;
	color: #fff;
}
.pitfactorbg2 {
	background: #2298c8!important;
	color: #fff;
}
.checked {
	background-color: #2d946d;
	background-image: url(../img/checkedhome.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.snapjobs {
	background-color: #242b6c;
	background-image: url(../img/snapshape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.ipaint {
	background-color: #028378;
	background-image: url(../img/paintshape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.hire {
	background-color: #028378;
	background-image: url(../img/hirebanner.svg);
	background-position: right top;
	background-repeat: no-repeat;
}

.kilossnew {
	background-color: #0b9059;
	background-image: url(../img/killos.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.neplace {
	background-color: #4a5158;
	background-image: url(../img/neplaceshape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}





.distilldbg {
	background-color: #272727;
	background-image: url(../img/distilldshape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.classterbg{
	background-color: #0e688b;
	background-image: url(../img/classtermain.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}


.radiology {
	background-color: #576d7e;
	background-image: url(../img/radiologyshape.svg);
	background-position: right top;
	background-repeat: no-repeat;
}
.shiphao {
	background-color: #355f9c;
	background-image: url(../img/shipshape.svg);
	background-position: right top;
	background-repeat: no-repeat;
}
.tupperclub {
	background-color: #24905c;
	background-image: url(../img/tuppershape.svg);

	background-position: right top;
	background-repeat: no-repeat;
}

.helmartbg {
	background-color: #312d77;
	background-image: url(../img/haylamartshape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.happybanner {
	background-color: #4e9a9e;
	background-image: url(../img/happyround.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}


.dhabishape {
    background-color: #ef3e48;
    background-image: url(../img/dhabishape.svg);
    background-position: right top;
    background-repeat: no-repeat;
}


.machineshape {
    background-color: #2e3a73;
    background-image: url(../img/machineshape.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.sarashape {
    background-color: #592f19;
    background-image: url(../img/sarashape.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.edushape {
    background-color: #3468d6;
    background-image: url(../img/edukidshape.svg);
    background-position: right top;
    background-repeat: no-repeat;
}

.sportybanner {
    background-color: #03a3d7;
    background-image: url(../img/sprtybannerspahe.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}


.tinybanner {
    background-color: #c44e88;
    background-image: url(../img/tinyshape.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.youfirstbanner {
    background-color: #da3841;
    background-image: url(../../page-not-found.html);
    background-position: right top;
    background-repeat: no-repeat;
}

.gosportyshaep {
    background-color: #3b5ca3;
    background-image: url(../img/gosportyshape.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.ochishape {
    background-color: #0295a1;
    background-image: url(../img/ochishape.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.a2ishape {
	background-color: #2b67c2;
	background-image: url(../img/a2ishape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.kings {
	background-color: #66302d;
	background-image: url(../img/kingshape.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.sarabgcolor {
    background-color: #a75d46!important;
    color: #fff;
}

.edukidcolor {
    background-color: #3468d6!important;
    color: #fff;
}

.sportybeansbg {
    background-color: #03a2d6!important;
    color: #fff;
}


.tinychapsbg {
    background-color: #478abd!important;
    color: #fff;
}



.gosportybg {
    background-color: #ef3e48!important;
    color: #fff;
}

.ochibg {
    background-color: #01aab8!important;
    color: #fff;
}





.choco {
	background-color: #3f2723;
	background-image: url(../img/chocoimg.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.hilowbanner {
	background-color: #3376b3;
	background-image: url(../img/hillobanner.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.wizzle {
	background-color: #354591;
	background-image: url(../img/shapenew.svg);
	background-position: right center;
	background-repeat: no-repeat;
}
.umoment {
	background-color: #029d8a;
	background-image: url(../img/umomentshape.svg);
	background-position: right center;
	background-repeat: no-repeat;
}
.wizzlebg {
	background-color: #45a01d!important;
}
.umovmentbg {
	background-color: #029d8a!important;
}
.wizzlebg1 {
	background-color: #354591!important;
}
.vivinotbanner1 {
	background-color: #8e1f4e;
	color: #fff;
}
.vivinotbanner1 .section-title {
	text-align: center;
	line-height: 40px;
	font-size: 33px;
	color: #fff;
	font-weight: 500;
	padding: 10px 0;
}
.vivinotbanner1 p {
	color: #fff;
}
#imageContainer {
	min-height: 665px;
	align-items: flex-end;
	display: flex;
}
.margintbottom {
	margin-bottom: -160px;
}
.centertext1 {
	display: flex;
	align-items: center;
	height: 550px;
}
.pt-150 {
	padding-top: 150px;
}
.cherry {
	position: absolute;
	background-image: url(../img/cherry.png);
	width: 228px;
	height: 238px;
	bottom: -340px;
}
.vivnobackground2 {
	background: #b21531;
}
.classternewbg {
	background: #0e688b;
}


.vivnobackground2 .section-title {
	text-align: center;
	line-height: 40px;
	font-size: 33px;
	color: #fff;
	font-weight: 500;
	padding: 10px 0;
}
.vivnobackground2 p {
	color: #fff;
}
.vivnioscreenback {
	background-image: url()
}
.vivi {
	background-image: url(../img/vivnobackgroundimage.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.dahm {
	background-image: url(../img/downloadapp.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}

.neplacewave {
	background-image: url(../img/neplacewave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}



.distilledwave{
	background-image: url(../img/distilledwave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	
}

.classterwave{
	background-image: url(../img/classterwave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	
}


.shipwave {
	background-image: url(../img/shipwave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}

.radiologywave {
	background-image: url(../img/radiologywave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}


.wepasswave {
	background-image: url(../img/wepasswave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
.pitfactorwave {
	background-image: url(../img/pitwave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sonicwave {
	background-image: url(../img/sonicwave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}

.praywave {
	background-image: url(../img/praywave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
.snapjobswave {
	background-image: url(../img/snapwave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
.writewave {
	background-image: url(../img/writewave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
.chocomainbg {
	background-image: url(../img/chocomainbg.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}

.hillowbg11 {
	background-image: url(../img/hillowave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}

.halwavebg{
	background-image: url(../img/halwave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}


.happywave {
    background-image: url(../img/happywave.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.a2iwave {
    background-image: url(../img/a2iwave.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.machinewave {
    background-image: url(../img/machinewave.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sarawave {
    background-image: url(../img/sarawave.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.edukidwave {
    background-image: url(../img/edukidwave.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tinywave {
    background-image: url(../img/tinywave.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.youfirstwave {
    background-image: url(../../page-not-found.html);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}



.ochiwave {
    background-image: url(../img/ochiwave.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}




.kingswave {
    background-image: url(../img/kingswave.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}



.wizzlebgdownload {
	background-image: url(../img/wizzledownload.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
.umoveiphone {
	background-image: url(../img/umomentwave.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
umoveiphone1 .sendlink input {
	padding-left: 20px;
	font-size: 14px;
}
.damakhan1 {
	background-color: #208f59!important;
	color: #fff;
}
.wepassitbg1 {
	background-color: #be282c!important;
	color: #fff;
}
.wepassitbg {
	background-color: #e03395!important;
	color: #fff;
}
.checkdmainbg {
	background-color: #2d946d!important;
	color: #fff;
}
.snapjobsbg {
	background-color: #242b6c!important;
	color: #fff;
}
.hirebg {
	background-color: #00a698!important;
	color: #fff;
}

.killossbg {
	background-color: #0b9059!important;
	color: #fff;
}

.nepplacebg {
	background-color: #c6333b!important;
	color: #fff;
}

.nepplacebg1 {
	background-color: #4a5158!important;
	color: #fff;
}


.distilldbg1 {
    background-color: #b68157!important;
    color: #fff;
}

.classterbgmain {
    background-color: #d83841!important;
    color: #fff;
}


d83841

.distilldbg2 {
    background-color: #272727!important;
    color: #fff;
}



.radiologybg {
	background-color: #d93841!important;
	color: #fff;
}



.shipbg {
	background-color: #355f9c!important;
	color: #fff;
}
.tupperbg {
	background-color: #30af72!important;
	color: #fff;
}
.shipbg1 {
	background-color: #d7483e!important;
	color: #fff;
}

.tupperclubbg1 {
	background-color: #24905c!important;
	color: #fff;
}


.damakhan2 {
	background-color: #1f3f68!important;
	color: #fff;
}
.chococolor {
	background-color: #914c41!important;
	color: #fff;
}

.halcolor {
	background-color: #6fad42!important;
	color: #fff;
}

.happycolor {
	background-color: #d490a9!important;
	color: #fff;
}

.chococolor1 {
	background-color: #3f2723!important;
	color: #fff;
}

.hillowbg {
	background-color: #1b5ca5!important;
	color: #fff;
}
.lemon {
	position: absolute;
	background-image: url(../img/lemon.png);
	background-repeat: no-repeat;
	width: 228px;
	height: 218px;
	bottom: 110px;
	left: -40px;
}
.wepassdo {
	position: absolute;
	background-image: url(../img/wepassdo.png);
	background-repeat: no-repeat;
	width: 277px;
	height: 318px;
	bottom: 110px;
	left: -40px;
}
.wepassdo1 {
	position: absolute;
	background-image: url(../img/wepassdo1.png);
	background-repeat: no-repeat;
	width: 258px;
	height: 317px;
	bottom: 110px;
	right: -20px;
}
.pitshpae1 {
	position: absolute;
	background-image: url(../img/pitshape1.png);
	background-repeat: no-repeat;
	width: 268px;
	height: 258px;
	bottom: 110px;
	left: -20px;
}
.pitshpae2 {
	position: absolute;
	background-image: url(../img/pitshape2.png);
	background-repeat: no-repeat;
	width: 228px;
	height: 248px;
	bottom: 120px;
	right: 40px;
}
.jetcrewshapenew {
	position: absolute;
	background-image: url(../img/jetcrewshap1.png);
	background-repeat: no-repeat;
	width: 268px;
	height: 258px;
	bottom: 31px;
	left: -20px;
}
.jetcrewshapenew1 {
	position: absolute;
	background-image: url(../img/jetcrewshap2.png);
	background-repeat: no-repeat;
	width: 298px;
	height: 248px;
	bottom: 80px;
	right: 20px;
}

.money360shape1 {
	    position: absolute;
    background-image: url(../img/wizzle-money1.png);
    background-repeat: no-repeat;
    width: 298px;
    height: 248px;
    bottom: 150px;
    right: -39px;
}


.sonicshape {
	position: absolute;
	background-image: url(../img/sonicshape1.png);
	background-repeat: no-repeat;
	width: 298px;
	height: 288px;
	bottom: 110px;
	left: -20px;
}
.sonicshape1 {
	position: absolute;
	background-image: url(../img/sonicshape2.png);
	background-repeat: no-repeat;
	width: 358px;
	height: 288px;
	bottom: 120px;
	right: 40px;
}

.prayontimeshape {
	    position: absolute;
    background-image: url(../img/prayshape.png);
    background-repeat: no-repeat;
    width: 258px;
    height: 288px;
    bottom: 110px;
    left: 50px;
}
.prayontimeshape1 {
	    position: absolute;
    background-image: url(../img/prayshape1.png);
    background-repeat: no-repeat;
    width: 258px;
    height: 288px;
    bottom: 110px;
    right: 40px;
}

.wowshape {
	position: absolute;
	background-image: url(../img/wowshape.png);
	background-repeat: no-repeat;
	width: 248px;
	height: 258px;
	bottom: 110px;
	left: 10px;
}
.wowshape1 {
	position: absolute;
	background-image: url(../img/wowshape1.png);
	background-repeat: no-repeat;
	width: 288px;
	height: 319px;
	bottom: 110px;
	right: -40px;
}
.glass {
	position: absolute;
	background-image: url(../img/glass.png);
	background-repeat: no-repeat;
	width: 228px;
	height: 518px;
	bottom: 110px;
	right: 20px;
}
.glass1 {
	position: absolute;
	background-image: url(../img/glass1.png);
	background-repeat: no-repeat;
	width: 228px;
	height: 308px;
	bottom: 200px;
	left: 0px;
}
.snapjobsscreen1 {
	position: absolute;
	background-image: url(../img/snapshape1.png);
	background-repeat: no-repeat;
	width: 308px;
	height: 348px;
	bottom: 70px;
	right: 20px;
}
.snapjobsscreen2 {
	position: absolute;
	background-image: url(../img/snapshape.png);
	background-repeat: no-repeat;
	width: 278px;
	height: 278px;
	bottom: 60px;
	left: 0px;
}

.writeshape {
	position: absolute;
	background-image: url(../img/writeshape2.png);
	background-repeat: no-repeat;
	width: 308px;
	    height: 328px;
	bottom: 70px;
	right: 20px;
}
.writeshape2 {
	position: absolute;
	background-image: url(../img/writeshape1.png);
	    background-repeat: no-repeat;
    width: 278px;
    height: 278px;
    bottom: 120px;
    left: 80px;
}


.neplacedrievr {
	position: absolute;
    background-image: url(../img/hatdriver.png);
    background-repeat: no-repeat;
    width: 228px;
    height: 208px;
    bottom: 120px;
    left: -7px;
}
.neplacedrievr1 {
	position: absolute;
    background-image: url(../img/hatdriver1.png);
    background-repeat: no-repeat;
    width: 358px;
    height: 208px;
    bottom: 130px;
    right: -30px;
}

.kilossshape {
	position: absolute;
    background-image: url(../img/kilossshape1.png);
    background-repeat: no-repeat;
    width: 178px;
    height: 408px;
    bottom: 100px;
    right: 53px;
}
.kilossshape1 {
	position: absolute;
	background-image: url(../img/kilossshape.png);
	background-repeat: no-repeat;
	width: 258px;
	height: 208px;
	bottom: 100px;
	left: 0px;
}

.hirecar {
	position: absolute;
	background-image: url(../img/hirecar.png);
	background-repeat: no-repeat;
	width: 418px;
	height: 308px;
	bottom: 90px;
	right: -110px;
}
.hirecar1 {
	position: absolute;
	background-image: url(../img/hirecar1.png);
	background-repeat: no-repeat;
	width: 258px;
	height: 208px;
	bottom: 150px;
	left: 0px;
}


.distills2 {
	    position: absolute;
    background-image: url(../img/distills1.png);
    background-repeat: no-repeat;
    width: 418px;
    height: 528px;
    bottom: 90px;
    left: -60px;
}
.distills1 {
	    position: absolute;
    background-image: url(../img/distills2.png);
    background-repeat: no-repeat;
    width: 258px;
    height: 318px;
    bottom: 150px;
    right: 0px;
}


.classtershap1 {
	      position: absolute;
    background-image: url(../img/classterbook.png);
    background-repeat: no-repeat;
    width: 418px;
    height: 298px;
    bottom: 90px;
    left: 0px;
}
.classtershap2 {
	       position: absolute;
    background-image: url(../img/classterbook1.png);
    background-repeat: no-repeat;
    width: 258px;
    height: 268px;
    bottom: 150px;
    right: 0px;
}


.radiolo {
	    position: absolute;
    background-image: url(../img/radiologyshapen1.png);
    background-repeat: no-repeat;
    width: 248px;
    height: 268px;
    bottom: 150px;
    right: -10px;
}
.radiolo1 {
	    position: absolute;
    background-image: url(../img/radiologyshapen.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 258px;
    bottom: 150px;
    left: 100px;
}

.shipshape1 {
	position: absolute;
	background-image: url(../img/shipshap1.png);
	background-repeat: no-repeat;
	width: 418px;
	height: 268px;
	bottom: 100px;
	right: -50px;
}
.shipshape2 {
	position: absolute;
	background-image: url(../img/shipshap2.png);
	background-repeat: no-repeat;
	width: 258px;
	height: 298px;
	bottom: 130px;
	left: 0px;
}

.tupperclubshape {
	    position: absolute;
    background-image: url(../img/tupperclubshape.png);
    background-repeat: no-repeat;
    width: 418px;
    height: 268px;
    bottom: 90px;
    right: -120px;
}
.tupperclubshape1 {
	position: absolute;
    background-image: url(../img/tupperclubshape1.png);
    background-repeat: no-repeat;
    width: 258px;
    height: 298px;
    bottom: 60px;
    left: 0px;
}
.tom {
	position: absolute;
	background-image: url(../img/tom.png);
	background-repeat: no-repeat;
	width: 228px;
	height: 258px;
	top: 120px;
	right: 0;
}
.chococube {
	position: absolute;
	background-image: url(../img/cube1.png);
	background-repeat: no-repeat;
	width: 378px;
	height: 358px;
	bottom: 110px;
	left: -40px;
}
.chococube1 {
	position: absolute;
	background-image: url(../img/cube2.png);
	background-repeat: no-repeat;
	width: 308px;
	height: 378px;
	bottom: 120px;
	right: 0;
}


.hilloshape {
	    position: absolute;
    background-image: url(../img/hilloshape1.png);
    background-repeat: no-repeat;
    width: 278px;
    height: 248px;
    bottom: 110px;
    left: 20px;
}
.hilloshape1 {
	position: absolute;
    background-image: url(../img/hilloshape2.png);
    background-repeat: no-repeat;
    width: 238px;
    height: 268px;
    bottom: 120px;
    right: 0;
}

.hal1 {
	position: absolute;
    background-image: url(../img/halbot.png);
    background-repeat: no-repeat;
    width: 168px;
    height: 238px;
    bottom: 110px;
    left: 110px;
}
.hal2 {
	    position: absolute;
    background-image: url(../img/halbot1.png);
    background-repeat: no-repeat;
    width: 308px;
    height: 323px;
    bottom: 120px;
    right: 0;
}


.happynestshape {
	    position: absolute;
    background-image: url(../img/happyshape1.png);
    background-repeat: no-repeat;
    width: 278px;
    height: 268px;
    bottom: 20px;
    left: 0px;
}
.happynestshape2 {
	  position: absolute;
    background-image: url(../img/happyshape2.png);
    background-repeat: no-repeat;
    width: 308px;
    height: 303px;
    bottom: 50px;
    right: 0;
}



.a2ishapenew {
    position: absolute;
    background-image: url(../img/a2iside1.png);
    background-repeat: no-repeat;
    width: 248px;
    height: 268px;
    bottom: 20px;
    left: 60px;
}
.a2ishapenew1 {
	    position: absolute;
    background-image: url(../img/a2iside.png);
    background-repeat: no-repeat;
    width: 258px;
    height: 303px;
    bottom: 50px;
    right: 0
}


.dhabishape1 {
    position: absolute;
    background-image: url(../img/dhabishape2.png);
    background-repeat: no-repeat;
    width: 248px;
    height: 268px;
    bottom: 20px;
    left: 60px;
}
.dhabishape2 {
	    position: absolute;
    background-image: url(../img/dhabishape1.png);
    background-repeat: no-repeat;
    width: 698px;
    height: 303px;
    bottom: -10px;
    right: 0;
}

.machineshape1 {
    position: absolute;
    background-image: url(../img/machineshape.png);
    background-repeat: no-repeat;
    width: 248px;
    height: 268px;
  bottom: 80px;
    left: 60px;
}
.machineshape2 {
	     position: absolute;
    background-image: url(../img/machineshape1.png);
    background-repeat: no-repeat;
    width: 328px;
    height: 323px;
    bottom: 90px;
    right: 0;
}


.sarashapene {
    position: absolute;
    background-image: url(../img/sarashape1.png);
    background-repeat: no-repeat;
    width: 248px;
    height: 268px;
  bottom: 80px;
    left: 60px;
}
.sarashapene1 {
	     position: absolute;
    background-image: url(../img/sarashape.png);
    background-repeat: no-repeat;
    width: 328px;
    height: 263px;
    bottom: 90px;
    right: 0;
}


.edukidshape1 {
    position: absolute;
    background-image: url(../img/edukidshape.png);
    background-repeat: no-repeat;
    width: 248px;
   height: 238px;
  bottom: 80px;
    left: 60px;
}
.edukidshape2 {
    position: absolute;
    background-image: url(../img/edukidshape1.png);
    background-repeat: no-repeat;
    width: 278px;
    height: 293px;
    bottom: 90px;
    right: 0;
}


.tinyshape1 {
    position: absolute;
    background-image: url(../img/tinyshape1.png);
    background-repeat: no-repeat;
    width: 248px;
   height: 238px;
  bottom: 80px;
    left: 60px;
}
.tinyshape2 {
    position: absolute;
    background-image: url(../img/tinyshape.png);
    background-repeat: no-repeat;
    width: 278px;
      height: 253px;
    bottom: 90px;
    right: 0;
}



.youfirstshape1 {
       position: absolute;
    background-image: url(../../page-not-found.html);
    background-repeat: no-repeat;
    width: 248px;
    height: 298px;
    bottom: 80px;
    left: 30px;
}
.youfirstshape2 {
  position: absolute;
    background-image: url(../../page-not-found.html);
    background-repeat: no-repeat;
    width: 338px;
    height: 223px;
    bottom: 90px;
    right: 0;
}


.sportyshape2 {
    position: absolute;
    background-image: url(../img/gosportyshape2.png);
    background-repeat: no-repeat;
    width: 338px;
    height: 173px;
    bottom: 90px;
    right: 0;
}



.gosportyshape1 {
    position: absolute;
    background-image: url(../img/edukidshape.png);
    background-repeat: no-repeat;
    width: 248px;
   height: 238px;
  bottom: 80px;
   left: 20px;
}
.gosportyshape2 {
   position: absolute;
    background-image: url(../img/gosportyshape2.png);
    background-repeat: no-repeat;
    width: 328px;
    height: 193px;
    bottom: 90px;
    right: 0;
}



.ochishape1 {
       position: absolute;
    background-image: url(../img/ochiimgshae1.png);
    background-repeat: no-repeat;
    width: 218px;
    height: 238px;
    bottom: 70px;
    left: 60px;
}
.ochishape2 {
  position: absolute;
    background-image: url(../img/ochiimgshae.png);
    background-repeat: no-repeat;
    width: 338px;
    height: 233px;
    bottom: 90px;
    right: 0;
}


.redmishape {
    position: absolute;
    background-image: url(../img/redimoshape.png);
    background-repeat: no-repeat;
    width: 248px;
    height: 268px;
       bottom: 60px;
    left: 60px;
}
.redmishape1 {
	    position: absolute;
    background-image: url(../img/redimoshape1.png);
    background-repeat: no-repeat;
       width: 368px;
    height: 303px;
    bottom: 50px;
    right: 0
}


.kingshape {
    position: absolute;
    background-image: url(../img/kingsshape.png);
    background-repeat: no-repeat;
    width: 248px;
    height: 268px;
    bottom: 20px;
    left: 10px;
}
.kingshape1 {
	    position: absolute;
    background-image: url(../img/kingsshape1.png);
    background-repeat: no-repeat;
    width: 258px;
    height: 303px;
    bottom: 50px;
    right: 0
}


.umovnticon1 {
	position: absolute;
	background-image: url(../img/umovnticon.png);
	background-repeat: no-repeat;
	width: 233px;
	height: 328px;
	bottom: 122px;
	right: 10px;
}
.umovnticon2 {
	position: absolute;
	background-image: url(../img/umovnticon1.png);
	background-repeat: no-repeat;
	width: 233px;
	height: 278px;
	bottom: 92px;
	left: -19px;
}
.pigi {
    position: absolute;
    background-image: url(../img/wizzle-money.png);
    background-repeat: no-repeat;
    width: 212px;
    height: 328px;
    bottom: 142px;
    left: 26px;
}

.bagnew {
	position: absolute;
	background-image: url(../img/wizzle-money1.jpg);
	background-repeat: no-repeat;
	width: 258px;
	height: 348px;
	bottom: 220px;
	right: 0;
}
.minheightn {
	min-height: 430px;
}
.wizzlemain {
	width: 100%;
	margin-top: -50px;
	height: 314px;
	margin-bottom: 70px;
}
.fontamount {
	font-size: 75px;
	font-family: 'Avenir Next LT Pro'
}
.damakhanlaptop {
	background-image: url(../img/damakan5.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}
.pitfactorlaptop {
	background-image: url(../img/pitfactorlaptop.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}
.jetcrewlapy {
	background-image: url(../img/jetcrewlapy.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}
.money360lap {
	background-image: url(../img/money3601.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}
.wowlaptop {
	background-image: url(../img/wowlaptop1.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}
.wowlaptop1 {
	background-image: url(../img/wowlaptop.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}
.wowparentingcol {
	background-color: #0ba484!important;
	color: #fff;
}
.chocltop {
	background-image: url(../img/choclleft.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}

.haltop {
	background-image: url(../img/halscreen1.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}

.haltop1 {
	background-image: url(../img/halscreen3.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}
.happytop2 {
	background-image: url(../img/happyscreen3.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}

.a2itop2 {
	background-image: url(../img/a2itop2.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
}


.happytop1 {
		background-image: url(../img/happyscreen1.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
	
}

.a2icolor {
    background-color: #009e70!important;
    color: #fff;
}

.dhabibgclr {
    background-color: #393939!important;
    color: #fff;
}
.machinebgcolor {
    background-color: #727eb7!important;
    color: #fff;
}




.redimobg {
    background-color: #194e9f!important;
    color: #fff;
}

.kingcolor {
    background-color: #66302d!important;
    color: #fff;
}

.a2itop {
		background-image: url(../img/a2itop.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
	
}

.a2itop1 {
		background-image: url(../img/happyscreen1.png);
	height: 650px;
	background-position-y: 42px;
	background-repeat: no-repeat;
	
}


.pt-50-0 {
	padding-top: 0px!important;
}
.cherry {
	position: absolute;
	background-image: url(../img/cherry.png);
	width: 228px;
	height: 238px;
	bottom: -250px;
}
.fontamount {
	font-size: 53px;
	font-family: 'Avenir Next LT Pro';
}
#imageContainer1 {
	min-height: 625px!important;
	align-items: flex-end;
	display: flex;
}
.border-bottom1 {
	border-bottom: 5px solid #f97933;
	text-align: center;
	line-height: 50px;
	color: #f97933;
	font-weight: 500;
	font-size: 25px;
}
.border-bottom12 {
	border-bottom: 5px solid #f43868;
	text-align: center;
	line-height: 50px;
	color: #f43868;
	font-weight: 500;
	font-size: 25px;
}
.greencolor {
	color: #5eb833;
}
.border-bottom13 {
	border-bottom: 5px solid #6a40ad;
	text-align: center;
	line-height: 50px;
	color: #6a40ad;
	font-weight: 500;
	font-size: 25px;
}
.border-bottom14 {
	border-bottom: 5px solid #349bf1;
	text-align: center;
	line-height: 50px;
	color: #349bf1;
	font-weight: 500;
	font-size: 25px;
}
.border-bottom15 {
	border-bottom: 5px solid #01bb74;
	text-align: center;
	line-height: 50px;
	color: #01bb74;
	font-weight: 800;
	font-size: 25px;
}
.hownew p {
	margin-top: 20px;
	margin-bottom: 0!important;
}
.hownew {
	margin-top: 20px;
	margin-bottom: 0!important;
}
.col-20 {
	width: 20%;
	float: left;
	padding: 8px;
}
.testbg {
	background-image: url(../img/testbg.jpg);
}
.subscribene {
	background-image: url(../img/subbg.png);
	font-size: 20px!important;
}
.marginbottom25 {
	margin-bottom: -28px;
}
.owl-centered .owl-wrapper {
	display: table !important;
}
.owl-centered .owl-item {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.owl-centered .owl-item > div {
	text-align: center;
}
.control-group {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: left;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	padding: 30px;
	width: 200px;
	height: 210px;
	margin: 10px;
}
.control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 18px;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
}
.control--radio .control__indicator {
	border-radius: 50%;
}
.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
	background: #ccc;
}
.control input:checked ~ .control__indicator {
	background: #5eb833;
}
.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
	background: #5eb833;
}
.control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control__indicator:after {
	display: block;
}
.control--checkbox .control__indicator:after {
	left: 1px;
	top: 0px;
	width: 20px;
	height: 20px;
	background-image: url(../img/checkboxtick.png);
}
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
	left: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}
.select {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: #e6e6e6;
	color: #7b7b7b;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select select::-ms-expand {
 display: none;
}
.select select:hover, .select select:focus {
	color: #000;
	background: #ccc;
}
.select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.select__arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
	border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}
.formnew label {
	text-transform: capitalize!important;
	letter-spacing: 0px!important;
	font-size: 16px!important;
}
.weekselect {
	border-radius: 60px!important;
	line-height: 30px!important;
	color: #fff!important;
	margin-right: 10px!important;
	background: #4593ef!important;
	width: 46px!important;
}
.weekselect1 {
	border-radius: 60px!important;
	line-height: 30px!important;
	color: #9aa1aa!important;
	margin-right: 10px!important;
	background: #ebeff3!important;
	width: 46px!important;
}
.btn span.glyphicon {
	opacity: 0;
}
.btn.active span.glyphicon {
	opacity: 1;
}
.margintop500 {
	margin-top: -450px;
}
.boxshadownewone {
	-webkit-box-shadow: 0px 2px 28px -5px rgba(114,120,133,0.8);
	-moz-box-shadow: 0px 2px 28px -5px rgba(114,120,133,0.8);
	box-shadow: 0px 2px 28px -5px rgba(114,120,133,0.8);
}
.contactsmall label {
	text-transform: capitalize!important;
	letter-spacing: 0px!important;
	font-size: 16px!important;
	color: #9aa1aa!important;
}
.graycolornew {
	color: #9aa1aa!important;
}
.margintopminue {
	margin-top: -36px;
	float: left;
}
.font-size18 {
	font-size: 17px;
}
.btn-primary {
	color: #9e9e9e;
	background-color: #e6e6e6;
	border-color: #d6d6d6;
	cursor: pointer;
}
.fontsize17 {
	font-size: 17px!important;
}
.cusrsorpointer {
	cursor: pointer;
}
.calendercircle {
	border-radius: 50px!important;
	height: 40px!important;
	width: 40px!important;
	text-align: center!important;
	padding: 0!important;
	line-height: 39px!important;
	margin-right: 10px!important;
}
.keyframe img {
	height: 80px;
}
.paddingleft0 {
	padding-left: 0px!important;
}
.font-size17 {
	font-size: 17px;
	color: #444b54;
	opacity: 0.8
}
.lineheightmob {
	line-height: 28px;
	padding-top: 9px;
}
.feature-icon {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 0 10px 15px 0 rgba(14, 48, 57, .1);
	width: 52px;
}
.ms-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ms-section.ms-table {
	display: table;
	width: 100%;
}
.ms-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.ms-easing {
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
#multiscroll-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#multiscroll-nav.right {
	right: 17px;
}
#multiscroll-nav.left {
	left: 17px;
}
#multiscroll-nav ul {
	margin: 0;
	padding: 0;
}
#multiscroll-nav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}
#multiscroll-nav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#multiscroll-nav li .active span {
	background: #5eb833;
}
#multiscroll-nav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.multiscroll-tooltip {
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	top: -2px;
	white-space: nowrap;
	max-width: 220px;
}
.multiscroll-tooltip.right {
	right: 20px;
}
.multiscroll-tooltip.left {
	left: 20px;
}
#right1 {
	background-color: #fff!important;
}
#right3 {
	background-color: #fff!important;
}
#left1 {
	background-color: #2e9ee2!important;
}
#left2 {
	background-color: #fff!important;
}
#left4 {
	background-color: #fff!important;
}
.platforkm img {
	width: 50px;
}
.keyimg img {
	width: 60px;
}
.textleft {
	text-align: left!important;
}
.displaynone {
	display: none;
}
.mrfooter {
	margin-top: 8px;
	float: left;
}
.contactimagenew {
	background-image: url(../img/contact.jpg);
	background-position: center;
	background-size: cover;
}
.what {
	background-image: url(../img/mobilenew.jpg);
}
.whatnw {
	background-image: url(../img/screenback.jpg);
	background-color: #0ca979;
	background-size: cover;
	height: 100%;
}

.whatwecan {
	background-image: url(../img/services_bg.jpg);
	background-size: cover;
}
.bluegradient {
	background-image: url(../img/bluegradient.jpg);
	background-size: cover;
}
.width16 {
	max-width: 16%!important;
}
.m-4im {
	margin-top: 4px!important;
}
.expertbg {
	background-image: url(../img/experties.jpg);
	background-size: cover;
}
.grayng {
	background: #f8fafc;
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
}
.keyimg150 img {
	width: 150px;
}
.keyimg90 img {
	width: 90px;
}
.contactbackgroud {
	background-image: url(../img/contact.jpg);
	background-position: center;
	background-size: cover;
}
.font23 {
	font-size: 23px;
	line-height: 29px;
}
.nameclient h4 {
	font-size: 19px;
	font-weight: 400;
}
.newdedicated h3 {
	font-size: 19px;
	font-weight: 400;
}
.imgreduce img {
	width: 85%;
}
.ourflexi2 {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(114,120,133,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(114,120,133,1);
	box-shadow: 0px 0px 5px 0px rgba(114,120,133,1);
	background: #fff;
	border-radius: 5px;
	color: #444b54;
	line-height: 23px;
	min-height: 310px!important;
	font-size: 16px;
}
.video-thumbnail {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 30px;
}
#contactarea h2 {
	font-size: 18px;
	margin-bottom: 40px;
}
.video-thumbnail:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	content: "\f01d";
	font-family: FontAwesome;
	font-size: 100px;
	color: #fff;
	opacity: .8;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover:before {
	color: #eee;
}
.font-size15 {
	font-size: 15px;
}
.heightnew80 {
	height: 80px;
}
.enerpr h3 {
	font-size: 16px;
}
.enerpr h4 {
	font-size: 17px;
}
.uiux img {
	height: 60px;
}
.ourvalue1 {
	background-image: url(../img/ourvalue1.jpg);
	border-radius: 5px;
	min-height: 365px;
	padding: 50px;
	padding-bottom: 30px;
}
.ourvalue1:hover {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.29);
}
.ourvalue2:hover {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.29);
}
.ourvalue2 {
	background-image: url(../img/ourvalue2.jpg);
	border-radius: 5px;
	min-height: 365px;
	padding: 50px;
	padding-bottom: 0px;
}
.whitetext {
	color: #fff!important;
	text-align: left!important;
}
.arrow {
	opacity: 1;
	float: left;
	cursor: pointer;
}
.arrow:hover {
	opacity: 0.9;
}
.image80 {
	height: 120px;
}
.image70 {
	height: 72px;
}
.indexbanner {
	background: url(../img/mainbanner.jpg);
	background-size: cover;
	position: relative;
}
.imagesizenew img {
	      height: 200px;
	margin-bottom: 13px;
}
.whychoose img {
	width: 65px;
	height: 65px;
	margin-top: -7px;
}
.index-content a:hover {
	color: black;
	text-decoration: none;
}
.index-content {
	margin-bottom: 20px;
	padding: 50px 0px;
}
.index-content .row {
	margin-top: 20px;
}
.index-content a {
	color: black;
}
.index-content .card {
	background-color: #FFFFFF;
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.index-content .card:hover {
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
	color: black;
}
.index-content .card img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.index-content .card h4 {
	margin: 20px;
	font-size: 18px;
	line-height: 27px;
}
.index-content .card p {
	margin: 20px;
	opacity: 0.65;
}
.index-content .blue-button {
	width: 100px;
	-webkit-transition: background-color 1s, color 1s; /* For Safari 3.1 to 6.0 */
	transition: background-color 1s, color 1s;
	min-height: 20px;
	background-color: #5eb833;
	color: #ffffff;
	border-radius: 50px;
	text-align: center;
	font-weight: lighter;
	margin: 0px 20px 15px 20px;
	padding: 5px 0px;
	display: inline-block;
}
.index-content .blue-button:hover {
	background: #499923;
	color: #fff;
}

@media (max-width: 768px) {
.index-content .col-lg-4 {
	margin-top: 20px;
}
}
.mt-5 {
	margin-top: 5px!important;
}
.card span {
	font-size: 15px;
	font-weight: bold;
	color: #9aa1aa;
	padding-top: 10px;
	float: left;
	width: 100%;
}
/* ---------------- **!--Hero Section ------------------- */

.hero-area {
	width: 100%;
	height: 900px;
	background-image: url(../img/bg.png);
	background-position: center;
	background-repeat: repeat;
	    background-size: cover;
	position: relative;
	display: block;
	z-index: 0;
	overflow: hidden;
	position: relative;
}
.hero-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f9fafc;
	opacity: .1;
	z-index: -1;
}
.hero-area.skew:before {
	position: absolute;
	content: "";
	width: 104%;
	height: 80px;
	bottom: 0;
	left: -2%;
	background-color: #fff;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	transform-origin: 100% 0 0;
	opacity: 1;
	z-index: 10;
}
.hero-area-inner {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
	z-index: 0;
	overflow: hidden;
}
.hero-area-caption {
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hero-area .title, .hero-area .subtitle {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #fff;
}
.hero-area .title {
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.hero-area .subtitle {
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 7px;
	text-transform: capitalize;
}
.hero-area .subtitle span {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #00aeef;
}
.hero-area .after-subtitle {
	font-size: 30px;
	font-weight: 300;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 120px;
	display: block;
	color: #fff;
}
.typed-cursor {
	position: absolute;
	color: #5eb833;
}
.typed-cursor {
	-webkit-animation-name: cursor-blink;
	animation-name: cursor-blink;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink {
 10% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes blink {
 10% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes blink {
 10% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
.tree, .coffee, .phone, .draw, .frame, .laptop {
	position: absolute;
	z-index: -1;
}
.coffee {
	top: 36%;
	left: -6%;
}
.phone {
	bottom: 8%;
	left: 9%;
}

.lapnew{
	    bottom: 17%;
    left: -1%;
}
.draw {
	bottom: 6%;
	left: 30%;
}

.graphbanner{
	left: 50%;
}
.graphbanner img{
	width: 50%;
}

.graphbanner1{
	left: 50%;
	bottom: 18%;
}
.graphbanner1 img{
	width: 40%;
}

.keyboardnew1 {
    width: 100px;
    bottom: 23%;
    left: 30%;
	position: absolute;
    z-index: -1;
}
.draw3{
	bottom: 6%;
	left: 30%;
}

.frame {
	right: 4%;
	top: 20%;
}
.laptop {
	right: 1%;
	top: 56%;
}
/* **!--Hero Section 2 */

.home-2 {
	width: 100%;
	height: 100%;
	background-image: url(../../page-not-found.html);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.home-2, .hero-slider-inner .item {
	min-height: 735px;
}
.hero-slider-inner {
}
.hero-slider-inner .item {
	position: relative;
	z-index: 1;
}
.home-2:after, .hero-slider-inner .item:after {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	bottom: 0;
	background-color: #00aeef;
	opacity: .4;
	z-index: 1;
}
.home-2:after {
	z-index: -1;
}
.hero-content-holder {
	position: absolute;
	width: 38%;
	height: auto;
	top: 47%;
	z-index: 10;
	left: 0;
	padding: 0px 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hero-slide-holder {
	position: absolute;
	width: 50%;
	height: auto;
	bottom: 29.5%;
	right: 0;
	z-index: 10;
	padding: 0px 15px;
}
.home-2 .after-subtitle {
	margin: 0;
}
.home-2 .title, .home-2 .subtitle, .home-2 .after-subtitle {
	color: #fff;
}
.home-2 .owl-dots {
	width: 49%;
	position: absolute;
	height: 20px;
	text-align: center;
	bottom: 26%;
	right: 0;
}
/* **!--Hero Section 3 */

.home-3 {
	width: 100%;
	height: 100vh;
	min-height: 800px;
	background-image: none;
}
.hero-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.hero-content {
}
.hero-right {
}
.hero-content .btn-field i {
	font-size: 22px;
	margin-right: 8px;
}
.home-3 .after-subtitle {
	margin-bottom: 15px;
}
.home-3 .title, .home-3 .subtitle, .home-3 .after-subtitle {
	color: #fff;
}
.home-3 .download-brand {
	margin: 30px 0;
}
.no-video .video-container video, .touch .video-container video {
	display: none;
}
.no-video .video-container .poster, .touch .video-container .poster {
	display: block !important;
}
.video-container {
	position: relative;
	bottom: 0%;
	left: 0%;
	height: 100% !important;
	width: 100%;
	overflow: hidden;
}
.video-container:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	bottom: 0;
	background-color: #0b3c5a;
	opacity: .8;
	z-index: 1;
}
.video-container .poster img {
	width: 100%;
	bottom: 0;
	position: absolute;
}
.video-container .filter {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.video-container video {
	position: absolute;
	z-index: 0;
	bottom: 0;
}
.video-container video.fillWidth {
	width: 100%;
}
/* ---------------- **!--About Section ------------------- */

.about-area {
}
.about-left {
	width: 100%;
	height: auto;
	padding: 30px;
	background-image: url(../../page-not-found.html);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.about-content .btn {
	margin-top: 6px;
}
.social-link {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 90px 30px;
	text-align: center;
	z-index: 1;
}
.social-link:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #00aeef;
	opacity: .6;
	z-index: -1;
}
.social-link li {
	display: inline-block;
	margin: 0;
}
.social-link li a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 23px;
	line-height: 65px;
	color: #fff;
	text-align: center;
	margin: 0px 5px;
	box-shadow: 0 2px 6px -3px #585858;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.social-link li a.facebook {
	background-color: #3b5998;
}
.social-link li a.twitter {
	background-color: #1da1f2;
}
.social-link li a.linkedin {
	background-color: #0177B5;
}
.social-link li a.google-plus {
	background-color: #EA4335;
}
.social-link a:hover {
	color: #fff!important;
	background-color: #00aeef!important;
}
.about-content {
}
.about-content p {
	margin-bottom: 16px;
}
.about-content p:last-child {
	margin: 0;
}
body, html {
	height: 100%;
}
.height100 {
	height: 100%;
}
.knowmore12 {
	position: absolute;
	bottom: 25px;
}
.contactteam img {
	width: 80px;
}
.lifeat p {
	font-size: 20px;
	color: #444b54;
	line-height: 31px;
}
.lifeat span {
	font-size: 20px;
	color: #5eb833;
	line-height: 31px;
	margin-bottom: 19px;
	float: left;
	width: 100%;
}
.downarroweffect {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 40px;
	font-size: 40px;
	line-height: 40px;
	-webkit-animation: bounce 2s infinite ease-in-out;
}
@-webkit-keyframes bounce {
 0%, 20%, 60%, 100% {
-webkit-transform: translateY(0);
}
 40% {
-webkit-transform: translateY(-20px);
}
 80% {
-webkit-transform: translateY(-10px);
}
}
.gallery_product img {
	-webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.75);
	width: 100%;
	font-size: 1rem;
	white-space: normal;
	color: black;
	background: white;
}
.imagebox {
	background: black;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
}
.imagebox img {
	width: 100%;
	opacity: 1;
	transition: 0.5s opacity;
}
.imagebox .imagebox-desc {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0px;
	color: white;
	font-size: 1.2em;
	left: 0px;
	padding: 10px 15px;
	position: absolute;
	transition: 0.5s padding;
	text-align: center;
	width: 100%;
}
.imagebox:hover img {
	opacity: 0.7;
}
.imagebox:hover .imagebox-desc {
	padding-bottom: 10%;
}
.category-banner {
	width: 100%;
}
.nofoundimage {
	width: 40%;
	margin-top: 35px;
}
.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.inner {
	margin-left: auto;
	margin-right: auto;
}
.fontsize-26 {
	font-size: 20px!important;
	line-height: 32px;
}
.pt-200 {
	padding-top: 200px;
}
.vivinobg {
	background: #8e1f4e!important;
}
.portfolio p {
	font-size: 16px;
}
.t-bg-grey-200 {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(114,120,133,0.55);
	-moz-box-shadow: 0px 0px 5px 0px rgba(114,120,133,0.55);
	box-shadow: 0px 0px 5px 0px rgba(114,120,133,0.55);
}
.SlideUp_content {
	display: inherit;
	position: fixed;
	bottom: 0;
	width: 443px;
	height: 205px;
	padding: 15px;
	z-index: 9;
}
.SignUpSlider {
	background-color: white;
	height: 350px;
	width: 35%;
	right: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.SlideUp.u-shown {
	-webkit-transform: translateY(-100vh);
	transform: translateY(-100vh);
}
.SlideUp {
	position: fixed;
	bottom: -100vh;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1;
}
.closebutton {
	position: absolute;
	right: 0;
	padding: 10px;
	z-index: 9999;
	cursor: pointer;
	padding-top: 13px;
	padding-right: 12px;
}
.mt-15 {
	margin-top: 14px;
}
.SignUpSlider_inner h2 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.pl-5px {
	padding-left: 5px!important;
}
.SignUpSlider_inner {
	padding-left: 14px;
	padding-bottom: 19px;
	padding-right: 15px;
}
.custom-search-input1 input {
	font-size: 13px!important;
}
.SlideUp_content1 {
	display: inherit;
	position: fixed;
	bottom: 0;
	width: 30%;
	z-index: 9;
	right: 0;
}
.t-bg-grey-201 {
	background-image: url(../img/letter.jpg);
	background-size: cover;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(114,120,133,0.55);
	-moz-box-shadow: 0px 0px 5px 0px rgba(114,120,133,0.55);
	box-shadow: 0px 0px 5px 0px rgba(114,120,133,0.55);
	background-repeat: no-repeat;
	width: 443px;
	height: 205px;
}
.SignUpSlider_inner1 {
	padding: 15px;
	padding-left: 26px;
	padding-bottom: 17px;
	background-repeat: no-repeat;
}
.SignUpSlider_inner1 h2 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.btn {
	cursor: pointer;
}
.cursonenone {
	cursor: none!important;
}
.colorwhizzle {
	background: #61bd2c;
}
.ipaintcolor {
	background: #5ba6d2;
}
.damahanbg {
	background: #3c5779;/* min-height: 100%; */
}
.distall {
	background: #272727;
}
.cluster {
	background: #0e688b;
}
.jaccbg {
	background: #272727;
}
.sonicsol {
	background: #94a4a8;
}
.wowlogo {
	background: #22b493;
}
.snapjobsbg1 {
	background: #da3841;
}
.pitfactor {
	background: #188eb6;
}
.money360 {
	background: #275ba6;
}
.aobg {
	background: #42abed;
}
.radio {
	background: #94a4a8;
}
.checkedcolor {
	background: #2d946d;
}
.checkedbgnew1 {
	background: #2caa9e;
}
.hillo {
	background: #3376b3;
}
.wepass {
	background: #9d2024;
}
.tayaar {
	background: #f99010;
}
.medula {
	background: #0ba6e6;
}
.bidds {
	background: #2659a3;
}
.hireux {
	background: #17b7ac;
}
.leetfy {
	background: #ea5e31;
}
.ace {
	background: #4a5158;
}
.remit {
	background: #f7941e;
}
.autocure {
	background: #207cc7;
}
.ideabazzi {
	background: #f2643e;
}
#imageContainer2 {
	min-height: 665px;
	align-items: center;
	display: flex;
}
.lineheight17 {
	line-height: 17px;
}
.ipaintbg {
	background-color: #00a698!important;
	color: #fff;
}
.writebg {
	background-color: #2679c0!important;
	color: #fff;
}


.backtopage {
	margin-top: 110px;
	position: absolute;
	color: #fff;
	cursor: pointer;
	z-index: 999;
}
.nissane {
	background: #194e9f!important;
}
.disany {
	background: #1c8bc4;
}
.infinity {
	background: #744a94;
}
.benvi {
	background: #7fa50a;
}
.confirmnew {
	background: #ec7b1f;
}
.shreeenew {
	background: #1999ab;
}
.youfirstnn {
	background: #da3841;
}
.displaynone {
	display: none;
}
.helmart {
	background: #6da027;
}
.happynest {
	background: #6bb3b7;
}
.dhabi {
	background: #ec404c;
}
.machine {
	background: #2f3c71;
}
.easycarcare {
	background: #d15c45;
}
.tupper {
	background: #2ea76d;
}
.kiloss {
	background: #19ae54;
}
.seekmibg {
	background: #3f74c3;
}
.hawnk {
	background: #66302d;
}
.jetcrebg {
	background: #0579be;
}
.tinybg {
	background: #e53c78;
}
.edukid {
	background: #3468d6;
}
.seekmibg1 {
	background: #da3841;
}
.sporty {
	background: #03a3d7;
}
.gosporty {
	background: #3b5ca3;
}
.ochi {
	background: #05a3b0;
}
.sonicsole {
	background: #d93841!important;
}

.prayoncolor {
	background: #1fa094!important;
}
.sonicsole1 {
	background: #4e4f53!important;
}
.cursorpointer {
	cursor: pointer;
}
.width100 {
	width: 100%;
}
.closebutton1 {
	position: absolute;
	right: 0;
	padding: 10px;
	z-index: 9999;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 12px;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/preloader.png) center no-repeat #fff;
}
.border-rightminus {
	margin-right: -1px;
}

.texttransfer{
	text-transform: inherit!important;
}

.btn-outline:hover {
    border-width: 2px;
    border: solid 2px #fff;
	background-color: #fff!important;opacity: 1!important;
	color: #000!important;
}

::-moz-selection { /* Code for Firefox */
   color: #FFF!important;
    background: #5eb833;
}

::selection {
   color: #FFF!important;
    background: #5eb833;
}





-------------------------------- */
.cd-form {
  width: 90%;
  max-width: 600px;
  margin: 4em auto;
}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form fieldset {
  margin: 24px 0;
}
.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 20px 0;
}
.cd-form h4, .cd-form .cd-label {
  font-size: 1.3rem;
  color: #94aab0;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #2b3e51;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../../page-not-found.html") no-repeat center center;
  pointer-events: none;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-form input[type="radio"] + label,
.cd-form input[type="checkbox"] + label {
  padding-left: 24px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after {
  border-radius: 50%;
}
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  border-radius: .25em;
}
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::after {
  background-color: #2c97de;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
  display: none;
}
.cd-form input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../../page-not-found.html");
}
.cd-form input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../../page-not-found.html");
}
.cd-form input[type="radio"]:focus + label::before,
.cd-form input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::after {
  display: block;
}
.cd-form input[type="radio"]:checked + label::before,
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::before,
.cd-form input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.cd-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}
.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: #2c97de;
  border-radius: .25em;
  padding: 16px 20px;
  color: #ffffff;
  font-weight: bold;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type="submit"]:hover {
  background: #42a2e1;
}
.cd-form input[type="submit"]:focus {
  outline: none;
  background: #2b3e51;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-form [required] {
  background: url("../../page-not-found.html") no-repeat top right;
}
.cd-form .error-message p {
  background: #e94b35;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px;
}
.cd-form .error {
  border-color: #e94b35 !important;
}
@media only screen and (min-width: 600px) {
  .cd-form div {
    /* form element wrapper */
    margin: 32px 0;
  }
  .cd-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 20px;
  }
  .cd-form h4, .cd-form .cd-label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    padding: 16px;
  }
}

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.marginright10{
	margin-right: 20px;
}


.mobiledown{
	    width: 180px;
}
.draw2{
    left: 20%;
    bottom: 0%;
}

.bannerlap {
    width: 410px;
    margin-right: -60px;
}

.keyboardnew {
    width: 320px;
}


.booknew{
    width: 200px;
    right: 24%;
    top: 84%;
}

.paddingright50{
	padding-right: 50px;
}


.paddingleft50 {
    padding-left: 50px;
}

.portfolio h4{
	font-size: 18px!important;
	line-height: 27px;
}

.portfolio p {
    font-size: 18px;
}

.howour h4{
	font-size: 17px;
}

.textundercapit{
	text-transform: none!important;
}

.boxnewbtn{
	cursor: pointer!important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #004e7b;
    position: absolute;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border: 1px solid #004e7b;
    background: rgba(0, 0, 0, 0);
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 8px;
    height: 8px;
    margin: -2px 0 0 -2px;
}

#contact .bordernone{
	border: none!important;
}

.fontsize10 {
    font-size: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	float: left;
}




/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: relative;
  height: 100%;
  background-color: #93a748;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.cd-header h1 {
  width: 90%;
  color: #f2e6cd;
  text-align: center;
  font-size: 2.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .cd-header h1 {
    font-size: 3.6rem;
    font-weight: 300;
  }
}

.cd-fixed-background {
  position: relative;
  padding: 3em 5% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cd-fixed-background h2, .cd-fixed-background p {
  color: #f2e6cd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-fixed-background h2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.cd-fixed-background p {
  line-height: 1.6;
  font-family: "Merriweather", serif;
}
.cd-fixed-background .light-background h2, .cd-fixed-background .light-background p {
  color: #0f594d;
}
.cd-fixed-background .cd-content::after {
  /* phone image on small devices */
  content: '';
  display: block;
  width: 100%;
  padding: 60% 0;
  margin: 2em auto 0;
}
.cd-fixed-background.img-1 {
  background-color: #bf5138;
}
.cd-fixed-background.img-1 .cd-content::after {
  background: url("../../page-not-found.html") no-repeat;
  background-size: 100% auto;
}
.cd-fixed-background.img-2 {
  background-color: #f2e6cd;
}
.cd-fixed-background.img-2 .cd-content::after {
  background: url("../../page-not-found.html") no-repeat;
  background-size: 100% auto;
}
.cd-fixed-background.img-3 {
  background-color: #0f594d;
}
.cd-fixed-background.img-3 .cd-content::after {
  background: url("../../page-not-found.html") no-repeat;
  background-size: 100% auto;
}
.cd-fixed-background.img-4 {
  background-color: #db9537;
}
.cd-fixed-background.img-4 .cd-content::after {
  background: url("../../page-not-found.html") no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .cd-fixed-background {
    height: 100%;
    padding: 0;
  }
  .cd-fixed-background h2 {
    font-size: 3.6rem;
    font-weight: 300;
  }
  .cd-fixed-background p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .cd-fixed-background .cd-content {
    width: 50%;
    position: absolute;
    left: 5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-fixed-background .cd-content::after {
    display: none !important;
  }
  .cd-fixed-background.img-1 {
    background-image: url("../../page-not-found.html");
  }
  .cd-fixed-background.img-2 {
    background-image: url("../../page-not-found.html");
  }
  .cd-fixed-background.img-3 {
    background-image: url("../../page-not-found.html");
  }
  .cd-fixed-background.img-4 {
    background-image: url("../../page-not-found.html");
  }
}
@media only screen and (min-width: 1048px) {
  .cd-fixed-background {
    background-attachment: fixed;
  }
  .cd-fixed-background .cd-content {
    width: 40%;
    left: 10%;
  }
}

.cd-vertical-nav {
  position: fixed;
  z-index: 2;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../../page-not-found.html) no-repeat center center;
  -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1200px) {
  .cd-vertical-nav {
    display: block;
  }
}

.no-js .cd-vertical-nav {
  display: none;
}

.mt-150.img-fluid{
	margin-top: 70px!important;
}

#hero1 .mt-150{
	margin-top: 70px!important;
}

#main-menu ul .dropdown .dropdown-menu a:hover {
   
    color: #5eb833!important;
	background: #f1f1f1!important;
 
}


.shrink .contactimage img {
    height: 14px!important;
    margin-top: 0px;
}

.widget-container.body-font.Brandon button {
    background:#5eb833!important;
}


._2So8ItJQ9P6IqaCUlCO-2f {
    background-color:#5eb833!important;
}


#drift-widget{
	z-index: 0!important;
}

#newsletter_section{
	z-index: 9999;
}


.rightbordernew{
	border-right:none!important;

}

.minheightnew{
    min-height: 372px;

}

.lineheightnew {
    line-height: 31px;
}

.font17{
    font-size: 16px;
    margin-top: 10px;
    float: left;
}


.font17{
    font-size: 16px;
    margin-top: 10px;
    float: left;
}


.subtitle{
    line-height: 26px;
    text-align: left;
}

.maincolor{
    color: #5eb833!important;
	    font-size: 23px;
}

.fontsize25 {
    font-size: 23px!important;
}

.fontsize19  {
    color: #fff;
    font-size: 16px!important;
    font-weight: 100;
}

.cool-facts1 {
    width: 100%;
    background-size: cover;
    padding-top: 46px;
    padding-bottom: 11px;
	    margin-top: -1px;
}
@media (max-width: 480px) and (min-width: 320px){
.cool-facts1 .fact-block {
    margin: 12px 0!important;
}
	
	.cool-facts1 h2 {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 23px;
}
	
	.cool-facts1 .mt-30 {
    margin: 5px 0!important;
}
	
	.marginttopmobile0{
		margin-top: 0px!important;
	}
	
	.fontmoblesmall{
		font-size: 28px!important;
	}
	
	
	}


.callname {
    font-size: 20px!important;
    font-family: inherit!important;
}

.cursorpointer{
	cursor: pointer!important;
}

.phoneani {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}


.cool-facts1 img {
    width: 45px!important;
    height: 52px!important;
    margin-top: -7px;
}

.fontmoblesmall{
	font-size: 33px;
}

.cool-facts1 .fact-count {
    float: left;
    margin-left: 14px;
}

.orengebutton{
	background: #fbaa19!important;
}

.hero-area .subtitle {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 7px;
    text-transform: capitalize;
    text-align: center;
}




	.orengebutton {
    background-color: #ff4b0f !important;
    border-radius: 50px;
    font-weight: 100;
    line-height: 21px;
    padding-bottom: 7px;
}
	
		.orengebutton:hover {
    background-color: #c93c0d !important;
    border-radius: 50px;
    font-weight: 100;
    line-height: 21px;
    padding-bottom: 7px;
}
	
	#enquirypopup .modal-body h2 {
    color: #ff4b0f;
    text-transform: uppercase;
    font-size: 21px;
		margin-bottom: 3px;
}
	
		#enquirypopup .modal-body h3 {
    font-weight: 100;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 0px !important;
    color: #000;
}
	
	#enquirypopup .modal-body{
			padding-bottom: 0px!important;
	}


.custom-modal-header {
    text-align: center;
    color: #17b6bb;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 4px solid;
}


#enquirypopup input {
    font-weight: 100 !important;
    font-size: 14px !important;
    line-height: 20px;
    padding-bottom: 7px;
}
	
	#enquirypopup textarea{
		font-weight: 100!important;
		font-size: 14px!important;
	}
.custom-modal-header .modal-title {
    /* font-weight: bold; */
    font-size: 18px;
}
	
	
#enquirypopup .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#enquirypopup .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}


.form-group {
    margin-bottom: 15px !important;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
	
	.orengeline{
		height: 2px;
width: 90px;
float: left;
background: #ff4b0f;
margin-bottom: 2px;
	}
	
	#enquirypopup .errorcontact1 {
    color: #ee3d3d;
    content: "×";
    font-size: 11px;
    margin-right: 5px;
    position: relative;
    top: -6px!important;
    height: 0px;
}
	
#enquirypopup p{
		 color: #000;
    font-size: 16px;
	margin-bottom: 9px;
	}
	
	.buttontext{
		text-transform: inherit;
	}


.bottomline{
	border-bottom: 1px solid rgba(155, 155, 155, 0.2)!important;
}

.service__item:nth-of-type(3), .service__item:nth-of-type(9) {
    border-right: 0 none;
}

.cursorpointer{
	cursor: pointer;
}

.service__overlay {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    bottom: 1px;
    left: 1px;
    opacity: 0;
    padding: 40px;
    position: absolute;
    right: 1px;
    top: 1px;
    transition: opacity 0.3s ease-in-out 0s;
    z-index: 9999999;
    will-change: opacity;
}

.viewmorebutton{
	width: 15px;
margin-top: -4px;
}

blockquote {
    font-style: normal;
    line-height:24px;
}

blockquote p {
    font-size:14px;
    text-align:right;
    padding:0;
    color: #134977;
    display:block;
}

blockquote p.says {
    font-size: 21px;
    text-align: center;
    padding: 0 0 10px 20px;
    position: relative;
    font-weight: 800;
	    font-style: italic;
}
blockquote p.says:before, blockquote p.says:after {
    content: '”';
    font-size: 32px;
    font-family:Georgia, "Times New Roman", Times, serif;
    color: #134977;
    font-weight:bold;
    vertical-align:top;
	    padding-left: 6px;
    line-height:0.8
		
}

blockquote p.says:before {
    content: '“';
    position: inherit;
    left: 0;
    top: -2px;
    padding-right: 4px;
}



.imagesizenew img {
    height: 156px;
    margin-bottom: 13px;
	
}

.maintitle12 p {
    font-size: 17px;
    text-align: center!important;
    color: #444b54;
}

.tabmainnev .tab-pane {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-right: 30px;
    padding-left: 50px;
	
}

.tabmainnev .nav.nav-tabs{
	text-align: center;
    display: flex;
    justify-content: center;
}

.tabmainnev .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    background: #5eb833;
    color: #fff;
}

.tabmainnev ul.nav-tabs li a {
    border: medium none!important;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 10px 15px;
        text-transform: capitalize;
        font-size: 22px;
	background: #eee;
	margin-left: 10px;
}


.submenutitle {
    color: #444b54;
    font-size: 22px;
    font-weight: 700;
}

.fontsize15{
    font-size: 14px!important;
	color: #a7a7a7!important;
}

@media only screen 
and (min-device-width : 319px) 
and (max-device-width : 667px) { .tabmainnev ul.nav-tabs li a {
    border: medium none!important;
    color: #a0a0a0!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 18px!important;
    background: #eee;
        margin-left: 0px;
}

	.tabmainnev .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
		color: #fff!important;
	}
	
	.tabmainnev .tab-pane {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-right: 30px;
    padding-left: 29px;

}
}


#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:30px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}


.cursorpointer{
	cursor: pointer!important;
}

.cursorpointer .boxnew{
	cursor: pointer!important;
	float: left!important;
}

.secondformcontact{
    padding: 28px;
    border: 1px solid #eee;
    border-radius: 7px;
	    -webkit-box-shadow: 0px 0px 8px 0px rgba(114,120,133,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(114,120,133,0.1);
    box-shadow:0px 0px 8px 0px rgba(114,120,133,0.1);
    background: #fff;
}


.content {
    position: relative;
    margin: 0px auto;
    width: 400px;
    min-height: 200px;
    z-index: 100;
    padding: 30px;
    border: transparent;
    background: #D1D1D1;
    background: -moz-repeating-linear-gradient(-45deg, #f5a7b8 , #dc91a1 30px, #ffffff 30px, #F2F2F2 40px, #3acdff 40px, #31b0dc 70px,#F2F2F2 70px, #F2F2F2 80px);
    background: -webkit-repeating-linear-gradient(-45deg, #f5a7b8 , #dc91a1 30px, #ffffff 30px, #F2F2F2 40px, #3acdff 40px, #31b0dc 70px,#F2F2F2 70px, #F2F2F2 80px);
    background: -o-repeating-linear-gradient(-45deg, #f5a7b8 , #dc91a1 30px, #ffffff 30px, #F2F2F2 40px, #3acdff 40px, #31b0dc 70px,#F2F2F2 70px, #F2F2F2 80px);
    background: repeating-linear-gradient(-45deg, #f5a7b8 , #dc91a1 30px, #ffffff 30px, #F2F2F2 40px, #3acdff 40px, #31b0dc 70px,#F2F2F2 70px, #F2F2F2 80px);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 3px #3F3F3F;
    -moz-box-shadow: 0px 1px 3px #3F3F3F;
    box-shadow: 0px 1px 3px #3F3F3F;
	
}

.content:after {
    background: #fff;
    margin: 7px;
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border: 1px #E5E5E5 solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.cursorpointer .boxnew:hover {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color: black;
}
