/* ==================Common CSS Start =====================*/
@font-face{
	font-family:'Glyphicons Halflings';
	src:url(/front/fonts/glyphicons-halflings-regular.eot);
	src:url(/front/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
	url(/front/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
	url(/fornt/fonts/glyphicons-halflings-regular.woff) format('woff'),
	url(/front/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
	url(/front/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
/* ==================Common CSS Start =====================*/
body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}

*{
	text-decoration: none; 
	
}
.btn {
	padding: 12px 35px;
	font-size: 13px;
	text-transform:  uppercase;
	max-width: 100%;
	width: auto;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 30px;
	white-space: unset;
}
.btn:hover, .btn:focus {
	color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
	color: #8852d2;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, :focus, .bootstrap-select .dropdown-toggle:focus {
	outline: 0;
	outline-offset: 0;
	outline: 0px auto -webkit-focus-ring-color!important;
}
.btn-white {
	background-color: #fff;
	color: #27282e;
	border-color: #fff;
}
.btn-white:hover, .btn-white:focus {
	color: #27282e;
}
.btn-purple {
	background-color: #654591;
	border-color: #654591;
}
.btn-green {
	background-color: #5ecab2;
	border-color: #5ecab2;
}
.btn-black {
	background-color: #313836;
	border-color: #313836;
}
.btn-grey {
	background-color: #545454;
	border-color: #545454;
}
.btn-blue {
	background-color: #13c1d4;
	border-color: #13c1d4;
}
.btn-grayish-violet {
	background-color: #545454;
	border-color: #545454;
}
.btn-purple-brd {
	background-color:  transparent;
	border-color: #654591;
	color:  #654591;
}
.plr0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
.mlr0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mr15 {
	margin-right: 15px !important;
}
.sub-title {
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 47px;
	color: #27282e;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	line-height: 66px;
	font-weight: 400;
	color: #fff;
}
.breadcrumb-sec h1 {
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	line-height: 66px;
	font-weight: 400;
	color: #fff;
}
/*=====================Common CSS End=====================*/

/*=====================Navigation Start=====================*/




/*Home page hamburg menu*/
.header {
	position: absolute;
	width: 100%;
	z-index: 9999;
	padding:50px 0;
	display:  flex;
	justify-content: space-between;
	align-items: center;
}

.navbar.home {
	display:  none;
}
.header .quick-enquiry {
	padding-left: 40px;
	position: relative;
	z-index: 99999;
	
}
.header .hamburg-menu {
	padding-right:  40px;
	position: relative;
	z-index: 99999;
	cursor:pointer;	
}

.header .quick-enquiry .quick-enquiry-btn{
	border-color: #654591;
	background-color:transparent;
	color:#654591;
	max-width: 100%;
} 

.header .hamburg-menu .close-header {
	display:  none;
}

.navbar.home.fadeIn {
	display:  block;
	/*background-color: rgba(255,255,255,0.10);*/
	background-color: rgba(0,0,0,0.4);
	transition: all .5s ease-out;
	min-height: 120px;
	top:0;
	border: 0;	
}

.navbar.home .navbar-nav>li>a {
 padding: 66px 0;
}


.navbar.home.navbar-default .navbar-form {
	top: 50px;	
}

/*Home page hamburg menu*/

.navbar-default .navbar-brand {
	color: initial;
}
.navbar-default {
	background-color:  transparent;
	position: absolute;
	margin-bottom: 0;
	min-height: 180px;
	border-color:  transparent;
	z-index: 9999;
	width: 100%;
}
.navbar-default.bg-overlay {
	background-color: rgba(255, 255, 255, 0.1);
}
.navbar-nav {
	width: 46%;
}
.navbar-nav>li {
	/* width: 25%; */
	text-align: right;
	padding:0 25px;
	display: inline-block;
	vertical-align: top;
	float: none;
}
.navbar-right {
	margin-right: 0;
}
.navbar-left {
	margin-left: 0;
	text-align: right;
	float: none !important;
	display: inline-block;
	vertical-align: top;
}
.navbar-nav>li>a {
	padding: 84px 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #8852d2;
}
.navbar-default .quick-enquiry {
	position: absolute;
	top:68px;
	left: 5%;
}
.navbar-default .quick-enquiry .btn {
	color: #8852d2;
	padding: 13px 35px;
	max-width: 100%;
}

#sidebar {display:  none;}


/*Sidebar Style start*/

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    z-index: 99999;
    background: #654591;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #000;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #654591;
    text-align: center;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 0px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 35px;
    display: block;
    color: #fff;
    text-transform: capitalize;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #654591;
}

#sidebar ul li.nav-header {
	background-color: #000;
}

#sidebar ul li a:focus {
	text-decoration:  none;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #654591;
}




a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}

/*Sidebar Style end*/

/*More dropdown start*/
ul.dropdown-menu.dropdown-menu-more {
	background-color: #202020; 
	border-color: #202020;
}
ul.dropdown-menu.dropdown-menu-more li a { 
	color: #868686;
	font-size: 14px;
	 font-weight: 400;
	 padding: 10px 20px;
}
ul.dropdown-menu.dropdown-menu-more li a:hover, ul.dropdown-menu.dropdown-menu-more li a:focus {
	background-color: #202020; 
	color: #868686;
}
/*More dropdown end*/

/*Quick enquiry hover form start*/
.quick-enquiry-btn {
	position: relative;
}
.quick-enquiry-form-menu {
	display:none;
	background-color: #202020;	
	width: 100%;
	position: absolute;
	min-width: 350px;
	top:152px;
	z-index: 9999;
}
.quick-enquiry-form-menu:before {
	content:"";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #202020;
	position: absolute;
	left: 160px;
	top: -10px;
}
.quick-enquiry-form-menu.open {
	display: block;
}
.quick-enquiry-btn:hover .quick-enquiry-form-menu {
	display:block;
}
.quick-enquiry-form {
	position: relative;
	padding: 160px 0;
}
.quick-enquiry-form:before {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 117px;
	background-image: url(/front/images/quick-inquiry-before.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	height: 595px;
	content: "";
	z-index: -1;
	max-width: 595px;
	width: 100%;
	margin: 0 auto;
}
.quick-enquiry-form a.phone-number {
	color:#fff;
	font-size: 20px;	
}
.quick-enquiry-form a.phone-number:hover, .quick-enquiry-form a.phone-number:focus {
	color:#fff;
	text-decoration: none;
}

.quick-enquiry-form a.phone-number i {
	display: inline-block;
	vertical-align: middle;
	padding-right:10px;
}

.quick-enquiry-form h2 {
	margin-bottom: 55px;
}
.datepicker-icon span {
	display:  inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 9px;
	right: 27px;
}
.datepicker-icon span img {
	width: 18px;
	height: 18px;
}
.submit-cancel {
	margin-top: 10px;
}
.submit-cancel .btn {
	width: 151px;
}
/*Quick enquiry hover form end*/

.navbar-default .navbar-form {
	position: absolute;
	/*right:230px;*/
	right:60px;
	top: 69px;
	margin: 0;
}
.navbar-default .navbar-form .btn {
	background-color:  transparent;
	border: 0;
}
.navbar-default .navbar-form .btn i {
	font-size: 17px;
}
.captcha-content { position: relative; }

/* Mega menu Start
-------------------------------------- */
.mega-menu {
	padding: 0px 0px !important;
	width: 1170px;
	border-radius: 0;
	margin-top: 0px;
	background-color: transparent;
	color: #fff;
}
.mega-menu:before {
	content:"";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #333333;
	position: absolute;
	left: 50px;
	top: -10px;
}
.mega-menu li {
	display: block;
	float: left;
	font-size: 14px;
	padding: 0px 0px;
	width: 100%;
}
.mega-menu li.mega-menu-column {
	padding: 30px 35px;
}
.mega-menu li.mega-menu-column ul {
	display:  inline-block;
	width: 100%;
	padding: 0;
	margin:0;
	vertical-align: top;
}
.mega-menu li.mega-menu-column-1 {
	display: inline-block;
	vertical-align:  top;
	width: 	23%;
	background-color: #333333;
}
.mega-menu li.mega-menu-column-2 {
	display: inline-block;
	vertical-align:  top;
	width: 	77%;
	background-color: #212121;
}
.mega-menu li.mega-menu-column-2 ul {
	display:  inline-block;
	width: 24%;
}
.mega-menu .nav-header {
	padding: 0 !important;
	margin-bottom: 28px;
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
}
.mega-menu li.mega-menu-column ul li a {
	color: #868686;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	text-decoration:  none;
	display: inline-block;
}
/* Mega menu End
-------------------------------------- */
/*=====================Navigation End=====================*/



/*========================================
Home Page Start
==========================================*/

/*=====================Main Banner Start =====================*/
.main-video {
	position: relative;
	width: 100%;	
	top: 0;
}

/*Home Page Carousel Start*/
.main-video .team-video-section{ overflow: hidden; height:100%;}
.main-video .team-video-section video{ display:block}

.home-carousel .team-video-section #video1 {	
	background:transparent no-repeat url(/front/images/banner-video-bg.jpg);
	display:block;
	text-align: center;
	background-position: center center;
	margin:0 auto;
	width: 100%;
	background-size: cover;
/*	height: auto;
	max-height: 100%;*/
}

.home-carousel .team-video-section video {
	display: block;
	background:transparent no-repeat url(/front/images/banner-video-bg.jpg);
	text-align: center;
	background-position: center center;
	margin:0 auto;
	width: 100%;
	background-size: cover;
	 /*height: auto;
	max-height: 100%;
   min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    background-size: cover;
    overflow: hidden;*/
}

.home-carousel .item {
	position: relative; 
	/*height: 100vh;*/
	width: 100%;
	z-index: 99999;
}

.home-carousel .owl-dots {
    transform: rotate(90deg);
    position: absolute;
	/*right: 0px;*/
    top: 50%;
	right:-200px;
}

.home-carousel.owl-theme .owl-dots .owl-dot.active span,.home-carousel.owl-theme .owl-dots .owl-dot:hover span {
	color: #fff;
	background: #fff;
}

.home-carousel.owl-theme .owl-dots .owl-dot span {
	border: 2px solid #fff;
	background: transparent;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}
.home-carousel.owl-carousel .owl-stage{
	display:-webkit-flex;
	display:-webkit-box;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex; 
	flex-direction:row;
	-webkit-flex-direction: row;
	/*height: 100%;*/
}
.home-carousel.owl-carousel .owl-item{ -webkit-flex:1; -webkit-box-flex:1; -moz-flex:1; -moz-box-flex:1; -ms-flex:1; flex:1; /*height: 100%;*/}
.home-carousel.owl-carousel .owl-stage .owl-item > div{
	height: 100%;
	/*max-height: 800px; Home page banner*/ 
}


.banner-content {
	background-image: url(/front/images/home-banner.jpg);
	background-repeat:  no-repeat;
	background-position: center center;	
	/*height: 900px;*/
	height: 800px;
	background-size: cover;
}
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

.banner-content-2 {
	background-image: url(/front/images/home-banner1.jpg);
}

/*Home Page Carousel Start*/

.main-video .video-container {	
    /*height:100vh;
    width:100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;*/
}

.main-video .video-container video.team-video {
  min-width: 100%;
  min-height: 100%;
	z-index: 2;	
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.main-video .container-overlay{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	right:0;
	z-index: 999;
	/*background-color: rgba(0,0,0,0.6);*/
	/*background-color: rgba(0,0,0,1);*/
	top: 0;
	position: absolute;	

}

.main-video .content-section {
	top: 0;
	text-align: center;
	position:relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: 95%;
	text-align:center;
	padding-bottom: 60px;
}

.content-section .btn {
	    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: -10px;
    display: block;
    width: 152px;
}

.main-video .content-section .title-img{ 
	position: relative;
}

/*.main-video .content-section .title-img img {
	
	
}*/

.main-video .content-section .title-img .bg-logo {
	/*max-width: 1070px;*/
	max-width: 400px;
	height: 400px;
	width: 100%;
	margin: 0 auto;	
}
/*
.main-video .content-section .title-img .seamless-font {
	max-width: 1073px;
	position: absolute;
    top: 33%;
    left: 0;
    right: 0;

}
*/
.main-video .content-section p.sub-title {
	position: absolute;
	/*top: 335px;*/
	top: 250px;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width:  50%;
	color: #ffffff;
	font-size: 16px;
	line-height: 31px;
	font-weight: 400;
	text-align: center;
}
.main-video .content-section p.title {
	position: absolute;
	top: 210px;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 90%;
	color: #ffffff;	
	line-height: 100px;
	font-weight: 400;
	font-size:80px;
	text-align: center;
   /* top: 41%;*/
    top: 35%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;			
}
/*.main-video .content-section .btn {
	margin-top: 10px;
}*/
 /*.main-banner {
	position: relative;
	background-image: url(/front/images/home-banner.jpg);
	background-repeat:  no-repeat;
	height: 900px;
	background-position: top center;
	width: 100%;
	background-attachment:  fixed;
}
.main-banner .content-section {
	margin-top: 225px;
	text-align: center;
}
.main-banner .content-section .title-img img {
	max-width: 1070px;
	width: 100%;
}
.main-banner .content-section p {
	position: absolute;
	top: 550px;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width:  40%;
	color: #c5c5c5;
	font-size: 16px;
	line-height: 31px;
	font-weight: 400;
	text-align: center;
}
.main-banner .content-section .btn {
	margin-top: 10px;
}*/
/*=====================Main Banner End =====================*/

/*=====================Extra Service Start =====================*/
.extra-service-wrapper {
	display:  flex;
	justify-content: space-between;
	align-items: center;
}
.extra-services .custom-made {
	background-color: #f97b15;
}
.extra-services .client-story {
	background-color: #27282e;
}
.extra-services .cool-ideas {
	background-color: #5ecab2;
}
.extra-services .three-block {
	color: #fff;
	min-height: 324px;
	height: 324px;
	width: 100%;
	display: table;
}
.extra-services .three-block .three-block-inner {
	display:  table-cell;
	vertical-align: middle;
}
.extra-services .three-block .icon {
	display:  inline-block;
	vertical-align:  middle;
	text-align: left;
}
.extra-service-wrapper a {
	color: #fff;
	display: block;
	width: 100%;
	text-decoration:  none;
}
.extra-services .three-block .title {
	display:  inline-block;
	vertical-align:  middle;
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	font-weight: 400;
	width: 50%;
	text-align: left;
	line-height: 63px;
	padding-left: 60px;
}
/*=====================Extra Service End=====================*/


/*=====================We Earn Start=====================*/
.we-earn {
	background-color: #654591;
	padding-top: 166px;
	text-align: center;
}
.we-earn .we-earn-img {
	position: relative;
	text-align: center;
	margin-top: 182px;
	z-index: 99;
}
.we-earn .we-earn-img:before {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: -100px;
	background-image: url(/front/images/we-earn-before.png);
	background-repeat:  no-repeat;
	background-position: 0 0;
	background-size: 100%;
	height: 590px;
	content: "";
	z-index: -1;
	max-width: 590px;
	width: 100%;
	margin: 0 auto;
}
/*=====================We Earn  End=====================*/

/*=====================What's Seamless Start=====================*/
.what-seamless {
	padding-top: 150px;
	padding-bottom: 150px;
	color: #fff;
	clear: both;
}
.what-seamless h2 {
	color: #27282e;
	margin-bottom: 40px;
}
.what-seamless .sub-title {
	max-width: 780px;
	width: 100%;
	margin: 0 auto 60px;
}
.scroll-slider {
	margin-top: 120px;
}

/*Slider circle start*/
.product-category-slider {
	width: 275px;
	height: 275px;
	display:  inline-block;
	vertical-align:  middle;
	text-align: center;
	position: relative;
	border-radius: 100%;
	border: 1px solid #86d7c5;
	margin-right: 30px;
	padding: 0px 30px;
}
.product-category-slider:first-child {
	margin-left: 54px;
}
.product-category-slider:last-child {
	margin-right: 54px;
}
.product-category-slider:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -51px;
	height: 51px;
	width: 1px;
	background-color: #86d7c5;
	margin: 0 auto;
}
.product-category-slider-inner {
	display: flex;
	align-items: center;
	height: 100%;
}
.product-category-slider a {
	display:  inline-block;
	vertical-align:  middle;
	width: 100%;
	color: #27282e;
}
.product-category-slider a b {
	display:  inline-block;
	vertical-align:  middle;
	width: 100%;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	line-height: 35px;
}
.product-category-slider a span {
	display:  inline-block;
	vertical-align:  middle;
	width: 100%;
	font-size: 25px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	line-height: 35px;
}
/*Slider circle end*/
/*Overight Css of Scroll Start*/
.scrollTo-demo .demo-x {
	width: 100%;
	background-color:  transparent;
}
.scrollTo-demo .content {
	height: 334px;
}
.content {
	margin: 0;
	padding: 0;
	max-width: 100%;
	overflow: auto;
	position: relative;
	background: #333;
	width: 740px;
	height: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-color: #86d7c5;
	height: 15px;
	border-radius: 20px;
	margin: 0 auto;
	width: 36px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: #86d7c5;
	height: 3px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 36px !important;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 0;
	height: 330px;
}
.mCSB_scrollTools {
	opacity: 1;
}
/*Overight Css of Scroll End*/

.what-seamless-img {
	margin-top: 116px;
	position: relative;
}
.what-seamless-img:before {
	height: 134px;
	margin: 0 auto;
	position: absolute;
	width: 3px;
	left: 0;
	right: 0;
	top: -122px;
	background-color:#86d7c5;
	content: "";
}
.what-seamless-img img {
	max-width: 261px;
	width: 100%;
}
/*=====================What's Seamless  End=====================*/

/*=====================Quality promotional  Start=====================*/
.quality-promotional {
	padding-top: 165px;
	padding-bottom: 165px;
	background-color: #f9f6f4;
	position: relative;
	z-index: 9;
}
.quality-promotional:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 115px;
	content: "";
	background-image: url(/front/images/quality-before.png);
	background-position: 0 0;
	background-repeat:  no-repeat;
	height: 660px;
	width: 660px;
	margin: 0 auto;
	z-index: -1;
}
.quality-promotional h2 {
	max-width: 670px;
	color: #27282e;
	margin:0 auto;
	text-align: center;
}
.quality-promotional .sub-title {
	max-width: 975px;
	margin: 0 auto;
	text-align: center;
	margin-top: 38px;
}
.quality-promotional .sub-title span {
	font-weight: 600;
}
.quality-map {
	position:relative;
	margin-top: 135px;
}
.quality-map .map-image {
	width: 908px;
	margin: 0 auto;
	position: relative;
}
.quality-map .pin-map {
	position:absolute;
}
.quality-map .pin-map a {
	display: inline-block;
}
.quality-map .pin-map.pin-map1 {
	top: -36px;
	left: 330px;
}
.quality-map .pin-map.pin-map2 {
	right: 68px;
	bottom: 230px;
	z-index: 1;
}
.quality-map .pin-map.pin-map3 {
	right: 183px;
	bottom: 141px;
        z-index: 11;

}
.quality-map .pin-map.pin-map4 {
	right: 25px;
	bottom: 387px;
}
.quality-map .pin-map.pin-map5 {
	left: 1px;
	bottom: 284px;
}
.quality-map .pin-map.pin-map6 {
	right: 310px;
	bottom: 206px;
	z-index: 2;
}

.quality-map .pin-map.pin-map7 {
	right: 97px;
	bottom: 193px;
	z-index: 1;
}
.quality-map .pin-map.pin-map8 {
	bottom: 261px;
    right: 54px;
    z-index: 0;
}
.quality-map .pin-map span {
	cursor:  pointer;
}
/*.address-detail {
	display:  none;
}*/
.address-detail {
	/*position: absolute;
	top: -337px;
	left: 23px;*/
	/*min-width: 427px;*/
	width: 100%;
	color: #fff;
	z-index: 9;
}
/*.address-detail:after {
	position: absolute;
	content: "";
	left: 60px;
	bottom: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #453b34;
}*/
.address-detail .address-title {
	display:  flex;
	justify-content:  space-between;
	align-items:  center;
	padding: 15px 30px;
	background-color: #534840;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.address-detail .address-title h5 {
	font-size: 22px;
	line-height:25px;
}
.address-detail .address-title .btn {
	background-color: #534840;
	border-color: #857970;
	font-size: 13px;
	width: 92px;
	max-width:100%;
	padding: 10px;
}
.address-detail .address-content {
	padding: 40px 30px;
	background-color: #453b34;
	position: relative;
	text-align: left;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
.address-detail .address-content:after {
	position: absolute;
	right: -110px;
	background-image: url(/front/images/footer-before.png);
	background-repeat: no-repeat;
	bottom: -100px;
	content: "";
	height: 200px;
	background-position: bottom right;
	width: 200px;
	background-size: 100%;
}
.address-detail .address-content h6 {
	margin-top: 0;
	font-size: 20px;
	font-weight:700;
	line-height: 25px;
	margin-bottom: 23px;
}
.address-detail .address-content h6:last-child {
	margin-bottom: 0;
}
.address-detail .address-content p {
	font-size: 16px;
	font-weight:400;
	margin-bottom: 20px;
}

/**/
.popover { 
	padding: 0;
	box-shadow:  none; 
	border: 0; 
	background-color: transparent; 
	max-width: 427px; 
}
.popover-content { 
	padding: 0; 
}
.popover.top>.arrow:after { 
	border-top-color:#453b34; 
}
/**/


/*=====================Quality promotional  End=====================*/

/*=====================What makes Start=====================*/
.what-makes {
	background-image:  url(/front/images/bg-what-make.jpg);
	height: 996px;
	background-repeat:  no-repeat;
	background-position:  top center;
	width: 100%;
	padding-top: 100px;
	background-attachment:  fixed;
	background-size: cover;
}
.what-makes-content {
	position: relative;
	z-index: 9;
	margin: 200px 0 0;
}
.what-makes-content:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -140px;
	content: "";
	background-image:  url(/front/images/white-before.png);
	background-repeat:  no-repeat;
	opacity: 0.1;
	background-position: 0 0;
	width: 650px;
	height: 650px;
	z-index: -1;
	background-size: 100%;
}


.promotional-content.what-makes-content:before {
	top: -45px;
	background-image:  url(/front/images/promotional-before.png);
	opacity:1;
}

.most-popular-content.what-makes-content:before {
	top: -48px;
	background-image:  url(/front/images/promotional-before.png);
	opacity:1;
}


.what-makes-content h2 {
	max-width: 770px;
	width: 100%;
	margin: 0 auto 40px;
}
.what-makes-content p {
	color: #fff;
	max-width: 1075px;
	margin: 0 auto;
	font-weight: 400;
	margin: 0 auto;
	width: 100%;
}
/*=====================What makes End=====================*/

/*=====================Products differences Start=====================*/
.products-diffrences {
	background-color: #6ac6b1;
	padding: 0 0 170px;
}
.products-diffrences .what-makes-content h2 {
	max-width: 850px;
}
.products-section {
	padding: 0 50px;
	position: relative;
	z-index: 9;
}
.products-section .btn-black {
	max-width: 100%;
	margin-top: 45px;
}
/*=====================Products differences End=====================*/

/*=====================Trusted brands Start=====================*/
.most-popular {
	background-color: #13c1d4;
}
/*=====================Trusted brands End=====================*/

/*=====================Most Popular Products Start=====================*/
.trusted-brands {
	background-color: #fff;
	padding: 180px 0;
}
.trusted-brands .what-makes-content {
	margin: 0;
}
.trusted-brands .what-makes-content:before {
	background-image: url(/front/images/brands-before.png);
	opacity: 1;
	top: -30px;
}
.trusted-brands .what-makes-content h2 {
	color: #27282e;
	max-width: 540px;
	margin-bottom:110px;
}
.brand-section {
	padding: 0 105px;
	z-index: 9;
	position: relative;
}
.trusted-brands .btn {
	max-width: 100%;
	margin-top: 50px;
}
/*=====================Most Popular Products End=====================*/

/*=====================Testimonial Start=====================*/
.testimonial {
	background-color: #e5eae9;
	padding-bottom: 170px;
}
.testimonial .what-makes-content {
	margin-top: 140px;
}
.testimonial .what-makes-content:before {
	background-image: url(/front/images/testimonial-before.png);
	opacity: 1;
	top: -43px;
}
.testimonial .what-makes-content h2 {
	color: #27282e;
	margin-bottom: 90px;
}
.testimonial-section {
	padding: 0 45px;
	position: relative;
	z-index: 9;
}
.testimonial-section .btn-black {
	max-width: 100%;
	margin-top: 00px;
}
/*=====================Testimonial End=====================*/


/*=====================Latest News Start=====================*/
.latest-news {
	background-color: #fff;
	padding-bottom: 175px;
	padding-top: 145px;
	position: relative;
}
.latest-news:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	margin: 0 auto;
	background-image: url(/front/images/latest-news-before.png);
	background-repeat:  no-repeat;
	content: "";
	height: 235px;
	background-position:  bottom center;
}
.latest-news h2 {
	color: #27282e;
	margin-top: 0;
	position:relative;
	z-index: 9;
}
.news-listing {
	margin-top: 95px;
	padding:0 160px;
}
.news-box .date-sec {
	display:  inline-block;
	width: 25%;
	vertical-align:  top;
}
.news-box .date-sec .date {
	font-size: 60px;
	line-height: 40px;
	color: #5ecab2;
	font-weight: 700;
	display:  inline-block;
	width: 100%;
}
.news-box .date-sec .month {
	font-size: 14px;
	line-height: 21px;
	color: #232331;
	font-weight: 700;
	display:  inline-block;
	width: 100%;
}
.news-box .detail-sec {
	display:  inline-block;
	width: 73%;
	vertical-align:  top;
	text-align: left;
}
.news-box .detail-sec .news-title {
	margin-top: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	color: #37353b;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-box .detail-sec .news-desc {
	font-size: 14px;
	font-weight: 400;
	color: #817e86;
	text-overflow: ellipsis;
	margin-bottom: 30px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   	line-height: 21px;    /* fallback */
   max-height: 42px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   min-height: 42px;
}
.news-box .detail-sec .read-more {
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	color: #654591;
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 110px;
	vertical-align: middle;
	text-transform:  uppercase;
}
.news-box .detail-sec .read-more:after {
	content: "";
	position:absolute;
	right: 0;
	background-image: url(/front/images/arrow-purple.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 22px;
	height: 11px;
	top: 8px;
}
.news-listing .btn-green {
	max-width: 100%;
	margin-top: 100px;
}
/*=====================Latest News End=====================*/

/*========================================
Home Page End
==========================================*/

/*=====================Footer Start=====================*/
.footer {
	background-color: #343138;
	position: relative;
	padding: 150px 0;
}
.footer:before {
	position: absolute;
	left: 0;
	right: 0;
	text-align:  center;
	margin: 0 auto;
	background-image:  url(/front/images/footer-before.png);
	background-repeat:  no-repeat;
	top:0;
	content: "";
	height: 110px;
	background-position:  bottom center;
}
.footer .footer-img {
	text-align: center;
	margin: 0 auto 70px;
}
.footer .footer-img img {
	max-width: 30%;
	width: 100%;
}
.footer .footer-menu .footer-menu-1 {
	display:  inline-block;
	width: 24.7%;
	vertical-align:  top;
}
.footer .footer-menu .footer-menu-1 h3 {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 40px;
}
.footer .footer-menu .footer-menu-1 ul {
	padding: 0;
	margin:0;
}
.footer .footer-menu .footer-menu-1 ul li {
	list-style:  none;
	margin-bottom: 20px;
}
.footer .footer-menu .footer-menu-1 ul li a {
	color: #7e7b83;
	font-size: 13px;
	font-weight: 400;
	text-decoration:  none;
}
.footer-bottom {
	border-top: 1px solid #47434c;
	padding-top: 43px;
	margin-top: 60px;
}
.footer-bottom .copyrights {
	display:  inline-block;
	vertical-align:  middle;
	width: 70%;
}
.footer-bottom .copyrights p {
	color: #636069;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 0;
}
.footer-bottom .social-icon {
	display:  inline-block;
	vertical-align:  middle;
	width: 29%;
	text-align:  right;
}
.footer-bottom .social-icon ul {
	padding: 0;
	margin: 0;
}
.footer-bottom .social-icon ul li {
	list-style:  none;
	display:  inline-block;
	border: 1px solid #47434c;
	margin-left: 5px;
	text-align: center;
	height: 41px;
	width: 41px;
	line-height: 2.5
}
/*=====================Footer End=====================*/

/**********Product box common start****************/
.product-box {
	background-color: #fff;
	max-width: 272px;
	border:0px solid transparent;
	overflow:  hidden;
	margin: 0 auto 30px;
	text-align: center;
	cursor: pointer;
}
.product-box .product-img {
	max-width: 230px;
	width: 100%;
	padding:40px 20px;
	text-align: center;
	margin: 0 auto;
	display:  table;
	min-height: 190px;
}
.product-box .product-img-inner {
	display: table-cell;
	vertical-align: middle;
}
.product-box .product-img img {
	max-width: 150px;
	width: 100%;
	object-fit: contain;
	height: 110px;
}
.product-box .product-title span {
	font-size: 16px;
	line-height: 21px;
	color: #5c5a60;
	text-align: center;
	min-height: 43px;
	display:  inline-block;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   max-height: 43px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.product-box .product-title a {
	font-size: 16px;
	line-height: 21px;
	color: #5c5a60;
	text-align: center;
	min-height: 43px;
	display:  inline-block;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   max-height: 43px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.product-box .product-title a:hover {
	text-decoration: none;
}

.product-box .product-arrow {
	text-align:  left;
	position: relative;
	width: 100%;
	display:  inline-block;
	padding: 16px 0;
	margin-top: 15px;
}
.product-box .product-arrow a {
	display:  inline-block;
	width: 100%;
}
.product-box .product-arrow a span {
	position: absolute;
	background-color: #f6f6f6;
	width: 60px;
	height: 60px;
	vertical-align:  middle;
	display:  inline-block;
	right: -12px;
	top: 5px;
	border-radius: 50%;
}
.product-box .product-arrow a span:before {
	position: absolute;
	left: 22px;
	content: "";
	width: 14px;
	height: 11px;
	top: 22px;
	background-image: url(/front/images/left-arrow.png);
	background-repeat:  no-repeat;
	background-position: 0 0;
}
/**********Product box common end****************/

/**********Brand box common start****************/
.brand-box {
	background-color: #fff;
	max-width: 254px;
	border:1px solid #e5e5e5;
	margin: 0 auto 30px;
	height: 144px;
	display:  flex;
	justify-content:  center;
	align-items: center;
	padding:20px;
	overflow:  hidden;
 transition: .5s ease;
	position: relative;
}
.brand-box .brand-img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: table;
}
.brand-box .brand-img-inner {
	overflow:  hidden;
	display: table-cell;
}
.brand-box .brand-img img {
	max-width: 100%;
	width: 100%;
	object-fit:contain;
	height: 104px;
}
.brand-box .brand-overlay {
 transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	cursor: pointer;
}
.brand-box:hover {
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.33);
}
.brand-box:hover .brand-overlay {
	opacity: 1;
}
/**********Brand box common end****************/

/**********Testimonial common start****************/
.testimonial-section-inner {
	
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;   
    display:flex;       
	justify-content:flex-start;
	margin: 0 -15px;	
	flex-wrap : wrap;
}
.testimonial-box {
	max-width: 20%;
	background-color: #e5eae9;
	margin-bottom: 70px;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
}
.testimonial-box-inner {
	background-color: #fff;
	height: 100%;
	border-bottom: 1px solid #ebebeb;
}
.testimonial-box:last-child {
	margin-right: 00px;
}
.testimonial-box .testimonial-img {
/*	height: 247px;*/
	overflow: hidden;
	position: relative;
}
.testimonial-box .testimonial-img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
/*	object-fit: cover;*/
	/*position: absolute;
	left: 0;
	top: 0;*/
}

.testimonial-box .testimonial-content {
	padding: 25px 40px;
	text-align: left;
	border: 1px solid #ebebeb;
	border-top: 0;
	display: inline-block;
	min-height: 384px;	
	width: 100%;
	border-bottom: 0;
}
.testimonial-box .testimonial-content .testimonial-title {
	display: flex;
	justify-content: flex-start;
	align-items:center;
	margin-bottom: 22px;
	min-height: 62px;
}
.testimonial-box .testimonial-content .testimonial-title span img {
	max-width: 70px;
	object-fit: contain;
	width: 70px;
}
.testimonial-box .testimonial-content .testimonial-title b {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	color: #27282e;
	padding-left: 12px;
}
.testimonial-box .testimonial-content .testimonial-text {
	font-size: 16px;	
	font-weight: 400;
	font-style: italic;
	color: #7c7a80;
	 line-height: 25px;    
	/*overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;  
   max-height: 203px;     
  	min-height: 203px;  
   -webkit-line-clamp: 9; 
   -webkit-box-orient: vertical;*/
}
.testimonial-box .testimonial-content .testimonial-text  .testimonial-contnet-text  {
	font-size: 16px;	
	font-weight: 400;
	font-style: italic;
	color: #7c7a80;
	word-break: break-all;
}
.testimonial-box .testimonial-content .testimonial-text .testimonial-contnet-text.default-content {	
	display: inline;	
	/*overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;  
   max-height: 221px;     
  	min-height: 221px;  
   -webkit-line-clamp: 9; 
   -webkit-box-orient: vertical;*/
	}

.testimonial-box .testimonial-content .testimonial-text .read-more, .testimonial-box .testimonial-content .testimonial-text .show-less {
	font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: #654591;
    text-decoration: none;    
    display: inline-block;
    width: 100%;
    vertical-align: middle;
	font-style: normal;
	cursor: pointer;
}
.testimonial-box .testimonial-content .testimonial-text .show-less {
	display: none;
}
.testimonial-box .testimonial-content .testimonial-text .testimonial-contnet-text.next-content {
	display: none;}
/**********Testimonial box common end****************/

/***********Full Screen Search bar Start**************/
#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	z-index: 999999;
	opacity: 0;
}
#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}
#search form {
	max-width: 778px;
	width: 100%;
	margin: 0 auto;
}
#search .input-group-search {
	position: relative;
	margin-top: 8%;
	display: inline-block;
	width: 100%;
}
#search input[type="text"] {
	position: absolute;
	top: 0%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	outline: none;
	max-width: 778px;
	border-bottom: 1px solid #434343;
	left: 0;
	right: 0;
	display: inline-block;
}

#search .btn.btn-go{
	position: absolute;
	top: 8px;
	right: 10px;
	width: 100%;
	max-width: 140px;	
	color: #654591;
	 border: 2px solid #654591;
	 border-radius : 30px;
	 background-color: transparent;
	 margin-top: 0;
	 margin-left: 0;
	 left: inherit;
	 text-align: center;
	  font-size: 15px;
	  padding: 10px;
	  line-height: 1;
}

#search i {
	position: absolute;
	right: 10px;
	top: 25px;
	margin:0px;
	display:inline-block;
	color: #fff;
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	opacity: 1;
	padding: 10px 17px;
}
#search .mega-menu {
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#search .mega-menu:before {
	display:  none;
}
#search .mega-menu li.mega-menu-column-1 {
	width: 20%;
}
#search .mega-menu li.mega-menu-column-2 {
	width: 80%;
	position: relative;
	overflow:  hidden;
}
#search .mega-menu li.mega-menu-column-2 ul {
	width: 24%;
}
#search .mega-menu li.mega-menu-column-2:after {
	position: absolute;
	content: "";
	right: -230px;
	top: -230px;
	background-image: url(/front/images/footer-before.png);
	background-repeat:  no-repeat;
	background-position: 0 0;
	width: 500px;
	height: 500px;
	background-size: 100%;
}
/************Full Screen Search bar Start***********/

/**********Inner page banner common Start****************/
.inner-banner {
	position: relative;
	background-image: url(/front/images/inner-banner.jpg);
	background-repeat:  no-repeat;
	height: 360px;
	background-position: 0 0;
	width: 100%;
	background-size: cover;
}
/**********Inner page banner common end****************/

/**********Breadcrumb common Start****************/
.inner-banner-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	/*padding: 0 105px;*/
	padding: 0 25px;
}
.breadcrumb-sharesocial {
	display:  flex;
	justify-content:  space-between;
	align-items:  center;
}
.breadcrumb-sec h2 {
	margin-bottom: 10px;
	margin-top: 0;
}
.breadcrumb-sec h1 {
	margin-bottom: 10px;
	margin-top: 0;
}
.breadcrumb {
	background-color:  transparent;
	padding: 0;
	border-radius: 0;
	margin-bottom: 30px;
}
.breadcrumb .breadcrumb-item {
	position: relative;
	color: #939393;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 30px;
	text-decoration:  none;
	padding-right: 15px;
	margin-right: 15px;
}
.breadcrumb .breadcrumb-item:last-child:after {
	display:  none;
}
.breadcrumb .breadcrumb-item:after {
	position: absolute;
	content: "";
	right: -4px;
	top:6px;
	background-image: url(/front/images/breadcrumb-arrow.png);
	background-repeat:  no-repeat;
	background-position:  0 0;
	width: 9px;
	height: 8px;
}
.breadcrumb>.active {
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.share-social-content .share {
	display:  inline-block;
	vertical-align:  middle;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	width: 16%;
}
.share-social-content ul {
	padding: 0;
	margin: 0;
	display:  inline-block;
	vertical-align:  middle;
	width: 81%;
	padding-left: 11px;
}
.share-social-content ul li {
	list-style: none;
	display: inline-block;
	border: 1px solid #605e62;
	margin-left: 5px;
	text-align: center;
	height: 37px;
	width: 37px;
	line-height: 2.1;
	background-color: #040503;
	vertical-align: middle;
}
.share-social-content ul li:first-child {
	margin-left: 0;
}
/**********Breadcrumb common Start****************/

/*****Inner page Brand section start*******/
.inner-page-brand.trusted-brands {
	padding-top: 42px;
}
/*****Inner page Brand section end*******/

/*****Inner page testimonial section start*******/
.inner-page-testimonial {
	padding-top: 50px;
	padding-bottom: 0;
	background-color: #fff;
}
.inner-page-testimonial .testimonial-box {
	background-color: #fff;
}
/*****Inner page Brand section end*******/


/**********Form common start****************/
.form-group {
	margin-bottom: 30px;
}
.form-control {
	height: 43px;
	padding: 15px;
	border-radius: 5px;
	font-size: 14px;
	color: #27282e;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #27282e;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
 color: #27282e;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
 color: #27282e;
}
.form-control:-moz-placeholder { /* Firefox 18- */
 color: #27282e;
}
textarea.form-control {
	resize:  none;
}
/**********Form common End****************/

/**********Modal Popup common Start****************/
.modal-open .modal {
	z-index:99999;
}
.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-backdrop.in {
	opacity: 0.0;
}
#clientStoryyModal .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #333333;
	opacity:0.8;

}
/**********Modal Popup common End****************/



/*==================================================
	=    Products Categoery Page  Start           =
	==================================================*/
	/*Product Category  start*/
.menu-ico-collapse {
	margin-left: 4px;
	position: absolute;
	right: 0;
	top: 0;
}
.product-caregoery h4 {
	background-color: #654591;
	padding: 30px;
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
}
.list-group {
	padding: 30px 15px 30px 30px;
	background-color: #f5f5f5;
}
.list-group-item, a.list-group-item {
	border:0;
	padding: 0;
	margin-bottom: 17px;
	background-color: #f5f5f5;
	position: relative;
	font-size: 13px;
	color: #5c5a60;
}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.list-group-item.active {
	background-color: #654591;
	border-color:  #654591;
	padding: 30px;
}
.list-group-submenu .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.list-group-submenu .list-group-item.sub-item {
	padding-left: 12px;
}
.list-group-submenu .list-group-item.sub-item:last-child {
	margin-bottom: 17px;
}
.list-group-submenu .list-group-item:last-child {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
/*Product Category end*/
	/*Product Categoery listing*/
	.products-listing .products-filter {
	background-color: #f4f4f4;
	padding: 21px 65px;
	line-height: 21px;
}
.products-filter-wrapper {
	display:  flex;
	justify-content: flex-start;
	align-items: center;
}
.products-filter-wrapper .sort-by {
	margin-right: 20px;
	margin-bottom: 0;
}
.products-filter-wrapper .sort-by.quantity {
	margin-right: 50px;
}
.products-filter-wrapper .sort-by.budget {
	margin-right: 40px;
}
.products-filter-wrapper .sort-by label {
	display:  inline-block;
	width:  auto;
	padding-right: 10px;
	font-size: 14px;
	color: #27282e;
	line-height: 30px;
	font-weight: 500;
}
.products-filter-wrapper .sort-by .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
 width: 135px;
 max-width: 100%;
}
.bootstrap-select .btn-default {
	border: 1px solid #dedede;
	border-radius: 6px;
	padding: 13px;
	height: 39px;
	color: #27282e;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding-right: 25px;
	background-color: #fff;
	max-width: 100%;
	width: 100%;
}
 .products-filter-wrapper .sort-by.display .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
 width: 75px;
 max-width: 100%;
}
 .products-filter-wrapper .sort-by.delivery-time .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
 width: 215px;
}
 .products-filter-wrapper .sort-by.color .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
 width: 115px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	border: 0;
	top: 37%;
	background-image:url(/front/images/up-down-arrow.png);
	background-repeat:  no-repeat;
	background-position: 0 0;
	width: 10px;
	height: 14px;
}
.bootstrap-select.btn-default:hover, .bootstrap-select.open>.dropdown-toggle.btn-default:hover, .bootstrap-select.open>.dropdown-toggle.btn-default:focus {
	background-color: #fff;
}
.btn-group.open.bootstrap-select .dropdown-toggle {
	box-shadow:  none;
}
.products-filter-wrapper .sort-by .range-div {
	position: relative;
	display:  inline-block;
	max-width: 72%;
	vertical-align: middle;
	width: 100%;
}
.products-filter-wrapper .sort-by .range-div .start-range {
	position: absolute;
	bottom: -21px;
	left: -6px;
}
.products-filter-wrapper .sort-by .range-div .end-range {
	position: absolute;
	bottom: -21px;
	right: -21px;
}
.sort-by .slider.slider-horizontal {
	width: 173px;
	height: 3px;
}
.slider-track {
	border-radius: 0;
	box-shadow:  none;
}
.slider.slider-horizontal .slider-track {
	height: 3px;
	background-color: #e8e7e7;
	background-image:  none;
	top: 0;
}
.slider-handle {
	top:-11px;
	width: 15px;
	height: 15px;
	background-color: #5ecab2;
	border: 2px solid #fff;
	background-image:  none;
}
.slider-track-low, .slider-track-high {
	background: #5ecab2;
	border-radius: 0;
}
.slider-selection {
	background-image:  none;
	border-radius: 0;
}
.products-listing .products-section {
	padding: 40px 50px;
}
.products-listing .product-box {
	border: 3px solid #f4f4f4;
}
.products-listing .product-box:hover {
	border-color: #b8a6d1;
}
.products-listing .product-box:hover .product-arrow a span {
	background-color: #b8a6d1
}
.products-listing .product-box:hover .product-arrow a span:before {
	background-image: url(/front/images/left-arrow-white.png);
}
/*Product Categoery listing end*/

/*==================================================
	=    Products Categoery Page  End           =
	==================================================*/


/*==================================================
	=    Products Detail Page  Start           =
==================================================*/



.product-detail {
	padding: 60px 66px;
	background-color: #fff;
	display: inline-block;
	width: 100%;
}
.product-detail h3 {
	margin: 0 0 30px;
	font-size: 25px;
	font-weight: 400;
	color: #27282e;
	line-height: 30px;
}
/*Carousel Product Slider Start*/
	.carousel {
	margin-top: 00px;
}
.carousel-inner>.item {
	border: 1px solid #d5d5d5;
}
.item .thumb {
	width: 14.9%;
	cursor: pointer;
	float: none;
	border: 1px solid #d5d5d5;
	margin: 10px;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	display:  inline-block;
	vertical-align: middle;
}
.item .thumb img {
	width: 100%;
}
.item img {
	width: 100%;
}
#thumbcarousel {
	margin-top: 20px;
}
#thumbcarousel .carousel-inner>.item {
	border: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:  none;
}
.carousel-control {
	width: 5%;
	top: -10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	color: #27282e;
}
.product-desc {
	position: relative;
	z-index: 9;
}
.product-desc:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -40px;
	content: "";
	background-image: url(/front/images/product-before.png);
	background-repeat: no-repeat;
	background-position:center center;
	width: 548px;
	height: 548px;
	z-index: -1;
	background-size:cover;
}
.product-desc .prices-table .table-responsive {
	overflow-x : unset;
	border:0 ;
}
.product-desc .prices-table h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #27282e;
}
.qty-weeks-table .table {
	border: 1px solid #d5d5d5;
	margin-bottom: 30px;
}
.qty-weeks-table .table td, .qty-weeks-table .table th {
	padding: 15px 20px;
	text-align: center;
	border-right: 1px solid #d5d5d5;
	vertical-align:  middle;
}
.qty-weeks-table .table th {
	background-color: #f0f0f0;
	font-size: 18px;
	color: #27282e;
	font-weight: 500;
}
.qty-weeks-table .table td {
	font-size: 16px;
	font-weight: 400;
	color: #27282e;
}
.qty-weeks-table .table td.selected ,.qty-weeks-table .table th.selected {
	background-color: #f1ecf7;
	position: relative;
}
.qty-weeks-table .table td.selected span b,.qty-weeks-table .table th.selected span b {
	font-size: 16px;
	font-weight: 400;
	color: #27282e;
}
.qty-weeks-table .table td.selected span i ,.qty-weeks-table .table th.selected span i {
	font-style:  normal;
	position: absolute;
	top: 1px;
	right: 10px;
}
.qty-weeks-table .table td.selected span i img,.qty-weeks-table .table th.selected span i img {
	width: 10px;
}
.additional-desc {
	display:  flex;
	justify-content:flex-start;
	align-items:  flex-start;
}
.additional-desc label {
	display:  block;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #27282e;
	margin-bottom: 15px;
}
.additional-desc .size p {
	font-size:16px;
	color: #7f7f7f;
	line-height: 30px;
	font-weight: 400;
}
.additional-desc .radio-button-group {
	display:  flex;
	justify-content:  space-between;
	align-items: center;
}
.additional-desc .radio-button-group .radio-button > input {
	display: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-overflow: ellipsis; 
	overflow:  hidden;
	white-space:  nowrap;
}
 .radio-button > [type="radio"] + label {
 position: relative;
 cursor: pointer;
}
 .radio-button > [type="radio"] + label:before {
 color: #777;
 content: '';
 display: inline-block;
 min-height: 20px;
 height: 40px;
 width: 40px;
 border: 1px solid #dcdcdc;
 border-radius: 0;
 margin-right: 20px;
 font-size: 15px;
 vertical-align: top;
 text-align: center;
 transition: all 0.3s linear;
 content: '';
}
 .radio-button.radio-square1 > [type="radio"] + label:before {
 background-color: #000;
}
 .radio-button.radio-square2 > [type="radio"] + label:before {
 background-color: #fff;
}
 .radio-button.radio-square3 > [type="radio"] + label:before {
 background-color: #4096f3;
}
.radio-button > [type=radio]:checked + label:after {
	content: "";
	position: absolute;
	left: -4px;
	top: -4px;
	padding: 23px;
	width: 44px;
	height: 44px;
	border: 1px solid #e5e5e5;
	z-index: 0;
	opacity: 1;
}
.btn-group-order {
	margin-top: 30px;
	margin-bottom: 50px;
}
.btn-group-order .btn {
	max-width: 100%;
	width:170px;
}
.share-social.order-share .share-social-content .share {
	color: #030302;
	width: 5%;
	font-size: 16px;
	font-weight: 400;
}
.share-social.order-share .share-social-content ul {
	width: 94%;
}
.share-social.order-share .share-social-content ul li {
	background-color: #fff;
	border-color: #d5d5d5;
}
/*Quick Enquiry Modal start*/
	#quickEnquiryModal .modal-dialog {
	max-width: 1046px;
	width: 100%;
}
#quickEnquiryModal .form-quick-enquiry {
	padding: 30px;
}
#quickEnquiryModal .form-quick-enquiry .form-group {
	margin-bottom: 10px;
}
#quickEnquiryModal .form-quick-enquiry .form-control {
	border-color: #dfdfdf;
}
#quickEnquiryModal .btn {
	max-width: 100%;
	widows:170px;
}
#quickEnquiryModal .modal-content {
	border-radius: 0;
	box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.34);
	padding: 50px;
	border: 0;
	z-index: 9999;
}
#quickEnquiryModal .modal-header {
	padding: 0;
	padding-bottom: 17px;
	position: relative;
	border-bottom: 0;
}
#quickEnquiryModal .modal-header .close {
	position: absolute;
	top: -30px;
	right: -30px;
	opacity: 1;
}
#quickEnquiryModal .modal-title {
	font-size: 18px;
	font-weight: 500;
	color: #27282e;
	line-height: 30px;
}
#quickEnquiryModal .modal-body {
	background-color: #f4f4f4;
	padding: 0;
}
.input-icon-wrap {
	position: relative;
}
.input-icon-wrap .input-icon {
	position: absolute;
	left: 15px;
	top: 11px;
}
.input-icon-wrap .input-icon img {
	max-width: 17px;
}
.input-icon-wrap .form-control {
	padding-left: 40px;
}

.captch-box {
	border-radius :5px;
	background-color: #e6e6e6;
	height: 43px;
	padding: 5px 15px;
}
.captcha-input {
	display: inline-block;
	text-align: left;
	width: 50%;
}
.captcha-input  label {
	width: auto;
}

.captcha-input #imgdiv {
	display: inline-block;
}
.captcha-input .form-control {
	height: 20px; 
	display :  inline-block;
	width: 100%;
}
.captcha-img-text {
	display: inline-block;
	 width : 49%;
	 text-align: left;
}
.captcha-img-text label {
	letter-spacing: 25px;
	display: inline-block;
	width: 90%;
}
.captcha-img-text #reload {
	display: inline-block;
}
/*Quick Enquiry Modal end*/

	/*Order Now Modal start*/
	#orderNowModal .modal-dialog {
	max-width: 983px;
	width: 100%;
}
#orderNowModal .modal-content {
	border-radius: 0;
	box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.34);
	border: 0;
	z-index: 9999;
}
#orderNowModal .modal-header {
	border-bottom: 0;
}
#orderNowModal .modal-body .close {
	position: absolute;
	top: 10px;
	right: 20px;
	opacity: 1;
}
#orderNowModal .modal-body {
	padding: 0;
}
.same-address .same-as label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 19px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
	color: #27282e;
}
.same-address .same-as input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.same-address .same-as .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
	width: 21px;
	background-color: #fff;
	border-radius: 2px;
	border:1px solid #dfdfdf;
}
 .same-address .same-as label:hover input ~ .checkmark {
 background-color: #fff;
}
 .same-address .same-as label input:checked ~ .checkmark {
 background-color: #fff;
}
.same-address .same-as .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
 .same-address .same-as input:checked ~ .checkmark:after {
 display: block;
}
.same-address .same-as .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #27282e;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*wizard form start*/
	.f1-steps-outer {
	padding: 25px 40px 20px;
	background-color: #f0f0f0;
	text-align: center;
	position: relative;
}
.f1-steps {
	overflow: hidden;
	position: relative;
	max-width: 630px;
	width: 100%;
	margin:  0 auto;
}
.f1-progress {
	position: absolute;
	top: 38px;
	left: 0;
	max-width: 61%;
	width: 100%;
	height: 8px;
	background: #dedede;
	right: 0;
	margin: 0 auto;
}
.f1-progress-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	background: #654591;
}
.f1-step {
	position: relative;
	float: left;
	width: 33.333333%;
	padding: 0 5px;
}
.f1-step-icon {
	display: inline-block;
	width: 75px;
	height: 75px;
	margin-top: 4px;
	background: #fff;
	font-size: 25px;
	color: #5b5d66;
	line-height: 75px;
	font-weight: 400;
	border: 1px solid #dedede;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background:#654591;
	border: 1px solid #654591;
	color: #fff;
	line-height: 75px;
}
.f1-step.active .f1-step-icon {
	width: 75px;
	height: 75px;
	margin-top:4px;
	background: #654591;
	font-size: 22px;
	line-height: 75px;
	border: 1px solid #654591;
	color: #fff;
}
.f1-step p {
	color: #5a5b63;
	font-size: 13px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom:0;
}
.f1-step.activated p {
	color: #5a5b63;
}
.f1-step.active p {
	color: #5a5b63;
}
.f1 fieldset {
	display: block;
	text-align: left;
}
.f1 .input-error {
	border-color: #f35b3f;
}
.fieldset-inner {
	padding: 45px 50px;
	display:  inline-block;
	width: 100%;
}
.fieldset-inner .form-group {
	margin-bottom: 20px;
}
.button-fieldset {
	background-color: #fafafa;
	text-align:  center;
	padding: 25px 30px;
}
.button-fieldset .btn {
	width: 150px;
}

/*Custom Radio Button Group Start*/
.radio-group [type="radio"]:checked, .radio-group [type="radio"]:not(:checked) {
 position: absolute;
 left: -9999px;
}
 .radio-group [type="radio"]:checked + label b, .radio-group [type="radio"]:not(:checked) + label b {
 color: #27282e;
 font-size: 14px;
 font-weight: 400;
 display: block;
 width: 100%;
 margin-bottom: 15px;
 line-height: 20px;
}
 .radio-group [type="radio"]:checked + label span, .radio-group [type="radio"]:not(:checked) + label span {
 color: #828491;
 font-size: 13px;
 font-weight: 400;
 display: block;
 width: 100%;
 line-height:  18px;
}
 .radio-group [type="radio"]:checked + label, .radio-group [type="radio"]:not(:checked) + label {
 position: relative;
 padding-left: 35px;
 cursor: pointer;
 display: inline-block;
 color: #666;
}
 .radio-group [type="radio"]:checked + label:before, .radio-group [type="radio"]:not(:checked) + label:before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 25px;
 height: 25px;
 border: 1px solid #dfdfdf;
 border-radius: 100%;
 background: #fff;
}
 .radio-group [type="radio"]:checked + label:after, .radio-group [type="radio"]:not(:checked) + label:after {
 content: '';
 width: 11px;
 height: 11px;
 background: #654591;
 position: absolute;
 top: 7px;
 left: 7px;
 border-radius: 100%;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
 .radio-group [type="radio"]:not(:checked) + label:after {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
.radio-group [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*Custom Radio Button Group end*/

	.upload-photo-div .form-group.comments {
	margin-left:35px;
	margin-bottom: 10px;
}
.upload-photo-div .form-group.comments:last-child {
	margin-bottom: 0;
}
/*Upload and Drop photos start*/
	.upload-drag-drop label {
	color: #27282e;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 15px;
}
.upload-drop-form {
	max-width: 100%;
	width: 100%;
	height: 197px;
	border: 1px solid #e2e7e7;
	width: 100%;
	display: table;
	border-radius: 4px;
}
.upload-drop-form .upload-content {
	position: relative;
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align:  middle;
}
.upload-drop-form p {
	width: auto;
	text-align: center;
	color: #424242;
	font-size: 12px;
	font-weight:  normal;
	display:  inline-block;
}
.upload-drop-form input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	top: 0;
}
.upload-drop-form p button {
	margin: 0;
	color: #5ecab2;
	background: transparent;
	border: none;
	width: auto;	
	margin-top: 00px;
	margin-left: 0px;
	border-radius: 0px;
	border-bottom: 0px solid #117A60;
 transition: all .2s ease;
	outline: none;
	text-decoration: none;
}
.upload-drop-form p button:hover {
	background: transparent;
	color:#FBA825;
	cursor:  pointer;
}
.upload-drop-form p button:active {
	border:0;
}
.upload-drop-form small {
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #828491;
	display:  inline-block;
	width: 100%;
}
.upload-drop-form .image-upload {
	width: 100%;
	text-align: center;
	margin-bottom: 18px;
	opacity: 0.3;
}
.upload-drop-form .image-upload img {
	width: 44px;
}
/*Upload and Drop photos end*/

	/*Review Order table start*/
	.review-order table {
	width: 100%;
}
.review-order table td.first-td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 50px;
	background-color:  #fff;
}
.review-order table td.first-td.pd-half {
	padding: 25px;
}
.review-order table td.first-td .order-title {
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	color: #27282e;
	display:  inline-block;
	width: 100%;
}
.review-order table td.first-td .order-sub-title {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #27282e;
}
.review-order table td.second-td {
	padding: 17px 20px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ebebeb;
}
.review-order table td.second-td .product-img {
	display:inline-block;
	width: 95px;
	height: 95px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	margin:1px;
	justify-content: left;
	overflow:  hidden;
	align-items: center;
}
.review-order table td.second-td .product-img img {
	width: 100%;
}
.review-order table td.second-td .qty-weeks {
	border: 1px solid #d5d5d5;
}
.review-order table td.second-td .qty-weeks td {
	padding: 10px;
	color: #27282e;
	font-size:14px;
	line-height: 30px;
	font-weight: 500;
	border-bottom: 1px solid #d5d5d5;
	background-color: #fff;
}
.review-order table td.second-td .qty-weeks td.title {
	background-color: #f0f0f0;
	color:#27282e;
}
.review-order table td.first-td.last-td {
	padding: 25px;
	border-bottom: 0;
}
.review-order table td.second-td.last-td {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	border-bottom: 0;
}
.review-order table td.first-td.last-td .order-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
.review-order .button-fieldset .f1-buttons {
	margin-top: 40px;
}
.review-order .button-fieldset .f1-buttons .btn {
	width:  auto;
	max-width: initial;
}
/*Review Order table end*/

	/*wizard form end*/
	/*Order Now Modal end*/

	/*review tab start*/
	.review-sec {
	margin-top: 25px;
}
.review-sec .nav-tabs {
	border-bottom: 2px solid #ebebeb;
}
.nav-tabs>li {
	max-width: 100px;
	width: 100%;
	display:  inline-block;
	float:  none;
	margin-right: 50px;
}
.nav-tabs>li>a {
	border: 2px solid transparent;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding: 25px 0;
	border-radius: 0;
	color: #27282e;
	display:  inline-block;
	text-align: left;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border:2px solid transparent;
	border-bottom-color:#654591;
	color: #654591;
	background-color: #fff;
}
.nav-tabs>li>a:hover {
	background-color: #fff;
	border-color: transparent;
}
.tab-content>.tab-pane {
	margin-top: 28px;
}
.review-product-desc {
	margin-bottom: 35px;
}
.review-product-desc h6 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
	color: #27282e;
	line-height: 30px;
	margin-bottom: 20px;
}
.review-product-desc p {
	margin-bottom:0;
	font-size: 14px;
	font-weight: 400;
	color: #72737a;
	line-height: 22px;
}
.all-review-sec {
	margin-bottom: 40px;
}
.all-review-sec h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 22px;
	color: #27282e;
}
.all-review-sec .review-box {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.all-review-sec .review-box .review-title-rating {
	margin-bottom: 18px;
}
.all-review-sec .review-box .review-title-rating .review-rating {
	background-color: #1dc394;
	border-radius: 6px;
	width: 4%;
	text-align: center;
	padding: 6px;
	color: #fff;
	margin-right: 15px;
}
.all-review-sec .review-box .review-title-rating .review-rating b {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	margin: 5px;
}
.all-review-sec .review-box .review-title-rating .review-rating i {
	font-size: 17px;
	line-height: 1;
}
.all-review-sec .review-box .review-title-rating .review-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #27282e;
}
.all-review-sec .review-box p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #72737a;
	margin-bottom: 18px;
}
.all-review-sec .review-box .date-reviewername .reviewer-name {
	font-size: 14px;
	font-weight: 400;
	color: #27282e;
	line-height: 22px;
}
.all-review-sec .review-box .date-reviewername .date-review {
	font-size: 14px;
	font-weight: 400;
	color: #b9bac0;
	line-height: 22px;
}
.all-review-sec .all-review {
	text-decoration: none;
	color: #5ecab2;
	font-size: 16px;
	line-height: 30px;
}


#sidebar .review-sec  ul li.active > a, a[aria-expanded="true"] {
	background-color: transparent;
	color:inherit;}
	
#sidebar .review-sec  ul li.active > a, a[aria-expanded="true"]::before, #sidebar .review-sec  ul li.active > a, a[aria-expanded="false"]::before {
	display: none;}

/*review tab end*/

/*==================================================
	=    Products Detail Page  End           =
	==================================================*/

/*==================================================
	=    Client Story Page  start           =
	==================================================*/
.client-story-slider ,.client-detail-video {
	position: relative;
	width: 100%;
	margin-bottom: 5px;	
}

.home-carousel.owl-carousel .owl-video-tn{min-height: 800px; display: block !important; background-size: cover;}

/*.home-carousel.owl-carousel .owl-video-wrapper { 
	position: absolute ;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}*/
.home-carousel .maxh {height: 100%;}
.home-carousel .item-video iframe{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; }  

.client-story-slider .owl-carousel .owl-video-tn{min-height: 590px; display: block !important; background-size: cover; }
.client-story-slider .maxh {max-height: 100vh;}
.client-story-slider .item-video iframe{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; }

.client-detail-video .owl-carousel .owl-video-tn{min-height: 590px; display: block !important;}
.client-detail-video .maxh {max-height: 100vh;}
.client-detail-video .item-video iframe{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; }
/*.client-story-slider .item .team-video-section{position: absolute;}
*//*.client-story-slider .owl-video-tn {
  position: relative;
  height: 0;
 background-size: cover;
  #padding-bottom: 56.25%;
  overflow: hidden; 
}
.client-story-slider .owl-video-frame {
	position: relative;
	#padding-bottom: 56.25%; #16:9 
	padding-top: 25px;
	height: 0;
}
.client-story-slider .owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

.client-story-slider  .team-video-section video {
	display:block;
	background-image: none;
}

/*Client story listing carousel start*/
.client-story-carousel .item,.client-detail-video-carousel .item {
	
	width: 100%;
}

.client-story-carousel .owl-prev ,.client-detail-video-carousel .owl-prev{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
    background-color: #fff !important;
    border-radius: 50% !important;
}

.client-story-carousel .owl-next,.client-detail-video-carousel .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
    background-color: #fff !important;
    border-radius: 50% !important;
}
.client-story-carousel .owl-prev i ,.client-detail-video-carousel .owl-prev i{
	margin-right: 4px;
}
.client-story-carousel .owl-next i ,.client-detail-video-carousel .owl-next i{
	margin-left: 4px;
}
.client-story-carousel .owl-prev i,.client-detail-video-carousel .owl-next i {
	font-size: 27px; 
	color: #ccc;
}

.client-story-carousel.owl-theme .owl-nav,.client-detail-video-carousel.owl-theme .owl-nav  {
	margin-top: 0; 
}


/*Client story listing carousel end*/

.bg-1 {
	background-color: #f4ecec !important;
}
.bg-2 {
	background-color: #f3f2f8 !important;
}
.bg-3 {
	background-color: #f7f8f3 !important;
}
.client-story {
	background-color: #fff;
}
.client-story-sec {
	padding: 5px 0px 0px 5px;
	overflow: hidden;
}
.client-story-wrap {
	display:  flex;
	align-items: center;
	justify-content: space-between;
}
.client-story-box-outer {
	display:  inline-block;
	vertical-align: top;
	width: 19.6%;
	margin: 0 5px 5px 0;
	/*width:375px;*/
}

.client-story-box {
	max-width: 380px;
	background-color: #eeeeee;
	margin:0 5px 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:  hidden;
 	transition: .5s ease;
	position: relative;
	/*min-height: 378px;
	height: 378px;*/
	width: 100%;
	/*margin:0 auto;*/
}
.client-story-wrap .client-story-box:last-child {
	margin-right: 0;
}


.client-story-box .client-story-img-inner {
	width: 100%;
	text-align: center;
	display:  inline-block;
	vertical-align: middle;
}
.client-story-box .client-story-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.client-story-box .client-story-overlay {
 transition: .5s ease;
	opacity: 0;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	display: table;
	padding: 20px;
}
.client-story-box:hover .client-story-overlay {
	opacity: 1;
}
.client-story-box .client-story-overlay-wrap {
	display: table-cell;
	vertical-align:  middle;
}
.client-story-box .client-story-overlay-wrap .client-story-icon {
	margin-bottom: 20px;
}
.client-story-box .client-story-overlay-wrap .client-story-icon img {
	max-width: 175px;
	width: 100%;
}
.client-story-box .client-story-overlay-wrap .desc {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	display: block;
}
.pos-ab {
	position: absolute;
}
.share-social-page {
	background-color: #000;
	padding: 80px;
}

.share-social-page h3 {
	color: #fff;
	font-size: 30px;
	margin-top: 0;
}

.share-social-page ul {
	padding: 0;
	margin:40px 0 0;
}

.share-social-page li {
	list-style:  none;
	border:1px solid #605e62;
	display:  inline-block;	
	width: 100px;
	height: 100px;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;

}
.share-social-page li:last-child {
	margin-right: 0;
}
.share-social-page li a {	
	text-decoration: none;	
	display:  inline-block;
	width: 100%;
	padding: 36px 0;
	vertical-align:  middle;
}

.client-detail-slider {
	padding: 0px 0px 5px;
}


.client-detail-slider .item {
	position: relative;
}
	

/*Client story detail carousel start*/
.client-story-carousel .item {
	
	width: 100%;
}

.client-detail-carousel .owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
    background-color: #fff !important;
    border-radius: 50% !important;
}

.client-detail-carousel .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
    background-color: #fff !important;
    border-radius: 50% !important;
}
.client-detail-carousel .owl-prev i {
	margin-right: 4px;
}
.client-detail-carousel .owl-next i {
	margin-left: 4px;
}
.client-detail-carousel .owl-prev i, .client-detail-carousel .owl-next i {
	font-size: 27px; 
	color: #ccc;
}

.client-detail-carousel.owl-theme .owl-nav {
 margin-top: 0; 
}


/*Client story detail carousel end*/
.next-story  {
	background-image: url(/front/images/next-story-bg.jpg);
    height: 705px;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    padding-top: 120px;
    display: inline-block; 
    padding-top: 165px;
    padding-bottom: 175px; 
	background-size: cover;  
	margin-bottom: 5px;
	margin-top: 5px;
}

.next-story-info {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.next-story-info-outer {
	width: 352px;
	height: 352px;
	display:inline-block;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	text-align: center;
	z-index: 9;
}
.next-story-info-outer:before {
	width: 458px;
	height: 458px;
	display:  inline-block;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.20);
	position: absolute;
	content: "";
	left: -50px;
	right: 0;
	margin: 0 auto;
	top: -50px;
	z-index: -1;
}

.next-story-info-inner {
	display: flex;
	align-items: center;
	height: 100%;
}

.next-story-info-wrap {
	display:  inline-block;
	width: 100%;
	vertical-align:  middle;
}

.next-story-info-inner span {
	display: inline-block;
	width: 100%;
	color: #000;
	 font-size: 22px;
	 font-weight: 500;	 
	 margin-bottom: 25px;
}

.next-story-info-inner img {
	max-width: 181px;
	width: 100%;
	display: inline-block;
}

.next-story-info-inner .btn-white {
	display:  inline-block;
	clear: both;
	width: auto;
	border:2px solid #d4d4d4;
	color: #000;
	font-weight: 500;
	margin-top: 35px;
	max-width: 100%;
}

.team-video-section video {
	display: block;
}

.client-detail-video .team-video-section #video1 {	
	background-image: none;	
}


/*Client story Modal start*/
	#clientStoryyModal.fade.in {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.75);
}
#clientStoryyModal .modal-dialog {
	max-width: 1775px;
	width: 90%;
	margin: 30px auto;
}
#clientStoryyModal .modal-content {
	border-radius: 0;
	box-shadow:  none;
	padding: 00px;
	border: 0;
	z-index: 9999;
	background-color: transparent;
}
#clientStoryyModal .modal-header {
	padding: 0;
	padding-bottom: 17px;
	position: relative;
	border-bottom: 0;
}
#clientStoryyModal .modal-header .close {
	position: absolute;
	top: -5px;
	right: -15px;
	opacity: 1;
}
#clientStoryyModal .modal-title {
	font-size: 18px;
	font-weight: 500;
	color: #27282e;
	line-height: 30px;
}
#clientStoryyModal .modal-body {
	box-shadow: 0px 0px 101px 0px rgba(0, 0, 0, 0.55);
	padding: 0;
}
#clientStoryyModal .client-story-popup-img img {
	width: 100%;
}
#clientStoryyModal .client-story-content-img {
	position: relative;
	margin-top: 25px;
}
#clientStoryyModal .client-story-content-img:before {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: -30px;
	background-image: url(/front/images/white-before.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	height: 227px;
	content: "";
	z-index: 0;
	max-width: 227px;
	width: 100%;
	margin: 0 auto;
	opacity: 0.15;
}
#clientStoryyModal .client-story-content-img img {
	width: 100%;
	max-width: 320px;
}
.client-story-popup {
	background-color: #171615;
}
#clientStoryyModal .client-story-popup-content {
	background-color: #171615;
	text-align: center;
	padding: 80px;
}
#clientStoryyModal .client-story-desc {
	margin-top: 110px;
}
#clientStoryyModal .client-story-desc p {
	font-size: 18px;
	font-weight: 300;
	line-height: 35px;
	color: #fff;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*Client story Modal End*/
/*==================================================
	=    Client Story Page  End           =
	==================================================*/

/*==================================================
	=  Promotional Products Adelaide Start  =
	==================================================*/
	.promotional-adelaide-sec {
	padding: 55px 45px  0px 45px;
}
.promotional-adelaide-sec h3 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 45px;
	line-height: 30px;
	color: #27282e;
	font-weight: 400;
}
.promotional-adelaide-sec .adelaide-bg {
	background-size: cover;
	background-image: url(/front/images/adelaide-bg.jpg);
	height: 750px;
	background-position: center center;
	background-repeat:  no-repeat;
	width: 100%;
	margin-bottom: 70px;
	position: relative;
}
.adelaide-content {
	display: table;
	height: 750px;
	min-height: 750px;
	background-color: rgba(0, 0, 0, 0.8);
}
.adelaide-content.bg-purple {
	background-color: rgba(101, 69, 145, 0.9);
}
.adelaide-content-wrap {
	display: table-cell;
	vertical-align: middle;
	padding: 80px;
	color: #fff;
}
.adelaide-content-wrap p {
	color: #fff;
	font-size: 22px;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 32px;
	margin-bottom: 30px;
}
.promotional-adelaide-sec .adelaide-bg.adelaide-bg-before:before {
	position: absolute;
	right: 184px;
	top: -70px;
	content: "";
	background-image: url(/front/images/quality-before.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 660px;
	width: 660px;
	margin: 0 auto;
	z-index: -1;
}
.map-sec {
	padding-top: 130px;
}
.map-sec h2 {
	color: #27282e;
	margin-bottom: 80px;
}
.adelaide-products .adelaide-content-products.what-makes-content:before {
	background-image: url(../images/promotional-before.png);
	opacity: 1;
	top: -45px;	
}
.what-makes-content.adelaide-content-products {
	margin-top: 150px;
}
/*==================================================
	=  Promotional Products Adelaide End =
	==================================================*/

/*==================================================
		=  Whats Seamless Start =
==================================================*/
.team-video-section {
	position:relative;
	width: 100%;
	overflow: hidden;
}
.team-video-section #video1 {
	height:100%;
	width:100%;
	background: transparent no-repeat url(/front/images/video-bg.jpg);
	background-size: 100% 100%;
}
.team-video-section .team-video {
	float:none;
}
 .team-video-section:not(.hide-control) .video-btn-play, .team-video-section:not(.hide-control) .video-btn-play2 {
 background:url("/front/images/video-btn.png") no-repeat;
 width:155px;
 height:155px;
 position:absolute;
 top:44%;
 left:0px;
 right:0px;
 margin:0 auto;
 z-index:999;
 cursor: pointer;
 border:0px;
}
 .team-video-section:not(.hide-control) .video-btn-play2, .team-video-section:not(.hide-control) .video-btn-pause2 {
 top:150px !important;
}
 .team-video-section:not(.hide-control) .video-btn-pause, .team-video-section:not(.hide-control) .video-btn-pause2 {
 background:url("/front/images/pause-btn.png") no-repeat;
 width:155px;
 height:155px;
 position:absolute;
 top:44%;
 left:0px;
 right:0px;
 margin:0 auto;
 z-index:999;
 cursor: pointer;
 border:0px;
}
.team-video-section .video-btn-play.video-btn-pause, .team-video-section .video-btn-play2.video-btn-pause2 {
	opacity:0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-video-section:hover .video-btn-play.video-btn-pause, .team-video-section:hover .video-btn-play2.video-btn-pause2 {
	opacity:1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-video-section.hide-control .video-btn-play, .team-video-section.hide-control .video-btn-play2 {
	display: none;
}

.client-sec {
	padding: 60px 45px 0;
}
.client-information {
	background-color: 	#e6e6e6;
}
.client-information .row {
	margin-right: 0;
	margin-left: 0;
}
.about-client {
	display:  table;
	background-color: #e6e6e6;
	height: 715px;
	min-height: 715px;
	width: 100%;
}
.about-client-wrap {
	display: table-cell;
	padding: 60px;
	vertical-align:  middle;
}
.about-client-wrap h2 {
	color: #27282e;
	margin-top: 0;
	margin-bottom: 55px;
}
.about-client-wrap p {
	font-size: 22px;
	line-height: 32px;
	color: #27282e;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.about-client-wrap .btn {
	margin-top: 45px;
}
.image-client {
	display: inline-block;
	width: 100%;	
	text-align:right;
}
.image-client img {
	width: 100%;
	max-width: 900px;
	object-fit: cover;
}
.services {
	padding:0 0 70px 0;
}
.services-box {
	padding: 70px 0;
}
.services-box .services-img {
	position: relative;
	text-align: center;
}
.services-box .services-img:before {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: -44px;
	background-image: url(/front/images/services1-before.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	height: 654px;
	content: "";
	z-index: -1;
	max-width: 654px;
	width: 100%;
	margin: 0 auto;
	opacity: 1;
}
#Brandind.services-box .services-img:before {

	background-image: url(/front/images/services2-before.png);
}

#Marketing.services-box .services-img:before {

	background-image: url(/front/images/services3-before.png);
}

.services-box .services-img img {
	width: 100%;
	max-width: 457px;
}
.services-box .services-content {
	display: table;
	min-height: 457px;
	height: 457px;
	width:100%;
}
.services-box .services-content-wrap {
	display: table-cell;
	vertical-align: middle;
}
.services-box .services-content-wrap h2{ 
	margin-top: 0; margin-bottom: 60px; 
	color: #27282e; 
}
.services-box .services-content-wrap p { 
	font-size: 22px; 
	font-weight: 300; 
	font-style: italic; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	color: #27282e; 
	line-height: 32px; 
}
.services-box .services-content-wrap .btn {
	margin-top: 50px;
}
/*==================================================
			=  Whats Seamless End =
==================================================*/



/*==================================================
		=  Contact us Start =
==================================================*/
.inner-page-contactus {
	padding:10px 0;
}

.contact-detail {
	max-width: 455px;
	width: 100%;
	border:1px solid #e0e0e0;
	display:  inline-block;
	border-radius: 6px;
	margin-bottom: 20px;
}

.contact-title {
	background-color: #654591;
	display: flex;
	justify-content: space-between;
	padding:30px 15px;
	align-items: center;	
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding-top: 90px;
	position: relative;
	overflow: hidden;
	z-index: 99;
	background-size: cover;
	background-repeat:  no-repeat;
	background-position: center center;
	height: 148px;
}

.contact-title:after {
    position: absolute;
    right: -215px;
    background-image: url(/front/images/contact-us-after.png);
    background-repeat: no-repeat;
    top: 10px;
    content: "";
    height: 400px;
    background-position: 0 0;
    width: 400px;
    background-size: 100%;
    z-index: -1;

}

.contact-title.melbourne {
	background-image: url(/front/images/melbourne-bg.png);
}

.contact-title.perth {
	background-image: url(/front/images/perth-bg.png);
}

.contact-title.adelaide {
	background-image: url(/front/images/adelaide-bg.png);
}

.contact-title.sydney {
	background-image: url(/front/images/sydney-bg.png);
}

.contact-title.brisbane {
	background-image: url(/front/images/brisbane-bg.png);
}

.contact-title.canberra {
	background-image: url(/front/images/canberra-bg.png);
}

.contact-title.darwin {
	background-image: url(/front/images/darwin-bg.png);
}

.contact-title.australia-national {
	background-image: url(/front/images/australia-national-bg.png);
}

.contact-title.china {
	background-image: url(/front/images/china-bg.png);
}

.contact-title h5 {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}


.contact-title .btn {
	background-color: transparent;
	padding: 0;
	text-decoration: underline;
	font-size: 14px; 
	font-weight: 400;
	border:0;
	max-width: max-content;

}

.contact-address {
	padding: 40px 22px;
	text-align: left;
}

.contact-address h5 { 
	font-size: 16px;
	font-weight: 400;
	color: #27282e;
	margin-top: 0;
	margin-bottom: 10px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 21px;     /* fallback */
   max-height: 42px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   min-height: 42px;
}
.contact-address b {
	font-size: 16px;
	font-weight: 500;
	color: #27282e;
	display: block;
	width: 100%;
}

.contact-address span.detail-contact {
	font-size: 16px;
	color: #27282e;
	margin-top: 25px;
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.contact-address .phone-appointment {
	display:  flex;
	justify-content:  space-between;
}
.contact-address .phone-number i {
	display:  inline-block; vertical-align:  middle;
}
.contact-address .phone-number i img {
	max-width: 16px;
}
.contact-address .phone-number span,.contact-address .appointment span {
	display:  inline-block; 
	vertical-align: middle;
	color: #654591;
	font-size: 16px;
	font-weight: 700;
	padding-left: 15px;
}
.contact-address .phone-appointment .appointment {
color: #654591;
	font-size: 16px;
	font-weight: 700;
 
}
/*==================================================
		=  Contact us End =
==================================================*/

/*==================================================
		=  Cheap promotional products Start =
==================================================*/
.inner-page-cheap-products {
	padding:70px 60px;
}

.cheap-product-box { 
	max-width: 580px; 
	width: 100%; 
	position: relative; 
	margin: 0 auto 30px;
}
.cheap-product-box .cheap-product-content { 
	position: absolute; 
	bottom: 0; 
	padding: 20px 25px; 
	background-color:  rgba(0,0,0,0.70); 
	width: 100%; 
	text-align:  left; 
}
.cheap-product-box .cheap-product-content h4 { 
	font-size: 24px; 
	margin: 0; 
	color: #fff; 
	font-weight: 400; 
}

.cheap-product-box:hover { 
	box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.42); 
	transition: box-shadow 0.3s ease-in-out;  
}
.cheap-product-box:hover .cheap-product-content { 
	background-color: rgba(136,82,210,0.70); 
	transition: 1s ease-out; 
}
/*==================================================
		=  Cheap promotional products End =
==================================================*/


/*==================================================
		=  Sponsor  Start =
==================================================*/
.inner-page-sponsor  {
	padding:70px 60px;
}

.sponsor-box {
	border:1px solid #e0e0e0; 
	display: inline-block; 
	width: 100%; 
	background-color: #f9f9f9; 
	margin-bottom: 30px; 
}

.sponsor-box .sposnor-img {
	background-color: #f9f9f9;  
	text-align: center;  
	width: 30%; display:  
	inline-block; 
	vertical-align:  middle; 
	padding: 15px;
}
.sponsor-box .sposnor-img img {
	width: 100% !important; 
	max-width: 150px; 
	margin: 0 auto; 
	height: auto !important;
}
.sponsor-box .sposnor-content { 
	padding: 30px 25px; 
	text-align: left; 
	width: 69%;  
	border-left: 1px solid #e0e0e0; 
	vertical-align:  middle; 
	display:  inline-block; 
	background-color: #fff;
}
.sponsor-box .sposnor-content h4 { 
	margin-top: 0; 
	font-size: 25px; 
	color: #27282e;
	 font-weight: 400; 
	 overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;   
   max-height: 30px;      /* fallback */
   min-height: 30px;
   -webkit-line-clamp: 1 ; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.sponsor-box .sposnor-content p { 
	font-size: 16px; 
	font-weight: 300; 	
	color: #58595f; 
	margin-bottom: 28px; 
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 28px;      /* fallback */
   max-height: 112px;      /* fallback */
   min-height: 112px;
   -webkit-line-clamp: 4 ; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.sponsor-box .sposnor-content .btn { 
	background-color: #fff; 
	color: #27282e; 
	max-width: 100%; 
	font-size: 13px; 
	padding: 10px; 
}

.sponsor-box:hover { 
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.14); 
	transition: box-shadow 0.3s ease-in-out; 
	border-color: #654591;  
}
.cheap-product-box:hover .cheap-product-content { 
	background-color: rgba(136,82,210,0.70); 
	transition: 1s ease-out; 
}
/*==================================================
		=  Sponsor  End =
==================================================*/


/*==================================================
		=  Gaurantee  Start =
==================================================*/

.inner-page-gaurantee {
	padding:60px 50px;
}
.gaurantee-box {
	border:10px solid #ececec; 
	max-width: 580px; 
	padding: 50px 25px; 
	margin: 0 auto 20px;
}
.gaurantee-box h4 { 
	margin-top: 20px; 
	font-size: 30px; 
	color: #27282e; 
	font-weight: 500; 
	margin-bottom: 20px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 33px;     /* fallback */
   max-height: 66px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   min-height: 66px;
}
.gaurantee-box p { 
	font-size: 16px; 
	color: #27282e; 
	font-weight: 300; 
	margin-bottom: 0; 	
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 22px;     /* fallback */
   max-height: 44px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   min-height: 44px;
}

.guarantee-terms h2 {
	font-size: 30px; 
	color: #27282e; 
	font-weight: 500; 
	margin-bottom: 30px; 
	text-align: left;  
	font-family: 'Roboto', sans-serif; 
}
.guarantee-terms ul {
	list-style:  none; 
	margin: 0; 
	padding: 0;
}
.guarantee-terms ul li {
	display:  inline-block; 
	width: 100%; 
	text-align: left; 
	margin-bottom: 25px;
}
.guarantee-terms ul li i {
	display:  inline-block; 
	width: 32px; height: 32px; 
	vertical-align:  middle; 
	border-radius: 50%; 
	border:1px solid #654591; 
	text-align: center; 
	font-size: 16px; 
	color: #27282e; 
	font-style:  normal; 
	line-height: 1.9;
}
.guarantee-terms ul li span {
	display:  inline-block; 
	width: 94%; 
	vertical-align: top; 
	padding-left:10px; 
	text-align: left; 
	font-size: 16px; 
	color: #27282e; 
	line-height: 25px; 
}
/*==================================================
		=  Gaurantee  End =
==================================================*/


/*==================================================
		=  News  Start =
==================================================*/

.inner-page-news {
	padding:40px 40px;
}

.inner-page-news .col-lg-6:nth-child(odd), .inner-page-news .col-md-6:nth-child(odd), .inner-page-news .col-sm-6:nth-child(odd){
	clear: left;
}

.inner-page-news .news-box {
	border:1px solid #dbdbdb; 
	display:  inline-block; 
	width: 100%; 
	margin-bottom: 25px;
}
.inner-page-news .news-box .img-block {
	 display:  inline-block;
	 width: 100%;
	 margin: 0 auto;
	 text-align: center;
	 position:relative;
}

.inner-page-news .news-box .img-block img {
	width: 100%; 
	max-width: 885px;
}
.inner-page-news .news-box .news-content {
	padding:50px 40px;
}
.inner-page-news .news-box .news-content .date-sec { 
	width: 10%; 
}
.inner-page-news .news-box .news-content .detail-sec { 
	padding-left: 30px;
	width: 89%; 
}
.inner-page-news .news-box .news-content .detail-sec .news-title {
	margin-bottom: 20px;
}

.news-container {
 max-width: 885px; 
 width: 100%; 
 margin: 0 auto; 
}
.news-inner-img {
	margin-bottom: 25px;
}
.news-inner-img img { 
	max-width: 344px; 
	width: 100%; 
}
/*==================================================
		=  News  End =
==================================================*/


/*==================================================
		=  Pagination Start =
==================================================*/
.pagination-bottom { clear: both;} 
#navcontainer_main #navcontainer span.boldtxt , .pading_top_bot  span.boldtxt{ font-size:18px !important; margin-bottom: 10px !important;}
.overlay-like-share .like-share-btn .like-share-group.active .like-heart { display: block !important; }
.overlay-like-share .like-share-btn .like-share-group.active .unlike-heart { display: none !important; }
#navcontainer_main #navcontainer, .pading_top_bot{ font-size:18px !important;}
/*#navcontainer_main #navcontainer .text-center {float : right ;}*/
#navcontainer_main #navcontainer .pagination > li:first-child {display: none;}
#navcontainer_main #navcontainer .pagination > li.end {display: none;}
#navcontainer_main #navcontainer .pagination > li a { border: 2px solid #e7e7e7; background-color: #fff; font-size:15px; color: #5c5a60; font-weight: 500; margin-right:5px; border-radius: 5px; position:relative;}
#navcontainer_main #navcontainer .pagination > li.next a { margin-right: 0; }
#navcontainer_main #navcontainer .pagination > li a:hover { border: 2px solid #654591; background-color: #fff; font-size:15px; color: #5c5a60; }
#navcontainer_main #navcontainer .pagination > li.active  a { background-color: #654591; border-color: #654591; color: #fff;}
#navcontainer_main #navcontainer .pagination > li.priew-arrow, #navcontainer_main #navcontainer .pagination > li.next-arrow, #navcontainer_main #navcontainer .pagination > li.last_first-arrow, #navcontainer_main #navcontainer .pagination > li.last_sec-arrow  {display: none;}
#navcontainer_main #navcontainer .pagination > li.previous a { padding-left: 40px; text-transform: uppercase;}
#navcontainer_main #navcontainer .pagination > li.previous a:before { position: absolute; content: ""; left:17px; top:14px; background-image: url(/front/images/arrow-left-pagi.png); background-repeat: no-repeat; background-position: left center; width: 14px; height: 10px;}
#navcontainer_main #navcontainer .pagination > li.next a{text-transform: uppercase; padding-right:40px;}
#navcontainer_main #navcontainer .pagination > li.next a:after{ position: absolute; content: ""; right:15px; top:15px; background-image: url(/front/images/arrow-right-pagi.png); background-repeat: no-repeat; background-position: right center; width: 14px; height: 10px;}
/*==================================================
		=  Pagination  End =
==================================================*/
/* Extra CSS */
.pro-cat-description{clear: both;width: 100%;display: inline-block;}
#goog_conv_iframe{display: none;}


/*Like Share start*/

.overlay-like-share {
	position: absolute;
	text-align:center;
	width:100%;
	opacity :0;
	transition:  all 0.3s ease-in-out 0s;
	top:0;
	left: 0;
	bottom:0;
	background-color:rgba(255,255,255,0.6);
	height:100%;
}

.overlay-like-share .like-share-btn {
	position: absolute;
	text-align:center;
	width:100%;
	opacity :1;	
	top:0;
	left: 0;
	bottom:0;
	background-color:rgba(255,255,255,0.6);
	height:100%;
}


.overlay-like-share .like-share-btn .like-share-group {
	opacity:0;
	position: absolute;
	bottom:15px;
	left:0;
	right:0;
	padding-left:15px;
	padding-right:15px;
	display: flex;
	align-item:center;
	justify-content: space-between;
}


.overlay-like-share .like-share-btn .social-media-group{	
	position: absolute;	
	text-align:center;
	width:100%;
	opacity :1;	
	top:0;
	left: 0;
	bottom:0;	
	height:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index:99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.overlay-like-share .like-share-btn .social-media-group a {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom:25px;
	color: #000;
	font-size: 22px;	
}
.overlay-like-share .like-share-btn .social-media-group a:last-child{
	margin-bottom:0;}

/*testimonial hover like share*/
.testimonial-box .testimonial-img:hover .overlay-like-share {
	opacity: 1;
}

.testimonial-box .testimonial-img:hover .overlay-like-share .like-share-btn .like-share-group{	
	opacity: 1;
}

.testimonial-box .testimonial-img:hover .overlay-like-share .like-share-btn .like-share-group a {
 font-size: 18px;
 color: #000;	
}
/*testimonial hover like share*/

/*News Blog hover like share*/
.inner-page-news .news-box .img-block:hover  .overlay-like-share{
	opacity: 1;
}

.inner-page-news .news-box .img-block:hover .overlay-like-share .like-share-btn .like-share-group{	
	opacity: 1;
}

.inner-page-news .news-box .img-block:hover .overlay-like-share .like-share-btn .like-share-group a {
 font-size: 18px;
 color: #000;	
}
/*News Blog hover like share*/


/*client story detail*/

.client-story-carousel .item:hover .overlay-like-share {
	opacity: 1;
}

.client-story-carousel .item:hover .overlay-like-share .like-share-btn {
	opacity: 1;
}
.client-story-carousel .item:hover .overlay-like-share .like-share-btn .like-share-group  {
	opacity: 1;
}

.client-story-carousel .item:hover  .overlay-like-share .like-share-btn .like-share-group a {
 font-size: 18px;
 color: #000;	
}



.client-detail-slider .item:hover .overlay-like-share {
	opacity: 1;
}
.client-detail-slider .item:hover .overlay-like-share .like-share-btn {
	opacity: 1;
}
.client-detail-slider .item:hover .overlay-like-share .like-share-btn .like-share-group  {
	opacity: 1;
}

.client-detail-slider .item:hover  .overlay-like-share .like-share-btn .like-share-group a {
 font-size: 18px;
 color: #000;	
}

.client-story-carousel .item .team-video-section:hover .overlay-like-share , .client-detail-video-carousel .item .team-video-section:hover .overlay-like-share {
	opacity: 1;
}

.client-story-carousel .item .team-video-section:hover .overlay-like-share .like-share-btn, .client-detail-video-carousel .item .team-video-section:hover  .overlay-like-share .like-share-btn {
	opacity: 1;
}
.client-story-carousel .item .team-video-section:hover .overlay-like-share .like-share-btn .like-share-group, .client-detail-video-carousel .item .team-video-section:hover .overlay-like-share .like-share-btn .like-share-group  {
	opacity: 1;
}
.client-story-carousel .item .team-video-section:hover .overlay-like-share .like-share-btn .like-share-group a, .client-detail-video-carousel .item .team-video-section:hover .overlay-like-share .like-share-btn .like-share-group a {
 font-size: 18px;
 color: #000;	
}

/*client story detail*/

/*Like Share end*/
.form-quick-enquiry .g-recaptcha > div {
    margin: 0 auto;
}