@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
body {
	font-family: 'Poppins', 'open sans', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	background: #fff;
	overflow-x: hidden;
	text-align: left;
}
p {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins', 'open sans', sans-serif;
}
a {
	color: #f06723;
}
a:hover, a:focus {
	color: #f06723;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.text-highlight {
	color: #f06723;
}
.btn {
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 0px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	-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;
	cursor: pointer;
}
.btn:focus {
	box-shadow: none;
	outline: none;
}
.btn-common {
	border: 2px solid #f06723;
	background-color: #f06723;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}
.btn-common:hover {
	color: #f06723;
	background-color: transparent;
	border: 2px solid #f06723;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.btn-border {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 4px;
}
.btn-border:hover {
	border: 2px solid #fff;
	color: #fff;
	background-color: #f06723;
}
.btn-lg {
	padding: 14px 33px;
	text-transform: uppercase;
	font-size: 16px;
}
.btn-rm {
	padding: 7px 10px;
	text-transform: capitalize;
}
.clear {
	clear: both;
}
/*h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
}*/
/* --- Headings CSS --- */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-weight: 400;
	font-smooth: always;
}
h1 {
	font-size: 48px;
	line-height: 60px;
}
h2 {
	font-size: 42px;
	line-height: 54px;
}
h3 {
	font-size: 36px;
	line-height: 48px;
}
h4 {
	font-size: 30px;
	line-height: 42px;
}
h5 {
	font-size: 24px;
	line-height: 32px;
}
@media screen and (max-width: 767px) {
h1 {
	font-size: 40px;
	line-height: 52px;
}
h2 {
	font-size: 36px;
	line-height: 48px;
}
h3 {
	font-size: 30px;
	line-height: 42px;
}
h4 {
	font-size: 24px;
	line-height: 36px;
}
h5 {
	font-size: 20px;
	line-height: 28px;
}
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a:not([href]):not([tabindex]) {
	color: #fff;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: #f06723;
}
.section {
	padding: 120px 0;
}
@media screen and (max-width: 767px) {
.section {
	padding: 60px 0;
}
}
.section-header {
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}
.section-title {
	/* font-size: 48px;*/
	margin-top: 0;
	font-weight: 400;
	color: #999;
	position: relative;
}
.section-title span {
	color: #f06723;
	font-weight: 600;
}
.section-subtitle {
	margin-top: 15px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.section-header .lines {
	margin: auto;
	width: 70px;
	position: relative;
	border-top: 2px solid #f06723;
	margin-top: 15px;
}
.section-header .lines:before {
	position: absolute;
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	top: -10px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #f06723;
	left: 27px;
}
/* ==========================================================================
   Navbar Style
   ========================================================================== */
header {
	display: block;
	;
	margin: 0;
	padding: 0;
}
.fixed-top {
	padding: 15px 0;
}
.menu-bg {
	background-color: #fff!important;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	z-index: 999;
	padding: 10px 0;
}
.logo {
	float: left;
}
.logo img {
	width: auto;
	height: 90px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.menu-bg .logo img {
	width: auto;
	height: 80px;
}
@media screen and (max-width: 576px) {
.logo img {
	width: auto;
	height: 80px;
}
}
.header-right {
	float: right;
}
ul.top-links {
	margin: 30px 20px 0 0;
	float: left;
}
ul.top-links li {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}
ul.top-links li:last-child {
	margin-right: 0;
}
.menu-bg ul.top-links li {
	color: #000;
}
ul.top-links li i {
	margin-right: 10px;
}
ul.top-links li a {
	color: #fff;
}
ul.top-links li a:hover {
	color: #f06723;
}
.menu-bg ul.top-links li a {
	color: #000;
}
.menu-bg ul.top-links li a:hover {
	color: #f06723;
}
ul.top-links li span.divider {
	margin: 0 5px;
	color: #999;
}
ul.social-icons {
	margin: 30px 20px 0 0;
	padding: 0;
	float: left;
}
ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}
ul.social-icons li i {
	margin-right: 0;
}
ul.social-icons li a {
	color: #fff;
}
ul.social-icons li a:hover {
	color: #f06723;
}
.menu-bg ul.social-icons li a {
	color: #000;
}
.menu-bg ul.social-icons li a:hover {
	color: #f06723;
}

@media screen and (max-width: 992px) {
ul.top-links, ul.social-icons {
	display: none;
}
}
/* Sidebar Menu */
.menu-toggle {
    position: relative;
    display: block;
    float: right ;
    right: 0;
    top: 24px;
    height: 42px;
    width: 42px;
}
.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #fff;
}
.header-menu-icon::before, .header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
}
.header-menu-icon::before {
    top: -9px;
}
.header-menu-icon::after {
    bottom: -9px;
}
.menu-toggle:hover .header-menu-icon, .menu-toggle:hover .header-menu-icon::before, .menu-toggle:hover .header-menu-icon::after {
     background-color: #f06723 !important;
}
.menu-bg .header-menu-icon {    
    background-color: #000;
}
.menu-sidebar {
	position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 320px;
    height: 100%;
    padding: 2.5em 1.5em 0;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}
@media screen and (max-width: 1366px) {
.menu-sidebar {
	overflow-y: scroll !important;
}
}
.menu-close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    color: #000;    
    position: absolute;
    top: 15px;
    right: 15px;    
    text-shadow: none;
    z-index: 800;
}

.menu-close span::before, 
.menu-close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

.menu-close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-is-open .menu-sidebar {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    /*-webkit-overflow-scrolling: touch;*/
}
.menu-sidebar a {
	color: #000;
}
.menu-sidebar a:hover, .menu-sidebar a:focus {
	color: #f16726;
}
.menu-sidebar .navbar-nav li .active, .menu-sidebar .navbar-nav li .active:before {
	color: #f16726;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.menu-sidebar a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.navbar-nav li {
	font-size: 15px;
	line-height: 26px;
	border-bottom: 1px solid #ebebeb;
}
.navbar-nav li a {
	padding: 8px 0;
}
.sub-nav {
	margin-left: 15px;
	padding-bottom: 15px;
}
.sub-nav li {
	border: none;
}
.sub-nav li a {
	padding: 3px 0 !important;
}
.contact-info {
	display: block;
	padding: 30px 0;
	border: none !important;
}
.contact-info i {
	margin-right: 10px;
}
.contact-info h5 {
	margin-bottom: 0px;
	font-size: 18px !important;
}
.contact-info .social-icons {
	margin: 0;
	padding: 0;
	color: #000;
}
.contact-info .social-icons li {
	border: none !important;
}
.contact-info .social-icons li a {
	color: #000;
}
.contact-info .social-icons li i {
	margin-right: 0;
}

/* ==========================================================================
   Video Background
   ========================================================================== */
#video-area {
	overflow: hidden;
	position: relative;
}
#video-area .contents {
	padding: 160px 0 80px;
}
#video-area .contents h1 {
	color: #fff;
	font-size: 80px;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 80px;
}
#video-area .contents h1 span {
	font-weight: 700;
}
#video-area .contents p {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.5px;
}
#video-area .contents .btn {
	margin: 20px 10px;
	text-transform: uppercase;
}
#video-area .banner_bottom_btn {
	margin-top: 40px;
}
.banner-text {
	display: table;
	height: 100vh;
	width: 100%;
}
.banner-text .contents {
	display: table-cell;
	vertical-align: middle;
}
#video-area .banner_bottom_btn i {
	color: #fff;
	/*font-size: 48px;*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#video-area .banner_bottom_btn i:hover {
	color: #f06723;
}
@media screen and (max-width: 1200px) {
#video-area .contents h1 {
	font-size: 48px;
	line-height: 54px;
}
}
@media screen and (max-width: 576px) {
#video-area .contents h1 {
	font-size: 42px;
	line-height: 54px;
}
}
/* ==========================================================================
   About Section Style
   ========================================================================== */
#about {
	position: relative;
	background: #000 !important;
	overflow: hidden;
	color: #fff;
}

#about:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.3;
	background-image: url('../img/bg-about.jpg') !important;	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#about h2 {
	margin-bottom: 30px;
	color: #fff;
}
#about p {
	margin-bottom: 0;
	color: #fff;
}
#about h5 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #fff;
}
/* ==========================================================================
   Services Section Style
   ========================================================================== */
#services {
	position: relative;
	background: #f4f5f6;
}
.item-boxes {
	text-align: center;
	padding: 30px;
	border-radius: 4px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.item-boxes .icon {
	width: 60px;
	height: 60px;
	text-align: center;
	border: 1px solid #f06723;
	display: inline-block;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.item-boxes .icon i {
	font-size: 30px;
	line-height: 60px;
	color: #f06723;
}
.item-boxes .icon i.fa-mobile {
	font-size: 42px;
	line-height: 60px;
}
.item-boxes h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.item-boxes:hover {
	background: #fff;
	box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
.item-boxes:hover h4 {
	color: #f06723;
}
#services a {
	color: #000;
}
/* ==========================================================================
   About Section Style
   ========================================================================== */
#about {
	background: #fff;
}
/* ==========================================================================
   Screenshots Section Start
   ========================================================================== */
#screenshots {
	background: #f2f2f2;
}
.shot-item {
	margin-right: 15px;
	padding: 8px;
	border-radius: 4px;
	background: #fff;
}
.shot-item img {
	width: 100%;
}
.shot-item .overlay {
	display: block;
	position: relative;
}
.shot-item .overlay:before, .shot-item .overlay:after {
	position: absolute;
	content: "";
	height: 30%;
	width: 30%;
	background: #f06723;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.shot-item .overlay:before {
	top: 0;
	left: 0;
	z-index: 1;
}
.shot-item .overlay:after {
	bottom: 0;
	right: 0;
	z-index: 1;
}
.shot-item:hover .overlay:before {
	height: 50%;
	width: 100%;
	opacity: 0.8;
}
.shot-item:hover .overlay:after {
	height: 50%;
	width: 100%;
	opacity: 0.8;
}
.overlay .item-icon {
	height: 48px;
	width: 48px;
	line-height: 48px;
	color: #fff;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
	top: 50%;
	position: absolute;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	text-align: center;
	font-size: 24px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.shot-item:hover .item-icon {
	visibility: visible;
	opacity: 1;
}
/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolios {
	background: #fff;
}
#portfolios .mix {
	padding: 0;
}
#portfolios .portfolio-item .shot-item {
	margin: 0px;
}
#portfolios .overlay {
	opacity: 1;
	filter: alpha(opacity=1);
}
#portfolio-list .mix {
	display: none;
}
.controls {
	text-align: center;
	padding: 0px 0px 20px;
}
.controls .mixitup-control-active {
	color: #f06723 !important;
	border-color: #f06723;
	background: transparent;
}
.controls .btn {
	text-transform: uppercase;
	margin: 2px;
}
.controls:hover {
	cursor: pointer;
}
.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(1, 3, 7, 0.8);
	top: 0px;
	left: 0px;
	bottom: 15px;
	right: 30px;
	content: '';
	position: absolute;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-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-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: 22px;
	color: #fff;
	margin: 0 0 5px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 100;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	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);
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
}
.overlay-22 {
	background: rgba(0, 0, 0, 0.7) !important;
}
/* ==========================================================================
    Pricing Table
    ========================================================================== */
#pricing {
	position: relative;
	background: #fff !important;
	overflow: hidden;
}
#pricing:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.1;
}
.pricing-table {
	padding: 20px 20px 40px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	border: transparent;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
}
.pricing-table .icon {
	font-size: 24px;
	color: #f06723;
	border: 1px solid #f06723;
	border-radius: 4px;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	margin: 30px auto;
}
.pricing-table .pricing-details h2 {
	font-size: 20px;
	font-weight: 700;
	color: #999;
	margin-bottom: 10px;
	padding: 0;
}
.pricing-table .pricing-details span {
	display: inline-block;
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	color: #f06723;
	margin-bottom: 20px;
}
.pricing-table .pricing-details ul {
	margin-bottom: 35px;
}
.pricing-table .pricing-details ul li {
	padding: 10px;
	font-size: 15px;
	border-bottom: 1px solid #f4f5f6;
}
.pricing-table .pricing-details ul li i {
	margin-right: 10px;
}
.pricing-table .pricing-details ul li i.fa-check {
	color: #c6e089;
}
.pricing-table .pricing-details ul li i.fa-close {
	color: #f00;
}
.table-left {
	margin-top: 60px;
}
/*.pricing-table.standard {
  background:#6ed2ec;
  color:#fff;
}*/
.pricing-table.business {
	background: #f16625;
	color: #fff;
}
.pricing-table.business .icon {
	color: #fff;
	border: 1px solid #fff;
}
.pricing-table.business .pricing-details h2, .pricing-table.business .pricing-details span {
	color: #fff;
}
.pricing-table.business .pricing-details ul li {
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.pricing-table.business .btn-common {
	border-color: #fff;
	color: #fff;
}
.pricing-table.business .btn-common:hover {
	border-color: #fff;
	color: #f06723;
	background: #fff;
}
.pricing-table.business .pricing-details ul li i.fa-check, .pricing-table.business .pricing-details ul li i.fa-close {
	color: #fff;
}
/* ==========================================================================
   Counter Section Style
   ========================================================================== */
.counters {
	position: relative;
	background: #6ed2ec; /* Old browsers */
	background: -moz-linear-gradient(left, #6ed2ec 0%, #c6e089 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6ed2ec 0%, #c6e089 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6ed2ec 0%, #c6e089 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ed2ec', endColorstr='#c6e089', GradientType=1 ); /* IE6-9 */
}
.counters .facts-item {
	text-align: center;
	color: #fff;
}
.counters .facts-item .icon {
	margin-bottom: 20px;
}
.counters .facts-item .icon i {
	font-size: 50px;
	color: #fff;
}
.counters .facts-item .fact-count h3 {
	font-size: 35px;
	color: #fff;
	margin-bottom: 15px;
}
.counters .facts-item .fact-count h4 {
	font-size: 20px;
	color: #fff;
}
/* ==========================================================================
   Testimonial Section Style
   ========================================================================== */
#testimonial {
	position: relative;
	background: #f4f5f6;
}
#testimonial:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.6;
	background-image: url('../img/bg-testimonials.jpg') !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.testimonial-item {
	text-align: center;
}
.testimonial-item img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.testimonial-item .testimonial-text h5 {
	color: #f06723;
}
.testimonial-item .testimonial-text span {
	font-size: 15px;
	color: #000;
}
.testimonial-item .testimonial-text p {
	font-size: 16px;
	font-weight: 400;
	padding: 20px 10px 20px 10px;
	letter-spacing: 1px;
	margin: 0;
	line-height: 1.5;
	color: #000;
}
.owl-theme .owl-controls .owl-page span {
	background: #f06723;
}
.owl-theme .owl-controls {
	margin-top: 20px;
}
/* ==========================================================================
   Network 
   ========================================================================== */
#network {
	display: block;
}
.network {
	position: relative;
}
.network canvas {
	width: 100%;
	height: auto;
}
/* ==========================================================================
    Contact Us
    ========================================================================== */
#contact {
	position: relative;
	background: #000 !important;
	overflow: hidden;
}
#contact:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.5;
	background-image: url('../img/bg-contact.jpg') !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#contact .contact-block {
	background: rgba(255, 255, 255, 1);
	padding: 60px;
	overflow: hidden;
}
#contact #contactForm {
	margin-top: 30px;
}
.form-control {
	width: 100%;
	margin-bottom: 0;
	padding: 18px;
	font-size: 16px;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.form-control:focus {
	box-shadow: none;
	outline: none;
}
.btn.disabled, .btn:disabled {
	opacity: 1;
}
.list-unstyled li {
	color: #d9534f;
}
.error {
	color: #f00;
	font-size: 12px;
}
@media screen and (max-width: 576px) {
#contact .contact-block {
	padding: 60px 30px;
}
}
/* ==========================================================================
    Subscribe Style
    ========================================================================== */
#technologies {
	display: block;
}
#technologies .technology-slider {
	text-align: center;
}
.technology-slider 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"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: .9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.technology-slider 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");
	-webkit-filter: grayscale(0%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
/* ==========================================================================
   Footer Style
   ========================================================================== */
footer {
	background: #000;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}
.site-info {
	font-size: 14px;
	color: #fff;
}
.social-icons {
	margin-bottom: 0;
}
.social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-icons ul li {
	display: inline;
}
.social-icons ul li a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	border-radius: 4px;
	border: 1px solid rgba(255, 254, 254, 0.3);
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
}
.social-icons ul li a:hover {
	color: #ffffff;
	border: none;
}
.facebook a {
	color: #4867aa;
}
.facebook a:hover {
	background: #4867aa;
}
.twitter a {
	color: #1da1f2;
}
.twitter a:hover {
	background: #1da1f2;
}
.google-plus a {
	color: #dd4d42;
}
.google-plus a:hover {
	background: #dd4d42;
}
.youtube a {
	color: #df2926;
}
.youtube a:hover {
	background: #df2926;
}
.linkedin a {
	color: #007bb6;
}
.linkedin a:hover {
	background: #007bb6;
}
.pinterest a {
	color: #bd081c;
}
.pinterest a:hover {
	background: #bd081c;
}
.dribbble a {
	color: #ea4c89;
}
.dribbble a:hover {
	background: #ea4c89;
}
.behance a {
	color: #0b7cff;
}
.behance a:hover {
	background: #0b7cff;
}
.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
}
.back-to-top i {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	background-color: #f06723;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #999999;
	z-index: 9999999999;
}
.spinner {
	width: 40px;
	height: 40px;
	top: 45%;
	position: relative;
	margin: 0px auto;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f06723;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
 0%,  100% {
 -webkit-transform: scale(0);
}
 50% {
 -webkit-transform: scale(1);
}
}
@keyframes sk-bounce {
 0%,  100% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
 50% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
}
.banner {
	position: relative;
	min-height: 400px;
}
.banner.website-design {
	background: url('../img/banner-website-design.jpg') 50% 0 no-repeat !important;
	background-size: cover !important;
}
.banner.web-development {
	background: url('../img/banner-web-development.jpg') 50% 0 no-repeat !important;
	background-size: cover !important;
}
.banner.cms {
	background: url('../img/banner-cms.jpg') 50% 0 no-repeat !important;
	background-size: cover !important;
}
.banner.mobile-apps {
	background: url('../img/banner-mobile-apps.jpg') 50% 0 no-repeat !important;
	background-size: cover !important;
}
.banner.seo {
	background: url('../img/banner-seo.jpg') 50% 0 no-repeat !important;
	background-size: cover !important;
}
.banner.web-hosting {
	background: url('../img/banner-web-hosting.jpg') 50% 0 no-repeat !important;
	background-size: cover !important;
}
.inner-pages .section-header {
	text-align: left;
}
.inner-pages h2 {
	font-size: 42px;
}
.inner-pages h3 {
	font-size: 36px;
}
.inner-pages h4 {
	font-size: 30px;
}
.inner-pages h5 {
	font-size: 24px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mauto {
	margin: 0 auto !important;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.breadcrumb {
	margin: 0 !important;
	padding: 15px 0 !important;
	font-size: 14px;
	color: #999999;
	background: #f4f5f6;
	border-bottom: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}
.breadcrumb a {
	color: #999999;
}
.breadcrumb a:hover {
	color: #f06723;
}
.breadcrumb span.divider {
	padding: 0 5px;
}
.breadcrumb span.active {
	color: #f06723;
}
.mobile-apps-list {
	font-weight: bold;
	line-height: 24px;
	text-align: center !important;
}
.mobile-apps-list .icon {
	width: 90px;
	height: 90px;
	margin: 0 auto 20px auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #999999;
}
.mobile-apps-list i {
	font-size: 36px;
	line-height: 90px;
	color: #fff;
}
.mobile-apps-list i.fa-mobile {
	font-size: 48px;
}
.mobile-apps-list .list-item {
	margin-bottom: 30px;
}
.mobile-apps-list .list-item:hover {
	color: #f06723;
}
.mobile-apps-list .list-item:hover .icon {
	background: #f06723;
}


#thanks {
	padding: 120px 0;
	position: relative;
	background: #000 !important;
	overflow: hidden;
	color: #fff;
	height: 100vh;
}
#thanks:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.3;
	background: url('../img/bg-thanks.jpg') no-repeat !important;
	background-size: cover;
	background-attachment: fixed;
}

@media screen and (max-width: 576px) {
	#thanks img {
		width: auto;
		height: 100px;
	}

}



 @media (min-width: 768px) and (max-width: 1024px) {
.section-header .section-title {
/*font-size: 22px;*/
}
#video-area .contents h1 {
/* font-size: 32px;
    line-height: 48px;*/
}
.navbar-light .navbar-nav .nav-link {
/*padding: 8px 0px;
    font-size: 13px;*/
}
.item-boxes h4 {
/* font-size: 16px;*/
}
}
@media (max-width: 640px) {
.section-header .section-title {
/*font-size: 30px;*/
}
.menu-wrap {
	padding: 10px;
}
/*  .icon-list a {
    padding: 5px 0;
  }
  .icon-list a::before {
    top: 5px;
  }*/
.bg-faded {
	background: #fff!important;
}
#video-area .contents h1 {
/* font-size: 30px;
    line-height: 48px;*/
}
.table-left {
	margin: 0px 0px;
}
.counters .facts-item {
	margin-bottom: 30px;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.bg-faded {
	background: #fff!important;
}
.section-header .section-title {
/*font-size: 20px;
    line-height: 30px;*/
}
#video-area .contents {
	padding: 80px 0 60px;
}
#video-area .contents h1 {
/*font-size: 18px;
    line-height: 32px;*/
}
.pricing-tables .pricing-table {
	margin-bottom: 30px;
}
.counters .facts-item {
	margin-bottom: 30px;
}
.social-icons ul li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
}
}


