html, body {
	margin: 0;
	padding: 0;
}
.container {
	position: relative;
}
body {
	color: #000;
	font-family: Ubuntu_Regular;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: #fff;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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 {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
	margin-bottom: 0px !important;
}
p {
	text-align: justify;
	font-size: 15px;
	font-weight: 300;
}
.absolute {
	position: absolute;
}
img {
	display: block;
	outline: none;
}
img, input, textarea, button {
	border: 0;
	outline: 0;
}
a, a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
li.clearfix {
	display: list-item;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: inherit !important;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, p, a, li, span, div {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
/**** homepage css start****/
.pad {
	padding: 25px 0px
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 15px 0px;
}
.header-fixed {
	background: #fff;
	border-bottom: 1px solid rgba(64, 204, 255, 0.32);
}
/*Social block*/
.social-list a {
	background: url(../images/social-icon.png) no-repeat center left;
	width: 28px;
	height: 28px;
	display: inline-block;
	text-indent: -99999px;
}
.social-list {
	float: right;
	margin-bottom: 15px;
	display: none;
}
.social-list ul li {
	float: left;
	padding-left: 10px;
}
.social-list li a.linkedin {
	background-position: 0px 0px;
}
.social-list li a.gplus {
	background-position: -39px 0px;
}
.social-list li a.facebook {
	background-position: -77px 0px;
}
.social-list li a.twitter {
	background-position: -115px 0px;
}
/*.social-list li a.facebook:hover {
	background-position: 0px -18px;
}
.social-list li a.twitter:hover {
	background-position: -17px -18px;
}
.social-list li a.linkedin:hover {
	background-position: -37px -18px;
}*/
/*desktop-menu*/
.desktop-menu {
	margin-top: 30px;
}
.desktop-menu ul {
	float: right
}
.desktop-menu ul li {
	float: left;
	padding-right: 25px;
}
.desktop-menu ul li:last-child {
	padding-right: 0px;
}
.desktop-menu ul .active a {
	color: #d42000;
}
.desktop-menu ul li a {
	font-size: 15px;
	color: #000;
	/*font-weight: 800;*/
}
.desktop-menu ul li a:hover {
	color: #d42000;
}
/**** banner css start****/
.banner-section {
	margin-bottom: 20px;
}
.banner-text {
	background-color: #666666;
	color: #fff;
	font-size: 16px;
	top: 188px;
	padding: 18px;
}
.banner-text h3 {
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
}
/*welcome-text*/
.welcome-text {
	margin: 45px 0px 0px;
}
.welcome-text h3 {
	color: #515050;
	font-size: 40px;
	margin: 15px 0px 15px;
	font-family: Ubuntu_Regular;
}
.welcome-text h3 span {
	color: #4babd0;
	/*display: block;*/
}
.welcome-text p, .bottom-img p {
	line-height: 25px;
	font-size: 15px;
	padding-bottom: 25px;
}
.welcome-image img {
	margin-bottom: 15px;
}
/*Bottom img*/
.bottom-img h3 {
	font-size: 20px;
	margin: 30px 0px 20px;
	text-align: center;
	font-weight: 700;
}
/*Footer block*/
.footer-block {
	border-top: 1px solid #e9e7e2;
	padding: 20px 0px;
	text-align: center;
}
.footer-block p {
	text-align: center;
}
/*Banner style*/
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	color: #fff;
	left: 30%;
	right: 0;
	top: 50%;
	padding: 10px 20px;
	margin: 0;
	width: 50%;
}
.callbacks .caption h3 {
	padding: 5px 0px;
	color: #4eccfc;
	font-size: 60px;
	font-weight: 300;
}
.callbacks .caption h3 span {
	color: #fff;
	font-weight: 600;
	padding-left: 15px;
}
.callbacks_nav {
	position: absolute;
	top: 45%;
	z-index: 9999;
	display: none;
}
.callbacks .prev {
}
.callbacks_tabs {
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 99;
}
.callbacks_tabs li {
	float: left;
}
.callbacks_tabs li a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #326487;
	margin-right: 3px;
	border-radius: 25px;
}
.callbacks_here a {
	background-color: #fff !important;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	border-radius: 25px;
}
/*Inner page css*/
.inner-content {
	margin: 30px 0px;
}
.inner-content .inner-heading {
	color: #515050;
	margin: 15px 0px;
	font-size: 20px;
	font-weight: 600;
}
.why-us ul li, .service-list ul li {
	background: url(../images/list-icon.png) no-repeat left 5px;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 15px;
}
.why-us ul {
	margin-left: 20px;
}
.inner-content h4 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	padding: 3px 0px 20px;
}
.director-section {
	position: relative;
	margin-top: 50px;
}
.director-section h2 {
	text-align: center;
	font-size: 35px;
	position: absolute;
	left: 38%;
	top: 50px;
}
.director-section h2:after {
	content: '';
	display: block;
	background: url(../images/heading-after.png) no-repeat;
	width: 352px;
	height: 23px;
	position: absolute;
	top: 75px;
	left: -25px;
}
.director-section h4 {
	padding-top: 15px;
}
.director-section p {
	padding-right: 60px;
}
/*.director-section-img{
 border-radius: 160px;
}*/
.director-section-img img {
	border-radius: 160px;
	width: 235px;
	border: 6px solid #4aaaca;
}
.director-section-right .director-section-img {
	float: right;
}
.director-section-right h4 {
	text-align: justify;
}
.director-section-right p {
	padding-right: 0px;
}
/*client-list*/
.client-list ul {
	margin: 70px 0px;
}
.client-list ul li {
	float: left;
	margin-right: 20px;
}
ul.client-list-second {
	width: 730px;
	margin: 0 auto;
	margin-top: 50px;
}
.free-consultation h3 {
	color: #d42000;
	font-size: 40px;
	font-weight: 600;
	margin: 18px 0px;
}
.free-consultation p span {
	font-size: 31px;
	padding: 0px 5px;
	font-weight: 600;
	color:#d42000;
}
/*libera-form*/
.libera-form {
	margin: 28px 0px
}
.libera-form label {
	color: #666666;
	padding-top: 4px;
	width: 80%;
}
.libera-form input[type="text"] {
    border: 1px solid #d2d2d2;
    height: 38px;
    width: 80%;
    padding: 0px 5px;
    border-radius: 2px;
}
.libera-form textarea {
    border: 1px solid #d2d2d2;
	resize: none;
	height: 100px;
	width: 80%;
	border-radius: 2px;
}
.ques-ans label{
	width:100%;}
.ques-ans input[type="text"] {
	width: 87%;
}
.libera-form-btn{margin:15px 0px 35px;}
.libera-form-btn [type="button"] {
	background-color: #9ec947;
	color: #fff;
	padding: 5px 25px;
	font-size: 15px;
	text-transform: uppercase;

}
.blue-text{
	     color: #1a97c7;
    font-weight: 600;
    padding-bottom: 10px;
}
.expert-option-right a{
	text-decoration: underline !important;
    font-weight: 600;
    display: block;
    padding: 7px 0px;
	font-size:15px;
	}
/*Contact section*/
.address {
    margin: 30px 0px;
}
.left-img {
    float: left;
    margin-right: 15px;
}
.left-img img {
      margin: 15px 0px 0px;
}
.right-text {
    float: left;
    border-left: 1px solid #d42000;
    padding-left: 15px;
}
.right-text h4 {
    color: #d42000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
     margin: 0;
	padding: 0px 0px 5px;
}
.right-text p a{
	color:#000;
}
.phone-icon {
    margin-top: 25px;
}
.contact-bottom {
	margin:30px 0px;}
.contact-bottom img {
	    margin: 0 auto;
}