/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
}
body {
	background:#fff;
	font-size:14px;
}
/*--------------------------------- *
/*  TYPOGRAPHY STYLES
/*--------------------------------- */
h1, h2, h3, h4, h5 {
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}
h1 {
	font-size: 35px;
	color: #333333;
}
h2 {
	font-size: 24px;
	padding-bottom: 5px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	padding-bottom: 3px;
}
h5 {
	font-size: 16px;
	padding-bottom: 4px;
}
p {
	font-size: 14px;
	font-weight:400;
	line-height: 23px;
	color: #000;
	padding-bottom: 10px;
}
p b {
	font-weight: 600;
}
small{
	font-size:12px;
}

/* buttons */
.btn{
	padding:10px 20px;
	color:#FFF;
	font-size:16px;	
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.button-red{
	background:#e8443b;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.button-red:hover{
	background:#7aa903;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table td, .table th{
	border:1px solid #dcdcdc;
	padding:10px;
}
.table th{
	font-weight:bold;
	background:#08C;
	color:#fff;
}
.table .odd{
	background:#fff;
}
.table .even{
	background:#f5f5f5;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
a {
  color: #d44457;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.wrapper{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.text-right{
	text-align:right;
}
.padding-top{
	padding-top:40px;
}
.padding-top-half{
	padding-top:20px;
}
.padding-bottom{
	padding-bottom:40px;
}
.red-text{
	color:#c73527;
}
.blue-text{
	color:#009cd6;
}
.blue-bg{
	background:#009cd6;
}
.white-text{
	color:#fff;
}
.red-text{
	color:#e8443b;
}
.red-bg{
	background:#e8443b;
}
.green-text{
	color:#7aa903;
}
.green-bg{
	background:#7aa903;
}
.gold-text{
	color:#ff9b2c;
}
.gold-bg{
	background:#ff9b2c;;
}

.clear{
	clear:both;
}
.strong{
	font-weight:bold;
}
/* -------------------------------
   HEADER STYLES
   ------------------------------- */  
header {
  width: 100%;
  height: 115px;
  border-top:2px solid #fc534f;
}
.logo{
	margin:18px 0;
	float:left;
}
.topSocial{
	float:right;
	margin:30px 0;
}
.topSocial ul li{
	margin:0 2px;
	float:left;
}
.topSocial ul li a{
	float:left;
	height:34px;
	line-height:33px;
	border-radius:50%;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.topSocial ul li a i{
	width:33px;
	font-size:13px;
	margin-right:0;
	text-align:center;
}
.topSocial ul li a.fb{
	border:1px solid #3b5998;
}
.topSocial ul li a.in{
	border:1px solid #0274b3;
}
.topSocial ul li a.plus{
	border:1px solid #c63425;
}
.topSocial ul li a.twitter{
	border:1px solid #00a3e8;
}
.topSocial ul li a i.fbc{
	color:#3b5998;
}
.topSocial ul li a i.inc{
	color:#0274b3;
}
.topSocial ul li a i.gpc{
	color:#c63425;
}
.topSocial ul li a i.tc{
	color:#00a3e8;
}

.menu{
	width:100%;
	margin:0;
	float:left;
	background:#16a7e6;
}
.menu li a .arrow{
	background:url(../images/arrowdown.png) no-repeat;
	width:11px;
	margin:3px 0 0 8px;
	height:11px;
	float:right;
}
.menu ul li a:hover .arrow{
	background:url(../images/arrowup.png) no-repeat;
}

.headingTitle{
	margin:0 auto;
	text-align:center;
}
.headingTitle h1{
	color:#e8443b;
	/* font-family: 'Conv_ProximaNova-Regular'; */
	font-family: 'Roboto', sans-serif;
	font-size:22px;
}
.headingTitle p{
	color:#555;
	font-size:14px;
	line-height:25px;
}

.slider, #sdSlider {
	position:relative;
}
#sdSlider .item .text{
	top:25%;
	width:65%;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
}
#sdSlider .item h1{
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	font-weight:700;
}
#sdSlider .item p{
	color:#fff;
	line-height:25px;
	font-size:18px;
	font-weight:400;
}
.mask{
	position:absolute;
	height:99%;
	width:100%;
	margin:0;
	background:rgba(0,0,0,0.6)
}


.servicesBlock{
	margin:0;
	width:100%;
	float:left;
}
.serviceMain{
	margin:0 5% 5% 0;
	float:left;
}
.serviceMain .serviceIcon{
	width:50px;
	height:50px;
	margin:0 2% 1% 0;
	float:left;
	text-align:center;
	border-radius:50%;
}
.serviceMain .serviceIcon i{
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:18px;
	margin-right:0;
}
.serviceMain h3{
	float:left;
	text-align:left;
	margin:15px 0 15px 10px;
	width:73%;
	font-weight:500;
	font-size:16px;
	/* font-family: 'Conv_ProximaNova-Regular'; */
	font-family: 'Roboto', sans-serif;
}
.serviceMain p{
	width:100%;
	font-size:14px;
	text-align:left;
	float:left;
}
.serviceMain:hover h3{
	color:#333;
}

.homeAbout{
	background:#0c89d4;
	margin:0;
	width:100%;
	float:left;
}
.homeAbout .left-col{
	width:30%;
	margin:0 5% 0 0;
	float:left;
}
.homeAbout .left-col img{
	width:100%;
	padding-bottom:30px;
}
.homeAbout .right-col{
	width:65%;
	margin:0;
	float:left;
}
.homeAbout .right-col h1{
	color:#fff;
	font-size:22px;
	padding-bottom:30px;
	/* font-family: 'Conv_ProximaNova-Regular'; */
	font-family: 'Roboto', sans-serif;
}
.homeAbout .right-col p{
	color:#fff;
	font-size:15px;
	line-height:25px;
}


.whyChoose{
	width:100%;
	margin:0;
	float:left;
}
.whyChoose .whyChooseLeft{
	width:50%;
	margin:0 5% 0 0;
	float:left;
}
.whyChoose .whyChooseLeft h1, .whyChoose .latestNews h1{
	padding-bottom:20px;
	font-size:32px;
	/* font-family: 'Conv_ProximaNova-Regular'; */
	font-family: 'Roboto', sans-serif;
}
.whyChoose .whyChooseLeft ul{
	margin-left:25px;
	margin-top:15px;
}
.whyChoose .whyChooseLeft ul li{
	margin:0;
	line-height:28px;
	color:#333;
}
.whyChoose .whyChooseLeft p{
	color:#333;
	font-size:15px;
	line-height:22px;
}
.whyChoose .latestNews{
	width:45%;
	margin:0;
	float:left;
}
.latestNews ul li{
	width:100%;
	margin:0 0 4% 0;
	float:left;
}
.latestNews ul li:hover .newsIcon{
	border:1px solid #999;
	border-radius:3px;
	color:#000;
}
.latestNews ul li:hover h3{
	color:#000;
}
.latestNews ul li .newsIcon{
	width:120px;
	margin:0 2% 0 0;
	float:left;
	padding:3px 3px 2px 3px;
	border:1px solid #dcdcdc;
	transition:all 0.7s ease 0s;
}
.latestNews ul li .newsDetails{
	width:70%;
	margin:0;
	float:left;
}
.latestNews h3{
	font-weight:500;
	font-size:20px;
	/* font-family: 'Conv_ProximaNova-Regular'; */
	font-family: 'Roboto', sans-serif;
	padding-bottom:10px;
}
.newsDetails p{
	padding-bottom:8px;
}
.newsDetails small{
	font-size:13px;
	color:#999;
}

/* homeClients */
.homeClients{
	width:100%;
	margin:0;
	background:#f5f5f5;
	float:left;
}
.homeContact{
	width:100%;
	margin:0;
	padding:30px 0;
	background:#fc534f;
	float:left;
}
.homeContact .text{
	float:left;
	width:75%;
}
.homeContact p, .homeContact h1{
	color:#fff;
}
.homeContact h1{
	font-size:22px;
	line-height: 40px;
}
.homeContact span a{
	float:left;
	margin:0;
	color:#fff;
	border-radius:4px;
	font-size:16px;
	font-weight:500;
	padding:12px 20px;
	background:#d82d29;
	border:1px solid rgba(255,255,255,0.4);
	transition:all 0.7s ease 0s;
}
.homeContact span a:hover{
	background:#e84440;
	border:1px solid rgba(255,255,255,1);
}

/* footer */
.footer {
	width: 100%;
	min-height: 100px;
	margin: 0;
	float: left;
	background: #272727;
}
.footerCol {
	width: 35%;
	float: left;
	padding: 25px 0;
}
.footerCol p {
	color: #dcdcdc;
	line-height:22px;
	font-size:14px;
}
.footerCol2 {
	width: 25%;
	margin: 0 5%;
	float: left;
	padding: 25px 0;
}
.footerCol3 {
	width: 28%;
	margin: 0;
	float: left;
	padding: 25px 0;
}
.footerCol h4, .footerCol2 h4, .footerCol3 h4{
    margin-bottom: 15px;
    font-size: 18px;
}

.footerCol3 p {
	margin-left: 28px;
	color: #c2c2c2;
	line-height:25px;
	text-indent: -10px;
}
.footerCol ul li i, .footerCol2 ul li i {
	font-size: 8px;
	margin: 0 3px 0 0;
	color: #fff;
}
.footerCol3 p i {
	margin-right: 6px;
	font-size: 13px;
}

.footerCol ul{
	width: 48%;
	float: left;
}
.footerCol2 ul {
	width: 100%;
	float: left;
}
.footerCol ul li, .footerCol2 ul li {
	margin: 0 0 10px 0;
	width: 100%;
	line-height:25px;
	display: block;
	float: left;
}
.footerCol ul li a, .footerCol2 ul li a {
	color: #c2c2c2;
	padding: 5px 0;
	transition: all 0.3s ease 0s;
}
.footerCol ul li a:hover, .footerCol2 ul li a:hover {
	color: #ccc;
	padding: 5px 0 0 5px;
}
.footerCol3 ul li {
	float: left;
	margin: 0 3% 0 0;
	text-align: center;
}

.footerBottom {
	width: 100%;
	float: left;
	height: 38px;
	background: #04070b;
}
.footerBottom p {
	color: #969696;
	float: left;
	text-align: left;
	padding: 0;
	line-height: 38px;
}
.footerBottom span {
	float: right;
	margin: 0;
}
.footerCol3 a{
	color:#fff;
}
.footerBottom img {
	width: 80%;
    margin: 8px 0 0 0;
}


/* inner pages */
.breadcrumbs{
	width:100%;
	margin:0;
	background:#f5f5f5 url(../images/breads.jpg) no-repeat center;
	height:120px;
	background-size:cover;
	float:left;
}
.breadcrumbs .headTitle{
	width:50%;
	float:left;
	line-height:120px;
	font-size:25px;
	color:#fff;
	font-weight:500;
}
.breadcrumb {
	padding: 50px 15px;
	list-style: none;
	float:right;
}
.breadcrumb li {
	float:left;
	color:#000;
}
.breadcrumb .divider {
	padding: 0 5px;
	color: #fff;
}
.breadcrumb a {
    color: #fff;
}


.contentmain{
	width:100%;
	margin:0;
}
.contentmain h3{
	text-align:left;
	font-size:20px;
	font-weight:500;
	color:#333;
	margin-bottom:25px;
	/* font-family: 'Conv_ProximaNova-Regular'; */
	font-family: 'Roboto', sans-serif;
}

.bg{
	background:#08C;
	/*float:left;*/
	width:100%;
}
.sidebar {
	width: 25%;
	margin: 0px 0px 0 0;
	padding:30px 0px 5px 0;
	float: left;
	height:auto;
	background: #08C;
}
.sidebar h3{
	font-size:25px;
	color:#fff;
	padding-left:15px;
	text-transform:uppercase;
	font-weight:600;
}
.sidebar ul li{
	padding:0 20px;
	border-bottom:1px dotted #006da3;
}
.sidebar ul li.active, .sidebar ul li:hover{
	background:#09C;
}
.sidebar ul li a, .sidebar ul li i{
	color:#fff;
	padding:5px 0;
	font-size:13px;
	line-height:30px;
	display:inline-block;
}
.sidebar ul li:hover{
	color:#fff;
	margin-left:4px;
	transition:all 0.1s linear 0s;
}
.content {
	width: 75%;
	margin: 0 0 0 20%;
	padding:2% 0 0 2%;
	background:#fff;
	overflow:hidden;
}
.content h4{
	font-size:16px;
	color:#08C;
	/* font-family: 'Conv_ProximaNova-Regular'; */
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	margin-bottom:12px;
}
.content ul{
	margin:15px 0 0 30px;
}
.content ul li{
	margin:0 0 15px 0;
	list-style:none;
	line-height: 23px;
}
.content ul li i{
	font-size:15px;
}




.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* about us page*/
.col-md-6 {
	margin:0 2% 0 0;
	float:left;
	width:48%;
}

.col-md-8{
	margin:0 2% 0 0;
	float:left;
	width:60%;
}
.col-md-4{
	margin:0;
	float:left;
	width:38%;
}
.col-md-4 img{
	padding:3px;
	border:1px solid #dcdcdc;
	border-radius:3px;
}
.service-img-left{
	width:35%;
	margin:0 20px 0 0;
	float:left;
}
.service-img-right{
	width:35%;
	margin:0 0 10px 20px;
	float:right;
}


.fieldset {
	border: none;
}
.fieldset ul {
	padding: 0;
	margin: 0;
}
.fieldset li:first-child {
	margin-left: 0;
}
.fieldset li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	list-style: none;
}
.fieldset li .fieldcol {
	float: left;
	width: 48%;
	margin-left: 2%;
}
.fieldset li .fieldcolfull {
	float: left;
	width: 100%;
}
.fieldset li .fieldcol:first-child {
	margin-left: 0;
}
.fieldset li label {
	width: 100%;
	margin-right: 0;
	margin-bottom:8px;
	float: left;
}
.fieldset li label.error {
	color: #ff0000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.fieldset li label span {
	color: #F00;
}
.fieldset div input, .fieldset div textarea {
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
	width: 100%;
	float: left;
	padding: 12px;
	resize: vertical;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	outline: none;
}
.fieldset div textarea {
	min-height: 80px;
	width:98%;
}
.fieldset div input:focus, .fieldset div textarea:focus {
	border: 1px solid #dedede;
}
.fieldset li button {
	background: #08C;
	border: 0;
	padding: 10px 18px;
	color: #fff;
	font-size: 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.fieldset li button:focus, .fieldset li button:hover {
	background:#fc534f;
}
.contact-address p{
	line-height:28px;
	text-indent:-10px;
	margin-left:20px;
}