
body {
	background:#fff;
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	line-height:18px;
	color:#444;
	font-weight:normal;
	-webkit-text-stroke: 1px transparent;
  	-webkit-font-smoothing: antialiased;
  	-moz-font-smoothing: antialiased;
  	font-smoothing: antialiased;
	text-align:justify;
}

p {
	font-family: 'Fjalla One', sans-serif;
	font-size:12px;
	color:#444;
	font-weight:400;
	line-height:18px;
	margin-bottom:10px;
	text-align:justify;
}

.span01 {
	font-family: 'Fjalla One', sans-serif;
	font-size:12px;
	color:#444;
	font-weight:400;
	line-height:18px;
	margin-bottom:10px;
	text-align:justify;
}

h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size:30px;
	color:#333;
	font-weight:400;
	margin:0px;
	padding:0px;
}
.h1 {
	text-align:left;
	font-family: 'Fjalla One', sans-serif;
	font-size:25px;
	color:#0f81d8;
	font-weight:400;
	margin-bottom:7px;
	float:left;
}
.link {
	float:right;
	margin:8px 0 0 0;
	padding:6px 18px 6px;
	color:rgba(255,255,255,100);
	font-family: 'Fjalla One', sans-serif;
	font-size:12px;
	box-shadow:0 0 0 1px rgba(255,255,255,100);
}
.line {
	margin:8px 0 20px;
	height:3px;
	background:#fff;
}
.lineA {
	width:940px;
	height:8px;
	background:url(images/line-bg2.png) repeat-x;
	margin:8px 0 20px;
	display:block;
}
.btn {
	width:115px;
	height:35px;
	text-align:center;
	line-height:35px;
	display:block;
	font-family: 'Fjalla One', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#fff;
	margin:12px auto 0px;
}
.bg-red {
	background:rgba(251,57,63,0.9);
}
.bg-green {
	background:rgba(1,172,109,0.9);
}
.bg-yellow {
	background:rgba(241,175,68,0.9);
}
.bg-blueB {
	background:rgba(0,172,190,0.9);
}
.bg-blue {
	background:rgba(16,127,201,0.9);
}

.header {}
.header .head-Top {
	background:#2673b4;
	height:45px;
	font-family: 'Fjalla One', sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:400;
	line-height:45px;
}

.sb-search {
	float:right;
	position: relative;
	width: 0%;
	min-width: 45px;
	height: 45px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width:60%;
	height: 45px;
	margin: 0;
	z-index: 10;
	padding: 0px 20px 0px 10px;
	font-family: 'Fjalla One', sans-serif;
	font-size:12px;
	color:#444;
	font-weight:normal;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #0064b8;
}
.sb-search-input:-moz-placeholder {
	color: #0064b8;
}
.sb-search-input::-moz-placeholder {
	color: #0064b8;
}
.sb-search-input:-ms-input-placeholder {
	color: #0064b8;
}

.sb-icon-search,
.sb-search-submit  {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #4291d4;
	z-index: 90;
	font-size: 20px;
	line-height:45px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search i {
	line-height:45px;
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #fff;
	color: #2673b4;
	z-index:11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.social {
	margin-top:10px;
	position:absolute;
	right:60px;
}
.social a {
	margin-right:8px;
	width:25px;
	height:25px;
	text-align:center;
	display:block;
	line-height:25px;
	border:1px solid #fff;
	float:left;
	border-radius:50%;
	font-size:15px;
}
.social a.facebook {
	color:#fff;
	text-shadow:2px 2px 0 rgba(0,0,0,0.6);
}
.social a.facebook:hover {
	background:#3b5998;
	color:#fff;
	text-shadow:0px 0px 0 rgba(0,0,0,0.6);
}
.social a.twitter {
	color:#fff;
	text-shadow:2px 2px 0 rgba(0,0,0,0.6);
}
.social a.twitter:hover {
	background:#5ea9dd;
	color:#fff;
	text-shadow:0px 0px 0 rgba(0,0,0,0.6);
}
.social a.linkedin {
	color:#fff;
	text-shadow:2px 2px 0 rgba(0,0,0,0.6);
}
.social a.linkedin:hover {
	background:#0077b5;
	color:#fff;
	text-shadow:0px 0px 0 rgba(0,0,0,0.6);
}


.header .head-Bottom {
	background:#fff;
	height:80px;
	border-bottom:3px solid #ddd;
}
.header .head-Bottom .logo {
	background:url(images/logo.png) no-repeat 0 0;
	width:200px;
	height:74px;
	display:block;
	margin-top:2px;
}

.nav {
	float:right;
}
.nav li {
	float:left;
	margin-right:2px;
}
.nav li.drop-down {
	position:relative;
}
.nav li:last-child {
	margin-right:0px;
}
.nav li a {
	height:80px;
	display:block;
	line-height:80px;
	padding:0 18px;
	font-family: 'Fjalla One', sans-serif;
	font-size:14px;
	color:#444;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
}
.nav li a:hover, .nav li a.active  {
	background:#ddd;
	color:#2673b4;
}
.nav li a:focus {
	background:#ddd;
}
.nav li a.active {
	position:relative;
	color:#2673b4;
}
.nav li a.active:before {
	content:"";
	background:;
    width:0;
    height:0px;
	border-top:8px solid #2673b4;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	display:block;
    position:absolute;
	top:0px;
	left:40%;
	z-index:1000;
}

.nav li:hover .mega-menu, .nav li:hover .dropdown-menu {
	display:block;
}

.nav li:hover .mega-menu, .nav li:hover .dropdown-menu2 {
	display:block;
}
.mega-menu {
  	display: none;
	width:100%;
  	background: #fff;
  	position: absolute;
  	left:0px;
  	top:100%;
  	border-radius: 4px;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-top-left-radius: 0;
  	border-top-right-radius: 0;
  	z-index: 1;
	border-top: 3px solid #2B96CC;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.mega-menu ul {
	width:20%;
	float:left;
	margin-right:18px;
}
.mega-menu ul.last-child {
	margin-right:0px;
}
.mega-menu ul li {
	float:none;
	border-bottom:1px solid rgba(16,127,201,0.3);
}
.mega-menu ul li strong {
	font-family: 'Fjalla One', sans-serif;
	font-size:16px;
	line-height:45px;
}
.mega-menu ul li a {
	height:0px;
	padding: 18px 0px;
  	line-height: 0px;
	font-family: 'Droid Sans', sans-serif;
  	font-size: 13px;
	text-transform:none;
}
.mega-menu ul li a:hover {
	background:transparent;
	color:#2673b4;
	padding: 18px 5px;
}
.mega-menu .mega-menu-inside {
	padding:15px;
}
.mega-menu .mega-menu-inside h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size:20px;
	color:#2673b4;
	font-weight:400;
	margin-bottom:10px;
}
.mega-menu .mega-menu-inside img {
	width:calc(100% - 607px);
	height:250px;
	float:right;
	display:block;
}

.dropdown-menu {
  	position: absolute;
  	top: 100%;
  	left: 0;
  	z-index: 1000;
  	display: none;
  	float: left;
  	min-width: 380px;
  	padding:10px;
  	margin: 0px 0 0;
  	font-size: 14px;
  	list-style: none;
  	border-radius: 0px;
  	background-clip: padding-box;
  	background: #fff;
	border-top: 3px solid #2B96CC;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.dropdown-menu li {
	float:none;
	border-bottom:1px solid rgba(16,127,201,0.3);
}

.dropdown-menu li a {
	height:0px;
	padding: 18px 0px;
  	line-height: 0px;
	font-family: 'Droid Sans', sans-serif;
  	font-size: 13px;
	text-transform:none;
}
.dropdown-menu li a:hover {
	background:transparent;
	color:#2673b4;
	padding: 18px 2px;
}



.dropdown-menu2 {
  	position: absolute;
  	top: 100%;
  	left: 0;
  	z-index: 1000;
  	display: none;
  	float: left;
  	min-width: 300px;
  	padding:10px;
  	margin: 0px 0 0;
  	font-size: 14px;
  	list-style: none;
  	border-radius: 0px;
  	background-clip: padding-box;
  	background: #fff;
	border-top: 3px solid #2B96CC;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.dropdown-menu2 li {
	float:none;
	border-bottom:1px solid rgba(16,127,201,0.3);
}

.dropdown-menu2 li a {
	height:0px;
	padding: 18px 0px;
  	line-height: 0px;
	font-family: 'Droid Sans', sans-serif;
  	font-size: 13px;
	text-transform:none;
}
.dropdown-menu2 li a:hover {
	background:transparent;
	color:#2673b4;
	padding: 18px 5px;
}


.banner {
	height:350px;
	border-bottom:3px solid #ddd;
	margin-bottom:40px;
}
.banner img {
	width:100%;
	height:100%;
}


.about {
	width:80%;
	margin:0px auto;
	text-align:center;
	font-family: 'Fjalla One', sans-serif;
	font-size:14px;
	color:#585858;
	font-weight:400;
	margin-bottom:30px;
	line-height:20px;
}
.about h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size:26px;
	color:#107fc9;
	font-weight:400;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.about p {
	margin-bottom:8px;
	font-size:13px;
	text-align:center;
}



.service-sec {
	margin-bottom:30px;
	background:url(images/line-bg.png) no-repeat center;
	background-position:top;
	padding:60px 0 0px;
	text-align:center;
}
.service-sec .block {
	text-align:center;
	padding:15px;
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	color:#004b8b;
	font-weight:400;
	height:266px;
	overflow:hidden;
	position:relative;
}
.service-sec .block .icon {
	width:95px;
	height:95px;
	display:block;
	margin:0px auto;
	background:#fff;
	box-shadow:0 0 0 5px #f0f0f0;
	border-radius:50%;
	line-height:95px;
	margin-bottom:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.service-sec .block:hover .icon {
	background: rgba(16,127,201,100);
	box-shadow:0 0 0 5px #eaeaea;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.service-sec .block:hover {
	background: rgba(242,242,242,0.14);
}
.service-sec .block .icon img {
	line-height:55px;
	width:55px;
	height:55px;
	display:block;
	margin:0px auto;
	padding-top:20px;
}
.service-sec .block h3 {
	text-align:center;
	font-family: 'Fjalla One', sans-serif;
	font-size:18px;
	color:#005290;
	font-weight:400;
	margin-bottom:7px;
	text-transform:uppercase;
}
.service-sec .block p {
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	color:#004b8b;
	font-weight:400;
	height:75px;
	overflow:hidden;
	text-align:center;
}
.service-sec .block .btn {
	bottom:0px !important;
	position:absolute;
	margin:8px auto 0;
	left:24%;
}



.news-sec {
	background:url(images/news-sec-bg.png)#2673b4 no-repeat top right;
	display:block;
	padding:23px 0;
	margin-bottom:30px;
	position:relative;
	height:100%;
}
.news-sec:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 5001px;
  margin-right: -1px;
  height: 100%;
  background: #2673b4;
}



.news-sec h1 {
	text-align:left;
	font-family: 'Fjalla One', sans-serif;
	font-size:25px;
	color:#fff;
	font-weight:400;
	margin-bottom:7px;
	float:left;
}
.news-sec .link {
	float:right;
	margin:8px 0 0 0;
	padding:6px 18px 6px;
	color:rgba(255,255,255,100);
	font-family: 'Fjalla One', sans-serif;
	font-size:12px;
	box-shadow:0 0 0 1px rgba(255,255,255,100);
}
.news-sec .link:hover {
	background:rgba(16,127,201,0.9);
}





/*==================================Scroler==========================================*/


/** posts slider nav **/
.slidernav {
  display: block;
  text-align: right;
  margin-bottom: 0px;
  position:absolute;
  top:23px;
  right:95px;
}

.slidernav a {
	background:rgba(16,127,201,0.9);
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 6px 18px 6px;
  color: rgba(255,255,255,100);
  font-family: 'Fjalla One', sans-serif;
  font-size: 12px;
  box-shadow: 0 0 0 1px rgba(255,255,255,100);
  text-decoration: none;
  margin-left:5px;
}
.slidernav a:hover {
	background:transparent;
}
.slidernav a:active {
	background:rgba(255,255,255,0.8);
	color:rgba(16,127,201,0.9);
}

/*==================================Scroler END==========================================*/

.crsl-items {
  display: block;
  padding: 0px;
}

.crsl-item {
	width:300px;
  background: #fff;
  padding: 0px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}
.news-sec .news-block {
	width:300px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  position: relative;
  float: left;
  overflow: hidden;
  margin-right:0px;
  padding: 0px;
}
.news-sec .news-block .thumb {
	width:300px;
	height:135px;
}
.news-sec .news-block .thumb img {
	width:100%;
	height:100%;
	display:block;
}
.news-sec .news-block .content {
	background:#3d3d3d;
	text-align:center;
	font-family: 'Fjalla One', sans-serif;
	font-size:15px;
	color:#0096ff;
	font-weight:400;
	padding:16px 0;
	display:block;
	position:relative;
}
.news-sec .news-block .content h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:400;
}
.news-sec .news-block .content:hover {
	background:#fff;
	color:#3d3d3d;
}
.news-sec .news-block .content:hover h3 {
	color:#0096ff;
}




.slidernavt {
  display: block;
  text-align: right;
  margin-bottom: 0px;
  position:absolute;
  top:-74px;
  right:90px;
}

.slidernavt a {
	background:transparent;
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 6px 18px 6px;
  color: rgba(16,127,201,0.9);
  font-family: 'Fjalla One', sans-serif;
  font-size: 12px;
  box-shadow: inset 0 0 0 2px rgba(16,127,201,0.9);
  text-decoration: none;
  margin-left:5px;
}
.slidernavt a:hover {
	background:rgba(16,127,201,0.9);
	color:rgba(255,255,255,0.9);
}
.slidernavt a:active {
	background:rgba(255,255,255,0.8);
	color:rgba(16,127,201,0.9);
}

.testimonials {
  position:relative;
  }
.testimonials .thumb {
	float:left;
	margin-right:15px;
	background:#2673b4;
	width:100px;
	height:100px;
	display:block;
	line-height:100px;
	text-align:center;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.testimonials .thumb i {
	font-size:100px;
	color:#fff;
}
.testimonials .thumb img {
	width:100%;
	height:100%;
}
.testimonials .contents {
	font-family: 'Fjalla One', sans-serif;
	font-size:12px;
	color:#3d3d3d;
	font-weight:400;
}
.testimonials .contents h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size:19px;
	color:#2673b4;
	font-weight:400;
	margin-bottom:10px;
}
.testimonials .contents p {
	margin-bottom:8px;
	text-align:left;
}
.testimonials .contents a {
	font-size:15px;
	color:#003e83;
	font-weight:400;
}
.testimonials .contents a:hover {
	color:rgba(251, 57, 63, 0.9);
}
.testimonials .contents a i {
	line-height:21px;
	margin-left:5px;
	font-size:19px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.testimonials .contents a:hover i {
	margin-left:7px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}




.footer-top {
	margin-top:40px;
	padding:15px 0px;
	font-family: 'Fjalla One', sans-serif;
	background:#107fc9;
	color:#e7e8ee;
	font-size:10px;
}
.footer-top h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size:30px;
	background:#107fc9;
	color:#e7e8ee;
	line-height:55px;
}
.footer-top h1 i {
	font-size:54px;
	margin-right:10px;
}
.footer-top span {
	float:left;
	margin-right:12px;
	font-size:20px;
	line-height:40px;
}
.footer-top .fsocial {
	float:right;
	margin:10px 0 0 0;
	position:relative;
}
.footer-top .fsocial a {
	float:left;
	margin-right:8px;
}
.footer-top .fsocial a {
	margin-right:8px;
	width:35px;
	height:35px;
	text-align:center;
	display:block;
	line-height:35px;
	border:1px solid #fff;
	float:left;
	border-radius:50%;
	font-size:15px;
}
.footer-top .fsocial a.facebook {
	color:#fff;
	text-shadow:2px 2px 0 rgba(0,0,0,0.6);
}
.footer-top .fsocial a.facebook:hover {
	background:#3b5998;
	color:#fff;
	text-shadow:0px 0px 0 rgba(0,0,0,0.6);
}
.footer-top .fsocial a.twitter {
	color:#fff;
	text-shadow:2px 2px 0 rgba(0,0,0,0.6);
}
.footer-top .fsocial a.twitter:hover {
	background:#5ea9dd;
	color:#fff;
	text-shadow:0px 0px 0 rgba(0,0,0,0.6);
}
.footer-top .fsocial a.linkedin {
	color:#fff;
	text-shadow:2px 2px 0 rgba(0,0,0,0.6);
}
.footer-top .fsocial a.linkedin:hover {
	background:#0077b5;
	color:#fff;
	text-shadow:0px 0px 0 rgba(0,0,0,0.6);
}

.footer-bottom {
	background:url(images/footer-bg.png) no-repeat center #7a7b86;
	padding:30px 0 0 0;
	display:block;
}
.footer-bottom a {
	color:#a6dbff;
}
.footer-bottom a:hover {
	color:#fff;
	text-decoration:underline;
}
.footer-bottom h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size:19px;
	color:#fff;
	border-bottom:1px solid #aeaeae;
	padding-bottom:7px;
	margin-bottom:16px;
}
.footer-bottom p {
	font-family: 'Droid Sans', sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:400;
	line-height:17px;
	margin-bottom:5px;
}
.footer-bottom ul {
	margin-bottom:30px;
}
.footer-bottom ul li {
	margin-bottom:1px;
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:400;
	line-height:18px;
}
.footer-bottom ul li i {
	margin-right:10px;
	font-size:25px;
	line-height:18px;
}
.footer-bottom ul li a {
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:400;
	padding:4px 0px;
	display:block;
}
.footer-bottom ul li a:hover {
	border-radius:3px;
	background:#8f909c;
	padding:4px 8px;
	text-decoration:none;
}
.footer-bottom .brochure-btn {
	background:#107ec9;
	padding:8px 18px;
	border:2px solid #fff;
	box-shadow:0 0 5px rgba(0,0,0,0.5)
	font-family: 'Fjalla One', sans-serif;
	font-size:13px;
	color:#fff;
	border-radius:2px;
}
.footer-bottom .brochure-btn:hover {
	background:#fff;
	color:#107ec9;
	text-decoration:none;
}
.footer-bottom .contact {
	margin-bottom:30px;
	margin-top:10px;
}
.footer-bottom .contact li {
	margin-bottom:14px;
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:400;
	line-height:18px;
}
.footer-bottom .contact li i {
	width:10%;
	margin-right:10px;
	font-size:25px;
	line-height:18px;
	text-align:center;
}
.footer-bottom .fline {
	border-bottom:1px solid #8f909c;
	margin-bottom:15px;
}
.footer-bottom .bottomf {
	margin-bottom:16px;
	text-align:center;
	color:#e7e8ee;
	font-size:10px;
}



.contact-us {
	margin-top:20px;
	margin-bottom:20px;
}
.contact-us .contacy-us-map-section {
  width:452px;
  height: 220px;
  overflow: hidden;
  margin-bottom:20px;
  border:4px solid #fff;
  box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.contact-us .address-details {
	margin-bottom:15px;
}
.contact-us .address-details li {
	float:left;
  width: 227px;
	margin-right:5px;
	margin-bottom:15px;
}
.contact-us .address-details li:nth-child(2), .contact-us .address-details li:nth-child(4), .contact-us .address-details li:nth-child(6) {
	margin-right:0px;
}
.contact-us .address-details li .fa {
  float: left;
  height:30px;
  width:30px;
  border-radius: 3px;
  background:#107fc9;
  line-height:30px;
  font-size:12px;
  color:#fff;
  text-align: center;
}
.contact-us h1 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom:20px;
}
.contact-us h5 {
  	text-transform: capitalize;
	font-family: 'Fjalla One', sans-serif;
	color:#444;
	font-weight:400;
  	font-size:18px;
  	margin-bottom:15px;
}
.contact-us .address-details li p {
  	float: left;
	font-family: 'Fjalla One', sans-serif;
	font-size:12px;
	color:#444;
	font-weight:400;
  	padding-left: 10px;
  	margin: 0;
	line-height:normal;
}
.contact-us .address-details li p span {
  	display: block;
}
.contact-us .address-details li p strong {
  	color: #333333;
}

.contact-us .contact-form {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #dddddd;
}
.contact-us .contact-form input {
  border: 1px solid #dddddd;
  width:408px;
  height: 40px;
  margin-bottom: 15px;
  padding:0 10px 0 10px;
}
.contact-us .contact-form input:focus {
  border-color:#107fc9;
  box-shadow:0 0 5px rgba(0,0,0,0.1);
}

.contact-us .contact-form input:first-child {
  width:182px;
  float: left;
}
.contact-us .contact-form input[type="email"] {
  width:182px;
  float: right;
  margin-left:20px;
}
.contact-us .contact-form textarea {
  width:388px;
  height: 140px;
  margin-bottom: 20px;
  padding: 10px 20px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #dddddd;
  resize: none;
  overflow: auto;
  font-size: 15px;
}
.contact-us .contact-form textarea:focus {
  border-color:#107fc9;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.contact-us .contact-form .btn {
	background:#ddd;
  	padding:5px 10px;
  	font-weight:400;
	border-radius:0px;
	color:#444;
	box-shadow:0 0 1px rgba(0,0,0,0.7);
	float:left;
	margin-top:0px;
}
.contact-us .contact-form .btn:hover {
	background:#107fc9;
	color:#fff;
	box-shadow:0 0 0px rgba(0,0,0,0.7);
}
.contact-us .contact-form .btn i {
  	padding-right:5px;
	line-height:35px;
	font-size:14px;
}








#back-top {
	position: fixed;
	bottom: 30px;
	right:40px;
}
#back-top a {
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(16,127,201,100);
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	background:rgba(16,127,201,0.5);
	width: 50px;
	height: 50px;
	display: block;
	margin:0 auto 7px;
	/* rounded corners */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top span i {
	line-height:50px;
	font-size:25px;
	color:#fff;
}
#back-top a:hover span {
	background-color: rgba(16,127,201,100);
}






