\@charset "utf-8";

/* CSS Document */

/*@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700|Trirong:600,700');
*/

@font-face {font-family: "Aktiv Grotesk W06 Light";
  src: url("./fonts/0a2637106588e71433ed60ca3118b98f.eot"); /* IE9*/
  src: url("./fonts/0a2637106588e71433ed60ca3118b98f.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("./fonts/0a2637106588e71433ed60ca3118b98f.woff2") format("woff2"), /* chromeÃ£â‚¬Âfirefox */
  url("./fonts/0a2637106588e71433ed60ca3118b98f.woff") format("woff"), /* chromeÃ£â‚¬Âfirefox */
  url("./fonts/0a2637106588e71433ed60ca3118b98f.ttf") format("truetype"), /* chromeÃ£â‚¬ÂfirefoxÃ£â‚¬ÂoperaÃ£â‚¬ÂSafari, Android, iOS 4.2+*/
  url("./fonts/0a2637106588e71433ed60ca3118b98f.svg#Aktiv Grotesk W06 Light") format("svg"); /* iOS 4.1- */
}

* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	font-family:"Aktiv Grotesk W06 Light" !important;
	font-size: 12px;
	color: #333;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(51, 51, 51, 0.2);
	zoom: 96%;
}

header, menu, nav, main, section, article, aside, figure, figcaption, footer, form,
meter, progress, span {
	display: block;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Aktiv Grotesk W06 Light" !important;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
}

p.big {
	font-size: 16px;
	color: #333;
	line-height: 25px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

.nav_slider {
	width: 280px;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 5000;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}

.nav_slider ul {
	padding: 0px 0px;
	margin: 80px 0px 0px 25px;
}

.nav_slider ul li {
	display: block;
	color: #bbb;
	font-size: 14px;
	text-transform: uppercase;
	padding: 3px 0px;
}

.nav_slider ul li a {
	color: #bbb;
	text-transform: uppercase; 
}

.nav_slider ul li a:hover {
	color: #e5342d;
}

.nav_slider ul li ul {
	margin: 0px 0px 10px 25px;
}

.nav_slider ul li ul li {
	font-size: 13px;
	text-transform: lowercase;
	padding: 2px 0px;
	position: relative;
}

.nav_slider ul li ul li:before {
	position: absolute;
	content: "»";
	left: -15px;
	font-size: 16px;
	top: -2px;
}

.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 4500;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	cursor: pointer;
}

.nav_slider ul li.active>a {
	color: #e5342d;
}


/*************************************reset ends ****************************************/

.fixed_viewport {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: relative;
}

header {
	width: 100%;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	z-index: 1000;
}

header.fixed-header {
	width: 100%;
	height: 65px;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	z-index: 1000;
}

.logo {
	width: 180px;
	height: 65px;
	margin: 0px auto;
	padding: 10px 0px 10px 35px;
	float: left;
}

.logo a {
	margin-left: 35px;
}

nav {
	float: right;
	margin: 0px 20px 0px 0px;
}

nav ul {
	padding: 0px 0px;
	margin: 0px 0px;
}

nav ul li {
	float: left;
	margin: 0px 0px;
	color: #555;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	font-weight: 600;
}

nav ul li a {
	text-decoration: none;
	color: #555;
	display: block;
	padding: 45px 20px;
}

.arrow:after {
	content: "";
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #555;
	top: 51px;
	right: 2px;
}

header.fixed-header .logo {
	width: 130px;
	height: auto;
}

header.fixed-header nav>ul>li>a {
	padding: 20px 20px;
}

header.fixed-header .arrow:after {
	top: 28px;
}

header.fixed-header nav>ul>li>ul {
	top: 100px;
}

header.fixed-header nav ul li:hover ul {
	top: 65px;
}

.menu_icon {
	width: 40px;
	height: 40px;
	margin: 33px 0px;
	position: absolute;
	right: 25px;
	top: 0;
	background-image: url(../images/menu_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

nav ul li a:hover {
	color: #e5342d;
}

.menu_icon.close_icon {
	background-image: url(../images/close_icon.png);
	left: 75px;
	
}


/*.icon:after{ content:""; position:absolute; border-left:6px solid transparent; border-right:6px solid transparent;
	border-top:6px solid  #FF0000; top:22px; right:-15px;}*/

nav ul li ul {
	visibility: hidden;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 150px;
	padding: 15px 15px;
	left: 0px;
	border-top: 3px solid #e5342d;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	width: 220px;
	right: 0;
}

nav ul li ul li {
	display: block;
	float: none;
	padding: 5px 0px;
	margin: 0px 0px;
	font-size: 14px;
	text-transform: capitalize;
}

nav ul li ul li a {
	padding: 0px 0px;
	font-weight: 600;
}

nav ul li ul li:after {
	display: none;
}

nav ul li:hover ul {
	visibility: visible!important;
	top: 100px;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}

nav ul li ul li.active>a {
	color: #e5342d;
}


/*.social_bar{ height:75px; position:absolute; right:25px; top:0;}
.social_bar ul{ padding:0px 0px; margin:0px 0px;}
.social_bar ul li{ display:block; float:left; padding:0px 0px; margin:20px 2px; border:1px solid rgba(255,255,255,0.6);
	width:30px; height:30px;
}
.fb{ width:24px; height:24px; background-image:url(../images/fb_icon.png); background-repeat:no-repeat;
	background-position:center;
}
.fb.twitt{background-image:url(../images/twit_icon.png);}
.fb.linked{background-image:url(../images/linkedin_icon.png);}
.fb.google{background-image:url(../images/gplus_icon.png);}*/

.wlcome_wrap {
	width: 60%;
	margin: 0px auto 0px auto;
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
}

.welcm_hdng {
	text-align: center;
	font-weight: 400;
	color: #333;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px;
}

.big_font {
	font-size: 40px;
	color: #333333;
	font-weight: 200;
	text-transform: uppercase;
}

.main_desc {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-align: center;
	padding: 5px 15px;
	line-height: 25px;
}

.fnt_highlight {
	display: inline;
	color: #158725;
	font-size: 16px;
	font-weight: 600;
}

.read_mre_btn {
	width: 200px;
	height: 50px;
	background-color: #000;
	border-radius: 30px;
	margin: 20px auto 0px auto;
	position: relative;
	cursor: pointer;
}

.read_mre_btn:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 5px;
	box-shadow: 0px 10px 5px #000;
	top: 38px;
	left: 0;
	right: 0;
	margin: 0px auto;
}

.transp_bg {
	width: 0px;
	height: 50px;
	position: absolute;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	right: 0;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	z-index: 5;
	border-radius: 30px;
}

.read_mre_btn:hover .transp_bg {
	width: 100%;
	height: 50px;
	background-color: #0c5115;
	left: 0;
}

.rd_mre {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 15px;
}

.abtr_wrapper {
	width: 75%;
	margin: 0px auto;
	position: absolute;
	bottom: 0;
	z-index: 1200;
	height: 250px;
	left: 0;
	right: 0;
}

.abtr_wrapper ul {
	padding: 0px 0px;
	margin: 0px 0px;
}

.abtr_wrapper ul li {
	padding: 0px 0px;
	margin: 0 1% 0 0;
	display: block;
	float: left;
	width: 32%;
	height: 280px;
	background-color: rgba(0, 0, 0, 0.8);
}

.abtr_wrapper ul li h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #1b4300;
	text-align: center;
	font-weight: 900;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	-webkit-text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	-moz-text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	-ms-text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	-o-text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin: 50px 0px 0px 0px;
}

.abtr_wrapper ul li p {
	font-size: 16px;
	color: rgba(130, 190, 89, 0.5);
	text-align: center;
	padding: 25px 25px;
}


/*************************************fixed viewport ends ****************************************/

.contant_wrapper {
	width: 100%;
	background-color: #fff;
	padding: 0 0px 50px;
}

.inner_contant {
	width: 90%;
	margin: 0px auto;
}

.left_contant {
	width: 40%;
	float: left;
	padding: 80px 0px 0px 0px;
}

.left_contant h1 {
	font-size: 30px;
	color: #333;
	font-weight: 400;
	font-family:"Aktiv Grotesk W06 Light" !important;
	line-height: 35px;
	position: relative;
	padding: 0px 0px 0px 20px;
}

.left_desc {
	font-size: 20px;
	color: #333;
	line-height: 35px;
	padding: 25px 25px 0px 0px;
	font-weight: 400;
}

.left_contant h1:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 65px;
	background-color: #e5342d;
	left: 0;
}

.hdng_hgihlight {
	text-transform: uppercase;
	color: #000;
	font-size: 40px;
}

.red {
	display: inline;
	color: #e5342d;
}

.rd_mre_btn {
	font-size: 16px;
	color: #333;
	border: 1px solid #e5342d;
	width: 130px;
	padding: 8px 0px;
	margin: 30px 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	cursor: pointer;
}

.rd_mre_btn a {
	text-decoration: none;
	color: #333;
	padding: 8px 0px;
	display: block;
}

.rd_mre_btn:hover {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.right_contant {
	width: 50%;
	float: right;
}

.video {
	width: 600px;
	height: 370px;
	margin: 0px auto;
	position: relative;
	/*background-image:url(../images/laptop-theatre-slideshow1.png);
        background-clip: content-box; background-position:center; background-size:100% auto; background-repeat:no-repeat;*/
}

.play_video {
	position: absolute;
	left: 18%;
	right: 0;
	top: 12%;
	margin: 0px auto;
	height: inherit;
	display: none;
}

.right_contant h3 {
	text-align: center;
	color: #000;
	padding: 0px 0px 25px 0px;
	font-weight: 400;
	text-transform: uppercase;
}

.play_icon {
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../images/start_icon.png) no-repeat center;
	top: 40%;
	margin: 0px auto;
	left: 45%;
	cursor: pointer;
}

.play_icon.close {
	background: url(../images/pause.png);
	right: 0;
	left: 0;
	top: 85%;
	display: none;
	width: 30px;
	height: 30px;
}


/***************second section css ***************************/

.second_wrapper {
	width: 100%;
	padding: 50px 0px;
	background-color: #3498db;
}

.second_wrap_hdng {
	font-size: 30px;
	font-weight: 600;
	color: #bfe5ff;
	text-align: center;
	padding: 65px 0px 25px 0px;
	text-transform: uppercase;
	position: relative;
	background-image: url(../images/story_icon.png);
	background-repeat: no-repeat;
	background-position: top;
}

.second_wrap_hdng:after {
	content: "............";
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0px auto;
	font-size: 20px;
}

.second_wrap_hdng.sub {
	font-size: 20px;
	padding: 0px 0px;
	color: #bfe5ff;
	font-weight: 600;
	background: none;
}

.second_wrap_hdng.sub:after {
	display: none;
}

.second_det {
	font-size: 16px;
	color: #c5e8ff;
	text-align: center;
	width: 65%;
	margin: 0px auto;
	line-height: 25px;
	padding: 20px 0px;
	font-weight: 400;
}

.rd_mre_btn.second {
	margin: 0px auto;
	color: #bfe5ff;
	border-color: #bfe5ff;
	display: block;
	padding: 0px 0px;
}

.highlight_two {
	display: inline;
	font-weight: 600;
	color: #ecf7ff;
	font-size: 20px;
}


/***************third section css ***************************/

.third_section {
	width: 100%;
	padding: 100px 0px 50px 0px;
	background-color: #cee9fb;
}

.inner_thrd_section {
	width: 70%;
	margin: 0px auto;
}

.inner_thrd_section ul {
	padding: 0px 0px;
	margin: 0px 0px;
}

.inner_thrd_section ul li {
	display: block;
	float: left;
	padding: 0px 0px;
	margin: 0 0 0 3%;
	width: 30%;
	height: 120px;
	position: relative;
}

.inner_thrd_section ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 30px;
	color: #e5342d;
	background-image: url("../images/red-arrow.png");
	font-size: 15px;
	width: 30px;
	height: 16px;
	background-repeat: no-repeat;
}

.inner_thrd_section ul li:nth-child(3):after {
	display: none;
}

.plan_hdng {
	font-size: 15px;
	color: #333;
	background-image: url(../images/plan.png);
	background-repeat: no-repeat;
	background-position: left;
}

.plan_hdng.design {
	background-image: url(../images/design.png);
}

.plan_hdng.develop {
	background-image: url(../images/development.png);
}

.plan_hdng.spn {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	background: none;
	padding: 18px 0px 18px 70px;
}

.plan_hdng.spn1 {
	background: none;
	padding-left: 70px;
	font-size: 12px;
	position: absolute;
	top: 45px;
	color: #666;
	font-weight: 400;
}


/***************fourth section css ***************************/

.fourth_sec {
	width: 100%;
	padding: 50px 0px;
	background-color: #2c3e50;
	float: left;
}

.second_wrap_hdng.recent {
	color: #b5bcc3;
	background: none;
	padding: 5px 0px;
	background-image: url(../images/project_icon1.png);
	background-repeat: no-repeat;
	width: 300px;
	margin: 0px auto;
	text-align: left;
	font-size: 24px;
	padding-left: 45px;
	letter-spacing: 1px;
}

.second_wrap_hdng.recent:after {
	content: "";
	position: absolute;
	width: 250px;
	height: 1px;
	bottom: -5px;
	background-color: rgba(181, 188, 195, 0.3);
	left: 0px;
}

.fourth_sec ul {
	padding: 0px 0px;
	margin: 35px auto;
	width: 90%;
}

.fourth_sec ul li {
	display: block;
	float: left;
	width: 18%;
	height: 300px;
	background-color: #576878;
	margin: 0 0 0 2%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.list_bg.dsg {
	background-image: url(../images/recent-project/pic-1.jpg);
}

.list_bg {
	width: 100%;
	height: 160px;
	background-image: url(../images/recent-project/pic-2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	ms-transition: 0.3s ease;
}

.list_bg.blk8 {
	background-image: url(../images/recent-project/pic-3.jpg);
}

.list_bg.apt {
	background-image: url(../images/recent-project/pic-4.jpg)
}

.list_bg.hot {
	background-image: url(../images/recent-project/pic-5.jpg);
}

.list_bg_date:after {
	position: absolute;
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #213344;
	top: -10px;
	z-index: 5;
	margin: 0px auto;
	text-align: center;
	left: 45%;
}

.fourth_sec ul li:hover .list_bg {
	transform: scale(1.2, 1.2);
	background-size: 100% 100%;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}

.list_bg_date {
	position: absolute;
	bottom: 0;
	background-color: #213344;
	width: 100%;
	height: 150px;
}

.list_hdng {
	position: absolute;
	font-size: 18px;
	color: #5d7286;
	text-align: center;
	top: 150px;
	padding: 25px 5px;
	line-height: 20px;
	left: 0;
	right: 0;
	font-weight: 600;
}

.list_cont {
	position: absolute;
	font-size: 13px;
	color: #9eafc0;
	text-align: center;
	bottom: 0;
	padding: 25px 15px;
	line-height: 20px;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}

.rd_mre_btn.list {
	position: absolute;
	bottom: -150px;
	margin: 30px auto;
	float: none;
	width: 100px;
	right: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 200;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	ms-transition: 0.3s ease;
}

.fourth_sec ul li:hover .rd_mre_btn.list {
	opacity: 1;
	bottom: -10px;
	border-color: #88a0b7;
	text-align: center;
}

.fourth_sec ul li:hover .list_cont {
	opacity: 0;
	bottom: -150px;
}


/***************footer section css ***************************/

footer {
	width: 100%;
	padding: 50px 0px;
	background-color: #15212d;
}

.inner_foot {
	width: 90%;
	margin: 0px auto;
}

.inner_foot ul {
	padding: 0px 0px;
	margin: 0px 0px;
}

.inner_foot ul li {
	padding: 0px 0px;
	margin: 0 0 0 3%;
	float: left;
	width: 30%;
	border-right: 1px solid #039ed5;
}

.inner_foot ul li:nth-child(2) {
	padding-bottom: 7px;
}

.inner_foot ul li:nth-child(3) {
	border-right: 1px solid transparent;
}

.inner_foot_list {
	font-size: 14px;
	color: #88a0b7;
	padding: 25px 0px 25px 0px;
}

.copy {
	font-size: 14px;
	color: #88a0b7;
	position: relative;
	padding: 0px 0px 0px 20px;
}

.copy:before {
	content: "©";
	position: absolute;
	color: #88a0b7;
	font-size: 20px;
	left: 0;
	top: 2px;
}

.inner_foot_list.list2 {
	font-size: 14px;
	padding: 3px 0px 3px 35px;
	background-image: url(../images/fax.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 0px 50px;
}

.inner_foot_list.list2.telephone {
	background-image: url(../images/telephone.png);
}

.inner_foot_list.list2.email {
	background-image: url(../images/email.png);
}

.inner_foot_list.list2.email a {
	text-decoration: none;
	color: #88a0b7;
}

.inner_foot_list.list2.email a:hover {
	color: #f52a3b;
}

.flw_hdng {
	text-align: left;
	color: #88a0b7;
	padding: 15px 0px 10px 10px;
	font-size: 18px;
	letter-spacing: 1px;
}

.scl_wrap {
	width: 250px;
	margin: 0px auto;
}

.fb {
	float: left;
	display: inline;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #283a4c;
	cursor: pointer;
	margin: 0 0 0 5px;
	background-image: url(../images/fb_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	ms-transition: 0.3s ease;
}

.fb.insta {
	background-image: url(../images/insta_icon.png);
}

.fb.twit {
	background-image: url(../images/twit_icon.png);
}

.fb.lik {
	background-image: url(../images/linkedin_icon.png);
}

.fb.gl {
	background-image: url(../images/gplus_icon.png);
}

.design_club {
	width: 100%;
	background-color: #131f2b;
	padding: 10px 0px;
	text-align: right;
	color: #88a0b7;
}

.design_club a {
	color: #88a0b7;
	padding: 0px 100px 0px 0px;
}

.design_club a:hover {
	color: #FF0000;
	padding: 0px 100px 0px 0px;
}

.fb:hover {
	background-color: #3c599b;
}

.fb.insta:hover {
	background-color: #2C6A93;
}

.fb.twit:hover {
	background-color: #29aae3;
}

.fb.lik:hover {
	background-color: #06659b;
}

.fb.gl:hover {
	background-color: #dd503e;
}


/*********************************about us css ****************************************/

header.abt_header {
	background-color: #fff;
}

.sub_page_title {
    width: 100%;
    height: 100px;
    background-image: url(../images/page_title_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgba(240, 240, 240, 0.6);
}
.page_title_sub {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 50px 0px;
    color: #e5332d;
    word-spacing: 10px;
}
.page_title_sub.sub2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	width: 300px;
	margin: 0px auto;
}

.page_title_sub.sub2:after {
	position: absolute;
	content: ".....";
	bottom: 5px;
	width: 50px;
	margin: 0px auto;
	left: 0;
	right: 0;
}

.page_sub_desc {
	margin: 0px auto;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 0px 50px 25px 50px;
	color: #555;
}

.abt_wrapper {
	width: 100%;
	background-color: #fff;
	padding: 75px 0px 0px 0px;
}

.inner_abt.full {
	width: 90%;
	margin: 0px auto;
}

.inner_abt {
	width: 70%;
	margin: 0px auto;
}


/*.inner_abt ul{ padding:0px 0px; margin:25px 0px 0px 25px;}*/


/*.inner_abt ul li{ margin:0 0 0 2%; padding:0 0 0 0; display:block; float:left; width:30%;
	height:200px; background-color:#084973;
}*/

.inner_abt ul li.list_sec {
	background-color: #0081bb;
}

.safe_hdng {
	font-size: 25px;
	text-align: center;
	background-image: url(../images/safe_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
	color: #fff;
}

.safe_hdng.secure {
	background-image: url(../images/secure_icon.png);
}

.safe_hdng.comfort {
	background-image: url(../images/comfort_icon.png);
}

.videoblock {
	background-color: #CCCCCC;
	top: 33px;
	left: 78px;
	right: 78px;
	position: absolute;
	width: 74%;
	height: 75%;
	display: none;
}


/*********************thumbs wrapper css ******************/

.thumbs_wrapper {
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 5px 0px;
	background-color: #000;
	clear: both;
}

.thumbs_wrapper ul {
	padding: 0px 0px;
	margin: 0px 0px;
}

.thumbs_wrapper ul li {
	padding: 0px 0px;
	margin: 0px 0px;
	display: block;
	float: left;
	width: 20%;
	height: 180px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.bg1 {
	background-image: url(../images/abt_bg1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 5px solid #000;
	width: 100%;
	height: 180px;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

.bg1.bg2 {
	background-image: url(../images/abt_bg2.jpg);
}

.bg1.bg3 {
	background-image: url(../images/abt_bg3.jpg);
}

.bg1.bg4 {
	background-image: url(../images/abt_bg4.jpg);
}

.bg1.bg5 {
	background-image: url(../images/abt_bg5.jpg);
}

.bg1.bg6 {
	background-image: url(../images/abt_bg6.jpg);
}

.bg1.bg7 {
	background-image: url(../images/abt_bg7.jpg);
}

.bg1.bg8 {
	background-image: url(../images/abt_bg8.jpg);
}

.bg1.bg9 {
	background-image: url(../images/abt_bg9.jpg);
}

.bg1.bg10 {
	background-image: url(../images/abt_bg10.jpg);
}

.thumbs_wrapper ul li:hover .bg1 {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
}


/*********projects_wrapper css *************/

.projects_wrapper {
	width: 100%;
	background-color: #fff;
	padding: 75px 0px 0px 0px;
}

.inner_abt.pro {
	width: 70%;
	margin: 0px auto;
}

.gallery_wrap {
	width: 100%;
	margin: 0px auto;
	background-image: url(../images/backg_texture.png);
	background-repeat: repeat;
	padding: 40px 0px;
	border-top: 1px solid #ddd;
}

.inner_gal {
	width: 90%;
	margin: 0px auto;
}

.gallery_wrap ul {
	padding: 0px 0px;
	margin: 0px 0px;
}

.gallery_wrap ul li {
	padding: 0px 0px;
	margin: 0px 0px;
	display: block;
	float: left;
	width: 18%;
	background-color: #f0f0f0;
	margin: 1% 1%;
	height: 114px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 2px #333;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 2px #333;
	-moz-box-shadow: 0px 0px 2px #333;
	-ms-box-shadow: 0px 0px 2px #333;
	-o-box-shadow: 0px 0px 2px #333;
}

.gal_bg {
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 114px;
}

.mask {
	width: 1%;
	height: 1%;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	display: block;
	margin: 0px auto;
}

.gallery_wrap ul li:hover .mask {
	opacity: 0.6;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.6;
	-ms-opacity: 0.6;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.magnifier {
	width: 30px;
	height: 30px;
	background: url(../images/magnifying.png) no-repeat center;
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	display: block;
	margin: 0px auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.gallery_wrap ul li:hover .magnifier {
	opacity: 0.6;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.6;
	-ms-opacity: 0.6;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.inside_title {
	text-align: center;
	padding-bottom: 25px;
	position: relative;
}

.inside_title:after {
	position: absolute;
	content: "";
	width: 70%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fcfcfb;
	margin: 0px auto;
	bottom: 10px;
}

.inside_title:before {
	position: absolute;
	content: "";
	width: 70%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fcfcfb;
	margin: 0px auto;
	bottom: 15px;
}

.gabs_wrapper {
	width: 100%;
	margin: 0px auto;
	background-image: url(../images/backg_texture.png);
	background-repeat: repeat;
	padding: 40px 0px;
	border-top: 1px solid #ddd;
}

.inner_gabs {
	width: 90%;
	margin: 0px auto;
}

.inner_gabs ul {
	padding: 0px 0px;
	margin: 0px 0px;
}

.inner_gabs ul li {
	padding: 0px 0px;
	margin: 0px 0px;
	display: block;
	float: left;
	width: 23%;
	height: 260px;
	position: relative;
	margin: 1% 1%;
	background-color: #333;
}

.inner_bg {
	width: 100%;
	position: absolute;
	z-index: 10;
	border: 3px solid #fff;
	height: 260px;
}

.inner_title {
	text-align: center;
	position: absolute;
	bottom: 18px;
	color: #fff;
	z-index: 16px;
	left: 0;
	right: 0;
	font-size: 15px;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.inner_title_hide {
	text-align: center;
	position: absolute;
	bottom: 15px;
	color: #059ed6;
	z-index: 16px;
	left: 50px;
	right: 0;
	font-size: 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.inner_gabs ul li:hover .inner_title {
	left: 100px;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
}

.inner_gabs ul li:hover .inner_title_hide {
	left: 0px;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	visibility: visible;
}

.back_to_page_btn {
	padding: 10px 0px;
	margin: 30px auto 20px auto;
	background-color: #333;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	cursor: pointer;
}

.back_to_page_btn:hover {
	background-color: #059ed6;
}


/*************contact us ****************/

.cnt_wrap {
	width: 100%;
	margin: 0px auto;
	background-image: url(../images/backg_texture.png);
	background-repeat: repeat;
	padding: 0px 0px;
	border-top: 1px solid #ddd;
}

.contact {
	width: 100%;
	margin: 0px auto;
}

.adress_wrap, .adress_wrap-2 {
	width: 90%;
	margin: 0px auto 25px auto;
}

.frm_wrapper h4 {
	font-size: 25px;
	position: relative;
	padding: 0px 0px 25px 0px;
}

.container--tabs {
  margin: 2rem;
}
.container--tabs .nav-tabs {
    float: left;
    width: 86.6%;
    margin-left: 6.8%;
    list-style-type: none;
    border-bottom: 2px solid #a1b3c4;
}
.container--tabs .nav-tabs > li {
  float: left;
  margin-bottom: -3px;
}
.container--tabs .nav-tabs > li > a {
  float: left;
  margin-right: 5px;
  line-height: 1.42857143;
  padding: 10px 20px;
/*  border: 2px solid #a1b3c4;*/
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #a1b3c4;
}

.container--tabs .nav-tabs > li > a:hover {
    border: 2px solid #A1B3C4;
    background: #E4312C;
    color: #fff;
}
.container--tabs .nav-tabs > li.active > a,
/*.container--tabs .nav-tabs > li > a:hover,*/
.container--tabs .nav-tabs > li.active > a:hover,
.container--tabs .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #009fd6;
  border: 2px solid #a1b3c4;
  border-bottom-color: #a1b3c4;
}


.container--tabs .tab-content {
  float: left;
  width: 100%;
}
.container--tabs .tab-content > .tab-pane {
  display: none;
}
.container--tabs .tab-content > .tab-pane.active {
  display: block;
  padding: 2.0%;
  background-color: #efefef;
}
.container--tabs .tab-content > .active {
  display: block;
}



.adress_wrap ul {
	padding: 0px 0px;
	margin:0px -15px 30px;
}

.adress_wrap ul li {
	padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 20%;
    float: left;
}
.qc_address-box {
    width: 100%;
    display: block;
    border: 2px solid #a1b3c4;
    padding: 5px 10px;
    min-height: 130px;
    background: transparent;
}
.qc_address-box:hover{
border: 2px solid #009fd6;
background: #009fd6;
}
.qc_address-box:hover .qc_icon-text{
	color: #fff;
}

.qc_address-box:hover .qc_icon-img {
   background: #fff;
   
}

.qc_icon-img{
	background: transparent;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin:0 auto 15px; 
    padding: 5px;
    text-align: center;
}
.qc_icon-text{
	display: block;
/*	font-size: 14px;*/
	text-align: center;
	color: #333;
}

.phone {
	background-image: url(../images/telephone.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	padding: 0px 25px;
}

.phone.map-icon {
	background-image: url(../images/map-icon.png);
}

.phone.letter-icon {
	background-image: url(../images/letter-icon.png);
}

.phone.fax {
	background-image: url(../images/fax.png);
}

.phone.fax.email {
	background-image: url(../images/email.png);
}

.phone.fax.email a {
	text-decoration: none;
	color: #333;
}

.phone.fax.email a:hover {
	color: #e7312b;
}

.google_map {
	width: 49%;
	float: right;
	margin: 25px 0px 0px 0px;
}
.google_map  .adress_wrap{
	margin: 60px 0px 0px 0px;
}

#map_canvas {
	width: 100%;
	height: 465px;
}

.form_details {
	width: 49%;
	float: left;
	margin: 0;
	padding: 15px 0px;
}

.frm_wrapper {
	width: 80%;
	margin: 0px auto;
}

.frm_wrapper input[type="name"],
input[type="email"],
input[type="mobile"] {
	width: 100%;
	padding: 15px 12px;
	background-color: #fff;
	border-bottom: 2px solid transparent;
	font-family:"Aktiv Grotesk W06 Light" !important;
	color: #333;
	margin: 0px 0px 15px 0px;
	font-size: 13px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-left: none;
	border-right: none;
	border-top: none;
	font-weight: 600;
}

.frm_wrapper textarea {
	width: 100%;
	height: 100px;
	border-bottom: 2px solid transparent;
	font-family:"Aktiv Grotesk W06 Light" !important;
	color: #333;
	margin: 0px 0px 15px 0px;
	padding: 15px 12px;
	font-size: 13px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-left: none;
	border-right: none;
	border-top: none;
	font-weight: 600;
}

.frm_wrapper label[for="name"],
label[for="mobile"],
label[for="email"],
label[for="message"] {
	color: #444;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    font-family:"Aktiv Grotesk W06 Light" !important;
}

.frm_wrapper button[type="submit"],
button[type="reset"] {
	width: 100px;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #333;
	float: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border: none;
	margin: 20px 20px 0px 0px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	resize: none;
	-webkit-resize: none;
	-moz-resize: none;
	-ms-resize: none;
	-o-resize: none;
	cursor: pointer;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	 font-family:"Aktiv Grotesk W06 Light" !important;
	 text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.frm_wrapper button[type="submit"]:hover,
button[type="reset"]:hover {
	background-color: #039ed5;
}

.frm_wrapper input[type="name"]:focus,
input[type="mobile"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-bottom-color: #2196f3;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	box-shadow: 0px 0px 25px #4848488a;
	-webkit-box-shadow: 0 5px 9px 0px #3d3e3e5e;
	-moz-box-shadow: 0px 0px 25px #009bd5;
	-ms-box-shadow: 0px 0px 25px #009bd5;
	-o-box-shadow: 0px 0px 25px #009bd5;
}

.para {
	text-align: center;
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
}

.mrg {
	margin: 0px auto!important;
	height: auto;
	width: 1186px;
}

.pad {
	width: 300px;
	margin: 0px auto;
	display: block;
}

.bx_extn {
	margin: 0px auto!important;
	width: 400px;
}

.lst_bg {
	width: 48%!important;
}

.bx_extn1 {
	margin: 0px auto!important;
	width: 280px;
}

.lst_bg1 {
	width: 90%!important;
}

.louie {
	width: 100%;
	margin-bottom: 20px;
}

.louie h3 {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px 0px 0px 0px;
	color: #e5332d;
}

.louie p {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

.louie-left {
	float: left;
	width: 46%;
}

.louie-right {
	float: right;
	width: 46%;
}

.clear {
	clear: both;
}

.vis {
	visibility: visible;
	opacity: 1;
	width: 240px;
}

.vis a {
	color: inherit;
}

.list {
	width: 235px;
	text-align: left;
	display: inline-block;
	margin: 5px 0;
}

.left {
	margin: 5px 15px 5px 65px;
}

.right {
	margin: 5px 65px 5px 15px;
}

.last {
	width: 505px;
}

#font-red {
	color: red;
	display: inline-block;
	margin: 13px 0px;
}

.extra {
	width: 400px!important;
	display: block!important;
	margin: 0px auto!important;
}

.back_to_page_btn a {
	color: #FFFFFF;
}

.back_to_page_btn a:hover {
	color: #FFFFFF;
}

.flleft {
	float: left;
}

.flright {
	float: right;
}

.flleft li,
.flright li {
	text-align: left;
	font-size: 16px;
	padding: 10px 0px;
}

.mainsec {
	overflow: hidden;
	margin: 0px auto 20px auto;
	width: 45%;
}

nav ul li ul li a span {
	font-weight: 600;
	font-size: 15px;
	cursor: text;
	color: #e5342d;
}

nav ul li a span:hover {
	color: #e5342d;
}

figure img {
	width: 100%;
}

.menu_icon:before {
	content: 'menu';
	position: absolute;
	right: 50px;
	text-transform: uppercase;
	top: 10px;
	font-weight: bold;
	color: rgba(229, 52, 45, 1);
	font-size: 15px;
}


/******************vertical tabs******************************/

.qc_vertical-tab {
	padding: 40px 0;
	width: 100%;
	float: left;
}

.qc_vertical-tab .tabs {
	float: left;
	width: 17%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: transparent;
}

.qc_vertical-tab .tabs li {
	display: block;
	margin: 0;
	cursor: pointer;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	padding-left: 10px;
}
.qc_vertical-tab .tabs li.no-list{padding-left:0}


.qc_vertical-tab .tabs li:last-child {
	border-bottom: none;
}

.qc_vertical-tab .tabs li.current,
.qc_link-list li.current a {
	color: #e5332d;
}

.qc_vertical-tab .tabs li:before {
	position: absolute;
	content: "»";
	left: 10px;
	font-size: 16px;
	top: 4px;
}
.qc_vertical-tab .tabs li.no-list:before{display: none;}
.qc_vertical-tab-2 .tabs ul li a:hover {
  background: #eee;
  color: #333;
}


.qc_vertical-tab .tabs li:hover {
	background: #eee;
	color: #222;
}

.qc_vertical-tab .tab-content {
	display: none;
	float: left;
	padding: 0px 10px 20px 35px;
	width: calc(83% - 15px);
	border-left: none;
	border-left: 1px solid #eeeeee;
	margin-left: 15px;
}

.qc_vertical-tab .tab-content h4,
.qc_vertical-tab-2 h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.qc_vertical-tab h5 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #e5332d;
}

.qc_vertical-tab .tab-content p {
	margin-bottom: 0px;
}
.qc_vertical-tab .tab-content p img {
	margin-top: 4px;
    float: left;
    margin-right: 10px;
}


.qc_team {
	color: #009fd5;
}

.qc_vertical-tab .tab-content.current {
	display: block;
}

.qc_country {
	font-weight: 600;
    color: #009fd5;
    font-size: 16px;
}

.qc_link-list li a {
	cursor: pointer;
	font-size: 14px;
	color: #333;
	background: transparent;
	padding: 5px 5px 5px 15px;
	display: block;
	text-transform: capitalize;

}

.qc_dot-list-h {
	color: #009fd5;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.qc_dot-list {
	padding-left: 15px
}

.qc_dot-list li {
	list-style-type: disc;
	font-size: 13px;
    line-height: 22px;
}

.qc_col-6 {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.qc_col-12 {
	width: 100%;
	float: left;
}
.mt-30{
	margin-top: 30px;
}

blockquote {
	margin: 25px auto 0;
    padding: 0 1em;
    border-left: 5px solid #009FD6;
    width: 100%;
    float: left;
    background: #bf0202;
}

blockquote p {
	color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
}

blockquote footer {
	margin-top: .5em;
	padding: 0;
	color: #009fd5;
	font-size: 12pt;
	text-align: left;
	font-style: italic;
	background-color: transparent;
}

blockquote footer p {
	color: #555;
	font-size: 12px;
	line-height: 1.4;
	font-style: normal;
	font-weight: 400;
}

blockquote footer:before {
	content: 'Ã¢â‚¬â€ ';
}

.qc_banner {
	max-width: 100%;
	position: relative;
	height: 100vh;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.qc_banner-txt {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	text-align: center;
	height: 100%;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	margin-top: -75px;
}

.qc_home-slider .slick-prev {
	left: 25px;
}

.qc_home-slider .slick-next {
	right: 25px;
}

.qc_home-slider .slick-prev,
.qc_home-slider .slick-next {
	width: 45px;
	height: 45px;
}

.qc_home-slider .slick-prev:before,
.qc_home-slider .slick-next:before {
	font-size: 40px;
	color: #fff;
}

.qc_home-slider .slick-dots {
	bottom: 25px;
}

.qc_home-slider .slick-dots li.slick-active button:before {
	color: white;
}


/********************vertical tabs end*********************************************/


/*
 * [?] START Slider
 * *******************************************/

.slider:hover ._slider_next,
.slider:hover ._slider_prev {
	display: block;
}

._slider_next,
._slider_prev {
	position: absolute;
	top: 50%;
	z-index: 999;
	display: none;
	width: 50px;
	height: 50px;
	padding: 0 15px;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 2em;
	opacity: 0.8;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
}

._slider_next:hover,
._slider_prev:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

._slider_next {
	right: 50px;
}

._slider_prev {
	left: 50px;
}


/* *******************************************
 * END Slider
 * */

.primery-btn {
	width: 100px;
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #333;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border: none;
	margin: 20px 20px 0px 0px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	resize: none;
	-webkit-resize: none;
	-moz-resize: none;
	-ms-resize: none;
	-o-resize: none;
	cursor: pointer;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.primery-btn:hover {
	background-color: #039ed5;
}
.primery-white-btn {
    width: auto;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #009FD6;
    background-color: transparent;
    border: 2px solid #009FD5;
    border-radius: 25px;
    margin: 20px 20px 0px 0px;
    outline: none;
    cursor: pointer;
}
.primery-white-btn-2 {
	    width: auto;
    display: inline-block;
    padding: 5px 20px 11px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #c92c2c;
    background-color: transparent;
    border: 2px solid #c92c2c;
    border-radius: 25px;
    margin: 20px 20px 0px 0px;
    outline: none;
    cursor: pointer;
    line-height: 21px;
}

.primery-white-btn:hover,
.primery-white-btn-2:hover {
    background-color: #009FD6;
    border: 2px solid #009ED5;
    color: #fff;
}



.qc_right-link{
	width: 100%;
    float: left;
    text-align: left;
    color: #1b0e3c;
    font-size: 20px;
    margin: 30px 0;
    text-transform: capitalize;
    font-weight: 600;
}
.qc_right-txt{
	width: 100%;
    display: block;
    float: left;
}
.qc_center-mode {
	padding: 40px 0 0;
	width: 100%;
	float: left;
}

.qc_center-mode .img-box {
	padding: 0;
}

.qc_center-mode .img-box img {
	max-width: 100%;
}

.qc_center-mode article {
	float: left;
	margin: 20px 15px;
}

.qc_center-mode article:focus,
.qc_center-mode .img-box img,
.slick-slide:focus {
	outline: none;
	border: none;
}

.qc_center-mode .img-box {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 5px solid #fff;
	box-shadow: 0 0 5px #ddd;
}

.img-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	font-weight: bold;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.img-icon i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 20px;
	opacity: 0;
	color: #2c3e50;
	text-transform: uppercase;
}

.img-icon i:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 40%;
	text-align: center;
	margin: auto;
	width: 0%;
	height: 2px;
	background: #2c3e50;
	z-index: 9999;
}

.qc_center-mode .img-box img {
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.qc_center-mode .img-box:hover .img-icon {
	background: rgba(255, 255, 255, 0.3);
}

.img-icon:hover i {
	opacity: 1;
	top: 0;
}

.img-icon:hover i:after {
	width: 50%;
}

.qc_center-mode .img-box:hover img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

.qc_gallery {
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	-ms-flex-wrap: wrap;
	/* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
}


/* Create four equal columns that sits next to each other */

.qc_gallery-list {
	-ms-flex: 33.333%;
	/* IE10 */
	flex: 33.333%;
	max-width: 33.333%;
	padding: 0 4px;
}

.qc_gallery .content {
	margin-top: 8px;
	vertical-align: middle;
}

.qc_gallery img {
	width: 100%;
}

.qc_gallery .content-details img {
	width: 30px;
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
	.qc_gallery-list {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
	.qc_gallery-list {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

.qc_gallery .content {
	position: relative;
	width: 100%;
	max-width: 400px;
	overflow: hidden;
}

.qc_gallery .content-overlay {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	height: 99%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.qc_gallery .content:hover .content-overlay {
	opacity: 1;
}

.qc_gallery .content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.qc_gallery .content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}

.qc_gallery .content-details h3 {
	color: #fff;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 20px;
}

.qc_gallery .content-details p {
	color: #fff;
	font-size: 0.8em;
}

.fadeIn-bottom {
	top: 80%;
}



.qc_vertical-tab-2 .tabbed-content {
  max-width: 100%;
  padding: 1em 0 ;
  margin: 1em auto;
}

.qc_vertical-tab-2 .tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.qc_vertical-tab-2 .tabs ul li {
  background: transparent;
  width: 100%;
}
.qc_vertical-tab-2 .tabs ul li a {
  padding: 10px 1em;
      font-size: 16px;
    font-weight: 600;
  text-transform: capitalize;
  position: relative;
}
.qc_vertical-tab-2 .tabs ul li a:before {
	position: absolute;
	content: "»";
    left: 2px;
    font-size: 14px;
    top: 10px;
}
.qc_vertical-tab-2 .tabs ul li a:hover {
  background: #eee;
  color: #333;
}
.tabs ul li a.active {
  background: transparent;
  color: #e5332d;
}

.qc_vertical-tab-2 .item {
  margin-bottom: 2px;
}
.qc_vertical-tab-2.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: .5em;
  display: block;
}
.qc_vertical-tab-2 .tabbed-content .item.active::before {
  background: #333;
  color: #eee;
  padding: 10px 1em;
  width: 90%;
  
}
.qc_vertical-tab-2 .item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
  .qc_vertical-tab-2 .item.active .item-content {
    padding-top: 0;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.qc_vertical-tab-2 .tabbed-content .tabs {
  display: none;
}
.qc_vertical-tab-2 .tabbed-content .item {
  min-height: 2em;
}
.qc_vertical-tab-2 .tabbed-content .item::before {
  content: attr(data-title);
  background: #eee;
  color: #333;
  padding: 10px 1em;
  width: 90%;
      display: block;
    font-size: 16px;
    font-weight: 600;
}
.qc_vertical-tab-2 .tabbed-content .item .item-content {
  opacity: 0;
  display: none;
  height: 0;
}
.qc_vertical-tab-2 .tabbed-content .item.active .item-content {
  opacity: 1;
  display: inline-block;
  height: auto;
}

@media all and (min-width: 800px) {
  .qc_vertical-tab-2 .tabbed-content .tabs {
    display: block;
  }
  .qc_vertical-tab-2 .tabbed-content .tabs li {
    display: inline-block;
  }
  .qc_vertical-tab-2 .tabbed-content .tabs li a {
    display: block;
  }
  .qc_vertical-tab-2 .tabbed-content .item {
    min-height: 0;
  }
  .qc_vertical-tab-2 .tabbed-content .item::before {
    display: none;
  }
  .qc_vertical-tab-2 .tabbed-content.tabs-side .tabs {
    width: 17%;
    float: left;
  }
  .qc_vertical-tab-2 .tabbed-content.tabs-side .tabs li {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .qc_vertical-tab-2 .tabbed-content.tabs-side .tabs li:last-child {
  	 border-bottom: none;	
  }
  .qc_vertical-tab-2 .tabbed-content.tabs-side .item {
    margin-left: 20%;
    border-left: 1px solid #eee;
    padding-left: 15px;
  }
 
}

@media all and (max-width: 800px) {

 .qc_vertical-tab-2 #side_tab1 h4,
  .qc_vertical-tab-2 #side_tab2 h4,
  .qc_vertical-tab-2 #side_tab3 h4{
display: none;
  }
 
  }

.qc_horizantel-tab .tabbed-content {
  max-width: 100%;
  padding: 1em 0 ;
  margin: 1em auto;
}

.qc_horizantel-tab .tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.qc_horizantel-tab .tabs ul li {
  background: transparent;
}
.qc_horizantel-tab .tabs ul li a {
  padding: 10px 1em;
      font-size: 16px;
    font-weight: 600;
  text-transform: capitalize;
 
}

.qc_horizantel-tab .tabs ul li a:hover {
  background: #eee;
  color: #333;
}
.tabs ul li a.active {
  background: transparent;
  color: #e5332d;
}

.qc_horizantel-tab .item {
  margin-bottom: 2px;
}
.qc_horizantel-tab.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: .5em;
  display: block;
}
.qc_horizantel-tab .tabbed-content .item.active::before {
  background: #333;
  color: #eee;
  padding: 10px 1em;
  width: 90%;
  
}
.qc_horizantel-tab .item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
  .qc_horizantel-tab .item.active .item-content {
    padding-top: 0;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.qc_horizantel-tab .tabbed-content .tabs {
  display: none;
}
.qc_horizantel-tab .tabbed-content .item {
  min-height: 2em;
}
.qc_horizantel-tab .tabbed-content .item::before {
  content: attr(data-title);
  background: #eee;
  color: #333;
  padding: 10px 1em;
  width: 90%;
      display: block;
    font-size: 16px;
    font-weight: 600;
}
.qc_horizantel-tab .tabbed-content .item .item-content {
  opacity: 0;
  display: none;
  height: 0;
}
.qc_horizantel-tab .tabbed-content .item.active .item-content {
  opacity: 1;
  display: inline-block;
  height: auto;
}

@media all and (min-width: 800px) {
  .qc_horizantel-tab .tabbed-content .tabs {
    display: block;
  }
  .qc_horizantel-tab .tabbed-content .tabs li {
    display: inline-block;
  }
  .qc_horizantel-tab .tabbed-content .tabs li a {
    display: block;
  }
  .qc_horizantel-tab .tabbed-content .item {
    min-height: 0;
  }
  .qc_horizantel-tab .tabbed-content .item::before {
    display: none;
  }
  .qc_horizantel-tab .tabbed-content.tabs-side .tabs {
   width: 100%;
   float: left;
  }
  .qc_horizantel-tab.qc_vertical-tab-2 .tabbed-content.tabs-side .tabs li {
    display: inline-block;
    border-bottom: 1px solid #eee;
  }
  .qc_horizantel-tab .tabbed-content.tabs-side .tabs li:last-child {
  	 border-bottom: none;	
  }
  .qc_horizantel-tab .tabbed-content.tabs-side .item {
    margin-left: 0;
    border-left: 1px solid #eee;
    padding-left: 15px;
  }
 
}

@media all and (max-width: 800px) {

 .qc_horizantel-tab #side_tab1 h4,
  .qc_horizantel-tab #side_tab2 h4,
  .qc_horizantel-tab #side_tab3 h4{
display: none;
  }
 
  }




.qc_team-penal{
	width: 100%;
	padding: 15px 0;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	display: table;
}
.qc_team-penal:last-child{
	border-bottom: none;
}
.qc_team-img{
	width: 20%;
	display: table-cell;
	vertical-align: middle;
}
.qc_team-img img{
	max-width: 100%;
	display: block;
	border: 3px solid #c3c3c3;
	box-shadow: 0 0 5px #ddd;
	width: 80%;
	border-radius: 0;
}

.qc_team-text{
	width: 80%;
	padding-left: 0;
	display: table-cell;
	vertical-align: middle;
}
.qc_team-text p, .qc_vertical-tab-2 p{
	text-align: justify;
}
 .qc_gallery .content.bord-1 {
    border: 2px solid #eee;
}

/*-----------------*/
/***** Winston *****/
/*-----------------*/


.page-wrapper {
  height: 100%;
  width: 95%;
  margin: 0 auto;
  padding-top: 60px;
}

.page-wrapper .page-inner {
  margin: 0 1%;
  width: 18%;
  float: left;
}

.el-wrapper {
  width: 100%;
  margin: 0  auto 15px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px 5px  0 0;
}

@media (max-width: 991px) {
  .el-wrapper {
    width: 345px;
  }
}

@media (max-width: 767px) {
  .el-wrapper {
    width: 290px;
    margin: 30px auto;
  }
}

.el-wrapper:hover .h-bg {
  left: 0px;
}


.el-wrapper:hover .add-to-cart {
  left: 50%;
}

.el-wrapper:hover .img {
  webkit-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='7', shadowopacity='0.0');
  opacity: 0.4;
}

.el-wrapper:hover .info-inner {
  bottom: 70px;
}

.el-wrapper .box-down {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 5px 10px;
  /* display: block; */
}

.el-wrapper .box-up {
  width: auto;
  height: auto;
  position: relative;
  text-align: center;
}

.el-wrapper .img {
  padding: 5px;
  -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  max-width: 100%;
  display: inline-block;
}

.h-bg {
  -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  width: 658px;
  height: 100%;
  background-color: #009dd6;
  position: absolute;
  left: -659px;
}

.h-bg .h-bg-inner {
  width: 50%;
  height: 100%;
  background-color: #464646;
}

.info-inner {
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
  -moz-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
  -o-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
  transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  position: absolute;
  width: 100%;
  bottom: -45px;
  z-index: 9;
  overflow: hidden;
}

.info-inner .p-name {
	display: block;
  font-size: 20px;
  color: #2c3e50;
  text-transform: capitalize;
  font-weight: 600;
}


.cart {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: 700;
}


.cart .add-to-cart {
  -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
  -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
  -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
  transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
  display: block;
  position: absolute;
  top: 50%;
  left: 110%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cart .add-to-cart .txt {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  white-space: nowrap;
}



.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

.small-centered .slider-single{
	max-width: 750px;
	margin: 0 auto;

}
.small-centered .slider-single img{
	max-width: 100%;
	margin: 0 auto;

}


.slider-single h3 {
	line-height: 10rem;
}

.slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.slider-nav h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider-nav .slick-slide { cursor: pointer; }

.slider-nav {
	margin-top: 30px;
}
.slider-nav img{
	max-width: 100%;
	display: block;
	padding: 5px 10px;
}
.section-padding{
	width: 80%;
    padding: 40px 0;
    display: block;
    margin: 0 auto;
}

.section-padding .slick-next {
 background: url('../img/right-arrow.png') no-repeat;
}
.section-padding .slick-prev {
 background: url('../img/left-arrow.png') no-repeat;
}

#swipebox-caption .counter{display: none;}
blockquote p img {display:none;}
blockquote p span{display:inline;font-size:50px;vertical-align: -11px;}
#swipebox-overlay{zoom:111%}