body {
	font-family: 'Open Sans', sans-serif;
	color: #222222;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Poppins', sans-serif;
	color: #222;
	font-weight: 400;
}
ul {
	list-style-type: none;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #848484;
	line-height: 24px;
	font-weight: 400;
}
a {
	text-decoration: none;
	display: inline-block;
	outline: none;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
	margin-top: 8px;
}
.none {
	display: none
}
.img-logo {
	display: none
}
.icon-holder i {
	color: #fa992e;
	line-height: 40px;
	font-size: 20px;
}
/*/////////////////////////Header and Menu //////////////////////////*/

header {
	position: relative;
	background: #034054;
}
.top-bar {
	position: relative;
	line-height: 50px;
}
.top-right a{ color:#FFF; margin-left:15px;}
.top-right a:hover{ color:#fa992e;}
.top-bar .top-bar-text li {
	color: #fff;
	margin-right:45px;
	display: inline-block;
	font-size: 14px;
}
.top-bar .top-bar-text li i {
	color: #fa9928;
	margin-right: 10px;
	font-size: 16px;
	position: relative;
	top: 1px;
}
.top-bar .social li a {
	color: #cdcdcd;
}
.top-bar .social li a:hover {
	color: #fa9928;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.top-bar .social li:last-child {
	padding-right: 0px;
}
/*logo*/

.main-logo {
	margin-top: -5px;
}
.header-bottom {
	position: relative;
	z-index: 99;
}
.header-bottom .header-bottom-bg {
	background: #fff;
	z-index: 999;
	padding:20px 30px;
}
.header-bottom ul {
}
.header-bottom ul li {
	display: inline-block;
	margin-left: 40px;
}
.header-bottom ul li.link_btn {
	position: relative;
	bottom: 5px;
}
.header-bottom ul li.single-info-box {
	position: relative;
	padding-left: 62px;
	top: 5px;
}
.header-bottom ul li.single-info-box .icon-holder {
	left: 0;
	position: absolute;
	top: 0;
	border: 2px solid #f4f4f4;
	text-align: center;
	width: 50px;
	height: 50px;
}
.header-bottom ul li.single-info-box .icon-holder span:before {
	color: #fa9928;
	font-size: 24px;
	line-height: 46px;
}
.header-bottom ul li.single-info-box .text-holder {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #848484;
	line-height: 24px;
	font-weight: 400;
}
.header-bottom ul li.single-info-box .text-holder span {
	color: #222;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
.header-bottom ul li.single-info-box .text-holder p {
	line-height: 22px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.header-bottom ul li.single-info-box:hover .text-holder p {
}
.header-bottom ul li.single-info-box .text-holder p span {
	color: #222;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
.header-bottom ul li .social-links {
	position: relative;
	top: -10px;
}
.header-bottom ul li .social-links ul {
}
.header-bottom ul li .social-links ul li {
	display: inline-block;
	margin-left: 12px;
}
.header-bottom ul li .social-links ul li a i {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	color: #292929;
	display: block;
	font-size: 15px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	width: 40px;
	box-shadow: 0px 3px 4px #d3d3d3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.header-bottom ul li .social-links ul li a:hover i {
	background: #fdc716;
	color: #fff;
}
/* Header menu end */
 

/* slider box and arrow */

.slider-top {
	position: relative;
   top:-60px !important;
	z-index: 9;
}
.slider-container .slide-content-box h3 {
	background-size: contain;
	display: inline-block;
	color: #ffffff;
	line-height: 28px;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
}
.slider-container .slide-content-box h1 {
	color: #ffffff;
	font-size: 55px;
	line-height: 62px;
	margin: 14px 0 9px;
	font-weight: 700;
}
.slider-container .slide-content-box p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin: 0 0 30px;
}
.slider-container .slide-content-box .button a {
	padding: 0px 22px;
	margin-right: 15px;
	transition: all 500ms ease !important;
	-moz-transition: all 500ms ease !important;
	-webkit-transition: all 500ms ease !important;
	-ms-transition: all 500ms ease !important;
	-o-transition: all 500ms ease !important;
}
.slider-container.slide-content-box .button a.thm-btn.our-solution {
	background: #fff;
	padding: 0px 35px;
	color: #222;
	border-color: #fff;
}
.slider-container .slide-content-box .button a.thm-btn.our-solution:hover {
	background: #fa9928;
	color: #fff;
	border-color: #fa9928;
}
.slider-container .slide-content-box.last-slide p {
	margin: 0;
}
.slider-container .slide-content-box.last-slide a {
	margin: 0 8px;
}
.slider-container .slotholder {
	position: relative;
}
.slotholder:after {
	background: rgba(0, 0, 0, 0.20);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
.tp-bannertimer {
	display: none;
}
.slider-container .tparrows {
	background: transparent;
	border: 2px solid #fff;
}
/* section title Tag header    */

.section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.section-title h2 {
	position: relative;
	font-size: 32px;
	text-transform: capitalize;
}
.section-title h3 {
	position: relative;
	font-size: 24px;
	text-transform: capitalize;
}
.section-title h4 {
	position: relative;
	font-size: 20px;
	text-transform: capitalize;
}
.section-title:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #fa9928;
}
.section-title.center:before {
	left: 50%;
	margin-left: -25px;
}
.section-title-2 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.section-title-2 h2 {
	position: relative;
	font-size: 32px;
	text-transform: capitalize;
}
.section-title-2 h3 {
	position: relative;
	font-size: 24px;
	color: #FFF;
	text-transform: capitalize;
}
.section-title-2 h4 {
	position: relative;
	font-size: 20px;
	text-transform: capitalize;
}
.section-title-2:before {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #dcaf06;
}
.section-title-2.center:before {
	left: 50%;
	margin-left: -25px;
}
.orange {
	color: #fa9928;
}
.thm-btn {
	position: relative;
	background: transparent;
	font-size: 14px;
	line-height: 46px;
	font-weight: 600;
	color: #ffffff;
	border: 2px solid #dcaf06;
	text-transform: uppercase;
	border-radius: 5px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding: 0 38px;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
	background: transparent;
	color: #fa9928;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn-tr {
	position: relative;
	background: transparent;
	font-size: 14px;
	line-height: 46px;
	font-weight: 600;
	color: #848484;
	border: 2px solid #f4f4f4;
	text-transform: uppercase;
	border-radius: 5px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding: 0 38px;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn-tr:hover {
	background-color: #ffca03;
	color: #034054;
	-webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
/* section title Tag header end    */

/*Page section */

.sub-banner-top {
	position: relative;
	margin-top: -60px;
	z-index: 9;
}
.sec-padd-top {
	padding-top: 40px;
}
.section-padd {
	padding: 40px 0;
}
.welcome-sec {
	padding-top:0px;
}
.welcome-sec p {
	font-size: 22px;
	line-height: 34px;
}
.welcome-sec h2{ margin-top:0px;}
<!--
services section
-->
 .service {
 position: relative;
 padding-bottom: 20px;
}
.service .img-box {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.service .overlay-box {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 0%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	top: 0px;
	border-bottom: 5px solid #ffd427;
	;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	background: rgba(19, 29, 51, 0.9);
}
.service .item {
	margin-bottom: 50px;
}
.service .item:hover .overlay-box {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	height: 100%;
}
.service .overlay-box .inner-box {
	position: relative;
	padding: 30px 20px;
}
.service .overlay-box .icon_box {
	float: left;
	margin-right: 15px;
	color: #fff;
}
.service .overlay-box .icon_box span {
	font-size: 43px;
	color: #fa9928;
}
.service .overlay-box h4 {
	float: left;
	margin-top: 13px;
	color: #fff;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.service .overlay-box .text {
	color: #fff;
	margin: 20px 0;
}
.service .overlay-box .text p {
	color: #fff;
}
.service .bottom-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f7f7f7;
	padding: 12px 20px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.service .item:hover .bottom-content {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.service .bottom-content .icon_box {
	float: left;
	margin-right: 15px;
	color: #222;
}
.service .bottom-content .icon_box span {
	font-size: 43px;
	color: #222;
}
.service .bottom-content h4 {
	float: left;
	margin-top: 13px;
	color: #222;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	font-size: 20px;
}
.service .item {
	position: relative;
	display: inline-block;
}
.service .item:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 98%;
	left: 10%;
	right: 10%;
	height: 15px;
	width: 80%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	z-index: 9;
}
.service .item:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
/*  submit-resume Section  */
.submit-resume {
	position: relative;
	background: #141414;
	padding-bottom: 40px;
}
.submit-resume:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-color: rgba(0,0,0,0.65);
	background-image: url(../images/enquiry.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.submit-resume:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background: rgba(20, 20, 20, 0.7);
	z-index: 0;
}
.submit-resume .section-title h2 {
	color: #fa9928;
}
.submit-resume p {
	color: #fff;
	font-size: 16px;
}
.submit-resume .container {
	position: relative;
	z-index: 9;
}
.submit-resume .default-form h5 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.submit-resume .default-form input[type="text"], .submit-resume .default-form input[type="email"], .submit-resume .default-form input[type="password"], .submit-resume .default-form input[type="number"], .submit-resume .default-form select, .submit-resume .default-form textarea {
	display: block;
	width: 100%;
	line-height: 24px;
	height: 46px;
	font-size: 16px;
	box-shadow: 2px 2px 0px 2px rgba(0, 0, 0, 0.09);
	border: 1px solid #272727;
	padding: 12px 15px;
	background: #202020;
	border-radius: 4px;
	color: #ababab;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.submit-resume .default-form .btn.focus, .submit-resume .default-form .btn:focus, .submit-resume .default-form .btn:hover {
	color: #ababab;
}
.submit-resume .default-form .thm-btn {
	width: auto;
	line-height: 40px;
	border-radius: 4px;
	padding: 4px 50px 4px 45px;
}
/* about page section  */
.about-us {
	background: #f7f7f7;
}
.aboutus-sec {
	padding: 70px 30px;
}
.notification {
	padding: 10px 20px;
	margin: 20px 0 20px;
	border-left: 5px solid #08394a;
	background-color: rgba(236, 236, 236, 0.53);
}
.about-img {
	margin: 40px !important;
}
.notification p {
	font-size: 17.5px;
	padding: 10px;
	color: #222;
	line-height: 30px;
}
/* about page End  */



/*sub page banne r*/
  
.aboutus-banner {
	padding: 200px 0 60px;
	text-align: center;
	background-image: url(../images/aboutus.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: center;
	position: relative;
}
.services-banner {
	padding: 200px 0 60px;
	text-align: center;
	background-image: url(../images/services-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: center;
	position: relative;
}
.testimonial-banner {
	padding: 200px 0 60px;
	text-align: center;
	background-image: url(../images/testimonial.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: center;
	position: relative;
}
.contact-banner {
	padding: 200px 0 60px;
	text-align: center;
	background-image: url(../images/contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: center;
	position: relative;
}
.aboutus-banner::before, .services-banner::before, .contact-banner:before, testimonial-banner:before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #000;
	opacity: 0.65;
}
.aboutus-banner h6, .services-banner h6, .contact-banner h6, .testimonial-banner h6 {
	color: #FFF;
	font-size: 45px;
	text-transform: capitalize;
	line-height: 20px;
	padding-bottom: 12px;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-timing-function: cubic-bezier(.22, .81, .01, .99);
	animation-timing-function: cubic-bezier(.22, .81, .01, .99);
}
/*sub page banner*/

<!--
Testimonials carousel
-->
#fade-quote-carousel.carousel {
 padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #034054;
	border: #999 solid 2px;
}
#fade-quote-carousel blockquote {
	text-align: center;
	color: #FFF;
	border: none;
}
#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}
.quote {
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin-bottom: 15px;
	margin-top: -30px;
	clear: both;
}
blockquote p a {
	color: rgba(255, 255, 255, 0.75);
	margin-top: 4px;
}
span.testimonal a {
	color: #F90;
}
blockquote p a:hover {
	text-decoration: none;
	outline: none;
	color: #FFF;
}
.bg {
	float: left;
	width: 100%;
	min-height: 360px;
	position: relative;
	background-image: url(../images/test.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: center;
	background-attachment: fixed;
	padding-top: 40px;
	padding-bottom: 40px;
}
.bg:before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background: #000;
	opacity: 0.75;
}
.bg h2 {
	color: #FFF;
}
/*////////////// Testimonials  Page //////////////*/


.testimonials {
	padding: 65px 0 40px;
}
.testimonials .item .text {
	position: relative;
	padding: 25px;
	padding-left: 55px;
	color: #a2a2a2;
	background: #f7f7f7;
	margin-bottom: 36px;
	line-height: 32px;
	font-size: 14px;
}
.testimonials .item .text .quot {
	position: absolute;
	left: 20px;
	top: 26px;
	font-size: 20px;
	color: #dedede;
}
.testimonials .item .text:after {
	position: absolute;
	content: '';
	border-top: 12px solid #f7f7f7;
	border-left: 10px solid #f7f7f7;
	border-right: 10px solid transparent;
	border-bottom: 12px solid transparent;
	top: 100%;
	left: 0px;
}
.testimonials .item .author {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	margin-top: 6px;
	margin-bottom: 2px;
}
.testimonials .item .author-title {
	color: #fa9928;
	font-size: 14px;
	font-style: italic;
}
.testimonials .item .author-info img {
	width: 55px;
	height: 55px;
	position: relative;
	top: -5px;
}
.testimonials .item .author-info {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f4f4f4;
}
<!--
Testimonials carousel End
-->

/* File upload  */
.image-preview-input {
 position: relative;
 overflow: hidden;
 margin: 0px;
 color: #333;
 background-color: #fff;
 border-color: #ccc;
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
	margin-left: 2px;
}
.ajax-file-upload-error {
	color: #FFF !important;
}
.ajax-file-upload-filename {
	color: #FFF !important;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.txt-clear {
	clear: both;
}
.btn-primary {
	border-radius: 2px !important;
	padding: 10px;
}
/* File upload  End */


/*///////////////////////// Google map ///////////////////////*/
#map {
	display: block;
	width: 100%;
	height: 350px;
}
#map {
	background: #58B;
}
.home-google-map #contact-google-map {
	width: 100%;
	height: 350px;
}
.home-google-map .gmnoprint {
	display: none;
}
/*/////////////// Enquiry-form ///////////*/

.enquiry-form {
	position: relative;
}
.enquiry-form p {
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 20px;
}
.enquiry-form p span {
	color: #ab7442;
	font-size: 20px;
	font-weight: 600;
}
.enquiry-form .form-box {
	position: relative;
}
.comment-form .form-box {
	padding: 25px 25px 0px 25px;
}
.enquiry-form .form-group {
	position: relative;
	margin-bottom: 30px;
}
.enquiry-form .comment-form .form-box .form-group {
	margin-bottom: 25px;
}
.enquiry-form.form-box .row {
	margin-left: -10px;
	margin-right: -10px;
}
.enquiry-form.form-box .row .form-group {
	padding: 0px 0px;
}
.enquiry-form .form-group .field-label {
	display: block;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #232323;
	font-weight: 500;
	font-size: 13px;
}
.enquiry-form .form-group .field-label sup {
	color: #ff0000;
	font-size: 14px;
}
.enquiry-form input[type="text"], .enquiry-form input[type="email"], .enquiry-form input[type="password"], .enquiry-form input[type="number"], .enquiry-form select, .enquiry-form textarea {
	display: block;
	width: 100%;
	line-height: 24px;
	height: 50px;
	font-size: 16px;
	box-shadow: none;
	border: 1px solid #f4f4f4;
	padding: 12px 15px;
	background: #f7f7f7;
	border-radius: 4px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.enquiry-form textarea {
	height: 120px;
}
.enquiry-form .bootstrap-select {
	border: 1px solid #f4f4f4;
	background: #f7f7f7;
	color: #a2a2a2;
	border-radius: 4px;
	padding: 7px 0;
	font-size: 16px;
}
.enquiry-form .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.enquiry-form .btn-group.open .dropdown-toggle:focus {
	outline: none;
}
.enquiry-form .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.enquiry-form .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #fa9928;
	color: #fff;
}
.enquiry-form .form-control:focus {
	border-color: #fa9928;
	box-shadow: none;
}
.enquiry-form .thm-btn {
	width: 30%;
	color: #dcaf06;
}
 .default-form form input::-webkit-input-placeholder {
 color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
 color: #9e9e9e;
}
.default-form .alert-success {
	color: #fa9928;
	background: none;
	border: none;
	font-size: 18px;
}
/*////////////// Footer //////////////////*/

.footer {
	position: relative;
	background-color: #222;
	background-image: url(../images/fb-bg.jpg);
	color: #848484;
	padding-bottom: 15px;
	background-size: cover;
	background-repeat: no-repeat;
}
.footer a {
	color: #dedede;
}
.footer .section-title {
	margin-bottom: 40px;
}
.footer .section-title h3 {
	color: #fff;
}
.footer .footer-logo {
	margin-bottom: 40px;
}
.footer p {
	color: #cccccc;
	margin-bottom: 10px;
}
.latest-post .post {
	position: relative;
	min-height: 60px;
	padding-bottom: 31px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.latest-post .post:last-child {
	margin-bottom: 0;
	border: 0px;
}
.latest-post .post h5 {
	color: #cdcdcd;
	font-size: 16px;
	line-height: 26px;
	position: relative;
}
.latest-post .post h5 a {
	color: #cdcdcd;
}
.latest-post .post p {
	margin: 8px 0 15px;
}
.latest-post .post-thumb {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 70px;
	height: 70px;
}
.latest-post .post-thumb .overlay-link {
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: center;
	line-height: 70px;
	top: 0px;
	height: 100%;
	background: rgba(250, 153, 40, 0.9);
	color: #ffffff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.latest-post .post-thumb:hover .overlay-link {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.latest-post .post-thumb .overlay-link span {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	line-height: 30px;
	font-size: 16px;
}
.latest-post .post-thumb img {
	display: block;
	width: 100%;
}
/*contact info*/
.contact-info h5 {
	color: #cdcdcd;
	line-height: 24px;
	font-size: 14px;
}
.contact-info li .icon_box {
	width: 40px;
}
.contact-info li + li {
	margin-top: 18px;
}
.contact-info li .icon_box, .contact-info li .text-box {
	display: table-cell;
	vertical-align: top;
	color: #cdcdcd;
	line-height: 24px;
	font-size: 14px;
}
.contact-info li .icon_box i {
	font-size: 24px;
	color: #dcaf06;
	position: relative;
	top: 10px;
}
.contact-address h5 {
	color: #000;
	line-height: 24px;
	font-size: 14px;
}
.contact-address li .icon_box {
	width: 40px;
}
.contact-address li + li {
	margin-top: 18px;
}
.contact-address li .icon_box, .contact-address li .text-box {
	display: table-cell;
	vertical-align: top;
}
.contact-address li .icon_box i {
	font-size: 24px;
	color: #034054;
	position: relative;
	top: 10px;
}
/*footer links */

.footer-link-widget .list li {
	position: relative;
	margin-bottom: 11px;
}
.footer-link-widget .list li a {
	position: relative;
	display: block;
	padding-left: 15px;
	color: #cccccc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	line-height: 24px
}
.footer-link-widget .list li a:hover {
	color: #fa9928;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.footer-link-widget .list li a:before {
	content: "\f105";
	position: absolute;
	font-size: 16px;
	font-family: FontAwesome;
	left: 0px;
	top: 1px;
	width: 5px;
	height: 5px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.footer-link-widget .list li:hover a:before {
	color: #fa9928;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
/*opnening hours*/

.opening-hour h3 {
	position: relative;
	color: #fff;
	margin-top: 18px;
	margin-bottom: 10px;
}
/*footer-copyrights*/
 
.footer-copyrights {
	background: #012531;
	padding: 15px 0;
}
.footer-copyrights .copy-text {
	font-family: 'Poppins', sans-serif;
	color: #848484;
	font-size: 14px;
	margin-top: 16px;
}
.footer-copyrights .copy-text a {
	color: #848484;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.footer-copyrights .social li a i {
	line-height: 40px;
}
 .social li a i {
	line-height: 40px;
}
.footer-copyrights .social li a {
	color: #c1c1c1;
	background: #033546;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}
 .social li a {
	color: #c1c1c1;
	background: #033546;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}
.footer-copyrights .social li a:hover {
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	background: #fa9928;
	color: #fff;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.txt-yellow {
	color: #F90;
}
.show-device-only {
	display: none;
}
.show-dk-only {
    display: block;
    background-color: #034054;
}
@media only screen and (max-width : 767px) {
 

	.show-device-only {
		display: block;
	}
	.show-dk-only {
		display: none;
	}
	.main-logo {
		margin: 0 0 0 15%;
	}
	.nopadding-sm {
		padding: 0 !important;
	}
	.nomargin-sm {
		margin: 0 !important;
	}
	.bg-none-sm {
		background: none !important;
	}
	.sm-right {
		float: right;
	}
	.header-bottom .header-bottom-bg {
		padding: 0 10px;
		height: 160px;
	}
	.header-bottom ul{
		margin: 0px 0 15px 0;
	}
	.header-bottom ul li.single-info-box {
		margin: 0;
		padding-left: 40px;
		width: 50%;
	}
	.header-bottom ul li.single-info-box .icon-holder {
		width: 30px;
		height: 45px;
	}
	.header-bottom .top-info {
		margin: 12px 20px;
		/*width: 85%;*/
		float: none;
	}
	.header-bottom .top-info ul .single-info-box:last-child {
		float: right;
	}
	.header-bottom .top-info ul .single-info-box:nth-of-type(2) {
		float: right;
	}
	.aboutus-banner, .services-banner, .testimonial-banner, .contact-banner {
		padding: 60px 0;
	}
	.aboutus-banner h6, .services-banner h6, .testimonial-banner h6, .contact-banner h6 {
		font-size: 24px;
	}
	
}
 @media only screen and (max-width : 768px) {
	
.mobile-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.img-box {
	margin-left: 0px;
}
.thm-btn-tr {
	margin-top: 20px;
}
.slider-top {
	margin-top: 0px;
}
.sub-banner-top {
	margin-top: 0px;
}
.menu-full {
	background: #034054;
}
}



/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}

.abt_tle{
    font-size:22px;
    padding-bottom:10px;
    
}
}
 