 /* CSS Document */
@font-face {
    font-family: 'CaviarDreams';
    src: url('../fonts/CaviarDreams.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro Semibold';
    src: url('../fonts/MyriadPro-Semibold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro Regular';
    src: url('../fonts/MyriadPro-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans Regular 1';
    src: url('../fonts/OpenSans-Regular_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans Semibold 0';
    src: url('../fonts/OpenSans-Semibold_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto-Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon re';
    src: url('../fonts/brandon_re.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	background-color:transparent !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
	padding:0px;
}
.clearfix{
	clear:both;
}
h3{
	width:100%;
	height:auto;
	font-family:"OpenSans Semibold 0",Helvetica,sans-serif;
	font-size:18px;
	color:#303030;
	margin:0em 0em 0.5em 0em;
	float:left;
}
p{
	width:100%;
	height:auto;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#222222;
	text-align:justify;
	line-height:26px;
	margin:0em 0em 1em 0em;
	float:left;
}
p a{
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#51bbbb;
	overflow:hidden;
	text-decoration:underline;
}
p a:hover{
	color:#51bbbb;
	text-decoration:none;
}
#wrapper {
	width:100%;
	height:auto;
	float:left;
}
#header{
	background-color:#fff;
	width:100%;
	height:auto;
	border-bottom:#e9e9e9 1px solid;
	position:fixed;
	margin-bottom:1%;
	z-index:10;
	float:left;
}
.logo{
	width:auto;
	height:auto;
	margin:0.5% 0% 0% 4%;
	float:left;
}



/********     Menu    *********/



.divider{
	width:100%;
    background-color:#e5e5e5;
    height:1px !important;
	float:left;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height:0;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	width:auto;
	margin:0 4% 0 0;
	float:right;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:14px;
	color:#a4a4a4;
	line-height:64px;
	padding:0em 1.6em;
	margin:0px 1px;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}
#cssmenu > ul > li > a.active {
	color: #a4a4a4;
	text-decoration: none;
	border-bottom:#d90000 2px solid;
	margin-bottom:-1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
	border-bottom:#d90000 2px solid;
	margin-bottom:-1px;
  	color: #a4a4a4;
	transition: all 0.2s ease-in-out 0s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #d90000;
}
#cssmenu ul ul{
	top:66px;
	background-color:#fff;
	position: absolute;
	left: -9999px;
	padding:0% 0% 0% 0%;
	border:#e9e9e9 1px solid;
	border-top:#e9e9e9 0px solid;
	box-shadow:0px 2px 5px rgba(0, 0, 0, 0.1);
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: auto;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height:auto;
}
.dropdown-header{
	width:100%;
	height:auto;
	font-family:"OpenSans Semibold 0", Helvetica,sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #c6c6c6;
	line-height:30px;
	border-bottom:#fff 2px solid;
	text-transform:uppercase;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding:0em 1.5em;
	float:left;
}
#cssmenu ul ul li a {
	width:306px;
	height:auto;
	font-family:"OpenSans Semibold 0", Helvetica,sans-serif;
	font-size:14px;
	text-decoration: none;
	color: #a4a4a4;
	line-height:46px;
	border-bottom:#fff 2px solid;
	text-transform:uppercase;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding:0em 1.5em;
	float:left;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color:#707070;
  border-bottom:#d90000 2px solid;
  transition: all 0.2s ease-in-out 0s;
  background-color:#f9f9f9;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: auto;
	line-height:44px;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #a4a4a4;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #707070;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
	top:0;
	min-height:inherit;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
	background-color:#d90000;
    display: block;
    padding:24px 20px;
	font-family:'MyriadPro Semibold', Helvetica, sans-serif;
	font-size:15px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 44px;
    width: 44px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 22px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 22px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


/**********     Footer    **********/


#footer{
	background-color:#fff;
	width:100%;
    height:auto;
    box-sizing:border-box;
    clear:both;
	display:block;
	position:relative;
	border-top:1px solid #e8e8e8;
	z-index:1;
    float:left;
}
#footer ul{
	margin:0;
	padding:0;
}
#footer ul li{
	list-style:none;
	width:25%;
	height:auto;
	min-height:150px;
	position:relative;
	border-left:#e8e8e8 1px solid;
	padding:1% 2%;
	float:left;
}
#footer ul li.first{
	width:33%;
	background-color:#e8e8e8;
	padding-left:4%;
	padding-bottom:1.3%;
}
.footer-h-box{
	width:100%;
	height:auto;
	border-bottom:#e8e8e8 1px solid;
	margin-bottom:1em;
	float:left;
}
.footer-h-box-h{
	width:auto;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:22px;
	color:#303030;
	border-bottom:#d90000 3px solid;
	margin-bottom:-1px;
	float:left;
}
.red-h-box{
	width:100%;
	height:auto;
	border-bottom:#e8e8e8 1px solid;
	margin-bottom:1.2%;
	float:left;
}
h2{
	width:auto;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:22px;
	color:#303030;
	line-height:36px;
	border-bottom:#d90000 3px solid;
	margin:0 0 -1px 0;
	float:left;
}
.footer-text{
	width:100%;
	height:auto;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:14px;
	color:#606060;
	line-height:22px;
	float:left;
}
.footer-text p{
	width:100%;
	height:auto;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:14px;
	color:#303030;
	line-height:22px;
	margin-bottom:0.5em;
	float:left;
}
.footer-icon{
	width:auto;
	height:auto;
	float:right;
}
.footer-icon ul{
	margin:0px;
	padding:0px;
}
.footer-icon ul li{
	list-style:none;
	width:30px !important;
	height:auto;
	padding:0px !important;
	min-height:inherit !important;
	margin:0em 0em 0em 0.5em;
	float:left;
}
.linkedin{
	width:30px;
	height:30px;
	list-style:none;
	padding:0px;
	margin:0em 1em 0em 0em;
	text-indent:-9999px;
	float:left;
}
.linkedin a{
	background:url("../images/linkedin.jpg") no-repeat scroll 0px 0px transparent;
	width:30px;
	height:30px;
	display:block;
}
.linkedin a:hover{
	background:url("../images/linkedin.jpg") no-repeat scroll 0px -30px transparent;
	-moz-transition: all 0.3s ease 0s;
}
.facebook{
	width:30px;
	height:30px;
	list-style:none;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	float:left;
}
.facebook a{
	background:url("../images/facebook.jpg") no-repeat scroll 0px 0px transparent;
	width:30px;
	height:30px;
	display:block;
}
.facebook a:hover{
	background:url("../images/facebook.jpg") no-repeat scroll 0px -30px transparent;
	-moz-transition: all 0.3s ease 0s;
}
.twitter{
	width:30px;
	height:30px;
	list-style:none;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	float:left;
}
.twitter a{
	background:url("../images/twitter.jpg") no-repeat scroll 0px 0px transparent;
	width:30px;
	height:30px;
	display:block;
}
.twitter a:hover{
	background:url("../images/twitter.jpg") no-repeat scroll 0px -30px transparent;
	-moz-transition: all 0.3s ease 0s;
}
.copyright-text{
	width:100%;
	height:auto;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:13px;
	color:#303030;
	line-height:30px;
	float:left;
}
.footer-logo{
	width:auto;
	height:auto;
	margin:2em 0em 5em 0em;
	float:left;
}




/*********     Content Wrapper     **********/





#content-wrapper{
	width:100%;
	overflow:auto;
	display:block;
	position:relative;
	padding-top:66px;
	float:left;
}
#content-left{
	background:#eeeeee none repeat scroll 0 0;
	width:50%;
	height:100%;
	box-sizing:border-box;
	display:block;
	position:fixed;
	padding:3.5% 8% 8% 8%;
	float:left;
}
.content-left-text{
	/*font-family:'MyriadPro Regular', Helvetica, sans-serif;
	font-size:17px;
	color:#646464;
	padding:10em 8em;*/
}
.content-left-text h1{
	width:100%;
	height:auto;
	font-family:'Roboto Condensed', Helvetica, sans-serif;
	font-size:30px;
	color:#222222;
	font-weight:100;
	text-transform:inherit;
	border:0px;
	margin-bottom:1.5%;
	float:left;
}
/*.content-left-text p{
	font-family:'MyriadPro Regular', Helvetica, sans-serif;
	font-size:18px;
	color:#646464;
	line-height:28px;
	padding:0em 2em;
}*/
.testimonial-box{
	width:100%;
	height:auto;
	float:left;
}
#content-right{
	width:50%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	float:right;
}
.flex-tile-first{
	background-color:#00b8e4;
	width:100%;
	height:auto;
	font-family:'brandon re', Helvetica, sans-serif;
	font-size:36px;
	color:#fff;
	text-align:center;
	font-weight:100;
	padding:2em 2em;
	float:left;
}
.news-box{
	width:100%;
	height:auto;
	float:left;
}
.news-col{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.news-col-article{
	/*background:url("../images/wp-img.jpg") no-repeat scroll 0px 0px transparent;*/
	background-position:center center;
	background-size: cover;
	border-bottom:#eeeeee 0px solid;
	border-left:#eeeeee 0px solid;
	flex-basis:50%;
	-moz-box-flex:1;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}
.news-col-article:hover{
	background-color:#000;
	opacity:0.7;
	border-bottom:#eeeeee 0px solid;
	border-left:#eeeeee 0px solid;
	flex-basis:50%;
	-moz-box-flex:1;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.news-col-article:hover .news-text-box{
	background-color:#d80201;
	width:92%;
	height:auto;
	padding:0 4% 2% 4%;
	right:0;
	bottom:0;
	position:absolute;
}
.news-col-article:hover .news-text-box h1{
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	border:0px;
	text-transform:inherit;
	margin:0.5em 0em 0.1em 0em;
}
.news-col-article:hover .news-text-box p{
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
}
.news-col-article:hover .news-text-box p a{
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	overflow:hidden;
	text-decoration:none;
}
/*.news-col-article-text{
	padding:3% 4% 3% 4%;
}*/
/*.news-text-box{
	padding:4% 8% 6% 8%;
}*/
.news-text-box1{
	width:100%;
	height:234px;
	display:block;
}
.news-text-box{
	background-color:#d80201;
	width:92%;
	height:auto;
	padding:0 4% 2% 4%;
	right:0;
	bottom:0;
	position:absolute;
}
.read-more{
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:14px !important;
	color:#fff;
}
.news-text-box h1{
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	min-height:46px;
	text-transform:inherit;
	border:0px;
	margin:0.5em 0 0.1em 0;
}
.news-text-box p{
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
}
.news-text-box p a{
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	overflow:hidden;
	text-decoration:none;
}
.n-flex-text-box{
    width:100%;
    height:300px;
    display:block;
    position:relative;
}
.n-flex-text-box-inner{
    background-color:#21bfc0;
    width:92%;
    height:32%;
    padding:0 4%;
    right:0;
    bottom:0;
    position:absolute;
}
.n-flex-tile-third{
    background:url("../images/wp-img.jpg") no-repeat scroll 0px 0px transparent;
    background-position:center center;
    background-size: cover;
    width:100%;
    height:auto;
    padding:0%;
    float:left;
}
.n-flex-tile-third:hover{
    background-color:#000;
    opacity:0.7;
    width:100%;
    height:auto;
    padding:0%;
    float:left;
}
.n-flex-tile-third h1{
    font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
    font-size:22px;
    color:#fff;
    border:0px;
    text-transform:inherit;
    margin:0.5em 0em 0em 0em;
}
.n-flex-tile-third p{
    font-family:'OpenSans Regular 1', Helvetica, sans-serif;
    font-size:15px;
    color:#fff;
}
.n-flex-tile-third p a{
    font-family:'OpenSans Regular 1', Helvetica, sans-serif;
    font-size:17px;
    color:#fff;
    overflow:hidden;
    text-decoration:none;
} 
.flex-tile-third{
	background-color:#21bfc0;
	width:90%;
	height:auto;
	padding:2em 5%;
	float:left;
}
.flex-tile-third h1{
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:22px;
	color:#fff;
	border:0px;
	text-transform:inherit;
	margin:0.5em 0em 1em 0em;
}
.flex-tile-third p{
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
}
.flex-tile-third p a{
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	overflow:hidden;
	text-decoration:none;
}
.arrow-icon{
	width:auto;
	height:auto;
	margin:0.4em 0em 0em 0.5em;
}





/****************       Services Page       **************/




.services-box{
	width:84%;
	height:auto;
	padding:2% 8%;
	float:left;
}
.services-h-box{
	width:100%;
	height:auto;
	border-bottom:#e3e3e3 1px solid;
	float:left;
}
.services-h-box-h{
	width:auto;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:26px;
	color:#303030;
	text-transform:uppercase;
	border-bottom:#51bbbb 3px solid;
	margin-bottom:-1px;
	float:left;
}
.services-img-box{
	width:100%;
	height:auto;
	margin:2% 0%;
	float:left;
}
.services-img-box ul{
	width:90%;
	margin:0px auto;
	padding:0px;
}
.services-img-box ul li{
	list-style:none;
	width:auto;
	height:auto;
	/*min-width:182px;*/
	margin-right:0.6%;
	float:left;
}
.services-img{
	width:100%;
	height:auto;
	float:left;
}
.services-left-box{
	width:48%;
	height:auto;
	margin-right:4%;
	float:left;
}
.services-right-box{
	width:48%;
	height:auto;
	float:left;
}
.services-txt-btn{
	width:100%;
	height:auto;
	float:left;
}
.services-txt-btn a{
	background-color:#e8e8e8;
	width:auto;
	height:auto;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	-webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
	overflow:hidden;
	text-decoration:none;
	padding:0% 3%;
	float:left;
}
.services-txt-btn a:hover{
	background-color:#50baba;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.services-h-box1{
	width:100%;
	height:auto;
	border-bottom:#dddddd 1px solid;
	margin-bottom:1em;
	float:left;
}
.services-h-box1-h{
	width:auto;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:22px;
	color:#303030;
	border-bottom:#d90000 3px solid;
	margin-bottom:-1px;
	float:left;
}
.services-text{
	width:100%;
	height:auto;
	/*font-family:'MyriadPro Regular', Helvetica, sans-serif;
	font-size:17px;
	color:#606060;
	line-height:24px;*/
	float:left;
}
/*.services-text p{
	width:100%;
	height:auto;
	font-family:'MyriadPro Regular', Helvetica, sans-serif;
	font-size:17px;
	color:#606060;
	line-height:24px;
	margin:0em 0em 1em 0em;
	float:left;
}*/



/**************     Contact Us     ************/



.contact-box{
	width:84%;
	height:auto;
	padding:2% 8%;
	float:left;
}
/*.contact-h-box{
	width:100%;
	height:auto;
	border-bottom:#e3e3e3 1px solid;
	float:left;
}
.contact-h-box-h{
	width:auto;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:26px;
	color:#505050;
	text-transform:uppercase;
	border-bottom:#51bbbb 3px solid;
	margin-bottom:-1px;
	float:left;
}*/
.green-h-box{
	width:100%;
	height:auto;
	border-bottom:#e8e8e8 1px solid;
	margin-bottom:1em;
	float:left;
}
h1{
	width:auto;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:22px;
	color:#303030;
	text-transform:uppercase;
	border-bottom:#51bbbb 3px solid;
	margin:0 0 -1px 0;
	float:left;
}
.contact-form-box{
	width:100%;
	height:auto;
	margin:2em 0em 0em 0em;
	float:left;
}
.contact-form-box-left{
	width:60%;
	height:auto;
	margin-right:4%;
	float:left;
}
/*.contact-left-text-box{
	width:47%;
	height:auto;
	margin-right:6%;
	float:left;
}
.contact-right-text-box{
	width:47%;
	height:auto;
	float:left;
}*/
.contact-h{
	width:100%;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:20px;
	color:#51bbbb;
	float:left;
}
.contact-text h1{
	width:100%;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:20px;
	color:#51bbbb;
	border:0px;
	margin:0em 0em 0.5em 0em;
	float:left;
}
.contact-text{
	width:50%;
	height:auto;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#222222;
	line-height:24px;
	float:left;
}
.contact-text p{
	width:100%;
	height:auto;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#222222;
	line-height:24px;
	margin-bottom:0.5em;
	float:left;
}
.contact-text p a{
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#222222;
}
.contact-text p a:hover{
	color:#222222;
	text-decoration:none;
}

.contact-text1{
	width:100%;
	height:auto;
	/*font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#808080;
	line-height:24px;
	margin-bottom:1em;*/
	float:left;
}
.contact-icon{
	width:auto;
	height:auto;
	margin-right:1em;
	float:left;
}
.contact-form-h{
	width:100%;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:16px;
	color:#303030;
	margin-bottom:1.5%;
	float:left;
}
.feild-error{
    width:95.4% !important;
    background-color:#fff6f6;
    font-family:'OpenSans Regular 1', Helvetica, sans-serif;
    font-size:14px;
    color:#e54c4c;
    line-height:36px;
    border:#e54c4c 1px solid;
    padding:0% 2% 2% 2%;
    float:left;
} 
.contact-form-feild{
	width:100%;
	height:auto;
	margin-bottom:3%;
	float:left;
}
.contact-form-feild input[type="text"]{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	border:#e3e3e3 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-form-feild input[type="text"]:hover{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-form-feild input[type="text"]:focus{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-form-feild input[type="email"]{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	border:#e3e3e3 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-form-feild input[type="email"]:hover{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-form-feild input[type="email"]:focus{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-form-select{
	width:100%;
	height:auto;
	margin:2% 0% 3% 0%;
	float:left;
}
.contact-form-select select{
	background-color:#fff;
	width:100%;
	height:42px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	border:#e3e3e3 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-form-select select:hover{
	background-color:#fff;
	width:100%;
	height:42px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-form-select select:focus{
	background-color:#fff;
	width:100%;
	height:42px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-form-textarea{
	width:100%;
	height:auto;
	margin-bottom:3%;
	float:left;
}
.contact-form-textarea textarea{
	width:95.4%;
	height:90px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	border:#e3e3e3 1px solid;
	padding:2% 2%;
	margin:0;
	max-width:95.4%;
	max-height:90px;
	float:left;
}
.contact-form-textarea textarea:hover{
	width:95.4%;
	height:90px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:2% 2%;
	float:left;
}
.contact-form-textarea textarea:focus{
	width:95.4%;
	height:90px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:2% 2%;
	float:left;
}
.contact-form-btn{
	width:22%;
	height:auto;
	float:right;
}
.contact-form-btn input[type="submit"]{
	background-color:#51bbbb;
	width:100%;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	line-height:42px;
	border:0px;
	cursor:pointer;
	float:left;
}
.contact-form-btn input[type="submit"]:hover{
	background-color:#399d9d;
	width:100%;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	line-height:42px;
	border:0px;
	cursor:pointer;
	transition:all 0.5s ease-in-out 0s;
	float:left;
}
.contact-form-box-right{
	width:36%;
	height:auto;
	float:left;
}
.red{
	color:#d90000;
}





/****************       About Page       **************/




.about-main-box{
	width:100%;
	height:auto;
	float:left;
}
.about-box{
	width:84%;
	height:auto;
	padding:2% 8%;
	float:left;
}
.about-text-img{
	width:22%;
	height:auto;
	float:left;
}
.about-text{
	width:78%;
	height:auto;
	/*font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#808080;
	line-height:24px;*/
	float:left;
}
.about-text p{
	width:100%;
	height:auto;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#222222;
	line-height:26px;
	margin:0em 0em 1em 0em;
	float:left;
}
.about-img{
	background:url("../images/about-img.jpg") no-repeat scroll 0px 0px transparent;
	width:100%;
	height:auto;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	display:block;
	min-height:400px;
	float:left;
}
.about-h-box{
	width:100%;
	height:auto;
	border-bottom:#dddddd 2px solid;
	margin-bottom:2em;
	float:left;
}
.about-h-box-h{
	width:auto;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:22px;
	color:#303030;
	border-bottom:#d90000 4px solid;
	margin-bottom:-2px;
	float:left;
}
.team-box{
	width:100%;
	height:auto;
	margin-bottom:2%;
	float:left;
}
.team-box ul{
	margin:0;
	padding:0;
}
.team-box ul li{
	list-style:none;
	width:auto;
	height:auto;
	margin-right:2%;
	float:left;
}
.team-img{
	width:190px;
	height:170px;
	float:left;
}
.client-box{
	width:100%;
	height:auto;
	margin:0% 0% 0% 0%;
	float:left;
}
.client-box-text{
	width:35%;
	height:auto;
	float:left;
}
.client-box-pic{
	width:100%;
	height:auto;
	float:left;
}
.client-box ul{
	margin:0;
	padding:0;
}
.client-box ul li{
	background-color:#fdfdfd;
	list-style:none;
	width:15.5%;
	height:auto;
	border:1px solid #e8e8e8;
	margin:0% 1% 1% 0%;
	float:left;
}
/*.client-box ul li.margin{
	margin:0% 0% 1% 0%;
}*/
/*.client-box ul li.last{
	background-color:#fdfdfd;
	list-style:none;
	width:190px;
	height:95px;
	border:1px solid #e8e8e8;
	margin:0% 42.3% 1% 42.3%;
	float:left;
}*/



/*********   ToolTip   *********/



.ggtooltip {
    position: absolute;
    z-index: 1030;
    display:block;
    padding:5px;
    font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:13px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.ggtooltip.fade {
    opacity: 0;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}

.ggtooltip.fade.in {
    opacity: 1;
}

.ggtooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ggtooltip.top {
    margin-top: -3px;
}

.ggtooltip.right {
    margin-left: 3px;
}

.ggtooltip.bottom {
    margin-top: 3px;
}

.ggtooltip.left {
    margin-left: -3px;
}

.ggtooltip .ggtooltip-inner {
    min-width:120px;
    padding:0;
	line-height:30px;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    background-color:#404040 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #404040 !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5)
}

.ggtooltip .ggtooltip-arrow, .ggtooltip .ggtooltip-arrow-shadow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.ggtooltip.top .ggtooltip-arrow, .ggtooltip.top .ggtooltip-arrow-shadow {
    bottom: 1px;
    left: 25%;
    margin-left: -5px;
    border-top-color: #404040 !important;
    border-width: 5px 5px 0;
}

.ggtooltip.top .ggtooltip-arrow-shadow {
    bottom: 0;
}

.ggtooltip.right .ggtooltip-arrow, .ggtooltip.right .ggtooltip-arrow-shadow {
    top: 50%;
    left: 1px;
    margin-top: -5px;
    border-right-color: #404040 !important;
    border-width: 5px 5px 5px 0;
}

.ggtooltip.right .ggtooltip-arrow-shadow {
    left: 0;
}

.ggtooltip.left .ggtooltip-arrow, .ggtooltip.left .ggtooltip-arrow-shadow {
    top: 50%;
    right: 1px;
    margin-top: -5px;
    border-left-color: #404040 !important;
    border-width: 5px 0 5px 5px;
}

.ggtooltip.left .ggtooltip-arrow-shadow {
    right: 0;
}

.ggtooltip.bottom .ggtooltip-arrow, .ggtooltip.bottom .ggtooltip-arrow-shadow {
    top: 1px;
    left: 25%;
    margin-left: -5px;
    border-bottom-color: #404040 !important;
    border-width: 0 5px 5px;
}
.ggtooltip.bottom .ggtooltip-arrow-shadow {
	top: 0;
}




/*********************          Blog Css          ********************/



.n-news-col-article{
    border-bottom:#eeeeee 1px solid;
    border-left:#eeeeee 1px solid;
    flex-basis:50%;
    -moz-box-flex:1;
    box-sizing:border-box;
    overflow:hidden;
    position:relative;
}
.n-news-col-article:hover{
    background-color:#d90000;
    border-bottom:#d90000 1px solid;
    border-left:#d90000 1px solid;
    flex-basis:50%;
    -moz-box-flex:1;
    box-sizing:border-box;
    overflow:hidden;
    position:relative;
    cursor:pointer;
}
.n-news-col-article:hover .n-news-text-box{
    padding:4% 8% 6% 8%;
}
.n-news-col-article:hover .n-news-text-box h1{
    font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
    font-size:17px;
    color:#fff;
    border:0px;
    text-transform:inherit;
    margin:0.5em 0em 0em 0em;
}
.n-news-col-article:hover .n-news-text-box p{
    font-family:'OpenSans Regular 1', Helvetica, sans-serif;
    font-size:15px;
    color:#fff;
}
.n-news-col-article:hover .n-news-text-box p a{
    font-family:'OpenSans Regular 1', Helvetica, sans-serif;
    font-size:15px;
    color:#fff;
    overflow:hidden;
    text-decoration:none;
}
.n-news-text-box{
    padding:4% 8% 6% 8%;
}
.n-news-text-box h1{
    font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
    font-size:17px;
    color:#000000;
    text-transform:inherit;
    border:0px;
    margin:0.5em 0em 0em 0em;
}
.n-news-text-box p{
    font-family:'OpenSans Regular 1', Helvetica, sans-serif;
    font-size:15px;
    color:#808080;
}
.n-news-text-box p a{
    font-family:'OpenSans Regular 1', Helvetica, sans-serif;
    font-size:15px;
    color:#000;
    overflow:hidden;
    text-decoration:none;
} 




/******************          popup form (28-09-2015)        *****************/




.popup-form-box{
	width:48%;
	height:auto;
	margin:0% 1% 0% 1%;
	float:left;
}
.popup-form-box-full{
	width:98%;
	height:auto;
	margin:0% 1% 0% 1%;
	float:left;
}
.popup-textarea-box{
	width:98%;
	height:auto;
	margin:0% 1% 0% 1%;
	float:left;
}
.popup-date-box{
	width:49%;
	height:auto;
	margin-right:2%;
	float:left;
}
.popup-time-box{
	width:49%;
	height:auto;
	float:left;
}
.contact-date-time-h{
	width:100%;
	height:auto;
	font-family:'OpenSans Semibold 0', Helvetica, sans-serif;
	font-size:16px;
	color:#303030;
	margin-bottom:3.2%;
	float:left;
}
.contact-skype-feild{
	width:100%;
	height:auto;
	margin-bottom:1.6%;
	float:left;
}
.contact-skype-feild input[type="text"]{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	border:#e3e3e3 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-skype-feild input[type="text"]:hover{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-skype-feild input[type="text"]:focus{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-date-feild{
	width:100%;
	height:auto;
	margin-bottom:3%;
	float:left;
}
.contact-date-feild input[type="text"]{
	background:url(../images/icon.png) no-repeat scroll right center / contain;
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	border:#e3e3e3 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-date-feild input[type="text"]:hover{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:0% 2%;
	float:left;
}
.contact-date-feild input[type="text"]:focus{
	width:95.4%;
	height:40px;
	font-family:'OpenSans Regular 1', Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	transition: all 0.4s ease-in-out 0s;
	border:#51bbbb 1px solid;
	padding:0% 2%;
	float:left;
}











/******************       Media Queries Css      *****************/

@media screen and (max-width:360px){
	
	.services-img-box ul li{
		margin:1% 19%;
	}
	.effects .img:last-child {
		margin-left:0px !important;
	}
	.client-box ul li{
		width:47.9% !important;
	}
	a.expand {
		padding:6% 7% !important;
	}
}

@media screen and (max-width:480px){
	
	.contact-box{
		width:94% !important;
		padding:3% 3% !important;
	}
	.contact-form-feild input[type="text"]{
		width:95.4%;
		padding:0 2%;
	}
	.contact-form-feild input[type="text"]:hover{
		width:95.4%;
		padding:0 2%;
	}
	.contact-form-feild input[type="text"]:focus{
		width:95.4%;
		padding:0 2%;
	}
	.contact-form-textarea textarea{
		width:95.4%;
		padding:2% 2%;
		max-width:95.4%;
	}
	.contact-form-textarea textarea:hover{
		width:95.4%;
		padding:2% 2%;
	}
	.contact-form-textarea textarea:focus{
		width:95.4%;
		padding:2% 2%;
	}
	.contact-text{
		width:100%;
	}
	#footer ul li{
		width:91.8%;
		padding:2% 4%;
	}
	#footer ul li.first{
		width:91.8%;
		padding-left:4%;
		padding-bottom:4%;
	}
	.team-box ul li{
		width:190px;
		height:auto;
		margin:0 auto 2% auto;
	}
	.news-box ul li{
		width:90%;
		padding:3% 5%;
	}
	.news-box ul li:hover{
		width:90%;
		padding:3% 5%;
	}
	.services-img-box{
		margin:4% 0% 8% 0%;
	}
	.team-box ul li{
		width:190px;
		height:auto;
		min-height:170px;
		margin:2% auto 5% auto !important;
		float:none;
	}
	.client-box ul li{
		width:200px;
		margin:0% auto 4% auto;
		float:none;
	}
	.news-col-article{
		flex-basis:100%;
	}
	.news-col-article:hover{
		flex-basis:100%;
	}
	.n-news-col-article{
		flex-basis:100%;
	}
	.n-news-col-article:hover{
		flex-basis:100%;
	}
	/*.client-box ul li.last{
		background-color:#fdfdfd;
		list-style:none;
		width:200px;
		height:100px;
		border:1px solid #e8e8e8;
		margin:0% 0% 1.8% 0% !important;
		float:left;
	}*/
	.news-text-box1{
		width:100%;
		height:234px;
		display:block;
	}
	.news-text-box{
		background-color:#d80201;
		width:92%;
		height:auto;
		padding:0 4% 2% 4%;
		right:0;
		bottom:0;
		position:absolute;
	}
	.popup-form-box{
		width:98%;
	}
	.cd-popup-container1{
	  min-height:736px !important;
	}

}
@media screen and (max-width:768px){
	.logo{
		width:100%;
		text-align:center;
		margin:1em 0em 1em 0em;
	}
	#cssmenu {
		margin:0 0em 0 0;
	}
	#content-wrapper{
		padding-top:128px;
	}
	.contact-box{
		width:94%;
		padding:2% 2%;
	}
	.contact-form-box-left{
		width:100%;
		margin-right:0%;
	}
	.contact-form-box-right{
		width:100%;
		margin-top:2em;
	}
	.contact-form-btn{
		width:26% !important;
	}
	.about-text p{
		width:100% !important;
	}
	.services-left-box{
		width:100%;
		margin-right:0%;
	}
	.services-right-box{
		width:100%;
	}
	#content-left{
		background:#eeeeee none repeat scroll 0 0;
		width:100%;
		position:relative;
		padding:8% 8%;
	}
	#content-right{
		width:100%;
	}
	.team-box ul li{
		margin:1% 1% 2% 2%;
	}
	.client-box-text{
		width:100%;
	}
	.client-box-pic{
		width:100%;
	}
	/*.client-box ul li.last{
		background-color:#fdfdfd;
		list-style:none;
		width:200px;
		height:100px;
		border:1px solid #e8e8e8;
		margin:0% 32.5% 1.8% 32.5%;
		float:left;
	}*/
	#effect-1 .overlay {
		width:100%;
	}
	.client-box ul li{
		background-color:#fdfdfd;
		list-style:none;
		width:23.3%;
		height:auto;
		border:1px solid #e8e8e8;
		margin:0% 1.3% 1.3% 0% !important;
		float:left;
	}
}
@media screen and (max-width:960px){
	
	#content-wrapper{
		padding-top:128px;
	}
	.contact-form-btn{
		width:42%;
	}
	.about-text p{
		width:80%;
	}
	
}
@media screen and (max-width:1366px){
	/*.client-box ul li.margin{
		margin:0% 1.7% 1.8% 0%;
	}*/
	/*.client-box ul li.last{
		background-color:#fdfdfd;
		list-style:none;
		width:200px;
		height:100px;
		border:1px solid #e8e8e8;
		margin:0% 0% 1.8% 0%;
		float:left;
	}*/
	.linkedin-icon{
		width:40px;
		height:40px;
		display:inline-block;
		margin:68% 0 0 0;
		float:right;
	}
}
@media screen and (max-width:1440px){
	.services-img-box ul{
		width:0%;
		margin:0px auto !important;
		min-width:104%;
		padding:0px;
	}
	/*.client-box ul li.last{
		background-color:#fdfdfd;
		list-style:none;
		width:200px;
		height:100px;
		border:1px solid #e8e8e8;
		margin:0% 0% 1.8% 0%;
		float:left;
	}*/
	/*.client-box ul li.margin{
		margin:0% 1.7% 1.8% 0%;
	}*/
}
@media screen and (max-width:1280px){
	.services-img-box ul{
		width:102% !important;
		margin:0px auto !important;
		padding:0px;
	}
	.client-box ul li{
		margin:0% 0.9% 0.9% 0%;
	}
	/*.client-box ul li.margin{
		margin:0% 1.2% 1.8% 0%;
	}*/
	/*.client-box ul li.last{
		background-color:#fdfdfd;
		list-style:none;
		width:200px;
		height:100px;
		border:1px solid #e8e8e8;
		margin:0% 0% 1.8% 0%;
		float:left;
	}*/
}


.error-msg{
    background-color:#f2dede;
    width:94%;
    height:auto;
    font-family:'OpenSans Regular', Helvetica, sans-serif;
    font-size:14px;
    color:#b94a48;
    padding:3% 3%;
    margin-bottom:2%;
    float:left;
}
.success-msg{
    background-color:#def2de;
    width:94%;
    height:auto;
    font-family:'OpenSans Regular', Helvetica, sans-serif;
    font-size:14px;
    color:#3aab45;
    padding:3% 3%;
    margin-bottom:2%;
    float:left;
}
.success-msg1{
    background-color:#def2de;
    width:100%;
    height:auto;
    font-family:'OpenSans Regular', Helvetica, sans-serif;
    font-size:14px;
    color:#3aab45;
	text-align:center;
	line-height:40px;
    padding:0%;
    margin-bottom:1%;
    float:left;
}




/****************     Testimonials     ***************/

.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 15px; }
.bx-wrapper .testimonials-title{ text-align: center;  margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-thumbnail{ max-width: 35%; float: left; margin-right: 20px; }
.bx-wrapper .testimonials-carousel-thumbnail img{ display: block;   margin-right: 0px;width: 100px;}
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; }
.bx-wrapper .testimonials-name{ font-size: 18px; margin-bottom: 15px; color:#000000; font-weight:400;}
.bx-wrapper span{ font-size: 11px; margin-left:10px; color:#aaa; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; }
.bx-wrapper {position: relative;margin:3%;padding: 0;width:94%;*zoom: 1; float:left;}
.bx-wrapper .slide {padding:0;margin:0;display: block;}
.bx-wrapper .bx-viewport {padding:0;margin-left:0;z-index:1;width:100%; float:left;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: -30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url("../images/bx_loader.gif") center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}
.bx-wrapper .bx-next{position: absolute;top: 0;right: 0;width: 30px;border-left:1px solid #ddd;height: 30px;cursor: pointer;background: #d90000 url("../images/caousel-next.png") no-repeat 0 0 ;}
.bx-wrapper .bx-next:hover{position: absolute;top: 0;right: 0;width: 30px;border-left:1px solid #ddd;height: 30px;cursor: pointer;background: #00b8e4 url("../images/caousel-next.png") no-repeat 0 0;}
.bx-wrapper .bx-prev{position: absolute;top: 0px;right: 30px;border-right:1px solid #ddd;width: 30px;height: 30px;cursor: pointer;background: #d90000 url("../images/caousel-prev.png") no-repeat 0 0 ;}
.bx-wrapper .bx-prev:hover{position:absolute;top:0px;right:30px;border-right:1px solid #ddd;width:30px;height:30px;cursor:pointer;background:#00b8e4 url("../images/caousel-prev.png") no-repeat 0 0 ;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 0;margin-top: 0;margin-right: 0px;outline: 0;width: 30px;height: 30px;text-indent: -9999px;z-index:1;}

.testimonials-carousel-content{
	width:96% !important;
	height:auto;
	margin:0%;
	float:left;
}
.testimonials-carousel-content p{
	margin:0;
}
#shadow{
	background:url("../images/shadow.png") no-repeat scroll center bottom transparent;
	width:100%;
	height:auto;
	min-height:219px;
	float:left;
}
.container {
	background-color:#fff;
	width:100%;
	height:auto;
	float:left;
}
@media only screen and ( max-width: 32.5em ) /* 520 */
{
	.container,
	#wrapper
	{
		width: 100%;
		height: auto;
		position: static;
		/*padding: 3.125em 1.25em;*/ /* 50 20 */
		padding: 0em;
		margin: 0;
	}
}


/* ============================================================
  GLOBAL
============================================================ */
.effects {
	padding-left:0px;
}
.effects .img {
	width:25%;
	height:auto;
	/*max-width:304px;*/
	overflow:hidden;
	position:relative;
	float:left;
}
.effects .img:nth-child(n) {
	margin-right: 0px;
}
.effects .img:first-child {
	margin-left: -0px;
}
.effects .img:last-child {
	margin-right: 0;
}
.effects .img img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.imagesize {
    width: 100%;
    height: auto;
}
.overlay {
	display: block;
	position: absolute;
	z-index: 9;
	/*background: rgba(0, 0, 0, 0.8);*/
	background:linear-gradient(transparent, rgba(0, 0, 0, 0.6));
	overflow: hidden;
	/*-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;*/
}
a.close-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 45px;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}
a.close-overlay.hidden {
	display: none;
}
a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	width:auto;
	height:auto;
	border: solid 0px #fff;
	font-family:Helvetica, Arial, Sans-Serif;
	color: #fff;
	line-height:32px;
	font-weight:500;
	font-size:1.7em;
	text-transform:uppercase;
	text-decoration:none;
	padding:7% 7%;
}
.designation{
	width:100%;
	font-size:0.7em;
	line-height:14px;
	float:left;
}
.linkedin-icon{
	width:40px;
	height:40px;
	display:inline-block;
	margin:70% 3px 0 0;
	float:right;
}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay a.expand {
  left: 0%;
  right: 0%;
  bottom: 10%;
  margin: 0 auto -30px auto;
}
#effect-1 .img.hover .overlay {
  height: 100%;
}


/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1100px) {
  .effects {
    padding-left:0px;
  }
  .effects .img {
    width: 49.9%;
  }
  .effects .img:nth-child(n) {
    margin-right: 0px;
  }
  .effects .img:first-child {
    margin-left: 0;
  }
  .effects .img:nth-child(2n-1) {
    margin-left: -0px;
  }
  .effects .img:nth-child(2n) {
    margin-right: 0px;
  }
  .effects .img:last-child {
    margin-right: 0px;
	margin-left:-5px;
  }
}
@media only screen and (max-width: 520px) {
  .effects .img {
    width: 100%;
  }
  .effects .img:nth-child(n) {
    margin-right: 0;
  }
  .effects .img:first-child {
    margin-left: 0;
  }
  .effects .img:nth-child(2n-1) {
    margin-left: 0;
  }
  .effects .img:nth-child(2n) {
    margin-right: 0;
  }
  .effects .img:last-child {
    margin-right: 0;
  }
  .effects .img img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1600px){
	.linkedin-icon{
		margin:70% 3px 0 0 !important;
	}
}
@media only screen and (max-width: 1920px){
	.linkedin-icon{
		margin:63% 3px 0 0;
	}
}

.black{
	font-family:"OpenSans Semibold 0",Helvetica,sans-serif;
	font-size:16px;
	color:#000;
}
.red{
	font-family:"OpenSans Semibold 0",Helvetica,sans-serif;
	font-size:16px;
	color:#d80201;
}






/* input box in default state */ 
.tcalInput {
	background: url('img/cal.gif') 100% 50% no-repeat;
	padding-right: 20px;
	cursor: pointer;
}
/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url('img/no_cal.gif');
}
/* container of calendar's pop-up */
#tcal {
	position:fixed;
	visibility: hidden;
	z-index: 100;
	width:200px;
	top:357px !important;
	left:695px !important;
	background-color: white;
	border: 1px solid silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}
/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('img/prev_year.gif'); }
#tcalPrevMonth { background-image: url('img/prev_mon.gif'); }
#tcalNextMonth { background-image: url('img/next_mon.gif'); }
#tcalNextYear { background-image: url('img/next_year.gif'); }
/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: gray;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FFB3BE; }		
.calendar {
	position: relative;
	font-family: 'Century Gothic','Segoe UI', Calibri, Arial;
	font-size: 12px;
	border-collapse: collapse;
	margin: 0; padding: 0;
	z-index: 4;
	border:1px solid rgba(0,0,0,0.08);
	width: 250px;
	color: #000;
	text-align: center;
	background-color: #FFF;
}
.calendar th,
.calendar td {
	text-align: center;
	-webki-ttransition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.calendar th:first-child,
.calendar td:first-child {
	margin-left: 5px;
}
.calendar span {
	padding: 6px 4px; 
	display: block;
}
.calendar .month {
	padding: 15px;
}
.calendar .pMDate, .calendar .nMDate { color: #AAA; }
.calendar .date, .calendar .pMDate, .calendar .nMDate, .calendar .month { cursor: pointer; }
.calendar .date:hover, .calendar .pMDate:hover, .calendar .nMDate:hover, .calendar .month:hover { background-color: #E2E2E2; }
.calendar .date:active, .calendar .pMDate:active, .calendar .nMDate:active, .calendar .month:active { background-color: #51bbbb; color: #FFF; }
.calendar .selected {
	background-color: #51bbbb !important;
	color: #FFF !important;
}
.calendar tr:first-child th {
	background-color: #FFF;
	padding: 4px;
	padding-top: 8px;
	font-size: 14px;
}
.calendar tr:first-child th {
	background-color:#51bbbb;
	cursor: pointer;
	color:#fff;
}
.calendar tr:first-child th:hover { color:#000; }
.calendar tr:first-child th:active { color: #000; }
.calendar thead tr:nth-child(2) th { color: #555; padding: 8px 3px; }
.calendar #prev, .calendar #next {
	background-color:#51bbbb;
	font-family: 'Times New Roman';
	font-size: 20px;
	padding: 0;
}
.calendar #today {
	text-align: center; cursor: pointer;
	color: #51bbbb;
	padding: 10px 6px;
}
.calendar #today:hover { color: #000; }
.calendar #today:active { color: #000; }
.calendar #currDay { color:#51bbbb; }
.datepicker {
	background: url('./icon.png') transparent right no-repeat;
	background-size: contain;
}