@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');
body h3 {
	font-weight:800;
	font-size:28px
}
body h2, body h3, body h4 {
	font-family:'Work Sans', sans-serif
}
body .padding20 {
	padding:20px
}
/*body p {
	font-family:'Noto Sans', sans-serif
}*/
body .text-left {
	text-align:left
}
body .default-title {
	text-align:left
}
body .default-title h3 {
	font-weight:900;
	font-size:29px;
	color:#35414d; text-align:center;
	font-family:'Work Sans', sans-serif;
}
body .default-title h4 {
	font-weight:500;
	font-size:22px;
	color:#444;
	font-family:Maven Pro;
	text-align:left;
}
body .default-title p {
	font-weight: 500;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
#df-media li a{ color:#337ab7;}
.ulstyle {    list-style-position: inside;
    padding: 10px 0 26px 0px;
    text-indent: -27px;
    margin-left: 22px;}
.ulstyle-2 {
    list-style-position: inside;
    padding: 10px 0 2px 0px;
    text-indent: -27px;
    margin-left: 22px;
}
.ulstyle-2 li {
    list-style: none;
    font-size: 16px;
    color: #666;
    line-height: 35px;
}
.ulstyle-2 li a{   color: #f72c25;}
.ulstyle-2 li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f72c25;
}
.pcover{ width:100%; float:left;}
.pcover h3{ text-align: left !important;
    font-weight: 600 !important;
    font-size: 22px !important;}
body #font-weight {
	font-weight:800
}
body a {
	color:#ededed;
	text-decoration:none;
	-webkit-transition:300ms ease-in-out;
	transition:300ms ease-in-out
}
body a:hover {
	border:0;
	text-decoration:none;
	color:#777
}
body .default-title p a{ color:#f72c25;}
body .btn-warning {
	background-color:#f72c25;
	-webkit-transition:400ms ease-in-out;
	transition:400ms ease-in-out;
	border:0;
	border-radius:2px
}
body .btn-outline {
	margin-top:10px;
	color:#f72c25;
	border-radius:3px;
	background-color:transparent;
	border:1px solid #f72c25;
	-webkit-transition:300ms ease-in-out;
	transition:300ms ease-in-out
}
body .red {
	background-color:#f72c25!important;
	color:#fff!important;
	border:0 solid #f72c25!important
}
body .red:hover {
	background-color:#2d1e2f!important;
	color:#fff!important;
	border:0 solid #333
}
body .btn-outline:hover {
	color:#fff;
	border:1px solid #444;
	background-color:#444
}
body .btn-default {
	background-color:#fff;
	border:0;
	color:#444
}
body .btn-default:hover {
	border:0;
	background-color:#444;
	color:#fff
}
body .btn-2 {
	position:relative;
	left:0;
	color:#fff;
	border-radius:3px;
	background-color:#2d1e2f;
	border:0 solid #fff;
	-webkit-transition:300ms ease-in-out;
	transition:300ms ease-in-out
}
body .btn-2:hover {
	color:#fff;
	background-color:#f72c25
}
.hideme {
	opacity:0
}
.visible {
	opacity:1
}
body .jumbotron {
	margin:0
}
body .a {
	-webkit-animation-delay:0s;
	animation-delay:0s;
-webkit-animation-duration:.4s;
animation-duration:.4s
}
body .b {
	-webkit-animation-delay:150ms;
	animation-delay:150ms;
-webkit-animation-duration:.4s;
animation-duration:.4s
}
body .c {
	-webkit-animation-delay:300ms;
	animation-delay:300ms;
-webkit-animation-duration:.4s;
animation-duration:.4s
}
body .d {
-webkit-animation-delay:.3s;
animation-delay:.3s;
-webkit-animation-duration:.4s;
animation-duration:.4s
}
body .e {
-webkit-animation-delay:.4s;
animation-delay:.4s;
-webkit-animation-duration:.4s;
animation-duration:.4s
}
body .j {
-webkit-animation-delay:.5s;
animation-delay:.5s;
-webkit-animation-duration:.4s;
animation-duration:.4s
}
body {
	font-family:Nunito Sans;
	margin:auto;
	padding:0;
	width:100%
}
body .image-center {
	margin:0 auto
}
body .f7-bg {
	background-color:#f7f7f7
}
.title span {
	font-size:30px;
	color:#f72c25;
	font-weight:800
}
#wd-1 .fa {
	color:#f90
}
#wd-2 .fa {
	color:#f90
}
#wd-3 .fa {
	color:#f90
}
#wd-1 {
	-webkit-animation-delay:0s;
	animation-delay:0s
}
#wd-2 {
-webkit-animation-delay:.1s;
animation-delay:.1s
}
#wd-3 {
-webkit-animation-delay:.2s;
animation-delay:.2s
}
#plan1-am {
	-webkit-animation-delay:0s;
	animation-delay:0s
}
#plan2-am {
-webkit-animation-delay:.1s;
animation-delay:.1s
}
#plan3-am {
-webkit-animation-delay:.2s;
animation-delay:.2s
}
#plan4-am {
-webkit-animation-delay:.3s;
animation-delay:.3s
}
.line-part {
	border-top:1px solid #e3e3e3
}
ul {
	list-style:none
}
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:99
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(../index.html);
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px
}
.top-bar {
	background-color:#2d1e2f;
	padding:0
}
.top-bar li {
	color:#fff;
	-webkit-transition:300ms ease-in-out;
	transition:300ms ease-in-out;
	font-size:12px
}
.top-bar li:hover {
	color:#ddd
}
.google-icon{ padding:15px 0;}
.top-bar ul {
	position:relative
}
.top-bar a {
	color:#fff
}
.top-bar a:hover {
	color:#aaa
}
.top-list-right ul {
	position:relative;
	top:0
}
.top-list li {
	display:inline;
	float:left;
	color:#fff;
	padding:10px 10px
}
.top-list .fa {
	color:#fff;
	position:relative;
	font-size:12px;
	-webkit-transition:300ms ease-in-out;
	transition:300ms ease-in-out
}
.top-list .fa:hover {
	color:#ddd
}
.top-list-right {
	float:right
}
.top-list-right li {
	padding:0;
	display:inline;
	float:right;
	font-size:14px;
	padding:10px 8px
}
.toplist-3:before {
	content:"\f0c0";
	font-family:FontAwesome;
	padding-right:5px;
	color:#f2f2f2
}
.toplist-1:before {
	content:"\f086 ";
	font-family:FontAwesome;
	padding-right:5px;
	color:#f2f2f2
}
.toplist-2:before {
	content:"\f098";
	font-family:FontAwesome;
	padding-right:5px;
	color:#f2f2f2
}
.toplist-2:before {
	content:"\f0e0";
	font-family:FontAwesome;
	padding-right:5px;
	color:#f2f2f2
}
.toplist-5:before {
	content:"\f2c6";
	font-family:FontAwesome;
	padding-right:5px;
	color:#f2f2f2
}
.top-bar .account {
	background-color:#f72c25;
	padding:10px 15px
}
.top-bar .account:hover {
	background-color:#db2720;
	color:#fff
}
.top-bar .account a:hover {
	color:#fff
}
.spanstyle {
	font-size: 20px;
}
.megamenu-fw .dedicated {
	background-color:#f5f5f5;
	padding:20px 15px;
width:
}
.megamenu-fw img {
	width:70px
}
.megamenu-fw h2 {
	font-weight:800;
	color:#f72c25;
	margin:0 0 10px 0
}
.megamenu-fw p {
	color:#999
}
.gmail-password-recovery {  background:url(../img/gmail-password-recovery.png) bottom;  background-size: cover; padding: 50px 0;}
.new {
	color:#fff;
	background-color:#f72c25;
	position:relative;
	font-size:8px;
	padding:2px 3px 2px 3px;
	bottom:2px;
	left:0;
	border-radius:2px;
	letter-spacing:1px
}
.dropdown-toggle .fa {
	color:#f72c25
}
ul.cart-list>li img {
	width:50px!important;
	height:50px!important
}
.before::before {
content:"\f233";
font-family:FontAwesome;
padding-right:5px;
color:#f72c25
}
.before-wd::before {
content:"\f219";
font-family:FontAwesome;
padding-right:5px;
color:#f72c25
}
.dropdown-menu {
-webkit-animation-duration:.2s!important;
animation-duration:.2s!important
}
.navbar-collapse .pulse {
	-webkit-animation-duration:200ms!important;
	animation-duration:200ms!important;
	-webkit-animation-timing-function:linear;
	animation-timing-function:linear
}
.navbar .attr-nav .photo>a {
	color:#fff
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	border-top:3px solid #f72c25!important
}
.navbar .col-menu .dedicated li>a:before {
	content:url(../index.html);
	font-family:FontAwesome;
	margin-right:10px;
	width:20px
}
.navbar .col-menu h6 {
	color:#555;
	font-size:15px;
	font-weight:600;
	font-family:Maven Pro;
	text-transform:uppercase;
	padding-bottom:8px;
	margin-bottom:18px
}
.navbar .col-menu h5 {
	text-align:left;
	font-size:18px;
	color:#444;
	font-weight:500;
	text-align:left;
	position:relative;
	top:7px
}
.navbar .col-menu .tm {
	color:#777;
	font-weight:500;
	padding-top:10px;
	font-size:15px
}
.navbar .col-menu .skills a {
	color:#444;
	font-size:15px
}
.navbar .col-menu b {
	color:#f72c25;
	font-size:15px;
	font-weight:800
}
.navbar .col-menu .btn-outline {
	float:none;
	color:#333;
	border:1px solid #b2b2b2;
	font-weight:500;
	-webkit-transition:300ms ease-in-out;
	transition:300ms ease-in-out
}
.navbar .col-menu .btn-outline:hover {
	border:1px solid #e3e3e3
}
.navbar .fa-th-large {
	color:#524354;
	font-size:17px;
	position:relative;
	top:2px
}
.red-section {
	background-color:#f72c25;
	padding:35px 0 35px 0;
	background-attachment:fixed
}
.red-section h3 {
	color:#fff;
	font-size:32px;
	font-weight:800
}
.red-section p {
	color:#fff;
	font-size:15px
}
.red-section .btn {
	background-color:transparent;
	position:relative;
	border:1px solid #fff;
	top:40px
}
.red-section .btn:hover {
	background-color:#2d1e2f;
	border:1px solid #2d1e2f
}
.on-sale {
	background-color:#f72c25;
	text-align:center;
	padding:10px 0
}
.on-sale h3 {
	color:#fff
}
.on-sale .btn-2 {
	margin-left:20px;
	background-color:transparent;
	color:#fff;
	border:1px solid #fff
}
.on-sale .btn-2:hover {
	background-color:#2d1e2f;
	border:1px solid #2d1e2f
}
.why-tera {
	padding-top:30px;
	padding-bottom:50px;
	background-color:#fff
}
.why-tera .default-title {
	padding-bottom:30px
}
.why-tera .wt-1::before {
content:"\f1ad";
font-family:FontAwesome;
padding-right:5px;
color:#f72c25
}
.why-tera .wt-2::before {
content:"\f233";
font-family:FontAwesome;
padding-right:5px;
color:#f72c25
}
.why-tera .wt-3::before {
content:"\f219";
font-family:FontAwesome;
padding-right:5px;
color:#f72c25
}
.why-tera .box {
	margin:15px;
	border-radius:4px;
	padding:15px;
	background:rgba(255, 255, 255, 1);
	background:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
	background:-webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
	background:-o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
	background:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
	background:linear-gradient(135deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
	-webkit-box-shadow:0 51px 61px -61px rgba(0, 0, 0, 0.54);
	-moz-box-shadow:0 51px 61px -61px rgba(0, 0, 0, 0.54);
	box-shadow:0 51px 61px -61px rgba(0, 0, 0, 0.54);
	transition:200ms ease-in-out;
	border:1px solid #e0e0e0
}
.wt-list {
	display:inline;
	position:relative;
	bottom:25px
}
.why-tera .btn {
	position:relative;
	bottom:10px;
	font-size:15px
}
.why-tera .red {
	position:relative;
	left:0;
	margin-right:10px
}
.why-tera .btn-2 {
	position:relative;
	bottom:5px
}
.wt-list li {
	line-height:32px;
	color:#2d1e2f;
	font-weight:500;
	overflow:hidden;
	font-size:14px;
	margin-left:5px;
	font-family:Nunito Sans
}
.why-tera h4 {
	color:#2d1e2f;
	font-weight:600;
	text-transform:uppercase;
	font-size:15px;
	font-family:Maven Pro
}
.why-tera2 {
	padding-top:0;
	padding-bottom:0;
	background-color:transparent
}
.why-tera2 .sl1 {
	-webkit-animation-delay:0s;
	animation-delay:0s;
-webkit-animation-duration:.6s;
animation-duration:.6s
}
.why-tera2 .sl2 {
-webkit-animation-delay:.2s;
animation-delay:.2s;
-webkit-animation-duration:.6s;
animation-duration:.6s
}
.why-tera2 .sl3 {
-webkit-animation-delay:.4s;
animation-delay:.4s;
-webkit-animation-duration:.6s;
animation-duration:.6s
}
.list-position {
	position:relative;
	right:80px
}
.why-tera2 .default-title {
	padding-bottom:30px
}
.why-tera2 .box {
	margin:0;
	border:0 solid #e0e0e0;
	border-radius:5px;
	padding:15px;
	background:rgba(255, 255, 255, 0.05);
	background:-webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0.03)), color-stop(50%, rgba(255, 255, 255, 0.03)), color-stop(51%, rgba(247, 248, 250, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.03)));
	background:linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 50%, rgba(247, 248, 250, 0.08) 51%, rgba(255, 255, 255, 0.08) 100%);
	-webkit-transition:200ms ease-in-out;
	transition:200ms ease-in-out;
	border:1px solid rgba(200, 200, 200, 0.2)
}
.why-tera2 .box:hover {
	-webkit-box-shadow:0 30px 78px -24px rgba(0, 0, 0, 0.70);
	box-shadow:0 30px 78px -24px rgba(0, 0, 0, 0.70)
}
.wt-list2 {
	display:inline;
	position:relative;
	bottom:25px
}
.why-tera2 .btn {
	position:relative;
	bottom:10px;
	color:#fff
}
.why-tera2 .btn-2 {
	position:relative;
	bottom:5px;
	left:5px;
	color:#fff
}
.wt-list2 li {
	line-height:32px;
	color:#fff;
	font-weight:500;
	overflow:hidden;
	font-size:14px
}
.why-tera2 .wtl-1:before {
	content:"\f2ce ";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-2:before {
	content:"\f0c2  ";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-3:before {
	content:"\f233";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-4:before {
	content:"\f1cd  ";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-5:before {
	content:"\f2db";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-6:before {
	content:"\f0a0";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-7:before {
	content:"\f0ec";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-8:before {
	content:"\f1cd";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-9:before {
	content:"\f1fc";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-10:before {
	content:"\f13b";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-11:before {
	content:"\f121";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 .wtl-12:before {
	content:"\f13c";
	padding:0 10px 0 0;
	color:#fff;
	font-family:FontAwesome;
	font-size:15px
}
.why-tera2 h4 {
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-size:15px;
	font-family:Maven Pro;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	padding-bottom:15px
}
.search-bar {
	padding:30px 0 40px 0;
	background-color:#f7f7f7
}
.search-bar .border-right1, .search-bar .border-right2, .search-bar .border-right3, .search-bar .border-right4 {
	border-right:1px solid #e0e0e0
}
.search-bar .btn-2 {
	position:relative;
	left:25px;
	background-color:#9bbf2a;
	border-radius:2px
}
.input-group .form-control {
	-webkit-box-shadow:0 0 54px -18px rgba(0, 0, 0, 0.39);
	box-shadow:0 0 54px -18px rgba(0, 0, 0, 0.39);
	background-color:#fff
}
.search-bar .default-title {
	padding:0 0 20px 0
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control:-moz-placeholder {
color:#999
}
.form-control::-moz-placeholder {
color:#999
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-ms-input-placeholder {
color:#999
}
.search-bar .default-title h3 {
	color:#1e3338
}
.search-bar .bar {
	height:60px
}
.search-bar .ltds {
	margin-top:10px;
	padding-left:0
}
.search-bar .ltds p {
	text-align:left;
	font-weight:600;
	color:#777;
	font-size:17px
}
.search-bar .ltds span {
	font-weight:500;
	font-size:14px
}
body .bar {
	color:#999!important
}
.sb2 {
	padding:30px 0 40px 0;
	background-color:#302033
}
.sb2 .btn-2 {
	position:relative;
	left:25px;
	background-color:#f72c25;
	border-radius:3px
}
.sb2 .btn-2:hover {
	position:relative;
	left:25px;
	background-color:#2d1e2f;
	border-radius:3px
}
.sb2 .default-title p {
	color:#fff
}
.sb2 .form-control {
	-webkit-box-shadow:0 0 54px -18px rgba(0, 0, 0, 0.39);
	box-shadow:0 0 54px -18px rgba(0, 0, 0, 0.39);
	background-color:rgba(255, 255, 255, 0.1)
}
.sb2 .default-title {
	padding:0 0 40px 0
}
.sb2 .form-control::-webkit-input-placeholder {
color:#fff
}
.sb2 .form-control:-moz-placeholder {
color:#fff
}
.sb2 .form-control::-moz-placeholder {
color:#fff
}
.sb2 .form-control:-ms-input-placeholder {
color:#fff
}
.sb2 .form-control::-ms-input-placeholder {
color:#fff
}
.sb2 .default-title {
	position:relative;
	right:50px
}
.sb2 .default-title h3 {
	color:#fff;
	font-size:30px
}
.sb2 .bar {
	height:60px
}
.sb2 .ltds {
	margin-top:10px;
	padding-left:0
}
.sb2 .ltds p {
	text-align:left;
	font-weight:600;
	color:#fff
}
body .bar {
	color:#fff!important
}
.arrow-bg {
	background-color:#fff
}
.arrow-f5-bg {
	background-color:#f7f7f7
}
.arrow-f5-dark {
	background-color:#1e1521
}
.arrow-f5-red {
	background-color:#f72c25
}
.arrow-white {
	width:0;
	height:0;
	border-style:solid;
	border-width:25px 45px 0 45px;
	border-color:#fff transparent transparent transparent;
	margin:0 auto
}
.arrow-red {
	width:0;
	height:0;
	border-style:solid;
	border-width:20px 40px 0 40px;
	border-color:#f72c25 transparent transparent transparent;
	margin:0 auto
}
.arrow-dark {
	width:0;
	height:0;
	border-style:solid;
	border-width:25px 40px 0 40px;
	border-color:#f7f7f7 transparent transparent transparent;
	margin:0 auto
}
.arrow-red-top {
	width:0;
	height:0;
	margin:0 auto;
	border-style:solid;
	border-width:0 40px 25px 40px;
	border-color:transparent transparent #f72c25 transparent;
	position:relative;
	bottom:25px;
	position:static
}
.arrow-red-top-dark {
	width:0;
	height:0;
	margin:0 auto;
	border-style:solid;
	border-width:0 40px 25px 40px;
	border-color:transparent transparent #f72c25 transparent;
	position:relative;
	bottom:25px;
	position:static
}
.arrow-red-bottom {
	width:0;
	height:0;
	margin:0 auto;
	border-style:solid;
	border-width:30px 30px 0 30px;
	border-color:#f72c25 transparent transparent transparent;
	position:relative;
	bottom:25px
}
.arrow-f5-top {
	width:0;
	height:0;
	margin:0 auto;
	border-style:solid;
	border-width:0 45px 25px 45px;
	border-color:transparent transparent #f7f7f7 transparent
}
.arrow-f5 {
	width:0;
	height:0;
	border-style:solid;
	border-width:20px 40px 0 40px;
	border-color:#f7f7f7 transparent transparent transparent;
	margin:0 auto
}
.list-part {
	padding:30px 0;
	background:#322235;
	background:-moz-linear-gradient(top, #322235 0, #1e1521 100%);
	background:-webkit-linear-gradient(top, #322235 0, #1e1521 100%);
	background:linear-gradient(to bottom, #322235 0, #1e1521 100%);
	color:#ededed
}
.list-part .default-title p, .list-part .default-title h3 {
	color:#fff
}
.pl-1 {
	border-right:1px solid #1e323d
}
.pl-1 .fa {
	color:#ededed
}
.pl-2 .fa {
	color:#ededed
}
.list-part .text {
	position:relative;
	left:14px;
	padding-top:17px
}
.list-part .fa {
	border:1px solid #666;
	padding:13px;
	margin:8px 25px;
	width:55px;
	height:55px;
	background-color:transparent
}
.list-part span {
	font-weight:400
}
.list-part .text-content {
	overflow:hidden
}
.list-part h4 {
	font-weight:700
}
.list-part p {
	overflow:hidden;
	color:#888
}
.list-part img {
	margin:30px auto;
	width:470px
}
.df-media-3 {
	padding:70px 0 70px 0;
	background-color:#fff
}
.df-media-3 p {
	overflow:hidden
}
.df-media-3 ul {
	display:inline
}
.df-media-3 li {
	font-size:15px;
	color:#666;
	margin-bottom:10px
}
.df-media-3 .buttons .red {
	margin-left:15px
}
.df-media-3 .buttons .btn-2 {
	margin-left:10px
}
.df-media-3 .df3-1::before {
content:"\f1cd ";
font-family:FontAwesome;
padding:0 10px 0 0;
color:#f72c25;
font-size:17px
}
.df-media-3 .df3-2::before {
content:"\f219  ";
font-family:FontAwesome;
padding:0 10px 0 0;
color:#f72c25;
font-size:17px
}
.df-media-3 .df3-3::before {
content:"\f0d6 ";
font-family:FontAwesome;
padding:0 10px 0 0;
color:#f72c25;
font-size:17px
}
.df-media-3 .df3-4::before {
content:"\f135";
font-family:FontAwesome;
padding:0 10px 0 0;
color:#f72c25;
font-size:17px
}
.df-media-3 .df3-5::before {
content:"\f19a ";
font-family:FontAwesome;
padding:0 10px 0 0;
color:#f72c25;
font-size:17px
}
.df-media-3 .df3-6::before {
content:"\f1de ";
font-family:FontAwesome;
padding:0 10px 0 0;
color:#f72c25;
font-size:17px
}
#df-media2 {
	padding:50px 0 50px 0;
	background-color:#fff
}
#df-media2 ul {
	padding:15px 0 0 0
}
#df-media2 .btn-2 {
	margin-top:10px;
	margin-right:10px
}
#df-media2 img {
	max-width:100%
}
#df-media2 li {
	font-size:16px;
	color:#666;
	line-height:35px
}
#df-media2 li::before {
content:"\f00c";
font-family:FontAwesome;
padding:0 10px 0 0;
color:#f72c25
}
#df-media2 .default-title h3 {
	text-align:left;
	color:#1e3338;
	font-size:30px;
	font-weight:800;
	text-transform:uppercase
}
#df-media2 .default-title span {
	color:#1e3338;
	font-weight:800;
	font-size:30px
}
#df-media2 .title h2 {
	color:#3f3f3f;
	font-weight:600;
	font-size:20px;
	font-family:Nunito Sans
}
#df-media2 span {
	color:#cc5f12;
	font-weight:800;
	font-size:22px
}
#df-media .btn-2 {
	margin-top:10px;
	margin-right:10px
}
#df-media {
	padding:50px 0 50px 0;
	background-color:#f7f7f7
}
#df-media .title h2 {
	color:#3f3f3f;
	font-weight:600;
	font-size:20px;
	font-family:Nunito Sans
}
#df-media span {
	color:#cc5f12;
	font-weight:800;
	font-size:22px
}
#df-media .default-title h3 {
	text-align:left;
	font-size:24px;
	font-weight:500;
}
#df-media .default-title span {
	color:#1e3338;
	font-size:30px
}
#df-media ul {
	padding:15px 0 0 0
}
#df-media li {
	font-size:16px;
	color:#666;
	line-height:35px
}
#df-media li::before {
content:"\f00c";
font-family:FontAwesome;
padding:0 10px 0 0;
color:#f72c25
}
#section-05 {
	padding:20px 0 30px 0;
	text-align:center;
	background-color:#f7f7f7
}
.section-05-box {
	background-color:#fff;
	border:1px solid #e9e9e9;
	width:250px;
	height:auto;
	margin:20px;
	border-bottom:5px solid #f72c25;
	-webkit-transition:300ms ease-in-out;
	transition:300ms ease-in-out;
	border-radius:5px;
	-webkit-box-shadow:-1px 4px 15px -7px rgba(0, 0, 0, 0.66);
	-moz-box-shadow:-1px 4px 15px -7px rgba(0, 0, 0, 0.66);
	box-shadow:-1px 4px 15px -7px rgba(0, 0, 0, 0.66)
}
.section-05-box:hover {
	-webkit-box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.99);
	box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.99)
}
#section-05 .container {
	max-width:1280px;
	position:relative;
	left:10px
}
#section-05 .fa {
	background:#f72c25;
	padding-right:-2px;
	padding-top:19px;
	border-radius:35px;
	width:70px;
	height:70px;
	font-size:29px;
	color:#fff;
	margin-top:15px;
	border:0 solid #fff;
	margin-bottom: 22px;
}
#section-05 h3 {
	padding:10px 0 0;
	font-weight:700;
	font-size:16px
}
#section-05 .default-title h3 {
	font-weight:900;
	font-size:28px;
	text-transform:uppercase
}
#section-05 h4 {
	color:#888;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	padding-bottom:10px
}
.sstyle {
	font-size: 23px;
	font-weight: 700;
}
.team-support {
	padding:70px 0 10px 0;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/contact.jpg) no-repeat center;
	background-size:cover
}
.team-support .text {
	padding-bottom:80px
}
.team-support span {
	font-weight:200
}
.team-support .default-title {
	text-align:left
}
.team-support .default-title p {
	color:#ededed!important;
	font-weight:200
}
.team-support .default-title h3 {
	    font-size: 35px;
    color: #fff;
    text-align: left;
    margin-top: 0;
     padding-top: 0;
    line-height: normal;
}
.team-support .number {
	font-weight:200;
	color:#fff;
	font-size:40px
}
.team-support .number::before {
content:"\f095";
font-family:'Fontawesome';
float:left;
color:#f72c25;
margin-right:10px
}
.team-support .red {
	margin-right:10px
}
.big-boxes-cloud img {
	margin:40px auto;
	max-width:105px
}
.big-boxes-cloud .btn {
	color:#fff;
	border:1px solid #fff
}
.big-boxes-cloud {
	padding:30px 0 80px 0;
	text-align:center;
	border-top:1px solid #e3e3e3;
	background-size:cover;
	background-attachment:fixed
}
.big-boxes-cloud h4 {
	font-size:16px
}
.big-boxes-cloud h5 {
	font-weight:600;
	font-size:21px;
	font-family:Maven Pro;
	text-transform:uppercase
}
.big-boxes-cloud .default-title {
	padding-bottom:30px
}
.big-boxes-cloud h3 {
	font-size:18px;
	font-weight:800;
	text-transform:uppercase
}
#df-media li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f72c25;
}
.big-boxes-cloud p {
	font-size:14px;
	color:#ededed;
	padding:0 20px 0 20px;
	font-weight:400
}
.big-boxes-cloud .big-boxes1 {
	background-color:#2d1e2f;
	color:#fff;
	padding:30px 0 30px 0;
	border-radius:0
}
.big-boxes-cloud .big-boxes3 {
	background-color:#eaeaea;
	color:#2d4042;
	padding:30px 0 30px 0;
	border-radius:0
}
.big-boxes-cloud .big-boxes2 {
	background-color:#312333;
	color:#fff;
	padding:30px 0 30px 0;
	border-radius:0
}
.big-boxes-cloud .big-boxes3 p {
	color:#2d4042
}
.big-boxes-cloud .fa {
	color:#fff;
	font-size:80px;
	padding:20px 0 20px 0
}
.big-boxes-cloud .big-boxes2 .btn {
	color:#fff;
	border:1px solid #888
}
.big-boxes-cloud .big-boxes3 .btn {
	color:#2d4042;
	border:1px solid #2d4042
}
.big-boxes-cloud .big-boxes2 .btn:hover {
	color:#fff;
	border:0
}
.big-boxes-cloud .big-boxes2 p {
	color:#fff
}
.section-dd-ft {
	padding:30px 0 30px 0;
	background-color:#f72c25
}
.section-dd-ft .text {
	overflow:hidden
}
.section-dd-ft h3 {
	font-weight:600;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-family:Maven Pro
}
.section-dd-ft .fa {
	position:relative;
	color:#fff;
	padding:18px 20px 0 0;
	border-radius:40px;
	font-size:30px
}
.section-dd-ft p {
	font-size:14px;
	font-weight:400;
	color:#fff
}
.section-dd-ft2 {
	padding:20px 0 30px 0;
	background-color:#fff;
	text-align:center
}
.section-dd-ft2 .text {
	overflow:hidden
}
.section-dd-ft2 h3 {
	font-weight:700;
	color:#1e3338;
	font-size:15px;
	text-transform:uppercase;
	font-family:Maven Pro
}
.section-dd-ft2 .fa {
	position:relative;
	color:#f72c25;
	font-size:50px
}
.section-dd-ft2 h5 {
	font-size:14px;
	font-weight:400;
	color:#555;
	line-height:20px
}
.parallax {
	height:440px
}
.parallax .text {
	position:relative;
	top:70px
}
.parallax .text h3 {
	font-size:42px;
	padding:0 0 10px 0;
	font-weight:700;
	color:#fff
}
.parallax .text h4 {
	font-weight:400;
	font-size:18px;
	color:#fff;
	padding:25px 0
}
.parallax .btn {
	border-radius:15px
}
#testimonials-slide {
	padding:30px 0 30px 0;
	background-color:#fff
}
#quote-carousel {
	padding:0 10px 30px 10px;
	margin-top:30px 0 0
}
#testimonials-slide h2 {
	color:#3c5a68;
	font-weight:800;
	font-size:35px;
	position:relative;
	bottom:25px
}
#testimonials-slide img {
	width:200px
}
#quote-carousel .carousel-control {
	background:0;
	color:#222;
	font-size:2.3em;
	text-shadow:none;
	margin-top:30px
}
#quote-carousel .carousel-control.left {
	left:-50px;
	color:#f72c25;
	opacity:1
}
#quote-carousel .carousel-control.right {
	right:-70px!important;
	color:#f72c25;
	opacity:1
}
#quote-carousel .carousel-indicators {
	right:80%;
	top:auto;
	bottom:0;
	margin-right:-19px
}
#quote-carousel .carousel-indicators li {
	background:#c0c0c0
}
#quote-carousel .carousel-indicators .active {
	background:#888
}
.item blockquote {
	border-left:none;
	text-align:left
}
.item blockquote img {
	margin-bottom:10px
}
.item blockquote h5 {
	font-size:16px;
	font-weight:400;
	color:#5c6b72;
	line-height:28px
}
.item blockquote h6 {
	color:#f72c25;
	font-weight:800;
	font-size:16px;
	padding-top:25px;
	word-spacing:5px;
	letter-spacing:3px
}
.item blockquote h5:before {
	content:"\f10d";
	font-family:'Fontawesome';
	float:left;
	margin-right:10px
}
@media(min-width:768px) {
#quote-carousel {
margin-bottom:0;
padding:0 40px 30px 40px;
margin-top:30px
}
#head{font-size: 25px;}
}
@media(max-width:768px) {
#quote-carousel .carousel-indicators {
bottom:-20px!important
}
#quote-carousel .carousel-indicators li {
display:inline-block;
margin:0 5px;
width:15px;
height:15px
}
#quote-carousel .carousel-indicators li.active {
margin:0 5px;
width:20px;
height:20px
}
}
@media(min-width:768px) {.head {font-size: 40px;font-weight: 600;color: #fff;}}
@media(max-width:768px) {.head {font-size: 40px;font-weight: 600;color: #fff;}}

@media screen and (max-width:1200px) {.head1 {font-size: 30px;font-weight: 600;color: #fff;}}


@media(min-width:768px) {.head3 {font-size:21px;font-weight:500; color:#fff}}
@media(max-width:768px) {.head3 {font-size:21px;font-weight:500; color:#fff}}

@media screen and (max-width:1200px) {.head13 {font-size:21px;font-weight:500; color:#fff}}


.testimonials blockquote {
	background:rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border:medium none;
	color:#ededed;
	display:block;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	padding:15px;
	position:relative;
	border-radius:50px 50px 0 50px;
	-moz-border-radius:50px 50px 0 50px;
	-webkit-border-radius:20px 20px 0 20px;
	border:1px solid #555;
	font-style:italic
}
.testimonials .carousel-info img {
	border:1px solid #f7f7f7;
	border-radius:45px!important;
	height:90px;
	padding:3px;
	width:90px
}
.testimonials .carousel-info {
	overflow:hidden
}
.testimonials .carousel-info img {
	margin-right:15px
}
.testimonials .carousel-info span {
	display:block
}
.testimonials span.testimonials-name {
	color:#fff;
	font-size:18px;
	font-weight:800;
	margin:23px 0 7px
}
.testimonials span.testimonials-post {
	color:#b2b2b2;
	font-size:14px
}
#testimonials-all {
	padding:50px 0 80px 0;
	background:url(../index.html) center;
	background-attachment:fixed
}
#testimonials-all .universal-header {
	text-align:center;
	padding:0 0 30px 0
}
#testimonials-all .universal-header h1 {
	font-size:35px;
	color:#e3e3e3;
	font-weight:800
}
#testimonials-all blockquote p {
	color:#e3e3e3;
	font-size:15px;
	font-weight:400
}
.wp-header2 {
	text-align:center;
	padding:50px 200px 0 200px
}
.wp-header2 h1 {
	color:#fff;
	font-weight:800;
	font-size:40px
}
.wp-header2 p {
	text-align:center;
	font-size:15px;
	color:#fff;
	font-weight:600
}
.faq {
	padding:0 0 30px 0;
	text-align:left;
	background-color:#fcfcfc;
	border-top:1px solid #e7e7e7
}
.faq .default-title {
	padding:20px 0
}
.faq .box {
	margin:10px;
	border-radius:4px;
	max-height:auto;
	height:180px;
	padding:10px;
	background-color:#fff;
	-webkit-transition:200ms ease-in-out;
	transition:200ms ease-in-out;
	border:1px solid #e0e0e0;
	-webkit-box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.20);
	box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.20)
}
.faq .box:hover {
	-webkit-box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.70);
	box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.70)
}
.faq h3 {
	color:#1e3338;
	font-size:17px;
	font-weight:600
}
.faq p {
	font-size:14px;
	font-family:Nunito Sans;
	font-weight:500;
	color:#757c87
}
.faq-text {
	margin:0
}
.faq .faq-cf {
	padding:0 100px
}
.home-header {
	background:url(../img/slider.jpg) bottom;
	background-size:cover;
	height:500px
}
.home-header .btn-2 {
	border:1px solid #fff!important;
	background-color:transparent!important
}
.home-header .btn-2:hover {
	background-color:#f72c25!important;
	border:1px solid #f72c25!important
}
.home-header .text-content {
	position:relative;
	top:140px
}
.home-header .text-content p {
	letter-spacing:.5px;
	line-height:25px;
	font-size:16px;
	color:#fff;
	margin:15px 0
}
.home-header .typing-title {
	text-align:left
}
.home-header .typing-title h2 {
	font-size:60px;
	font-weight:800;
	text-transform:uppercase;
	color:#fff
}
.home-header .typing-title .title-span {
	font-weight:200
}
.home-header .typing-title a {
	/*font-size:34px;
	font-weight:200;
	color:#fff*/
}
.home-header .box-container {
	text-align:center;
	background:rgba(16, 32, 40, 0.8);
	background:-moz-linear-gradient(-45deg, rgba(16, 32, 40, 0.8) 1%, rgba(16, 32, 40, 0.8) 1%, rgba(23, 45, 56, 0.6) 51%, rgba(16, 32, 40, 0.8) 51%, rgba(16, 32, 40, 0.8) 51%, rgba(16, 32, 40, 0.8) 100%);
	background:-webkit-linear-gradient(-45deg, rgba(16, 32, 40, 0.8) 1%, rgba(16, 32, 40, 0.8) 1%, rgba(23, 45, 56, 0.6) 51%, rgba(16, 32, 40, 0.8) 51%, rgba(16, 32, 40, 0.8) 51%, rgba(16, 32, 40, 0.8) 100%);
	background:linear-gradient(135deg, rgba(16, 32, 40, 0.8) 1%, rgba(16, 32, 40, 0.8) 1%, rgba(23, 45, 56, 0.6) 51%, rgba(16, 32, 40, 0.8) 51%, rgba(16, 32, 40, 0.8) 51%, rgba(16, 32, 40, 0.8) 100%);
	border-bottom:5px solid #f72c25;
	width:350px;
	height:auto;
	position:relative;
	left:80px;
	top:180px;
	padding:15px
}
.home-header .box-container .btn {
	border:1px solid #b2b2b2;
	color:#fff
}
.home-header .box-container h3 {
	color:#fff
}
.home-header .box-container h2 {
	color:#f72c25;
	font-weight:800;
	font-size:45px;
	margin:0
}
.home-header .box-container p {
	color:#fff;
	font-size:15px;
	line-height:27px;
	letter-spacing:.5px
}
.partners2 {
	background-color:#f6f6f6;
	border-bottom:1px solid #e0e0e0
}
.partners2 img {
	padding:20px 0;
	opacity:.6;
	max-width:100px
}
.partners2 h4 {
	font-weight:600;
	font-size:17px;
	color:#999
}
.partners2 .border-img {
	border-right:1px solid #e0e0e0
}
.partners2 .border-text {
	border-right:1px solid #e0e0e0
}
.cloud {
	background:url(../index.html) center!important;
	background-size:cover!important
}
.cloud .btn {
	border:1px solid rgba(255, 255, 255, 0.3)!important
}
.cloud .btn:hover {
	background-color:#fff;
	color:#333
}
.default-page-header {
	height:auto;
	padding-bottom:100px;
	background:url(../index.html) center;
	background-size:cover
}
.default-page-header h2 {
	font-size:30px;
	font-weight:600;
	padding-top:20px;
	color:#fff;
	text-transform:uppercase;
	font-family:Maven Pro;
	text-align:center
}
.default-page-header h3 {
	font-weight:500;
	position:relative;
	bottom:13px;
	color:#fff;
	font-size:16px;
	text-align:center;
	margin-bottom:40px
}
.default-page-header ul {
	display:inline;
	position:relative;
	bottom:15px
}
.default-page-header li {
	line-height:33px;
	font-size:14px;
	font-weight:500;
	color:#fff
}
.default-page-header li::before {
content:"\f067";
padding:0 10px 0 0;
color:#2acc18;
font-family:FontAwesome
}
.default-page-header .button {
	margin-top:10px
}
.default-page-header .btn {
	border:1px solid #fff
}
.header-simple {
	background-size:cover;
	height:200px;
	background:url(../index.html) center;
	background-size:cover
}
.header-simple h2 {
	font-size:28px;
	font-weight:800;
	color:#fff;
	margin-top:30px
}
.header-simple p {
	color:#ededed;
	font-size:14px
}
#web-header2 {
	padding:0;
	margin:0;
	border-bottom:2px solid #e8e8e8;
	border-top:2px solid #e8e8e8;
	padding:10px;
	position:relative;
	right:50px
}
.web-header {
	height:470px;
	background-position:center
}
.web-header p {
	font-size:15px;
	line-height:23px;
	text-align:left;
	color:#fff;
	font-weight:400;
	padding:15px 0 15px 0;
	font-family:Nunito Sans
}
.web-header .btn {
	color:#fff;
	background-color:#f72c25
}
.web-header .box-container {
	position:relative;
	top:90px;
	border-radius:4px;
	padding:15px;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	background-color:rgba(45, 30, 47, 0.6);
	-webkit-box-shadow:0 0 49px -15px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 49px -15px rgba(0, 0, 0, 0.6);
	border-top:5px solid #f72c25
}
.web-header .btn-2 {
	color:#fff!important
}
.web-header .btn-2:hover {
	background-color:#333
}
.web-header .box-container h2 {
	font-weight:700;
	font-size:30;
	color:#fff;
	font-family:Maven Pro;
	text-transform:uppercase
}
.web-header .box-container h3 {
	font-weight:500;
	color:#fff;
	font-size:14px;
	display:inline;
	position:relative;
	top:20px;
	text-transform:uppercase
}
.home-boxes {
	padding:50px 0 60px 0;
	background-color:#f9f9f9
}
.home-boxes .text-container::before, .home-boxes .text-container::after {
content:'';
position:absolute;
top:0;
right:0;
border-color:transparent;
border-style:solid
}
.home-boxes .before-box p {
	font-size:12px
}
.home-boxes .text-container {
	text-align:center;
	background-color:#fff;
	border-bottom:0 solid #f72c25;
	padding:30px 15px 30px;
	box-shadow:0 0 45px rgba(0, 0, 0, 0.07);
	transition:200ms ease-in-out;
	border-radius:15px
}
.home-boxes .text-container:hover {
	border-radius:20px
}
.home-boxes .default-title {
	padding:0 0 30px 0
}
.home-boxes .text-container p {
	color:#999;
	letter-spacing:.5px;
	line-height:25px
}
.home-boxes .text-container h3 {
	font-size:22px;
	color:#35414d
}
.home-boxes .btn {
	font-size:18px!important;
	margin:0 3px;
	width:95%;
	border:1px solid #e0e0e0;
	background-color:transparent;
	color:#f72c25;
	border-radius:5px
}
.home-boxes .btn:hover {
	background-color:transparent!important;
	color:#333!important
}
.home-boxes .fa {
	color:#f72c25
}
.media-code-1 {
	background-color:#fff
}
.for-index {
	background:url(../index.html) center;
	background-attachment:fixed
}
.media-code-1 h2 {
	color:#1e3338;
	font-weight:800;
	font-size:26px
}
.media-code-1 .btn-2 {
	position:relative;
	margin-right:10px
}
.media-code-1 p {
	color:#6c6c6d;
	font-size:16px;
	padding-top:20px;
	font-weight:400
}
.media-code-1 {
	padding:40px 0 40px 0
}
.media-code-1 .fa {
	color:#16cc06
}
.media-code-1 .wp-text p {
	position:relative;
	bottom:5px
}
.media-code-1 .wp-con1 p {
	position:relative;
	bottom:5px
}
.media-code-2 {
	background-color:#f7f7f7;
	padding:40px 0 40px 0
}
.media-code-2 .red {
	margin-right:10px!important
}
.media-code-2 h2 {
	color:#2d1e2f;
	font-size:25px;
	font-weight:800
}
.media-code-2 p {
	color:#6c6c6d;
	font-size:16px;
	padding-top:20px;
	font-weight:400;
	margin-bottom:15px
}
.media-code-2 .fa {
	color:#16cc06
}
.media-code-2 .wp-text p {
	position:relative;
	bottom:5px
}
.media-code-2 .wp-con1 p {
	position:relative;
	bottom:5px
}
#features-list {
	padding:0 0 30px 0;
	background-color:#fff
}
#features-list .default-title {
	padding:25px 0 30px 0
}
#features-list .fa {
	color:#12ba0d;
	font-size:17px;
	padding-top:3px
}
#features-list ul {
	position:relative
}
#features-list li {
	font-size:16px;
	font-weight:400;
	color:#777;
	line-height:35px
}
#features-list li::before {
content:"\f067";
padding:0 10px 0 0;
color:#f72c25;
font-family:FontAwesome
}
#features-list .universal-title h1 {
	font-size:35px
}
.roomy-50 {
	padding:50px 0;
	background-color:#f6f6f6
}
.p-top-100 {
	padding:100px
}
.bg-red small {
	color:#fff
}
.theme-border {
    border-color:#f72c25 !important;
}
.list-part2 {
    padding: 30px 0; background:url(../img/google-bg.png) top center no-repeat;
    color: #ededed;
}
.list-part2 .default-title p, .list-part2 .default-title h3 {
    color: #fff;
}
.feature-box-01 {
    position: relative;
    padding: 0px 40px 40px 40px;
    background: #f9f9f9;
    border: 1px solid;
    overflow: hidden;
    text-align: center;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}
.feature-box-01 .icon {
    font-size: 30px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 0% 0% 50% 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-shadow: -1px 2px 22px -2px rgba(0, 0, 0, 0.33);
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    margin-bottom: 30px;
}
.feature-box-01:hover .icon {
    border-radius: 0;
}
.btn-theme, .theme-before:before, .theme-after:after, .theme-bg {
    background:#f72c25;
}
.white-color {
    color: #fff;
}
.m-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}
.play-tx{ margin:0 0 10px 0; padding:0;}
.new-pricing h2 {
	border-bottom:1px solid #f0f0f0;
	border-top:1px solid #f0f0f0;
	padding:13px 0!important
}
.new-pricing .bg-red h2 {
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	border-top:1px solid rgba(255, 255, 255, 0.2);
	padding:13px 0!important
}
.new-pricing h3 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:800;
	font-family:Maven Pro;
	margin-top:7px;
	padding-bottom:7px
}
.new-pricing h2 {
	font-weight:600;
	font-family:Maven Pro;
	font-size:30px
}
.pricing-n2 {
	background:#fff
}
.new-pricing .btn, .new-pricing .navbar>li>a.btn {
	border:0;
	border-radius:3px;
	position:relative;
	padding:12px 30px;
	margin:10px 1px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0;
	will-change:box-shadow, transform;
transition:box-shadow .2s cubic-bezier(0.4, 0, 1, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}
.new-pricing .btn {
	border-radius:30px
}
.new-pricing .btn.btn-danger {
	color:#fff;
	background-color:#f44336;
	border-color:#f44336;
	box-shadow:0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12)
}
.new-pricing .btn.btn-danger:focus, .new-pricing .btn.btn-danger:active, .new-pricing .btn.btn-danger:hover {
	box-shadow:0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2)
}
.new-pricing .btn.btn-success {
	color:#fff;
	background-color:#4caf50;
	border-color:#4caf50;
	box-shadow:0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12)
}
.new-pricing .btn.btn-success:focus, .new-pricing .btn.btn-success:active, .new-pricing .btn.btn-success:hover {
	box-shadow:0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2)
}
.new-pricing .btn.btn-white {
	color:#3c4857;
	background-color:#fff;
	border-color:#fff;
	box-shadow:0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)
}
.new-pricing .btn.btn-white:focus, .new-pricing .btn.btn-white:active, .new-pricing .btn.btn-white:hover {
	box-shadow:0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2)
}
.new-pricing .bs {
	display:inline-block;
	position:relative;
	width:100%;
	margin-bottom:30px;
	border-radius:6px;
	color:#444;
	background-color:#fff;
	-webkit-box-shadow:0 2px 9px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 2px 9px -3px rgba(0, 0, 0, 0.5);
	box-shadow:0 2px 9px -3px rgba(0, 0, 0, 0.5)
}
.new-pricing .bs.bs-background-img {
	background:url(images/pricing-bg-image.html) no-repeat center center;
	background-size:cover;
	position:relative;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	transition:all 1s
}
.new-pricing .bs.bs-background-img:hover {
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%)
}
.new-pricing .bs-background-img, .new-pricing .bs-background-img h1 small {
	color:#fff
}
.bg-red {
	background-color:#f44336!important
}
.new-pricing .bg-red, .new-pricing .bg-red h1 small {
	color:#fff
}
.new-pricing .bs-background-img:after {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	display:bs;
	left:0;
	top:0;
	content:"";
	background-color:rgba(0, 0, 0, 0.56);
	border-radius:6px
}
.new-pricing .pricing-n2 {
	text-align:center;
	position:relative;
	background-color:##f7f7f7;
	border-top:6px solid #f44336
}
.new-pricing .pricing-n2 .bs-caption {
	margin-top:0
}
.new-pricing .pricing-n2 .cotent {
	padding:15px;
	margin-bottom:0;
	z-index:2;
	position:relative
}
.new-pricing .pricing-n2 ul {
	list-style:none;
	padding:0;
	margin:10px auto
}
.new-pricing .pricing-n2 ul li {
	text-align:center;
	padding:12px 0
}
.new-pricing .pricing-n2 ul:not(.nav-pills) li {
border-bottom:1px solid rgba(153, 153, 153, 0.1)
}
.default-plans {
	padding:20px 0 60px 0
}
.default-pricing {
	background-color:#f7f7f7
}
.default-plans .default-title {
	padding:0 0 28px 0
}
.pricingTable>.pricingContent>ul>li:before {
	content:"\f00c";
	font-family:FontAwesome;
	padding:0 10px 0 0;
	color:#14cc10
}
.pricingTable>.pricingContent>ul>.uncheck:before {
	content:"\f00d";
	font-family:FontAwesome;
	padding:0 10px 0 0;
	color:#14cc10
}
.pricingTable {
	text-align:center;
	background:#fff;
	border:1px solid #e9e9e9;
	padding-top:0;
	border-radius:4px;
	transition:300ms ease-in-out;
	-webkit-box-shadow:-1px 4px 15px -7px rgba(0, 0, 0, 0.66);
	-moz-box-shadow:-1px 4px 15px -7px rgba(0, 0, 0, 0.66);
	box-shadow:-1px 4px 15px -7px rgba(0, 0, 0, 0.66)
}
.pricingTable:hover {
	-webkit-box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.40);
	box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.40)
}
.pricingTable>.pricingTable-header {
	color:#fff;
	height:170px;
	background-color:#2d1e2f;
	position:relative
}
.pricingTable-header>.heading {
	display:block;
	padding:8px 0;
	background-color:#f72c25;
	-webkit-transform:scale(1.03);
	transform:scale(1.03);
	font-size:15px;
	text-transform:uppercase;
	font-weight:600
}
.pricingTable-header h3 {
	margin:0;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff
}
.pricingTable-header>.price-value {
	display:block;
	font-size:35px;
	line-height:50px;
	padding-top:30px;
	font-weight:800;
	color:#fff
}
.pricingTable-header>.price-value>.mo {
	font-size:14px;
	display:block;
	line-height:0;
	text-transform:normal;
	font-weight:400
}
.pricingTable-header .discount {
	font-size:13px;
	font-weight:500;
	text-decoration:line-through
}
.pricingTable-header>.price-value>.currency {
	font-size:24px;
	margin-right:4px;
	position:relative;
	bottom:15px
}
.pricingTable>.pricingContent {
	text-transform:normal;
	color:#fff
}
.pricingTable>.pricingContent>ul {
	list-style:none;
	padding:0
}
.pricingTable>.pricingContent>ul>li {
	padding:15px 15px;
	border-bottom:1px solid #e3e3e3;
	color:#555;
	font-weight:500;
	font-size:14px;
	text-align:left
}
.pricingTable>.pricingContent>ul>li:last-child {
	border-bottom:1px solid #e3e3e3
}
.pricingTable-sign-up {
	padding:8px 0 16px 0
}
.pricingTable-sign-up>.btn-block {
	width:95%;
	margin:0 auto;
	background-color:#f72c25;
	border:0 solid #e9e9e9;
	color:#fff;
	padding:8px 8px;
	text-transform:uppercase;
	font-size:15x;
	font-weight:600;
	-webkit-transition:300ms ease-in-out;
	transition:300ms ease-in-out
}
.pricingTable-sign-up>.btn-block:hover {
	color:#fff
}
.pink {
	background:#ed687c
}
.pink .pricingTable-header:after {
	border-bottom-color:#ed687c
}
.orange {
	background:#e67e22
}
.orange .pricingTable-header:after {
	border-bottom-color:#e67e22
}
.blue {
	background:#e67e22
}
.blue .pricingTable-header:after {
	border-bottom-color:#e67e22
}
@media screen and (max-width:1200px) {
.pricingTable>.pricingTable-header:after {
border-left:215px solid transparent
}
}
@media screen and (max-width:990px) {
.pricingTable {
margin-bottom:20px
}
.pricingTable>.pricingTable-header:after {
border-left:349px solid transparent
}
}
@media screen and (max-width:480px) {
.pricingTable {
overflow:hidden
}
.pricingTable>.pricingTable-header:after {
border-left:459px solid rgba(0, 0, 0, 0)
}
}
footer {
	background:#322235;
	background:-moz-linear-gradient(top, #322235 0, #1e1521 100%);
	background:-webkit-linear-gradient(top, #322235 0, #1e1521 100%);
	background:linear-gradient(to bottom, #322235 0, #1e1521 100%);
	padding-top:56px;
	padding-right:0;
	padding-bottom:50px;
	padding-left:0
}
.partners {
	padding-bottom:20px;
	border-bottom:1px solid rgba(200, 200, 200, 0.08);
	margin-bottom:50px
}
.partners img {
	opacity:.7
}
.footer-fluid {
	padding:0 200px
}
.title-widget {
	color:#ededed;
	font-size:15px;
	font-weight:800;
	line-height:1;
	position:relative;
	text-transform:uppercase;
	margin-top:0;
	margin-right:0;
	margin-bottom:25px;
	margin-left:0;
	padding-left:0
}
.title-widget::before {
content:"";
height:22px;
left:0;
position:absolute;
top:-2px;
width:5px
}
.widget_nav_menu ul {
	list-style:outside none none;
	padding-left:0
}
.widget_archive ul li {
	content:"";
	height:3px;
	left:0;
	position:absolute;
	top:7px;
	width:3px
}
.widget-container a {
	color:#ddd
}
.widget-container a:hover {
	color:#fff
}
.widget_nav_menu ul li {
	font-size:13px;
	font-weight:400;
	line-height:20px;
	position:relative;
	margin-bottom:7px;
	padding-bottom:7px;
	width:100%
}
.title-median {
	color:#ddd;
	font-size:20px;
	line-height:20px;
	margin:0 0 15px
}
footer p {
	color:#ddd;
	font-size:14px;
	word-wrap:break-word
}
.nomargin {
	margin:0;
	padding:0
}
.footer-bottom {
	background-color:#28232d;
	min-height:40px;
	width:100%
}
.copyright {
	color:#fff;
	padding-top:21px;
	font-size:15px;
	padding-bottom:21px
}
.gmail-blog-txcover{ text-align:left;}
@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
}
.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.gmail-blog-txcover p{ text-align:justify;font-weight: 500; font-size: 16px; color: #666; line-height: 28px;}
.gmail-blog-txcover h2, h5{ font-size:19px;}
.gmail-blog-txcover h4 { font-size:19px !important; color: #333 !important; font-weight:normal; padding:0 0 0 0 !important;font-weight: 600 !important;}
.gmail-blog-txcover h3 { font-size:19px !important; color: #333; font-weight:normal; padding:0 0 0 0 !important;font-weight: 600 !important;}
.gmail-blog-txcover h2 a{ color:#333;}
.gmail-blog-txcover  h2 a:hover { text-decoration:underline; color:#028ba0;}
.widget{ width:100%; float:left; padding:7px; background:#efefef; display:inline-block;}
.widget h3 {margin-top: 0 !important; padding-left:20px !important;
    color: #333131;    text-align: left;
    font-size: 20px !important;}
.gmail-blog-txcover p a{ color:#fd7070;}
.widget-ul { width:100%; float:left; text-align:left; padding-left: 20px;}
.blog-side-cover { width:100%; float:left; }
.line-gmail{ width:100%; float:left; border-bottom:1px solid #ccc; margin-bottom:20px;}
.all-cover{ padding-bottom:20px;}
.reading{    display: inline-block;
    padding: 8px 30px;
    width: auto;
    float: right;
    text-align: right;
   border: 1px double #e43333;
    box-shadow: 2px 3px 2px #c56060;
    margin-bottom: 25px;}
.reading a{ color:#000;}
.widget-ul li{ font-size:14px; padding:5px 0;}
.widget-ul li a{ color: #333;
    text-align: left;
    border-bottom: 1px solid #d4d3d3;
    padding-bottom: 5px;font-weight: 500;
    font-size: 14px;
    color: #666;
    line-height: 28px;}
.ulstyle-blog{list-style-position: inside;
       padding: 10px 0 2px 0px;
    text-indent: -27px;
    margin-left: 22px;}
	.meta{ margin-bottom: 10px;  border-bottom: 3px double#e8e7e7;}
	.meta .fa {
    background: none !important;
    width: 15px !important;
    height: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}
.meta a { color:#666;}
.meta span { padding-right:6px;}
.meta span i { color:#f55151 !important;  font-size: 14px !important;  padding: 5px 0px;margin-right: 6px;}
.meta li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f72c25;
}
.meta li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f72c25;
}
.ulstyle-blog li{ list-style:none;font-size: 16px;
    color: #666;
    line-height: 35px;}
.ulstyle-blog li a{}
.ulstyle-blog li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f72c25;
}
.ulstyle-blog li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f72c25;
}
.widget-ul .fa{ background: none !important;
    width:15px !important;
    height: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;}
	.widget-ul li i{ color:#F00 !important; font-size:11px !important;}
.design {
	color:#fff;
	padding-top:13px;
	text-align:right;
	font-size:12px
}
.design a {
	color:#fff
}
.acolor {
	color:#000
}
.left-header {
	height:280px;
	background:url(../index.html) center;
	background-size:cover
}
.left-header h3 {
	text-transform:uppercase;
	font-size:30px;
	color:#fff
}
.left-header h4 {
	font-size:18px;
	color:#fff
}
.bb {
	border-bottom:1px solid #dcdcdc
}
.ball {
	border:1px solid #dcdcdc
}
.hfont5 {
	font-size:20px;
	line-height:28px;
	text-align:left;
	font-weight:500
}
.astyle {
	font-size:30px;
	color:#fff;
	font-weight:700
}
#our-services-default {
	padding:50px 0 50px 0;
	position:relative;
	bottom:0;
	background-color:#fff
}
#our-services-default .row {
	padding:25px 0
}
#our-services-default .universal-title {
	padding-bottom:0
}
#our-services-default .text {
	overflow:hidden
}
section {
	overflow:hidden;
	width:100%
}
#our-services-default .row h4 {
	color:#555;
	font-weight:500;
	font-size:17px;
	font-family:Maven Pro
}
#our-services-default .row p {
	color:#777;
	font-size:14px
}
#our-services-default .fa {
	color:#4dd61b;
	background-color:##f7f7f7;
	border:0 solid #e9e9e9;
	width:70px;
	height:70px;
	border-radius:100%;
	font-size:27px;
	padding:20px 0 0 22px
}
.sec4-fluid {
	padding:0 330px 0 330px
}
#col-mb {
	margin-top:0
}
#flipkart-navbar {
	background-color:#2874f0;
	color:#fff
}
.flipkart-navbar-input {
	padding:11px 16px;
	border-radius:2px 0 0 2px;
	border:0 none;
	outline:0 none;
	font-size:15px
}
.flipkart-navbar-button {
	background-color:#ffe11b;
	border:1px solid #ffe11b;
	border-radius:0 2px 2px 0;
	color:#565656;
	padding:10px 0;
	height:43px;
	cursor:pointer
}
.internal-google-header {
    background: url(../img/google-play-store.png) bottom;
    background-size: cover;
   height: 220px;
    padding-top: 50px;
}

.cart-button {
	background-color:#2469d9;
	-webkit-box-shadow:0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
	padding:10px 0;
	text-align:center;
	height:41px;
	border-radius:2px;
	font-weight:500;
	width:120px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	color:inherit;
	border:0;
	outline:0
}
.cart-button:hover {
	text-decoration:none;
	color:#fff;
	cursor:pointer
}
.cart-svg {
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right:8px
}
.email-banner-internal {
    background:url(../img/email-blog-banner.png) bottom;
    background-size: cover;
    height: 220px;
    padding-top: 50px;
}
.post-date {
    background: #222;
    color: #fff;
    font-weight: 900;
    left: 30px;
    line-height: 1.74em;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 50px;
}
.post-day {
    font-size: 200%;
}
.post-month {
    color:#ff716c;
}

.item-number {
	border-radius:3px;
	background-color:rgba(0, 0, 0, .1);
	height:20px;
	padding:3px 6px;
	font-weight:500;
	display:inline-block;
	color:#fff;
	line-height:12px;
	margin-left:10px
}
.upper-links {
	display:inline-block;
	padding:0 11px;
	line-height:23px;
	font-family:'Roboto', sans-serif;
	letter-spacing:0;
	color:inherit;
	border:0;
	outline:0;
	font-size:12px
}
.profile-links {
	font-size:12px;
	font-family:'Roboto', sans-serif;
	border-bottom:1px solid #e9e9e9;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	padding:0 11px;
	line-height:23px
}
.profile-li {
	padding-top:2px
}
.largenav {
	display:none
}
.smallnav {
	display:block
}
.smallsearch {
	margin-left:15px;
	margin-top:15px
}
.menu {
	cursor:pointer
}
@media screen and (min-width:768px) {
.largenav {
display:block
}
.smallnav {
display:none
}
.smallsearch {
margin:0
}
}
.sidenav {
	height:100%;
	width:0;
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	background-color:#fff;
	overflow-x:hidden;
-webkit-transition:.5s;
transition:.5s;
	-webkit-box-shadow:0 4px 8px -3px #555454;
	box-shadow:0 4px 8px -3px #555454;
	padding-top:0
}
.sidenav a {
	padding:8px 8px 8px 32px;
	text-decoration:none;
	font-size:25px;
	color:#818181;
	display:block;
-webkit-transition:.3s;
transition:.3s
}
.sidenav .closebtn {
	position:absolute;
	top:0;
	right:25px;
	font-size:36px;
	margin-left:50px;
	color:#fff
}
.sidenav-heading {
	font-size:36px;
	color:#fff
}
#hosting {
	padding:90px 0 90px 0;
	border-top:2px solid #ededed;
	border-bottom:2px solid #ededed;
	background-attachment:fixed
}
.before_hp {
	background-color:#fff;
	border-top:1px solid #e3e3e3;
	position:relative;
	bottom:20px;
	padding:30px 30px;
	margin-top:40px
}
.before_hp span {
	color:#41bc18
}
body .before_hp h1 {
	font-weight:600;
	font-family:Maven Pro;
	font-size:35px
}
.p2-row {
	position:relative;
	right:10px
}
.form-group {
	color:#c1c1c1
}
.contact {
	background:url(../img/banner.jpg) center;
	background-size:cover
}
#contact-section1 {
	padding:0 0 50px 0;
	text-align:center;
	background-color:#fafafa
}
#contact-section1 .default-title {
	padding:30px 0 20px 0
}
#contact-section1 .container {
	position:relative;
	left:60px
}
#contact-section1 .cs-1 {
	background:rgba(255, 255, 255, 1);
	background:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background:-webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background:-o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background:linear-gradient(135deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
	padding:20px;
	width:220px;
	height:160px;
	margin:10px;
	border:1px solid #e3e3e3;
	-webkit-box-shadow:0 35px 28px -34px rgba(0, 0, 0, 0.23);
	box-shadow:0 35px 28px -34px rgba(0, 0, 0, 0.23);
	border-bottom:1px solid #e3e3e3
}
#contact-section1 .fa {
	color:#f72c25;
	font-size:50px
}
#contact-section1 p {
	font-size:14px;
	color:#777;
	font-weight:500
}
#contact-section1 h4 {
	color:#1e3338;
	padding:4px 0;
	font-weight:700;
	font-size:18px;
	-webkit-transition:300ms ease-in-out;
	transition:300ms ease-in-out
}
#contact-section1 h4:hover {
	color:#2acc18
}
#contact-parts {
	text-align:center
}
#contact-parts .container-fluid {
	padding:0
}
.contact-p1 h2:before {
	content:"\f2a0";
	font-family:FontAwesome;
	color:#fff;
	padding:0 10px 0 0
}
.contact-p1 {
	background-color:#2d1e2f;
	padding:16px 0;
	color:#fff
}
.contact-p1 h2 {
	font-weight:300;
	font-size:20px;
	text-transform:uppercase;
	float:right;
	padding:0 50px 0 20px;
	word-break:break-all;
	font-family:Nunito Sans
}
#contact-us a {
	color:#444
}
#contact-us .default-title {
	padding:0 0 40px 0
}
.contact-info p {
	font-size:15px
}
.contact-p2 {
	background-color:#f72c25;
	padding:16px 0;
	color:#fff
}
.contact-p2 h2 {
	font-weight:300;
	font-size:20px;
	text-transform:uppercase;
	float:left;
	padding:0 20px 0 50px;
	word-break:break-all;
	font-family:Nunito Sans
}
.contact-p2 h2:before {
	content:"\f0e0";
	font-family:FontAwesome;
	color:#fff;
	padding:0 10px 0 0
}
.form-control {
	background:rgba(200, 200, 200, 0.1);
	border:0
}
.input-group .form-control:first-child {
	color:#444!important;
	border-radius:15px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	border-radius:10px
}
#contact-us .email:before {
	content:"\f003";
	padding:0 10px 0 0;
	color:#2acc18;
	font-family:FontAwesome
}
#contact-us .phone:before {
	content:"\f2a0";
	padding:0 10px 0 0;
	color:#2acc18;
	font-family:FontAwesome
}
#contact-us .chat:before {
	content:"\f27b";
	padding:0 10px 0 0;
	color:#2acc18;
	font-family:FontAwesome
}
#contact-us .ticket:before {
	content:"\f1d9";
	padding:0 10px 0 0;
	color:#2acc18;
	font-family:FontAwesome
}
#contact-us {
	padding:20px 0 40px 0;
	background:url(../index.html) center;
	border-top:1px solid #e3e3e3
}
.contact-header {
	text-align:center;
	padding:60px 550px 0 550px;
	border-bottom:2px solid #ededed
}
.contact-header p {
	font-size:15px;
	font-weight:600;
	color:#444
}
.str-adress {
	margin-bottom:40px;
	border-bottom:2px solid #ededed;
	padding-bottom:10px
}
.str-adress h1 {
	font-size:20px;
	font-weight:800;
	color:#444;
	border-bottom:2px solid #ededed;
	display:inline-block;
	padding-bottom:10px;
	text-transform:uppercase
}
.str-adress p {
	font-size:15px;
	color:#444;
	font-weight:500
}
#team-photos .fa {
	color:#b9b9b9;
	padding:5px
}
.cloud-hosting ul {
	padding-top:20px
}
.cloud-hosting h1 {
	color:#fff;
	font-weight:700;
	font-size:50px
}
.cloud-hosting h4 {
	color:#fff
}
#df-media li ul li::before {
    content: "\f192";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color:#5f5454;
}
.cloud-hosting li {
	color:#ededed;
	line-height:32px
}
#plans-cloud {
	padding:50px 0 50px 0;
	background:url(../index.html) center
}
#plans-cloud .header h3 {
	font-weight:400;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	color:#444
}
#plans-cloud .fa {
	color:#5975a0
}
#plans-cloud .header {
	text-align:center
}
#plans-cloud .container {
	width:900px
}
.cloud-border {
	padding:30px;
	border:1px solid #ededed
}
#about-cloud {
	text-align:center;
	padding:0 0 50px 0;
	background:url(../index.html) bottom
}
#about-cloud h1 {
	font-weight:600;
	color:#fff
}
#about-cloud p {
	color:#fff;
	font-size:16px;
	max-width:680px;
	position:relative;
	left:240px
}
#cloud-media {
	padding:50px 0 50px 0;
	border-bottom:1px solid rgba(226, 49, 4, 0.3)
}
#cl-web {
	padding:10px 0 40px 0;
	text-align:center;
	background-color:#f9f9f9;
	width:100%
}
#cl-web .cl-box p {
	display:none;
	position:absolute;
	top:0;
	bottom:20px;
	left:0;
	right:0;
	color:#fff;
	width:100%;
	height:100%;
	text-align:center;
	padding:40px 10px 10px 10px;
	border-radius:5px
}
#cl-web .cl-box:hover p {
	display:block;
	background-color:#242b35
}
#cl-web .default-title {
	padding:20px 0 30px 0
}
#cl-web .container {
	margin:0 auto
}
#cl-web .fit-center-col-web {
	position:relative;
	left:3.4%
}
#cl-web .cl-box {
	-webkit-transition:200ms ease-in-out 0s;
	-webkit-transition:400ms ease 0s;
	transition:400ms ease 0s;
	padding:10px;
	width:17%;
	height:17%;
	padding:35px 0 25px 0;
	margin:0 25px 25px 0;
	border-radius:5px;
	border:1px solid #e3e3e3;
	border-bottom:5px solid #f72c25;
	background-color:#fff;
	background:rgba(255, 255, 255, 1);
	background:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
	background:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
	background:-webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
	background:-o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
	background:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
	background:linear-gradient(135deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%)
}
#cl-web .cl-box:hover {
	background-color:#242b35
}
#cl-web .fa {
	color:#f72c25;
	font-size:35px
}
#cl-web .container h3 {
	font-weight:700;
	font-family:Work Sans;
	color:#1e3338;
	font-size:14px;
	text-transform:uppercase
}
#cloud-media li p {
	overflow:hidden
}
#cloud-media .fa {
	padding:5px;
	color:#b2b2b2
}
#cloud-media p {
	color:#999;
	font-size:16px
}
#contact-now {
	background-color:#3d8dff;
	color:#fff;
	text-align:center;
	padding:20px 0 20px 0
}
.error-template {
	padding:40px 15px;
	text-align:center;
	background-color:#f3f3f3;
	-webkit-box-shadow:0 21px 89px -1px rgba(0, 0, 0, 0.3);
	box-shadow:0 21px 89px -1px rgba(0, 0, 0, 0.3);
	border-radius:8px
}
.error-template h2 {
	color:#13ce06;
	font-weight:600
}
.error-template h1 {
	color:#5685a0
}
.error-template p {
	color:#5685a0
}
.error-actions {
	margin-top:15px;
	margin-bottom:15px
}
#maintenance .row {
	position:relative;
	top:300px;
	text-align:center
}
#maintenance {
	background-color:#18696b
}
#error-404 {
	padding:100px 0 100px 0
}
.error-text {
	text-align:center
}
.error-text .btn-2 {
	margin:10px 0
}
.error-text .btn-2:hover {
	background-color:#444
}
.error-text p {
	font-size:17px;
	color:#666;
	margin:15px 0;
	font-weight:500
}
.error-text h2 {
	color:#5d6b82;
	font-size:35px;
	font-weight:700
}
.about {
	background:url(../img/banner.jpg) center;
	background-size:cover
}
#simple-header h1 {
	font-size:35px;
	font-weight:800;
	color:#fff;
	padding-top:30px;
	letter-spacing:2px
}
#simple-header p {
	color:#ededed;
	font-size:14px
}
#about-section-1 {
	text-align:center;
	padding:100px 0 100px 0;
	border-bottom:2px solid #ededed
}
.about2 {
	padding-top:40px
}
#about-section-1 h1 {
	font-size:25px;
	color:#666;
	font-weight:800
}
#about-section-1 .aboutsec {
	position:relative;
	left:300px
}
#about-section-2 {
	text-align:center;
	padding:70px 0 70px 0;
	border-top:2px solid #ededed
}
#about-section-2 .aboutsec {
	position:relative;
	left:20px
}
#about-section-2 h1 {
	font-size:25px;
	color:#3c5a68;
	font-weight:800
}
#contact-box p {
	color:#999;
	font-size:14px
}
#contact-box .fa {
	color:#4bd310;
	border:1px solid #35d60c;
	width:110px;
	height:110px;
	border-radius:55px;
	padding-top:20px
}
#contact-box img {
	max-width:84px
}
#about-section-1 #contact-box {
	width:320px;
	height:300px;
	margin:0 60px 0 60px;
	border-radius:100px 0 100px 0;
	background-color:#fff;
	border-top:6px solid rgba(6, 153, 216, 0.4)
}
#about-section-1 img {
	padding-top:25px;
	max-width:86px;
	opacity:.9
}
#about-section-01 {
	padding:70px 0 70px 0;
	text-align:center;
	background-color:#1e2d42
}
#about-section-01 p {
	font-size:15px;
	color:#fff
}
#about-section-01 h3 {
	border:2px solid #f6f6f6;
	padding:10px;
	width:80px;
	height:80px;
	border-radius:40px;
	color:#fff
}
#about-section-01 .header h1 {
	font-weight:200;
	border-bottom:1px solid #b9b9b9;
	display:inline-block;
	padding-bottom:10px
}
#about-section-01 .header {
	padding-bottom:60px
}
#about-section-01 .fa {
	color:#f72c25
}
#about-people {
	padding:20px 0 20px 0;
	text-align:center;
	background-color:#f7f7f7
}
#about-people img {
	width:200px;
	max-width:100%;
	margin:0 auto
}
#about-people .ap-1 {
	width:270px;
	padding:25px 15px 25px 15px;
	border-bottom:7px solid #f72c25!important;
	border-top:7px solid #f72c25!important;
	margin:10px;
	background:rgba(45, 30, 47, 1);
	background:-moz-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 30, 47, 1)), color-stop(51%, rgba(51, 34, 53, 1)), color-stop(51%, rgba(45, 30, 47, 1)), color-stop(71%, rgba(45, 30, 47, 1)), color-stop(100%, rgba(45, 30, 47, 1)));
	background:-webkit-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-o-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-ms-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:linear-gradient(135deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d1e2f', endColorstr='#2d1e2f', GradientType=1);
	border-radius:4px;
	-webkit-animation-delay:0;
	animation-delay:0;
	border:0 solid #f72c25
}
#about-people .ap-2 {
	width:270px;
	padding:25px 15px 25px 15px;
	margin:10px;
	border-bottom:7px solid #f72c25!important;
	border-top:7px solid #f72c25!important;
	background:rgba(45, 30, 47, 1);
	background:-moz-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 30, 47, 1)), color-stop(51%, rgba(51, 34, 53, 1)), color-stop(51%, rgba(45, 30, 47, 1)), color-stop(71%, rgba(45, 30, 47, 1)), color-stop(100%, rgba(45, 30, 47, 1)));
	background:-webkit-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-o-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-ms-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:linear-gradient(135deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d1e2f', endColorstr='#2d1e2f', GradientType=1);
	border-radius:4px;
-webkit-animation-delay:.2s;
animation-delay:.2s;
	border:0 solid #f72c25
}
#about-people .ap-3 {
	width:270px;
	padding:25px 15px 25px 15px;
	border-bottom:7px solid #f72c25!important;
	border-top:7px solid #f72c25!important;
	margin:10px;
	background:rgba(45, 30, 47, 1);
	background:-moz-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 30, 47, 1)), color-stop(51%, rgba(51, 34, 53, 1)), color-stop(51%, rgba(45, 30, 47, 1)), color-stop(71%, rgba(45, 30, 47, 1)), color-stop(100%, rgba(45, 30, 47, 1)));
	background:-webkit-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-o-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-ms-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:linear-gradient(135deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d1e2f', endColorstr='#2d1e2f', GradientType=1);
	border-radius:4px;
-webkit-animation-delay:.4s;
animation-delay:.4s;
	border:0 solid #f72c25
}
#about-people .ap-4 {
	width:270px;
	padding:25px 15px 25px 15px;
	border-bottom:7px solid #f72c25!important;
	border-top:7px solid #f72c25!important;
	margin:10px;
	background:rgba(45, 30, 47, 1);
	background:-moz-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 30, 47, 1)), color-stop(51%, rgba(51, 34, 53, 1)), color-stop(51%, rgba(45, 30, 47, 1)), color-stop(71%, rgba(45, 30, 47, 1)), color-stop(100%, rgba(45, 30, 47, 1)));
	background:-webkit-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-o-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:-ms-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
	background:linear-gradient(135deg, rgba(45, 30, 47, 1) 0, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d1e2f', endColorstr='#2d1e2f', GradientType=1);
	border-radius:4px;
-webkit-animation-delay:.6s;
animation-delay:.6s;
	border:0 solid #f72c25
}
#about-people .container {
	position:relative;
	left:5px
}
#about-people .universal-title p {
	color:#fff;
	font-size:15px
}
#about-people .container p {
	color:#fff
}
#about-people .container i {
	color:#fff
}
#about-people h2 {
	font-size:19px;
	font-weight:800;
	color:#fff
}
#about-people ul li {
	display:inline
}
#about-people .container .fa {
	padding:10px;
	position:relative;
	right:20px;
	color:#fff;
	border:1px solid rgba(255, 255, 255, 0.3);
	border-radius:3px;
	margin:0;
	font-size:15px;
	-webkit-transition:300ms ease-in-out;
	transition:300ms ease-in-out
}
#about-people .fa:hover {
	background-color:#fff;
	color:#333;
	border:1px solid #fff
}
#about-us-1 {
	padding:70px 0 70px 0;
	background-color:#fff;
	background-color:#2cb218
}
#about-us-1 p {
	font-size:15px;
	font-weight:600;
	color:#333
}
#about-people .about-image {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:0 solid #000;
	position:relative;
	left:0;
	padding:20px
}
#our-story {
	padding:70px 0 70px 0
}
#our-story h1 {
	font-size:40px;
	color:#fff;
	font-weight:800
}
#our-story .row2 p {
	font-size:14px
}
#our-story h4 {
	color:#fff;
	font-size:20px
}
#our-story .fa {
	color:#fff;
	margin:20px 0 10px 0
}
#our-story p {
	color:#fff;
	font-size:16px
}
.progress {
	height:8px;
	background-color:transparent;
	border-radius:0;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .0);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, .0)
}
#our-story .progress .a {
	background-color:#6b7f9b
}
#our-story .progress .b {
	background-color:#4e5d72
}
#our-story .progress .c {
	background-color:#3a4656
}
#about-header .container {
	padding:20px 0 40px 0;
	text-align:center;
	max-width:750px
}
#about-header h1 {
	font-size:50px;
	font-weight:600;
	border-bottom:2px solid #f0f0f0;
	padding-bottom:10px;
	color:#3d4756
}
#about-header p {
	font-size:16px;
	color:#688184
}
#about2-jumbotron p {
	color:#2bef15;
	font-size:15px
}
#coding-text .progress {
	padding-left:30px
}
#about3 {
	padding:10px 0 10px 0;
	background-color:#477791;
	color:#fff;
	text-align:center
}
.entry {
	text-align:center;
	padding:40px 170px 40px 170px;
	border-bottom:1px solid #e3e3e3
}
.entry span {
	color:#f72c25
}
.entry p {
	font-size:18px;
	color:#999
}
.entry h2 {
	font-weight:700;
	font-size:40px;
	color:#34434f;
	padding-bottom:15px;
	font-family:Maven Pro
}
.df-header {
	text-align:center;
	padding:20px 450px 20px 450px
}
.df-header h1 {
	font-size:45px;
	color:#444;
	font-weight:700
}
.df-header p {
	font-size:15px;
	color:#888;
	font-weight:500
}
.plans-dfheader {
	text-align:center;
	padding:10px 0 10px 0;
	border-top:2px solid #ededed;
	border-bottom:2px solid #ededed;
	margin:50px 0 50px 0
}
.plans-dfheader h1 {
	font-size:37px;
	color:#444;
	font-weight:800;
	text-transform:uppercase
}
.plans-dfheader p {
	font-size:15px;
	color:#888;
	font-weight:500
}
.wordpress-header {
	background: url(../img/banner.jpg) center;
	background-size:cover
}
.wp-header {
	text-align:center;
	padding:0 200px 0 200px
}
.wp-header h1 {
	color:#fff;
	font-weight:800
}
.wp-header p {
	text-align:center
}
.vps {
	background:url(../index.html) center;
	background-size:cover
}
.vps h3, .vps h1 {
	color:#fff
}
.vps li {
	color:#fff
}
#section-code02 {
	height:500px;
	background:url(../index.html) bottom
}
#section-code02 h2 {
	font-size:33px
}
#section-code02 .box-container {
	width:500px;
	height:300px;
	background-color:rgba(255, 255, 255, 0.8);
	position:relative;
	top:100px;
	border-radius:4px;
	color:#444;
	padding:15px;
	border:1px solid #e3e3e3
}
#section-code02 .box-container h2 {
	font-weight:600
}
#cloud-vps {
	text-align:center;
	background:url(../index.html) top;
	background-attachment:fixed;
	height:600px
}
#cloud-vps h1 {
	font-weight:800;
	font-size:50px;
	margin-top:60px;
	color:#fff
}
#cloud-vps p {
	font-size:17px;
	padding:0 200px 0 200px;
	color:#fff;
	font-weight:500
}
#cloud-vps .container img {
	width:330px;
	position:relative;
	top:40px
}
.df-box {
	text-align:center
}
.hand-text {
	background-color:#fff;
	bottom:175px;
	position:absolute;
	width:220px;
	left:400px;
	padding:15px;
	border-radius:10px;
	height:120px;
	-webkit-box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.70);
	box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.70);
	-webkit-transition:200ms ease-in-out;
	transition:200ms ease-in-out
}
.new-offer {
	padding:50px 0 0 0;
	background-color:#fff
}
.new-offer .box {
	width:370px;
	background:rgba(255, 255, 255, 1);
	background:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background:-webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background:-o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
	background:linear-gradient(135deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
	-webkit-box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.40);
	box-shadow:0 10px 78px -24px rgba(0, 0, 0, 0.40);
	padding:15px;
	text-align:center;
	position:relative;
	top:-30px;
	border-radius:0;
	left:70px
}
.new-offer .box h4 {
	color:#1e3338;
	font-weight:500;
	font-size:17px
}
.new-offer .btn-outline {
	position:relative;
	right:10px;
	font-weight:400
}
.new-offer .btn {
	margin-top:15px
}
.new-offer .btn-2 {
	position:relative!important;
	right:10px!important
}
.new-offer .btn-2:hover {
	background-color:#1e3338
}
.new-offer .box p {
	color:#1e3338;
	font-weight:500;
	font-size:13px
}
.new-offer .box h3 {
	font-size:27px;
	font-weight:800;
	color:#363c47
}
.timeline {
	list-style:none;
	padding:40px 0;
	position:relative;
	background:url(../index.html) center;
	background-attachment:fixed
}
.timeline-title1 {
	margin:40px 0;
	color:#1e3338;
	text-align:center;
	text-transform:uppercase
}
.timeline:before {
	top:0;
	bottom:0;
	position:absolute;
	content:" ";
	width:3px;
	background-color:#eee;
	left:50%;
	margin-left:-1.5px
}
.timeline>li {
	margin-bottom:20px;
	position:relative
}
.timeline>li:before, .timeline>li:after {
	content:" ";
	display:table
}
.timeline>li:after {
	clear:both
}
.timeline>li:before, .timeline>li:after {
	content:" ";
	display:table
}
.timeline>li:after {
	clear:both
}
.timeline>li>.timeline-panel {
	width:46%;
	float:left;
	border:1px solid #d4d4d4;
	border-radius:2px;
	padding:20px;
	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);
	background-color:#2d1e2f
}
.timeline>li>.timeline-badge {
	color:#fff;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:1.4em;
	text-align:center;
	position:absolute;
	top:16px;
	left:50%;
	margin-left:-25px;
	background-color:#2e3247;
	z-index:2;
	border-top-right-radius:50%;
	border-top-left-radius:50%;
	border-bottom-right-radius:50%;
	border-bottom-left-radius:50%
}
.timeline>li.timeline-inverted>.timeline-panel {
	float:right;
	background-color:#f72c25
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width:0;
	border-right-width:15px;
	left:-15px;
	right:auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width:0;
	border-right-width:14px;
	left:-14px;
	right:auto
}
.timeline-title {
	margin-top:0;
	color:inherit;
	color:#fff;
	font-weight:600
}
.timeline-body>p, .timeline-body>ul {
	margin-bottom:0;
	color:#fff
}
.timeline-body>p+p {
	margin-top:5px
}
#df-boxes {
	text-align:center;
	padding:50px 0 120px 0
}
#df-boxes .fa {
	color:#10cc38;
	font-size:60px
}
#df-boxes .df-1 {
	-webkit-animation-delay:0s;
	animation-delay:0s
}
#df-boxes .df-2 {
	-webkit-animation-delay:150ms;
	animation-delay:150ms
}
#df-boxes .df-3 {
	-webkit-animation-delay:300ms;
	animation-delay:300ms
}
#df-boxes .df-4 {
	-webkit-animation-delay:450ms;
	animation-delay:450ms
}
#df-boxes .header h2 {
	color:#3f3f3f;
	font-weight:800;
	font-size:45px
}
#df-boxes .header {
	padding:0 0 50px 0
}
#df-boxes h3 {
	color:#444;
	font-weight:400;
	font-size:22px
}
#df-boxes p {
	color:#777;
	font-weight:400
}
#df-boxes img {
	max-width:64px
}
#df-boxes .vps-box {
	border:1px solid #f0f0f0;
	padding:25px;
	-webkit-transition:background-color 200ms ease-in-out 0ms;
	transition:background-color 200ms ease-in-out 0ms
}
#df-boxes .vps-box:hover {
	background-color:#f3f3f3
}
.onsale {
	padding:30px 0;
	background-color:##f7f7f7;
	margin:30px 0 0 0;
	text-align:center
}
.onsale h3 {
	font-size:26px;
	color:#555
}
.onsale p {
	font-weight:500;
	color:#888;
	font-size:16px
}
.onsale h2 {
	font-weight:700;
	text-transform:uppercase;
	color:#2acc18;
	font-size:35px;
	font-family:Maven Pro
}
.ptb {
	padding-top:30px;
	padding-bottom:30px
}
.pt {
	padding-bottom:30px
}
.dedicated-header {
	background:url(../index.html) center;
	background-size:cover
}
#dedicated01-list {
	background-color:#f9f9f9
}
#page-boxes {
	padding:30px 0 70px 0;
	text-align:center;
	background-color:#fff
}
#page-boxes .universal-title p {
	font-size:16px
}
#page-boxes .fa {
	color:#fff;
	font-size:35px;
	background:rgba(45, 30, 47, 1);
	background:-moz-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(54, 38, 56, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 100%);
	background:-webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 30, 47, 1)), color-stop(51%, rgba(54, 38, 56, 1)), color-stop(51%, rgba(45, 30, 47, 1)), color-stop(100%, rgba(45, 30, 47, 1)));
	background:-webkit-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(54, 38, 56, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 100%);
	background:-o-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(54, 38, 56, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 100%);
	background:-ms-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0, rgba(54, 38, 56, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 100%);
	background:linear-gradient(135deg, rgba(45, 30, 47, 1) 0, rgba(54, 38, 56, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 100%);
	width:80px;
	height:80px;
	border-radius:40px;
	border:1px solid #e9e9e9;
	padding-top:20px;
	padding-left:2px
}
#page-boxes h2 {
	color:#1e3338;
	font-weight:800;
	font-size:15px;
	text-transform:uppercase
}
#page-boxes p {
	font-size:16px;
	font-weight:400;
	color:#888;
	padding:0 15px 0 15px
}
