/* This css file is to override bootstarp css
********************************************************* /
* Template Name: Construction Orbit
* Template URI:  http://themeforest.ne/user/codepassenger
* Author: CodePassenger
* Author URI: http://CodePassenger.com
* Description:  The Construction Building Company
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html5,css3,site template,construction,creative,builder
*********************************************************** /


/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------


1. General Style
	All elements:
		2. Accordio Style
		3. Alert Style
		4. Blockquote Style
		5. Button Style
		6. Call-to-action Style
		7. Social Share
		8. Pricing Style
		9. Tab Style
		10. Team Style
		11. Progress-bar Style
		12. Counter Style
		13. All Post Style
		14. Service Style
		15. All Slider Style
		16. Pagination Style
	All Components:
		17. Prealoader Style
		17. Header Style
		18. Sub-header Style
		19. Breadcrumb Style
		20. About Style
		21. Coming Soon Style
		22. Contact Style
		23. Single Style
		24. Widgets Style
		25. Service Details Style
		26. Request Call Style
		27. Footer Style
*/
/*
|----------------------------------------------------------------------------
| 1. General Style
|----------------------------------------------------------------------------
*/
/*----- All variable is here ------*/
html, html a {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #262626;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-rendering: optimizeLegibility;
}

p {
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  line-height: 100%;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 12px;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

/******************************************/
  .float{
	position:fixed;
	bottom:100px;
	right:15px;
    }
/******************************************/

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #262626;
  outline: 0;
}

iframe {
  border: 0;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(17, 17, 17, 0.7);
}

.breadcrumb {
  margin-bottom: 0;
}

.decorator {
  position: relative;
}
.decorator:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E0600A;
}

.section-title.align-left {
  text-align: left;
}
.section-title.align-left h3:before {
  right: auto;
  margin: 0;
}

/*----- Section Common Style ------*/
.section-common {
  padding: 100px 0 50px 0;
}

.section-common.have-bg {
  background: #E0600A;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h3 {
  position: relative;
  margin: 0 0 12px 0;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.section-title h3:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #E0600A;
}
.section-title p {
  margin-bottom: 0;
}

.section-title-two h3, .section-title-two p {
  color: #fff;
}
.section-title-two h3:before {
  background: #fff;
}

.form-common input[type="text"],
.form-common input[type="email"],
.form-common select {
  border: 1px solid #E0600A;
  border-radius: 0;
  height: 45px;
  padding: 0px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-common input[type="text"]:focus, .form-common input[type="text"]:active,
.form-common input[type="email"]:focus,
.form-common input[type="email"]:active,
.form-common select:focus,
.form-common select:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.form-common .form-control:focus {
  border-color: #E0600A;
}
.form-common textarea {
  border: 1px solid #E0600A;
  border-radius: 0;
  padding: 15px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
}
.form-common textarea:focus, .form-common textarea:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select, .contact-form textarea {
  border-color: #e7e7e7;
}
.contact-form input[type="text"]:focus, .contact-form input[type="text"]:active,
.contact-form input[type="email"]:focus,
.contact-form input[type="email"]:active,
.contact-form select:focus,
.contact-form select:active, .contact-form textarea:focus, .contact-form textarea:active {
  border-color: #E0600A;
}
.contact-form textarea {
  margin-bottom: 25px;
}
.contact-form .btn {
  width: 100%;
  height: 45px;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.coming-soon-content .subscribe-form .form-group {
  margin: 0;
  position: relative;
}
.coming-soon-content .subscribe-form input[type="text"] {
  width: 82%;
}
.coming-soon-content .subscribe-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.page-not-found-content .section-title {
  margin-bottom: 45px;
}

.search-form .form-group {
  position: relative;
}
.search-form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.map {
  width: 100%;
  height: 275px;
}

/*---- slider settings ----*/
.slide-common {
  padding: 70px 0px;
}

.slider-content-wrap h3 {
  color: #E0600A;
  font-weight: 400;
  margin: 0 0 8px 0;
}
.slider-content-wrap h2 {
  margin: 0 0 40px 0;
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
}
.slider-content-wrap h3, .slider-content-wrap h2 {
  text-transform: uppercase;
}

.slide-one {
  background: url(../images/bg/2.jpg) no-repeat center center;
}
.slide-one {
  background: url(../images/bg/2.jpg) no-repeat center center;
}

.slide-two {
  background: url(../images/bg/3.jpg) no-repeat center center;
}

.slide-three {
  background: url(../images/bg/4.jpg) no-repeat center center;
}

.slide-four {
  background: url(../images/main/1x.jpg) no-repeat center center;
}

.slide-five {
  background: url(../images/main/2x.jpg) no-repeat center center;
}

.slide-six {
  background: url(../images/main/3x.jpg) no-repeat center center;
}

.btn-slider {
  width: 215px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

.main-slider-wrap .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.main-slider-wrap .owl-theme .owl-nav [class*='owl-'] {
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
}
.main-slider-wrap .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
}
.main-slider-wrap .owl-theme .owl-nav [class*='owl-'] i.fa {
  font-size: 40px;
  color: #fff;
}
.main-slider-wrap .owl-theme .owl-nav .owl-prev {
  left: 20px;
}
.main-slider-wrap .owl-theme .owl-nav .owl-next {
  right: 20px;
}
.main-slider-wrap:hover .owl-theme .owl-nav {
  opacity: 1;
  visibility: visible;
}

.input-error, .input-success {
  display: none;
  margin: 0;
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #e7e7e7;
}

.input-error {
  color: #e80000;
}

.input-success {
  color: #2ad400;
}

/*----- All variable is here ------*/
/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 2. Accordio Style
|----------------------------------------------------------------------------
*/
/*-- accordion common --*/
.panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}

.panel-title > a {
  display: block;
  padding: 15px 20px 15px 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  font-family: 'Lato', sans-serif;
}

.more-less,
.more-less-arrow {
  float: right;
  color: #212121;
}

.panel-group .panel + .panel {
  margin-top: 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 18px 30px 18px 30px;
}

.accordion-style-one .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #e7e7e7;
}
.accordion-style-one .panel-group .panel {
  border: transparent;
}
.accordion-style-one .panel-heading {
  border: transparent;
}
.accordion-style-one .panel-title > a {
  background: #E0600A;
  color: #fff;
  border: none;
}
.accordion-style-one .more-less,
.accordion-style-one .more-less-arrow {
  color: #fff;
}

.accordion-style-two .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: transparent;
  background: transparent;
}
.accordion-style-two .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 13px 30px 13px 30px;
}

.accordion-style-three .panel-default > .panel-heading,
.accordion-style-three .panel-group .panel,
.accordion-style-three .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: transparent;
  background: transparent;
}
.accordion-style-three .panel-default > .panel-heading > .panel-title > a.collapsed {
  border-bottom: 3px solid #e7e7e7;
}
.accordion-style-three .panel-default > .panel-heading > .panel-title > a {
  border-bottom: 3px solid #E0600A;
}

.general-faq-section {
  padding: 0 0 45px 0;
}

.general-faq-title {
  font-weight: 700;
  margin: 0 0 20px 0;
}

.general-faq-block {
  margin-bottom: 45px;
}
.general-faq-block p {
  margin-bottom: 0;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 3. Alert Style
|----------------------------------------------------------------------------
*/
/*-- alert common --*/
.alert {
  padding: 8px 30px;
  font-weight: 500;
  border-radius: 3px;
}

.alert-dismissable .close {
  top: 2px;
  right: -11px;
  color: #fff;
  opacity: 1;
}
.alert-dismissable .close:hover, .alert-dismissable .close:focus, .alert-dismissable .close:active {
  color: #fff;
}

.alerts-style-one .alert-warning {
  background: #E0600A;
  color: #fff;
  border-color: #E0600A;
}
.alerts-style-one .alert-danger {
  background: #ff6384;
  color: #fff;
  border-color: #ff6384;
}
.alerts-style-one .alert-success {
  background: #7fba00;
  color: #fff;
  border-color: #7fba00;
}
.alerts-style-one .alert-info {
  background: #36a2eb;
  color: #fff;
  border-color: #36a2eb;
}

.section-common.alert-section {
  padding-top: 0;
}

.alert-warning.alert-dismissable .close {
  color: #E0600A;
}

.alert-danger.alert-dismissable .close {
  color: #ff6384;
}

.alert-success.alert-dismissable .close {
  color: #7fba00;
}

.alert-info.alert-dismissable .close {
  color: #36a2eb;
}

.alerts-style-two .alert-warning {
  background: transparent;
  color: #E0600A;
  border-color: #E0600A;
}
.alerts-style-two .alert-danger {
  background: transparent;
  color: #ff6384;
  border-color: #ff6384;
}
.alerts-style-two .alert-success {
  background: transparent;
  color: #7fba00;
  border-color: #7fba00;
}
.alerts-style-two .alert-info {
  background: transparent;
  color: #36a2eb;
  border-color: #36a2eb;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 4. Blockquote Style
|----------------------------------------------------------------------------
*/
.blockquote {
  padding: 0 30px;
  margin-bottom: 100px;
  border: none;
}
.blockquote p {
  margin-bottom: 0;
}
.blockquote strong {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.blockquote-one {
  border-left: 6px solid #E0600A;
}

.blockquote-two {
  position: relative;
  padding: 0 30px 0 45px;
}
.blockquote-two:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #E0600A;
  content: "\f10d";
  font-family: 'FontAwesome';
}

.blockquote-three {
  padding: 32px 35px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

.blockquote-four {
  padding: 32px 35px;
  border-radius: 3px;
  background: #E0600A;
}
.blockquote-four p, .blockquote-four strong {
  color: #fff;
}

.blockquote.blockquote-four {
  margin-bottom: 0;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 5. Button Style
|----------------------------------------------------------------------------
*/
.btn.focus, .btn:focus, .btn:hover,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  color: #ffffff;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btn-group .btn {
  display: block;
  float: none;
  margin-bottom: 15px;
}

.btn {
  border-radius: 3px;
  padding: 0;
  font-weight: 500;
}

.btn-bordered {
  border: 1px solid #b9b7b7;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-bordered:hover, .btn-bordered:focus, .btn-bordered:active {
  color: #ffffff;
  border-color: #E0600A;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-btn i.fa {
  margin-right: 5px;
}

.btn-default-bg {
  background: #E0600A; /*#E0600A;*/
  color: #ffffff;
}

.btn-group.radius-btn-group .btn.btn-round {
  border-radius: 30px !important;
}

.btn-label {
  width: 50px;
  height: 22px;
  font-size: 12px;
  line-height: 20px;
}

.btn-label.icon-btn {
  width: 63px;
}

.btn-small {
  width: 58px;
  height: 26px;
  font-size: 12px;
  line-height: 22px;
}

.btn-small.icon-btn {
  width: 75px;
}

.label-group .btn {
  display: block;
  margin-bottom: 15px;
}

.btn-bordered.btn-warning {
  background: transparent;
  border: 1px solid #E0600A;
  color: #E0600A;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-bordered.btn-warning:hover, .btn-bordered.btn-warning:focus, .btn-bordered.btn-warning:active {
  color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-bordered.btn-success {
  background: transparent;
  border: 1px solid #7fba00;
  color: #7fba00;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-bordered.btn-success:hover, .btn-bordered.btn-success:focus, .btn-bordered.btn-success:active {
  color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-bordered.btn-danger {
  background: transparent;
  border: 1px solid #ff6384;
  color: #ff6384;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-bordered.btn-danger:hover, .btn-bordered.btn-danger:focus, .btn-bordered.btn-danger:active {
  color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-bordered.btn-info {
  background: transparent;
  border: 1px solid #36a2eb;
  color: #36a2eb;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-bordered.btn-info:hover, .btn-bordered.btn-info:focus, .btn-bordered.btn-info:active {
  color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-bg.btn-warning {
  background: #E0600A;
  border-color: #E0600A;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-bg.btn-warning:hover, .btn-bg.btn-warning:focus, .btn-bg.btn-warning:active {
  color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-bg.btn-success {
  background: #7fba00;
  border-color: #7fba00;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-bg.btn-success:hover, .btn-bg.btn-success:focus, .btn-bg.btn-success:active {
  color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-bg.btn-danger {
  background: #ff6384;
  border-color: #ff6384;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-bg.btn-danger:hover, .btn-bg.btn-danger:focus, .btn-bg.btn-danger:active {
  color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-bg.btn-info {
  background: #36a2eb;
  border-color: #36a2eb;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-bg.btn-info:hover, .btn-bg.btn-info:focus, .btn-bg.btn-info:active {
  color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-semi-large {
  width: 75px;
  height: 35px;
  font-size: 14px;
  line-height: 30px;
}

.btn-semi-large.icon-btn {
  width: 90px;
}

.btn-extra-large {
  width: 130px;
  height: 40px;
  font-size: 16px;
  line-height: 35px;
}

.btn-extra-large.icon-btn {
  width: 150px;
}

.button-section-one {
  padding: 70px 0 80px 0;
}

.button-section-two {
  padding: 0 0 80px 0;
}

.button-section-three {
  padding: 0 0 80px 0;
}

.btn-large {
  width: 180px;
  height: 47px;
  font-size: 16px;
  background: #E0600A; /*#E0600A;*/
  line-height: 44px;
  color: #ffffff;
  border-radius: 3px;
}
.btn-large.btn-white-color {
  color: #ffffff;
}
.btn-large.btn-white-color:hover {
  color: #ffffff;
}
.btn-large i.fa {
  margin-right: 8px;
}

.btn-large.default-border-btn {
  background: transparent;
  border: 1px solid #E0600A;
  color: #E0600A;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-large.default-border-btn:hover, .btn-large.default-border-btn:focus, .btn-large.default-border-btn:active {
  color: #fff;
  border-color: #E0600A;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #E0600A;
}

.btn-large.white-border-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-large.white-border-btn:hover, .btn-large.white-border-btn:focus, .btn-large.white-border-btn:active {
  color: #E0600A;
  border-color: #fff;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-large.white-bg-btn {
  background: #fff;
  border: 1px solid #fff;
  color: #E0600A;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-large.white-bg-btn:hover, .btn-large.white-bg-btn:focus, .btn-large.white-bg-btn:active {
  color: #262626;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-large.default-bg-btn-two {
  background: #fff;
  border: 1px solid #E0600A;
  color: #262626;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.btn-large.default-bg-btn-two:hover, .btn-large.default-bg-btn-two:focus, .btn-large.default-bg-btn-two:active {
  color: #262626;
  border-color: #E0600A;
  background: #fff;
}

.search-btn {
  font-size: 14px;
  color: #262626;
  width: 45px;
  height: 45px;
  background: transparent;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 6. Call-to-action Style
|----------------------------------------------------------------------------
*/
.call-to-action-group {
  padding: 100px 0 0 0;
}
.call-to-action-group .call-to-action {
  margin-bottom: 100px;
}

.call-to-action {
  padding: 40px 0;
}
.call-to-action .call-to-action-text {
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  padding: 10px 0;
}

.call-to-action-one,
.call-to-action-three {
  background: #f5f5f5;
}

.call-to-action-two,
.call-to-action-four,
.call-to-action-five {
  background: #E0600A; /*#E0600A;*/
}
.call-to-action-two .call-to-action-text,
.call-to-action-four .call-to-action-text,
.call-to-action-five .call-to-action-text {
  color: #ffffff;
}

.call-to-action-five {
  padding: 20px 0;
}

.call-to-action-six {
  position: relative;
  padding: 85px 0 100px 0;
  background: url(../images/bg/6.jpg) no-repeat center center;
}
.call-to-action-six .call-to-action-text {
  margin-bottom: 15px;
  color: #fff;
}
.call-to-action-six .overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.call-to-action-six .call-to-action-conent {
  position: relative;
  z-index: 99;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 7. Social Share
|----------------------------------------------------------------------------
*/
.social-share-btn {
  width: 170px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  color: #fff;
}
.social-share-btn i.fa {
  margin-right: 5px;
}

.social-share-dafult-btn {
  background: #E0600A;
  color: #fff;
}

.social-share-button-dafult-group .btn,
.social-share-button-colord-group .btn {
  margin: 0 10px 25px 10px;
}

.social-share-list > li:first-child:not(:last-child):not(.dropdown-toggle) a,
.social-share-button-dafult-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.social-share-button-colord-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  margin-left: 0;
}

.social-share-button-dafult-group > .btn:last-child:not(:first-child),
.social-share-button-colord-group > .btn:last-child:not(:first-child) {
  margin-right: 0;
}

.facebook-share-btn {
  background: #3b5998;
}

.twitter-share-btn {
  background: #1da1f2;
}

.youtube-share-btn {
  background: #E0600A;
}

.google-share-btn {
  background: #dd4b39;
}

.linkedin-share-btn {
  background: #0077b5;
}

.vimeo-share-btn {
  background: #1ab7ea;
}

.social-share-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-share-list li {
  display: inline-block;
}
.social-share-list li a {
  height: 34px;
  width: 34px;
  background: #E0600A; /*#E0600A;*/
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 12px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin: 0 5px;
}
.social-share-list li a:hover, .social-share-list li a:focus, .social-share-list li a:active {
  color: #262626;
}

.social-share-round li a {
  border-radius: 50%;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 8. Pricing Style
|----------------------------------------------------------------------------
*/
.pricing-block {
  padding: 40px 0;
  text-align: center;
  border: 1px solid #E0600A;
  border-radius: 3px;
}
.pricing-block .pricing-heading {
  font-size: 18px;
  margin-bottom: 14px;
}
.pricing-block .price-block {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #E0600A;
  margin: 0 auto;
  padding: 32px 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.pricing-block .price-block h3 {
  margin: 0 0 5px 0;
  font-weight: 700;
  color: #E0600A;
}
.pricing-block .price-block p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.pricing-block .packages {
  padding: 30px 0 25px 0;
}
.pricing-block .packages p {
  margin-bottom: 0px;
}
.pricing-block:hover .price-block, .pricing-block:focus .price-block, .pricing-block:active .price-block {
  background: #E0600A;
}
.pricing-block:hover .price-block h3,
.pricing-block:hover .price-block p, .pricing-block:focus .price-block h3,
.pricing-block:focus .price-block p, .pricing-block:active .price-block h3,
.pricing-block:active .price-block p {
  color: #fff;
}

.pricing-block.standard .pricing-btn,
.pricing-block.standard .price-block {
  background: #E0600A;
}
.pricing-block.standard .pricing-btn {
  color: #fff;
  border-color: #E0600A;
  background: #E0600A;
}

.section-common.pricing-two-section {
  padding-top: 0;
}

.pricing-block.pricing-two {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.pricing-block.pricing-two .packages p {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.pricing-block.pricing-two .pricing-heading {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.pricing-block.pricing-two:hover, .pricing-block.pricing-two:focus, .pricing-block.pricing-two:active {
  background: #E0600A;
}
.pricing-block.pricing-two:hover .price-block, .pricing-block.pricing-two:focus .price-block, .pricing-block.pricing-two:active .price-block {
  background: #fff;
}
.pricing-block.pricing-two:hover .price-block h3, .pricing-block.pricing-two:focus .price-block h3, .pricing-block.pricing-two:active .price-block h3 {
  color: #E0600A;
}
.pricing-block.pricing-two:hover .price-block p, .pricing-block.pricing-two:focus .price-block p, .pricing-block.pricing-two:active .price-block p {
  color: #262626;
}
.pricing-block.pricing-two:hover .packages p, .pricing-block.pricing-two:focus .packages p, .pricing-block.pricing-two:active .packages p {
  color: #fff;
}
.pricing-block.pricing-two:hover .pricing-heading, .pricing-block.pricing-two:focus .pricing-heading, .pricing-block.pricing-two:active .pricing-heading {
  color: #fff;
}

.pricing-two .btn-large.default-border-btn:hover, .pricing-two .btn-large.default-border-btn:focus, .pricing-two .btn-large.default-border-btn:active {
  color: #E0600A;
  border-color: #E0600A;
  background: #fff;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 9. Tab Style
|----------------------------------------------------------------------------
*/
.tab-common + .tab-common {
  margin-top: 80px;
}

.tab-common .nav > li > a {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  background: #e7e7e7;
}
.tab-common .tab-pane {
  padding: 12px 0;
}
.tab-common .tab-pane p {
  margin-bottom: 0;
}

.tab-common.icon-tab .nav > li > a {
  padding: 10px 20px;
}
.tab-common.icon-tab .nav > li > a i.fa {
  margin-right: 5px;
}

.tab-one .nav-pills > li.active > a,
.tab-one .nav-pills > li.active > a:focus,
.tab-one .nav-pills > li.active > a:hover {
  background: #E0600A;
  color: #fff;
}

.tab-two .nav > li > a {
  background: transparent;
  border-bottom: 3px solid #e7e7e7;
}
.tab-two .nav-pills > li.active > a,
.tab-two .nav-pills > li.active > a:focus,
.tab-two .nav-pills > li.active > a:hover {
  background: transparent;
  color: #E0600A;
  border-bottom: 3px solid #E0600A;
}

.tab-three .nav-pills > li.active > a,
.tab-three .nav-pills > li.active > a:focus,
.tab-three .nav-pills > li.active > a:hover {
  background: #E0600A;
  color: #fff;
}
.tab-three .tab-pane {
  padding: 12px 30px;
}
.tab-three .tab-pane.active {
  background: #E0600A;
}
.tab-three .tab-pane.active p {
  color: #fff;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 10. Team Style
|----------------------------------------------------------------------------
*/
.section-common.team-section {
  padding: 100px 0 70px 0;
}

.team-member-block {
  margin-bottom: 30px;
}

.team-member-info {
  padding: 35px 40px 40px 40px;
  border: 1px solid #e7e7e7;
}
.team-member-info p {
  margin-bottom: 14px;
}

.member-about {
  margin-bottom: 20px;
  padding-bottom: 16px;
}
.member-about h4 {
  font-weight: 600;
  margin-top: 0;
}
.member-about h4 a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.member-about h4 a:hover, .member-about h4 a:focus, .member-about h4 a:active {
  color: #E0600A;
}
.member-about p {
  font-weight: 700;
  margin-bottom: 0;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 11. Progress-bar Style
|----------------------------------------------------------------------------
*/
.section-common.circle-proressbar-section {
  padding: 100px 0 63px 0;
}

.section-common.flat-progressbar-section {
  padding: 0 0 100px 0;
}
.section-common.flat-progressbar-section .section-title {
  margin-bottom: 60px;
}

.circle-progress-block {
  text-align: center;
}

.circle-progressbar {
  display: inline-block;
  width: 250px;
  text-align: center;
  margin-bottom: 30px;
}

.progress-info h5 {
  font-weight: 600;
  margin: 0 0 8px 0;
}

.circle {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: center;
}

.circle canvas {
  vertical-align: middle;
  border-radius: 50%;
}

.circle div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -20px auto 0 auto;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 47px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: white;
  margin-top: 12px;
}

.progress {
  position: relative;
  height: 14px;
  overflow: visible;
  background: #fffae5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress + .progress {
  margin-top: 40px;
}

.progress-text {
  position: absolute;
  left: 0;
  top: -22px;
  line-height: 100%;
}

.update-progress-text {
  position: absolute;
  right: 0;
  top: -28px;
}

.progress-bar.default-progress {
  background: #E0600A;
}

.progress-bar.info-progress {
  background: #36a2eb;
}

.progress-bar.danger-progress {
  background: #ff6384;
}

.progress-bar.success-progress {
  background: #7fba00;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 12. Counter Style
|----------------------------------------------------------------------------
*/
.counter-common {
  text-align: center;
}
.counter-common h3 {
  margin-top: 0;
  font-weight: 700;
}
.counter-common h5 {
  margin-bottom: 0;
}

.section-common.counter-section-two {
  padding: 45px 0;
  background: #E0600A;
}

.counter-two-block h3 {
  color: #fff;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 11. Countdown Style
|----------------------------------------------------------------------------
*/
.countdown-section-two {
  padding: 0 0 100px 0;
}

.countdown-section-three {
  padding: 50px 0;
  background: #E0600A;
}

.countdown-section-four {
  padding: 100px 0 0 0;
}

.countdown-wrap > .countdown-block:first-child:not(:last-child) {
  margin-left: 0;
}

.countdown-wrap > .countdown-block:last-child {
  margin-right: 0;
}

.countdown-block {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 3px;
  text-align: center;
  margin: 0 20px;
  padding: 20px 0;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}
.countdown-block h3 {
  font-weight: 700;
  margin: 0 0 3px 0;
}

.countdown-round {
  border-radius: 50%;
}

.countdown-bordered {
  border: 2px solid #E0600A;
}

.countdown-default-bg {
  background: #E0600A;
  color: #fff;
}
.countdown-default-bg h3 {
  color: #fff;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 13. All Post Style
|----------------------------------------------------------------------------
*/
.post-section-two {
  /*background: #f7f7f7;*/
}

.post-thumb-block {
  position: relative;
}
.post-thumb-block a {
  display: block;
}
.post-thumb-block .overlay {
  background: rgba(38, 38, 38, 0.6);
}

.post-title {
  margin: 0 0 8px 0;
  font-weight: 700;
}
.post-title a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.post-content-block .btn.btn-default-bg {
  color: #ffffff;
}
.post-content-block .btn.btn-default-bg:hover {
  color: #ffffff;
}

.post-style-one .post-content-block {
  padding: 27px 30px 30px 30px;
  border: 1px solid #e7e7e7;
}
.post-style-one .post-type-tag {
  position: absolute;
  top: 20px;
  right: 20px;
}
.post-style-one .post-type-tag a {
  color: #fff;
}
.post-style-one .post-type-tag a i.fa {
  font-size: 25px;
}
.post-style-one .post-title a:hover {
  color: #E0600A;
}
.post-style-one .post-entry {
  margin-bottom: 22px;
}
.post-style-one .post-meta {
  position: absolute;
  height: 53px;
  width: 40px;
  top: 20px;
  left: 20px;
  text-align: center;
  background: #E0600A;
  padding: 10px 0;
}
.post-style-one .post-meta h4 {
  font-weight: 700;
  margin: 0;
  line-height: 100%;
}
.post-style-one .post-meta span {
  line-height: 100%;
  display: block;
}

.post-style-two .post-content-block {
  padding-right: 40px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 9999;
}
.post-style-two .post-content-block .post-entry {
  margin-bottom: 13px;
  color: #fff;
}
.post-style-two .post-content-block .post-title a {
  color: #ffffff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.post-style-two .post-content-block .post-title a:hover {
  color: #fff;
}

.client-testimonial-block {
  padding: 40px 40px 33px 40px;
  border: 1px solid #e7e7e7;
  position: relative;
}
.client-testimonial-block:before {
  content: "\f10e";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 50px;
  color: #E0600A;
  right: 30px;
  top: 50px;
}
.client-testimonial-block .client-thumb {
  width: 70px;
  height: 70px;
}
.client-testimonial-block .client-thumb img {
  border-radius: 50%;
}
.client-testimonial-block p {
  margin-bottom: 35px;
}

.client-thumb {
  margin-bottom: 17px;
}

.client-info:before {
  width: 70px;
  bottom: auto;
  top: -20px;
}
.client-info h5 {
  margin: 0;
  font-weight: 600;
}
.client-info p {
  margin-bottom: 0;
}

.news-and-blog-section .post-style-one {
  margin-bottom: 50px;
}

.all-service-section {
  padding: 100px 0 50px 0;
}
.all-service-section .post-style-one {
  margin-bottom: 50px;
}

.list-style + .list-style {
  margin-top: 30px;
}

.list-style .post-thumb-block,
.list-style .post-content-block {
  display: table-cell;
  font-size: 0;
}
.list-style .post-thumb-block {
  width: 40%;
}
.list-style .post-content-block {
  width: 60%;
  vertical-align: top;
}

.post-style-two-modyfied .overlay {
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.post-style-two-modyfied .post-content-block {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
}
.post-style-two-modyfied:hover .overlay {
  opacity: 1;
}
.post-style-two-modyfied:hover .post-content-block {
  opacity: 1;
  bottom: 40px;
  visibility: visible;
}

.element-filter {
  position: absolute;
  top: -83px;
  right: 150px;
}
.element-filter .filter {
  margin-right: 10px;
  height: 30px;
  padding: 0 20px;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #E0600A;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.element-filter .filter:focus, .element-filter .filter:hover, .element-filter .filter:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  color: #E0600A;
}

.portfolio-section {
  position: relative;
  margin-bottom: 50px;
}

.portfolio-slider-filter .flex-direction-nav {
  position: absolute;
  right: 0;
  top: -70px;
  width: 90px;
}
.portfolio-slider-filter .flex-direction-nav li {
  display: inline-block;
}
.portfolio-slider-filter .flex-direction-nav .flex-prev,
.portfolio-slider-filter .flex-direction-nav .flex-next {
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background: #E0600A;
  position: relative;
  opacity: 1;
  visibility: visible;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
.portfolio-slider-filter .flex-direction-nav .flex-prev:before,
.portfolio-slider-filter .flex-direction-nav .flex-next:before {
  font-family: 'FontAwesome';
  font-size: 18px;
}
.portfolio-slider-filter .flex-direction-nav .flex-prev {
  left: -12px;
}
.portfolio-slider-filter .flex-direction-nav .flex-prev:before {
  content: "\f104";
}
.portfolio-slider-filter .flex-direction-nav .flex-next {
  right: 0;
}
.portfolio-slider-filter .flex-direction-nav .flex-next:before {
  content: "\f105";
}

.project-showcase-section {
  padding: 100px 0 70px 0;
}

.project-showcase-filter-btn-area {
  margin-bottom: 50px;
}
.project-showcase-filter-btn-area .element-filter {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
}
.project-showcase-filter-btn-area .element-filter .filter {
  color: #262626;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.project-showcase-filter-btn-area .element-filter .filter:hover {
  background: #E0600A;
  color: #fff;
}
.project-showcase-filter-btn-area .element-filter .filter.active {
  background: #E0600A;
  color: #fff;
}

.project-showcase-fliter-block .mix {
  margin-bottom: 30px;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 14. Service Style
|----------------------------------------------------------------------------
*/
.service-section-one {
  background: #E0600A;
  padding: 100px 0 70px 0;
}

.service-section-two {
  padding: 100px 0 70px 0;
}

.service-block {
  padding: 4px 4px 4px 40px;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.service-block span[class^='ti'],
.service-block .service-content-block h5,
.service-block .service-content-block p {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.service-style-one {
  border: 1px solid #fff;
}
.service-style-one:hover {
  background: #fff;
}
.service-style-one:hover span[class^='ti'] {
  color: #E0600A;
}
.service-style-one:hover .service-content-block h5,
.service-style-one:hover .service-content-block p {
  color: #262626;
}

.service-style-two {
  border: 1px solid #E0600A;
}
.service-style-two span[class^='ti'] {
  color: #E0600A;
}
.service-style-two:hover {
  background: #E0600A;
}
.service-style-two:hover span[class^='ti'] {
  color: #fff;
}
.service-style-two:hover .service-content-block h5,
.service-style-two:hover .service-content-block p {
  color: #fff;
}

.service-icon-block {
  width: 17%;
  display: inline-block;
  vertical-align: top;
}
.service-icon-block span[class^='ti'] {
  font-size: 25px;
}

.service-content-block {
  width: 80%;
  display: inline-block;
}
.service-content-block h5 {
  margin: 0 0 6px 0;
  font-weight: 600;
}
.service-content-block p {
  margin-bottom: 0;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 15. All Slider Style
|----------------------------------------------------------------------------
*/
.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  line-height: 1;
  opacity: 1;
  font-weight: 700;
  color: #262626;
  -webkit-font-smoothing: antialiased;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.client-logo-section {
  padding: 60px 0;
  background: #f7f7f7;
}

.client-logo-section-two {
  padding: 90px 0 100px 0;
  background: transparent;
}

.post-section-three {
  padding: 0;
  margin-top: -80px;
  position: relative;
  z-index: 9999;
}

.client-logo.slick-slide {
  text-align: center;
}
.client-logo.slick-slide img {
  display: inline-block;
}

.without-cntrlr .slick-prev:before,
.without-cntrlr .slick-next:before {
  content: none;
}

.featured-project-section {
 /* background: #16242e;*/
  background: black;
}
.featured-project-section .section-title h3 {
  color: #fff;
}

.mix {
  display: none;
}

.owl-carousel .owl-item img {
  width: auto;
}

.slider-three .client-logo {
  text-align: center;
}

.slider-three.owl-carousel .owl-item img {
  display: inline-block;
}

.slider-one .owl-controls,
.slider-two .owl-controls,
.slider-three .owl-controls,
.slider-four .owl-controls {
  display: none;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 16. Pagination Style
|----------------------------------------------------------------------------
*/
.pagination .nav-links .page-numbers {
  height: 50px;
  width: 50px;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  color: #262626;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.pagination .nav-links .page-numbers:hover {
  border-color: #E0600A;
}
.pagination .nav-links .page-numbers.current {
  border-color: #E0600A;
  display: inline-block;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 17. Prealoader Style
|----------------------------------------------------------------------------
*/
.preloader {
  background-color: white;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000000;
}

.spinner {
  font-size: 10px;
  height: 40px;
  left: 48%;
  position: absolute;
  text-align: center;
  top: 45%;
}

.spinner > div {
  background-color: #E0600A;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 17. Header Style
|----------------------------------------------------------------------------
*/
.tp{
    z-index: 10;
    padding-top: 0;
    position: absolute;
    top: -5px;

}

.header-top {
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 0;
}
.header-top .social-share-list li a {
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.header-top .btn-large {
  width: 107px;
  height: 24px;
  line-height: 22px;
}
.header-top .social-share-list,
.header-top .btn {
  display: inline-block;
}
.header-top .social-share-list {
  margin-right: 10px;
}

.left-header-top p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 38px;
}
.left-header-top p i.fa {
  margin-right: 10px;
}

.navbar-main .navbar-nav > li > a {
  padding: 30px 18px;
}
.navbar-main .navbar-nav {
  margin-right: 55px;
}

.navbar-widget {
  position: absolute;
  right: 0;
  width: 85px;
  top: 50%;
  -webkit-transform: translateY(-23px);
          transform: translateY(-23px);
  z-index: 99999;
}
.navbar-widget .top-search,
.navbar-widget .top-cart {
  display: inline-block;
}
.navbar-widget div[class^="top-"] {
  width: 40px;
  text-align: center;
}

.dropdown .btn-default,
.dropdown .dropdown-toggle.btn-default:focus {
  border: 0;
  background: transparent;
  padding: 0;
  outline: none;
}

.dropdown-menu {
  min-width: 175px;
}
.dropdown-menu li {
  margin-left: 0;
}

.header-main-box {
  padding: 22px 0;
}

.contact-info {
  margin-top: 8px;
}
.contact-info ul li {
  display: inline;
  margin-left: 40px;
}

.navbar-main {
  border: none;
  margin: 0;
  border-radius: 0;
  background-color:black;
  color:white;
}
.navbar-main .navbar-header .request-quote-btn {
  display: none;
}
.navbar-main .navbar-nav li a {
  background: transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.navbar-main .navbar-nav li a:hover {
  background-color: #E0600A;
  color: #ffffff;
}
.navbar-main .navbar-nav li.dropdown {
  position: relative;
}
.navbar-main .navbar-nav li.dropdown .dropdown-menu {
  display: block;
  padding: 15px 10px;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  border-top: 1px solid #eaeaea;
}
.navbar-main .navbar-nav li.dropdown .dropdown-menu > li > a {
  color: #262626;
  padding: 6px 10px;
}
.navbar-main .navbar-nav li.dropdown .dropdown-menu > li > a:hover {
  background-color: #E0600A;
  color: #ffffff;
  padding-left: 20px;
}
.navbar-main .navbar-nav li.dropdown .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.navbar-main .navbar-nav li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-main .navbar-left {
  margin-left: -30px;
}

.transparent-header .navbar-main {
  background: transparent;
}

.top-search {
  position: relative;
}
.top-search .search-toggle i.fa {
  margin: 17px 0;
  cursor: pointer;
}
.top-search .search-wrapper {
  position: absolute;
  display: none;
  top: 53px;
  right: 0;
  padding: 10px;
}
.top-search .search-wrapper form {
  position: relative;
}
.top-search .search-wrapper form .form-group {
  margin-bottom: 0;
}
.top-search .search-wrapper form .form-group .form-control {
  width: 280px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-cart .cart-wrapper {
  padding: 30px 15px;
  position: absolute;
  display: none;
  background: #fff;
  border-radius: 3px;
  min-width: 200px;
  left: -130px;
  top: 62px;
  border: 1px solid #E0600A;
}
.top-cart .cart-wrapper p {
  margin: 0;
}

.nav-right .top-search {
  display: inline;
}

/*** Mega Menu ***/
.navbar-main .container {
  position: relative;
}
.navbar-main .nav > li.mega-holder {
  position: static;
}
.navbar-main .mega-menu {
  width: 100%;
  background-color: #ffffff;
}
.style-4 .navbar-main .mega-menu, .style-5 .navbar-main .mega-menu {
  top: 100%;
}
.navbar-main .mega-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-main .mega-items li a {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #111111;
  display: block;
  text-transform: capitalize;
}
.navbar-main .mega-items li a:hover {
  color: #E0600A;
  padding-left: 10px !important;
}

@media (max-width: 991px) {
  /*** Navbar Collapse ***/
  .navbar-header {
    float: none;
  }

  .navbar-widget {
    display: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    max-height: 400px;
    overflow: auto;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-header {
    min-height: 100px;
    position: relative;
    padding: 20px 0;
  }
  .navbar-header .navbar-toggle {
    position: absolute;
    margin: 0;
    right: 0;
    top: 45px;
  }

  .navbar.navbar-main .navbar-toggle {
    border-color: #E0600A;
    background-color: transparent;
    border-radius: 0;
    margin-right: 0;
    float: right;
  }
  .navbar.navbar-main .navbar-toggle .icon-bar {
    background-color: #E0600A;
  }
  .navbar.navbar-main .navbar-toggle.collapsed {
    background-color: transparent;
  }
  .navbar.navbar-main .navbar-collapse {
    position: absolute;
    z-index: 9999;
    background: #fff;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.22);
  }
  .navbar.navbar-main .navbar-collapse.collapse {
    max-height: 400px;
    overflow: auto !important;
  }
  .navbar.navbar-main .navbar-left, .navbar.navbar-main .navbar-right {
    margin: 10px 0;
  }
  .navbar.navbar-main .navbar-nav li {
    clear: both;
  }
  .navbar.navbar-main .navbar-nav li a {
    padding: 8px 0;
  }
  .navbar.navbar-main .navbar-nav li.dropdown a {
    display: inline-block;
  }
  .navbar.navbar-main .navbar-nav li.dropdown:before {
    content: "\f067";
    font-family: "FontAwesome";
    float: right;
    color: #262626;
    padding: 10px;
    line-height: 16px;
  }
  .navbar.navbar-main .navbar-nav li.dropdown > .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    clear: both;
    width: 100%;
    padding: 0 0 0 10px;
  }
  .navbar.navbar-main .navbar-nav li.dropdown > .dropdown-menu li.dropdown:before {
    color: #111111;
    padding: 6px 10px;
  }
  .navbar.navbar-main .navbar-nav li.dropdown > .dropdown-menu li a {
    line-height: 20px;
    padding-left: 0;
  }
}
/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 18. Sub-header Style
|----------------------------------------------------------------------------
*/
.subheader-block {
  padding: 40px 0 35px 0;
  background: black; /*#f5f5f5;*/
}

.page-title-block {
  display: inline-block;
}
.page-title-block h2 {
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
  position: relative;
  text-transform: uppercase;
  color: antiquewhite; /*PRHS*/
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 19. Breadcrumb Style
|----------------------------------------------------------------------------
*/
.breadcrumb-area {
  padding: 12px 0;
  background: #E0600A;
}

.breadcrumb {
  padding: 0;
  background: transparent;
}

.breadcrumb > li,
.breadcrumb > li a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb > li + li:before {
  content: "\f068";
  font-family: 'FontAwesome';
  color: #ffffff;
}

.breadcrumb > .active {
  color: #ffffff;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 20. About Style
|----------------------------------------------------------------------------
*/
.about-service-section {
  padding: 95px 0 67px 0;
  overflow: hidden;
}

.about-service-section-two {
  padding-top: 0;
}

.about-service-block .service-icon-block {
  width: 12%;
}
.about-service-block .service-style-two {
  border: none;
  padding: 0;
}
.about-service-block .service-style-two:hover {
  background: none;
}
.about-service-block .service-style-two:hover span[class^='ti'] {
  color: #E0600A;
}
.about-service-block .service-style-two:hover .service-content-block h5,
.about-service-block .service-style-two:hover .service-content-block p {
  color: #262626;
}

.about-service-thumb {
  margin-top: 73px;
}

.about-service-thumb-two {
  margin: 0;
  position: relative;
}
.about-service-thumb-two img {
  height: 450px;
  margin-bottom: -70px;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 21. Coming Soon Style
|----------------------------------------------------------------------------
*/
.coming-soon-block {
  padding: 190px 0 200px 0;
  position: relative;
  text-align: center;
  background: url(../images/bg/1.jpg) no-repeat center center;
}
.coming-soon-block .overlay {
  background: rgba(255, 255, 255, 0.5);
}

.coming-soon-content > h3 {
  line-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.coming-soon-content .countdown-wrap {
  margin-bottom: 22px;
}
.coming-soon-content .countdown-wrap + p {
  margin-bottom: 43px;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 22. Contact Style
|----------------------------------------------------------------------------
*/
.contact-address-widget {
  padding: 40px;
  background: #E0600A;
}

.contact-address-widget .footer-widget-title {
  padding-bottom: 15px;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.contact-address-widget .footer-widget-title:before {
  background: #fff;
  width: 36px;
  height: 3px;
}
.contact-address-widget .address {
  margin-bottom: 15px;
}
.contact-address-widget div i.fa {
  color: #fff;
}

.contact-box-content-block {
  margin-bottom: 100px;
}
.contact-box-content-block .equal-height {
 /* height: 275px;*/
}
.contact-box-content-block .equal-height img {
  height: 275px;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 23. Single Style
|----------------------------------------------------------------------------
*/
.single-post {
  padding-bottom: 20px;
}
.single-post .post-thumb {
  margin-bottom: 22px;
}
.single-post .post-meta {
  margin-bottom: 15px;
}
.single-post .post-meta span {
  font-weight: 500;
  color: #E0600A;
  margin-right: 25px;
}
.single-post .text-highlight-one {
  font-weight: 700;
  margin-bottom: 25px;
}
.single-post .blockquote {
  margin: 50px 0 30px 0;
}

.post-share-block {
  padding: 10px 40px;
  margin-bottom: 60px;
  background: #E0600A;
  border-radius: 3px;
}
.post-share-block span {
  color: #fff;
}
.post-share-block span, .post-share-block ul {
  display: inline-block;
}

.comment-count-block {
  font-weight: 700;
  margin-bottom: 30px;
}

.comments {
  margin-bottom: 60px;
}
.comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments ul li ul li .comment-wrap {
  padding-left: 80px;
}
.comments .avatar-block,
.comments .comment-content {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.comments .avatar-block .replay-btn,
.comments .comment-content .replay-btn {
  color: #E0600A;
  position: absolute;
  right: 0;
  top: 0;
}
.comments .avatar-block .replay-btn i.fa,
.comments .comment-content .replay-btn i.fa {
  margin-right: 3px;
  font-size: 25px;
}
.comments .avatar-block {
  text-align: left;
  width: 15%;
}
.comments .avatar-block img {
  height: 80px;
  width: 80px;
  margin-bottom: 10px;
  border-radius: 50%;
  display: inline-block;
}
.comments .comment-content {
  width: 82%;
}
.comments .comment-content h4 {
  font-weight: 600;
}
.comments .comment-content .meta span {
  margin-right: 12px;
}
.comments .comment-content .meta span i.fa {
  margin-right: 5px;
}

.comment-wrap {
  margin-bottom: 52px;
}

.comment-content .comment-by,
.comment-content .meta {
  display: inline-block;
}
.comment-content .comment-by h4,
.comment-content .meta h4 {
  font-weight: 700;
}
.comment-content .comment-by {
  position: relative;
  padding-right: 18px;
}
.comment-content .comment-by:before {
  content: '/';
  position: absolute;
  right: 3px;
  top: 5px;
  font-size: 18px;
  font-weight: 700;
}

.comment-entry p {
  margin-bottom: 0px;
}

.write-comment-title {
  font-weight: 700;
  margin-bottom: 18px;
}

.write-comment-title + p {
  margin-bottom: 23px;
}

.comment-form-section .form-common {
  margin-bottom: 0;
  width: 60%;
}
.comment-form-section .form-common .ratting-area {
  margin-left: -8px;
}
.comment-form-section .form-common .form-group {
  margin-bottom: 23px;
}
.comment-form-section .form-common .form-group input.form-control:focus {
  border-color: #E0600A;
}
.comment-form-section .form-common textarea {
  resize: none;
}
.comment-form-section .form-common textarea:focus {
  border-color: #E0600A;
}
.comment-form-section .form-common .textarea-form-group {
  margin-bottom: 30px;
}
.comment-form-section .form-common .filetype-form-group {
  margin-bottom: 20px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  border: 1px solid #e7e7e7;
}
.comment-form .btn {
  line-height: 100%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 24. Widgets Style
|----------------------------------------------------------------------------
*/
.sidebar-wrap .widget {
  padding: 35px 30px 45px 30px;
  border: 1px solid #e7e7e7;
}
.sidebar-wrap .widget + .widget {
  margin-top: 30px;
}
.sidebar-wrap .widget.widget-search {
  padding: 0;
  border: none;
}
.sidebar-wrap .widget.widget-search .search-btn {
  color: #E0600A;
}
.sidebar-wrap .widget-title {
  padding-bottom: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sidebar-wrap .widget-title:before {
  width: 70px;
}

.widget-category ul {
  margin: 0;
  padding: 0;
}
.widget-category ul li {
  list-style: none;
  padding-left: 12px;
  position: relative;
}
.widget-category ul li a {
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.widget-category ul li a:hover {
  color: #E0600A;
}
.widget-category ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
}

.widget-recent-news .recent-news-post + .recent-news-post {
  margin-top: 30px;
}
.widget-recent-news .recent-news-post {
  display: table;
}
.widget-recent-news .recent-news-post .thumb, .widget-recent-news .recent-news-post p {
  margin: 0;
  display: table-cell;
}
.widget-recent-news .recent-news-post .thumb {
  width: 35%;
}
.widget-recent-news .recent-news-post p {
  width: 60%;
  font-weight: 600;
  line-height: 21px;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.widget-recent-news .recent-news-post:hover p {
  color: #E0600A;
}

.tagclouds a {
  padding: 8px 10px;
  border-radius: 3px;
  margin-right: 10px;
  line-height: 100%;
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.tagclouds a:hover {
  background: #E0600A;
  border-color: #E0600A;
  color: #fff;
}

.widget-social .social-share-list li a {
  margin: 0 1px;
  color: #262626;
  background: transparent;
  border: 1px solid #E0600A;
}
.widget-social .social-share-list li a:hover {
  color: #262626;
  background: #E0600A;
}

.sidebar-wrap .widget-side-nav {
  padding: 0;
  border: none;
}
.sidebar-wrap .widget-side-nav ul {
  margin: 0;
  padding: 0;
}
.sidebar-wrap .widget-side-nav ul li {
  padding-bottom: 5px;
  list-style: none;
}
.sidebar-wrap .widget-side-nav ul li a {
  display: block;
  height: 55px;
  background: #e7e7e7;
  color: #262626;
  padding: 15px 30px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.sidebar-wrap .widget-side-nav ul li a:before {
  content: "";
  background: transparent;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.sidebar-wrap .widget-side-nav ul li a:hover {
  background: #E0600A;
  color: #fff;
}
.sidebar-wrap .widget-side-nav ul li a:hover:before {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 15px;
  width: 3px;
  background: #fff;
}
.sidebar-wrap .widget-side-nav ul li a.active:hover:before {
  background: #fff;
}
.sidebar-wrap .widget-side-nav ul li a.active:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  height: 15px;
  width: 3px;
  background: #E0600A;
}
.sidebar-wrap .widget-quote {
  padding: 0;
  border: none;
}
.sidebar-wrap .widget-quote .form-control {
  height: 40px;
}
.sidebar-wrap .widget-quote .quote-form input[type="text"],
.sidebar-wrap .widget-quote .quote-form input[type="email"],
.sidebar-wrap .widget-quote .quote-form select {
  padding: 0 20px;
  border-color: #e7e7e7;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.sidebar-wrap .widget-quote .quote-form input[type="text"]:focus,
.sidebar-wrap .widget-quote .quote-form input[type="email"]:focus,
.sidebar-wrap .widget-quote .quote-form select:focus {
  border-color: #E0600A;
}
.sidebar-wrap .widget-quote .quote-form .btn {
  width: 100%;
  height: 40px;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.sidebar-wrap .widget-testimonial {
  border: 0;
  padding: 0;
}
.sidebar-wrap .testimonial-sidebar {
  border: none;
  padding: 30px;
  background: #262626;
}
.sidebar-wrap .testimonial-sidebar blockquote {
  font-size: 14px;
  border: 0;
  padding: 0;
  margin-bottom: 22px;
  color: #fff;
}
.sidebar-wrap .testimonial-sidebar .testimonial-thumb img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
}
.sidebar-wrap .testimonial-sidebar .commenter {
  margin-top: 7px;
}
.sidebar-wrap .testimonial-sidebar .commenter h4, .sidebar-wrap .testimonial-sidebar .commenter p {
  color: #fff;
  margin-bottom: 0;
}
.sidebar-wrap .widget-download {
  padding: 0;
  border: none;
}
.sidebar-wrap .widget-download .btn {
  height: 40px;
  border-radius: 0;
  width: 100%;
  line-height: 38px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.sidebar-two-wrap .widget + .widget {
  margin-top: 50px;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 25. Service Details Style
|----------------------------------------------------------------------------
*/
.service-details-section-two,
.service-details-section-three,
.project-details-section-one {
  padding-top: 0;
}

.service-tab-thumb {
  width: 45%;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}

.service-tab-content {
  width: 50%;
  display: inline-block;
  margin-left: 15px;
}
.service-tab-content .section-title {
  margin-bottom: 0;
}
.service-tab-content ul + p,
.service-tab-content p + p {
  margin-bottom: 0;
}
.service-tab-content .project-info-list {
  margin: 0 0 30px 0;
  padding: 0;
}
.service-tab-content .project-info-list li {
  list-style: none;
}

.service-tab {
  position: relative;
}
.service-tab ul.nav.nav-pills {
  position: absolute;
  bottom: 10px;
}
.service-tab .nav-pills > li {
  width: 93px;
  margin-right: 10px;
}
.service-tab .nav > li > a {
  padding: 0;
}
.service-tab .nav > li > a > img {
  max-width: 100%;
}

.service-tab-two .service-tab-thumb {
  width: 100%;
  margin: 0 0 140px 0;
}
.service-tab-two .service-tab-content {
  width: 100%;
  margin-left: 0;
}
.service-tab-two .nav-pills > li {
  width: 105px;
}
.service-tab-two ul.nav.nav-pills {
  bottom: auto;
  top: 280px;
}

.service-detail-two .chart {
  padding-bottom: 100px;
}

/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 26. Request Call Style
|----------------------------------------------------------------------------
*/
.request-call-section {
  padding: 210px 0;
  background: url(../images/bg/5.jpg) no-repeat center center;
  background-size: cover;
}
.request-call-section .section-title h3 {
  line-height: 50px;
}
.request-call-section .section-title h3 span {
  color: #E0600A;
}

.call-back-form .form-group {
  width: 33%;
  margin-bottom: 25px;
  display: inline-block;
}
.call-back-form .form-group .form-control {
  width: 93%;
  height: 45px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 20px;
  border-radius: 3px;
}
.call-back-form .form-group select {
  height: 45px;
  width: 93%;
  padding: 0 20px;
  background: transparent;
  outline: none;
  border-radius: 3px;
}
.call-back-form .btn {
  width: 130px;
  height: 45px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media (max-width: 767px) {
  .form-group {
    display: block;
  }

  .call-back-form .form-group {
    width: 49%;
    min-width: 300px;
  }
  .call-back-form button {
    display: block;
  }
}
@media (max-width: 633px) {
  .call-back-form-center {
    width: 300px;
    margin: 0 auto;
  }
  .call-back-form-center button {
    display: block;
    width: 97%;
  }

  .call-back-form .form-group {
    width: 100%;
  }
}
/*----- All variable is here ------*/
/*
|----------------------------------------------------------------------------
| 27. Footer Style
|----------------------------------------------------------------------------
*/
footer {
  background: #16242e;
}

.footer-widget-title {
  font-weight: 600;
  color: #fff;
  margin: 0 0 25px 0;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.footer-widget-title:before {
  width: 70px;
}

.footer-top-block {
  padding: 50px 0;
}

.footer-logo-block {
  margin-bottom: 10px;
}

.footer-bottom-block {
  padding: 22px 0;
  border-top: 1px solid #fff;
}

.copyright-text {
  margin-bottom: 0;
  color: #fff;
}
.copyright-text a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.copyright-text a:hover {
  color: #E0600A;
}

.footer-nav {
  margin: 0;
  padding: 0;
}
.footer-nav li {
  display: inline-block;
  margin: 0 15px;
}
.footer-nav li a {
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.footer-nav li a:hover {
  color: #E0600A;
}
.footer-nav li:last-child {
  margin-right: 0;
}

.widget-simple-contnet p {
  margin-bottom: 0;
  color: #fff;
}

.widget-address i.fa {
  color: #E0600A;
  width: 8%;
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
}
.widget-address p {
  color: #fff;
  margin-bottom: 0;
  width: 90%;
  display: inline-block;
}

.widget-useful-link ul {
  margin: 0;
  padding: 0;
}
.widget-useful-link .list-half {
  width: 50%;
  float: left;
  max-width: 200px;
}
.widget-useful-link .list-half li + li {
  margin-top: 7px;
}
.widget-useful-link .list-half li {
  list-style: none;
}
.widget-useful-link .list-half li a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #fff;
}
.widget-useful-link .list-half li a:hover {
  color: #E0600A;
}

.widget-subscribe form {
  margin-bottom: 25px;
}
.widget-subscribe input[type="text"] {
  padding: 10px 20px;
  border-radius: 0;
  height: 40px;
  background: transparent;
  border: 1px solid #E0600A;
}
.widget-subscribe input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.widget-subscribe .btn {
  height: 40px;
  width: 100px;
  border-radius: 0;
  color: #fff;
}
.widget-subscribe .social-share-list li a {
  color: #262626;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.widget-subscribe .social-share-list li a:hover {
  color: #fff;
}


.about-service-section h4{
  font-weight: bold;
}
.about-service-section p{
  font-size: 16px;
}

.post-style-two .post-content-block .opac{
  background-color: #0c040491; 
  bottom: 0px; 
  width: 100%; 
  left: 0px; 
  padding: 0px 0px 0px 0px;
}

#myCarousel img{
  width: 100%;
  height: 450px;
}
