counters/*
    Template Name    : Electrical Plus
	Description		 : Responsive Electrical Template
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Opensans
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Logo Bar 
6. Navigation
7. Slider Area
8. Home Services
9. Call to Action
10. Home About Us
11. Counters
12. Our Team Wrapper
13. Client Testimonials
14. Our Blog
15. Breadcrumb Wrapper
16. Inner page Wrapper
17. About Wrapper
18. Services Wrapper
19. FAQ Wrapper
20. Oops Wrapper
21. Gallery Wrapper
22. Contact Wrapper
23. Footer Wrapper
24. Media Quires 

/*
================================================
1. Fonts - Roboto and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300,400,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
   
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
    font-family: 'Roboto', sans-serif;
}
.project-wrapper img {
    padding: 3px;
    width: 100% !important;
}
label.error {
    color: red;
    margin-top: 4px;
}
.send_message_form .btn {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 14px 50px;
    transition: .5s;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s linear 0s;
    border: 1px solid #ed1e24;
    background: #fff;
    color: #333;
    font-weight: 30px;
    font-weight: 500;
    border-radius: 30px;
}
.successfull-message {padding: 15px;
    border-radius: 8px;
    font-size: 16px;
	text-align: center;
}
ul.footer-color li a{
	color:#9fa4af;
	line-height:2
}
ul.footer-color li a:hover{
	line-height:2;
	color:#ED1F24;
}

.mt-3{
	margin-top:13px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
}
h3.title {
    font-size: 25px;
    /* margin-top: 0px; */
    margin-bottom:10px !important;
}
p.content {
    line-height: 2;
    font-size: 15px;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
.mt-6{
margin-left: 6.333333%;
}
a:hover {
	color: #f47629;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.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: #2d2e2e;
}
.light-bg {
	background: #f5f5f5;
}
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;
}
.space-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.m-bot-40 {
	margin-bottom: 40px;
}
.m-top-40 {
	margin-top: 40px;
}
.pad-bottom-0 {
	padding-bottom: 0 !important;
}
p {
    margin: 0 0 10px;
    line-height: 24px;
}
div.title {
	text-align: center;
	margin: 0 0 40px;
}
div.title h2 {
	color: #002752;
	font-weight: 600;
	font-size: 35px;
	margin: 0 0 20px;
}
div.title span {
    border-color: #494949;
    border-style: solid;
    border-width: 2px 0;
    display: inline-block;
    font-size: 30px;
    padding: 20px;
}
div.title img {
	left: 50%;
    margin-left: -34px;
    padding: 12px 0 0;
    position: absolute;
}
#scrollUp {
	background:#1C4384;
	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;
}
.btn:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	background: #ed1e24;
	border: 1px solid #ed1e24;
	border-radius:30px;
}
.btn {
	color: #fff;
	display: inline-block;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 14px 50px;
	transition: .5s;
	text-transform: uppercase;
	position: relative;
	transition: all 0.5s linear 0s;
	border: 1px solid #ed1e24;
	background:#f47629;
	border-radius:30px;
}
.btn:hover {
	color: #000;
}
.btn:hover:before, .btn:active::before {
	transform: scaleY(1);
}
.list-group-item {border: 0; padding: 0; margin-top: 25px}
.list-group-item li{margin-bottom: 20px;  list-style-image: none; text-align: justify; line-height: 25px; margin-bottom: 30px}
.list-group-item li i{ color: #ed1e24}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
.float-right{
	float:right;
	text-align:right;
}

.testimonials-wrapper {
    padding: 65px 0 65px;
    float: left;
    background: #fff;
    text-align: center;
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.marquee_slider_img{padding:0 8px; text-decoration:none}
/*
================================================
4. Top Wrapper
================================================
*/
header {
	width: 100%;
	z-index: 99;
}
.top-wrapper {
	padding: 10px 0;
	background: #1c4384;
	color: #fff;
}
.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.header-social-icons {
	float: right;
	margin: 0;
	padding: 2px 0 0;
}
.top-wrapper .top-wraper-left ul li:first-child {
	padding-left: 0;
}
.top-wrapper .header-social-icons li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 20px;
	transition: all 0.3s ease-in-out 0s;
}
.top-wrapper .header-social-icons li a {
	color: #fff;
}
.top-wrapper .header-social-icons li a:hover {
	color: #ED1F24;
}
.top-wraper-left .header-social-icons li i {
	padding: 0 6px 0 0;
}
/*** Top header add ***/
.top-header-add ul {
	margin: 0; padding: 0
}
.top-header-add li {
	float: left;
	list-style: outside none none;
	margin-right: 30px;
	width: auto;
	font-size: 14px;
}
.top-header-add li:last-child {
	margin-right: 0;
}
.top-header-add li a {
	color: #fff;
}

.top-header-add li a:hover {
	color: #ED1F24;
}
.top-header-add li i {
  border-radius: 5px;
  font-size: 18px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
}
/*
================================================
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: #002752;
	display: inline-block;
	font-weight: 600;
	line-height: 20px;
	padding: 18px 5px 14px;
	margin-left:50px;
	text-transform: uppercase;
	border-bottom:4px solid #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #002752;
	background: none;
	border-bottom:4px solid #ffba00;
}
.mainmenu-area ul.nav.navbar-nav li a:hover, .mainmenu-area ul.nav.navbar-nav li.active a {
	color: #ED1F24;
	background: none;
	border-bottom:4px solid #ED1F24;
}
.mainmenu-area ul.nav.navbar-nav li {
	display: inline-block;
	float: none;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.pl-0{
	padding-left:0px;
}
 h3.title1 {
    font-weight: 600;
    margin: 0 0 8px;
    color: #002752;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
}
.navbar-collapse {
	float: right;
	padding: 0;
}

.navbar-header {
	float: left;
	padding: 0;
	position: absolute;
	top: 0px;
	z-index: 10;
}
.navbar-header .navbar-brand {
	padding:3px 0;
}
/*.affix .navbar-header .navbar-brand {
	display:none;
}
.affix .navbar-collapse {
  float: left;
}*/
.navbar-brand>img { 
    margin:0 7px;
}
.affix .navbar-header:after {
	display: none;
}
.affix .navbar-brand > img {
    width: 78%;
    margin-top: 6px;
}
/* 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: #000;
	padding: 0;
}
ul.nav.navbar-nav li ul.sub-menu li a {
	color: #fff !important;
}
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 {
	color: #fff;
	width: 100%;
	padding: 17px 15px 13px;
	border:none;
}
.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: #000;
	color: #f47629;
	border:none;
}
.mainmenu-area ul.nav.navbar-nav li ul li:after {
	background: #f47629;
	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. Slider Area
================================================
*/
.home-slider-area {
	float: left;
	width: 100%;
	position: relative;
}
.single-slide-item-table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.single-slide-item-table {
	display: table;
	width: 100%;
	height:450px;
}
a.slide-btn:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	background: #ffba00;
	border: 1px solid #ffba00;
	border-radius:30px;
}
a.slide-btn {
	color: #fff;
	display: inline-block;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 14px 50px;
	transition: .5s;
	text-transform: uppercase;
	position: relative;
	transition: all 0.5s linear 0s;
	border: 1px solid #f47629;
	background:#f47629;
	border-radius:30px;
}
a.slide-btn:hover {
	color: #000;
}
a.slide-btn:hover:before, a.slide-btn:active::before {
	transform: scaleY(1);
}
.home-slider-area .carousel-fade .carousel-inner .active h2 {
	animation-delay: 100ms;
}
.home-slider-area .carousel-fade .carousel-inner .active p {
	animation-delay: 1000ms;
}
.home-slider-area .carousel-fade .carousel-inner .active .slide-btn {
	animation-delay: 2000ms;
}
.single-slide-item h2, .single-slide-item p, .single-slide-item .slide-btn {
	animation: 2500ms ease-in-out 0s normal both 1 running bounceInUp;
}
.single-slide-item h2 {
	font-size: 50px;
	color:#fff;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: 600; text-transform: capitalize
}
.single-slide-item h2 span {
	color: #ffba00
}
.single-slide-item p {
	color: #fff;
	margin-bottom: 20px
}
.fixed-bg {
	background-attachment: fixed !important;
}
.slide-1, .text-slide {
	background: url(../images/banner1.jpg);
	background-size: cover
}
.slide-2 {
	background: url(../images/banner2.jpg);
	background-size: cover
}
.slide-3 {
	background: url(../images/banner3.jpg);
	background-size: cover
}
.single-slide-item {
	position: relative;
	z-index: 1
}
.single-slide-item:after {
	background: rgba(0,0,0,.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-control {
	z-index: 2
}
.welcome-control {
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 24px;
	height: 80px;
	left: 0;
	line-height: 75px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	z-index: 20;
	border-radius: 50%;
	font-size: 33px;
}
.service-icon i, .single-featured i {
	border-radius: 50%;
	text-align: center
}
.right.welcome-control {
	left: auto;
	right: -40px;
	padding-left: 20px;
	text-align: left;
}
.left.welcome-control {
	left: -40px;
	padding-right: 20px;
	text-align: right;
}
.home-slider-area:hover .right.welcome-control {
	right: -40px;
	transition: .25s;
	-webkit-transition: .25s;
	border: 1px solid #fff;
}
.home-slider-area:hover .left.welcome-control {
	left: -40px;
	transition: .25s;
	-webkit-transition: .25s;
	border: 1px solid #fff;
}
.featured-area {
	overflow: hidden
}
.single-featured {
	cursor: pointer
}
.single-featured h4 {
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px
}
.single-featured i {
	background: #687074;
	color: #fff;
	display: block;
	font-size: 35px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 10px;
	width: 80px
}
.service-icon i, a.about-btn, a.get-start-btn, ul.team-social>li, ul.work li {
	display: inline-block
}
.single-featured:hover i {
	background: #002b53;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.home-slider-area .carousel-indicators li.active {
  background:#fff;
  height: 10px;
  width: 10px;
}
.home-slider-area .carousel-indicators li {
	backface-visibility: visible;
	border-radius: 0;
	height: 10px;
	margin: 5px 7px;
	transition: opacity 0.2s ease 0s;
	width: 10px;
	border-radius:50%;
	text-align:center;
	background:#1c4384; border: 0
}
/*
================================================
8. Home Services
================================================
*/
.home-services-wrapper {
	width: 100%;
	float: left;
	padding: 63px 0 70px;
}
.inner-page-wrapper.home-service-wrapper {
	padding: 30px 0 70px;
	}
.home-services-wrapper .title {
	margin: 0;
}
/*** Single Services ***/
.serviceBox {
	background: #fff;
	border: 1px solid #eee;
	padding: 20px 25px;
	border-radius: 5px;
	margin-top: 40px;
	overflow: hidden;
	z-index: 1;
	position: relative; min-height: 230px
}
.serviceBox:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #1c4384;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: -1;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.serviceBox:hover:before {
	left: 0;
}
.serviceBox:after {
	content: "";
	width: 7px;
	height: 0;
	border-radius: 5px;
	background: #0b2b60;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.serviceBox:hover:after {
	height: 100%;
}
.serviceBox .service-icon {
	color: #1c4384;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.serviceBox .service-icon i {
	font-size: 40px;
}
.serviceBox .title {
	color: #333;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin-left: 10px;
	text-transform: capitalize;
}
.serviceBox:hover .title {
	color: #fff;
}
.serviceBox:hover i {
	color: #fff;
}
.serviceBox .description {
	color: #777;
	line-height: 25px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon, .serviceBox:hover .description {
	color: #fff;
}
/*
================================================
10. Home About Us
================================================
*/
.home-aboutus-wrapper {
	width: 100%;
	float: left;
	padding: 65px 0 70px; background: #f7f7f7;
}
/*** About Heading ***/
.about-text h2 {
   color:#494949;
   font-size:50px;
   line-height:50px;
   font-weight:300;
   text-transform:uppercase;
}
.about-text h2 span {
	color:#f47629;
	display:block;
	font-weight:700;
}
.about-text img {
	width:auto;
}
.about-text p {
	margin:0 0 15px; line-height: 25px
}
.about-text ul {
	width:48%;
	display:inline-block;
}
.about-list li {
	color: #2d2d2d;
	font-size: 14px;
	padding: 0 0 8px;
}
.about-list li i {
	color: #ed1e24;
	font-size: 18px;
	margin-right: 15px;
	vertical-align: middle;
}
.about-text .btn:before {
	background: #ed1e24;
    border: 1px solid #ed1e24;	
}
.about-text .btn {
	background:none;
	color:#ed1e24;
	font-size:14px;
	font-weight:600; padding: 7px 20px
}
.about-text .btn:hover, .about-text .btn:focus {
  color: #fff;
}
/*
================================================
15. Breadcrumb Wrapper
================================================
*/
.breadcromb-wrapper {
  background: rgba(0, 0, 0, 0) url("../images/breadcrumb-bg.jpg") no-repeat fixed center center / cover ;
  position: relative;
  padding:57px 0 0;
  float:left;
  width:100%;
}



.breadcromb-overlay {
  background: rgba(23, 23, 23, 0.7) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.breadcromb-left {
  text-align: left;
  margin:0 0 50px;
}
.breadcromb-left > h3 {
  color: #ffffff;
  font-size: 25px;
  text-transform: capitalize;
  text-align:center;
}
.breadcromb-right {
  margin: 0 auto;
  text-align: center;
}
.breadcromb-right ul {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
    margin: 0;
    padding: 10px 40px;
	display:inline-block;
}
.breadcromb-right li {
  color: #fff;
  display: inline-block;
  margin: 0 3px;
  text-transform: capitalize;
}
.breadcromb-right li:last-child {
   color:#ed1e24;
	}
.breadcromb-right li a {
  color: #fff;	
	}
.breadcromb-right li:first-child a i {
  color: #fff;
  margin-right: 5px;
}

.counters {
    background:rgba(0, 0, 0, 0) url("../images/counter.jpg") no-repeat fixed center center / cover;
    margin: 0;
    padding: 70px 0 24px;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    z-index: 9;
}
.counters p {
    font-size: 22px;
    color: #fff;
    margin: 15px 0;
}

.counter {
    margin: 0 0 40px;
}
.counters .counter .number {
    font-size: 40px;
    margin: 10px 0 5px;
    padding: 0;
    color: #f47629;
    font-weight: 600;
    display: inline-block;
}
/*
================================================
16. Inner page Wrapper
================================================
 */
.inner-page-wrapper {
	padding: 67px 0 70px;
	float: left;
	width: 100%;
}
/*
================================================
17. About Wrapper
================================================
 */
.about-wrapper .text {
  font-size: 15px;
}
.about-wrapper h3 {
  font-weight: 600;
  margin:0 0 8px;
  color:#002752;
}
.about-wrapper .inner p {
  margin:0 0 30px; line-height: 25px	
	}
.about-wrapper img {

  padding: 3px;
  width: 100%;
}	
/*
================================================
18. Services Wrapper
================================================
 */
.service-details-wrapper {
	padding: 70px 0;
}
  .service-details-wrapper .widget {
  clear: both;
  margin-bottom: 0px;
}
.service-details-wrapper .category-nav {
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0;
}
.service-details-wrapper .category-nav li {
  font-weight: 700;
  list-style: outside none none;
  margin: 0;
}
.service-details-wrapper .category-nav li.active a {
  border-color: #002752;
}
.service-details-wrapper .category-nav li a {
  background-color: #f7f7f7;
  border-left: 5px solid rgba(0, 0, 0, 0);
  color: #333333;
  display: block;
  margin-bottom: 5px;
  padding: 12px 20px;
}
.service-details-wrapper .widget.cta {
  background-color: #f5f5f5;
  padding: 30px;
}
.service-details-wrapper .widget.cta  h4 {
  font-weight:800;
}
.service-details-wrapper .widget .btn {
  background-color: #ffffff;
  border-color: #002752;
  border-radius: 0;
  border-width: 1px;
  color: #002752;
}
.service-details-wrapper  .widget .btn:hover {
  background-color: #f47629;
  border-color: #f47629;
  color: #ffffff;
}
/*** single-wrapper slider ***/
.single-wrapper .owl-pagination {
	display: none;
}
.single-wrapper .item img {
	display: block;
	width: 100%;
	height: auto;
}
.single-wrapper .owl-theme .owl-controls {
	margin-top: 0;
}
.single-wrapper .owl-theme .owl-controls .owl-buttons div {
	width: 20px;
	height: 21px;
	border-radius: 0;
	opacity: 1;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
}
.single-wrapper .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 0.5;
}
.single-wrapper .owl-drag {
  padding:5px;
  background:#fff;  
  box-shadow:none;
}
.single-wrapper  .owl-nav {
  text-align: center;
}
.single-wrapper .owl-nav div {
  background: #002752;
  border: 0 solid;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  margin: -23px 0 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 46px;
}
.single-wrapper  .owl-nav div:hover{
	color:#fff;
}
.single-wrapper  .owl-nav .owl-prev {
	left:0;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
}
.single-wrapper :hover .owl-nav .owl-prev{
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}
.single-wrapper  .owl-nav .owl-next{
	right:0;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(-90deg);
	-moz-transform: perspective(600px) rotateY(-90deg);
	transform: perspective(600px) rotateY(-90deg);
}
.single-wrapper :hover .owl-nav .owl-next{
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}
/*** Services Content ***/
.services-content {
	float:left;
	width:100%;
	padding:20px;
	background:#f5f5f5;
}
.single-wrapper .services-content h2 {
	text-transform: none;
	font-size: 30px;
	margin:0;
	font-weight:800;
}
.single-wrapper .services-content p {
	margin-top: 15px;
}
.single-wrapper .img-right {
	overflow: hidden;
	margin-top: 15px;
}
.single-wrapper .img-right .text{
	float:left;
	width:50%;
}
.single-wrapper .img-right .text h4 {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight:800;
}
.single-wrapper .img-right ul  {
	margin:0;
}
.single-wrapper ul li::before {
  border-radius: 100%;
  content: "";
  height: 7px;
  left: 0;
  line-height: 9px;
  position: absolute;
  top: 7px;
  width: 7px;
  background:#002752;
}
.single-wrapper ul li {
	margin-right: 5px;
	position: relative;
	padding-left: 15px;
	padding-bottom:8px;
}
.single-wrapper .img-right img {
	float: left;
	width: 50%;
	border: 5px solid #f6f6f6;
}
.single-wrapper.full .img-right .text{
	width:100%;
}
/*
================================================
21. Gallery Wrapper
================================================
*/
.gallery-wrapper {
    padding: 70px 0 70px;
}
.gallery-wrapper .picture {
	position: relative;
	overflow: hidden;
	margin: 0 0 25px 0;
}
.gallery-wrapper img {
	width: 100%;
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease; border: 1px solid #ccc
}
.gallery-wrapper .picture:hover img {
	opacity: 0.8;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 -ms-transition: all .3s ease-in-out 0s;
 -o-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.gallery-wrapper figure {
	float: left;
	width: 30%;
	height: auto!important;
	margin-bottom: 1px;
	margin-left: 1px;
	overflow: hidden;
	padding: 15px;
}
.gallery-wrapper figure img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gallery-wrapper.nospace figure.item {
	padding: 0px;
	text-align: center;
}
.gallery-wrapper figure.item {
	margin-bottom: 1px!important;
	text-align: center;
}
.gallery-wrapper .item-w2 {
	width: 60%
}
.gallery-wrapper .item-h2 {
	height: auto!important
}
.gallery-wrapper .picture {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.gallery-wrapper .item:hover img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gallery-wrapper .picture .icon-overlay {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 12;
	opacity: 0;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 -ms-transition: all .3s ease-in-out 0s;
 -o-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.gallery-wrapper .picture:hover .icon-overlay {
	opacity: 1
}
.gallery-wrapper .picture .icon-overlay a {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
.gallery-wrapper .picture .icon-overlay a:hover {
	font-size: 30px;
	color: #000;
	text-decoration: none;
}
.gallery-wrapper .picture .text-overlay {
	position: absolute;
	background-color: rgba(13, 103, 173, 0.8);
	height: auto;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 -ms-transition: all .3s ease-in-out 0s;
 -o-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.gallery-wrapper .picture:hover .text-overlay {
	opacity: 1
}
.gallery-wrapper .picture .text-overlay .category {
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	line-height: normal;
	letter-spacing: 2px;
	position: absolute;
	top: 30px;
	left: 40px;
	opacity: 0;
	margin-left: -100px;
	transition: all 300ms 100ms;
}
.gallery-wrapper .picture:hover .text-overlay .category {
	opacity: 1;
	margin-left: 0px;
}
.gallery-wrapper .picture .text-overlay h1 {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	top: 45px;
	left: 40px;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	margin-left: 100px;
	transition: opacity 300ms, margin 300ms;
}
.gallery-wrapper .picture:hover .text-overlay h1 {
	opacity: 1;
	margin-left: 0px;
}
.gallery-wrapper .picture .text-overlay h1 a {
	color: #fff;
}
.gallery-wrapper .picture .text-overlay h1 a:hover {
	color: #fff;
	text-decoration: none;
}
.gallery-wrapper .picture .text-overlay .line {
	background-color: #fff;
	height: 2px;
	width: 60px;	
	position: absolute;
	text-align: left;
	top: 75px;
	left: 40px;
}
.gallery-wrapper.nospace .picture .text-overlay .category {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: left;
	top: auto;
	bottom: 90px;
	left: 50px;
}
.gallery-wrapper.nospace .picture .text-overlay h1 {
	position: absolute;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	top: auto;
	bottom: 70px;
	left: 50px;
}
.gallery-wrapper.nospace .picture .text-overlay .line {
	background-color: #fff;
	height: 1px;
	width: 60px;
	margin-top: 16px;
	position: absolute;
	text-align: left;
	top: auto;
	bottom: 55px;
	left: 30px;
}
.portfolio .button {
	text-align: center;
	padding-top: 80px;
}
/*
================================================
22. Contact Wrapper
================================================
*/
.contact-wrapper {
    padding: 66px 0 66px;
}
.side-title {
  float: left;
  margin: 0 0 3px;
  width: 100%;
}
.side-title h2 {
  float: left;
  font-size: 25px;
  line-height: 1;
  margin: 0 0 10px;
  width: 100%;
  color: #002752; font-weight: 600
}
.side-title > span {
  color: #737373;
  float: left;
  font-size: 15px;
  width: 100%;
}
.sun-contact-form {
  float: left;
  width: 100%;
}
.sun-contact-form > form {
  float: left;
  width: 100%;
}
.field {
  float: left;
  width: 100%;
}
.field label {
  color: #737373;
  float: left;
  font-size: 16px;
  line-height: 1;
  margin: 12px 0 0;
  width: 20%;
  font-weight:500;
}
.field > input, .field > textarea {
    /* background: #f3f3f3 none repeat scroll 0 0; */
    float: left;
    height: 48px;
    width: 80%;
    margin: 0 0 10px;
    border-radius: 8px;
    padding: 0 20px;
    border: 1px solid #f0f0f0;
}
.form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input::placeholder {
	font-size:12px
  }
  .mandatorty {
    color: red;
    margin-left: 6px;
}
.field > textarea {
  min-height: 200px;
  padding-top:8px;
}
form .btn {
  float: right;
}
.contact-form .btn {
	background:none;
	margin-bottom:30px; color: #333;
	font-weight:500;
}
.contact-form .btn:hover {
	color:#fff;
	
}
.contact-form .btn:focus {
outline:none;
}
 .btn:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
}
.btn.focus, .btn:focus{
    color: #333;
    text-decoration: none;
    outline: none !important;
}
.widget > ul {
  float: left;
  width: 100%; padding: 0
}
.widget .contact-info li i {
  font-size: 16px;
}
.p-0{
	padding:0px;
}
.m-0{
	margin:0px !important; 
}
.ml-13{
	margin-left:-17px;
}
.widget .contact-info li .fa-map {
	font-size: 14px;
  }
.text-danger1 {
    color: red;
    font-size: 14px;
    font-weight: 500;
   margin-top:3px;
}
.contact-info li i {
  margin-right: 10px;
}
.message-form .btn {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 14px 50px;
    transition: .5s;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s linear 0s;
    border: 1px solid #ed1e24;
	background: #fff;
	color:#333;
    border-radius: 30px;
}
.contact-infos {
  float: left;
  width: 100%;
}
.contact-infos .widget p {
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
/* .widget-title {
  color: #333333;
  float: left;
  font-size: 20px;
  margin: 0 0 20px;
  width: 100%;
  font-weight:800;
} */
.widget-title {
    float: left;
    font-size: 25px;
    line-height: 1;
    margin: 0 0 10px;
    width: 100%;
    color: #002752;
    font-weight: 600;
}
.widget .contact-info li {
  border: 0 none;
  float: left;
  line-height: 2;
  margin: 0;
  padding: 0;
  width: 100%;
}
.widget .contact-info li a{
	color:#333;
  }
  .mt-17{
	  margin-top:17px;
  }
  .widget .contact-info li a:hover{
	color:#FF3937;
  }
.social-links > a {
  border: 1px solid #eee;
  color: #7c7c7c;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.social-links > a:hover {
  border-color: #002752;
  color: #002752;
}
.widget {
  float: left;
  margin: 0 0 30px;
  width: 100%;
}
.google-map {
  float: left;
  pointer-events: none;
  width: 100%;
  filter: grayscale(1);
}
.google-map iframe {
    border: medium none;
    height: 352px;
    margin: 0 0 -6px;
    width: 100%;
}
/*
================================================
23. Footer Wrapper
================================================
*/
.footer-wrapper {
	float:left;
	width:100%;
	}
/*** Footer Top Area ***/
.footer-top-area {
  background: #171717;
  padding: 68px 0 60px;
}
.footer-widget-heading h3 {
  color: #6a93d8;
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
}
.footer-widget-heading h3:before {
  background:#6a93d8;
  bottom: -11px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.footer-widget-content p {
    color: #9fa4af;
    font-size: 14px;
    line-height: 2;
}
.footer-about-info-area .footer-widget-content {
  margin-top: 35px;
}
.footer-widget-content {
  margin-top: 30px;
}
.footer-social-menu li a {
  background: #1c1f23 none repeat scroll 0 0;
  border-radius: 2px;
  color: #9fa4af;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.footer-social-menu li a:hover, .footer-widget-menu li a:focus {
  background: #002752;
  color: #ffffff;
}
.footer-widget-menu {
  padding-top: 15px; padding-left: 0
}
.footer-conatct-menu{padding-left: 0}
.footer-widget-menu li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.footer-widget-menu li a {
  border: 1px solid #363636;
  border-radius: 2px;
  color: #9fa4af;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 13px;
  text-align: center;
  text-transform: uppercase;
}
.footer-widget-menu li a:hover, .footer-widget-menu li a:focus {
  background: #002752;
  color: #ffffff;
}
.footer-conatct-menu li a {
  color: #9fa4af;
  font-size: 14px;
  line-height:2;
}
.footer-conatct-menu li a span:hover{
	color: #ED1F24;
  }

.footer-conatct-menu li a i {
  padding-right: 10px;
}
.footer-instagram a {
  display: inline-block;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0 2.5px;
  width: 33.3333%;
}
.footer-instagram a img {
  width: 100%;
  padding:0px;
  background:#fff;
  margin:0 0 4px;
  border:1px solid #f47629;
}
/*** Copyright Wrapper ***/
.copyright-wrapper {
    background: #101010;
    width: 100%;
    float: left;
    color: #9fa4af;
    padding: 15px 0;
}
.copyright-wrapper p {
	margin: 0;
	text-align: center;
	color: #b2b2b2;
}
/*
================================================
24. Media Quires 
================================================
*/
@media (min-width: 992px) and (max-width: 1024px) {
/*** Top Wrapper ***/
.top-header-add li {
	margin-right: 15px;
}
	
	.about-text img {
    width: 100%;
}
.top-header-add li i {
	height: 25px;
	line-height: 23px;
	margin-right: 5px;
	width: 25px;
}
/*** Home Services Wrapper ***/
.serviceBox .title {
	font-size: 20px;
	}
/*** Our Team Wrapper ***/
.single-team-member .author-info {
  padding:15px;
}	
/*** Blog Wrapper ***/	
.date-box {
  top: 248px;
}
/*** Footer Wrapper ***/
.footer-social-menu li a {
  height: 30px;
  line-height: 30px;
  width: 30px;
}	
}
@media (min-width: 768px) and (max-width: 991px) {
/*** Top Wrapper ***/
.affix .navbar-brand > img {
	width:78%;
}
.title-slide {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    color: #fff;
    transition: none;
    line-height: 66px;
    border-width: 0px;
    margin: 30px 0px 0px;
    padding: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 12px;
}
.description-slider {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    color: #fff;
    transition: none;
    line-height: 66px;
    border-width: 0px;
    margin: 30px 0px 0px;
    padding: 0px;
    letter-spacing: 23px;
    font-weight: 300;
    text-transform: uppercase;
}
.title-slide {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    color: #fff;
    transition: none;
    line-height: 66px;
    border-width: 0px;
    margin: 30px 0px 0px;
    padding: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 12px;
}
.mt-6 {
    margin-left: 0.333333%;
}
	.serviceBox{    min-height: 150px;}
.top-header-add li {
	margin-right: 15px;
}
	.about-text img {
    width: 100%;
}
.top-header-add li i {
	height: 25px;
	line-height: 20px;
	width: 25px;
	margin-right: 5px;
}
.navbar-nav {
	float: right;
}
.navbar-header .collapse {
	display: block;
}
.navbar-collapse {
	padding: 0;
	float: none;
}
.mainmenu-area ul.nav.navbar-nav li {
	padding: 0 0 0 20px;
}
.mainmenu-area ul.nav.navbar-nav li a {
	padding: 19px 0 21px;
}
/***** navigation ******/
.navbar-header {
	padding: 0;
}
.collapse {
	display: block;
}
.navbar-collapse {
	padding: 0;
	float: none;
}
.navbar-header {
	width:auto;
}
/***** CTA ******/
.call-to-action h3 {
  font-size: 23px;
  margin:0 0 10px;
  line-height:23px;
}
/*** Blog Wrapper ***/	
.date-box {
  top: 175px;
}	
.blog-content blockquote {
  padding: 5px 20px;
}
.blog-content blockquote p {
  font-size: 16px !important;
  line-height: 24px;
}
/*** Footer Wrapper ***/
.footer-contact {
	margin:30px 0 0;
	}
.footer-contact .footer-conatct-menu li {
	padding:8px 0 0;
	}
.footer-instagram {
	margin:30px 0 0;
	}	
.footer-gallery {
	margin:30px 0 0;
	}	
.footer-instagram a img {
	width:auto;
}	
}
@media (max-width: 767px) {
/***** Common Styles ******/	
div.title h2 {
  font-size: 25px;
}
.mt-6 {
    margin-left: 0.333333%;
}
/* .navbar-header .navbar-toggle {
    display: block;
} */
	.about-text{text-align: center; margin-bottom: 30px}
	.inner-page-wrapper {
    padding: 20px 0 20px;
    float: left;
	width: 100%;
    overflow-x: auto;
}
	.m-top-40 {
    margin-top: 20px;
}
	.about-wrapper .inner p {
    margin: 0 0 30px;
    line-height: 25px;
    text-align: justify;
}
	p{text-align: justify}
	.counter p{text-align: center}
	.gallery-wrapper {
    padding: 20px 0 35px;
    float: left;
    width: 100%;
}
	.home-services-wrapper {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
}
	.serviceBox{    margin-top: 20px;}
/***** logo ******/	
.logo-bar img {
	height: auto;
	margin: 0;
}
.top-wrapper .pull-right {
	float: none !important;
	text-align: center;
}
/***** navigation ******/
.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::after {
	display: none;
}
.navbar-header {
	display: block;
	padding: 15px 0 14px;
	
	padding: 5px 0;
	float: none;
	position: inherit;
}
.navbar-brand > img {
	padding-left: 15px;
	width: 20%;
	box-shadow: none;
}
.navbar-header .collapse {
	background: #333 none repeat scroll 0 0;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.hover-inn {
	display: none;
}
.navbar-brand {
	float: none;
}
ul.nav.navbar-nav li ul {
	margin-left: 5%;
	opacity: 1;
	position: static;
	visibility: visible;
}
ul.nav.navbar-nav li ul {
	width: 260px;
}
/***** Slider ******/
.call-to-action {
	text-align: center;
}
.left.welcome-control, .right.welcome-control {
	display: none;
}
.single-slide-item-table {
	height: 400px;
}
.single-slide-item h2 {
	font-size: 30px;
	line-height: 30px;
}
/***** Call to action ******/
.call-to-action a.btn {
	float: none !important;
	margin-top: 20px;
	width: auto;
}
/***** Home Services ******/
.serviceBox .service-icon i {
  font-size: 25px;
}
.serviceBox .title {
  font-size: 20px;	
	}
/*** Counters ***/
.counters .counter .number {
	line-height:38px;
	}	
/*** Blog Wrapper ***/	
.date-box {
  top: 138px;
}
/*** Breadcromb Wrapper ***/
.breadcromb-left {
  text-align: center;
}
.breadcromb-right {
  text-align: center;
}
.breadcromb-right ul {
  padding:10px 5px;
}
/*** Service Details Wrapper ***/
.services-content .img-right .text {
  margin-bottom: 20px;
  width: 100%;
}
/*** Home About Wrapper ***/
.about-text h2 {
  font-size: 35px;
  line-height: 40px;
}
.about-text img {
  width:80%;
}
.about-text ul {
  width: 100%;
  margin:0;
}
/*** Testimonial Wrapper ***/
.testimonials-wrapper .owl-theme .owl-nav {
	display:none;
}
.testimonials-wrapper .item blockquote {
	padding: 30px 20px 30px;
	margin:0 0 20px;
}
/*** FAQ Wrapper ***/
.faq-wrapper .faq-title a::after {
	top: -1px;
}
.faq-wrapper .faq-title a {
  padding-right: 30px;
  line-height:22px;
}
/*** Blog Wrapper ***/
.blog-details-wraper {
padding: 67px 0 40px;
}
li.threaded-comments {
  margin-left: 0;
}
.left-head-blog {
  margin-top:30px;
}
.blog-info > a {
  font-size:12px;
}
.blog-content blockquote {
  padding: 5px 20px;
}
.blog-content blockquote p {
  font-size: 15px !important;
  line-height: 24px;
}
/*** Service Details ***/
.single-wrapper {
	float:left;
	width:100%;
}
/*** Contact Wrapper ***/
.field label {
  width: 100%;
   margin:0 0 10px;
}
.field > input, .field > textarea {
  width: 100%;
}
.contact-form .field {
  margin: 0 0 10px;
}
.contact-form .btn {
  margin-top:0;
}
/*** Footer Wrapper ***/
.footer-about-info-area .footer-widget-heading {
 margin:0;
	}	
.footer-widget-heading {
 margin:40px 0 0;
	}
}
.table-bordered>thead>th {
    border:none;
}
.table-bordered th {
    text-align: left;
    background-color: #1C4384;
    color: #fff;
	font-weight: normal;
	border:none;
}
.table-bordered>thead>tr>th {
    border: 1px solid #1C4384;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
   
}
span.project-content-1{
	color:#1C4384;
	font-weight:600;
	font-size: 15px;
}
.mb-12{
	margin-bottom:28px;
}
.font-15{
	font-size:19px;
}
