/**
 * Stylesheet:  style.css
 * Theme:       Induspro || Industrial,Engineering,Factorial HTML5 Template
 * Version:     1.0
 * Author:     	Md. Shiddikur Rahaman
 * 
 */
/* Table of contents
=========================
1.Preloader
2.Scrollup
3.Header Section
4.Menu  Section
5.Slider Section
6.Section Title
7.Service Section
8.Message Section
9.Why Us Box Section
10.Latest Project Section
11.Faq Section
12.Testimonial Section
13.Blog Section
14.Sidebar Section
15.Patner Section 
16.Call To Action Section
17.Why Like Section
18.Page Heading Section
19.Service Sidebar
20.Service Details
21.Project Page
22.Project Details
23.Contact Page
24.Home 2 
25.Count Up Section 
Footer Section 
===========================*/

/*------------------*/
/*Theme default CSS
/*------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html,
body {
height: 100%;
font-size: 16px;
color: #777777;
font-family: 'Roboto', sans-serif;
vertical-align: baseline;
line-height: 26px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 20px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
color: #192334;
}

h1 {
font-size: 32px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#272727
}
a:active,
a:hover {
  outline: 0 none;
  color: #272727;text-decoration:none
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #0090cb;
  text-shadow: none;color:#fff
}
::selection {
  background: #0090cb;
  text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}
.slider-overlay {
  background-color:rgba(0, 0, 0, 0.30);
  height: 100%;  width: 100%;
  position: absolute;
  top: 0;z-index:1
}
.images-overlay {
   background-color:rgba(0, 0, 0, 0.30);
  height: 100%;
  position: absolute;  width: 100%;
  top: 0;

}
.pt-100{padding-top:100px}
.pb-100{padding-bottom:100px}
.pb-70{padding-bottom:70px}
.bg-color{background:#fbfbfb}
.no-padding-left{padding-left:0px}
.no-padding-right{padding-right:0px}
.bg-gray{
	background:#f0f0f0
}
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
	width: 210px;
    background: url(../../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}

/*
2.Scrollup
==============*/
#scrollUp {
	background: #f1c40f none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 5px;
	color: #272727;
	font-size:16px;
	height: 40px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;background:#c9c00;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 11px;
}

/*
3.Header Section
==================*/
.header-top {
	padding: 30px 0;
}
.contact-intro {
	/*text-align: right;*/
	display: flex;
  justify-content: start;
}
span.nowrap{
    text-wrap: nowrap;}
.info-intro {
	display: inline-block;
	padding-left: 20px;
}
.info-text h5 {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
}

.info-icon {
	display: inline-block;
	float: left;
}
.info-text {
	padding-left: 40px;
}
.info-text a, .info-text span {
	font-size: 14px;
	color: #8d8d8d;
}
.social-profile {
	text-align: right;
}
.follow-title {
	display: inline-block;
	color: #272727;
	font-weight: 600;
}
.social-profile li {
	display: inline-block;
	position: relative;
}
.social-profile li a {
	display: inline-block;
	color: #777777;
	text-transform: capitalize;
	font-weight: 600;
	margin-left: 5px;
	font-size:30px;
}
.social-profile ul {
	display: inline-block;
	margin-left: 10px;
}
/*
4.Menu  Section
=================*/
.hd-sec {
	background: #0f263a;
}
.social-title {
	display: inline-block;
	color: #322f2f;
	font-weight: 500;
}
.menu-center {
	text-align: right;
}
.menu {
display: inline-block;
position:relative
}
.main-menu {
	display: inline-block;
	text-align: left;
	margin-right: 40px;
}

.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
display: inline-block;
padding: 0;
position: relative;
}
.main-menu ul li.active a {
	background: #fab90a;
	color:#222222
}
.main-menu ul li.active a:hover{
	color:#fff;
}
.main-menu ul li.active{
	position:relative
}
.main-menu ul li a {
	display: block;
	font-size: 16px;
	padding: 26px 16px;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	position: relative;
	font-weight: 600;
	color: #fff;
}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#f1c40f
}

.main-menu ul ul {
	background: #0f263a none repeat scroll 0 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 140px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
	border-bottom: 1px solid #f1c40f;
}
.main-menu ul ul li {
float : none;
width : 240px;
}
.main-menu ul ul li ul {
	visibility: hidden !important;
}
.main-menu ul ul li i {
	float: right;
}
.main-menu ul ul li:hover ul{
	visibility: visible !important;
	top : -1px;
	transition: all 0.3s ease 0s;
	opacity:1;	
}
.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 20px;
	color: #ddd;
	border-bottom: 1px solid #193044;
}
.main-menu ul ul li:last-child a{
	border-bottom:0px;
}
.main-menu ul ul li a:hover {
color:#272727!important;background:#f1c40f;
}
.main-menu ul ul ul {
left : 100%;
transition: all 0.3s ease 0s;
opacity:0;
border-top:0px;
border-bottom:1px solid #f1c40f
}
.main-menu ul li:hover ul {	
 visibility: visible;
 transition: all 0.4s ease 0s; 
 opacity: 1;
 top:77px; 
}
.main-menu ul li a i {
margin-left : 6px;
}
.search-bar-icon{
	display: inline-block;
	padding: 26px 0px;
	position: absolute;
	right: 0;
	top: 0;
}
.site-search span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.site-search.open span i.fa-search::before {
	 content: "\f00d" !important; 
}
.site-search i {
  color: #fff;
}
.search-forum > form {
	display: inline-flex;
	background: #fff;
	padding: 18px 20px;
	border-top: 2px solid #f1c40f;
}
.search-forum input[type="text"] {
	padding: 10px;
	border: 1px solid #ddd;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #22253a;
  color: #fff;
}
.search-forum {
	left: -240px;
	position: absolute;
	top: 76px;
	transition: all 0.4s ease 0s;
	z-index: 2;
}
.search-forum.dropdown-menu {
	padding: 0;
	border: 0px;
}
.animation{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

 @-webkit-keyframes slideUpIn {
	 0% {
		 
		 -webkit-transform: translateY(40px);
	 }
	 100% {
		 
		 -webkit-transform: translateY(0);
	 }
	 
	 0% {
		 -webkit-transform: translateY(40px);
	 }
}

@keyframes slideUpIn {
	0% {
		transform: translateY(40px);
	}
	100% {
		transform: translateY(0);
	}
	0% {
		transform: translateY(40px);
	}
}

.slideUpIn {
	-webkit-animation-name: slideUpIn;
	animation-name: slideUpIn;
}
.hd-sec.sticky_menu {
  left: 0;
  right: 0;
  top: 0;  
  position: fixed;
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.download-button-area {
	text-align: right;
}
.download-button {
	position: relative;
	z-index: 2;
	padding: 12px 0;
	display: inline-block;
	text-align: right;
}
.download-button a {
	padding: 12px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
	margin-top: 4px;
	background: #fab90a;
	width: 100%;
	text-align: center;
	color: #222222;
	border-radius: 4px;
}
.download-button a:hover{background:#f1c40f;color:#272727;border-color:#f1c40f;}
.cart-button {
	display: inline-block;
	background-image: url('../../images/icon/shoping-bag.png');
	background-repeat: no-repeat;
	padding: 26px 0;
	background-position: center;
	position: absolute;
	right: -30px;
	top: 0;
}
.cart-product {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #fff;
	border-radius: 100%;
	font-size: 12px;
	text-align: center;
	position: relative;
	top: -16px;
	font-weight: 600;
	right: -24px;
}
.phone-layout-logo {
	display: none;
}
/*
5.Slider Section
======================*/
.all-slide .owl-item {
  height: 650px;
}
.all-slide .single-slide {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
}
.slider-wrapper {
	width: 1170px;
	padding: 15px 15px;
	margin: 0px auto;
	height: 100%;
}
.slider-text {
left: 0;
position: relative;
right:0;
top: 50%;
transform: translateY(-50%);
z-index: 2;
text-align:center;

}
.slider-caption {
	width: 650px;
	margin: 0px auto;
}
.slider-caption span.subtitle {
	color: #ffffff;
	font-size: 24px;
	text-transform: capitalize;
}
.slider-text ul {
  margin-top: 20px;
}
.slider-text h1 {
	color: #fff;
	font-size: 48px;
	text-transform: capitalize;
	line-height: 60px;
	margin-bottom: 10px;
	font-weight: bold;
}
.slider-text h1 > span{color:#f1c40f;}
.slider-text p {
  color: #fff;
}
.slider-text li {
  display: inline-block;
}
.slider-text li a {
	background: #f1c40f;
	color: #222222;
	display: inline-block;
	padding: 10px 26px;
	text-transform: capitalize;
	margin-right: 14px;
	position: relative;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
	border: 1px solid #f1c40f;
	border-radius: 4px;
}
.slider-text li a:hover{background:#fff;transition: all 0.4s ease 0s;border-color:#f1c40f;}
.slider-text li:last-child a {
	background:#0f263a;
	color: #fff;
	border-color:#0f263a;
}
.slider-text li:last-child a:hover{background:transparent;transition: all 0.4s ease 0s;border:1px solid #fff;}
.all-slide .owl-controls {
position: absolute;
top: 45%;
width: 100%;
z-index: 99;
transform: translateY(-50%);
}
.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
  left: 20px;
  position: absolute;transition: all 0.4s ease 0s;
}
.all-slide:hover .owl-prev{transition: all 0.4s ease 0s;}

.all-slide .owl-controls .owl-next {
  right: 20px;
  position: absolute;transition: all 0.4s ease 0s;
}
.all-slide:hover .owl-next{transition: all 0.4s ease 0s;}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
	background: #fdc900;
	color: #000000;
	font-size: 30px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 45px;
	font-weight: normal;
}
.all-slide .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#f1c40f;color:#fff;border-color:#f1c40f;
}
.all-slide .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#f1c40f;color:#fff;border-color:#f1c40f;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);	
}


/*
6.Section Title
=================*/
.sec-title {
	text-align: center;
	margin: 0 250px 50px 250px;
}
.sec-title h1 {
	font-size: 36px;
	color: #272727;
	font-weight: bold;
}
.sec-title p {
	margin-bottom: 0;
	font-size: 22px;
	margin-top: 20px;
	line-height: 34px;
}
.border-bottom {
	width: 50px;
	height: 4px;
	background: #fdc900;
	margin: 0px auto;
}
/*
7.Service Section
=================*/
.single-service-inner {
	margin-bottom: 50px;
}
.service-title-inner {
	padding: 30px 0;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom:30px;
}
.service-icon {
	width: 55px;
	height: 55px;
	background: #fab90a;
	text-align: center;
	line-height: 55px;
}
.service-title h2 {
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: 600;
}
.service-title span {
	color: #555555;
	text-transform: capitalize;
}

/*
8.Message Section
==========================*/
.message-sec {
	background: #011e40 none repeat scroll 0 0;
	padding: 115px 0;
	background-image: url(../img/call-to-action.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.message-overlay{
	background-color: rgba(15, 38, 58, 0.90);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.message-desc {
	margin: 0px 132px;
	text-align: center;
}
.message-title {
	color: #fff;
	font-size: 40px;
	font-weight:600;
}
.message-subtitle {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
	font-weight: normal;
	margin: 0px 160px;
	margin-top: 20px;
	display: inline-block;
}
.message-subtitle span {
	font-size: 28px;
	color: #fdc900;
}
/*
9.Why Us Box Section
==========================*/
.why-us-box h1 {
	font-size: 34px;
	color: #272727;
	font-weight: bold;
}
.why-us-box-item {
	margin: 10px 0;
}
.why-us-box-icon i {
	color: #fab90a;
	font-size: 24px;
}
.why-us-box-text {
}
.why-us-item-img {
	margin-bottom: 30px;
}
.why-us-item-desc h2 {
	font-size: 22px;
	text-transform: capitalize;
}
.why-us-readmore {
	color: #9e9e9e;
	font-weight: 600;
}
.why-us-item:hover .why-us-readmore {
	color:#fab90a;
}
.why-us-box {
	margin-bottom: 30px;
}
.why-us-item {
	margin-bottom: 30px;
}

/*
10.Latest Project Section
==========================*/
.latest-project-sec{
	background: #011e40 none repeat scroll 0 0;
	padding: 115px 0;
	background-image: url(../img/project-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.latest-project-sec-overlay {
	background-color: rgba(15, 38, 58, 0.90);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.single-project-item {
	display: inline-block;
}
.single-project {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.single-project-item:hover .project-overlay {
	bottom:0px;
	transition: all 0.4s ease 0s;
}
.single-project-item.slick-center .project-overlay {
	bottom:0px;
	transition: all 0.4s ease 0s;	
}
.project-overlay {
	position: absolute;
	bottom: -100%;
	height: 100%;
	width: 100%;
	background-color: rgba(15, 38, 58, 0.90);
	transition: all 0.4s ease 0s;
}
.project-desc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
.project-desc h2 a {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	text-transform: capitalize;
}
.project-desc span {
	color: #fab90a;
	text-transform: capitalize;
}
.slick-prev.pull-left.slick-arrow {
	border: 1px solid #0f263a;
	color: #0f263a;
	width: 40px;
	height: 40px;
	font-size: 28px;
}
.slick-prev.pull-left.slick-arrow{
	position: absolute;
	bottom: -50px;
	right: 50%;
	margin-right:10px;
}
.slick-next.pull-right.slick-arrow{
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left:10px;
}
.slick-prev.pull-left.slick-arrow:hover,
.slick-next.pull-right.slick-arrow:hover
{
	border-color:#fab90a;
	background:#fab90a;
}
.slick-prev.pull-left.slick-arrow,
.slick-next.pull-right.slick-arrow {
	border: 1px solid #0f263a;
	color: #0f263a;
	width: 40px;
	height: 40px;
	font-size: 28px;
}
/*
11.Faq Section
==================*/
.faq-sec {
	margin-bottom: 30px;
}
.faq-title {
	font-size: 36px;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 40px;
}
.faq-sec .panel-title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600px;
}
.faq-sec .panel-content {
	padding: 20px 20px 20px 20px;
}
.faq-img {
display: inline-block;
width: 100%;
}
.faq-img img {
  width: 100%;
}
.faq-sec .panel-heading {
	margin-bottom: 0px;
	padding: 10px 20px;
	background: #fafafa;
	border-radius: 0;
	border: 1px solid #ebebeb;
}
.faq-sec .panel {
	border:none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	margin-bottom: 15px;
	
}
.faq-sec .panel-heading a {
	color: #555555;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	font-weight: 600;
}
.faq-sec .panel-title a:before {
    float:right !important;
    font-family: FontAwesome;
    content:"\f068";
   color:#555555;
   font-weight:normal
}
.faq-sec .panel-title a.collapsed:before {
    float: right !important;
    content:"\f067";color:#555555;
	font-weight:normal
}
.faq-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-sec .panel-title > a:focus  {
    text-decoration:none;color:#555555;
}
.faq-single {
	margin-bottom: 20px;
}
.faq-single .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: #fab909;
	text-align: center;
	line-height: 60px;
	color: #011e40;
}
.faq-single .media-body h2 {
	font-size: 20px;
	margin-bottom:10px;
	text-transform: capitalize;
}
/*Video Inner CSS*/
.company-video-intro {
	margin-bottom: 30px;
}
.vedio-inner {
	position: relative;
	margin-bottom: 40px;
}
.vedio-overly{position:absolute;top:0;height:100%;width:100%;
background-color: rgba(15, 38, 58, 0.80);}
.vedio-button {
	text-align: center;
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}
.vedio-inner img {
	width: 100%;
}
.vedio-button {
  position: relative;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../../images/icon/play_button.png');
  background-size:cover;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  margin:0px auto;
}
.vedio-button a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.vedio-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
.company-video-intro h2 {
	font-size: 22px;
	font-weight:bold;
}
.call-us {
	font-size: 24px;
	color: #272727;
	font-weight: bold;
	text-transform: capitalize;
}
.call-us span{
	color:#fab90a
}
/*
12.Testimonial Section
=========================*/
.testimonial-sec {
	background: #0f263a none repeat scroll 0 0;
	padding: 115px 0;
	background-image: url(../img/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.testimonial-overlay{
	background-color: rgba(15, 38, 58, 0.92);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.all-testimonial.owl-carousel .owl-item img {
	/*border-radius: 100%;*/
	object-fit: cover;
}
.all-testimonial .owl-controls {
bottom: -10px;
position: absolute;
text-align: center;
width: 100%;
}
.all-testimonial .owl-controls .owl-buttons div {
  background: none;
opacity:1
}

.client-thumb {
  border-radius: 100%;
  height: 100px;
  margin-right: 50px;
  width: 100px;
}
.sngl-client {
border: 1px solid #fafafa;
margin-bottom: 30px;
text-align: center;
margin: 5px;
}
.all-testimonial {
	text-align: center;
	padding-bottom: 20px;
}
.single-testimonial {
	display: inline-flex;
	padding: 10px 0px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	max-height: 500px;
  overflow: hidden;
}
.single-testimonial2 {
	display: inline-flex;
	padding: 10px 0px;
	margin: 0px auto;
	position: relative;
	text-align: center;

  overflow: hidden;
}
.client-comment p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 18px;
	font-style: italic;
}
.all-testimonial.owl-carousel .owl-item .client-signature img{
	margin-bottom: 20px;
	width:auto;
	height:auto
}
.client-comment h2 {
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
}
.client-comment h3 {
	color: #fab90a;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 16px;
	display: inline-block;
	font-weight: 600;
}
.client-thumb {
	margin: 0px auto;
	text-align: center;
	margin-bottom: 30px;
	position:relative;
}
.client-comment {
	margin: 0px auto;
}
.client-comment > ul {
  padding-bottom: 15px;
}
.client-comment li {
  display: inline-block;
}
.client-comment li a{
border: 2px solid #2a4d75;
border-radius: 100%;
color: #2a4d75;
display: inline-block;
height: 30px;
line-height: 26px;
width: 30px;
margin: 0px 5px;
}
.client-comment li a:hover{background:#2a4d75;transition: all 0.4s ease-in-out 0s;color:#fff}
.client-sec .owl-controls {
  display: none;
}
.all-testimonial.owl-carousel.owl-theme .owl-dot {
	display: inline-block;
	height: 3px;
	margin: 0 5px;
	width: 10px;
	position: relative;
	background: #fff;
}
.all-testimonial.owl-carousel.owl-theme .owl-dot.active span {
	background: #fab90a none repeat scroll 0 0;
	width:15px;
	height:3px;
	display: inline-block;
	position: absolute;
	left: 0;
}
/*
13.Blog Section
==================*/
.blog-page-sec .single-post {
	border-bottom: 0;
}
.single-post-thumb img {
	width: 100%;
}
.blog-sec .col-md-6.col-sm-6:nth-child(2n+1) {
	clear: both;
}
.single-post {
	display: inline-block;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.single-blog.inner .single-post {
  margin-bottom: 10px;
}
.blog-detail-page .single-post-text {
  padding: 0;
  margin-top: 25px;
}

.single-blog.inner .single-post img {
  margin-bottom: 25px;
}
.single-blog.inner {
  margin-bottom: 40px;
}
.single-post-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.post-meta {
	display: inline-block;
	width: 70px;
}
.post-meta span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	padding: 4px 0;
}
.post-meta span:first-child {
	padding: 10px 0;
}
.post-date {
	background: #0f263a;
	color: #fff;
}
.post-month {
	background: #fab90a;
	color: #0f263a;
	text-transform: capitalize;
}
.post-meta-info {
	margin-bottom: 20px;
}
.post-meta-info h2{margin-bottom:5px;}
.post-meta-info h2 a {
	text-transform: capitalize;
	font-size: 22px;
}
.post-meta-data ul li {
	display: inline-block;
	margin-right: 10px;
}
.post-meta-data ul li:last-child{margin-right:0px;}
.post-meta-data li a {
	color: #777777;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: normal;
}
.post-meta-data li a i {
	margin-right: 10px;
}
.single-post:hover .single-post-thumb img,
.single-service-inner:hover .service-thumb img{transform:scale(1.2);transition: all 0.4s ease 0s;}
.single-post-thumb img, .gallery-item img, .service-thumb img {
	transform: scale(1);
	transition: all 0.4s ease 0s;
}
.service-thumb{
	overflow:hidden;
}
.single-post:hover a.blog-readmore{
color:#fab90a;
}
.single-post-thumb-overlay {
	position: absolute;
	left: 0px;
	top: 0;
}
.post-tags {
  display: inline-block;
  float: right;
}
.blog-title  h2 {
color: #0f0f0f;
font-size: 24px;
font-weight: 900;
line-height: 30px;
}
.single-post-text a {
	color: #272727;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	text-transform: capitalize;
}
.single-post:hover .single-post-text h2 a{
	color:#fab90a;
}
a.blog-readmore {
	color: #898989;
	text-transform: capitalize;
	font-size: 15px;
	position: relative;
	display: inline;
}
.post-share {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #d6d7d9;
	border-bottom: 1px solid #d6d7d9;
	padding: 10px 0;
}
.tag-title,
.social-title {
	float: left;
	display: inline-block;
	color: #323232;
	font-size: 18px;
	text-transform: capitalize;
	margin-right: 10px;
	font-weight:600
}
.share-link {
	float: right;
}
.post-tag,
.post-tag ul,
.share-link,
.share-link ul,
.share-link li{
	display: inline-block;
}
.post-tag li {
	display: inline-block;
}
.share-link li a{
	color:#898989;
	margin-left:10px;
}
.post-tag li a {
	color: #898989;
	text-transform: capitalize;
}
.share-button {
	border-top: 1px solid #cccccc;
	padding-top: 40px;
	margin-top: 20px;
}
.share-button li {
	display: inline-block;
	margin-right:10px;
}
.share-button li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 20px;
	border-radius: 4px;
	color:#fff;
}
.twitter-share-button {
	background: #55adec;
}
.facebook-share-button {
	background: #3b5998;
}
.googleplus-share-button {
	background: #dd4b39;
}
/*
14.Sidebar Section
=====================*/
.sidebar h1 {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: capitalize;
	width: 100%;
	color: #323232;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
	position:relative;
}
.sidebar h1::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	background: #fab90a;
	bottom: 0;
}
.search-field {
	margin-bottom: 40px;
}
.search-field form {
display: inline-block;
width: 100%;
position: relative;
overflow:hidden;
}
.search-field input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	padding: 10px 35px 10px 10px;
	width: 100%;
}
.search-field button {
	color: #fff;
	padding: 12px 26px;
	position: absolute;
	right: 0;
	background: #0f263a;
	top: -1px;
}
.blog-sec .inner:nth-child(2n+1) {
  clear: both;
}
.abt_dec > p {
  margin-top: 20px;
}

.sidebar ul li a{font-size: 16px;
font-weight: normal;
text-transform: capitalize;
transition: all 0.4s ease-in-out 0s;}

.sidebar ul li a:hover{transition: all 0.4s ease-in-out 0s;color:#fab90a}
.widget-two {
	margin: 40px 0;
}
.widget-archive,
.widget-two,
.widget-tag {
	display: inline-block;
	width: 100%;
}
.widget-archive li {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px 0px;
	color: #323232;
	margin-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}
.widget-archive li:last-child {
  border-bottom: none;
}
.widget-cat li:last-child {
  border-bottom: none;
}
.widget-archive li a {
	color: #555555;
	display: inline-block;
	width: 100%;
	padding-left: 20px;
}
.widget-archive li a span{
	float:right;
}
.widget-cat li{position:relative}

.widget-cat li {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
.widget-cat li a span{float:right;}
.widget-tag li a:hover{transition: all 0.4s ease-in-out 0s;color:#fab90a!important}
.relative-post h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.single_r_dec li {
	display: inline-block;
	margin-right: 10px;
}
.single_r_dec li a {
	font-weight: 600;
	text-transform: capitalize;
	color: #808080;
}
.single_r_dec li a i{color:#fab90a;margin-right:5px}
.relative-post {
display: inline-block;
padding: 12px 0;
width: 100%;
}
.relative-post-thumb {
	float: left;
	margin-right: 12px;
	width: 110px;
}
.single_r_dec h3 a {
	color: #323232;
	font-weight: 600;
}
.single_r_dec  a:hover{ transition: all 0.4s ease-in-out 0s;color:#fab90a}
.all_r_pst .media {
  margin-top: 0;
}
.widget-tag a {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #898989;
	font-weight: 600;
}
.widget-tag li a:hover{background:#fab90a;border-color:#fab90a;color:#323232!important;}
.widget-archive li::before {
	content: "\f101";
	font-family: fontawesome;
	left: 0px;
	top: 10px;
	position: absolute;
	color: #555555;
	padding-right: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.sidebar ul li:hover:before{
	color:#fab90a;
	transition: all 0.4s ease-in-out 0s;
}
.author_dec h3 {
margin : 0;
color : #323232;
font-size : 14px;
margin-bottom : 11px;
}
.author_info {
border-bottom : 1px solid #e3e3e3;
display : inline-block;
padding : 22px 0;
margin-bottom : 30px;
}
.author_info > img {
  float: left;
  margin-right: 35px;
  height: 80px;
}
.social_link {
margin : 0;
padding : 0;
float : right;
display : inline-flex;
}
.social_link li {
list-style : none;
}
.social_link li a i {
color : #363636;
float : left;
padding : 6px;
}
/*
15.Patner Section 
======================*/
.all-patner-sec {
  padding: 100px 0;background-color: rgba(15, 38, 58, 0.92);
}
.all-patner.owl-carousel.owl-theme .owl-item {
padding: 0 40px;
}
.single-patner {
  border: 1px solid #efefef;
  height: 100px;
  padding: 20px;
}
.all-patner.owl-carousel.owl-theme img {
position: relative;
top: 50%;
transform: translateY(-50%);
}
/*
16.Call To Action Section
============================*/
.call-to-action-sec {
	background-color: #fab90a;
	padding: 40px 0px;
	position:relative;
}
.call-to-action-text {
  text-align: left;
}
.call-to-action-text {
  color: #fdc900;
}
.call-to-action-text p {
  margin-bottom: 0;
}
.call-to-action-text.h2 {
	color: #0f263a;	
	font-size: 28px;margin-top: 0px;
	font-weight: normal;
	margin-bottom: 0;
	font-style: italic;
}
.call-to-action-text a.btn {
	background: #0f2637 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 14px 36px;
	text-transform: capitalize;
	margin-top: 10px;
	position: relative;
	border-radius:4px;
}
.call-to-action-text a.btn:hover{background: #fff;transition: all 0.4s ease-in-out 0s;color:#011e40;}
/*
17.Why Like Section
========================*/
.why-like-item h2 {
	color: #272727;
	font-size: 22px;
}
.why-like-sec {
	background: #f4f4f4;
	padding: 70px 0;
}
.why-like-sec .sec-title {
	text-align: left;
	margin: 0 0px 50px 0px;
}
.why-like-sec .border-bottom {
	margin: 0;
}
/*
18.Page Heading Section
==========================*/
.pagehding-sec {
	background-image: url("/images/shapka.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
	background-size: cover;
}
.page-hd-overlay{
	background-color: rgba(0, 0, 0, 0.40);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}
.page-heading h1 {
	font-size: 40px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
}
.breadcrumb-list {
	text-align: center;
}
.breadcrumb-list li {display: inline-block;
position: relative;
padding: 0px 14px;}
.breadcrumb-list li:first-child{
	padding-left:0px;
}
.breadcrumb-list li a {
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
.breadcrumb-list li:last-child {
  color: #f1c40f;
}
.breadcrumb-list li::before {
	content: "/";
	position: absolute;
	right: -4px;
	font-size: 16px;
	font-weight: 600;
	top: 0px;
	color: #fff;
}
.breadcrumb-list li:last-child::before{display:none}
.breadcrumb-list li:last-child::before {
  display: none;
}

/*
19.Service Sidebar
============================*/
.service-cat li {
	display: inline-block;
	width: 100%;
}
.service-cat li a {
	display: inline-block;
	background: #eff1f3;
	padding: 20px;
	text-transform: capitalize;
	font-size: 22px;
	width: 100%;
	margin-bottom: 10px;
	position:relative;
}
.service-cat li a:hover {
	background: #0f263a;
	color: #fff;
	border-left: 7px solid #fab90a;
}
.service-cat li:hover a::before {
	width: 20px;
	height: 20px;
	background: #fff;
	content: "";
	position: absolute;
	right: -15px;
	transform: rotate(44deg);
}

.brochures {
	margin-top: 60px;
	margin-bottom: 60px;
}
.brochures li {
	display: inline-block;
	width: 100%;
	padding: 14px 20px;
	position: relative;
	background: #0f263a;
	margin-bottom: 5px;
}
.brochures li a {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
}
.brochures li:hover{background:#fab90a}
.brochures li:hover a{color:#0f263a}
.brochures li:hover i{color:#0f263a}
.brochures li:last-child{
	background:#fab90a;
}
.brochures li:last-child a{
	color:#0f263a
}
.brochures li a span {
  float: right;
  color: #0f263a;
}
.testimonial-sec.service-testimonial {
	background: #0f263a none repeat scroll 0 0;
	padding: 34px 0;
	background-image: url(../img/service-testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

/*
20.Service Details
============================*/
.service-details {
	margin-bottom: 40px;
}
.service-details-text h2 {
	font-size: 24px;
	text-transform: capitalize;
}
.service-details-thumb {
	margin-bottom: 30px;
}
.service-tab {
  margin-bottom: 40px;
}
.service-tab li {
display: inline-block;
margin-right: 10px; transition: all 0.4s ease 0s;
}
.service-tab li a:hover{background: #0f263a none repeat scroll 0 0; transition: all 0.4s ease 0s;color:#fff;}
.service-tab li.active a{background:#0f263a;color:#fff}
.service-tab li.active a::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	bottom: -6px;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
	transform: rotate(46deg);
}
.service-tab li.active a:hover{color:#fff}
.service-tab li a {
	color: #3db9ef;
	width: 150px;
	display: inline-block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #272727;
	text-transform: capitalize;
	background: #eff1f2;
	position:relative;
}
.service-tab li:hover a::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	bottom: -6px;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
	transform: rotate(46deg);
}
/*
21.Project Page
============================*/
.project-page-sec .sec-title {
	text-align: center;
	margin: 0 200px 50px 200px;
}
.single-project-inner {
	margin-bottom: 40px;min-height: 260px;
}
.project-thumb {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.single-project-inner:hover .project-thumb-overlay {
	left:0px;
	transition: all 0.4s ease 0s;
}
.project-thumb-overlay {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(15, 38, 58, 0.90);
	transition: all 0.4s ease 0s;
	left: -100%;
}
.project-icon a i {
	color: #fab90a;
	font-size: 32px;
}
.project-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
.project-inner-desc .h2 {
	font-size: 20px;
	font-weight: 600;
}
.project-inner-desc .h2 {
	font-size: 20px;
	font-weight: 600;
}
/*
22.Project Details
========================*/
.project-details-img {
	margin-bottom: 30px;
}
.project-details-desc h2 {
	font-size: 24px;
	text-transform: capitalize;
}
.project-details-list {
	background: #f4f4f4;
	padding: 40px 0;
}
.project-list-box {
	position: relative;
}
.project-list-box::before {
	content: "";
	background: #e1e1e1;
	height: 70px;
	width: 2px;
	position: absolute;
	right: 0;
	top: -10px;
}
.project-list-box:last-child.project-list-box::before {
	display:none;
}
.project-details-list-single {
	text-align: center;
}
.project-details-list-text {
	text-align: left;
	display: inline-block;
}
.project-details-list-text h2 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #0f263a;
	font-weight: 600;
}
.project-details-list-text span,
.project-details-list-text span a
 {
	color: #777777;
	font-weight: 600;
}
.project-details-list-text span a:hover{
	color:#fab90a;
}
.project-details-column-text {
	margin-top: 40px;
}
.project-details-column-text h2 {
	font-size: 22px;
	text-transform: capitalize;
}
/*commentar css*/
.commentar-sec img {
	float: left;
	margin-right: 20px;
	width: 100px;
	border-radius: 100%;
	height: 100px;
}
.comment-author {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #272727;
}
.comment-author-designation {
	font-size: 14px;
	color: #858484;
}
.comment-time {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.commentar-sec .media.mt-3 {
  margin-top: 40px;
}
.single-post .contact-field h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-transform: capitalize;
	font-weight: bold;
	color: #272727;
}
.commentar-sec h2 {
	margin-top: 50px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 20px;
}
.replay-button {
	display: inline-block;
	width: 100%;
}
.replay-button a {
	color: #272727;
	font-weight: 600;
	text-transform: capitalize;
}
.replay-button a:hover{color:#f1c40f;}
.commentar-sec .media-body p a {
	color: #7e7e7f;
	font-weight: 600;
	font-size: 15px;
}
.commentar-sec.author ul li {
  display: inline-block;
  margin-right: 20px;
}
.commentar-sec.author {
  position: relative;
}
.commentar-sec.author ul li a i{color:#cbc8c8}
.commentar-sec.author ul li a i:hover{transition: all 0.4s ease 0s;color:#29ace4}
.commentar-sec.author .media-body {
  padding-left: 100px;
}
.commentar-sec.author .media {
background: #fafafa none repeat scroll 0 0;
border-radius: 30px;
padding: 30px 0;
margin-left: 20px;
}
.author-thumb {
border-radius: 100%;
float: left;
height: 100px;
left: 0;
overflow: hidden;
position: absolute;
top: 70px;
width: 100px;
}
.author-thumb img {
  height: 100%;
  width: 100%;
}
.pagination.custom-pagination {
	width: 100%;
	margin: 0px;
}
.pagination.custom-pagination li {
	display: inline-block;
}
.pagination.custom-pagination li.active a {
	background: #fab90a none repeat scroll 0 0;
	color: #fff;
	border-color: #d89f01;
	
}
.pagination.custom-pagination li a {
	color: #272727;
	font-size: 16px;
	font-weight: 600;
	height: 36px;
	line-height: 22px;
	margin: 0;
	width: 36px;
	border: none;
	border-radius: 0%;
	text-align: center;
	border: 1px solid #d9d9d9;
}
.pagination.custom-pagination li:first-child a,
.pagination.custom-pagination li:last-child a
 {
	background: #272727;
	border-color: #272727;
	color: #fff;
}
.pagination.custom-pagination li a:hover{
	background:#f1c40f;
	color:#272727;
	border-color:#f1c40f;
}
.code-text {
	padding: 10px 40px;
	position: relative;
	margin-bottom: 10px;
	color: #777777;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
}
.code-text::before {
	content: "\f10d";
	color: #777777;
	position: absolute;
	top: 0;
	left: 0;
	font-family:fontawesome;
	font-size: 28px;
}
.contact-field {
	margin-top: 40px;
	border-top: 1px solid #f2f2f2;
	padding-top: 40px;
}
.modal-body .contact-field{margin-top: 0px;
	border-top: 1px solid #f2f2f2;
	padding-top: 0px;}
.blog-details-page .single-post{
border:0px;
}
#commentform input[type="text"] {
	padding: 10px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #cccccc;
	color: #777;
	font-weight: normal;
}
#commentform textarea {
	resize: vertical;
	width: 100%;
	font-size: 16px;
	border: 1px solid #cccccc;
	padding: 10px;
	color:#777;
}
#commentform input#submit {
	background: #0f263a none repeat scroll 0 0;
	border: 1px solid #0f263a;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 40px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 4px;
	width: 224px;
}
.comment-reply-title {
	color: #0f263a;
	font-size: 22px;
	text-transform: capitalize;
}
/*
23.Contact Page
============================*/
.contact-info-icon {
	float: left;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	margin-right: 10px;
}

.contact-page-sec .contact-field h2 {
	color: #282828;
	text-transform: capitalize;
	font-size: 22px;
}

.contact-field .col-md-6.col-sm-6.col-xs-12,
.contact-field .col-md-4.col-sm-4.col-xs-12 {
  padding-left: 0;
}  
.contact-field.contact-form input {
  margin-bottom: 5px;
}  
.contact-field.contact-form textarea {
  height: 110px;
}
.contact-field.contact-form input[type="submit"] {
  background: #005690;
  width: 150px;
  border-color: #005690;
}
.contact-info-text span {
	color: #555555;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	font-weight: 600;
}
.faq-sec .sec-title h1:before{display:none;}
.faq-sec .contact-field input,
.faq-sec .contact-field select,
.faq-sec  .single-input-field textarea{border: 1px solid #fff;}
.contact-field input{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;color:#999999;
}
.contact-field select {
	width: 100%;
	border: 1px solid #ddd;
	padding: 12px 20px;
	text-transform: capitalize;
	color: #999999;
}
.select-arrow select {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	padding-left:5px;
}
.contact-field .select-arrow::before {
	top: 12px;
	color: #999999;
}
.select-arrow::before {
	color: #323B49;
	content: "\f0d7";
	font-family: fontawesome;
	position: absolute;
	right: 30px;
	top: 12px;
	cursor: pointer;
}
.contact-field .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
	border: 1px solid #ddd;
	width: 100%;
	height: 120px;
	padding: 10px;
	margin-top: 10px;
}
.single-input-fieldsbtn input[type="submit"] {
	background: #0f263a none repeat scroll 0 0;
	border: 1px solid #0f263a;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: capitalize;
	width: 170px;
/*	margin-top: 30px;*/
	font-size: 16px;
	border-radius: 4px;
}
.single-input-fieldsbtn {
	display: inline-block;
	width: 100%;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#fab90a;transition: all 0.4s ease-in-out 0s;border-color:#fab90a;color:#272727}
.contact-field {
  display: inline-block;width:100%
}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.contact-field .single-input-field input[type="text"]::-webkit-input-placeholder {
color:#999999;opacity:1
}
.contact-field .single-input-field input[type="email"]::-webkit-input-placeholder {
color:#999999;opacity:1
}
.contact-field .single-input-field textarea::-webkit-input-placeholder {
color:#999999;opacity:1
}

.contact-field .single-input-field option::-webkit-input-placeholder {
color:#999999;opacity:1
}

.contact-field .single-input-field input[type="text"]::-moz-placeholder{
color:#999999;opacity:1
}
.contact-field .single-input-field input[type="email"]::-moz-placeholder{
color:#999999;opacity:1
}
.contact-field .single-input-field textarea::-moz-placeholder{
color:#999999;opacity:1
}

.contact-field .single-input-field option::-moz-placeholder{
color:#999999;opacity:1
}
.map-sec iframe{width:100%;height:550px}
.address-info-icon {
	margin-bottom: 20px;
}
.contact-page-sec .contact-field {
	margin-top: 0;
	border-top: 0;
	padding-top: 40px;
	margin-bottom: 40px;
}
.social-profile-office {
	margin-top: 40px;
}
.social-profile-office li {
	display: inline-block;
}
.social-profile-offic li {
	display: inline-block;
}
.social-profile-office li a i {
	color: #9e9e9e;
	font-size: 16px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	transition: all 0.4s ease 0s;
	background: #f4f4f4;
}
.social-profile-office li a i:hover {
	background: #0f263a;
	color: #fff;
}
.contact-info {
	display: inline-block;
	width: 100%;
	background: #f6f7f7;
	padding: 20px 0;margin-bottom:40px
}
.contact-info-text {
	
	padding: 0px 20px;
}
.contact-info-text i {
	color: #000;
	font-size: 36px;
	
}
/*
24.Home 2 
============================*/
.home-v2 .header-top {
	background: #0f263a;
}
.home-v2 .follow-title,
.home-v2 .social-profile li a {
	color: #fff;
}
.home-v2 .social-profile {
	text-align: left;
	margin-top: 10px;
}
.home-v2 .info-text span {
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.home-v2 .info-text {
	margin-top: -5px;
}
.language {
	margin-right: 20px;
	color: #fff;
	text-transform: capitalize;
}
.language {
	margin-right: 20px;
}
.language span {
	margin-left: 10px;
}
.account-login li a {
	color: #ffffff;
	text-transform: capitalize;
}
.language-account {
	text-align: right;
	margin-top: 10px;
}
.language,
.account-login {
	display: inline-block;
}
.home-v2 .hd-sec {
	background: #fff;
}
.home-v2 .main-menu ul li a {
	color: #272727;
}
.home-v2 .logo {
	padding-top: 14px;
}
.home-v2 .cart-button {
	background-image: url('../../images/icon/shoping-bag2.png');
}
.home-v2  .cart-product {
	color: #222222;
}
.home-v2 .main-menu ul ul li a{
	color:#ddd;
}
.home-v2  .site-search i{
	color:#222222
}
.home-v2 .download-button a {
	border-radius: 2px;
}
.home-v2 .slider-caption {
	width: 650px;
	margin: 0px;
	text-align: left;
	background-color: rgba(15, 38, 58, 0.90);	
	padding: 30px;
}
.home-v2 .slider-text ul {
	text-align: left;
}
.home-v2 .slider-text li:last-child a {
	background: #fff;
	color: #0f263a;
	border-color: #fff;
}
.home-v2 .why-us-sec {
	background: #f4f4f4;
}
.home-v2 .why-like-sec {
	background: #fff;
}
.home-v2 .message-sec {
	background: #fff none repeat scroll 0 0;
	padding: 0;
	background-image: none;
	margin-bottom: 70px;
}
.home-v2 .message-title{
	color:#0f263a;
}
.home-v2 .message-subtitle {
	color: #777777;
}
.home-v2 .call-to-message-sec{
	background: #011e40 none repeat scroll 0 0;
	padding: 50px 0;
	background-image: url(../img/call-to-action.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.home-v2 .call-message-text h2 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
	margin-bottom: 20px;
}
.home-v2 .call-message-button a.btn {
	background: #fab90a none repeat scroll 0 0;
	border-radius: 0;
	color: #0f263a;
	float: right;
	font-weight: bold;
	padding: 14px 36px;
	text-transform: capitalize;
	margin-top: 10px;
	position: relative;
	border-radius: 4px;
}
.home-v2 .project-page-sec{
	background:#f4f4f4;
}
.home-v2 .call-message-text {
	color: #fab90a;
}
.home-v2 .project-page-sec .sec-title {
	text-align: left;
	margin: 0 0px 50px 0px;
}
.home-v2 .project-page-sec .sec-title .border-bottom {
	margin: 0px;
}
.home-v2 footer.footer {
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.home-v2 .footer-overlay {
	background-color: rgba(15, 38, 58, 0.97);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.home-v2 .footer-sec p,
.home-v2 .footer-sec .footer-widget-menu li a,
.home-v2 .footer-widget-menu li::before {
	color: #8a959f;
}
.footer-contact-info {
	margin-top: 40px;
}
.footer-contact-info-icon {
	display: inline-block;
	float: left;
}
.footer-contact-info-text {
	padding-left: 50px;
}
.footer-contact-info-text span {
	color: #8a959f;
	display: inline-block;
	width: 100%;
}
/*
25.Count Up Section 
============================*/
.count-up-sec {
padding: 76px 0;
}
.count-up-inner {
	text-align: center;
}
.countup-icon {
  display: inline-block;
  height: 70px;
  margin-bottom: 16px;
  text-align: center;
  width: 70px;
}
.countup-text {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.count-up-icon {
	display: inline-block;
	margin-bottom: 4px;
	width: 70px;
	height: 68px;
	border-radius: 100px;
}
.count-up-inner h2 {
	color: #272727;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.count-up-inner h4 {
	color: #555555;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: bold;
}
/*
Footer Section 
======================*/
footer.footer{
background: #0f263a none repeat scroll 0 0;	
}
.footer-sec {
	padding-top: 100px;
	position: relative;
	padding-bottom: 50px;
}
.footer-sec h2 {
	color: #ffffff;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	font-size: 20px;
}
.footer-sec h2::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 50px;
	background: #f1c40f;
	bottom: -10px;
}
.footer-logo {
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
	margin-top: -4px;
}
.footer-sec p {
  color: #ffffff;
}
.footer-wedget-one img {
	margin-top: -13px;
}
.footer-wedget-one i:hover{background:#f1c40f;color:#fff;border-color:#f1c40f; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 30px;
}
.footer-wedget-one form {
  background: #525459 none repeat scroll 0 0;
  margin-top: 35px;position:relative
}
.footer-wedget-one input[type="email"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
color: #292929;
padding: 10px 58px 10px 10px;
text-transform: capitalize;
width: 100%;
}
.footer-wedget-one button {
background: #f1c40f none repeat scroll 0 0;
color: #fff;
padding: 11px 20px;
position: absolute;
right: 0;top:0
}
.footer-wedget-one button i {
  border: none;
  margin-right: 0;
  color: #fff;
}
.footer-recent-inner {
	margin-bottom: 30px;
}
.footer-recent-inner:last-child{margin-bottom:0}
.footer-recent-inner span i {
	color: #f1c40f;
	margin-right: 10px;
}
.footer-recent-inner h2{margin-bottom:10px;padding-bottom:0}
.footer-recent-inner h2 a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform:capitalize;
}
.footer-recent-inner span {
	color: #f4f4f4;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
}
.footer-recent-inner span:last-child{padding-left:15px}
.footer-recent-inner span i {
	color: #f1c40f;
	margin-right: 10px;
}
	
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-wedget-three li {
  color: #ccc;
  font-size: 14px;
padding:10px
}
.footer-wedget-two li {
  display: inline-block;
}
.footer-wedget-two li a {
	border: 1px solid #0f4376;
	color: #fff;
	display: inline-block;
	margin: 8px 8px 8px 0;
	padding: 8px 10px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out 0s;
	background: transparent;
	color: #f4f4f4;
}
.footer-wedget-two li a:hover{transition: all 0.4s ease-in-out 0s;background:#f1c40f;color:#fff;border-color:#f1c40f}
.footer-wedget-two li a i {
  margin-right: 10px;
}
.footer-widget-menu li::before {
	content: "\f054";
	font-family: fontawesome;
	left: 0px;
	top: -2px;
	position: relative;
	color: #fff;
	padding-right: 10px;
	font-size: 10px;
}
.footer-widget-menu li:hover:before {
	color:#fab90a;
}
.footer-widget-menu li{position:relative}
.footer-widget-menu li a {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
}
.footer-widget-menu li a:hover{color:#f1c40f;transition: all 0.4s ease 0s;}
.footer-wedget-four .inner-text {
	color: #c0bcbc;
}
.footer-wedget-four .icon i {
	color: #f1c40f;
	font-size: 18px;
}
.footer-social li {
	display: inline-block;
}
.footer-social li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #dfe0e2;
	background: #1b3144;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
}
.footer-social li a:hover{
	background:#fab90a;
}
.footer-contact-form input[type="text"],
.footer-contact-form input[type="email"],
.footer-contact-form textarea
 {
	width: 100%;
	background: #1b3144;
	padding: 16px;
	margin-bottom: 10px;
	width: 10;
}
.footer-contact-form input[type="submit"] {
	background: #fab90a;
	padding: 12px;
	width: 100%;
	color: #0f263a;
	text-transform: capitalize;
	font-weight: 600;
}
.footer-bottom-sec {
	padding: 30px 0;
	border-top: 1px solid #3f5161;
	position: relative;
}
.copy-right span{
  color: #ffffff;
}
.site-developer {
	text-align: right;
}
.site-developer span {
	color: #ffffff;
}
.site-developer span  a{
	color:#fab90a;
}
/* The End */
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: middle;
}
.text-left{	text-align:left;}
.text-center{text-align:center;}
.socse{display: flex;
  justify-content: center;}
  input[name="lastname"] {
  display: none;
}  

.contact-field input[name="pk"]{
    width:auto;margin-bottom: 10px;
}

.p-3{margin-bottom:30px;}
.p-0{padding:0;}
.modal-header {display:flex;justify-content: space-between;}
.modal-header::before, .modal-header::after{display:none;}
.d-flex{display:flex; align-items:center;}
.pt-3{margin-top:30px;}
.footer-social .fa{font-size: 24px;
  padding-top: 7px;}
  .footer-social img{padding-top: 7px;height:100%;}
  
  .mt-0{margin-top:0;}
  .embed-responsive-18by9{padding-bottom: 150%;}
  .phonecont{min-width: 30px;margin-right:10px;}
  .max2{width: 40px;
  height: 40px;
  max-width: 40px;}
  
  .pt-50{padding-top:50px;}
  .pb-50{padding-bottom:50px;}
  .pb-20{padding-bottom:20px;}
  
  
  .production-steps {
    
}


.production-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.production-line:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 5%;
    width: 90%;
    height: 3px;
    background: #fab90a;
    z-index: 1;
}

.production-step {
    position: relative;
    z-index: 2;
    width: 10%;
    text-align: center;
    margin-bottom: 40px;
}
.proekt .production-step {
    width: 25%;}
.kovka .production-step {
    width: 20%;}    
.step-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 15px;
    background: #fff;
    border: 3px solid #fab90a;
    border-radius: 50%;
    line-height: 80px;
    font-size: 34px;
    color: #fab90a;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.production-step:hover .step-icon {
    background: #fab90a;
    color: #fff;
    transform: translateY(-5px);
}

.step-number {
    position: absolute;
    top: -8px;
    right: 15%;
    width: 26px;
    height: 26px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
}

.production-step h3 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 12px 0 8px;
}

.production-step p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Планшеты */
@media (max-width: 991px) {
    .production-line:before {
        display: none;
    }

    .production-step {
        width: 33.33%;
    }
}

/* Телефоны */
@media (max-width: 767px) {
    .production-step {
        width: 50%;
    }
}

/* Маленькие экраны */
@media (max-width: 480px) {
    .production-step {
        width: 50%;
    }
}

.advantages {
    padding: 20px 0;
    background: #fff;
}



.advantages-line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}



.adv-item {
    position: relative;
    z-index: 2;
    width: 18%;
    text-align: center;
    margin-bottom: 40px;
}
.advantages.proekt .adv-item { width: 25%;}
.adv-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 15px;
    background: #fff;
    border: 3px solid #fab90a;
    border-radius: 50%;
    line-height: 80px;
    font-size: 32px;
    color: #fab90a;
    box-shadow: 0 5px 15px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

.adv-item:hover .adv-icon {
    background: #fab90a;
    color: #fff;
    transform: translateY(-5px);
}

.adv-item .h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 8px;
    color: #222;
}

.adv-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* адаптив */
@media (max-width: 991px) {
    .advantages-line:before {
        display: none;
    }
    .adv-item {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .adv-item {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .adv-item {
        width: 50%;
    }
}


.line-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

.line-list li {
    position: relative;
    padding: 10px 0 10px 20px;
}

.line-list a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: bold;
    display: block;
    transition: color 0.3s ease;
}

.line-list a:hover {
    color: #3498db;
}

/* Вертикальная линия слева */
.line-list li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #f1c40f;
}

/* Круглый маркер на линии */
.line-list li::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #f1c40f;
}


/* Для современных браузеров */
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap; /* Для IE10 */
    flex-wrap: wrap;
}

/* Применяем flex к колонкам */
.row-flex > [class*="col-"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

/************************************************
***************** HERO ***************************
************************************************/

.buildings-hero{
    position:relative;
    background:#0f172a;
    color:#fff;
    overflow:hidden;
    padding:90px 0;
}

.buildings-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(15,23,42,.94),rgba(30,41,59,.90));
}

.buildings-hero .container{
    position:relative;
    z-index:2;
}

.buildings-hero h1{
    font-size:46px;
    font-weight:700;
    line-height:1.2;
    margin:0 0 25px;
}

.buildings-hero p{
    font-size:18px;
    line-height:1.8;
    opacity:.95;
    margin-bottom:35px;
}

.hero-buttons{
    margin-top:25px;
}

.hero-buttons .btn{
    padding:15px 34px;
    border-radius:4px;
    font-size:16px;
    font-weight:600;
    margin-right:15px;
    margin-bottom:10px;
}

.btn-orange{
    background:#ff8b00;
    color:#fff;
}

.btn-orange:hover{
    background:#e97900;
    color:#fff;
}

.btn-outline{
    border:2px solid #fff;
    color:#fff;
    background:none;
}

.btn-outline:hover{
    background:#fff;
    color:#222;
}

.hero-image img{
    width:100%;
    border-radius:10px;
    box-shadow:0 25px 60px rgba(0,0,0,.35);
}

/************************************************
**************** ADVANTAGES **********************
************************************************/

.section{
    padding:80px 0;
}

.section-title{
    text-align:center;
    margin-bottom:55px;
}

.section-title h2{
    font-size:36px;
    margin-bottom:15px;
    font-weight:700;
}

.section-title p{
    color:#777;
    font-size:17px;
}

.advantage{
    background:#fff;
    border:1px solid #eee;
    border-radius:8px;
    padding:35px;
    text-align:center;
    transition:.3s;
    margin-bottom:30px;
    min-height:270px;
}

.advantage:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.advantage i{
    width:90px;
    height:90px;
    line-height:90px;
    background:#ff8b00;
    color:#fff;
    font-size:36px;
    border-radius:50%;
    margin-bottom:25px;
}

.advantage h3{
    font-size:23px;
    margin-bottom:15px;
}

.advantage p{
    color:#666;
    line-height:1.8;
}

/************************************************
**************** TYPES ***************************
************************************************/

.types{
    background:#f7f8fa;
}

.type-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:30px;
    transition:.3s;
    border:1px solid #eee;
}

.type-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.type-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.type-content{
    padding:30px;
}

.type-content h3{
    margin-top:0;
    margin-bottom:15px;
    font-size:24px;
}

.type-content p{
    color:#666;
    line-height:1.8;
}

.type-content ul{
    padding-left:18px;
    margin-top:20px;
}

.type-content li{
    margin-bottom:8px;
}

@media(max-width:991px){

.buildings-hero{
padding:70px 0;
text-align:center;
}

.hero-image{
margin-top:45px;
}

.buildings-hero h1{
font-size:36px;
}

.section-title h2{
font-size:30px;
}

}

/**********************************************
**************** PROJECTS **********************
**********************************************/

.projects{
    padding:90px 0;
    background:#f7f8fa;
}

.project-card{
    position:relative;
    overflow:hidden;
    border-radius:8px;
    margin-bottom:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.project-card img{
    width:100%;
    transition:.5s;
}

.project-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:30px;
    color:#fff;
    background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,0));
}

.project-overlay h3{
    margin:0 0 12px;
    font-size:26px;
    color:#f1c40f;
}

.project-overlay p{
    margin:0;
    line-height:1.7;
}

.project-card:hover img{
    transform:scale(1.08);
}

/**********************************************
**************** SOLUTIONS *********************
**********************************************/

.solution-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:8px;
    padding:35px;
    text-align:center;
    margin-bottom:30px;
    transition:.35s;
    min-height:340px;
}

.solution-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.solution-card i{

width:90px;
height:90px;
line-height:90px;
font-size:38px;
background:#f1c40f;
color:#fff;
border-radius:50%;
margin-bottom:25px;

}

.solution-card h3{

font-size:24px;
margin-bottom:18px;

}

.solution-card p{

color:#666;
line-height:1.8;

}

/**********************************************
**************** SEO ***************************
**********************************************/

.seo-section{

padding:90px 0;

}

.seo-section h2{

font-size:34px;
margin-top:55px;
margin-bottom:25px;
font-weight:700;

}

.seo-section p{

line-height:2;
font-size:17px;
color:#555;
margin-bottom:25px;

}

.seo-section ul{

padding-left:22px;
margin-bottom:35px;

}

.seo-section li{

margin-bottom:10px;
line-height:1.8;

}
.why-content {
    margin-top:20px;
}

/**********************************************
**************** FAQ ***************************
**********************************************/

.faq-section{
    padding:90px 0;
    background:#f7f8fa;
}

.panel-default{
    border-radius:6px;
    border:1px solid #e5e5e5;
    box-shadow:none;
    margin-bottom:15px;
}

.panel-heading{
    padding:0;
    background:#fff !important;
}

.panel-title a{
    display:block;
    padding:20px 25px;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
    color:#222;
}

.panel-title a:hover{
    color:#ff8b00;
}

.panel-body{
    font-size:16px;
    line-height:1.9;
    color:#666;
}

/**********************************************
**************** FORM **************************
**********************************************/

.request-section{

padding:90px 0;

}

.request-box{

background:#0f172a;
padding:50px;
border-radius:8px;
color:#fff;

}

.request-box h2{

margin-top:0;
margin-bottom:20px;
font-size:38px;
color: #f1c40f;

}

.request-box p{

font-size:17px;
line-height:1.8;
margin-bottom:35px;

}

.request-box .form-control{

height:52px;
border:none;
box-shadow:none;
margin-bottom:20px;

}

.request-box textarea{

height:160px !important;
resize:vertical;

}

.request-box .btn{

height:54px;
font-size:18px;
font-weight:600;

}

/**********************************************
**************** FINAL CTA *********************
**********************************************/

.bottom-info{

margin-top:50px;
text-align:center;
color:#666;
font-size:17px;
line-height:2;

}