/*
	Theme Name: Master
	Theme URI: http://themeinbox.com/demo/master
	Author: ThemeInbox
	Author URI: http://themeinbox.com/themes/
	Description: Master - Onepage Portfolio WordPress Theme
	Version: 1.0
	License: See License Folder
	License URI: license.txt
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Text Domain: masterwp
*/

/* = Reset
-------------------------------------------------------------- */

body {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
}
a {
	outline: 0 !important;
}

img, figure, iframe {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	display: none;
	visibility: hidden;
}

/* Bootstrap */
.container {
	max-width: 100%;
}

/* -- Clearfix */
.owclearfix::before,
.owclearfix::after,

.owclearfix-cnt2::before,
.owclearfix-cnt2::after,

.owclearfix-cnt3::before,
.owclearfix-cnt3::after,

.owclearfix-cnt4::before,
.owclearfix-cnt4::after {
	content: " ";
	display: table;
}

.owclearfix::after,
.owclearfix-cnt2::after,
.owclearfix-cnt3::after,
.owclearfix-cnt4::after {
	clear: both;
}

.submenu-languages {
	list-style: none;
	padding: 10px 15px;
}

.submenu-languages {
	background-color: #e74c3c;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	left: auto;
	min-width: 140px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.sub-menu li {
	margin-bottom: 10px;
	text-decoration: none;
}

.sub-menu li:last-of-type {
	margin-bottom: 0;
}

.menu-item-language img.iclflag {
	margin-right: 10px;
}

.submenu-languages a:hover {
	color: #333;
}

.submenu-languages a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
    font-family: "Montserrat",sans-serif;
}

.menu-item-language > .submenu-languages {
	display: none;
}

.menu-item-language:hover > .submenu-languages {
	display: block;
}

/* Wordpress */
.wp-caption-text {
	background-color: #efefef;
	color: rgba(51, 51, 51, 0.7);
	border: 1px solid #ccc;
	font-size: 13px;
	line-height: 1.5;
	padding: 5px 10px;
}
/* Section & Shortcode */
.shortcode-view .entry-content > p:empty {
	display: none;
}
.shortcode-view .entry-content > p > br {
    display: none;
}
.shortcode-view .entry-content > p:last-of-type {
    margin: 0;
}

.col-md-12.shortcode-view {
	padding: 0;
}

[class*="-section"] {
	overflow: hidden;
}

.site-main > #en-content > .col-md-12 {
	padding: 0;
}

/* ## Margin/Padding */

/* - padding */
.p_z {
	padding: 0;
}
.p_l_z {
	padding-left: 0;
}
.p_r_z {
	padding-right: 0;
}
.p_t_z {
	padding-top: 0;
}
.p_b_z {
	padding-bottom: 0;
}

/* - margin */
.m_z {
	padding: 0;
}
.m_l_z {
	padding-left: 0;
}
.m_r_z {
	padding-right: 0;
}
.m_t_z {
	padding-top: 0;
}
.m_b_z {
	padding-bottom: 0;
}

/* ## Theme Switcher ********************** */
.color-switcher {
	width: 220px;
	position: fixed;
	left: 40px;
	top: 136px;
	z-index: 9;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.color-switcher h5 {
	font-size: 15px;
	margin-top: 0;
	padding: 0 20px 0;
}
.color-switcher p {
	font-size: 12px;
	color: #000;
	margin-bottom: 0;
	background: #fff;
	height: 40px;
	text-align: left;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
}
.color-switcher ul {
	list-style: none;
	padding: 0;
}
.color-switcher ul li {
	float: left;
}
.color-switcher ul li a {
	display: block;
	width: 35px;
	height: 35px;
	outline: none;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #333;
}
.color-switcher ul li a.default-color {
	background: #e74c3c;
}
.color-switcher ul li a.green {
	background: #7ec333;
}
.color-switcher ul li a.red {
	background: #d33636;
}
.color-switcher ul li a.yellow {
	background: #EAD630;
}
.color-switcher ul li a.light-green {
	background: #64e294;
}
.color-switcher ul li a.orange {
	background: #eca928;
}
.color-switcher ul li a.pink {
	background: #fd6b6b;
}
.color-switcher ul li a.black {
	background: #999;
}
.color-switcher .gray {
	background: #656565;
}
.color-switcher .black {
	background: #000;
}
.color-switcher .white {
	background: #fff;
}
.color-switcher .light {
	background: #fff;
	width: 60px;
	color: #000;
	text-align:center;
	float:left;
	border:1px solid #666;
	margin-top:15px;
	margin-right:22px;
}
.color-switcher .dark {
	background: #272727;
	width:60px;
	float:right;
	color: #fff;
	border:1px solid #666;
	margin-top:15px;
}
.picker_close {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -40px;
	top: 0px;
	text-align: center;
	background: #fff;
}
.picker_close i {
	font-size: 22px;
	margin-top: 9px;
}
.position {
	left: 40px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.position .theme-colours {
	display: table;
}

.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
	display: none;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	padding: 19px;
	background: #fff;
	padding-top:0px;
}
.layouts a, .choose-header a, .choose-footer a {
	display: inline-block;
	text-align: center;
	width: 40%;
	margin: 0 5px 0 0;
	color: #5d5d5d;
	font-size: 15px;
	border: 1px solid #e7e7e7;
	padding: 5px 7px 2px;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover {
	border: 2px solid #a9a9a9;
	padding: 4px 5px 1px
}
.styleswitcher {
	position: fixed;
	width: 120px;
	background: #ffffff;
	color: #595959;
	top: 150px;
	right: -123px;
	z-index: 999;
}
.styleswitcher p {
	color: #000 !important;
}
.styleswitcher.ackapa {
	left: 0;
}
.styleswitcher .switch {
	padding-left: 15px;
	padding-bottom: 10px;
}
.styleswitcher .switch h5 {
	margin-top: 20px;
}
.styleswitcher .switch p {
	margin-top: 10px;
}
.stylebutton {
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 40px;
	background: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	top: 0px;
	right: -40px;
}
.styleswitcher a {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	position: relative;
	z-index: 99999999;
}

.color-switcher ul li{
	margin:3px;
}

/* ## GOTO Next ********************** */
.goto-next
{
	text-transform: uppercase;
	position: absolute;
	bottom: 50px;
	z-index: 999;
	display: block;
	margin: 0 auto;
	width: 100px;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 18px;
	color: #fff;
}
.goto-next a
{
	display: block;
	position: relative;
	animation-duration: 5s;	
}
.goto-next a:focus,
.goto-next a:hover {
	color: #E74C3C;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow {
	position: fixed;
	bottom: -10px;
	left: 50%;
	margin-left: -15px;
	width: 25px;
	height: 14px;
	background-size: contain;
	font-size: 36px;
	color: #fff;
	animation-duration: 5s;
}
.bounce {
	-moz-animation: bounce 5s infinite;
	-webkit-animation: bounce 5s infinite;
	animation: bounce 5s infinite;
}

/* Back to Top */
.back-to-top
{
	width: 80px;
	height: 56px;
	background-image: url("images/shape/featured-polygon.png");
	display: block;
	margin: 0 auto;
	color: #ccc;
	text-align: center;
	line-height: 50px;
	font-size: 35px;
	bottom: 0;
}
.back-to-top:hover { color: #ccc; }

/* Superslides navigation */
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0;
	color: white;
	display: block;
	font-size: 40px;
	height: 100px;
	margin: 0;
	padding: 1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
	top: -40px;
	transition: background 0.15s ease 0s;
	width: 100px;
	-webkit-transition: background 0.15s ease;
	-moz-transition: background 0.15s ease;
	-o-transition: background 0.15s ease;
	text-shadow: none;
	line-height: 100px;
}
.slides-navigation a:hover {
	background: #fff;
	color: #aaa;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.prev {
	left: 0;
}
.slides-navigation a.next {
	right: 0;
}
.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: auto;
	text-align: center;
	width: 100%;
	top: 542px;
	display: none;
}
.slides-pagination a {
	background-color: transparent;
    background-image: url("images/icon/slider-indicator.png");
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    height: 14px;
    width: 12px;
	font-size: 0;
	display: inline-block;
	margin: 0 4px;
}
.slides-pagination a.current {
	background-image: url("images/icon/slider-indicator-active.png");
	background-color: transparent;
	width: 11px;
	height: 14px;
}

/* slider Section */
.slider-section .slide-title,
[class*="video-section-"] .slide-title {
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255, 0.20);
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 25%;
	text-transform: uppercase;
	padding: 48px 0;
	z-index: 1;
}

.slides-control, .slide-item {
	max-width: 100%;
}

.slider-section .slide-title,
[class*="video-section-old-"] .slide-title {
	color: #fff;
}

.slider-section .slide-title span.inner-circle,
[class*="video-section-"] .slide-title span.inner-circle {
	width: 400px;
	height: 400px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	padding: 0;
}

.slider-section .slide-title span.inner-circle span:first-child,
[class*="video-section-"] .slide-title span.inner-circle span:first-child {
	padding-top: 93px;
}

.slider-section .slide-title span.inner-circle span:last-child,
[class*="video-section-"] .slide-title span.inner-circle span:last-child {
	padding-bottom: 93px;
}

.inner-circle img {
	border-radius: 100%;
	width: 100% !important;
	height: 100% !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

.slider-section .slide-title span.inner-circle span,
[class*="video-section-"] .slide-title span.inner-circle span {
	display: block;
	text-align: center;
}

.slider-section .slide-title span.inner-circle span:nth-child(1),
[class*="video-section-"] .slide-title span.inner-circle span:nth-child(1) {
	font-size: 69px;
}

.slider-section .slide-title span.inner-circle span:nth-child(2),
[class*="video-section-"] .slide-title span.inner-circle span:nth-child(2) {
	font-size: 63px;
}

.slider-section .slide-title span.inner-circle span:nth-child(3),
[class*="video-section-"] .slide-title span.inner-circle span:nth-child(3) {
	font-size: 60px;
}

.slider-section .slide-sub-title,
[class*="video-section-"] .slide-sub-title {
	text-transform: uppercase;
	font-size: 72px;
	line-height: 80px;
	bottom: 101px;
	position: absolute;
	left: 76px;
	font-weight: bold;
	display: none;
}

.slider-section .slide-sub-title,
[class*="video-section-old-"] .slide-sub-title {
	color: #fff;
}

.slider-section .slide-sub-title span,
[class*="video-section-"] .slide-sub-title span {
	display: block;
}

.slider-content {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.right,
.left {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	left: 0; 
	right: auto;
}

.right .slide-sub-title {
	text-align: right;
	right: 76px;
	left: auto;
}

.right {
	left: auto;
	right: 0;
}

.left:hover .slide-sub-title,
.right:hover .slide-sub-title  {
	display: block;
}

.primary-navigation .dropdown-menu > li > a:focus {
    background-color: transparent;
}

[class*="video-section-"] .slide-title {
	top: 8%;
}

/* ## //- Header Section */
.header-section {
	background-color: #e74c3c;
	width: 100%;
	min-height: 90px;
	position: relative;
	overflow:visible !important;
}

.header-section.navbar-fixed-top {
	position: fixed;
	top: 0;
	z-index: 9999;
}

/* Logo Block */
.logo-block {
	line-height: 90px;
	/* padding-left: 70px; */
}

/* Navigation Menu */
.menu-block .navbar-default {
	background-color: transparent;
	border: none;
}

.menu-block .navbar {
	margin-bottom: 0;
}

.menu-block .navbar-nav > li {
	padding: 0 5px;
}

.menu-block .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	line-height: 60px;
}

.menu-block .nav > li.open > a,
.menu-block .nav > li.open > a:hover,
.menu-block .nav > li.open > a:focus {
	background-color: transparent;
	color: #000;
}

.menu-block .nav > li.dropdown > ul.dropdown-menu,
.menu-block .nav > li > ul li ul {
	background-color: #E74C3C;
	border: none;
	box-shadow: none;
	min-width: 120px;
	border-radius: 0;
}

.menu-block .nav li.dropdown ul.dropdown-menu li  a {
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	padding: 5px 15px;
}

.menu-block .nav > li.dropdown > ul.dropdown-menu > li  a:hover,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
	background-color: transparent;
	color: #000;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover,
.menu-block .nav .open > a, 
.menu-block .nav .open > a:focus, 
.menu-block .nav .open > a:hover {
	background-color: transparent;
}

@media (min-width: 992px) {
	
	.primary-navigation .navbar-collapse > ul > li > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	
	.primary-navigation ul li > .dropdown-menu {
		border: none;
		left: 100%;
		border-radius: 0;
		opacity: 0;
		top: 0;
		display: block;
		margin: 0;
		padding: 0;
		min-width: 218px;
		max-width: 218px;
		visibility: hidden\0/;
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
		-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	}
	.primary-navigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s;
		-o-transition: -o-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
	}
	.primary-navigation ul > li > .dropdown-menu {
		left: 0; 
	}
	.primary-navigation .navbar-collapse > .navbar_height > ul > li > .dropdown-menu {
		left: 0;
		top: 100%;
	}
	.primary-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
		right: 0; 
	}
	.primary-navigation ul > li > .dropdown-menu,
	.primary-navigation ul > li .dropdown-menu ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		right: auto;
	}
	.primary-navigation ul > li .dropdown-menu ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.primary-navigation ul > li .dropdown-menu ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.primary-navigation ul > li .dropdown-menu ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.primary-navigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.primary-navigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
}

/* 
.menu-block .nav li > ul li ul {
	left: 100%;
	top: 0;
}

.menu-block .nav li > ul li ul li ul li ul li ul {
	right: 0;
	left: auto;
}

.open.dropdown > .dropdown-menu {
	display: block;
}

.menu-block .nav li:hover > .dropdown-menu {
	display: block;
}

.menu-block .nav > li:last-child  ul.dropdown-menu {
	left: 0px;
}

.menu-block .nav > li:last-child  ul.dropdown-menu ul {
	right: 0;
	left: 100%;
}
 */
/* social share */
.social-share li {
	display: inline-block;
}
.single-social li:last-of-type a {
	margin-right: 0;
}
.post-meta-header {
	display: inline-block;
	width: 100%;
}

/* Page/Post */
/* #en-content > .container > [class*="col-"],
#en-content > .container > #blogposts > [class*="col-"] {
	padding-top: 50px;
} */
.ow-section { padding-bottom: 100px; }
.ow-section-top-padding { padding-top: 100px; }
.ow-background { background-repeat: no-repeat; background-size: 100% 100%; }

.ow-background-no-size { 
	background-repeat: no-repeat;
}

.no-padding {
	padding: 0;
}
.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

.post-date{
	font-family: 'Roboto', sans-serif;
}

.section-header h2,
.block-title,
.slider-section .slide-title,
.slider-section .slide-sub-title,
.goto-next,
.menu-block .navbar-nav > li > a,
.service-section .service-bg > h3,
.features-section h2,
.why-choose h2,
.portfolio-categories > li > a,
.shape-content h3,
.app-updates h4,
.start-project h1,
.start-project a,
.send-msg h1,
.send-msg a ,
.statistics-section  h1,
.popup-heading h1,
.header-top h1,
.entry-cover .entry-title,
.back-home a,
.single-social a,
.sub-title-heading,
.comment h3,
.comment .media-list .media-body .media-heading,
.add-comment h2,
.add-comment .comment-form input,
.research.shape-content h3,
.date h2,
.by-admin p,
.comment .media-list .media a ,
.heading,
.cd-tab-filter a,
.view-more {
	font-family: 'Montserrat', sans-serif;
}

.section-header h2,
.block-title,
.slider-section .slide-title,
.slider-section .slide-sub-title,
.goto-next,
.menu-block .navbar-nav > li > a,
.service-section .service-bg > h3,
.features-section h2,
.why-choose h2,
.app-updates h4,
.start-project h1,
.start-project a,
.send-msg h1,
.send-msg a,
.statistics-section  h1,
.header-top h1,
.back-home a,
.entry-cover .entry-title,
.single-social a,
.sub-title-heading,
.comment h3,
.comment .media-list .media-body .media-heading,
.add-comment h2,
.small-dialog > h3 {
	font-weight: bold;
}

.service-section .service-bg > h3,
.header-top h1,
.popup-heading h1,
.post-date .entry-date,
.back-home a,
.add-comment .comment-form .form-submit input,
.small-dialog > h3 {
	text-transform: uppercase;
}

.block-title {
	font-size: 18px;
}

.why-choose h2,
.features-section h2 {
	color: #fff;
	margin: 0;
}

/* ## New Changes */
.admin-bar .header-section.navbar-fixed-top {
    margin-top: 32px;
}
.header-section.navbar-fixed-top.animated {
    animation-duration: 1.5s;
}

/* ## Section Header ## */
.section-header {
	padding-top: 150px;
	padding-bottom: 50px;
}

.section-header h2,
.features-section h2,
.why-choose h2{
	font-size: 48px;
	text-transform: uppercase;
}
.section-header h2 {
	display: block;
	text-align: center;
	margin: 0;
}

.service-box-inner .content-box > h3,
.service-box-inner .content-box > h3 a,
.service-box-inner .content-box > p {
	color: #333;
}

.service-box-inner .content-box > h3 {
	max-height: 36px;
	max-width: 385px;
	overflow: hidden;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #000;
}

.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
}

.text-logo {
	color: #fff;
	text-align: left;
	display: block;
	font-size: 30px;
	font-weight: 600;
}

.text-logo:focus,
.text-logo:hover {
	color: #fff;
}

/* ## Services Section ## */
.service-section {
	padding: 110px 0;
	position: relative;
	overflow: hidden;
}

.service-bg {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 34px;
}

.service-bg > img { 
	border-radius: 100%;
}

.service-section .service-bg > h3 {
	color: #fff;
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 36px;
}

.service-section .container-fluid > .col-md-6 {
	position: relative;
	padding: 0 20px;
}

.service-section .container-fluid > .col-md-6:nth-child(4) {
	margin: 43px 0;
}

.service-section .container-fluid > .col-md-6:nth-child(4) .service-box-inner {
	right: 90px;
	position: relative;
}

.service-section .container-fluid > .col-md-6:nth-child(5){
	margin: 43px 0;
}

.service-section .container-fluid > .col-md-6:nth-child(5) .service-box-inner{
	left: 90px;
	position: relative;
}

.service-box-inner {
	display: inline-block;
	cursor: pointer;
}

.service-box-inner .content-box {
	margin: 15px 0;
}
.service-box-inner .content-box > h3 {
	text-transform: uppercase;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

.service-box-inner .content-box > p {
	font-size: 16px;
	line-height: 25px;
	max-height: 70px;
	overflow: hidden;
	word-wrap: break-work;
}

.service-box-inner .icon-srv {
	width: 141px;
	min-height: 141px;
	background-color: #ebebeb;
	border: 7px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 130px;
	font-size: 48px;
	color: #666;
	display: inline-block;	
	position: relative;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.service-section .container-fluid > .col-md-6:nth-child(even) > .service-box-inner,
.service-section .container-fluid .service-box-inner > .col-md-4 {
	text-align: right;
}

.service-section .container-fluid .service-box-inner > .col-md-4.pull-right {
	text-align: left;
}

.service-box-inner:hover .icon-srv {
	background-color: #e64c3d;
	color: #fff;
}

.service-box-inner .icon-srv:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}

.service-box-inner .icon-srv:before {	
	display: block;
	-webkit-font-smoothing: antialiased;
}

.service-box-inner .icon-srv:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.service-box-inner:hover .icon-srv:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.view-more {
	width: 130px;
	height: 40px;
	line-height: 36px;
	font-size: 15px;
	border: 2px solid #E74C3C;
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	background-color: #E74C3C;
}

.view-more:hover,
.view-more:focus {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.admin-bar .more-why-choose,
.admin-bar .more-services,
.admin-bar .more-features {
    margin-top: 32px;
}

.content-box a.mfp-content {
	display: block;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.content-box.pull-right .mfp-content {
	text-align: right;
	/* margin-right: 30px; */
}

.content-box .mfp-content:hover {
	text-decoration: none;
}

/* Why Choose Modal */
.why-choose .view-more { 
	background-color: #fff;
	color: #E74C3C;
	border: 2px solid #fff;
}

.more {
	padding: 0 !important;
}

.more .modal {
	background-color: rgba(231, 76, 60, 0.9);
}

.more .modal-dialog {
	background-color: #fff;
	width: 100%;
	margin: 0;
}

.services-popup .service-box-inner .col-md-4 {
	padding-left: 0;
}

.services-popup {
	margin: 20px 0;
}

.more .modal-content {
	border: 0;
	box-shadow: none;
}

.services-popup {
	display: inline-block;
	width: 100%;
}

.more.modal.in .modal-dialog {
    transform: translate(0, 0);
	height: 100%;
	position: fixed;
	overflow-Y: auto;
}

.more button.close {
	color: #fff;
	width: 25px;
	height: 25px;
	background-color: #E64C3D;
	line-height: 25px;
	text-shadow: none;
	margin: 0;
	font-size: 25px;
}
.more button.close:hover {
	opacity: 1;
}

.services-popup .why-choose-box,
.services-popup .why-choose-box .block-title,
.services-popup .why-choose-box p,
.services-popup .feature-box-inner h3, 
.services-popup .feature-box-inner p {
	color: #000;
}

.services-popup .why-choose-box {
	margin-left: 0;
}

.services-popup  .feature-box-inner .icon-feature,
.services-popup .feature-box-inner h3, 
.services-popup .feature-box-inner p,
.services-popup .why-choose-box .block-title,
.services-popup .why-choose-box p, 
.services-popup .why-choose h2 {
	transform: skewX(0deg);
	-webkit-transform: skew(0deg); 
	-moz-transform: skew(0deg); 
	-o-transform: skew(0deg);
}

.services-popup  .feature-box-inner .icon-feature {
	border: 1px solid #E64C3D;
}

.services-popup .why-choose-box,
.services-popup .feature-box-inner {
	margin-bottom: 30px;
	margin-top: 0;
}

.services-popup .why-choose-box .block-title {
	margin-bottom: 5px;
}

.service-section .services-popup .col-md-6 {
	min-height: 170px;
}

.service-section .services-popup .col-md-6:nth-child(even) .service-box-inner {
	float: left !important;
}

.srv-main {
	width: 100%;
	margin: 0 auto;
}

/* ## Features Section ## */
.features-section {
	background-size: 100% 100%;
	clear: both;
	padding: 112px 0;
	position: relative;
	perspective-origin: 0 0;
}

.features-section:before {
	width: 56%;
	position: absolute;
	height: 100%;
	top: 0;
	overflow: visible;
	border-top: 1021px solid rgba(231,76,60,0.90);
	border-bottom: 0px solid rgba(231,76,60,0.90);
	border-left: 0px solid transparent; 
	border-right: 260px solid transparent;
	content: "";
}

.features-section .col-md-7 {
	padding-right: 0;
	z-index: 2;
}

.features-section h2 {
	text-align: right;
	margin-right: 60px;
}

.feature-box{
	transform: skew(-15deg);
	-webkit-transform: skew(-15deg); 
	-moz-transform: skew(-15deg); 
	-o-transform: skew(-15deg);
	position: relative;
	z-index: 9;
}

.features-section .container .col-md-7 .feature-box > .feature-box-inner {
	text-align: right;
	display: inline-block;
	width: 100%;
	margin-top: 81px;
	margin-left: 30px;
	cursor: pointer;
}

.feature-box-inner .icon-feature {
	width: 100px;
	height: 100px;
	background-color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	font-size: 36px;
	color: #e74c3c;
	transform: skew(15deg);
	-webkit-transform: skew(15deg); 
	-moz-transform: skew(15deg); 
	-o-transform: skew(15deg);
	position: relative;
	z-index: 9;
}

.feature-box-inner h3 {
	margin-top: 15px;
	text-transform: uppercase;
}
.feature-box-inner p {
	font-size: 16px;
	overflow: hidden;
    height: 65px;
	margin-bottom: 0;
}

.feature-box-inner h3,
.feature-box-inner p {
	transform: skew(15deg);
	-webkit-transform: skew(15deg); 
	-moz-transform: skew(15deg); 
	-o-transform: skew(15deg);
}

.feature-box-inner h3 a,
.feature-box-inner h3,
.feature-box-inner p {
	color: #fff;
}

.feature-box-inner .col-md-4 {
	text-align: left;
}

.feature-box-inner:hover .icon-feature {
	background-color: #e74c3c;
	color: #fff;
	border: 2px solid #fff;
	line-height: 98px;
}

.feature-content-box h3 {
	margin-top: 0;
}

.feature-content-box p a.mfp-content {
	display: block;
	text-align: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.feature-content-box p a.mfp-content:hover {
	text-decoration: none;
}

.more-features .feature-content-box p a.mfp-content {
	color: #E74C3C;
	text-align: left;
}

.mobile-iphone {
	text-align: center;
	margin-top: 139px;
}
.line
{
	position: absolute;
	right: 0;
	left: 125px;
}

.line hr{
	border-top: 2px solid #fff;
	height: 2px;
	position: absolute;
	display: inline-block;
}

.line i {
	width: 16px;
	height: 15px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	transform: skew(15deg);	
	position: absolute;
}

.feature-box-inner:hover .line > i {
	background-color: #e74c3c;
	border: 2px solid #fff;
}

.line.line1 {
	transform: rotate(16.5deg);
	-webkit-transform: rotate(16.5deg);
	-moz-transform: rotate(16.5deg);
	-o-transform: rotate(16.5deg);
}

.line.line1 hr {
	top: 0px;
	left: 440px;
	width: 280px;
	right: 0px;
}

.line.line1 i {
	top: 13px;
	right: -200px;
}

.line.line2 {
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}

.line.line2 hr {
	top: 15px;
	left: 440px;
	width: 400px;
	right: 0px;
}

.line.line2 i {
	top: 29px;
	right: -320px;
}

.line.line3 {
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
}

.line.line3 hr {
	top: 75px;
	left: 400px;
	width: 380px;
	right: 0px;
}

.line.line3 i {
	top: 90px;
	right: -262px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.line.line4 {
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}

.line.line4 hr {
	top: 100px;
	left: 380px;
	width: 390px;
	right: 0;
}

.line.line4 i {
	top: 115px;
	right: -250px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

/* ## Our Work ## */
.our-work {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.portfolio-categories { 
	margin-bottom: 50px; 
	text-align: center; 
	padding-left: 0; 
}

.portfolio-categories > li  { 
	display: inline-block; 
	margin: 0; 
}

.portfolio-categories > li > a { 
	display: inline-block; 
	color: #666; 
	padding: 17px 22px;
	text-transform: uppercase; 
}

.portfolio-categories > li > a:focus { 
	text-decoration: none; 
}

.portfolio-categories > li > a:hover, 
.portfolio-categories > li > a.active
{ 
	color: #fffefe;
	text-decoration: none;
	background-color: #e74c3c;
}
.portfolio-list { 
	width: 100%; 
	padding: 0; 
	list-style: none; 
	margin-bottom: 0;
}

.no-space.portfolio-list li { 
	padding: 0;
}

.portfolio-list li { 
	display: inline-block;
	margin: 0; 
}

.portfolio-image-block { 
	position: relative; 
	background-color: #E74C3C; 
}

.portfolio-image-block:hover a > img {  	
	opacity: 0.1;
}

.portfolio-block-hover { 
	display: none; 
	position: absolute;  
	width: 100%;
	top: 39%; 
}

.portfolio-gallery{
	float: left;
}

.portfolio-title { 
	font-size: 24px; 
	font-weight: bold; 
	color: #fff; 
	text-align: center; 
	line-height: 33px; 
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	opacity: 0;
}

.portfolio-title span {
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	color: #fff;
	display: block;
}

.portfolio-image-block:hover .portfolio-title {
	display: block;
	opacity: 1;
}

.portfolio-image-block:hover > .portfolio-title,
.portfolio-title:hover, .portfolio-title:focus,
.portfolio-block-hover .entry-meta a
{
	color: #fff;
	text-decoration: none;
}

/* ## Why Choose ## */

.why-choose {
	clear: both;
	padding: 112px 0;
	height: 1020px;
	position: relative;
	overflow: hidden;
}

.why-choose:before {
	width: 56%;
	position: absolute;
	height: 100%;
	top: -1px;
	overflow: hidden;
	border-top: 0px solid rgba(231,76,60,0.90);
	border-bottom: 1021px solid rgba(231,76,60,0.90);
	border-left: 260px solid transparent; 
	border-right: 0px solid transparent;
	content: "";
	right: 0;
}

.why-choose h2 {
	margin-left: 120px;
	text-align: center;
}

.why-choose-inner {
	transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
}

.why-choose-box .block-title,
.why-choose-box p,
.why-choose h2
{
	transform: skew(15deg);
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skew(15deg);
}

.why-choose-box {
	margin-top: 55px;
	margin-left: 100px;
	padding-left: 35px;
}

.why-choose-box .block-title {
	color: #fff;
	margin-bottom: 10px;
	margin-top: 0;
	display: inline-block;
	height: 40px;
	line-height: 35px;
	overflow: hidden;
}

.why-choose-box .block-title:hover {
	text-decoration: none;
}

.why-choose-box .block-title span {
	text-transform: uppercase;
	line-height: 35px;
}

.why-choose-box .block-title i {
	font-size: 30px;
	margin-right: 20px;
	float: left;
}

.why-choose-box p {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	height: 50px;
	overflow: hidden;
}

.why-choose-box p a.mfp-content {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.why-choose-box p a.mfp-content:hover {
	text-decoration: none;
}

.more-why-choose p a.mfp-content {
	color: #e64c3d;
}

/* ## How We Work ## */
.how-we-work {
	overflow: hidden;
}
.how-we-work ul {
	text-align: center;
	margin-bottom: 48px;
	padding-left: 0;
}
.how-we-work ul li
{
	display: inline-block;
	margin: 0 49px 25px 49px;
	position: relative;
}
.how-we-work ul li:before{
	position: absolute;
	border: 1px solid #e74c3c;
	height: 0;
	width: 102px;
	content: "";
	top: 35%;
	left: 100px;
}

.how-we-work ul li:last-child:before {
	display: none;
}

.how-we-work ul li a{
	color: #666;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: bold;
}
.how-we-work ul li a i {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	border: 1px solid #e74c3c;
	font-size: 30px;
	line-height: 100px;
	color: #e74c3c;
	margin-bottom: 20px;
}
.how-we-work ul li:hover a > i {
	background-color: #e74c3c;
	color: #fff;
}
.how-we-work ul li:hover a {
	text-decoration: none;
}

.how-we-work-container {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 150px;
}

.shape-content h3 {
	font-size: 36px;
	margin-bottom: 50px;
}

.shape-content p {
	font-size: 18px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}

.slope1,
.slope2,
.slope3 {
	background-size: cover;
}

.slope1{
	margin: -270px -50px 0 -50px;	
	overflow: hidden;
	height: 803px;
	position: relative;
	background-image: url("images/how-we-work/research-bg.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
	z-index: 1;
}

.slope1.slope-first {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: -150px;
}

.slope-right {
	width: 51.8%; 
	height: 100%; 
	border-bottom: 864px solid rgba(231,76,68,0.9); 
	border-left: 150px solid transparent; 
	border-right: 50px solid transparent;
	content: "";
	position: absolute;
	top: 0;
	right: 0;	
	bottom: 0;
}

.slope-right .shape-content,
.slope-left .shape-content {
	color: #fff;
    margin: 30% 0 30% 5%;
    position: relative;
    right: 0;
    top: 0;
    width: 73%;
}

.slope1 .shape-content{
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.slope1.slope-first .slope-right {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.slope1.slope-first .slope-right .shape-content {
	 margin: 30% 0 30% 5%;
}

.slope1 .slope-right {
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
}

.slope1 .slope-right .shape-content{
	 margin: 45% 0 30% 5%;
}

.slope1.slope-first .slope-left {
	border-right: 230px solid transparent; 
}

.slope2 {
	margin: -85px -50px 0 -50px;
	overflow: hidden;
	background: transparent;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	height: 803px;
	background-image: url("images/how-we-work/we-perfection.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 2;
}

.slope-left {
	width: 58.5%; 
	height: 100%; 
	border-bottom: 809px solid rgba(231,76,68,0.9); 
	border-left: 0px solid transparent; 
	border-right: 215px solid transparent; 
	border-top: 0px solid rgba(231,76,68,0.9);
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	bottom: 0;
}

.slope2 .shape-content {
	right: auto;
	left: 192px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.slope3 {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	overflow: hidden;
	background: #FBF9FA;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	margin-top: -85px;
	margin-left: -50px;
	margin-right: -50px;
	height: 950px;	
	background-image: url("images/how-we-work/car.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 3;
}

.slope-center {
	width: 58.5%; 
	border-left: 500px solid transparent;
	border-right: 500px solid transparent;
	border-top: 1000px solid rgba(231,76,68,0.9);
	content: "";
	position: relative;
	top: -45px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}

.slope3 .shape-content {
	text-align: center;
	width: 29%;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	margin: 12% auto;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.slope1.slop-last{
	z-index: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.slope1.slop-last.shape-content {
	margin: 45% 0;
}

.slope2.slop-last{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: -100px;
}

.slope3.slop-last{
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
	margin-top: -310px;
	z-index: 4;
}	

.slop-last {
	z-index: 0;
	position: relative;
}

.slope2.slop-last .shape-content {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin: 40% 0;
}

/* ## Application Section ## */

.application-section {
	width: 100%;
	overflow: visible;
	padding-bottom: 0;
}
.application-section > .container,
.application-section .col-md-6 {
	padding: 0;
}

.application-iphone {
	position: relative;
	height: 100%;
	left: -15px;
	top: -100px;
	z-index: 6;
}

.application-section .app-content-box {
	margin-top: 82px;
	padding-left: 15px;
}

.app-content-box h2 {
	font-weight: 900;
	font-size: 72px;
	text-transform: uppercase;
	color: #e74c3c;
	margin-bottom: 30px;
	margin-top: 0;
}

.app-content-box  p {
	font-size: 18px;
	line-height: 25px;
	color: #666766;
	font-weight: 300;
	margin: 0;
}

.app-updates {
	margin-top: 30px;
	padding-left: 0;
}

.app-updates h4,
.app-updates h4 a {
	font-size: 18px;
	color: #474647;
}

.app-updates h4 i {
	color: #e74c3c;
	font-size: 24px;
	margin-right: 15px;
	float: left;
}

.app-updates p {
	font-size: 16px;
	line-height: 25px;
}

.app-updates p a.mfp-content {
	color: #666766;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.app-updates p a.mfp-content:hover {
	text-decoration: none;
}

/* ## Our Genius ## */
.our-genius {
	display: inline-block;
	width: 100%;
}

.genius.style-active .genius-item-hover {
	display: block;
}

.genius-item-hover {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(231,76,49,0.9);
	display: none;
	top: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
}

.genius-item-hover span {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
}

.our-genius .genius:hover .genius-item-hover {
	display: block;
}

.our-genius .genius-center svg,
.our-genius .genius svg {
	width: 100%;
	height: auto;
	float: left;
	position: absolute;
	left: 0;
}

.our-genius .genius-center,
.our-genius .genius {
	position: relative;
	float: left;
}

.our-genius .genius-center img,
.our-genius .genius {
	float: left;
	width: auto;
}

.our-genius .row1 .genius:nth-child(3n+1) img {
	width: 530px;
	height: 400px;
}

.our-genius .genius-left {
	float:left;
	position: relative;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(0px 424px,491px 500px,415px 0px,0px 0px);
	-ms-clip-path: polygon(0px 424px,491px 500px,415px 0px,0px 0px);
	/*Firefox*/
	-moz-clip-path: polygon(0px 424px,491px 500px,415px 0px,0px 0px);	
}

.our-genius .genius-center {
	overflow:visible;
	float: left;
	position: relative;
	margin-left: -65px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
	-ms-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);

	/*Firefox*/
	-moz-clip-path: polygon(80px 532px,1005px 417px,1061px -3px,0px 0px);
}

.our-genius .genius-right {
	float: left;
	margin-left: -54px;
	position: relative;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(0px 400px,480px 400px,480px 0px,53px 0px);
	-ms-clip-path: polygon(0px 400px,480px 400px,480px 0px,53px 0px);
	
	/*Firefox*/
	-moz-clip-path: polygon(0px 400px,480px 400px,480px 0px,53px 0px);
	z-index: 1;
}

.our-genius .genius1 {
	float: left;
	margin-left: 0px;
	position: relative;	
}

.our-genius .genius2 {
	float: left;
	margin-left: -60px;
	position: relative;
	z-index: 2;
	/*Chrome, Safari*/
	-webkit-clip-path: polygon(50px 400px,480px 400px,480px 0px,5px 0px);
	-ms-clip-path: polygon(50px 400px,480px 400px,480px 0px,5px 0px);
	
	/*Firefox*/
	-moz-clip-path: polygon(50px 400px,480px 400px,480px 0px,5px 0px);
}

.our-genius .genius3 {
	float: left;
	margin-left: 0px;
	position: relative;
}

.our-genius .genius4 {
	float: left;
	margin-left: -58px;
	position: relative;
	/*Chrome, Safari*/
	-webkit-clip-path: polygon(0px 403px,530px 404px,530px 0px,50px 0px);
	-ms-clip-path: polygon(0px 403px,530px 404px,530px 0px,50px 0px);
	
	/*Firefox*/
	-moz-clip-path: polygon(0px 403px,530px 404px,530px 0px,50px 0px);
}

.our-genius .style8 {
	float: left;
	margin-left: 0px;
	position: relative;	
}

.our-genius .genius6 {
	float: left;
	margin-left: -60px;
	position: relative;
	/*Chrome, Safari*/
	-webkit-clip-path: polygon(5px 400px,480px 400px,480px 0px,50px 0px);
	-ms-clip-path: polygon(5px 400px,480px 400px,480px 0px,50px 0px);
	
	/*Firefox*/
	-moz-clip-path: polygon(5px 400px,480px 400px,480px 0px,50px 0px);
}

.our-genius .style10 { 
	float: left;
	margin-left: 0px;
	position: relative;
}

.our-genius .genius8 {
	float: left;
	margin-left: -58px;
	position: relative;
	/*Chrome, Safari*/
	-webkit-clip-path: polygon(50px 403px,530px 404px,530px 0px,0px 0px);
	-ms-clip-path: polygon(50px 403px,530px 404px,530px 0px,0px 0px);
	
	/*Firefox*/
	-moz-clip-path: polygon(50px 403px,530px 404px,530px 0px,0px 0px);
}

.genius-gallery {
	position: relative;
}

.genius-gallery .row1 div:first-child:before {
	content: "";
	background-image: url("images/shape-team.png");
	width: 45px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.genius-gallery .style1:hover  .genius-gallery #style1  {
	display: none;
}

#style1-hover.member-info {
	display: block;
}

.member-info {
	position: absolute !important;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	width: 56%;
	margin: 0 auto !important;
}

.skills-info1 {
	padding-left: 0;
}

.social-info {
	position: absolute;
	top: 0;
	height: 100%;
	color: #fff;
	width: 50%;
	left: 0;
}

.inner-social-info {
	padding: 90px 80px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.inner-social-info h3 {
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.inner-social-info h6 {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
}

.social-info-content {
	transform: skew(5deg)
}
.inner-social-info p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 22px;
}

.inner-social-info ul {
	margin-top: 15px;
	padding-left: 0;
}

.inner-social-info ul li {
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
}

.inner-social-info ul li a { 
	color: #706f6e;
	font-size: 36px;
}
.inner-social-info ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.skills-info {
	position: absolute;
	top: 0;
	right: 3px;
	width: 50%;
	padding: 0;
}

.skill-progress-box h6 {
	position: absolute;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0;
	left: 20px;
	width: 85%;
	text-transform: uppercase;
	font-weight: 300;
}

.skill-progress-box h6 span {
	float: right;
}
.skill-progress-box h6 span:after {
	content: "%";
}
.progress {
	height: 50px;
	border-radius: 0;
	position: relative;
	line-height: 50px;
	color: #fff;
	margin-top: 40px;
	background-color: rgba(255,255,255,0.10);
}

.progress-bar-danger {
	background-color: #e74c3c;
	transition: width 1s ease 0s;
	-webkit-transition: width 1s ease 0s;
	-moz-transition: width 1s ease 0s;
}

/* ## Video Section ## */
[class*="video-section-"]{
	width: 100%;
	position: relative;
	height: 600px;
	margin-top: 0px;
}

/* ## Statistics Section ## */

.statistics-section {
	background-color: #e74c3c;
	text-align: center;
	color: #fff;
	padding: 82px 0 66px 0;
}

.statistics-section  h1 {
	font-size: 40px;
	font-weight: 400;
}

.statistics-section  h1,
.statistics-section p {
	margin: 0;
}

.statistics-section p {
	font-size: 12px;
	margin-top: 20px;
}

/* ## Blog Post  ## */
.blog-section .post {
	margin-top: 0;
	margin-bottom: 25px;
}

article.type-post .entry-cover {
	margin: 0px 0;
}

.entry-cover img {
    margin-bottom: 5px;
}

.entry-date {
    color: #fff;
    max-width: 64px;
    padding: 0;
    text-align: center;
}

.entry-date .date {
	margin-bottom: 5px;
	background-color: #e74c3c;
	height: 98px;
	text-align: center;
	padding: 0 10px;
}

.entry-date .date h2 {
	border-bottom: 1px solid #fff;
    margin-top: 0;
    display: block;
	line-height: 50px;
	font-weight: bold;
}

.entry-date .date h4 {
	line-height: 30px;
}

.icon i {
	background-color: #e74c3c;
	font-size: 24px;
	text-align: center;
	width: 100%;
	line-height: 20px;
	line-height: 50px;
	margin-bottom: 5px;
}

.entry-cover .entry-title {
	margin: 10px 0;
}

.entry-cover .entry-title,
.entry-cover .entry-title a {
	font-size: 14px;
	color: #333;
	display: inline-block;
}

.entry-cover .entry-date ,
.entry-cover .comments-link a,
.entry-cover .post-views  {
	font-size: 10px;
	color: #454545;
}

.post-date {
	width: 100%;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.post-date .entry-date {
	margin-right: 0;
}

.post-date .entry-date,
.post-date .comments-link a {
	width: auto;
}

.post-date .comments-link a:hover {
	color: #E74C3C;
	text-decoration: none;
}

.entry-cover i {
	color:  #e74c3c;
}

.entry-cover .comments-link a:after,
.entry-cover .comments-link a:before {
	content: "|";
	margin-left: 9px;
	margin-right: 9px;
}

.read-more {
	background-color: #eee;	
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	color: #000;
	margin-top: 5px;
	display: inline-block;
	width: 120px;
	height: 39px;
	line-height: 39px;
}

.read-more:focus,
.read-more:hover {
	text-decoration: none;
	background-color: #e74c3c;
	color: #fff;	
}

.menu-block .navbar-nav > li:last-of-type {
    padding-right: 0;
}

.menu-block .navbar-nav > li:last-of-type a {
    padding-right: 0;
}

.menu-block .navbar-nav > li:last-of-type ul.dropdown-menu {
	left: auto;
	right: 0;
}

/* Post Navigation */
.post-navigation .nav-links {
	margin-bottom: 60px;
}

.post-navigation > .screen-reader-text {
	font-size: 27px;
	margin-bottom: 15px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    width: 50%;
}

.nav-links .nav-previous {
    float: left;
	text-align: left;
}
.nav-links .nav-next {
    float: right;
	text-align: right;
}

.nav-next .screen-reader-text, .nav-previous .screen-reader-text {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.navigation.paging-navigation {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.entry-content > a {
	color: #E74C3C;
}

.entry-content > a:hover,
.entry-content > a:focus {
	color: #8b8b8b;
}

.widget.sidebar-widget ul {
    margin: 0;
    padding: 0;
}

/* ## Client Section ## */

.client-section {
	width: 100%;
	position: relative;
}

.first-testimonial:hover,
.testimonial.first-testimonial.client-active {
	height: 752px;
	-webkit-clip-path: polygon(-1px 752px,1920px 752px,1920px 0px,0px 100px);
	-moz-clip-path: polygon(-1px 752px,1920px 752px,1920px 0px,0px 100px);
	-ms-clip-path: polygon(-1px 752px,1920px 752px,1920px 0px,0px 100px);
	transition: height 0.6s;
    -webkit-transition: height 0.6s;
}

.client-hover {
	position: absolute;
	top: 35%;
	text-align: center;
	left: 20%;
	right: 20%;
	display: none;
	background-color: transparent;
}

.client-hover h2 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	display: block;
	line-height: 60px;
	margin-bottom: 40px;
}

.client-hover p {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}

.first-testimonial.client-active .client-hover,	
.testimonial:hover .client-hover,
.client-section .fouth-case .testimonial:nth-child(odd):hover .client-hover,
.client-section .fouth-case .testimonial:nth-child(even):hover .client-hover {
	display: block;
}


/* New Testimonial */
.testimonial {
	position: relative;
}

.client-section {
	width: 100%;
	display: inline-block;
}

.first-testimonial {
	width: 100%;
	height: 450px;
	clear: both;
	background-image: url("images/client/client-big-1.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: height 0.6s;
    -webkit-transition: height 0.6s;
	margin-top: 0;
}

.testimonial.first-testimonial {
	height: 450px;
	width: 100%;
}

.first-testimonial:hover,
.last-testimonial.testimonial:nth-child(even):hover,
.first-testimonial.testimonial:nth-child(odd):hover {
	height: 752px;
	transition: height 0.6s;
    -webkit-transition: height 0.6s;
}


/* Second Case */
.last-testimonial.testimonial:nth-child(even) {
	float: left;
	clear: both;
	margin-top: -100px;
	position: relative;
	width: 100%;
	background-image: url("images/client/client-2.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 450px;
	overflow: hidden;
	
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 450px,1920px 450px,1920px 100px,0px 0px);
	-moz-clip-path: polygon(-1px 450px,1920px 450px,1920px 100px,0px 0px);
	-ms-clip-path: polygon(-1px 450px,1920px 450px,1920px 100px,0px 0px);
	transition: height 0.6s;
    -webkit-transition: height 0.6s;
}

.last-testimonial.testimonial:nth-child(even):hover {
	height: 750px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 750px,1920px 750px,1920px 100px,0px 0px);
	-moz-clip-path: polygon(-1px 0px,1920px 0px,1920px 100px,0px 0px);
	-ms-clip-path: polygon(-1px 0px,1920px 0px,1920px 0px,0px 0px);
	transition: height 0.6s;
    -webkit-transition: height 0.6s;
}

@-moz-document url-prefix() { 
  .last-testimonial.testimonial:nth-child(even):hover {
		clip-path: none !important;
  }
}

.first-testimonial.testimonial:first-child,
.first-testimonial.testimonial:first-child:hover {
	clip-path: none !important;
	-webkit-clip-path: none;
	height: 310px;
	margin-top: 0;
}

.first-testimonial.testimonial:first-child:hover {
	height: 752px;
}

.testimonial:nth-child(even) {
	background-image: url("images/client/client-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-top: -100px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 450px,1920px 350px,1920px 100px,0px 0px);
	-moz-clip-path: polygon(-1px 450px,1920px 350px,1920px 100px,0px 0px);
	-ms-clip-path: polygon(-1px 450px,1920px 350px,1920px 100px,0px 0px);
	transition: height 0.6s;
    -webkit-transition: height 0.6s;
}

.testimonial:nth-child(even):hover {
	height: 750px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 750px,1920px 750px,1920px 100px,0px 0px);
	-moz-clip-path: polygon(-1px 750px,1920px 750px,1920px 100px,0px 0px);
	-ms-clip-path: polygon(-1px 750px,1920px 750px,1920px 100px,0px 0px);
	transition: height 0.6s;
    -webkit-transition: height 0.6s;
}

.testimonial:nth-child(odd),
.last-testimonial.testimonial:nth-child(odd) {
	background-image: url("images/client/client-big-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-top: -100px;
	/*Chrome,Safari*/
	-webkit-clip-path: polygon(-1px 450px,1920px 350px,1920px 0px,0px 100px);
	-moz-clip-path: polygon(-1px 450px,1920px 350px,1920px 0px,0px 100px);
	-ms-clip-path: polygon(-1px 450px,1920px 350px,1920px 0px,0px 100px);
	transition: height 0.6s;
    -webkit-transition: height 0.6s;
}

.testimonial:nth-child(odd):hover,
.last-testimonial.testimonial:nth-child(odd):hover {
	height: 750px;
	-webkit-clip-path: polygon(-1px 750px,1920px 750px,1920px 0px,0px 100px);
	-moz-clip-path: polygon(-1px 750px,1920px 750px,1920px 0px,0px 100px);
	-ms-clip-path: polygon(-1px 750px,1920px 750px,1920px 0px,0px 100px);
	transition: height 0.6s;
    -webkit-transition: height 0.6s;
}

/* ## Brag About Section ## */

.brag-about-section {
	clear: both;
	position: relative;
	overflow: visible;
}

.brag-content h1 {
	font-size: 72px;
	color: #e74c3c;
	text-align: right;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 0;
}	

.brag-content p {
	font-size: 18px;
	font-weight: 300;
}

.brag-about-img{
	position: relative;
	top: -60px;
	right: 30px;
}

.brag-about-img img {
	width: 100%;
	top: 0;
}

.brag-content {
	position: relative;
	display: inline-block;
	top: 260px;
	margin-right: 25px;
}

/* ## Blog Section ## */
.social-main {
	clear: both;
}
.social-main a{
	color: #fff;
	float: left;
	clear: right;
	font-size: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 172px;
	width: 12.5%;
}

.icon-social-google  a{
	background-color: #2d3e50;
}
.icon-social-tumblr a{
	background-color: #3d5a70;
}
.icon-social-facebook a{
	background-color: #1952a9;
}
.icon-social-vimoe a{
	background-color: #33a9ef;
}
.icon-social-twitter a{
	background-color: #26d4f9;
}
.icon-social-rss a{
	background-color: #ffae00;
}
.icon-social-dribble a{
	background-color: #ec3a74;
}
.icon-social-pinterest a{
	background-color: #fb4343;
}

/* ## Map Section ## */
.map {
    background: none repeat scroll 0 0 #fff;
    height: 400px;
    position: relative;
    width: 100%;
}

.gmap_marker {
	width: 165px;
}

.map-section.map-shortcode {
	clear: both;
}

.map img {
	max-width: none;
}

/* ## Project Section ## */
.project-section {
	position: relative;
	padding: 130px 0;
	top: 0;
	clear: both;
	overflow: hidden;
}

.project-section:before {
	width: 50%;
	border-bottom: 0 solid #e74c3c; 
	border-top: 600px solid #e74c3c; 
	border-left: 0 solid transparent; 
	border-right: 100px solid transparent; 
	content: "";
	height: 100%;
	top: 0;
	position: absolute;
}

.project-section > .container {
	padding: 0;
}
.start-project,
.send-msg {
	text-align: right;
	color: #fff;
	padding-right: 60px;
	text-transform: uppercase;
	padding-left: 0;
}
.start-project h1,
.send-msg h1 {
	font-size: 55px;
	text-align: left;
	margin: 40px 0;
}

.start-project p,
.send-msg p {
	font-size: 18px;
}

.start-project a,
.send-msg a {
	padding: 25px 35px;
	background-color: #fff;
	color: #e74c3c;
	font-size: 30px;
	display: inline-block;
	margin-right: 52px;
	transform:skew(-10deg);
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
}

.start-project a span {
	display: block;
	transform:skew(11deg);
	-webkit-transform: skew(11deg);
	-moz-transform: skew(11deg);
	-o-transform: skew(11deg);
	-ms-transform: skew(11deg);
	text-decoration: none;
}
.start-project a:focus,
.start-project a:hover {
	background-color: #000;
	text-decoration: none;
}

.send-msg {
	color: #333;
	display: inline-block;
	text-align: left;
	transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	margin-left: -10px; 
}
.send-msg h2 {
	margin-left: 20px;
}
.send-msg p {
	margin-left: 35px;
}
.send-msg h2,
.send-msg p{
	transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-o-transform: skewX(0deg);
	-ms-transform: skewX(0deg);
}

.send-msg a {
	background-color: #333;
	transform: skewX(-11deg);
	color: #fff;
	-webkit-transform: skewX(-11deg);
	-moz-transform: skewX(-11deg);
	-o-transform: skewX(-11deg);
	-ms-transform: skewX(-11deg);
}

.send-msg a span {
	display: block;
	transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
}
.send-msg a:focus,
.send-msg a:hover {
	background-color: #E74C3C;
	color: #fff;
	text-decoration: none;
}

/* ## FOOTER ## */
.footer-section {
	float: left;
	width: 100%;
	background-color: #333;
	color: #fff;
	position: relative;
	padding: 46px 0;
}

.footer-section .footer-item i {
	width: 67px;
	height: 67px;
	text-align: center;
	line-height: 63px;
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 50%;
	float: left;
	margin-right: 18px;
}

.footer-text {
	padding-top: 23px;
	text-align: center;
}

.footer-inner{
	margin-top: 15px;
}
.footer-section p {
	margin-bottom: 0;
}
.footer-section a{
	color: #fff;
	cursor: pointer;
}
.footer-item-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 2px;
}
.footer-item-desc {
	font-size: 16px;
	font-weight: 300;
}

.back-top {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 66px;
	text-align: right;
}

.back-top i {
	color: #e74c3c;
	font-size: 24px;
}

.back-top:hover {
	text-decoration: none;
}

.back-home {
	line-height: 160px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
}

.back-home a {
	font-size: 24px;
}
.back-home a:hover {
	text-decoration: none;
	color: #E74C3C;
}

/* Light Box */
.light-box .modal-backdrop,
.light-box.modal {
	background-color: rgba(231,76,60,0.90);
	color: #fff;
}

.light-box .modal-dialog  {
	width: 100%;
	margin: 0;
	display: inline-block;
	position: relative;
}
.light-box .modal-header,
.light-box .modal-content ,
.send{
	border: none;
}

.light-box .modal-content {
	background-color: transparent;
	box-shadow: none;
}

.modal.in .modal-dialog {
	transform: translate(0px, 50%);
}

.popup-heading p {
	font-weight: 300;
	letter-spacing: 1px;
    text-transform: uppercase;
}
.popup-heading h1{
	font-weight: 600;
	font-size: 48px;
}

.popup-form {
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
}

.popup-form .form-group {
	margin-bottom: 25px;
	padding-left: 0;
}
.popup-form .form-group .form-control,
.popup-form .wpcf7-form p {
	border: none;
	box-shadow: none;	
	padding: 14px 0;
	border-radius: 0px;
	height: auto;
	background-color: transparent;
	color: #fff;
}

.popup-form .wpcf7-form p {
	width: 33.33%;
	padding: 0 15px;
	float: left;
	text-indent: 0;
	text-align: left;
	margin-bottom: 25px;
}

.popup-form .wpcf7-form p textarea,
.popup-form .wpcf7-form p input {
	width: 100%;
	display: inline-block;
	background-color: transparent;
	font-size: 18px;
	border-style: solid;
	padding: 5px 10px;
	margin-top: 10px;
}

.popup-form .wpcf7-form p:nth-child(5){
	width: 100%;
}

.popup-form .wpcf7-form p:nth-child(6){
	margin: 0 auto;
	float: none;
}

.popup-form .form-group .form-control::-moz-placeholder {
    color: #fff;
}
.popup-form .form-group .form-control::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.popup-form .form-group .form-control:-ms-input-placeholder {
	color: #fff;
}
.close {
	color: #fff;
	opacity: 1;
}

.popup-form .wpcf7-form p input[type="submit"]{
	font-size: 36px;
	color: #fff;
	margin-top: 10px;	
	font-weight: 600;
	background-color: transparent;
	text-transform: uppercase;
	border: none;
}

.send:hover, 
.send:focus{
	color: #fff;
}


/* ## Blog Page ## */

.header-top {
	background-image: url("images/blog/header/top-header.jpg");
	background-size: 100% 100%;
}

.header-top h1 {
	font-size: 72px;
	text-align: center;
	padding: 223px 0;
	color: #fff;
	margin: 0;
}

.blog-page {
	padding-top: 100px;
}

.post {
	margin-bottom: 40px;
}

.blog-page .container .col-md-4:nth-child(3n+3){
	margin-right: 0;
}

/* ## Blog Single ## */

.beautiful-image{
	background-color: #e74c3c;
	position: relative;
}
.beautiful-image img{
	opacity: 0.10;
	min-height: 350px;
}
.heading {
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}

.by-admin {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding: 0;
}

.by-admin p span > a,
.by-admin p .tags > a {
	font-size: 13px;
	color: #8b8b8b;
	font-weight: 300;
	text-decoration: none;
}

.by-admin p > .tags > a:before { 
	content: "/";
	margin: 0 5px;
}

.by-admin p > .tags > a:first-child:before {
	content: "";
	margin: 0 05px;
}

.by-admin p {
	margin-bottom: 0;
}

.single-social {
	text-align: right;
}

.single-social a {
	color: #333;
	font-size: 15.3px;
	font-weight: 600;
	margin-right: 20px;
}

.single-social a i{
	margin-right: 6px;
}

.single-social a:hover{
	text-decoration: none;
}

.single-social a:hover i{
	color: #e74c3c;
}

.single-blog .entry-cover {
	width: 100%;
	display: inline-block;
	margin-bottom: 45px;
}
.single-blog .by-admin p {
	font-weight: bold;
}
.single-blog p {
	font-weight: 300;
	color: #333;
	line-height: 25px;
}

.sub-title-heading {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 27px;
	margin-top: 55px;
}

.sub-title-heading span {
	color: #e74c3c;
}

.single-blog h4 {
	font-weight: 200;
	font-size: 24px;
	line-height: 35px;
	color: #000;
	margin-bottom: 50px;
}

.entery-content {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 70px;
}

.comment h3{
	margin: 50px 0;
}

.comment .media-list > .media{
	margin-bottom: 47px;
}
.comment .media-list .media .media-list{
	margin-top: 45px;
}
.comment .media-list .media p{
	font-weight: 300;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
}
.comment .media-list .media a {
	color: #666;
	font-weight: 600;
	width: 60px;
	display: inline-block;
	font-size: 12px;
}

.comment .media-list .media-body .media-heading {
	color: #e74c3c;
	font-size: 16px;
	margin-bottom: 17px;
	line-height: 1;
}

.comment .media-list .media-body .media-heading span {
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.media-left, .media > .pull-left {
	padding-right: 30px;
}

.add-comment{
	margin-top: 50px;
	width: 100%;
	display: inline-block;
}
.add-comment h2 {
	margin-bottom: 50px;
	margin-top: 0;
	color: #333;
	font-size: 24px;
}

.add-comment .comment-form {
	margin-bottom: 100px;
}

.add-comment .comment-form input{
	width: 100%;
	padding: 20px 0;
	margin-bottom: 28px;
	border: none;
	border-bottom: 2px solid #eee;
	font-size: 18px;
	color: #333;
}

.add-comment .comment-form ::-webkit-input-placeholder {
	color: #333;
}

.add-comment .comment-form :-moz-placeholder {
	color: #333;
	opacity: 1;
}

.add-comment .comment-form ::-moz-placeholder {
	color: #333;
	opacity: 1;
}

.add-comment .comment-form :-ms-input-placeholder {
	color: #333;
}

.form-submit {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.add-comment .comment-form .form-submit input {
	background-color: transparent;
	border: none;
	display: inline-block;
	width: auto ;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
}

.nav-links  a {
	text-decoration: none;
}

.nav-links  a:hover .post-title,
.nav-links  a:focus .post-title {
	color: #8b8b8b;
}

.nav-links .post-title {
	color: #E74C3C;	
}

/* ## Wordpress *
.sticky {
}

/* - Page Header */
.page-header {
	margin: 0 0 20px;
}
.page-header .entry-title {
	margin-top: 0;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Comments */

#commentform .form-submit {
    margin-top: 10px;
}

.page #commentform #comment {
    margin-bottom: 0;
}

.comments-area h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}

.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}

.comments-area {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.comments-area .comments-area {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    font-style: italic;
    resize: none;
    height: 202px;
}

.comments-area p.form-submit {
    text-align: right;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #ea2e49;
}

.comment-form input[type="submit"],
.comments-area p.form-submit .button-1 {
    background: none;
    color: #666;
    border: 3px solid #ea2e49;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 25px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}

.comment-form input[type="submit"]:hover {
    color: #fff;
    background-color: #ea2e49;
}

.comments-area .comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment-author.vcard {
    display: inline;
}

.comment-author.vcard img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}

.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}

.comments-area .comment .comment-image img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}

.comments-area .commentlist li {
    list-style: none;
}

.comments-area .commentlist ul {
    margin-left: 70px;
}

.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}

.comments-area .comment p {
    color: #333;
    font-size: 13px;
    line-height: 1.7em;
    font-weight: 400;
    min-height: 30px;
}

.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
.comment-meta {
    background: none repeat scroll 0 0 transparent;
    color: indigo;
    padding: 0;
    text-align: left;
}

.widget_pages .page_item_has_children .children {
    margin-left: 25px;
}

.widget_pages .page_item_has_children > a, .widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.comments-area > :last-child {
    margin-bottom: 0;
}

.comment-list + .comment-respond {
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
}

.comments-title,
.comment-reply-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.comments-title {
    margin-bottom: 1.3333em;
}

.comment-list {
    list-style: none;
    margin: 0;
	padding-left: 0;
}

.comments-area .children {
    margin-left: 30px;
    padding-left: 30px;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0 0 0 50px;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}

.comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    float: right;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}

.comments-area label {
    min-width: 100px;
}

.comment-metadata {
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
	text-decoration: none;
    margin-top: 6px;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.comment-form {
}

.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border: 1px solid #c7c7c7;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
    outline: medium none;
    padding: 8px;
    height: auto;
    width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
    white-space: normal;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}

/* - Pagination */
.pagination li .page-numbers.current {
    border-color: #e74c3c;
    color: #e74c3c;
}

.paging-navigation .pagination {
    margin: 10px 0 10px;
}

.paging-navigation .pagination li .page-numbers {
    border-radius: 0;
}

.paging-navigation .pagination li .page-numbers:hover {
    background-color: transparent;
    border-color: #e74c3c;
    color: #e74c3c;
}

.pagination li .page-numbers {
    background-color: transparent;
    border: 2px solid #ccc;
    color: #333;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 1.5em;
    padding-top: 2px;
    margin: 0 5px;
    border-radius: 0;
    min-width: 30px;
}

/* - Search From */

/* - Widgets */
.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 30px;
	width: 100%;
	word-wrap: break-word;
}

.site-main .widget:first-of-type .widget-title h4 {
	margin-top: 0;
}

.site-main .widget:last-of-type {
	margin-bottom: 0;
}

.widget-title {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}

.widget-title:after {
    border-bottom: 1px solid #a3a2a2;
    content: "";
    display: block;
    float: none;
    height: 6px;
    text-align: left;
    width: 70px;
}

.widget:first-of-type .widget-title {
    margin-top: 0;
}

.widget pre {
    line-height: 1.2;
}

.textwidget option {
    max-width: 246px;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
    padding: 0.375em;
}

.widget > :last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.widget_calendar caption {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget_recent_entries .post-date {
    display: block;
}

.widget_rss ul {
    list-style: none;
    margin: 0;
}

.widget_rss li {
    margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

.widget_rss .rsswidget img {
    margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}

.textwidget > :last-child {
    margin-bottom: 0;
}

.textwidget a {
    border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
    border-bottom: 0;
}

/* Widget - Contact Info */
.widget_contact_info .info-section .info-details {
    margin-top: 0;
    min-height: 0;
    padding: 20px;
}
.widget_contact_info .info-section .info-details ul.ul-contact li:last-of-type {
    margin-bottom: 0;
}

/* Search Widget */
.widget_search .search {
    position: relative;
}

.widget_search .search .input-group-btn > .btn {
    background-color: transparent;
}

.widget_search .search .form-control {
    padding-left: 10px;
    height: 50px;
    border-radius: 0;
}

/* Widget Calendar Widget */
.widget_calendar #wp-calendar {
    width: 100%;
}

.widget_calendar #wp-calendar caption {
    margin-bottom: 10px;
}

/* Social Icon Widget */

/* Widget Twitter Entries */
.widget_twitter_entries > ul {
    color: #808080;
    line-height: 22px;
    list-style: none;
    padding: 0;
}

.tweet-post {
    font-style: italic;
    margin-bottom: 15px;
}

.tweet-post > a {
    font-style: italic;
    color: #1896ff;
    display: block;
    font-size: 13px;
}

.tweet-post > a:hover {
    color: #444;
}

/* Widget Recent Entries */
.widget_recent_entries > ul {
    font-size: 16px;
    list-style: none;
    padding: 0;
}

.widget_recent_entries > ul a {
    text-transform: uppercase;
    color: #4c4c4c;
    font-weight: bold;
}

.widget_recent_entries > ul a:hover {
    color: #808080;
}

.cat-item img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cat-item img:hover {
    opacity: 0.7;
}

.days-meta {
    color: #808080;
    font-size: 13px;
    display: block;
    font-style: italic;
}

/* Widget Categories */
.widget_categories > ul {
    color: #808080;
    line-height: 25px;
    padding-left: 0;
    list-style: none;
}

.widget_categories > ul a:hover {
    color: #333;
}

.cat-item a {
    text-transform: uppercase;
}

.sidebar li a,
.widget_tag_cloud a {
    color: #808080;
    font-size: 13px;
}

.sidebar li a:hover,
.widget_tag_cloud a:hover {
    color: #333;
}

.widget_nav_menu .menu-item li a {
    color: #808080;
    font-size: 13px;
    line-height: 1.5em;
}

.widget_nav_menu .sub-menu {
    margin: 0;
    position: relative;
}

.widget_nav_menu .sub-menu li {
    background-color: transparent;
    margin-left: 10px;
}

.widget_nav_menu .sub-menu li a {
    padding: 0 0px;
    text-transform: uppercase;
}

.widget_nav_menu .sub-menu .sub-menu li a {
    padding: 0;
}

/* ## Page Loader ********************** */
/* LOADING */
.load-position .logo {
	margin: 0 auto;
}
.load-complete {
    position: fixed;
	overflow: hidden;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}
.load-complete .logo {
	color: #E74C3C;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-size:30px;
	font-weight:600;
}
.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #222;
    width: 10px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
@keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

.alert-msg {
	text-align: left;
	background: #ffcac4;
	padding: 5px 10px;
	color: #685654;
	font-size: 12px;
	font-weight: 600;
	display: none;
}

/* portfolio filter */

.cd-main-content {
	position: relative;
}

.cd-main-content:after {
	content: "";
	display: table;
	clear: both;
}

.cd-tab-filter ul {
	text-align: center;
	margin-bottom: 50px;
}

.cd-tab-filter li {
	display: none;
}

.cd-tab-filter a:hover,
.cd-tab-filter a:focus,
.cd-tab-filter a.selected {
	color: #fff;
	background-color: #E74C3C;
}

.cd-tab-filter.is-open::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.cd-tab-filter.is-open ul {
	box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cd-tab-filter.is-open ul li {
	display: block;
}

.cd-tab-filter.is-open .placeholder a {
	opacity: .4;
}

.cd-tab-filter {
	width: auto;
	cursor: auto;
}

.cd-tab-filter::after {
	display: none;
}

.cd-tab-filter li {
	display: inline-block;
}

.cd-tab-filter li.placeholder {
	display: none !important;
}

.cd-tab-filter a {
	color: #666;
	display: inline-block;
	/*font-size: 20px;*/
	font-weight: 400;
	line-height: 50px;
	padding: 0 20px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
}

.cd-tab-filter a.selected {
	color: #fff;
	/*font-size: 20px;
	font-weight: 400;*/
	outline: 0;
}

.cd-tab-filter.is-open ul li {
	display: inline-block;
}

.cd-tab-filter {
	width: 100%;
	float: right;
	margin: 0;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
}
.cd-tab-filter.filter-is-visible {
	width: 80%;
}

.cd-gallery li {
	display: none;
	float: left;
	min-height: 220px;
	position: relative;
}

.cd-gallery li:hover {
	opacity: 0.9;
}

.cd-gallery li.gap {
	opacity: 0;
	height: 0;
	display: inline-block;
}

.cd-gallery .cd-fail-message {
	color: #24a0ac;
	display: none;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}

.cd-gallery ul {
	padding: 0;
}

.cd-gallery {
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
}

.cd-gallery.filter-is-visible {
	width: 80%;
}

.cd-filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background: #ffffff;
	box-shadow: 4px 4px 20px transparent;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
	-moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s;
}

.cd-filter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background-color: #41307c;
	z-index: 2;
}

.cd-filter form {
	padding: 70px 20px;
}

.cd-filter .cd-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	width: 60px;
	color: #ffffff;
	font-size: 1.3rem;
	text-align: center;
	background: #37296a;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 3;
}

.no-touch .cd-filter .cd-close:hover {
	background: #32255f;
}

.cd-filter.filter-is-visible {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.cd-filter.filter-is-visible .cd-close {
	opacity: 1;
}

.cd-filter {
	width: 20%;
}

.cd-filter form {
	padding: 70px 10%;
}

.cd-filter-trigger {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 60px;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
	background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
	z-index: 3;
}

.cd-filter-trigger.filter-is-visible {
	pointer-events: none;
}

.cd-filter-trigger {
	width: auto;
	left: 2%;
	text-indent: 0;
	color: #9a9a9a;
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 700;
	padding-left: 24px;
	background-position: left center;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .cd-filter-trigger:hover {
	color: #41307c;
}

.cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
	color: #fff;
}
.widget_calendar td a {
	color: #E74C3C;
	text-decoration: none;
}

.widget_calendar td a:hover { 
	color: #8b8b8b;
}

.small-dialog {
	background-color: #E74C3C;
	color: #fff;
}

.responsive-caret {
	display: none;
}

/* ## Woocommerce */
.woocommerce a.remove {
	display: inline-block;
}

.woocommerce table.shop_table {
	text-align: center;
}

.woocommerce a.added_to_cart {
	margin-left: 15px;
}

.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
	background: transparent;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

/*  [ - Product Archives ]
- - - - - - - - - - - - - - - - - - - - */

/*  [ -- Grid ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid #ebebeb;
	float: left;
	padding-bottom: 15px;
	width: 30.8%;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	border-color: #E74C3C;
}

/*  [ - Widgets ]
- - - - - - - - - - - - - - - - - - - - */
.widget.woocommerce ul li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
}

/* -- Recent Product Carousel */
.widget.widget_recent_products_carousel ul {
    padding: 0;
	list-style: none;
}
.widget.widget_recent_products_carousel .carousel-inner > .item {
	margin-bottom: 5px;
}
.sidebar .widget.widget_recent_products_carousel ul,
.sidebar .widget.widget_recent_products_carousel li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.widget_recent_products_carousel li.item h4,
.widget_recent_products_carousel li.item .amount {
    margin-bottom: 5px;
}
.widget_recent_products_carousel > ul > li > a {
	margin-top: 5px;
}
.widget_recent_products_carousel img{
	margin-bottom: 10px;
}
.widget_recent_products_carousel > ul > li > a span {
	margin-left: 5px;
}
.widget_recent_products_carousel li.item h4 a {
	color: #333;
	text-transform: uppercase;
}

/* -- Product Categories */
.widget-area .widget_product_categories > ul:first-of-type {
	padding-left: 0;
}

.widget-area .widget_product_categories ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	position: relative;
	font-size: 16px;
	padding-right: 15px;
}

.widget.widget_product_categories li {
    margin-bottom: 0;
}
.widget_product_categories .children {
    padding-left: 20px;
}
.widget_product_categories a {
    display: inline-block;
    margin-bottom: 10px;
}

/* -- Price Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 6px;
	background: #cfcfcf;
	border: 0;
	position: relative;
	border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
	background: #E74C3C;
	z-index: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default {
	cursor: move;
	height: 12px;
	width: 12px;
	border: 1px solid #E74C3C;
	color: #555;
	position: absolute;
	z-index: 2;
	top: -3px;
	transition: none;
	-ms-touch-action: none;
	touch-action:     none;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	-ms-border-radius:     0;
	border-radius:         0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
	display: inline-block;
	text-align: left;
	color: #a9a9a9;
	font-size: 12px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label span {
	color: #353533;
	font-weight: 700;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
	margin: 20px 0 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	padding: 0 25px;
	text-shadow: none;
	border-radius: 0;
	height: auto;
	line-height: 33px;
	font-weight: 400;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	background: #353533;
}

/* -- Product Search */
.widget_product_search input#s {
	width: 100%;
}
.widget_product_search input#searchsubmit {
	display: none;
}

/* -- Products */
.widget.widget_products > ul {
    padding-left: 0;
}
.widget.widget_products .product_list_widget li > a {
	display: block;
}

/* -- Top Rated Products */
.sidebar .widget.widget_top_rated_products > ul {
	padding-left: 0;
}
.widget_top_rated_products .star-rating {
	margin-bottom: 5px;
}
.widget.widget_top_rated_products ul li a {
    display: block;
}

/* -- Product List */
.widget.woocommerce ul.product_list_widget li {
	padding: 10px 0;
}
.widget.woocommerce ul.product_list_widget li a {
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 5px;
}
.widget.woocommerce ul.product_list_widget li a:hover span {
    color: #E74C3C;
}
.widget.woocommerce ul.product_list_widget li:before {
	display: none;
}
.widget.woocommerce ul.product_list_widget li img {
	box-shadow: none;
	margin: 3px 10px 0 0;
	width: 80px;
	height: auto;
	float: left;
}
.widget.woocommerce ul.product_list_widget li img:hover {
    opacity: 0.6;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	left: auto;
	right: 0;
	top: auto;
	border-radius: 2px;
	color: #333;
	line-height: 13px;
	text-align: center;
}
.widget.woocommerce ins {
	background: none;
}
.widget.woocommerce del .amount {
	color: #979797;
}
.widget.woocommerce .total {
	margin-bottom: 12px;
	text-align: center;
}
.widget.woocommerce .buttons {
	margin: 0;
	padding: 0;
	text-align: center;
}
.widget.woocommerce .buttons a {
	font-size: 13px;
	font-weight: 400;
	height: 33px;
	line-height: 33px;
	margin: 0 5px;
	padding: 0 10px;
}

/* -- Variations */
.woocommerce .summary.entry-summary .variations .label {
	color: #979797;
	font-size: 15px;
	line-height: 31px;
	float: left;
	text-transform: capitalize;
}

/* -- Product Search */
.woocommerce-product-search input[type="search"] {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px 10px;
}

.woocommerce-product-search input[type="submit"] {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px 10px;
}

.product-categories {
    padding-left: 15px;
}

/*  [ - Woocommerce Pagination ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce nav.woocommerce-pagination ul {
	border: 0 none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0 none;
	margin: 0 10px 0 0;	
	background-color: #E74C3C;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #fff;
	padding: 5px 10px;
}

/*  [ - Single Product ]
- - - - - - - - - - - - - - - - - - - - */

/*  [ -- Page Title ]
- - - - - - - - - - - - - - - - - - - - */
.ow-woocommerce > .page-title {
	display: none;
}

.yith-wcwl-add-to-wishlist {
	margin-bottom: 5px;
}

.woocommerce div.product form.cart {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-form-login .form-row label.inline {
    margin-left: 10px;
	position: relative;
	display: inline-block;
	font-size: 15px;
}

.woocommerce-form-login .form-row input[type="checkbox"] {
    margin: 9px 5px 0;
	float: left;
}

.woocommerce form label span {
	font-size: 14px
}

.woocommerce form .input-checkbox {
	position: relative;
	margin-left: 0;
}

/*  [ -- Title ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
	max-height: 45px;
	overflow: hidden;
	outline: 0 none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color: #E74C3C;
}
.woocommerce div.product .product_title {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}

/*  [ -- Star Rating ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce .star-rating span::before {
	color: #E74C3C
}

.woocommerce ul.products li.product .star-rating {
	margin-left: 15px;
	margin-right: 15px;
}

/*  [ -- Price ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product > a span.price {
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce ul.products li.product.product-type-simple .price {
    max-width: 50%;
    min-height: 34px;
}

/*  [ -- Button ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
	top: 0;
}
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
	background: #E74C3C none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0;
	text-shadow: none;
	text-transform: uppercase;
}

.woocommerce-checkout table.shop_table {
	text-align: left;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #E74C3C;
}

.yith-wcwl-add-button.yith-wcwl-add-button .add_to_wishlist:hover {
	text-decoration: none;
}

.yith-wcwl-add-button.yith-wcwl-add-button .add_to_wishlist:hover,
.woocommerce-product-search input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #000;
	color: #fff;
}

.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
    bottom: 15px;
    float: right;
    position: absolute;
    right: 15px;
	top: auto;
}

.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {
	bottom: 18px;
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: auto;
}

.woocommerce ul.products li.product .button {
    margin-left: 15px;
    margin-top: 5px;
}

.woocommerce nav.woocommerce-pagination {
	margin-bottom: 30px;
}

/*  [ -- Sale Flash ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce span.onsale {
	background-color: #E74C3C;
	border-radius: 0;
	color: #fff;
	font-size: 11px;
	left: 0;
	line-height: 18px;
	margin: 0 !important;
	min-height: 1px;
	padding: 3px 10px;
	position: absolute;
	right: auto !important;
	text-transform: uppercase;
	top: 0 !important;
}

/*  [ -- Review Form ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	border-left: 1px solid #666;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	border-style: solid;
	background: #fff;
	margin-bottom: 0;
}
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th {
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-color: rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
	padding: 10px;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
	padding-left: 20px;
}
.woocommerce #reviews #comments,
.woocommerce-page #reviews {
	background: #fff;
	padding: 20px;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
	margin-bottom: 20px;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
	margin-bottom: 20px;
}

/*  [ -- Variations ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
	border: 0;
	padding: 0;
}

.woocommerce #content div.product form.cart .variations select,
.woocommerce div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
	border: 1px solid #bfbfbf;
	background: #fff;
}

.woocommerce #content div.product form.cart .variations .value,
.woocommerce div.product form.cart .variations .value,
.woocommerce-page #content div.product form.cart .variations .value,
.woocommerce-page div.product form.cart .variations .value {
	position: relative;
}

table.variations {
	table-layout: inherit;
}

.woocommerce #content div.product form.cart .variations .value .reset_variations,
.woocommerce div.product form.cart .variations .value .reset_variations,
.woocommerce-page #content div.product form.cart .variations .value .reset_variations,
.woocommerce-page div.product form.cart .variations .value .reset_variations {
	clear: both;
}
.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
	margin-right: 10px;
}

.woocommerce .quantity .qty {
	line-height: 27px;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #a3a3a3;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus
.woocommerce .quantity .minus
.woocommerce-page #content .quantity .minus
.woocommerce-page .quantity .minus {
	border-top: 0;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
	width: 29px;
	height: 29px;
	font-size: 15px;
	color: #fff;
	text-shadow: none;
}

.woocommerce #content .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover {
	background: #ff6766;
}

.orderby,
.woocommerce #content div.product form.cart .variations select,
.woocommerce div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
	height: 39px;
	padding: 0 8px;
	background: #ededed;
	color: #666;
	border: 0;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	top: 0;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
	background-color: #999;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations select {
	width: 100%;
}

.woocommerce-ordering {
	position: relative;
}

.woocommerce-variation-price {
	margin-bottom: 15px;
}

.woocommerce-ordering:after,
.woocommerce #content div.product form.cart .variations .value:after,
.woocommerce div.product form.cart .variations .value:after,
.woocommerce-page #content div.product form.cart .variations .value:after,
.woocommerce-page div.product form.cart .variations .value:after  {
	content: "\f347";
	font: 15px dashicons;
	color: #fff;
	right: 12px;
	top: 13px;
	position: absolute;
}

.woocommerce-ordering:before,
.woocommerce #content div.product form.cart .variations .value:before,
.woocommerce div.product form.cart .variations .value:before,
.woocommerce-page #content div.product form.cart .variations .value:before,
.woocommerce-page div.product form.cart .variations .value:before {
	background: #ff6766 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.woocommerce-ordering:before {
	right: 0;
}

.woocommerce-ordering:after {
	right: 12px;
}

/*  [ -- Tab ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
	background: none;
	border-radius: 0;
	margin: 0;
	border: 0;
	padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #979797;
	font-weight: 400;
	text-shadow: none;
	padding: 12px 18px;
	border-top: 2px solid transparent;
	outline: 0 none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #383838;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #ededed;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #383838 !important;
	border-color: #ff6766;
}
.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h2 {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content,
.woocommerce div.product .woocommerce-tabs .entry-content {
	padding: 30px !important;
	background: #ededed;
	border-top: 0;
	color: #4a4a4a;
	margin-bottom: 35px;
}

/*  [ -- Wishlist Button ]
- - - - - - - - - - - - - - - - - - - - */
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.single-share .social li a {
    background: #ededed none repeat scroll 0 0;
    border-radius: 0;
    color: #383838;
    line-height: 38px;
    margin: 0;
    padding: 5px 12px;
    position: relative;
    text-align: center;
}

/*  [ -- Woocommerce Form ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #ccc;
	line-height: 20px;
	padding: 5px 10px;
}

/*  [ - Related Products ]
- - - - - - - - - - - - - - - - - - - - */

/*  [ - Upsells Products ]
- - - - - - - - - - - - - - - - - - - - */
.upsells.products > h2,
.related.products > h2 {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation > ul {
	padding-left: 15px;
}

/* ## Res. Max Width 1200px */
@media (max-width:1200px) {

	.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {
		bottom: auto;
		left: 0;
		position: relative;
	}

	.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
		bottom: auto;
		float: none;
		position: relative;
		right: auto;
	}
}

@media only screen and (min-width: 481px) and (max-width: 991px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product.first,
	.woocommerce-page ul.products li.product.last {
		clear: none;
	}
	.woocommerce-page ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
}

/* ## Res. Max Width 991px */
@media (max-width: 1200px) {

	.navbar-default .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 991px) {

	.brag-content {
		margin-right: 0;
	}

	/* ## Woocommerce */

	/*  [ - Products Grid ]
	- - - - - - - - - - - - - - - - - - - - */
	.woocommerce ul.products {
		margin-left: -2%;
		margin-right: -2%;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 2% 20px;
		width: 46%;
	}

	/*  [ - Related Products ]
	- - - - - - - - - - - - - - - - - - - - */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		max-width: 260px;
	}
	.woocommerce .related.products > .products > li {
		float: left !important;
	}
}

/* ## Res. Max Width 400px */
@media (max-width: 400px) {

	/* ## Woocommerce */
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%;
		float: none !important;
		margin: 0 auto 35px;
	}
}

/* ## Res. Min Width 768px */
@media (min-width: 768px) {

	.service-section .container-fluid .col-md-6:nth-child(even) .service-box-inner {
		float: right !important;
	}
}

/* ## Res. Max Width 767px */
@media (max-width: 767px) {
	
	.features-section .col-md-7 {
		padding-left: 0;
	}
	
	.brag-content h1,
	.why-choose-inner h2,
	.application-section .app-content-box > h2,
	.section-header h2,
	.features-section h2, .why-choose h2 {
		word-wrap: break-word;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 36px;
		text-align: center;
	}

	.feature-box-inner:hover .icon-feature,
	.feature-box-inner .icon-feature {
		width: 56px;
		height: 56px;
		line-height: 53px;
		font-size: 28px;
		margin-bottom: 10px;
	}

	/* ## Layout */
	.sidebar {
		margin: 0 auto;
		max-width: 565px;
	}

	/* ## Woocommerce */
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		max-width: 260px;
	}
	.woocommerce ul.products {
		margin: 0 auto;
		max-width: 565px;
	}
}

@media (max-width: 1200px) {

	.entry-date {
		width: 100%;
		max-width: none;
	}

	.entry-date > .date,
	.entry-date > .icon {
		display: inline-block;
		float: none;
		margin-left: 5px;
		margin-right: 5px;
		width: 41%;
	}

	.type-post .entry-cover {
		width: 100%;
	}

	.footer-section .footer-item i {
		height: 38px;
		line-height: 34px;
		width: 38px;
		margin-right: 10px;
	}
	.footer-inner {
		margin-top: 0;
	}
	.back-top {
		line-height: normal;
	}
	.footer-text {
		padding-top: 12px;
	}
}

@media (min-width: 992px) {

	.owclearfix-cnt2:after {
		clear: none;
	}
	.service-box-inner .content-box > p {
		min-width: 270px;
	}
}

@media (max-width: 992px) {

	.brag-about-img {
		right: 30px;
		top: 50px;
		text-align: center;
		right: 0;
		left: 0;
	}
	.brag-about-img img {
		display: block;
		margin: 0 auto;
		width: 80%;
	}

	.brag-content h1 {
		text-align: center;		
	}
	.brag-content {
		top: 100px;
		text-align: center;
		margin-bottom: 120px;
	}

	.application-iphone {
		left: 0;
		text-align: center;
		padding: 20px;
		top: 30px;
	}

	.back-top {
		margin-top: 30px;
		text-align: center;
	}
	.type-post > .entry-date {
		display: none;
	}
	
}

@media (max-width: 767px) {

	.footer-text {
		text-align: left;
	}
	.footer-item:nth-child(2) {
		float: right;
		text-align: right;
	}
	.footer-section .footer-item:nth-of-type(2) i {
		float: right;
		margin-left: 10px;
	}
	.back-top {
		margin-top: 0;
	}
}

@media (max-width: 540px) {

	.footer-section {
		padding: 30px 0;
	}

	.footer-section .footer-item,
	.footer-section .back-top {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.footer-item:nth-child(2) {
		float: none;
		text-align: center;
	}
	.footer-section .footer-item:nth-of-type(2) i {
		float: none;
		margin-left: 10px;
	}
	.footer-section .footer-item i {
		margin: 0 0 15px;
		text-align: center;
		float: none;
		display: inline-block;
	}
	.footer-text {
		display: inline-block;
		padding-top: 12px;
		text-align: center;
		width: 100%;
	}
	.footer-item, .back-top {
		margin-top: 30px;
	}
}

/* 
	## 1741 to 1902
	## 1681 to 1740
	## 1537 to 1680
	## 1367 to 1536
	## 1367 to 1550
	## 1201 to 1550
	## 1201 to 1366
	## 992 to 1200
	## 1025 to 1200
	## 1201 to 1280
	## 1281 to 1366
	## 992 to 1024
	## 768 to 991
	## 319 to 767
	## 481 to 767
	## 319 to 480
	## 319 to 479
	## 991
*/

@media only screen and (min-width: 1350px) {

	.service-box-inner .content-box > p {
		max-width: 401px;
		min-width: 401px;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 1920px) {
	.main-container {
		max-width: 1920px;
		margin: 0 auto;
	}
}

/* ## 1741 to 1902 ## */
@media only screen and (min-width: 1741px) and (max-width: 1902px) 
{		
	/* Our Genius */
	/*.genius-gallery {
		width: 100%;
		display: inline-block;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 25%;
	} 
	
	.our-genius .genius {
		width: 26.5%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 56%;	
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 400px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
	
	.our-genius .style4{
		width: 28%;
	} 
	
	.our-genius .style5,
	.our-genius .style6{
		width: 25.1%;
	} 
	 
	.our-genius .style7 {
		width: 28%;
	}*/
	
	.inner-social-info {
		padding: 90px 70px;
	}
	.inner-social-info p {
		font-size: 15px;
		line-height: 25px;
	}
	.progress {
		margin-top: 40px;
		height: 50px;
		line-height: 50px;
	}
}

/* ## 1681 to 1740 ## */
@media only screen and (min-width: 1681px) and (max-width: 1740px) {
	/* ## How WE WorK ## */
	.slope-right,
	.slope-left	{
		width: 55%;
	}
	
	.slope-left {
		border-right-width: 200px;
	}
	
	/* Our Genius */
	/*.genius-gallery {
		width: 100%;
		display: inline-block;
	}*/
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 23.72%;
	} 
	
	.our-genius .genius {
		width: 26.696%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 59.36%;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 400px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
		
	.inner-social-info {
		padding: 90px 70px;
	}
	.inner-social-info p {
		font-size: 15px;
		line-height: 25px;
	}
	.progress {
		margin-top: 40px;
		height: 50px;
		line-height: 50px;
	}
}

/* ## 1537 to 1680 ## */
@media only screen and (min-width: 1537px) and (max-width: 1680px) {

	[class*="video-section-"] .slide-sub-title {
		font-size: 55px;
		line-height: 60px;
	}
	
	/* ## How WE WorK ## */
	.slope-right,
	.slope-left	{
		width: 55.5%;
	}
	
	.slope-left {
		border-right-width: 200px;
	}
	
	.inner-social-info {
		padding: 90px 70px;
	}
	.inner-social-info p {
		font-size: 15px;
		line-height: 25px;
	}
	.progress {
		margin-top: 40px;
		height: 50px;
		line-height: 50px;
	}
	
	.skills-info {
		right: 5px;
	}
}

@media only screen and (min-width: 1680px) and (max-width: 1915px){
	/* Our Genius */
	.genius-gallery {
		width: 1672px;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 23.75%;
	} 
	
	.our-genius .genius {
		width: 26.75%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 59.56%;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 400px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1679px){
	/* Our Genius */
	.genius-gallery {
		width: 1592px;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 23.75%;
	} 
	
	.our-genius .genius {
		width: 26.84%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 59.91%;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 400px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1599px){
	/* Our Genius */
	/*.genius-gallery {
		width: 1440px;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 24.02%;
	} 
	
	.our-genius .genius {
		width: 27.045%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 60.19%;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 350px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}*/
}

@media only screen and (min-width: 1440px) and (max-width: 1599px){
	/* Our Genius */
	.genius-gallery {
		width: 1432px;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 24.02%;
	} 
	
	.our-genius .genius {
		width: 27.045%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 60.19%;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 375px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
}

@media only screen and (min-width: 1401px) and (max-width: 1439px){
	/*
	.genius-gallery {
		width: 1400px;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 24.15%;
	} 
	
	.our-genius .genius {
		width: 27.1%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 60.19%;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 350px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}*/
}

@media only screen and (min-width: 1400px) and (max-width: 1439px){
	/* Our Genius */
	.genius-gallery {
		width: 1400px;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 24.15%;
	} 
	
	.our-genius .genius {
		width: 27.1%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 60.19%;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 350px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
}

/* ## 1367 to 1536 ## */
@media only screen and (min-width: 1367px) and (max-width: 1536px)
{ 
	.inner-social-info {
		padding: 20px 35px;
	}
	.inner-social-info p {
		font-size: 15px;
		line-height: 25px;
	}
	.progress {
		margin-top: 25px;
		height: 50px;
		line-height: 50px;
	}
	.skills-info {
		right: 8px;
	}
	.social-info {
		padding: 50px 0;
	}
}

/* ## 1367 to 1550 ## */
@media only screen and (min-width: 1367px) and (max-width: 1550px)
{
	/* ## Portfolio Section ## */
	.portfolio-list.no-space .portfolio-block-hover{
		top: 33%;
	}
	
	[class*="video-section-"] .slide-sub-title {
		font-size: 50px;
		line-height: 60px;
	}
	
	/* ## How WE WorK ## */
	.slope-right,
	.slope-left	{
		width: 55.7%;
	}
	
	.slope-left {
		border-right-width: 200px;
	}
	
	.features-section h2 {
		margin-right: 85px;
	}
	
	.why-choose h2 {
		margin-left: 115px;
	}
}

/* ## 1201 to 1550 ## */
@media only screen and (min-width: 1201px) and (max-width: 1550px)
{	
	.service-section {
		overflow: hidden;
	}
	
	/* Why Choose Section */
	.why-choose-box {
		margin-left: 120px;
	}
	
	.brag-content {
		top: 130px;
	}
}

/* ## 1201 to 1366 ## */
@media only screen and (min-width: 1201px) and (max-width: 1366px)
{
	.slider-section .slide-title {
		width: 400px;
		height: 400px;
		top: 22%;
	}
	.slider-section .slide-title span.inner-circle {
		width: 300px;
		height: 300px;
	}
	
	.slider-section .slide-title span.inner-circle span:first-child,
	[class*="video-section-"] .slide-title span.inner-circle span:first-child {
		padding-top: 50px;
	}

	.slider-section .slide-title span.inner-circle span:last-child,
	[class*="video-section-"] .slide-title span.inner-circle span:last-child {
		padding-bottom: 50px;
	}
	
	.slider-section .slide-title span.inner-circle span:nth-child(1){
		font-size: 60px;
	}
	.slider-section .slide-title span.inner-circle span:nth-child(2) {
		font-size: 60px;
	}
	.slider-section .slide-title span.inner-circle span:nth-child(3){
		font-size: 51px;
	}
	
	[class*="video-section-"] .slide-sub-title {
		font-size: 40px;
		line-height: 60px;
	}
	
	/* Services Section */
	.service-section .service-bg > h3 {
		font-size: 28px;
	}
	
	/* ## Portfolio Section ## */
	.portfolio-list.no-space .portfolio-block-hover{
		top: 33%;
	}
	
	.features-section h2 {
		margin-right: 85px;
	}
	
	/* Why Choose */
	.why-choose-inner {
		margin-left: 40px;
	}
	.why-choose h2 {
		margin-left: 95px;
		font-size: 40px;
	}
	
	/* ## How WE WorK ## */
	.slope1,
	.slope2,
	.slope3 {
		background-size: cover;
	}
	.slope-right,
	.slope-left	{
		width: 56.6%;
	}
	
	.slope-left {
		border-right-width: 200px;
	}
	
	/* light box form */
	.modal.in .modal-dialog {
		transform: translate(0px, 25%);
		-webkit-transform: translate(0px, 25%);
		-moz-transform: translate(0px, 25%);
		-o-transform: translate(0px, 25%);
		-ms-transform: translate(0px, 25%);
	}
}

/* ## 992 to 1200 ## */
@media only screen and (min-width: 992px) and (max-width: 1200px)
{	
	/* Slider Section */
	.slider-section .slide-title {
		top: 12%;
	}
	
	.slider-section .slide-sub-title,
	[class*="video-section-"] .slide-sub-title {
		line-height: 65px;
		font-size: 56px;
		bottom: 50px;
	}
	
	.slider-section .slide-sub-title, 
	[class*="video-section-"] .slide-sub-title {
		font-size: 41px;
		line-height: 60px;
	}
	
	.service-section {
		overflow: hidden;
	}
	
	.right .slide-sub-title {
		right: 45px;
	}
	
	.slider-section .slide-sub-title, 
	[class*="video-section-"] .slide-sub-title {
		left: 45px;
	}
	
	/* Services Section */
	.service-section .service-bg > h3 {
		font-size: 26px;
	}
	
	/* Features Section */
	.feature-box {
		left: -83px;
	}	
	
	.line.line1 hr {
		left: 380px;
	}
	
	.line.line1 i {
		right: -258px;
	}
	
	.line.line2 hr {
		left: 340px;
	}
	
	.line.line2 i {
		right: -337px;
	}
	
	.line.line3 hr {
		left: 335px;
	}
	
	.line.line3 i,
	.line.line4 i {
		right: -311px;
	}
	
	.line.line4 hr {
		left: 325px;
	}
	
	.features-section h2 {
		margin-right: 75px;
	}
	
	/* ## Portfolio Section ## */
	.cd-gallery .portfolio-list li {
		min-height: 1px;
	}
	
	.portfolio-list.no-space .portfolio-block-hover{
		top: 30%;
	}
	
	/* Why Choose Section */
	.why-choose:before {
		width: 60%;
	}
	
	.why-choose .view-more {
		bottom: 10px;
	}
	
	/* How we Work */
	.slope2 .shape-content {
		left: 100px;
	} 
	
	.slope1.slope-first .slope-right .shape-content,
	.slope-right .shape-content, 
	.slope-left .shape-content {
		margin-top: 50%;
	}
	
	.slope1 .slope-right .shape-content {
		margin-top: 65%;
	}
	
	/* Our Genius */
	.skill-progress-box h6 {
		line-height: 40px;
	}
	
	/* Blog Section */
	
	.blog-section .post {
		padding: 0;
	}
	
	/* Brag About Section */
	.brag-content {
		width: 96%;
		top: 80px;
	}

	.start-project h1 {
		text-align: right;
		margin-right: 17px;
	}	
	.send-msg a {
		margin-right: 0;
		margin-left: -30px;
	}
	
	/* Client */
	.testimonial:nth-child(even),
	.testimonial:nth-child(odd),
	.last-testimonial.testimonial:nth-child(odd)	{
		margin-top: -146px;
	}
	
	.last-testimonial.testimonial:nth-child(odd)	{
		margin-top: -275px;
	}
	
	.client-hover {
		left: 10%;
		right: 10%;
	}
}

/* ## 1025 to 1200 ## */
@media only screen and (min-width: 1025px) and (max-width: 1200px)
{
	/* ## How WE WorK ## */
	.slope-right,
	.slope-left	{
		width: 57.6%;
	}
	
	.slope-left {
		border-right-width: 200px;
	}
	
	.inner-social-info {
		padding: 20px 35px;
	}
	.inner-social-info p {
		font-size: 15px;
		line-height: 25px;
	}
	.progress {
		margin-top: 18px;
		height: 40px;
		line-height: 40px;
	}
	.hover {
		line-height: 290px;
	}
	
	/* ### Blog Page ### */

	.single-blog .entry-cover img {
		width: 100%;
		height: auto !important;
	}
	
	.client-style1.client-active,
	.client-style1:hover,
	.client-style2.client-active,
	.client-style2:hover,
	.client-style3.client-active,
	.client-style3:hover {
		height: 745px;
		background-size: 100% 100%;
	}
}

/*@media (max-width: 1200px){
	.genius-gallery {
		width: 1200px;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 24.85%;
	} 
	
	.our-genius .genius {
		width: 27.459%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 60.2%;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 300px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
}*/

@media only screen and (min-width: 1281px) and (max-width: 1365px) {
	.genius-gallery {
		width: 1272px;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 25.14%;
	}
	
	.our-genius .genius {
		width: 27.3%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 59%;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 300px;			
	}	

	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
	/* Our Genius */
	.genius-gallery {
		width: 1194px;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 25.45%;
	}
	
	.our-genius .genius {
		width: 27.45%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 59%;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 300px;			
	}	

	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
}

/* ## 1201 to 1280 ## */
@media only screen and (min-width: 1201px) and (max-width: 1280px)
{
	/* ## How WE WorK ## */
	.slope-right,
	.slope-left	{
		width: 57%;
	}
	
	.slope-left {
		border-right-width: 200px;
	}
	
	.inner-social-info {
		padding: 20px 35px;
	}
	.inner-social-info p {
		font-size: 15px;
		line-height: 25px;
	}
	.progress {
		margin-top: 25px;
		height: 40px;
		line-height: 40px;
	}
	.hover {
		line-height: 300px;
	}
	.skill-progress-box h6 {
		line-height: 40px;
	}
	
	/* ### Blog Page ### */
	.single-blog .entry-cover img {
		width: 100%;
		height: auto !important;
	}
	
	/* ## How We Work ## */
	.clean-code::before {
		bottom: 112px;
		content: "";
		height: 106%;
		position: absolute;
		right: -35px;
		top: -22px;
		width: 53.7%;
	}
	
	.client-style1.client-active,
	.client-style1:hover,
	.client-style2.client-active,
	.client-style2:hover,
	.client-style3.client-active,
	.client-style3:hover {
		height: 745px;
		background-size: 100% 100%;
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1399px){
	/* Our Genius */
	.genius-gallery {
		width: 1348px;
		display: block;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 24.9%;
	} 
	
	.our-genius .genius {
		width: 27.16%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 58.95%;
		margin-left: -66px;
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 350px;			
	}
}

/*@media only screen and (min-width: 1281px) and (max-width: 1365px) {
	.genius-gallery {
		width: 1281px;
		display: block;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 25.43%;
	} 
	
	.our-genius .genius {
		width: 27.3%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 58.5%;
		margin-left: -66px;
	}
}*/

/* ## 1281 to 1366 ## */
@media only screen and (min-width: 1281px) and (max-width: 1366px)
{
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 300px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
		
	.inner-social-info {
		padding: 20px 35px;
	}
	.inner-social-info p {
		font-size: 15px;
		line-height: 25px;
	}
	.skill-progress-box h6 {
		line-height: 40px;
		width: 78%;
	}
	.progress {
		margin-top: 18px;
		height: 40px;
		line-height: 40px;
	}
	.hover {
		line-height: 275px;
	}
	
	/* ## How We Work ## */
	.clean-code::before {
		bottom: 112px;
		content: "";
		height: 114%;
		position: absolute;
		right: -35px;
		top: -22px;
		width: 53.7%;
	}
	
	.client-style1.client-active,
	.client-style1:hover,
	.client-style2.client-active,
	.client-style2:hover,
	.client-style3.client-active,
	.client-style3:hover {
		height: 745px;
		background-size: 100% 100%;
	}
}

/* ## 992 to 1024 ## */
@media only screen and (min-width: 992px) and (max-width: 1024px)
{
	/* Featured Section */
	.feature-box-inner p {
		width: 79%;
		float: right;
	}
	.features-section h2,
	.why-choose h2 {
		font-size: 42px;
	}
	/* ## How WE WorK ## */
	.slope-right,
	.slope-left	{
		width: 57.6%;
	}
	
	.slope-left {
		border-right-width: 180px;
	}
	
	.inner-social-info {
		padding: 20px 35px;
	}
	.inner-social-info p {
		font-size: 15px;
		line-height: 25px;
	}
	.progress {
		margin-top: 18px;
		height: 40px;
		line-height: 40px;
	}
	.skill-progress-box h6 {
		line-height: 40px;
		width: 79%;
	}	
	.hover {
		line-height: 270px;
	}
	/* ### Blog Page ### */
	.single-blog .entry-cover img {
		width: 100%;
		height: auto !important;
	}
	/* client */
	
	.client-style1.client-active,
	.client-style1:hover,
	.client-style2.client-active,
	.client-style2:hover,
	.client-style3.client-active,
	.client-style3:hover {
		height: 745px;
		background-size: 100% 100%;
	}
	
	.modal.in .modal-dialog {
		transform: translate(0px, 25%);
		-webkit-transform: translate(0px, 25%);
		-moz-transform: translate(0px, 25%);
		-o-transform: translate(0px, 25%);
		-ms-transform: translate(0px, 25%);
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px){
	/* Our Genius */
	.genius-gallery {
		width: 1016px;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 25.2%;
	}
	.our-genius .genius {
		width: 27.882%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 61.2%;		
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 250px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
}

@media only screen and (min-width: 992px) and (max-width: 1023px)
{
	/* Our Genius */
	.genius-gallery {
		width: 992px;
		display: block;
		margin: 0 auto;
	}
	
	.our-genius .genius.genius-left,
	.our-genius .genius.genius-right {
		width: 25.38%;
	} 
	
	.our-genius .genius {
		width: 27.97%;
		float: left;
	}
	
	.our-genius .genius-center {
		width: 61.2%;		
	}
	
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right, 
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		height: 250px;			
	}	
		
	.our-genius .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .genius-center img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;			
	}
}

/* ## 1024 to 1200 ## */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.service-box-inner .content-box  {
		width: 300px;
	}
}

/* ## 768 to 991 ## */
@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.service-box-inner .content-box > p {
		min-width: 388px;
	}
	
	body { overflow-x: hidden; }
	
	/* ## Global ## */ 
	.slider-section .slide-sub-title,
	.goto-next,
	.service-bg,
	.line,
	.car,
	.our-genius .style2,
	.project-section .col-md-6 p {
		display: none;
	}
	
	/* ## Slider Section ## */
	.slider-section .slide-title,
	[class*="video-section-"] .slide-title {
		width: 381px;
		height: 381px;
		padding: 35px 0;
	}

	.slider-section .slide-title span.inner-circle,
	[class*="video-section-"] .slide-title span.inner-circle {
		width: 305px;
		height: 305px;
	}
	
	.slider-section .slide-title span.inner-circle span:first-child,
	[class*="video-section-"] .slide-title span.inner-circle span:first-child {
		padding-top: 71px;
	}

	.slider-section .slide-title span.inner-circle span:last-child,
	[class*="video-section-"] .slide-title span.inner-circle span:last-child {
		padding-bottom: 71px;
	}
	
	.slider-section .slide-title span.inner-circle span:nth-child(1),
	[class*="video-section-"] .slide-title span.inner-circle span:nth-child(1) {
		font-size: 52.58px;
	}

	.slider-section .slide-title span.inner-circle span:nth-child(2),
	[class*="video-section-"] .slide-title span.inner-circle span:nth-child(2) {
		font-size: 48.01px;
	}
	
	.slider-section .slide-title span.inner-circle span:nth-child(3),
	[class*="video-section-"] .slide-title span.inner-circle span:nth-child(3) {
		font-size: 45.72px;
	}
	
	.slider-section .slide-sub-title 
	[class*="video-section-"] .slide-sub-title {
		display: none
	}
	
	/* ## Services Section ## */ 
	.service-section {
		padding: 100px 0;
	}
	
	.service-bg {
		display: none;
	}
	
	.service-box-inner{
		margin: 0 18%;
	}
	
	.service-box-inner .col-md-4 {
		float: left !important;
		text-align: right;
	}
	
	.service-section .container-fluid > .col-md-6:nth-child(4){
		margin: 0;
	}
	
	.service-section .container-fluid > .col-md-6 {
		margin-bottom: 43px;
	}
	
	.service-box-inner .content-box {
		text-align: left;
	}
	
	.service-section .container-fluid > .col-md-6:nth-child(4) .service-box-inner,
	.service-section .col-md-6:nth-child(4) {
		right: 0;
	}
	
	.service-section .container-fluid > .col-md-6:nth-child(5) .service-box-inner,
	.service-section .col-md-6:nth-child(5) {
		left: 0;
	}
	
	.service-section .container-fluid .col-md-6:nth-child(even) .service-box-inner {
		float: left !important;
	}
	
	.service-section .container-fluid .service-box-inner > .col-md-4.pull-right {
		text-align: right;
	}
	
	.services-popup .col-md-6 {
		min-height: 170px;
	}
	.services-popup .service-box-inner {
		margin: 0;
	}
	
	/* ## Features Section ## */
	.features-section:before {
		width: 100%;
		border-right: 260px solid transparent;
	}
	
	.feature-box {
		transform: skew(-15deg);
		-webkit-transform: skew(-15deg);
		-moz-transform: skew(-15deg);
		-o-transform: skew(-15deg);
	}
	
	.feature-box-inner,
	.feature-box-inner h3, 
	.feature-box-inner p,
	.feature-box-inner .icon-feature	{
		transform: skew(7.5deg);
		-webkit-transform: skew(7.5deg);
		-moz-transform: skew(7.5deg);
		-o-transform: skew(7.5deg);
	}
	
	.feature-box-inner {
		margin-left: 50px;
	}
	
	.services-popup .feature-box-inner {
		margin-left: 0;
	}
	
	.services-popup .feature-box-inner,
	.services-popup .feature-box-inner h3, 
	.services-popup .feature-box-inner p,
	.services-popup .feature-box-inner .icon-feature	{
		transform: skew(0deg);
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
	
	.line {
		display: none;
	}
	
	.features-section h2,
	.why-choose h2 {
		font-size: 42px;
	} 
	
	/* Our Work */
	.portfolio-image-block img {
		width: 100%;
	}
	
	/*  ## Why Choose Section ## */
	.why-choose-box {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		float: right;
	}
	
	.why-choose:before {
		width: 100%;
	}
	
	.why-choose h2  {
		text-align:center;
	}
	
	.services-popup .why-choose-box {
		padding-left: 15px;
		float: left;
	}
	
	/* ## How We Work ## */
	.how-we-work ul {
		text-align: center;
		padding: 0 19px;
	}
	
	.how-we-work-categories li:first-child {
		margin-left: 0;
	}
	
	.how-we-work-categories li:last-child {
		margin-right: 0;
	}
	
	.how-we-work ul li {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.how-we-work ul li:before {
		width: 44px;
	}
	
	.section-header {
		padding: 70px 0 82px 0;
	}
	
	.how-we-work {
		overflow: hidden;
	}
	
	.slope1,
	.slope2,
	.slope3 {
		background-size: cover;
	}
	
	.slope-right {		
		border: none;
		background-color: rgba(231, 76, 68, 0.9);
		bottom: 0;
		content: "";
		height: 50%;
		position: absolute;
		right: 0;
		top: auto;
		width: 100%;
	}
	
	.slope-left {
		background-color: rgba(231, 76, 68, 0.9);
		border: none;
		bottom: 0;
		content: "";
		height: 50%;
		left: 0;
		position: absolute;
		top: auto;
		width: 100%;
	}
	
	.slope1.slope-first {
		z-index: 1;
	}
	
	.slope1.slope-first .slope-right {
		transform: rotate(-4deg);
		-webkit-transform: rotate(-4deg);
		-moz-transform: rotate(-4deg);
		-o-transform: rotate(-4deg);
	}
	
	.slope-right .shape-content, 
	.slope-left .shape-content {
		width: 65%;
	}
	
	.slope1.slope-first .slope-right .shape-content {
		transform: rotate(4deg);
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
	}
	
	.slope1.slope-first .slope-right .shape-content {
		margin: 6% auto 0;
	}
	
	.slope2 .slope-left .shape-content {
		margin: 7% auto 0;
	}
	
	.slope1.slope-first .slope-right {
		bottom: 0px;
	}
	
	.slope1  {
		margin-top: -125px;
		z-index: 2;
	}
	
	.slope1 .slope-right,
	.slope1  {
		transform: rotate(4deg);
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
		z-index: 3;
	}
	
	.slope1 .slope-right {
		bottom: -60px;
	}
	
	.slope1 .slope-right .shape-content {
		margin: 10% auto;
		transform: rotate(-7deg);
		-webkit-transform: rotate(-7deg);
		-moz-transform: rotate(-7deg);
		-o-transform: rotate(-7deg);
	}
	
	.slope2 {
		margin-top: -135px;		
	}
	
	.slope2 .shape-content {
		left: 0;
	}
	
	.slope3 {
		position: relative;
	}
	
	.slope3  .slope-center{
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		border-top: 0px solid rgba(231, 76, 68, 0.9);
		border-bottom: 400px solid rgba(231, 76, 68, 0.9);
		bottom: 0;
		left: 0;
		margin: 0 auto;
		position: relative;
		right: 0;
		top: 0;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		width: 100%;	
		position: absolute;
	}
	
	.slope3 .shape-content {
		color: #fff;
		left: 0;
		margin: 0 auto;	
		right: 0;
		text-align: left;
		top: auto;
		transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		width: 65%;
		bottom: 10%;
		max-height: 200px;
		overflow: hidden;
	}
	
	.slop-last .slope-left {
		transform: rotate(-4deg);
		-webkit-transform: rotate(-4deg);
		-moz-transform: rotate(-4deg);
		-o-transform: rotate(-4deg);
		bottom: -40px;
	}
	
	.slop-last .slope-left .shape-content {
		transform: rotate(4deg);
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
	}
	
	.slope3.slop-last {
		margin-top: -145px;
	}
	
	.shape-content h3 {
		font-size: 30px;
		margin-bottom: 20px;
		margin-top: 0;
	}

	.shape-content p {
		font-size: 15px;
		line-height: 25px;
	}	
	
	/* ## Application Section ## */
	.application-section .app-content-box {
		padding: 0 100px;
	}
	
	/* ## Our Genius Section ## */
	.genius-center,
	.member-info,
	.genius-gallery .genius-left svg,
	.genius-gallery .genius-right svg,
	.genius-gallery .genius svg {
		display: none !important
	}
	
	.genius-gallery .genius-left,
	.genius-gallery .genius-right,
	.genius-gallery .genius {
		width: 50% !important;
		clip-path: none;
		-webkit-clip-path: none;
		margin: 0;
	}
	
	.genius-gallery  .genius img,
	.our-genius .genius-left img,
	.our-genius .genius-right img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100%;
		height: 360px;
	}
	
	.statistics-section .col-md-3 {
		margin-bottom: 60px;
	}
	
	/* ## Blog Section ## */
	.entry-cover {
		margin: 0 auto;
	}
	
	#blogposts .blog-section .post:nth-child(3){
		display: none;
	}
	
	/* ## Client Section ## */
	.client-hover {
		left: 15%;
		right: 15%;
	}
	
	.client-hover h2 {
		font-size: 36px;
		line-height: 45px;
	}
	
	.client-hover {
		top: 30%;
	}
	
	.client-style3 .client-hover {
		top: 50%;
	}
	
	/* Client Section */
	.client-style1 {
		background-image: url("../images/client/client-big-1-tablet.jpg");		
	}
	
	.client-style2 {
		background-image: url("../images/client/client-2-tablet.jpg");
	}
	
	.client-style3 {
		background-image: url("../images/client/client-big-3-tablet.jpg");
	}
	
	.client-style1.client-active,
	.client-style1:hover,
	.client-style2.client-active,
	.client-style2:hover,
	.client-style3.client-active,
	.client-style3:hover {
		height: 745px;
		background-size: 100% 100%;
	}
	
	/* ## Social Section ## */
	.social-main a {
		font-size: 24px;
		line-height: 96px;
	}
	
	/* ## Map Section ## */
	.map-section iframe {
		height: 500px;
	}
	
	/* ## Project Section ## */
	.start-project h1 {
		text-align: right;
	}
	
	/* ## Blog Page ## */
	/*.entry-cover {
		width: 80%;
	}*/
	
	.post-date {
		letter-spacing: 1.5px;
	}
	
	.single-blog .entry-cover img {
		width: 100%;
		height: auto !important;
	}
	
	.modal.in .modal-dialog {
		transform: translate(0px, 25%);
		-webkit-transform: translate(0px, 25%);
		-moz-transform: translate(0px, 25%);
		-o-transform: translate(0px, 25%);
		-ms-transform: translate(0px, 25%);
	}
	
	.entry-date {
		display: inline-block;
		max-width: 100%;
		padding: 0 15px;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.entry-date .date,
	.entry-date .icon,
	.entry-date .date h2 {
		display: inline-block;
	}
	
	.entry-date .date h4 {
		display: inline;
	}
	
	.entry-date .date {
		height: auto;
		padding: 7px 10px;
	}
	
	.entry-date .date h2 {
		border-bottom: none;
		border-right: 1px solid #fff;
		margin-bottom: 0;
		padding-right: 10px;
		margin-right: 10px;
		line-height: 35px;
	}
	
	.entry-date .icon i {
		display: inline;
		padding: 13px;
		position: relative;
		top: -1px;
	}
	
	.service-box-inner .content-box > p {
		max-height: 95px;
	}
	
	.more-services .service-box-inner .content-box > p,
	.more-features .feature-box-inner .feature-content-box p {
		max-height: 120px;
	}
	
	.more-features .feature-box-inner .feature-content-box p {
		height: 110px;
	}
	
	.service-box-inner .content-box > p a,
	.more .feature-box-inner .feature-content-box p a {
		display: inline-block;
	}
	
	.more .why-choose-box p {
		height: 75px;
	}
	
	.content-box.pull-right .mfp-content {
		text-align: left;
	}
}

/* ## 319 to 767 ## */
@media only screen and (min-width: 319px) and (max-width: 767px)
{
	/* ## Global ## */ 
	.slider-section .slide-sub-title,
	.goto-next,
	.mobile-iphone,
	.service-bg,
	.line,
	.car,
	.our-genius .style2,
	.blog-section .post > .entry-date,
	.project-section .col-md-6 p,
	.genius-center,
	.our-genius .genius svg {
		display: none;
	}
	
	.service-section .col-md-6:nth-child(2n) > .service-box-inner,
	.service-section .col-md-6,
	.service-box-inner,
	.features-section h2,
	.why-choose h2,
	.how-we-work-categories li,
	.service-section .container-fluid > .col-md-6:nth-child(2n) > .service-box-inner, 
	.service-section .container-fluid .service-box-inner > .col-md-4,
	.service-section .container-fluid .service-box-inner > .col-md-4.pull-right	{
		text-align: center;
	}
	
	.service-section .container-fluid > .col-md-6:nth-child(4) .service-box-inner {
		right: 0;
	}
	
	.service-section .container-fluid > .col-md-6:nth-child(5) .service-box-inner {
		left: 0;
	}
	
	.service-section .container-fluid > .col-md-6:nth-child(4) {
		margin: 0;
	}
	
	.services-popup .icon-srv.pull-right {
		float: none !important;
	}
	
	.service-box-inner .content-box > p {
		max-height: 120px;
	}
	
	.content-box.pull-right .mfp-content,
	.content-box a.mfp-content {
		text-align: center;
	}

	.service-box-inner .content-box {
		display: inline-block;
		width: 100%;
	}
	
	.service-section .container-fluid > .col-md-6:nth-child(5) {
		margin: 0;	
	}
	
	/* ## Features Section ## */
	.features-section,
	.why-choose	{	
		background-size: auto 100%;
		height: auto;
	}
	
	.features-section:before {
		background-color: rgba(231,76,60,0.90);
		border: none;
		width: 100%;
	}
	
	.feature-box,
	.feature-box-inner,
	.feature-box-inner h3, 
	.feature-box-inner p,
	.feature-box-inner .icon-feature	{
		transform: skew(0deg);
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
	
	.features-section .container .col-md-7 .feature-box > .feature-box-inner {
		margin-left: 0;
		text-align: left;
	}
	
	.feature-box-inner .col-md-4
	{
		float: left !important;
		margin-right: 5px;
	}
	
	.feature-box-inner h3 {
		margin-top: 0;
	}
	
	.feature-box-inner .col-md-8 {
		margin: 10px 0;
	}
	
	.icon-feature.pull-right {
		float: left !important;
	}
	
	.services-popup .feature-box-inner h3 {
		margin-top: 15px;
	}
	
	.feature-content-box p a.mfp-content {
		display: inline-block;
	}
	
	.feature-box-inner p {
		max-height: 112px;
		height: auto;
	}
	
	.more .feature-box-inner p {
		max-height: 180px;
	}
	
	/* ## Why Choose ## */
	.why-choose:before {
		position: absolute;
		background-color: rgba(231,76,60,0.90);
		border: none;
		width: 100%;
	}
	
	.section-header h2, .features-section h2, .why-choose h2{
		font-size: 36px;
	}
	
	.why-choose-box .block-title,
	.why-choose-box p,
	.why-choose-inner,
	.why-choose h2	{
		transform: skew(0deg);
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
	
	.why-choose h2,
	.why-choose-box {
		margin-left: 0;
	}
	
	.why-choose .col-md-6 {
		float: none !important;
	}
	
	.why-choose-inner .why-choose-box:first-child { 
		margin-top: 50px;
	}
	
	.why-choose-inner .why-choose-box {
		margin-top: 25px;
	}
	
	.why-choose-box .block-title {
		margin-bottom: 5px;
	}
	
	.why-choose-box p {
		max-height: 80px;
		height: auto;
	}
	
	/* ## How We Work ## */
	.how-we-work ul {
		text-align: center;
		padding: 0;
	}
	
	.how-we-work-categories li:first-child {
		margin-left: 0;
	}
	
	.how-we-work-categories li:last-child {
		margin-right: 0;
	}
	
	.how-we-work ul li {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.how-we-work ul li:before {
		width: 44px;
	}	
	
	.section-header {
		padding: 70px 0 82px 0;
	}
	
	.slope1,
	.slope2,
	.slope3 {
		background-size: cover;
	}
	
	.slope-right {		
		border: none;
		background-color: rgba(231, 76, 68, 0.9);
		bottom: 0;
		content: "";
		height: 50%;
		position: absolute;
		right: 0;
		top: auto;
		width: 100%;
	}
	
	.slope-left {
		background-color: rgba(231, 76, 68, 0.9);
		border: none;
		bottom: 0;
		content: "";
		height: 50%;
		left: 0;
		position: absolute;
		top: auto;
		width: 100%;
	}
	
	.slope1.slope-first {
		z-index: 1;
	}
	
	.slope1.slope-first .slope-right {
		transform: rotate(-4deg);
		-webkit-transform: rotate(-4deg);
		-moz-transform: rotate(-4deg);
		-o-transform: rotate(-4deg);
	}
	
	.slope-right .shape-content, 
	.slope-left .shape-content {
		width: 65%;
	}
		
	.slope1.slope-first .slope-right .shape-content {
		transform: rotate(4deg);
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
	}
	
	.slope1.slope-first .slope-right .shape-content {
		margin: 6% auto 0;
	}
	
	.slope2 .slope-left .shape-content {
		margin: 10% auto 0;
	}
	
	.slope1.slope-first .slope-right {
		bottom: 0px;
	}
	
	.slope1  {
		margin-top: -125px;
		z-index: 2;
	}
	
	.slope1 .slope-right,
	.slope1  {
		transform: rotate(4deg);
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
		z-index: 3;
	}
	
	.slope1 .slope-right {
		bottom: -60px;
	}
	
	.slope1 .slope-right .shape-content {
		margin: 10% auto;
		transform: rotate(-7deg);
		-webkit-transform: rotate(-7deg);
		-moz-transform: rotate(-7deg);
		-o-transform: rotate(-7deg);
	}
	
	.slope2 {
		margin-top: -135px;		
	}
	
	.slope2 .shape-content {
		left: 0;
	}
	
	.slope3 {
		position: relative;
	}
	
	.slope3  .slope-center{
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		border-top: 0px solid rgba(231, 76, 68, 0.9);
		border-bottom: 400px solid rgba(231, 76, 68, 0.9);
		bottom: 0;
		left: 0;
		margin: 0 auto;
		position: relative;
		right: 0;
		top: 0;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		width: 100%;	
		position: absolute;
	}
	
	.slope3 .shape-content {
		color: #fff;
		left: -60px;
		margin: 0 auto;
		position: absolute;
		right: 0;
		text-align: left;
		top: auto;
		transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		width: 65%;
		bottom: 14%;
		max-height: 200px;
		overflow: hidden;
	}
	
	.slop-last .slope-left {
		transform: rotate(-4deg);
		-webkit-transform: rotate(-4deg);
		-moz-transform: rotate(-4deg);
		-o-transform: rotate(-4deg);
		bottom: -40px;
	}
	
	.slop-last .slope-left .shape-content {
		transform: rotate(4deg);
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
	}
	
	.slope3.slop-last {
		margin-top: -145px;
	}
	
	.shape-content h3 {
		font-size: 30px;
		margin-bottom: 20px;
		margin-top: 0;
	}

	.shape-content p {
		font-size: 15px;
		line-height: 25px;
	}
	
	/* ## Our Genius Section ## */
	.our-genius .genius,
	.our-genius .genius-left,
	.our-genius .genius-right {
		clip-path: none;
		-webkit-clip-path: none;
		margin: 0;
		float: none;
		margin: 0 auto;
	}
	
	.our-genius .genius,
	.our-genius .genius img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 480px !important;
		height: 400px;
	}
	
	.member-info {
		display: none !important;
	}
	
	/* ### Blog Page ### */
	.blog-inner{
		margin: 0 auto;
		display: block;
	}
	
	/* .blog-section .post, .post {
		width: 300px;
		margin: 0 auto 25px;
		display: block;
	} */
	
	.post-date .entry-date {
		max-width: 90px;
	}
	
	.entry-cover {
		padding: 0;
	}
	
	.entry-date {
		display: none;
	}
	
	.by-admin,
	.single-social {
		text-align: center;
	}
	
	.comment-form .col-md-6, 
	.comment-form .col-md-12 {
		padding: 0 15px;
	}
	
	#blogposts .blog-section .post:first-child {
		display: block;
	}
	
	.post-date .entry-date {
		display: inline-block;
	}
	
	/* Client Section */
	.client-style1 {
		background-image: url("../images/client/client-big-1-mobile.jpg");	
	}
	
	.client-style2 {
		background-image: url("../images/client/client-2-mobile.jpg");
		background-size: 100% 100%;
	}
	
	.client-style3 {
		background-image: url("../images/client/client-big-3-mobile.jpg");
	}
	
	.client-hover {
		left: 5%;
		right: 5%;
		top: 18%;
	}
	
	.client-style3 .client-hover {
		top: 33%;
	}
	
	.client-style1.client-active,
	.client-style1:hover,
	.client-style2.client-active,
	.client-style2:hover,
	.client-style3.client-active,
	.client-style3:hover {
		height: 483px;
		background-size: 100% 100%;
	}
	
	/* footer Section */ 
	.footer-item {
		margin: 20px 0;
		display: inline-block;
	}
	
	.popup-form .wpcf7-form p {
		width: 100%;
	}
}

/* ## 481 to 767 ## */
@media only screen and (min-width: 481px) and (max-width: 767px)
{	
	/* Services Section */ 
	.service-section {
		padding: 100px 0;
	}	
	.service-box-inner {
		margin: 0 0 40px 0;
	}
	.service-box-inner .col-md-4 {
		float: none !important;
	}
	.service-section .col-md-6:last-child > .service-box-inner {
		margin-bottom: 0;
	}
	.service-section .col-md-6:nth-child(4) {
		right: 0;
	}
	.service-section .col-md-6:nth-child(5) {
		left: 0;
	}
	.service-section .col-md-6:nth-child(2n) > .service-box-inner {
		text-align: center;
		margin: 0 auto 40px;
		float: none;
		width: 100%;
	}
	
	/* Our Work Section */
	.no-space.portfolio-list li {
		width: 100%;
	}
	.portfolio-image-block {
		width: 480px;
		height: 400px;
		margin: 0 auto;
	}
	
	/* ## Social Section ## */
	.social-main a {
		font-size: 22px;
		line-height: 80px;
	}
	
	/* ## Our Genius Section ## */
	.our-genius .genius img
	.our-genius .row1 .genius:nth-child(3n+1) img {
		margin: 0 auto;
		width: 480px;
		height: 400px;
		display: block;
		float: none;
	}
	
	.genius-gallery img{
		width: 480px;
		height: 400px;
	}
	
	.statistics-section .col-md-3 {
		margin-bottom: 60px;
	}
	
	/* How We Work */
	.how-we-work ul li a i {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	
	.how-we-work ul li:before {
		left: 70px;
		top: 28%;
	}
	
	.start-project h1,
	.send-msg h1 {
		font-size: 33px;
		text-align: right;
	}
	
	.send-msg h1 { 
		text-align: left;
	} 
	
	.start-project a {
		margin-left: 10px;
		margin-right: 30px;
	}
	
	.start-project a, .send-msg a {
		font-size: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 319px) and (max-width: 540px) {
	.services-popup .feature-box-inner  {
		width: 100%;
	} 
}

/* ## 319 to 480 ## */
@media only screen and (min-width: 319px) and (max-width: 480px)
{
	/* ## Global ## */ 	
	.service-section .col-md-6:nth-child(4),
	.service-section .col-md-6:nth-child(5) {
		margin: 0;
	}
	.service-section .col-md-6:nth-child(4) {
		right: 0;
	}
	.service-section .col-md-6:nth-child(5) {
		left: 0;
	}
	
	/* ## Slider Section ## */
	.slider-section .slide-title,
	[class*="video-section-"] .slide-title {
		width: 306px;
		height: 306px;
		padding: 27px 0;
	}

	.slider-section .slide-title span.inner-circle,
	[class*="video-section-"] .slide-title span.inner-circle {
		width: 246px;
		height: 246px;
	}
	
	.slider-section .slide-title span.inner-circle span:first-child,
	[class*="video-section-"] .slide-title span.inner-circle span:first-child {
		padding-top: 58px;
	}

	.slider-section .slide-title span.inner-circle span:last-child,
	[class*="video-section-"] .slide-title span.inner-circle span:last-child {
		padding-bottom: 58px;
	}
	
	.slider-section .slide-title span.inner-circle span:nth-child(1),
	[class*="video-section-"] .slide-title span.inner-circle span:nth-child(1) {
		font-size: 42px;
	}

	.slider-section .slide-title span.inner-circle span:nth-child(2),
	[class*="video-section-"] .slide-title span.inner-circle span:nth-child(2) {
		font-size: 38px;
	}
	
	.slider-section .slide-title span.inner-circle span:nth-child(3),
	[class*="video-section-"] .slide-title span.inner-circle span:nth-child(3) {
		font-size: 36px;
	}
	
	/* Services Section */ 
	.service-section {
		padding: 100px 0;
	}	
	.service-box-inner {
		margin: 0 0 40px 0;
	}
	.service-box-inner .col-md-4 {
		float: none !important;
	}
	.service-section .col-md-6:last-child > .service-box-inner {
		margin-bottom: 0;
	}
	
	/* ## Features Section ## */
	.features-section:before {
		background-color: rgba(231,76,60,0.90);
		border: none;
		width: 100%;
	}	
	.feature-box,
	.feature-box-inner,
	.feature-box-inner h3, 
	.feature-box-inner p,
	.feature-box-inner .icon-feature	{
		transform: skew(0deg);
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
	.feature-box-inner {
		margin-left: 0;
		text-align: left;
	}
	.feature-box-inner .col-md-4
	{
		float: left !important;
		margin-right: 5px;
	}
	.feature-box-inner h3 {
		margin-top: 0;
	}
	
	/* ## Portfolio Section ## */
	.cd-gallery .portfolio-list li {
		width: 100%;
	}
	/* ## How We Work ## */
	body { overflow-x: hidden; }
	
	.how-we-work {
		overflow: hidden;
	}
	
	.how-we-work ul li:before{
		top: 30%;
		left: 70px;
	}
	.how-we-work ul li a i {
		width: 70px;
		height: 70px;
		line-height: 70px;		
	}
	
	/* ## Our Genius Section ## */
	.our-genius .genius,
	.our-genius .genius img,
	.our-genius .row1 .genius:nth-child(3n+1) img	{
		width: 100% !important;
		height: 300px;
	}
	
	.statistics-section .col-md-3 {
		margin-bottom: 60px;
	}
	
	/* ## Blog Section ## */	
	.blog-section .post:first-child{
		display: block;
	}
	.entry-cover {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.entry-cover {
		width: 100%;
	}
	/* ## Client Section ## */
	.client-hover h2 {
		font-size: 24px;
		line-height: 35px;
	}
	
	/* ## Social Section ## */
	.social-main a {
		font-size: 19.2px;
		line-height: 60px;
	}
	
	/* ## Map Section ## */
	.map-section iframe {
		height: 300px;
	}
	
	/* ## Project Section ## */
	.project-section {
		padding: 63px 0;
	}
	.project-section:before {
		border-bottom: 0 solid #e74c3c; 
		border-top: 550px solid #e74c3c; 
		border-left: 0 solid transparent; 
		border-right: 120px solid transparent; 
		width: 60%;
	}
	
	.why-choose h2 {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	
	.start-project {
		padding-right: 30px;
	}
	
	.send-msg {
		padding-left: 40px;
		margin-left: 0px;
	}
	
	.start-project h1,
	.send-msg h1 {
		font-size: 33px;
		text-align: right;
	}
	
	.send-msg h1 { 
		text-align: left;
	}
	
	.start-project a, 
	.send-msg a {
		font-size: 16px;
		padding: 25px 30px;
		margin-left: -15px;
	}
	
	.start-project a{
		margin-right: 0;
	}
	
	.send-msg a {
		margin-right: 0;
	}
	
	/* ## Footer Section ## */
	.footer-section {
		height: auto;
		padding-top: 28px;
	}
	
	.footer-section a.back-top {
		display: none !important;
	}
	
	.footer-item {
		margin: 0px 0 28px 40px;
	}
	
	.back-top {
		line-height: 105px;
		position: relative;
		right: 0;
		top: 28%;
		float: none;
	} 
}

/* ## 319 to 479 ## */
@media only screen and (min-width: 319px) and (max-width: 479px)
{
	.portfolio-gallery {
		float: none;
	}
	
	.portfolio-list li {
		display: block;
	}
	
	.how-we-work ul li {
		margin-bottom: 20px;
		text-align: center;
		display: block;
		margin: 0 0 20px 0;
	}
	
	.how-we-work ul li a i {
		margin: 0 auto 20px;
	}
	
	.how-we-work ul li:before {
		display: none;
	}
	
	.shape-content h3 {
		font-size: 24px;
	}
	
	.shape-content p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.clean-code-box {
		bottom: 18%;
	}
	
	.app-content-box h2 {
		font-size: 36px;
	}
	
	.start-project h1, 
	.send-msg h1 {
		font-size: 18px;
	}
	
	.send-msg {
		padding-right: 0;
	}
	
	.start-project a, .send-msg a {
		padding: 25px 20px;
	}
}

/* ## 319 ## */
@media (max-width: 319px){
	.service-bg {
		display: none;
	}
	
	.service-box-inner .content-box,
	.service-section .container-fluid .service-box-inner > .col-md-4,
	.service-section .container-fluid .service-box-inner > .col-md-4.pull-right {
		text-align: center;
	}
	
	.service-section .col-md-6:nth-child(4),
	.service-section .col-md-6:nth-child(5) {
		margin: 0;
	}
	.service-section .container-fluid > .col-md-6:nth-child(4) .service-box-inner,
	.service-section .col-md-6:nth-child(4) {
		right: 0;
	}
	.service-section .container-fluid > .col-md-6:nth-child(5) .service-box-inner,
	.service-section .col-md-6:nth-child(5) {
		left: 0;
	}
	
	.service-section {
		padding: 100px 0;
	}
	
	.service-box-inner {
		margin: 0 0 40px 0;
	}
	
	.service-section .container-fluid .col-md-6:nth-child(2n) .service-box-inner,
	.service-box-inner .col-md-4 {
		float: none !important;
	}
	
	.service-section .col-md-6:last-child > .service-box-inner {
		margin-bottom: 0;
	}
	
	/* ## Features Section ## */
	.features-section:before {
		background-color: rgba(231,76,60,0.90);
		border: none;
		width: 100%;
	}	
	.feature-box,
	.feature-box-inner,
	.feature-box-inner h3, 
	.feature-box-inner p,
	.feature-box-inner .icon-feature	{
		transform: skew(0deg);
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
	.feature-box-inner {
		margin-left: 0;
		text-align: left;
	}
	.feature-box-inner .col-md-4
	{
		float: left !important;
		margin-right: 5px;
	}
	.feature-box-inner h3 {
		margin-top: 0;
	}
	
	.features-section .container .col-md-7 .feature-box > .feature-box-inner {
		margin-left: 0;
	}
	
	.cd-tab-filter li {
		display: block;
	}
	
	.cd-gallery li {
		min-height: 1px;
	}

	.portfolio-image-block:hover .portfolio-block-hover,
	.how-we-work ul li::before,
	.entry-date	{
		display: none;
	}
	
	/* ## Why Choose ## */
	.why-choose:before {
		position: absolute;
		background-color: rgba(231,76,60,0.90);
		border: none;
		width: 100%;
	}
	
	.section-header h2, .features-section h2, .why-choose h2{
		font-size: 36px;
	}
	
	.why-choose-box .block-title,
	.why-choose-box p,
	.why-choose-inner,
	.why-choose h2	{
		transform: skew(0deg);
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
	
	.why-choose h2,
	.why-choose-box {
		margin-left: 0;
	}
	
	.why-choose .col-md-6 {
		float: none !important;
	}
	
	.why-choose-inner .why-choose-box:first-child { 
		margin-top: 50px;
	}
	
	.why-choose-inner .why-choose-box {
		margin-top: 25px;
	}
	
	.why-choose-box .block-title {
		margin-bottom: 5px;
	}
	/* ## How We Work ## */
	.how-we-work ul {
		text-align: center;
		padding: 0;
	}
	
	.how-we-work-categories li:first-child {
		margin-left: 0;
	}
	
	.how-we-work-categories li:last-child {
		margin-right: 0;
	}
	
	.how-we-work ul li {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.how-we-work ul li:before {
		width: 44px;
	}
}

/* ## 991 ## */
@media (max-width: 991px)
{
	/* Header Section */
	.header-section {
		min-height: 90px;
		height: auto;
	}
	
	/* Logo Block */
	.logo-block {
		padding-left: 15px;
		position: absolute;
		z-index: 99;
	}
	
	/* Navigation Menu */
	.navbar-header { float: none; }
	.navbar-toggle { 
		display: block; 
		border: none; 
		right: 0; 
		margin-right: 0; 
		padding: 0;
	}
	
	.navbar-toggle .icon-bar {
		width: 40px;
		height:5px;
	}
	
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 10px;
	}
	
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	
	.navbar-toggle .icon-bar { background-color: #fff; }
	.navbar-nav.navbar-right:last-child { margin: 0; }
	.navbar-collapse.in { overflow-y: auto !important; }
	.navbar-collapse { 
		padding: 0; 
		background-color: none; 
		border-top: 1px solid transparent; 
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);		
	}
	
	.navbar-collapse.collapse { display: none !important; }
	.collapse.in{ display:block !important; }
	.navbar-nav { width: 100%; margin: 0; }
	.navbar-nav > li { min-height: 0; float: none; display: inline-block; width: 100%; }
	
	.menu-block {
		padding: 15px;
	}
	
	.menu-block .navbar-nav > li > a {
		line-height: 15px;
		width: 100%;
		display: inline-block;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	
	.mobile-iphone {
		display: none;
	}
	
	.text-logo {
		text-align: left;
	}
	
	.dropdown-menu {
		position: relative;
		width: 100%;
		margin-top: 0;
	}
	
	.menu-block .nav  li > ul li ul {
		left: 20px;
		top: 0;
	}
	
	.menu-block .nav  li > ul li ul li ul li ul li ul {
		right: auto;
		left: 20px;
	}
	
	.slides-navigation a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	
	.slider-content,
	#style1-hover,
	#style3-hover,
	#style4-hover,
	#style5-hover,
	#style6-hover,
	#style7-hover,
	.genius-gallery .row1 div:first-child:before	{
		display: none !important;	
	}	
		
	.menu-block .nav li:hover > .dropdown-menu {
		display: none;
	}
	
	.responsive-caret {
		border-left: 1px solid #fff;
		display: block;
		height: 25px;
		line-height: 25px;
		position: absolute;
		right: 8px;
		text-align: center;
		top: 5px;
		width: 25px;
		z-index: 99;
		cursor: pointer;
		color: #fff;
	}
	
	.menu-block .nav li a {
		position: relative;
	}
	
	.menu-block .nav li a span.caret,
	.menu-block .nav li span.responsive-caret,
	.menu-block .nav li.dropdown .dropdown-menu li span	{
		display: none;
	}
		
	.menu-block .nav li.dropdown span {
		display: block;
	}
}

.shape-content p a.mfp-content {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

[id*="shape_content-"].small-dialog {
    max-width: 500px;
    line-height: 27px;
}

.page_spacing {
	padding-top: 100px;
	padding-bottom: 100px;
	display: inline-block;
	width: 100%;
}

.no_lrspacing {
	padding-left: 0;
	padding-right: 0;
}

.wishlist-title h2 {
	margin-top: 0;
}

.post-type-archive-product .page-title {
	display: none;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}