/*
    Template Name    : bulk SMS 360
	Description		 : Responsive Bulk SMS 360 Template
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Raleway and Opensans
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Logo Bar 
6. Navigation
7. Banner Wrapper
8. Callouts
9. Satisfied-wrapper
10. Team Wrapper
11. Testimonials Wrapper
12. Pricing Wrapper
13. breadcrumb wrapper
14. Content Wrapper
15. About Us Page
16. Services Page
17. FAQ Page
18. Coming Soon
19. Gallery Page
20. Blog Page
21. Contact Us Page
22 .Footer
23. Media Quires

/*
================================================
1. Fonts - Raleway and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.57143;
	font-weight: 400;
	color: #0000FF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	margin-top: 0;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.no-padding {
	padding: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border-width: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 8px 22px;
	z-index: 1;
}
.btn:hover {
	color: #0000FF;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul, li {
  list-style: outside none none;
}
.offset-top-30 {
	margin-top: 30px;
}
.offset-top-60 {
	margin-top: 60px;
}
.space-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.marg-bot-40 {
  margin-bottom: 40px;
}
.light-bg {
	background: #f6f7f8 none repeat scroll 0 0;
	fill: #f6f7f8;
}
.pad-bottom-0 {
  padding-bottom: 0 !important;
}
.light-bg h3 {
	color: #0000FF;
}
div.title {
	text-align: center;
	margin: 0 0 30px;
}
.title-border-green {
	background-color: #FF0000;
	border: medium none;
	display: block;
	height: 2px;
	margin: 0 auto;
	position: relative;
	top: 8px;
	width: 50px;
	z-index: 9;
}
.title-border-white {
	background-color: #fff;
	border: medium none;
	display: block;
	height: 2px;
	margin: 0 auto;
	position: relative;
	top: 8px;
	width: 50px;
	z-index: 9;
}
#scrollUp {
	background: #FF0000;
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.fix:after, .fix:before {
	content: "";
	display: table;
}
.fix:after {
	clear: both;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Wrapper
================================================
*/
header {
	width: 100%;
	z-index: 99;
}
.top-wrapper {
	padding: 10px 0;
	background: #0E3655;
}
.affix .top-wrapper {
	margin-top: -55px;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
.fadeInDown {
	animation-name: none !important;
}
.swingOutX {
	animation-name: none !important;
}
.top-wrapper ul {
	margin: 0;
}
.top-wrapper .top-wraper-left ul li:first-child {
	padding-left: 0;
}
.top-wrapper ul li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 15px;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.top-wrapper ul li a {
	color: #fff;
}
.top-wrapper .header-social-icons li:hover, .top-wrapper .header-social-icons li:focus {
	background: #272727;
	color: #fff;
}
.top-wrapper ul.header-social-icons li a i {
	color: #fff;
	font-size: 16px;
}
.top-wrapper ul.header-social-icons li a i:hover {
	color: #FF0000;
}
.border_round {
	border-radius: 50%;
}
.top-wraper-left ul li i {
	padding: 0 6px 0 0;
	color: #FF0000;
}
/*
================================================
5. Logo Bar 
================================================
*/
.logo-bar {
	float: left;
	padding: 0;
	width: 100%;
	background: #fff;
}
.affix .logo-bar {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
/*
================================================
6. Navigation
================================================
*/
div.logo-bar .mainmenu-area {
	padding: 0;
}
.navbar-header {
	display: block;
}
.navbar-header .navbar-toggle {
	display: none;
}
.mainmenu-area {
	position: relative;
}
.mainmenu-area ul.nav.navbar-nav li a {
	color: #000;
	display: inline-block;
	font-weight: 600;
	line-height: 20px;
	padding: 22px 15px 18px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #f5f5f5;
}
.mainmenu-area ul.nav.navbar-nav li a:hover, .mainmenu-area ul.nav.navbar-nav li.active {
	background: #f5f5f5;
}
.mainmenu-area ul.nav.navbar-nav li {
	display: inline-block;
	float: none;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
}
.navbar-collapse {
	float: right;
	padding: 0;
}
.navbar-brand {
	padding: 20px 0 0;
	height: auto;
}
/* DropDown Menu Css */
ul.nav.navbar-nav li ul {
	left: 0;
	position: absolute;
	top: 250%;
	width: 220px;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
	transition: opacity .3s ease-in-out, top .3s ease-in-out;
	background: none;
	padding: 0;
}
ul.nav.navbar-nav li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.mainmenu-area ul.nav.navbar-nav li ul li {
	border-bottom: 1px solid #3a3a3a;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.mainmenu-area ul.nav.navbar-nav li ul li:hover:after {
	width: 100%;
}
.mainmenu-area ul.nav.navbar-nav li ul li a {
	background: #222 none repeat scroll 0 0;
	color: #fff;
	width: 100%;
	padding: 17px 15px 13px;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child:after {
	display: none;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child {
	border: 0px solid;
}
.mainmenu-area ul.nav.navbar-nav li ul li a:hover {
	background: #191919 none repeat scroll 0 0;
	color: #FF0000;
}
.mainmenu-area ul.nav.navbar-nav li ul li:after {
	background: #FF0000;
	bottom: -1px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
}
.mainmenu-area ul.nav.navbar-nav li a i {
	margin-left: 7px;
	position: relative;
	top: -1px;
}
/*
================================================
7. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.fade-carousel {
	position: relative;
	height: 500px;
}
.fade-carousel .carousel-inner .item {
	height: 500px;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: none;
	border-color: #fff;
	border-width: 2px;
	border-style: solid;
	width: 15px;
	height: 15px;
}
.fade-carousel .carousel-indicators > li.active {
	width: 15px;
	height: 15px;
}
.fade-carousel .carousel-control.left, .fade-carousel .carousel-control.right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 120px;
	left: 2%;
	opacity: 1;
	top: 40%;
	width: 5%;
}
.fade-carousel .carousel-control.right span {
	background: none;
	font-size: 20px;
	left: 10%;
	margin: 0;
	text-shadow: none;
	top: 50%;
	border: 1px solid #0E3655;
	color: #0E3655;
	line-height: 25px;
	background: #fff;
}
.fade-carousel .carousel-control.left span {
	background: none;
	font-size: 20px;
	left: 10%;
	margin: 0;
	top: 10%;
	text-shadow: none;
	border: 1px solid #0E3655;
	line-height: 25px;
	color: #0E3655;
	background: #fff;
}
.fade-carousel .carousel-control span:hover {
	border: 1px solid #0E3655;
	background: none;
}
.hero {
	position: absolute;
	top: 50%;
	left: 30%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
}
.carousel .item.active .hero {
	opacity: 1;
}
.hero h1 {
	font-size: 64px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	color: #0E3655;
}
.hero h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 600;
	padding: 10px 0 0;
	text-transform: none;
	letter-spacing: 1px;
	color: #0E3655;
}
.btn.btn-hero {
	background: #FF0000;
	border-bottom: 3px solid rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	padding: 15px 35px;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
}
.btn.btn-hero:hover, .btn.btn-hero:focus {
	opacity: 0.5;
}
/* Slides backgrounds */
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-3:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
}
.fade-carousel .slides .slide-1 {
	background-image: url(../images/banner.jpg);
}
.fade-carousel .slides .slide-2 {
	background-image: url(../images/banner1.jpg);
}
.fade-carousel .slides .slide-3 {
	background-image: url(../images/banner2.jpg);
}
@media only screen and (max-width: 480px){
	.fade-carousel .slides .slide-1 {
	background-image: none !important;
}
.fade-carousel .slides .slide-2 {
	background-image: none !important;
}
.fade-carousel .slides .slide-3 {
	background-image: none !important;
}
}
/*
================================================
8. Callouts
================================================
*/
.callouts-wrapper {
	padding: 54px 0 20px;
	width: 100%;
	float: left;
}
.callouts-wrapper h2::after {
	background-color: #FF0000;
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto 0;
	width: 150px;
}
.callouts-wrapper h2 {
	color: #0000FF;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.callouts-wrapper p {
	text-align: center;
	margin: 0;
	padding: 0 0 5px;
	font-size: 16px;
}
.callouts-wrapper h2 span {
	color: #FF0000;
	font-weight: 600;
}
.callouts-wrapper .callouts {
	margin: 40px 0 20px;
	text-align: center;
}
.callouts-wrapper .callouts p {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 15px;
	padding: 0;
	color: #888;
}
.callouts-wrapper .callouts a:hover:before {
	transform: rotate(90deg);
}
.callouts-wrapper .callouts span {
	border: 1px solid #eee;
	border-radius: 50%;
	color: #0e3655;
	height: 100px;
	line-height: 95px;
	width: 100px;
	font-size: 30px;
	margin: 0 0 20px;
	display: inline-block;
}
.callouts-wrapper .callouts h3 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #FF0000;
}
/*
================================================
9. Satisfied-wrapper
================================================
*/

.satisfied-wrapper {
	padding: 55px 0 54px;
	width: 100%;
	float: left;
	background: #f7f7f7;
	text-align: center;
}
.satisfied-wrapper h2::after {
	background-color: #FF0000;
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto 0;
	width: 150px;
}
.satisfied-wrapper h2 {
	text-align: center;
	color: #0000FF;
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: bold;
}
.satisfied-wrapper h2 span {
	font-weight: 600;
	color: #FF0000;
}
.satisfied-wrapper .counter span.lnr {
	font-size: 35px;
	color: #0E3655;
}
.satisfied-wrapper .counter .number {
	color: #FF0000;
	font-size: 35px;
	font-weight: 700;
	margin: 0 auto;
	padding: 0;
}
.satisfied-wrapper .counter .number:after {
	background-color: #f1f1f1;
	content: "";
	display: block;
	height: 4px;
	margin: 10px auto 0;
	width: 80px;
}
.satisfied-wrapper .counter p {
	color: #0000FF;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0 0;
	padding: 0;
}
/*
================================================
10. Team Wrapper
================================================
*/
.team-wrapper {
	padding: 55px 0 34px;
	width: 100%;
	float: left;
	text-align: center;
}
.team-wrapper h2::after {
	background-color: #FF0000;
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto 0;
	width: 170px;
}
.team-wrapper h2 {
	color: #0000FF;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.team-wrapper .callouts {
	margin: 20px 0;
	text-align: center;
}
.team-wrapper h2 span {
	color: #FF0000;
	font-weight: 600;
}
.team-wrapper p {
	margin: 0 0 15px 0;
}
.team-wrapper-inner {
	position: relative;
	display: inline-block;
	color: #2B2B2B;
	text-align: center;
	font-size: 16px;
	width: 85%;
}
.team-wrapper-inner * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.team-wrapper-inner .profile-image {
	padding: 0 0 8px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
}
.team-wrapper-inner .profile-image img {
	background: #f7f7f7 none repeat scroll 0 0;
	border-radius: 50%;
	box-shadow: 0 5px 5px -5px #333;
	max-width: 100%;
	padding: 10px;
	position: relative;
	vertical-align: top;
}
.team-wrapper-inner h3 {
	color: #0e3655;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 5px;
}
.team-wrapper-inner p {
	color: #777777;
	font-size: 15px;
	margin: 0;
}
.team-wrapper-inner .icons i {
	color: #999;
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}
.team-wrapper-inner .icons i:hover {
	color: #555;
}
.team-wrapper-inner .icons i a {
	text-decoration: none;
}
.team-wrapper-inner .capiton {
	padding: 15px 0 0;
}
/*
================================================
11. Testimonials Wrapper
================================================
*/

.testimonials-wrapper {
	margin: 0;
	padding: 55px 0 60px;
	width: 100%;
	float: left;
	text-align: center;
	background: #f7f7f7;
	position: relative;
}
.testimonials-wrapper h2::after {
	background-color: #FF0000;
	content: "";
	display: block;
	height: 2px;
	margin: 15px auto 0;
	width: 170px;
}
.testimonials-wrapper h2 {
  color: #0000FF;
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.testimonials-wrapper h2 span {
	color: #FF0000;
	font-weight: 600;
}
.testimonials-wrapper p {
	margin-bottom: 40px;
	color: #fff;
}
.testimonials-wrapper blockquote {
	border-left: none;
	margin: 0;
	background: #fff;
	padding: 50px 50px 70px;
}
.testimonials-wrapper p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
	padding: 15px;
	text-align: center;
}
.testimonials-wrapper .item {
	text-align: center;
}
.testimonials-wrapper h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.testimonials-wrapper h4 {
	color: #777;
	letter-spacing: 1px;
}
.testimonials-wrapper .carousel-control.left, .testimonials-wrapper .carousel-control.right {
	display: none;
}
.testimonials-wrapper .carousel-indicators {
	bottom: 35px;
}
.testimonials-wrapper .carousel-indicators li {
	border: none;
	background: #eee;
}
/*
================================================
12. Pricing Wrapper
================================================
*/
.pricing-wrapper-main {
	padding: 55px 0 32px;
	width: 100%;
	float: left;
	text-align: center;
}
.pricing-wrapper-main h2::after {
	background-color: #FF0000;
	content: "";
	display: block;
	height: 2px;
	margin: 15px auto 0;
	width: 180px;
}
.pricing-wrapper-main h2 {
	color: #0000FF;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.pricing-wrapper-main h2 span {
	color: #FF0000;
	font-weight: 600;
}
.pricing-wrapper-main p {
	margin: 0 0 15px 0;
}
.pricing-wrapper-main p.space {
	margin: 0 0 40px;
}
.pricing-wrapper-main .pricing-col {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	margin: 0 0 30px 0;
	position: relative;
}
.pricing-col.pricing-col-light {
	background-color: #323232;
}
.pricing-wrapper-main .pricing-title:after {
	display: none;
}
.pricing-wrapper-main .pricing-title {
	border-bottom: 1px solid #eee;
	color: #585858;
	font-size: 14px;
	font-weight: 400;
	padding: 16px 0;
	text-align: center;
	margin: 0 0 15px;
}
.pricing-col-light .pricing-title {
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.pricing-wrapper-main .pricing-price {
	margin: 0 0 10px;
	text-align: center;
}
.pricing-wrapper-main .pricing-currency {
	color: rgba(83, 191, 182, 0.5);
	font-weight: 600;
	vertical-align: 18px;
}
.pricing-col-light .pricing-currency {
	color: #78cdc6;
}
.pricing-wrapper-main .pricing-value {
	color: #53bfb6;
	font-size: 40px;
	font-weight: 300;
}
.pricing-wrapper-main .pricing-col-light .pricing-value {
	color: #FF0000;
}
.pricing-wrapper-main .pricing-features {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
.pricing-wrapper-main .pricing-features li {
	color: #7f7f7f;
	line-height: 24px;
	padding: 10px 0;
}
.pricing-wrapper-main .pricing-col-light .pricing-features li {
	color: #fff;
}
.pricing-btn {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	color: #7f7f7f;
	display: block;
	padding: 16px 0;
	text-align: center;
}
.pricing-col-light .pricing-btn {
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	background: #FF0000
}
.pricing-btn:hover {
	text-decoration: none;
}
/*
================================================
13. breadcrumb wrapper
================================================
 */
.breadcrumb-banner-wrapper:after {
	background: #0E3655;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0.8;
	width: 100%;
	z-index: -1;
}
.breadcrumb-banner-wrapper {
	background: rgba(0, 0, 0, 0) url(../images/breadcrumb-bg.jpg) no-repeat scroll 0 0;
	color: #ffffff;
	padding: 60px 0;
	position: relative;
	background-size: cover;
	float: left;
	width: 100%;
	z-index: 2;
}
.breadcrumb-text h1:after {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 30px;
}
.breadcrumb-text h1 {
	font-size: 36px;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-bar .breadcrumb {
	background: none;
	line-height: 12px;
	margin-bottom: 0;
	padding: 15px 0 0;
}
.breadcrumb-bar li {
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	margin: 0 10px 0 17px;
	position: relative;
	text-transform: uppercase;
}
.breadcrumb-banner-wrapper ul li:last-child {
	color: #FF0000;
}
.breadcrumb.text-left li {
	margin-left: 0;
	margin-right: 34px;
}
.breadcrumb.text-right li {
	margin-right: 0;
	margin-left: 34px;
}
.breadcrumb-banner-wrapper ul li:first-child::before {
	display: none;
	font-size: 0;
}
.breadcrumb-banner-wrapper ul li::before {
	color: #fff;
	content: "\f105";
	font-family: fontawesome;
	font-size: 12px;
	font-weight: normal;
	left: -22px;
	line-height: normal;
	margin-top: -7px;
	position: absolute;
	top: 50%;
}
.breadcrumb-bar a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
/*
================================================
14. Content Wrapper
================================================
 */
.content-wrapper {
	padding: 60px 0;
	float: left;
	width: 100%;
}
.content-wrapper p {
	font-size: 15px;
	margin: 0 0 20px;
}
.content-wrapper h2 {
	font-weight: 600;
}
.content-wrapper .content-wrapper-main {
	width: 100%;
	padding: 0;
}
.content-wrapper .content-wrapper-main h3 {
	font-weight: 600;
	color: #0000FF;
}
/*
================================================
15. About Us Page
================================================
 */
.about-us-wrapper {
	padding: 50px 0;
}
.about-text-container p span {
	color: #666;
	font-weight: 600;
}
.about-img img {
	border: 1px solid #eee;
	height: auto;
	max-width: 100%;
	padding: 25px;
}
/*
================================================
16. Services Page
================================================
*/	
.single-service-text {
	color: #7c7c7c;
	float: left;
	font-size: 15px;
	text-align: justify;
	width: 47%;
}
.signle-service-wrapper {
	padding: 60px 0 40px;
}
.single-service-text h4, .content-two h4, .single-service-item h5 {
	color: #000;
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: 600;
}
.single-service-text {
	color: #666;
	font-size: 15px;
	text-align: justify;
}
.single-service-img {
	float: right;
	width: 50%;
	padding: 7px 0 0;
}
.single-service-img > img {
	width: 100%;
}
.content-two {
	color: #7c7c7c;
	font-size: 15px;
	margin-top: -40px;
	text-align: justify;
}
.single-service-content-two {
	margin-top: 20px;
}
.single-service-item {
	color: #7c7c7c;
	font-size: 15px;
	text-align: justify;
}
.single-service-item > img {
	width: 100%;
}
.single-service-item h5 {
	margin-top: 25px;
}
.widget.sidebar-one > h3 {
	border-bottom: 1px solid #dbdbdb;
	color: #000;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin: 0;
}
.widget.sidebar-one li {
	display: block;
	position: relative;
}
.widget.sidebar-one li + li {
	margin-top: 2px;
}
.widget.sidebar-one li.active a {
	color: #FF0000;
}
.widget.sidebar-one li a:after {
	color: #cecece;
	content: "■";
	float: left;
	line-height: 45px;
	width: 25px;
}
.widget.sidebar-one li a:hover:after {
	color: #fff;
}
.widget.sidebar-one li a {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #232323;
	line-height: 45px;
	padding: 0 0 0 35px;
	display: inline-block;
	width: 100%;
}
.widget.sidebar-one li a:hover {
	background: #FF0000;
	color: #fff;
}
/*
================================================
17. FAQ Page
================================================
*/	
.faq-wrapper {
	padding: 60px 0 40px;
}
.faq-wrapper .panel-group .panel {
	border-radius: 0;
	box-shadow: none;
}
.faq-wrapper .panel .panel-heading .panel-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5pt;
}
.faq-wrapper .panel .panel-body p {
	margin-bottom: 13px;
	font-size: 14px;
}
.faq-wrapper .panel .panel-heading .panel-title a.collapsed::before {
	content: "";
}
.faq-wrapper .panel .panel-heading .panel-title a::before {
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	min-width: 15px;
}
.faq-wrapper .panel.panel-default .panel-heading a {
	background-color: inherit;
	border-color: #f0f0fa;
	color: #333;
	transition: all 0.4s ease 0s;
}
/******* FAQ side bar *******/
.faqs-sidebar .faqs-cat-list li:before {
	color: #d7d7d7;
	content: counter(count-faqs, decimal);
	font-size: 18px;
	font-weight: 600;
	margin-right: 6px;
	vertical-align: middle;
}
.faqs-sidebar .faqs-cat-list {
	list-style: none;
}
.faqs-sidebar .faqs-cat-list li {
	border-bottom: 1px solid #eee;
	counter-increment: count-faqs;
	padding: 5px 0;
}
.faqs-sidebar .faqs-cat-list li a {
	color: #333;
	vertical-align: middle;
}
.faqs-sidebar .faqs-cat-list li a:hover, .faqs-sidebar .faqs-cat-list li.active a {
	color: #FF0000;
}
.faqs-sidebar .faqs-cat-list li.active:before, .faqs-sidebar .faqs-cat-list li:hover:before {
	color: #FF0000;
}
/*
================================================
18. Coming Soon
================================================
*/
.coming-soon .logo-bar {
	text-align: center;
	padding: 20px 0;
}
.coming-soon .content-wrapper {
	padding: 20px 0;
	background: #f5f5f5 none repeat scroll 0 0;
}
.coming-soon .cmg-bg {
	background: #fff;
	border: medium none;
	box-shadow: 0 15px 15px -15px #999;
	float: left;
	margin: 30px 0;
	padding: 40px 20px;
	text-align: center;
	width: 100%;
}
.coming-soon h3 {
	font-size: 30px;
	color: #0000FF;
	font-weight: 600;
}
.coming-soon p {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.coming-soon ul li {
	display: inline-block;
	list-style: none;
	font-size: 20px;
	margin: 0 10px 0 0;
	padding: 0;
}
.coming-soon ul li span {
	display: inline-block;
	color: #0000FF;
	font-size: 50px;
}
.coming-soon .social-buttons {
	margin: 30px 0 30px 0;
}
.coming-soon .social-buttons li i {
	font-size: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	background: #0E3655;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.coming-soon .social-buttons li i::before {
	font-size: 14px;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.coming-soon .social-buttons li i:hover {
	background: #FF0000;
	color: #fff;
}
.coming-soon .social-buttons li i:hover:before {
	-webkit-animation: toRightFromLeft 0.2s forwards;
	-moz-animation: toRightFromLeft 0.2s forwards;
	animation: toRightFromLeft 0.2s forwards;
}
.coming-soon .subscirbe {
	border-top: solid 1px #ccc;
}
.coming-soon .subscirbe p.sub {
	margin: 0;
}
.count-down .countdown-row {
	width: 100%;
}
.count-down .countdown-row.countdown-show4 .countdown-section {
	width: 25%;
}
.count-down .countdown-row.countdown-show3 .countdown-section {
	width: 33%;
}
.count-down .countdown-row.countdown-show2 .countdown-section {
	width: 50%;
}
.count-down .countdown-row.countdown-show1 .countdown-section {
	width: 100%;
}
.count-down .countdown-row .countdown-section {
	display: inline-block;
}
.count-down .countdown-row .countdown-amount {
	font-size: 60px;
	font-weight: bold;
	display: block;
	margin-bottom: -20px;
	color: #FF0000;
}
.count-down .countdown-row .countdown-period {
	font-size: 18px;
}
/* Newsletter Subscribe  */
.subscirbe .form {
  border-radius: 7px;
  padding: 6px 6px 6px 0;
}
.subscirbe .sub {
	color: #333;
	font-size: 15px;
	padding: 20px 0 0;
	text-align: center;
}
.subscirbe .sub span {
	color: #0E3655;
	font-weight: 600
}
.subscirbe .form input.form-control {
	background: none;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #666!important;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0 0 17px;
	padding: 0 0 0 3%;
	text-align: left;
	width: 70%;
	float: left
}
.subscirbe .form input.bttn {
	background: #0E3655;
	border: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
	color: #fff;
	float: left;
	font-size: 16px;
	margin: 0 0 0 -2px;
	padding: 7px 10px 6px;
	text-align: center;
	width: 30%;
	cursor: pointer;
}
/*
================================================
18 .404 page
================================================
*/
.oops-wrapper {
	padding: 34px 0 60px;
	float: left;
	width: 100%;
	text-align: center;
}
.oops-wrapper h1 {
	color: #FF0000;
	font-family: "Open Sans", sans-serif;
	font-size: 120px;
	margin-bottom: 20px;
	font-weight: 600;
}
.oops-wrapper h2 {
	font-size: 32px;
	margin-bottom: 15px;
}
.oops-wrapper p {
	font-size: 20px;
	margin: 0 auto;
	max-width: 520px;
	font-weight:200;
}
.oops-wrapper .btn {
	background-color: #0E3655;
	border: none;
	color: #fff;
	margin:30px 0 0;
}
.oops-wrapper .btn:hover {
	opacity:0.8;
	}
/*
================================================
19. Gallery Page
================================================
*/
.gal-container {
	padding: 12px;
}
.gal-item {
	overflow: hidden;
	padding: 3px;
}
.gal-item .box {
	height: 350px;
	overflow: hidden;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gal-item a:focus {
	outline: none;
}
.gal-item a:after {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after {
	opacity: 1;
}
.modal-open .gal-container .modal {
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
	padding: 0px;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
	outline: none;
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
/* Full Width Gallery  */
.gal-container.full-width {
	padding: 0;
}
.full-width .gal-item {
	padding: 0;
}
.gal-container.full-width .gal-item a:after {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gal-container.full-width .gal-item a:hover:after {
	opacity: 1;
}	
/*
================================================
20. Blog Page
================================================
*/
.blog-wrapper {
	padding:60px 0 30px;
	}
.thumbnail {
	padding: 15px;
	margin-bottom: 30px;
}
.blog .thumbnail img {
	width: 100%;
}
.hover-img {
	background: #0000FF;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.hover-img:hover > img {
	opacity: 0.6;
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.hover-img > img {
	min-height: 100%;
	transition-duration: 0.5s;
}
.date {
	background: rgba(0, 0, 0, 0.8);
	margin-top: -40px;
	padding: 10px 15px;
	position: relative;
}
.date span {
	color: #ccc;
	font-size: 12px;
	margin-right: 10px;
}
.date span a {
	color: #FF0000;
	font-size: inherit;
	margin-left: 5px;
	text-transform: inherit;
}
div.caption h3 {
  color: #0e3655;
  font-weight: 600;
  margin-top: 10px;
}
div.caption h3 a {
  color: #0e3655;	
	}
div.caption h3 a:focus {
	text-decoration: none;
}
.blog-wrapper li a {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#333;
	background:#eee;
	}
.blog-wrapper li a:hover {
	color:#fff;
	background:#FF0000;	
	}	
/****** single blog post ******/
.single-wrapper {
	padding: 60px 0 47px;
}
.blogdetails-wrapper .single-post h2 {
	font-size: 30px;
	margin: 0 0 10px;
	text-align: left;
	text-transform: none;
}
.blogdetails-wrapper .single-post .list-inline {
	margin-bottom: 25px;
}
.blogdetails-wrapper .single-post .list-inline li a {
	color: #848484;
	padding: 0;
}
.blogdetails-wrapper .single-post .list-inline li a:hover {
	color: #333;
}
.blogdetails-wrapper .single-post img {
	width: 100%;
}
.blogdetails-wrapper .single-post .sidebar h2 {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight:600;
	color:#FF0000;
}
.blogdetails-wrapper .single-post .sidebar h2::after {
	content: "";
	display: block;
	height: 1px;
	margin: 10px 0 0;
	width: 40px;
}
.blogdetails-wrapper .single-post .meta {
	font-size: 12px;
}
.blog-details-share {
  background-color: #f7f7f7;
  float: left;
  margin:0 0 15px;
  padding: 10px 30px 11px;
  width: 100%;
}
.blog-details-share span {
	float: left;
	font-size: 16px;
	color: #2e2e2e;
	font-weight: 600;
	padding: 5px 0 0;
	text-transform: uppercase;
	margin-right: 20px;
}
.blog-details-share .social-icons {
	float: left;
	width: auto;
	padding-top: 1px;
	margin-bottom: 0;
}
.blog-details-share .social-icons li {
	display: inline-block;
	margin-right: 6px;
}
.blog-details-share .social-icons li a {
	background: #f2f2f2;
	color: #636363;
	display: inline-block;
	font-size: 13px;
	height: 30px;
	text-align: center;
	width: 30px;
	padding: 5px 0 8px;
}
.blog-details-share .social-icons li:hover a {
	border-color: transparent;
}
.blog-details-share span i {
	margin-right: 10px;
}
.blog-details-shareing-tag li {
	float: left;
	margin-right: 39px;
}
.blog-details-shareing-tag li:last-child {
	margin-right: 0px;
}
.blog-details-shareing-tag li a {
	display: inline-block;
	font-size: 16px;
	color: #636363;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	padding: 3px 20px 0;
}
.blog-details-shareing-tag li a:before {
	position: absolute;
	content: "";
	top: 3px;
	font-size: 16px;
	color: #636363;
	left: 0px;
	right: 0px;
	font-family: fontawesome;
}
.blog-details-shareing-tag li .prev:before {
	content: "\f100";
	left: 0px;
	right: auto;
}
.blog-details-shareing-tag li .next:before {
	content: "\f101";
	right: 0px;
	left: auto;
}
.blog-details-shareing-tag {
  float: right;
}
.align-right {
	text-align: right;
}
.single-post form {
	margin: 0 0 20px;
}
.blo-image-date > a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  left: 0;
  line-height: 70px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 75px;
  background:#FF0000;
}
.single-post .blo-image-date {
	margin: 0 0 20px;
	position:relative;
}
.blogdetails-wrapper .single-post h3 {
	font-size: 13px;
	margin: 0 0 5px 0;
	padding:0;
	text-transform:none;	
}
.blogdetails-wrapper .sidebar #custom-search-input {
	padding: 3px;
	border: solid 1px #E4E4E4;
	border-radius: 6px;
	background-color: #fff;
	margin: 0 15px 24px 15px;
}
.blogdetails-wrapper .sidebar #custom-search-input input {
	border: 0;
	box-shadow: none;
}
.blogdetails-wrapper .sidebar #custom-search-input button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #ccc;
}
.blogdetails-wrapper .sidebar #custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}
.blogdetails-wrapper .sidebar #custom-search-input .glyphicon-search {
	font-size: 23px;
}
.blogdetails-wrapper .single-post .latest-blogs {
	margin: 0 0 10px 0;
}
.blogdetails-wrapper .single-post .latest-blog {
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.blogdetails-wrapper .single-post .latest-blog:last-child {
	border: none;
}
.blogdetails-wrapper .single-post .meta-info {
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
}
.blogdetails-wrapper .single-post .meta-info h3 a {
	color: #333;
}
.blogdetails-wrapper .sidebar .meta-info h3 a:hover {
	color: #333;
}
.blogdetails-wrapper .single-post .comments {
	margin: 10px 0 20px;
}
.blogdetails-wrapper .single-post .comments p {
	margin: 10px 0 0 0;
}
.blogdetails-wrapper .sidebar .unordered-list ul {
	margin: 0 0 30px 0;
}
.blogdetails-wrapper .sidebar .unordered-list ul li a:hover {
	color: #333;
}
.blogdetails-wrapper .single-post .unordered-list ul li a:before {
	position: absolute;
	content: "\f105";
	left: 0px;
	font-size: 16px;
	font-family: fontawesome;
}
.blogdetails-wrapper .single-post .unordered-list.no-space {
	margin: 0 0 10px;
}
.blogdetails-wrapper .single-post .ordered-list {
	margin: 0 0 10px;
}
.blogdetails-wrapper .sidebar .unordered-list ul li a {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	display: inline-block;
	padding: 0 0 0 15px;
}
.blogdetails-wrapper .sidebar .unordered-list ul li a:hover, .blogdetails-wrapper .sidebar .unordered-list ul li a:focus {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.blogdetails-wrapper .sidebar .tags li {
	display: inline-block;
	list-style: none;
	background: #f5f5f5;
	padding: 3px 12px 5px;
	margin: 0 5px 5px 0;
	cursor:pointer;
}
.blogdetails-wrapper .sidebar .tags li:hover {
	background:#FF0000;
	}
.blogdetails-wrapper .sidebar .tags li:hover a {
	color: #fff;
	background:#FF0000;
}
blog-inner-wrapper .sidebar .download-services {
	margin: 5px 0 30px;
	padding: 60px 0;
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../images/testimonials-bg.html);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
	position: relative;
	text-align: center;
}
.unordered-list {
	float: left;
	width: 100%;
}
.archives {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.archives .archive-list {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.archive-list li a:before {
	position: absolute;
	content: "\f105";
	right: 28px;
	color: #636363;
	font-size: 18px;
	font-family: fontawesome;
}
.archive-list {
	padding-top: 0;
	list-style: none;
}
.archive-list li:first-child {
	padding-top: 0;
}
.archive-list li {
	border-bottom: 1px solid #c1c1c1;
	float: left;
	padding: 9px 0 10px;
	width: 100%;
}
.archive-list li a small {
	color: #999999;
	display: inline-block;
	margin-left: 5px;
}
div.tags {
	float: left;
}
div.tags ul {
	margin-bottom: 0;
}
.blog-details-comments-section {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.eco_leave_comment_form h5, .blog-details-comments-section h5 {
	font-size: 22px;
	font-weight: 600;
	color: #333;
}
.blog-details-comment-info h6 {
	margin-bottom: 2px;
	font-weight: 500;
	font-size: 18px;
}
.blog-details-comments {
	float: left;
	width: 100%;
}
.blog-details-comments li {
	float: left;
	width: 100%;
}
.blog-details-viewers-meta li {
	width: auto;
}
.blog-details-comments li figure {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.blog-details-comments li figure img {
	border-radius:50%;
}
.blog-details-comment-info {
	float: none;
	width: auto;
	overflow: hidden;
}
.blog-details-comment-info .blog-details-viewers-meta {
	margin-bottom: 9px;
	padding: 0px;
}
.blog-details-comments-div .blog-details-comment-info p {
	margin-bottom: 0px;
	padding: 0px;
}
.blog-details-comments-div .blog-details-comment-info p a {
	float: right;
	padding: 0;
}
.blog-details-children {
	float: left;
	width: 100%;
	padding-left: 35px;
}
.blog-details-comments-div {
  float: left;
  margin: 0 0 10px;
  padding: 13px;
  width: 100%;
}
.blog-details-comments-div {
	border: 1px solid #eeeeee;
}
.blog-details-viewers-meta {
	float: left;
	width: 100%;
	padding: 16px 0 16px;
}
.blogdetails-wrapper form input {
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.blogdetails-wrapper form textarea {
  border-radius: 0;
  box-shadow: none;
  height: 140px;
  padding: 15px;
  resize: none;
  width: 100%;
}
.blogdetails-wrapper .btn {
  background: #FF0000 none repeat scroll 0 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding: 15px 35px;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}
/*
================================================
21. Contact Us Page
================================================
*/
.contact-wrapper .btn {
	border-radius:0;
	color:#fff;
	}
.contact-wrapper .btn:hover {
	background:#0000FF;
	}
.contact-wrapper h3:before {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom:-1px;
  width: 50px;
   background: #FF0000;
}		
.contact-wrapper h3 {
	text-transform:none;
	font-weight:600;
    margin: 0 0 15px;
    padding: 0 0 5px;
	border-bottom:1px solid #c2c2c2;
	position:relative;
	}
.contact-wrapper .social-media {
  display: inline-block;
  padding:0;
  width: 100%;
}	
.contact-wrapper .social-media li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 3px;
}
.contact-wrapper .social-media li i {
  background: #eee;
  border-radius:50%;
  color: #333;
  font-size: 12px;
  height:30px;
  line-height:30px;
  padding: 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  width: 30px;
}
.contact-wrapper .social-media li i:hover {
  background: #FF0000;
  color: #fff;
}
.contact-wrapper .contact-box {
	font-size:14px;
	color:#333;
	}
.contact-wrapper .contact-box .space {
	padding:5px 0 0;
	display:inline-block;
	}	
.contact-wrapper .contact-box u {
	display:block;
	text-decoration:none;
	}	
.contact-wrapper .contact-box i {
  border-radius:50%;
  color: #fff;
  font-size: 12px;
  height:35px;
  line-height:35px;
  padding: 0;
  margin:0 5px 0 0;
  text-align: center;
  width: 35px;	
  float:left;
  background:#FF0000;
	}	
div#google-map {
  margin: 25px 0 0;
  width: 100%;
}
div#google-map iframe {
  border: 1px solid #e5e5e5;
  float: left;
  height: 250px;
  width: 100%;
}
/*
================================================
22 .Footer
================================================
*/
#footer-area {
	background: #222222;
	float: left;
	width: 100%;
}
.widget {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}
.footer-logo {
	margin-bottom: 25px;
}
.footer-top .widget-title:before {
  background: #FF0000 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
  background:#FF0000;
}
.widget-title {
	border-bottom: 1px solid #666;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	padding: 0 0 10px;
	position:relative;
}
.site_map_links {
	margin-right: 38px;
}
.widget.widget_links > ul {
	float: left;
	list-style: none;
}
.widget {
	color: #fff;
}
.contact-btn {
	background: #FF0000;
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding: 8px 20px;
	font-weight: 700;
}
.contact-btn:hover {
	color: #222;
}
.widget ul li a {
	color: #ffffff;
}
.widget ul li a:hover {
	color: #FF0000;
}
.page-links {
	padding-left: 38px;
	position: relative;
}
.page-links:after {
	background: #333;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	top: 10%;
	width: 1px;
}
.widget_links ul li a {
	font-weight: 600;
}
.input-email > input {
	background: transparent none repeat scroll 0 0;
	border: medium none transparent;
	color: #c5c5c5;
	font-weight: 300;
}
.footer-newsletter {
	float: left;
	margin: 8px 0 0;
	width: 100%;
}
.input-email {
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 8px 15px;
	position: relative;
}
.input-email i {
	font-size: 22px;
	line-height: 46px;
	position: absolute;
	right: 14px;
	top: 0;
}
.footer-newsletter > input[type="submit"] {
  background: #FF0000 none repeat scroll 0 0;
  border-width:0 0 3px 0;
  border-style:solid;
  border-color:rgba(0, 0, 0, 0.4);
  border-radius:0px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding: 10px 35px;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}
.social-links ul li:first-child {
	margin:0;
	}
.social-links ul li {
	display: inline-block;
	margin-left: 15px;
}
.social-links ul li a {
	color: #a4a4a4;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	;
}
.social-links ul li a:hover {
	color: #FF0000;
}
.bb-top {
	border-top: 1px solid #333;
}
.footer-bottom {
	color: #8c8c8c;
	font-size: 10px;
	overflow-x: hidden;
}
.foo-padding {
	padding: 28px 0px 20px;
}
.footer-padding {
	padding: 56px 0 61px;
}
.copyright {
	word-spacing: 1px;
}
.copyright span {
	font-size: 13px;
}
/*
================================================
23. Media Quires 
================================================
*/
@media (min-width: 768px) {
.gal-container .modal-dialog {
	width: 55%;
	margin: 50 auto;
}
}
 @media (max-width: 768px) {
.gal-container .modal-content {
	height: 250px;
}
}
@media (min-width: 992px) and (max-width:1024px) { 
 .website-wrapper .website-link .submit-btn {
   right: 100px;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-header {
	padding: 0 0 15px;
}
.collapse {
	display: block;
}
.navbar-collapse {
	padding: 0;
	float: none;
}
.hero h1 {
	font-size: 56px;
}
.hero h3 {
	font-size: 18px;
}
.navbar-header {
	width: 100%;
}
.satisfied-wrapper .counter p {
	margin: 10px 0 40px;
}
.widget {
	margin: 0 0 40px;
}
.contact-wrapper .address {
  margin: 30px 0 0;
}
/***** coming soon ******/
.coming-soon .cmg-bg {
	padding:40px 5px;
	}
.footer-top .widget .widget {
	margin: 0;
}
}
@media (max-width: 767px) {
.logo-bar img {
	height: auto;
	width: 165px;
	margin: 0;
}
.navbar-brand > img {
	padding-left: 15px;
}
.collapse {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  display: block;
  margin: 0;
  padding: 0;
}
.navbar-collapse {
	float: none;
}
.top-wrapper {
	padding: 0;
}
.navbar-header {
	display: block;
	padding: 15px 0 14px;
}
.navbar-header .collapse {
	background: #333 none repeat scroll 0 0;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.hover-inn {
	display: none;
}
.navbar-brand {
	padding: 0;
}
ul.nav.navbar-nav li ul {
	margin-left: 5%;
	opacity: 1;
	position: static;
	visibility: visible;
}
ul.nav.navbar-nav li ul {
	width: 260px;
}
.fade-carousel .carousel-control {
	display: none;
}
.callouts-wrapper h2::after {
	left: 40%;
}
.testimonials-wrapper blockquote {
	padding: 30px 10px;
}
.widget {
	margin: 60px 0 0;
}
.count-down .countdown-row .countdown-period {
	font-size: 12px;
}
.hero {
	// display: none;
	margin-left: 20%;
	// margin-right: auto;
	
}
.hero h1 {
	font-size: 25px;
	
}
.hero h3 {
	font-size: 18px;
	
}
.btn.btn-hero {
	padding: 5px !important;
}
.fade-carousel {
	height: 250px;
}
.fade-carousel .carousel-inner .item {
	height: 250px;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 250px;
}
.callouts {
	text-align: center;
}
.callouts i {
	margin: 0 0 10px;
}
.footer-padding {
	padding: 60px 0;
}
.copyright {
	text-align: center;
}
.social-links {
	padding-top: 10px;
	text-align: center;
}
.social-links ul li {
	margin: 0 5px;
}
.affix .top-wrapper {
	margin-top: -42px;
}
.top-wrapper .pull-right {
	float: none !important;
	text-align: center;
}
.satisfied-wrapper .counter {
	margin: 40px 0 0;
}
/**** single serivces ******/
.single-service-text, .single-service-img {
	width: 100%;
}
/**** coming soon ******/
.coming-soon ul li {
	margin: 0 5px 0 0;
}
.count-down .countdown-row .countdown-amount {
	font-size: 30px;
	margin-bottom: -10px;
}
.count-down .countdown-row .countdown-period {
	font-size: 12px;
}
/* Blog Page */
.blog-details-share {
  text-align: center;
  padding:15px
}
.blog-details-share span {
  float: none;
  margin:0
}		
.blog-details-share .social-icons {
  float: none;
  margin: 10px 0 0;
}
.blog-details-shareing-tag {
  float: none;
}
.blog-details-shareing-tag li {
  margin-right: 0;
}
.blog-details-shareing-tag li:last-child {
  margin-right: 0;
}
.blog-details-shareing-tag li a {
  font-size: 14px;
  padding:3px 15px 0;
}	
.widget.sidebar-one {
	margin: 20px 0 0;
}
.footer-top .widget.widget_text {
	margin: 0;
}
.footer-top .widget .widget {
	margin: 0;
}
}