/*------------------------------------------------------------------
[Table of contents]

1. Reset CSS
2. Tables
3. Typography
4. Buttons
5. Tabs
6. Header
7. Content
8. Footer
9. Blog
10. Gallery
11. 404
12. Contact
13. About Us
14. Faq
15. Masonry
16. Scripts
17. Responsive718

-------------------------------------------------------------------*/

/* Reset CSS
-----------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline:0px solid red;
}
ol, ul, li {
	list-style: none;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font-family: 'Roboto', sans-serif;
	/*font: 12px/16px 'Open Sans', Arial, Verdana, sans-serif;*/
	width: 100%;
	height: 100%;
	background:#fff;
	color:#626262;
	overflow-x:hidden;
	font-weight:300;
}
/* Tables
-----------------------------------------------------------------------------*/
/* Table default */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom:50px;
}
td{
	padding:15px;
	font-size:13px;
	color:#333;
	border:1px solid #ddd;
	text-align:left;
}
thead td{
	font-weight:700;
	background:#03A9F4;
	color:#fff;
	border:1px solid #03A9F4;
	text-transform:uppercase;
	letter-spacing:1px;
}
td:first-child{
	text-align:center;
}
/* Table border */
.table-border thead td{
	background:transparent;
	color:#333;
	border:0;
	border-bottom:1px solid #ddd;
}
.table-border td{
	border:0;
	border-bottom:1px solid #ddd;
}
/* Table fill */
.table-fill thead td{
	background:#f8f8f8;
	color:#333;
	border:1px solid #ddd;
}
.table-fill td{
	border:1px solid #ddd;
}
.table-fill tr:nth-child(2n) td{
	background:#f8f8f8;
}
/* Table fill blue */
.table-fill-blue thead td{
	background:#03A9F4;
	color:#fff;
	border:1px solid #03A9F4;
}
.table-fill-blue td{
	border:1px solid #ddd;
}
.table-fill-blue tr:nth-child(2n) td{
	background:#f8f8f8;
}
/* Table blue */
.table-blue thead td{
	background:#03A9F4;
	color:#fff;
	border:1px solid #fff;
}
.table-blue td{
	border:1px solid #fff;
	background:#03A9F4;
	color:#fff;
}
img {
	border: none;
	max-width:100%;
	vertical-align: middle;
}
:focus {
	outline: 0;
}
/* Typography
-----------------------------------------------------------------------------*/
a {
	outline: none;
	font-size:15px;
	text-decoration: none;
	color: #03A9F4;
	font-weight:300;
}
a:hover, a:focus {
    text-decoration: none;
	color: #03A9F4;
}
p {
    font-size: 15px;
    color: #626262;
    line-height: 1.7em;
    margin: 0 0 20px;
	text-align:justify;
}
h1, h3, h4, h5, h6, h7{
	font-weight:300;
}
h1{
	
    color: #2b2b2b;
    font-size: 42px;
    line-height: 1.3em;
    margin: 0 0 20px;
    font-weight: 300;
   /* text-transform: uppercase;*/
}
h2{
	
	color: #333;
    font-size: 30px;
    line-height: 1.3em;
    margin: 0 0 30px;
    font-weight: 300;
}
h3{
	
    color: #2b2b2b;
    font-size: 23px;
    line-height: 1.3em;
    margin: 0 0 24px;
    letter-spacing: 1px;
	font-weight:300;
}
h4{
	
	color: #333;
    font-size: 19px;
    line-height: 1.5em;
    margin: 8px 0 8px;
    font-weight: 300;
    letter-spacing: normal;
}
h5{
	
	color: #2b2b2b;
    font-size: 18px;
    line-height: 1.3em;
    margin: 0 0 11px;
    font-weight: 300;
}
h6{
	
	color: #2b2b2b;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 0 11px;
    font-weight: 300;
}
h7{
	
	color: #2b2b2b;
    font-size: 14px;
    line-height: 1em;
    margin: 0 0 11px;
	font-weight:300;
}
#icon-services-hover:hover h7{
    text-decoration: none;
    color: #2b2b2b;
	font-weight: 500;
}
#icon-services-hover:hover i{
  /*  color: #000;
    background: #eaeaea;*/
  font-size:22px;
  transition: 0.5s ease-out;
}

blockquote, q {
	quotes: none;
}
blockquote{
	font-size: 15px;
    color: #f8f8f8;
    line-height: 26px;
    margin: 20px 0;
    padding: 20px;
    background: #0088d1;
    font-style: italic;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* Clearfix */
.clear:before, .clear:after {
   content: "";
   display: table;
}
.clear:after {
   clear: both;
}
.clear {
   zoom: 1;
}
/* Inputs */
input {
	vertical-align: middle;
}
input[type="text"]{
  /*  border: 1px solid #eee;
    background: #fff;
    padding: 10px 16px;
    max-width: none;
    border-radius: 0;
    height: 46px;
    font-size: 14px;
	box-shadow:none;*/
}
textarea{
	border: 1px solid #eee;
	height:100px;
    background: #fff;
    padding: 10px 16px;
    max-width: none;
    border-radius: 0;
	resize:none;
	overflow:hidden;
	font-size: 14px;
	box-shadow:none;
}
input[type="submit"]{
    height: 53px;
    line-height: 38px;
    padding: 0 30px;
    background: #4CAF50;
    border: 0px;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
input[type="submit"]:hover{
	background:#388E3C;
}
/* Placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {color: #9e9e9e;opacity: 1;}
:-moz-placeholder {color: #9e9e9e;opacity: 1;}
::-moz-placeholder {color: #9e9e9e;opacity: 1;}
:-ms-input-placeholder {color: #9e9e9e;opacity: 1;}
:focus::-moz-placeholder{ color: #9e9e9e; opacity: 0;}
*::-moz-placeholder{ opacity: 1;}
:focus::-webkit-input-placeholder {color: #fff;opacity: 0;}
:focus:-moz-placeholder {color: #fff;opacity: 0;}
:focus::-moz-placeholder {color: #fff;opacity: 0;}
/* Buttons
-----------------------------------------------------------------------------*/
.btn-block{
	margin-bottom:40px;
	text-align:center;
}
.btn-block button{
	margin:0 10px 15px;
}
/* Button default */
.btn{
	background: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    /*text-transform: uppercase;*/
    border: 2px solid transparent;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
	border-radius:0;
	margin-top:10px;
}
.btn:hover{
	background: #03A9F4;
	color:#fff;
}
.btn.btn-border{
	border: 2px solid #FF5722;
    background: transparent;
    color: #333;
}
.btn.btn-border:hover{
	background: #FF5722;
	color:#fff;
}
.btn.btn-radius{
	border-radius:50px;
}
/* Button green */
.btn.btn-green{
	background: #4CAF50;
}
.btn.btn-green:hover{
	background: #388E3C;
}
.btn.btn-green.btn-border{
	border: 2px solid #4CAF50;
    background: transparent;
    color: #333;
}
.btn.btn-green.btn-border:hover{
	background: #4CAF50;
	color:#fff;
}
/* Button black */
.btn.btn-black{
	background: #333;
}
.btn.btn-black:hover{
	background: #000;
}
.btn.btn-black.btn-border{
	border: 2px solid #333;
    background: transparent;
    color: #333;
}
.btn.btn-black.btn-border:hover{
	background: #333;
	color:#fff;
}
/* Button purple */
.btn.btn-purple{
	background: #9C27B0;
}
.btn.btn-purple:hover{
	background: #861e98;
}
.btn.btn-purple.btn-border{
	border: 2px solid #9C27B0;
    background: transparent;
    color: #333;
}
.btn.btn-purple.btn-border:hover{
	background: #9C27B0;
	color:#fff;
}
/* Button blue */
.btn.btn-blue{
	background: #03A9F4;
	color:#fff !important;
}
.btn.btn-blue:hover{
	background: #039ee4;
}
.btn.btn-blue.btn-border{
	border: 1px solid #03A9F4;
    background: transparent;
    color: #333;
}
.btn.btn-blue.btn-border:hover{
	background: #03A9F4;
	color:#fff;
}
.btn.btn-blue a:hover{
	color:#000 !important;
}
/* Button grey */
.btn.btn-grey{
	background: #616161;
}
.btn.btn-grey:hover{
	background: #333;
}
.btn.btn-grey.btn-border{
	border: 2px solid #616161;
    background: transparent;
    color: #333;
}
.btn.btn-grey.btn-border:hover{
	background: #616161;
	color:#fff;
}
/* Social */
.social{
   /* margin: -10px -8px 0;*/
    padding: 0;
    text-align: center;
}
.social li{
    display: inline-block;
    margin: 0 8px;
}
.social li a{
	display: block;
    position: relative;
    color: #333;
    font-size: 15px;
    text-align: center;
    border-radius: 100px;
    transition: all ease-out 0.5s;
    line-height: 35px;
}
.social li a:hover{
    color: #03A9F4;
}
/* Preloader */
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f8f8f8;
    z-index: 100500;
}
#page-preloader .spinner {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../img/loading.gif') no-repeat 50% 50%;
    margin: -32px 0 0 -32px;
}
/* Tabs
-----------------------------------------------------------------------------*/
/* Default Tabs */
div.tabs{
	margin-bottom:50px;
}
ul.tabs{
	overflow:hidden;
	margin:0 0 20px;
}
ul.tabs li{
    border: 1px solid #ddd;
    padding: 15px 28px;
    color: #333;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
}
ul.tabs li.active, ul.tabs li:hover{
	background:#03A9F4;
	color:#fff;
	border:1px solid #03A9F4;
}
.tab-block{
	display:none;
}
.tab-block.visible{
	display:block;
}
.tab-block p{
	margin:0;
}
/* Tabs no border */
.tabs-no-border .tab-block {
    background: #f8f8f8;
    padding: 20px;
}
.tabs-no-border ul.tabs li {
    border: 0;
    padding: 0;
    color: #8b8b8b;
    font-size: 13px;
   
    margin: 0 9px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tabs-no-border ul.tabs li.active, .tabs-no-border ul.tabs li:hover {
    background: transparent;
    color: #333;
    border: 0;
}
/* Tabs vertical */
.tabs-vertical .tab-block {
    background: #f8f8f8;
    padding: 20px;
}
.tabs-vertical ul.tabs li {
    border: 0;
    padding: 0 0 6px;
    color: #8b8b8b;
    font-size: 13px;
   
    margin: 0 9px 13px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.tabs-vertical ul.tabs li.active, .tabs-vertical ul.tabs li:hover {
    background: transparent;
    color: #333;
    border: 0;
}
/* Header
-----------------------------------------------------------------------------*/
#header{
    padding: 0 100px;
    background-color:#fff;
    width: 100%;
    position: relative;
    z-index: 500;
}
.index-page #header{
	border-bottom:0px;
}
.logo{
	float: left;
    /* color: #333; */
    /* font-size: 20px; */
    /* font-weight: 400; */
    /* text-transform: uppercase; */
    padding: 13px 0 13px 0;
    /* text-decoration: none; */
    position: relative;
    z-index: 100;
    margin-left: 5px;
    /* letter-spacing: 2px; */
    /* line-height: 20px; */
}
/* Nav & Menu */
.navbar {
    margin-bottom: 0;
    border: 0;
}
.navbar-toggle .icon-bar {
    background: #333;
}
.navbar-toggle {
    margin: 21px -6px 0 0px;
}
.menu{
	float:right;
}
.menu li{
	display: inline-block;
	position:relative;
    padding: 0px 10px;
}
.menu li a{
	
	color: #333;
    font-size: 13px;
    font-weight: 300;
	position:relative;
    text-transform: uppercase;
   /* letter-spacing: 0.1em;*/
    text-decoration: none;
    padding: 11px 0px;
}
.menu li a:hover{
	color: #03A9F4;
}
.menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 1px;
  left: 0;
  background-color: #03A9F4;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.menu > li > a:hover, .menu > li > a:focus {
	color: #333;
}
.active-menu{
	font-weight:400 !important;
	color:#03A9F4 !important;
}
/*.nav > li > a:hover, .nav > li > a:focus {
    background-color: #f8f8f8;
    color: #333;
}*/
.dropdown-menu{
    position: absolute;
    top: 45px;
    left: 10px;
    width: 260px;
    background: #f8f8f8;
    padding: 5px 0;
    display: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.dropdown-menu li{
	display:block;
	padding:0;
}
.dropdown-menu li a{
    padding: 8px 10px;
    color: #333;
    display: block;
    text-transform: none;
    font-size: 13px;
}
.dropdown-menu li a:hover{
	background:#fff;
	color:#2b2b2b;
	text-decoration:none;
}


/* Header right blocks */
.header-right{
	float:right;
	padding: 30px 0 0;
	position:relative;
	z-index:100;
}
.header-search{
	display:inline-block;
    font-size: 16px;
    margin: 0 0 0 20px;
	color:#333;
}
.header-white .nav > li > a:hover, .header-white .nav > li > a:focus {
    background-color: transparent;
    color: #03A9F4;
}
.header-white .dropdown-menu li a{
	color:#333 !important;
}
.header-white .navbar-toggle .icon-bar {
    background: #fff;
}
.header-white .nav .open > a, .header-white .nav .open > a:hover, .header-white .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
	color:#333;
}
.rightlogo img {
    width: 117px;
    margin: 12px 6px 0 0;
}

/* Content
-----------------------------------------------------------------------------*/
.content-wrapper{
	margin-bottom:50px;
}
.index-page section{
	padding:25px 0px;
}
/*.index-page section h2{
	text-align:center;
	margin: 0 0 54px;
}*/
/* Services */
#services{
	padding-bottom: 17px;
    background: #fff;
}
#services h2{
	color:#000;
	font-weight:400;
	margin: 0 0 20px;
}
#services h4{
	color:#626262;
}
#services h4:hover{
	color:#1bccd4;
}
#services .col-md-4 {
    margin-bottom: 30px;
	overflow: hidden;
}
/*----icon-services----*/
.icon-services{
	font-size: 42px;
    margin: 0px 15px 60px 0;
    color: #1bccd4;
    line-height: 42px;
    float: left;
    width: 55px;
    text-align: center;
}
.icon-services:hover{
	font-size: 42px;
    margin: 0px 15px 60px 0;
    color: #666;
    line-height: 42px;
    float: left;
    width: 55px;
    text-align: center;
}		
#services p {
    font-size: 13px;
    margin: 0;
	color:#939292;
	line-height: 18px;
	text-align:left;
}
/*----icon-services----*/
/*----icon-retail----*/
.icon-retail{
	font-size: 20px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    padding: 20px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.icon-retail i{
    width: 70px;
    height: 70px;
    padding: 25px;
    background-color: #4bcdf8;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}	
.icon-retail i:hover{
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
	background: #2F2F2F;    
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
}
#retail p {
    font-size: 13px;
    margin: 0;
	color:#fff;
}
/*Blog text box*/
.blog-text .icon-retail {
    font-size: 36px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    padding: 10px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.blog-text .icon-retail i {
    width: 100%;
    height: 70px;
    padding: 15px;
    background-color: #1f76c5;
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
}
.blog-text .icon-retail i:hover {
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    background: #2F2F2F;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
}
/*Blog text box gradient*/
.blog-text .icon-retail-g {
    font-size: 36px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    padding: 10px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.blog-text .icon-retail-g i {
    width: 100%;
    height: 70px;
    padding: 15px;
    /*background-color: #4bcdf8;*/
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
background: rgba(32,174,250,1);
background: -moz-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,174,250,1)), color-stop(12%, rgba(32,174,250,1)), color-stop(65%, rgba(24,75,242,1)), color-stop(100%, rgba(24,75,242,1)));
background: -webkit-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -o-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: linear-gradient(135deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20aefa', endColorstr='#184bf2', GradientType=1 );
}
.blog-text .icon-retail-g i:hover {
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    /*background: #2F2F2F;*/
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
background: rgba(76,76,76,1);
background: -moz-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(24%, rgba(89,89,89,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(76%, rgba(17,17,17,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: linear-gradient(135deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
}
/*----icon-retail----*/
/*----icon-restaurant----*/
.icon-restaurant{
	font-size: 20px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    padding: 20px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.icon-restaurant i{
    width: 70px;
    height: 70px;
    padding: 25px;
    background-color: #88be4c;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}	
.icon-restaurant i:hover{
   /* color:#000;
    background: #eaeaea;*/
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
	background: #2F2F2F;
	-webkit-transition: all linear 400ms;
    transition: all linear 400ms;
}
#restaurant p {
    font-size: 13px;
    margin: 0;
	color:#fff;
}
/*Blog text box*/
.blog-text .icon-restaurant {
    font-size: 36px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    padding: 10px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.blog-text .icon-restaurant i {
    width: 100%;
    height: 70px;
    padding: 15px;
    background-color: #119ed4;
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
}
.blog-text .icon-restaurant i:hover {
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    background: #2F2F2F;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
}
/*Blog text box gradient*/
.blog-text .icon-restaurant-g {
    font-size: 36px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    padding: 10px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.blog-text .icon-restaurant-g i {
    width: 100%;
    height: 70px;
    padding: 15px;
    /*background-color: #88be4c;*/
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
background: rgba(32,174,250,1);
background: -moz-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,174,250,1)), color-stop(12%, rgba(32,174,250,1)), color-stop(65%, rgba(24,75,242,1)), color-stop(100%, rgba(24,75,242,1)));
background: -webkit-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -o-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: linear-gradient(135deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20aefa', endColorstr='#184bf2', GradientType=1 );
}
.blog-text .icon-restaurant-g i:hover {
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    /*background: #2F2F2F;*/
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
background: rgba(76,76,76,1);
background: -moz-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(24%, rgba(89,89,89,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(76%, rgba(17,17,17,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: linear-gradient(135deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
}
/*----icon-restaurant----*/
/*----icon-loyalty----*/
.icon-loyalty{
	font-size: 20px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    padding: 20px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.icon-loyalty i{
    width: 70px;
    height: 70px;
    padding: 23px;
    background-color: #ed6663;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}	
.icon-loyalty i:hover{
   /* color:#000;
    background: #eaeaea;*/
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
	background: #2F2F2F;
	-webkit-transition: all linear 400ms;
    transition: all linear 400ms;
}
/*Blog text box*/
.blog-text .icon-loyalty {
    font-size: 36px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    padding: 10px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.blog-text .icon-loyalty i {
    width: 100%;
    height: 70px;
    padding: 15px;
    background-color: #1bccd4;
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
}
.blog-text .icon-loyalty i:hover {
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    background: #2F2F2F;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
}
/*Blog text box gradient*/
.blog-text .icon-loyalty-g {
    font-size: 36px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    padding: 10px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.blog-text .icon-loyalty-g i {
    width: 100%;
    height: 70px;
    padding: 15px;
    /*background-color: #ed6663;*/
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
background: rgba(32,174,250,1);
background: -moz-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,174,250,1)), color-stop(12%, rgba(32,174,250,1)), color-stop(65%, rgba(24,75,242,1)), color-stop(100%, rgba(24,75,242,1)));
background: -webkit-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -o-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: linear-gradient(135deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20aefa', endColorstr='#184bf2', GradientType=1 );
}
.blog-text .icon-loyalty-g i:hover {
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    /*background: #2F2F2F;*/
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
background: rgba(76,76,76,1);
background: -moz-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(24%, rgba(89,89,89,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(76%, rgba(17,17,17,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: linear-gradient(135deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
}
/*----icon-loyalty----*/
/*----icon-supplychain----*/
.icon-supplychain{
	font-size: 20px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    padding: 20px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.icon-supplychain i{
    width: 70px;
    height: 70px;
    padding: 25px;
    background-color: #ffc527;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}	
.icon-supplychain i:hover{
   /* color:#000;
    background: #eaeaea;*/
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
	background: #2F2F2F;
	-webkit-transition: all linear 400ms;
    transition: all linear 400ms;
}

/*Blog text box*/
.blog-text .icon-supplychain {
    font-size: 36px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    padding: 10px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.blog-text .icon-supplychain i {
    width: 100%;
    height: 70px;
    padding: 15px;
    background-color: #1fca9d;
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
}
.blog-text .icon-supplychain i:hover {
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    background: #2F2F2F;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
}
/*Blog text box gradient*/
.blog-text .icon-supplychain-g {
    font-size: 36px;
    color: #fff;
    line-height: 20px;
    /* background: #1f9ed1; */
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    padding: 10px 0 10px 0;
    /* width: 55px; */
    /* text-align: center; */
}
.blog-text .icon-supplychain-g i {
    width: 100%;
    height: 70px;
    padding: 15px;
    /*background-color: #ffc527;*/
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
background: rgba(32,174,250,1);
background: -moz-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,174,250,1)), color-stop(12%, rgba(32,174,250,1)), color-stop(65%, rgba(24,75,242,1)), color-stop(100%, rgba(24,75,242,1)));
background: -webkit-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -o-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
background: linear-gradient(135deg, rgba(32,174,250,1) 0%, rgba(32,174,250,1) 12%, rgba(24,75,242,1) 65%, rgba(24,75,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20aefa', endColorstr='#184bf2', GradientType=1 );
}
.blog-text .icon-supplychain-g i:hover {
     -moz-border-radius: 0px; 
     -webkit-border-radius: 0px; 
     border-radius: 0px; 
    /*background: #2F2F2F;*/
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
background: rgba(76,76,76,1);
background: -moz-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(24%, rgba(89,89,89,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(76%, rgba(17,17,17,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
background: linear-gradient(135deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 24%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 76%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
}
/*----icon-supplychain----*/
.index-image{
	overflow:hidden;
	position:relative;
	padding:0 !important;
	background:#03A9F4;
}
.index-image p{
	margin: 0 0 32px;
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}
.index-image h3{
    text-align: left;
    margin: 0 0 22px;
	color:#fff;
}
.img-left{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
}
.img1{
	background:url(http://placehold.it/951x480) no-repeat center center;
}
.img2{
	background:url(http://placehold.it/951x480) no-repeat center center;
}
.information-right{
    width: 50%;
    float: right;
    padding: 145px 11% 145px 49px;
    text-align: left;
}
.index-image-right .information-right{
	float:left;
	text-align:right;
	padding: 145px 49px 145px 11%;
}
.index-image.index-image-right .information-right h3{
	text-align:right;
}
.index-image-right .img-left{
	right: 0;
    left: inherit;
}
.information-right .read-more{
	color:#FFF;
	border-bottom:1px solid #fff;
}
/* Portfolio */
.portfolio-wrapper{
	overflow:hidden;
	margin: 0px;    
	text-align: center;
	margin-bottom: 10px;
}
.portfolio-wrapper a{
	text-decoration:none;	
	color:#000;
}
.portfolio-wrapper h7:hover{
	text-decoration:none;	
	color:#2F2F2F;
	font-weight: 400;
}
.portfolio-wrapper .col-md-3{
	padding:0;
	/*text-align:center;*/
}
.portfolio-wrapper img{
	width:100%;
	display:block;
	position:relative;
}
.portfolio-wrapper figure a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:relative;
}
.portfolio-wrapper figure a:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.3);
	display:none;
	z-index:1;
	content:'';
}
.portfolio-wrapper figure a:after{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 50px;
    display: none;
    margin: -18px 0 0 -18px;
    font: normal normal normal 12px/35px FontAwesome;
    content: "\f002";
	z-index:2;
    text-align: center;
}
.portfolio-wrapper figure a:hover:before, .portfolio-wrapper figure a:hover:after{
	display:block;
}
.portfolio-wrapper figure a:hover img {
    transform: scale(1.1);
}
.portfolio-wrapper figure img{
	transition: all .2s ease-in-out;
}
.my-sizer-element {
    position: absolute;
    opacity: 0;
    visibility: hidden;
	width: 8.33333%;
	float:left;
}
.portfolio-menu{
    
	/*text-align:center;*/
    margin: 5px 0 5px;
	font-weight:300;
}
.portfolio-menu button, .portfolio-menu button:hover, .portfolio-menu button:focus{
    background: #fce667;
    padding: 10px 30px;
    border: 0px;
    border-radius: 0;
    font-size: 13px;
    margin: 0;
    outline: 0 !important;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.portfolio-menu button:hover, .portfolio-menu button:focus{
    background: #4bcdf8;
    padding: 10px 30px;
    border: 0px;
    border-radius: 0;
    font-size: 13px;
    margin: 0;
    outline: 0 !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
	-webkit-transition: all linear 200ms;
    transition: all linear 200ms;
}
.portfolio-menu button.active{
    box-shadow: none;
    color: #fff;
    padding: 10px 30px;
    background: #4bcdf8;
}
.btn--warning{
	background: #000;
}

.offering-head{
	
	color: #333;
    font-size: 19px;
    line-height: 1.5em;
    margin: 8px 0 8px;
    font-weight: 400;
    letter-spacing: normal;
}

/* Blog */
.blog-item .img{
    margin: 0;
    overflow: hidden;
}
.blog-item .img img{
	width: 100%;
}
.date{
	color: #929292;
    margin: 0 0 10px;
    line-height: 16px;
    font-size: 13px;
}
#blog{
	background: #f8f8f8;
	padding-bottom:25px;
}
.blog-text{
	background:#fff;
	border: 1px solid #ddd;
	padding: 10px;
	text-align:center;
}
.blog-text h5{
    font-weight:400;
}
.blog-text p{
    /* height: 55px; */
    line-height: 22px;
	/* text-align:center; */
}
.gallery-item .blog-text p{
    height: 100px;
    line-height: 22px;
	text-align:center;
}
.blog-text a{
	text-decoration:none;
	color:#03A9F4;
	font-size: 13px;
}
.blog-text a:hover h5{
	text-decoration:none;
	color:#03A9F4;
}
.blog-text a:hover{
	text-decoration:none;
	color:#000;
}
/* Team */
.team-text{
	padding: 86px 27px 27px;
    text-align: center;
    background: #fff;
    border-right: 6px solid #2196F3;
    border-bottom: 6px solid #2196F3;
}
.team-text h4{
	font-weight:400;
}
#team{
	padding-bottom:80px;
	background: #03A9F4;
}
#team h2{
	color:#fff;
}
#team article{
	margin-bottom:30px;
}
.team-item .img{
    margin: 0 auto -61px;
    overflow: hidden;
    width: 130px;
}
.team-item .img img{
	width: 130px;
    height: 130px;
    border-radius: 100px;
    border: 4px solid #fff;
}
.spec{
    font-size: 15px;
    color: #7f7f7f;
    margin: 0 0 18px;
    font-style: italic;
}
.read-more{
    font-size: 15px;
   
    text-decoration: none;
    /*text-transform: uppercase;
	border-bottom: 1px solid #2b2b2b;*/
    display: inline-block;
	color:#333;
}
.read-more:hover{
	border-bottom: 1px solid transparent;
	text-decoration:none !important;
}
.learn-more{
    font-size: 15px;
   
    text-decoration: none;
    /*text-transform: uppercase;
	border-bottom: 1px solid #2b2b2b;*/
	margin-left:2px;
	color:#fff;
}
.learn-more a{
    font-size: 15px;
   
    text-decoration: none;
	color:#333;
}
.learn-more:hover{
    font-size: 15px;
   
    text-decoration: none;
	border-bottom: 1px solid transparent;
	text-decoration:none !important;
	color:#fff;
}




.learn-more1{
    font-size: 15px;
   
    text-decoration: none;
    /*text-transform: uppercase;
	border-bottom: 1px solid #2b2b2b;*/
	margin-left:2px;
	
}
.learn-more1 a{
    font-size: 15px;
   
    text-decoration: none;
	color:#333;
}
.learn-more1:hover{
    font-size: 15px;
   
    text-decoration: none;
	border-bottom: 1px solid transparent;
	text-decoration:none !important;
	color:#fff !important;
}



/* Partners */
#partners{
    text-align: center;
    padding: 93px 0;
}
#carousel .swiper-slide, #carousel.swiper-container{
	background:transparent;
}
#carousel .swiper-slide{
	vertical-align:middle;
}
#carousel .swiper-slide img{
	width:auto;
	display:inline-block;
}
.carousel-wrapper{
    padding: 0;
    position: relative;
    margin: 0;
}
.swiper-button-prev, .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
    color: #999 !important;
    font-size: 17px;
    margin-top: -19px;
}
.swiper-button-prev{
	left:0;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
	color: #333 !important;
}
.swiper-button-next{
	right:0;
}
/* Contact block */
#contact{
    background: #2b2b2b;
    padding: 35px 0 15px 0;
    overflow: hidden;
}
#contact h4{
	color:#ffffff;
}
#contact p{
	color:#909090;
}
#contact h2{
	text-align:center;
}
.contact-form{
    background: #fff;
    padding: 43px 59px;
    margin: 0 auto;
    overflow: hidden;
}
.input-block{
	position:relative;
	margin:0 0 10px;
}
.input-block:before{
    font: normal normal normal 16px/14px FontAwesome;
    position: absolute;
    top: 14px;
    right: 15px;
    color: #d5d5d5;
}
.input-block.name-form:before{
    content: "\f007";
}
.input-block.phone-form:before{
    content: "\f095";
}
.input-block.email-form:before{
    content: "\f0e0";
}
.input-block.message-form:before{
    content: "\f040";
}
.contact-form input[type="text"], .contact-form textarea{
	width:100%;
}
.contact-form input[type="submit"]{
	float: right;
    width: 194px;
    margin: 0 15px 0 0;
}
.contact-form textarea {
    height: 158px;
}
.gamechange{	
	background: #03A9F4;
    padding: 52px;
    color: #fff;
}
.gamechange h6{	
	font-size: 25px;
    color: #000;
}
.gamechange address{	
	font-size: 15px;
    color: #fff;
}
.gamechange a{	
    color: #fff;
}

/* Related Read
-----------------------------------------------------------------------------*/
#relatedread{
	/*background:#eee;  
    padding: 15px 15px;*/
	font-weight:bold; 
	height:100px;
}
#services h5{
   color:#fff;
}
#relatedread p{
   color:#909090;
}
.bottm{
   border-bottom: 1px solid #ccc;
   padding: 16px;
}
.bottm a{
   text-decoration:none;
   color:#fff;
}
.bottm a:hover{
   text-decoration:none;
   color:#03A9F4;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer{
	/*background: #212121;*/	
	background:#f5f6f8;
    padding: 0px 0 0;
    color: #fff;
    text-align: left;
}
#footer .social{
/*	padding: 28px 0;
    margin: 23px 0 0;
    border-top: 1px solid #676767;*/
	line-height:33px;
}
#footer .social li {
	margin: 0 11px;
}
#footer .social li a{
    color: #333;
    line-height: 18px;
}
#footer .social li a:hover{
	background:#2b2b2b;
	color:#fff;
}
#footer .logo{
    float: none;
    display: inline-block;
    color: #fff;
    padding: 0;
	margin: 0 0 26px;
}
#footer, #footer a, #footer p, #footer .date{
	color: #909090;
}
#footer a:hover{
	color:#000;
}
#footer h6{
	color:#fff;
}
#footer p{
    font-size: 12px;
}
.news-footer{
	margin: 0 0 26px;
	line-height: 1.5;
}
.news-footer a{
	color:#909090 !important;
    font-size: 13px;
    display: inline-block;
    margin: 0 0 2px;
    text-decoration: none;
}
.news-footer a:hover{
	color:#03A9F4 !important;
}
.news-footer .date{
	font-size:11px;
}
#footer h6{
    text-transform: uppercase;
    font-size: 14px;   
    margin: 0 0 30px;
    letter-spacing: 1px;
}
.copy{
    font-size: 13px;
    font-weight: 300;
    /*padding: 30px 0 0;*/
	color:#000;
	line-height:33px;
}
#footer-menu-head{
	background:#2b2b2b;
	font-weight:bold;   
	padding: 20px 0 0;
}
.footer-menu{
	margin:0;
}
.footer-menu li{
    display: inline-block;
    margin: 0 20px 20px;
    float: left;
}
.footer-menu li a{
	color:#fff;
	text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
	margin-left: -19px;
}
.footer-menu li a:hover{
	color:#03A9F4;
}
.footer-phone{   
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
	color:#fff;
}
.footer-phone .fa{
	position: relative;
    top: 2px;
    margin: 0 3px 0 0;
}
#footer address{
    margin: 0 0 27px;
    font-style: italic;
    color: #909090;
    line-height: 23px;
}
.footer-bg{
	/*background:#f5f6f8;*/
	color:#000;
	padding: 20px 15px 10px;
}
.list-unstyled{
	float: right;
    /* padding-right: 0; */
    margin-right: -21px;
	line-height: 17px;
}
.list-unstyled li{
    display: inline-block;
	padding: 3px 16px;
	list-style:none;
}
.list-unstyled a{
	text-decoration:none;
	color:#000;
}
.footer-privacy li{
   line-height: 26px;
}
.offices-footer p{
   line-height: 24px;
   color: #ccc !important;
}

/* Blog Page
-----------------------------------------------------------------------------*/
.breadcrumbs-wrapper{
    padding: 29px 0;
    background-color: #fafafa;
    width: 100%;
    /*margin-bottom: 68px;*/
}
.breadcrumbs{
	max-width: 1170px;
    font-size: 13px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
    margin-top: -15px;
    margin-bottom: 20px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
.breadcrumbs li{
    display: inline-block;
    margin-right: 11px;
    color: #000;
}
.breadcrumbs li:after{
    content: '/';
    margin: 0 0 0 12px;
}
.breadcrumbs li:last-child:after{
	display:none;
}
.breadcrumbs a{
	font-size: 13px;
    text-decoration: none;
	color: #000;
	font-weight: 400;
}
.breadcrumbs a.home{
	font-size: 13px;
}
.breadcrumbs a:hover{
    text-decoration: underline;
	color: #000;

	
}
/* Category menu */
.category-menu{
    /*padding: 15px 0;*/
	margin-bottom:20px;
}
.category-menu li{
	display:block;
}
.category-menu li:first-child a{
	border-top:0;
}
.category-menu li a{
	
	font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    font-weight: 300;
    line-height: 17px;
    color: #333;
    border-bottom: 1px solid #ededed;
}
.category-menu li a:hover{
	color:#03A9F4;
}
.category-menu li a.current {
  color:#03A9F4;
  font-weight: 400;
}

.category-menu i{
	margin-right:5px;
}
.category-menu span{
	text-transform:lowercase;
}
.content .blog-item{
	margin-bottom:30px;
}
.content .blog-text {
    padding: 10px;
}
.content li{
    background: url(../img/menu_right.png) no-repeat 0 7px;
    padding: 0 0 7px 12px;
	margin-left:20px;
	line-height:20px;
	font-size:15px;
}
/* Pager Navigation */
.pager{
	text-align:center;
	vertical-align:middle;
}
.pager li{
    display: inline-block;
    margin: 0 2px;
}
.pager li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    padding: 0;
    text-decoration: none;
   
    background: #f8f8f8;
}
.pager li a:hover, .pager li a.active{
	background: #03A9F4;
	color:#fff;
}
.bottom-blog{
	border-top: 1px solid #e1e1e1;
    padding: 18px 0 0;
}
.bottom-blog .date {
    float: left;
    margin: 0;
}
.bottom-blog .read-more {
    float: right;
}
.comment{
    float: right;
    font-size: 13px;
    margin: -1px 17px 0 0;
    color: #666;
}
.blog-sidebar{
	margin-bottom:50px;
}
.blog-post-sidebar{
	overflow:hidden;
	margin-bottom:35px;
}
.blog-post-sidebar .img{
	width:120px;
	height:120px;
	overflow:hidden;
	border-radius:100px;
	float:left;
	margin:0 20px 0 0;
}
.blog-post-sidebar .img img{
	width:120px;
	height:120px;
}
.blog-post-sidebar a{
	text-decoration:none;
}
.blog-post-sidebar a:hover h5{
	color:#03A9F4;
}
.tags{
	margin-bottom:50px;
}
.tags a{
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #f5f5f5;
    margin: 0 4px 8px 0;
    text-decoration: none;
    font-size: 12px;
    color: #888;
}
.tags a:hover, .tags a.active{
	background:#03A9F4;
	color:#fff;
}
.comments-list{
	overflow:hidden;
}
.comments-list li{
	margin:0 0 30px;
	display:block;
}
.comments-author{
    position: relative;
    margin: 0 0 35px 149px;
    background: #f8f8f8;
    padding: 24px 24px;
}
.comments-answer{
	margin-left: 180px;
	background: #448AFF;
}
.comments-answer, .comments-answer p, .comments-answer a.person-name, .comments-answer .date{
	color:#fff;
}
.author-avatar{
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: -150px;
}
.author-avatar img{
	width:120px;
	height:120px;
}
.comments-author p{
	margin: 0;
}
a.person-name{
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 13px;
}
/* Gallery Page
-----------------------------------------------------------------------------*/
.gallery-item{
	margin-bottom:30px;
}
.gallery-item a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	position:relative;
}
/*.gallery-item a:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.7);
	display:none;
	content:'';
}
.gallery-item a:after{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 50px;
    display: none;
    margin: -18px 0 0 -18px;
    font: normal normal normal 12px/35px FontAwesome;
    content: "\f002";
    text-align: center;
}
.gallery-item a:hover:before, .gallery-item a:hover:after{
	display:block;
}*/
.gallery-item a:hover img {
    transform: scale(1.1);
}
.gallery-item img{
	transition: all .2s ease-in-out;
}
.gallery-full-width{
	margin-bottom:50px;
}
.gallery-full-width .gallery-item {
    margin-bottom: 29px;
}
.gallery-mini .gallery-item {
    margin-bottom: 0;
    padding: 0;
}
/* Slider gallery */
.gallery-top .swiper-slide{
	height:516px;
	background-size: cover;
    background-position: center;
}
.gallery-thumbs .swiper-slide{
	height:196px;
	margin:0 !important;
	background-size: cover;
    background-position: center;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.gallery-thumbs{
	background:#f8f8f8 !important;
}
.gallery-masonry .gallery-item img{
	width:100%;
}
/* 404 Page
-----------------------------------------------------------------------------*/
.page404{
	text-align: center;
    padding: 150px 0 180px;
}
.page404 h1{
    font-size: 150px;
    margin: 0;
	
    font-weight: 700;
    letter-spacing: 8px;
}
.image404{
	background:#333;
}
.image404, .image404 p, .image404 a, .image404 h1{
	color:#fff;
}
/* Contact
-----------------------------------------------------------------------------*/
.contact-block{
    margin: 0 4% 45px 0;
    position: relative;
    padding: 0 0 0 27px;
    color: #03A9F4;
    width: 46%;
    float: left;
    border-bottom: 1px solid #eee;
    height: 103px;
}
.contact-block:before {
    position: absolute;
    width: 26px;
    height: 100%;
    font: normal normal normal 20px/20px FontAwesome;
    top: 3px;
    left: 0;
}
.contact-block.pic1:before {
    content: "\f041";
}
.contact-block.pic2:before {
    content: "\f2a0";
}
.contact-block.pic3:before {
    content: "\f0e0";
}
.contact-block.pic4:before {
    content: "\f26b";
}
.contact-area{
	background: #f8f8f8;
    padding: 40px 28px;
}
.contact-area input, .contact-area textarea{
	width:100%;
}
.contact-area h4{
	text-align: center;
    text-transform: uppercase;
}
.title{
    text-align: center;
    margin: 0 0 40px;
}
.title h1{
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    line-height: 30px;
    letter-spacing: 1px;
}
.map{
	background:#333;
    height: 400px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px #ddd;
    margin-top: 50px;
}
.full-width-map{
	border:0;
	box-shadow:none;
}
/* About Us
-----------------------------------------------------------------------------*/
.team-wrap{
	margin:50px 0;
	text-align:center;
}
.team-wrap .team-text {
    border: 1px solid #ddd;
}
#testimonials{
	padding:40px 0;
	background:#fff;
	text-align:center;
	color:#000;
	
}
#testimonials h2{
	color:#000;
}
#testimonials h6{
	color:#000;
}
#testimonials-carousel.swiper-container {
    background: transparent;
	padding: 0 0 40px;
}
#testimonials-carousel .img {
    margin: 0 auto 24px;
    overflow: hidden;
    width: 130px;
    height: 130px;
}
#testimonials-carousel .img img {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    max-width: inherit;
}
.testimonials-block{
	padding: 0 15%;
}
#testimonials p{
	color:#000;
	text-align:center;
}
.testimonials-block p{
	font-size: 15px;
    color: #626262;
    line-height: 1.7em;
}
.testimonials-pagination{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.testimonials-pagination span{
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
}
.testimonials-pagination .swiper-pagination-bullet-active{
	background:#03A9F4;
}

#highligithbox{
	padding:60px 0;
	background:#000000;
	text-align:center;
	color:#ffffff;
	
}

/* Faq
-----------------------------------------------------------------------------*/
.faq-block{
	margin-bottom: 8px;
	border: 1px solid #ddd;
	padding: 17px 35px 17px 17px;
	overflow:hidden;
}
.faq-block a{
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    position: relative;
}
.faq-block a:after{
	width: 5px;
    height: 5px;
    position: absolute;
    top: 3px;
    right: -7px;
    display: inline-block;
    font: normal normal normal 12px/12px FontAwesome;
    color: #333;
    content: '\f078';
}
.faq-block a.active:after{
	content: '\f077';
}
.faq-block p{
	background:#f8f8f8;
	padding:20px;
	display:none;
	margin:10px 0 0 0;
}
.faq-block i{
	font-size: 17px;
    color: #666;
    width: 30px;
    position: relative;
    float: left;
}
.faq-v2 .faq-block {
    margin-bottom: 35px;
    border: 0;
    padding: 0;
}
.faq-v2 .faq-blockk a {
    color: #666;
}
.faq-v2 .faq-block a:after {
    position: static;
    top: 0;
    right: 0;
    color: #666;
    margin: 0 0 0 8px;
}
.faq-v2 .faq-block p {
    background: transparent;
    margin: 26px 0 0 0;
    border: 1px solid #ddd;
}
/* Masonry
-----------------------------------------------------------------------------*/
#grid-masonry .blog-text {
    padding: 24px 0 0;
	margin-bottom:70px;
}
/* Scripts
-----------------------------------------------------------------------------*/
/* Swiper Slider */
.index-page #slide {
    top: 0px;
	margin-bottom: 0px;
}
.index-page #slide1 {
    top: 0px;
	margin-bottom: 0px;
}
.caption{
    padding: 34px 14px;
/*	left: 107px;
   background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .4);
	text-transform:uppercase;
	position:absolute;*/
	text-align:left;
	z-index:9;
}
.caption h1{
	
	font-size:42px;
	color:#000;
	margin:0;
	font-weight: 400;
}
.caption h1 span{
	font-weight: 700;
}
.caption h2{
	
	font-size:34px;	
	margin:0 !important;
	color:#000;
	font-weight:300;
}
.caption h2 span{
	font-weight: 500;
}

#slide1 h1{
	font-size:20px;
	color:#fff;
	margin:0;
	font-weight: 400;
}
#slide1 h1 span{
	font-weight: 700;
}
#slide1 h2{
	font-size:16px;
	text-transform:uppercase;
	font-weight: 400;
}
#slide1 h2 span{
	font-weight: 700;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
	background:#2b2b2b;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.swiper-container {
	width: 100%;
	/*height: 100%;*/
	height: 40%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/* background-size:cover; */
	background-repeat:no-repeat;
	background-position:center center;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(img/bg/bg-inner-retail.html);
}
.swiper-slide img{
	width:100%;
	display:block;

}
.swiper-top-prev, .swiper-top-next{
	position: absolute;
	top: 45%;
	width: 38px;
	height: 38px;
	/*background: #fff;*/
	z-index: 100;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 13px;
}
.swiper-top-prev{
	left:0;
}
.swiper-top-next{
	right:0;
}
.swiper-top-prev:hover, .swiper-top-next:hover{
	background:#ccc;
	color:#fff;
}
/* Lightbox */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 300;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:img.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.scroll-animation{
    opacity: 0;
}  
.scroll-animation.animated{
    opacity: 1;
}
/* Responsive Style
-----------------------------------------------------------------------------*/
@media screen and (min-width:787px) and (max-width:1024px) {
#header{
     padding:0 !important; 
	}
.portfolio-menu {
    /* text-align: center; */
    margin: 5px 0 5px !important; 
}
.footer-menu li {
    display: inline-block;
    margin: 0 19px 15px !important;
}
#footer-menu-head {
    padding: 15px 0 0 !important;
}
.menu li {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
}
.icons-vertical{
    top: 20px !important;
    /* height: 220px; */
    /* margin-bottom: 95px; */
}
h7 {
    font-size: 14px;
}
.swiper-bottom-class {
	min-height:194px !important;
}
}

@media (min-width: 768px){
	.menu li:hover .dropdown-menu{
		display:block;
	}
}
@media (max-width: 991px){
	.blog-item{
		margin-bottom: 40px;
	}
	.portfolio-wrapper .col-md-3 {
		width: 100%;
	}
	.copy {
		padding: 0;
	}
	#footer .col-md-4{
		margin: 0 0 50px;
	}
	#footer {
		text-align: center;
	}
	.gallery-item img {
		width: 100%;
	}
	.caption{
		padding: 0 19px !important;
		margin: 30px 50px 0 !important;
	}
	.caption p {
		font-size: 13px !important;
	}
	.col-mh {
	display:none;
 }
}
@media (max-width: 850px){
	.img-left{
		display:none;
	}
	.information-right {
		width: auto;
		float: none;
		padding: 60px 33px;
		text-align: left;
	}
	.index-image-right .information-right {
		float: none;
		text-align: left;
		padding: 60px 33px;
	}
	.index-image.index-image-right .information-right h3 {
		text-align: left;
	}
}
@media (max-width: 768px){
.navbar-toggle {
    margin: 10px -6px 0 0px;
}
.list-unstyled {
	float:none;
	text-align:center;
    /* padding-right: 0; */
    margin-right: -21px;
}

.rightlogo img {
    width: 117px;
    margin: 12px 15px 0 0;
}
.navbar {
    margin-bottom: 0;
    border: 0;
    padding-right: 10px;
}
.swiper-container {

    height: 30%;
}
.logo {
    padding: 12px 0 16px 15px;
	margin-left: 0;
	}
.portfolio-menu button.active {
    padding: 15px 25px;

}
.portfolio-menu button, .portfolio-menu button:hover, .portfolio-menu button:focus {

    padding: 15px 25px;
    
}
.col-md-2-5 h7 {
    font-size: 11px !important;
}

#header {
    padding: 0;
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 500;
}
	.menu li {
		display: block;
		text-align: center;
	}
	.menu li a {
		padding: 15px 0;
	}
	.menu li a:hover{
		color:#2b2b2b;
		background:#fff;
	}
	.navbar-collapse{
		padding: 30px 0;
		background:#f8f8f8;
	}
	.menu {
		margin: 0;
		float:none;
	}
	#navbar {
		position: absolute;
		width: 100%;
		top: 55px;
		box-shadow: none;
		left: 0;
		overflow:hidden;
		padding: 0;
	}
		.header-white .menu li a{
		color: #333;
	}
	.header-white .menu li a:hover {
		color: #2b2b2b;
		background: #fff;
	}
}
@media (max-width:640px) {
.portfolio-menu button, .portfolio-menu button:hover, .portfolio-menu button:focus {
    padding: 15px 10px;
}
.portfolio-menu button.active {
    padding: 15px 10px;
}
}
@media (max-width:639px) {

.social {
	text-align:left;
}
.footer-menu li {
	display:flex;
    margin: 0 15px 20px;
    float: none;
}
.footer-menu-width {
	width:100% !important;
	}
	.footer-social-width {
	width:100% !important;
	}
}
@media (max-width: 650px){
.swiper-bottom-class {
	height: 224px !important;
}
	h1 {
		font-size: 29px !important;
	}
	#services .col-md-4 {
		text-align: center;
	}
	.icon-services {
		margin: 0 0 22px;
		float: none;
		width: auto;
	}
	.breadcrumbs-wrapper {
		text-align: center;
	}
	.breadcrumbs li {
		display: block;
		margin-right: 0;
		margin-bottom: 8px;
		padding: 6px 0;
	}
	.breadcrumbs li:after {
		display:none;
	}
}
@media (max-width: 550px){
	#contact{
		background:#fff;
		padding: 0 0 93px;
	}
	.contact-form {
		padding:0;
	}
	.bottom-blog .date {
		float: none;
		margin: 0 0 13px;
	}
	.bottom-blog .read-more {
		float: none;
	}
	.comment {
		float: none;
		display: block;
		margin: 9px 0 0;
	}
	.comments-author {
		margin: 0 0 35px 75px;
		padding: 14px 19px;
	}
	.author-avatar {
		width: 50px;
		height: 50px;
		left: -74px;
	}
	.author-avatar img {
		width: 50px;
		height: 50px;
	}
	.comments-answer {
		margin-left: 95px;
	}
	.testimonials-block {
		padding: 0 2%;
	}
}
@media (max-width: 500px){
	.portfolio-menu {
		padding: 0 15px;
	}
	.portfolio-menu button, .portfolio-menu button:hover, .portfolio-menu button:focus {
		width: 100%;
		margin:0 0 20px;
	}	
	.blog-post-sidebar .img {
		float: none;
		margin: 0 0 23px 0;
	}
	.contact-block{
		float:none;
		width:auto;
		height:auto;
		margin:0 0 45px 0;
	}
}
@media (max-width: 450px){

}
@media (max-width: 400px){
	.contact-form input[type="submit"]{
		width: 100%;
		margin: 0;
	}
}



/*Our own css
******************************************/
.sidebar {
position:relative;
}
.fixed-left-menu {
/*position:fixed;*/
}


/*One Side Skew Strats here
******************************************/
.banner-bg {
  position: relative;
  width: 100%;


  overflow: hidden;

   min-height: 364px;
    max-height: 600px;
}
.banner-bg .caption{
    padding: 10% 14px;
/*	left: 107px;
   background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .4);
	text-transform:uppercase;
	position:absolute;*/
	text-align:left;
	z-index:9;

}
.banner-bg .caption h1{
	color:#fff;
}
.banner-bg .caption h2{
	color:#fff;
}
.banner-bg:before {
  content: '';
  position: absolute;
 
  left: 0;
  width: 65%;
  height: 100%;
  background: rgba(26, 0, 0, 0.3);
  -webkit-transform-origin:100% 0;
  -ms-transform-origin:100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);

  z-index: 0;
}

/*One Side Skew Ends here
******************************************/


/*Modal Popup Strats here
******************************************/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 290px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #fff;
    opacity: 1;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 15px;
    marign-top: 0;
    text-shadow: 0 0;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 10px 10px;
    background-color: #008ED2;
    color: #fff;
	text-align:center;
}
.modal-header h5 {
	color:#fff;
	margin:0;
}

.modal-body {
	padding: 2px 16px;
} 
#myBtn {
	cursor:pointer;
}
/*Modal Popup Ends here
******************************************/



.contactinfo {
    background: #3D3D3D;
    border-radius: 8px;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 47px;
    line-height: 18px;
    cursor: pointer;
}
.bluesection h3, .contactinfo {
    color: #fff;
    font-size: 15px;
   
}
.mainbutton {
    background: #008ED2;
    width: 130px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -67px;
    border-radius: 9px;
    height: 42px;
    line-height: 33px;
    border: 3px solid #fff;
}
.auth-img {
	margin-right:10px;
}
.icon-services h3 {
	    margin: 12px 0 12px;
}
.content-i {
	    float: left;
    margin-right: 10px;
}

/*Scroll to Top*/
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.html') no-repeat;
    background-color: #000;
}

.icons-vertical{
	text-align:center;
	margin:0;
}
.icons-vertical h7{
	font-size:15px;
	
}
.icons-vertical a, .icons-vertical h7 a:hover{
	text-decoration:none !important;
}
#retail-service {
	text-align:center;
}
#retail-service h2{
	
	margin:0 0 5px 0;
	font-weight:300;
	font-size:30px;
}
#retail-service h5{
	
	font-weight:300;
	font-size:22px;
}

#restaurant-service {
	text-align:center;
	background:#f2f2f2;
	
}
#restaurant-service h2{
	
	margin:0 0 5px 0;
	font-weight:300;
	font-size:30px;
}
#restaurant-service h5{
	
	font-weight:300;
	font-size:22px;
}
#contact .read-more {
    color: #03A9F4;
}
.icon {
  display: inline-block !important;
}
.images-retail {
	background:url(../img/retail1.jpg) center left no-repeat;
	min-height:400px;
	
}
.images-restaurant {
	background:url(../img/restaurant1.jpg) center right no-repeat #f1f2f6 !important;
	min-height:400px;
	z-index:1;
	
}
.insight-heading {
	background:#4bcdf8;
	color:#fff;
	min-height:30px;
	padding:5px;
	
}
.insight-heading-1{
	background:#fce667;
	color:#000;
	font-weight:400;
	min-height:30px;
	padding:5px;
	
}
.blog-border {
	border:1px solid #cccccc;
}
.power-icons i{
	font-size:20px;
	color:#555;
}
.power-icons p{
    text-align: center !important;
    line-height: 1.3em !important;
    margin-top: 15px !important;
	}
.question {
	margin:15px auto 10px;
}
.question h3 {
	margin:48px auto;
	text-align:center;
}
.box {
	float:right;
	background-color:#A7A9AC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#ffffff !important;
	padding:15px;
}
.box  h6{
	color:#fff;
}
.box  h5{
	color:#fff;
}
.box  p{
	color:#fff;
}
.box  h3{
	color:#fff;
	margin: 0 0 10px;
	text-transform:uppercase;
}
.box  li{

	color:#ffffff !important;
	background: url(../img/menu_right1.png) no-repeat 0 12px;
	padding: 5px 0 5px 15px;
		    
}
.box li:last-child{

	border-bottom:none;
}

.box1 {

	background-color:#3174BA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#ffffff !important;
	padding:15px;
	text-align:left;
	min-height: 260px;
}
.box1  h3{
	color:#fff;
	font-weight: 400;
	margin: 0 0 10px;
}
.box1  h5{
	color:#fff;
}
.box1  p{
	color:#fff;
}
.box1 div{
	margin-bottom:15px;
}
.box1 li{
	background:none;
	color:#ffffff !important;
	border-bottom:1px dashed #ffffff;
	list-style:none;
	    padding: 5px 0 10px 0;
		    margin-left: 0;

}
.box1 li:last-child{

	border-bottom:none;


}

.box2 {
	background-color:#73ae20;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#ffffff !important;
	margin: 0 0 0 15px;
	padding:15px;
	width:100%;
	min-height: 260px;
}
.box2  h6{
	
}
.box2  h5{
	    color:#fff;
		margin: 5px 0;
}
.box2  p{
	
}
.box2  h3{
	font-weight: 400;
	color:#fff;
	    margin: 0 0 10px;
}
.box2  li{
	background: url(../img/menu_right1.png) no-repeat 0 12px;
    padding: 5px 35px 0 20px;
}

.box3 {
	background-color:#4bcdf8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 0 0 10px 10px;
	color:#ffffff !important;
	/*margin: 0 0 0 15px;*/
	padding:15px 5px;
	width:100%;
	min-height: auto;
}
.box3  h5{
	    color:#fff;
		margin: 5px 0;
}
.box3  p{
	color:#fff;
	margin: 0 0 0 10px;
}
.box3  h3{
	font-weight: 400;
	color:#fff;
	margin: 0 0 0 10px;
}
.box3  li{
	background: url(../img/menu_right1.png) no-repeat 0 12px;
	padding: 5px 35px 0 20px;	    
}

.box3 li:last-child{

	border-bottom:none;
}

.box4 {
	background-color:#fce667;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 0 0;
	color:#000 !important;
	/*margin: 0 0 0 15px;*/
	padding:15px;
	width:100%;
}
.box4  h6{
	
}
.box4  h5{
	    color:#000;
		margin: 5px 0;
}
.box4  p{
	
}
.box4  h3{
	font-weight: 400;
	color:#000;
	margin: 0;
}
.box4  li{
	background: url(../img/menu_right1.png) no-repeat 0 12px;
	padding: 5px 35px 0 20px;	    
}

.box4 li:last-child{

	border-bottom:none;
}

.padding-bottom {
	margin-bottom:40px;
}
.center {
	text-align:center;
}

.img-float {
	float:left;
	margin-right:10px;
}
.img-float img{
	width:70%;
}
.offer-d {
	float:left;
}
.txt-align-left {
	text-align:left !important;
}

/***** SIDE fIXED MENUS *****/
.fixed_menu.mclose {
  width:93px;
}
.fixed_menu.mclose strong{
  display:none;
}
.fixed_menu.mclose ul li{
  width:83px;
}
.fixed_menu.mclose ul li a{
  height: 27px;
  padding:0;
}
.fixed_menu.mclose span.ic {
  width: 40px;
  text-align: center;
  margin: 0 auto;
  display: block;
  float: none;
  position: relative;
  left: 0;
  top: 3px;
}
.fixed_menu.mclose .sidefixed_icon{
  background-image:url("../img/icon19r.png");
}
.fixed_menu{ 
  width: 20%;
  max-width: 100px;
  right:0;
  position:fixed;
  font-size:12px;
  z-index:99;
} 
.fixed_menu h2 {
  background: #0088d1;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding-top: 5px;
  padding-left: 10px;
  font-weight: bold;
  padding-bottom: 5px;
  cursor: pointer;
}
.fixed_menu ul {
  background:#000;
  padding:6px;
  opacity: 0.6;
}
.fixed_menu ul li {
  border-top: 1px solid #fff; 
  width: 88px;
}
.fixed_menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  font-size: 13px;
  padding-left: 6px;
  display: block;
}
.fixed_menu ul li:hover{
  background:#6C6D6F;
}
.fixed_menu ul li:first-child {
  padding-top: 0;
  border: none;
}
.fixed_menu span.ic {
  width: 36px;
  float: left;
  text-align: center;
  position: absolute;
  left: 6px;
}
.fixed_menu strong{
  font-weight:normal;
  opacity: 1;
}
.fixed_menu span.ic img {
  max-width: 17px;
  max-height: 13px;
}
.fixed_menu list{
	float: right;
    /* padding-right: 0; */
    margin-right: -21px;
	line-height: 17px;
}
.fixed_menu list li{
    display: inline-block;
	padding: 3px 16px;
	list-style:none;
}
.fixed_menu list a{
	text-decoration:none;
	color:#000;
}
.sidefixed_icon {
  background: url('../img/icon19.png') no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  position: absolute;
  top: 5px;
  left: 13px;
  background-size: 14px;
}
/***** SIDE fIXED MENUS ENDS ******/

.col-mh {
  display:inherit;
}

.home-block {
    margin: 0 4% 25px 0;
    position: relative;
    padding: 0 0 0 27px;
    color: #1bccd4;
    width: 29%;
    float: left;
    border-bottom: 1px solid #eee;
    height: 115px;
}
.home-block:before {
    position: absolute;
    width: 26px;
    height: 100%;
    font: normal normal normal 20px/20px FontAwesome;
    top: 3px;
    left: 0;
}
.home-block h2{
    color: #333;
    font-size: 30px;
    line-height: 1em;
    margin: 0 0 30px;
    font-weight: 300;
}
.home-block.pic1:before {
    content: "\f07a";
}
.home-block.pic2:before {
    content: "\f1ae";
}
.home-block.pic3:before {
    content: "\f108";
}
.home-block.pic4:before {
    content: "\f005";
}
.home-block.pic5:before {
    content: "\f0d6";
}
.home-block.pic6:before {
    content: "\f0f5";
}
.home-block p{
	font-size: 14px;
    color: #626262;
    line-height: 1.4em;
	text-align:left;
}
.home-block a{	
	background: none;
}
.home-block a:hover{	
	background: #f8f8f8;
}
.home-area{
	background: #f8f8f8;
    padding: 15px 20px;
}
.home-area input, .home-area textarea{
	width:100%;
}
.home-area h2{
	text-align: left;
	color: #333;
    font-size: 30px;
    line-height: 1em;
    margin: 0;
    font-weight: 300;
}
.home-area p{
	font-size: 14px;
}
.line{
	border-bottom: 1px solid #1bccd4;
}


/*********************************************
Responsive CSS
written by : Srinivasan
Date : 12/4/2017
*********************************************/
@media (max-width: 767px){
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
}
img {
	border: none;
	max-width:70%;
	vertical-align: middle;
}
.caption h2 {
    font-size: 14px;
    margin: 0 !important;
    color: #000;
    font-weight: 300;
}
.caption h1 {
    font-size: inherit !important;
    color: #000;
    margin: 0;
    font-weight: 400;
}
.learn-more {
    font-size: inherit;
    text-decoration: none;
    margin-left: 2px;
    color: #fff;
}
.caption {
    padding: 0 19px !important;
    margin: 30px 20px 0 !important;
}
.home-block {
    margin: 0 4% 25px 0;
    position: relative;
    padding: 0 0 0 27px;
    color: #1bccd4;
    width: 100% !important;
    float: left;
    border-bottom: 1px solid #eee;
    height: 115px;
}
#contact {
    background: #2b2b2b !important;
    padding: 0 0 93px 10px !important;
}
#footer .col-md-4 {
    margin: 0 0 10px !important;
    text-align: left;
}
.mainbutton {
    background: #008ED2;
    width: 130px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -67px;
    border-radius: 9px;
    height: 42px;
    line-height: 33px;
    border: 3px solid #fff;
}
#footer .social {
    line-height: 33px;
    text-align: center;
}
.breadcrumbs {
    max-width: 1170px;
    font-size: 13px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
.breadcrumbs li {
    display: inline-table;
    margin-right: 10px;
    margin-bottom: 8px;
    padding: 6px 0;
}
.caption {
    padding: 0 19px !important;
    margin: 15px 20px 15px !important;
}
.box3 {
    background-color: #4bcdf8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0 0 10px 10px;
    color: #ffffff !important;
    margin: 0 0 15px 0;
    padding: 15px 5px;
    width: 100%;
    min-height: auto;
}
.fixed_menu {
    width: 25%;
    max-width: 100px;
    right: 0;
    position: fixed;
    font-size: 12px;
    z-index: 99;
	top:207px;
}
.img-float {
    float: left;
    margin-right: -20px !important;
}
#navbar {
    position: absolute;
    width: 75% !important;
    top: 62px !important;
    box-shadow: none;
    right: 0;
    overflow: hidden;
    padding: 0;
    left: inherit;
}
}



@media (max-width: 1023px) {
#navbar {
    position: absolute;
    width: 50%;
    top: 77px;
    box-shadow: none;
    right: 0;
    overflow: hidden;
    padding: 0;
	left:inherit;
}
.mainbutton {
    background: #008ED2;
    width: 130px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -67px;
    border-radius: 9px;
    height: 42px;
    line-height: 33px;
    border: 3px solid #fff;
}
.caption {
    padding: 0 19px !important;
    margin: 30px 0 !important;
}
.caption h1 {
    font-size: inherit;
    color: #000;
    margin: 0;
    font-weight: 400;
}
.caption h2 {
    font-size: inherit;
    margin: 0 !important;
    color: #000;
    font-weight: 300;
}
.copy {
    font-size: 13px;
    font-weight: 300;
    /* padding: 30px 0 0; */
    color: #000;
    line-height: 33px;
    text-align: right;
}
#footer .col-md-4 {
    margin: 0 0 10px;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    min-height: 150px;
    position: relative;
    background-image: url(img/bg/bg-inner-retail.html);
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 760px;
}
#slide .row {

    margin-right: 0;
    margin-left: 0;

}
}

@media (max-width: 1100px) {
.home-block {
    margin: 0 4% 25px 0;
    position: relative;
    padding: 0 0 0 27px;
    color: #1bccd4;
    width: 45%;
    float: left;
    border-bottom: 1px solid #eee;
    height: 95px;
}
.list-unstyled li {
    display: inline-block;
    padding: 3px 8px;
    list-style: none;
}
.img-float {
    float: left;
    margin-right: -15px;
}
}


/*** feedback form starts ***/
.headfeedtxt h2{
    margin-bottom: 0;
    margin-top: 17px;
}
.headfeedtxt{
    margin-bottom: 20px;
}
.headfeedtxt hr {
    margin-top: 12px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #3aa3dc;
}
#feedback #tabledtl label,
#feedback #tabledtl1 label,
#feedback #tabledtl label {
    font-size: 14px;
    display: block;
    text-align: left;
}
.tbllbl label {
    float: left;
    color: #333;
    font-size: 14px;
    font-weight: 300;
}
.tblheadlbl label {
    font-weight: 500;
    font-size: 14px;
    padding: 16px;
}
#tablefdbk {
    margin-top: 20px;
}
.innertctxt span {
   font-size: 14px;
}
.innertctxt textarea {
    width: 80%;
    background: #f6f6f6;
}
/*** feedback form ends ***/


