/* start about section------------------------------------------------------------------------------------*/
.about_content {
  margin-right: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-transform: uppercase;
   color: #212121;
  font-family: futura_ltbold, sans-serif;
}

h2 {
  font-size: 30px;
  margin: 0px 0px 20px;
}
.about_content > h2 {
  font-size: 40px;
  margin: 90px 0px 15px;
  color: rgb(255, 203, 15);
}
h3 {
  font-size: 20px;
  margin: 0px 0px 10px;
}
.about_content > h3 {
  font-size: 30px;
  margin: 2px 0px 30px;
  text-transform: inherit;
}
.about_content > p {
  line-height: 18px;
  margin-bottom: 18px;
  text-align: justify;
}

.btn.know_btn {
  background: none 0px 0px repeat scroll rgb(255, 203, 15);
  border-radius: 30px;
  color: rgb(255, 255, 255);
  font-family: futura_ltbold, sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
  background: transparent;
  color: rgb(255, 203, 15);
  border: 1px solid rgb(255, 203, 15);
}
.about_content .btn.know_btn {
  margin: 18px 0px 60px;
}
img {
  width: 100%;
}
@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 991px) {
  .container.about_bg {
    background-position: center bottom 100px;
  }
}
@media (min-width: 1600px) {
  .about_content {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .about_content > h2 {
    font-size: 26px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .about_content > h3 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  .about_content > h3 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .btn.know_btn {
    font-size: 14px;
    padding: 8px 14px;
  }
}
@media (max-width: 1199px) {
  .about_banner > img {
    width: 334px;
    display: block;
    margin: 0px auto;
  }
}
@media (max-width: 479px) {
  .about_banner > img {
    width: 100%;
  }
}

/* end about section------------------------------------------------------------------------------------*/


/* start footer section------------------------------------------------------------------------------------*/
footer {
	background: #27262c;
 position: relative;
  padding-top: 45px;
}
footer::before {
  background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.33);
  content: "";
  height: 45px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
footer::after {
  background: none 0px 0px repeat scroll rgba(34, 37, 51, 0.9);
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.flogo{width:20%; }
.list-inline li {
    display: inline-block;
}
.footer_top,
.footer_bottom {
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
}

.footer_item {
  margin-top: 75px;
}
.footer_bottom.text-center p {
    font-size: 13px;
}
.footer_item > h4 {
    color: rgb(255, 255, 255);
    font-family: futura_ltbook, sans-serif;
    font-size: 19px;
    margin-bottom: 14px;
    text-transform: inherit;
}

.list-inline.footer_social_icon {
  margin: 32px 0px 0px;
}

.list-unstyled.footer_menu > li {
    padding: 4px 0px;
}
.footer_item .list-unstyled > li a {
      color: rgb(170 169 169);
    font-size: 13px;
}
.footer_item li a:hover,
.footer_item li a:focus {
  color: rgb(170, 170, 170);
}
.footer_social_icon .fa {
    background: none 0px 0px repeat scroll rgb(255 255 255);
    border-radius: 100%;
    color: rgb(34, 34, 34);
    font-size: 20px;
    height: 35px;
    padding: 8px;
    text-align: center;
    width: 35px;
}
.footer_bottom {
    background: none 0px 0px repeat scroll rgb(26, 28, 39);
    padding: 28px 0px 18px;
    margin-top: 55px;
}

/* end footer section------------------------------------------------------------------------------------*/


/* start header section ------------------------------------------------------------------------------------------------------*/

/* Header area
================================================== */

.d-block {
    display: block!important;
}
.header-two .logo img {
    height: 30px;
}

.logo img {
    width: auto;
    height: 35px;
}
.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
  background: #23282d;
}

.header-one .navbar-collapse {
  padding-left: 0;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}

.header-one ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .header-one ul.navbar-nav > li {
    padding-right: 0;
  }
}

.header-one .logo-area {
  padding: 30px 0;
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}

.header-two .navbar-fixed {
  background-color: #fff;
}

ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #d20c0c !important;
}

/*-- Logo --*/
.logo img {
  width: auto;
  height: 35px;
}

.header-two .logo img {
    height: 70px;
}

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: '';
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #d20c0c;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #d20c0c;
  position: relative;
}

ul.navbar-nav > li {
  padding: 0 13px;
  position: relative;
}

@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav > .header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
  }
}

ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
  .header-two ul.navbar-nav > li > a i {
    color: #fff;
  }
  .header-two ul.navbar-nav > li.active > a i,
  .header-two ul.navbar-nav > li > a.active i {
    color: #d20c0c;
  }
}

ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

ul.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: -.2px;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a {
  color: #000 !important;
  font-size: 13px;
}

/* Dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #d20c0c;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #d20c0c !important;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
}

.dropdown-menu li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: .3px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #d20c0c;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #d20c0c;
}

/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  position: absolute;
  cursor: pointer;
  top: 22px;
  right: 18px;
  color: #999;
}

@media (max-width: 991px) {
  .nav-search {
    top: 17px;
  }
}

.search-block {
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 10;
  margin-top: 0;
}

@media (max-width: 991px) {
  .search-block {
    top: 58px;
  }
}

.search-block .form-control {
  background-color: #222;
  border: none;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
}

.search-block .search-close {
  color: #999;
  position: absolute;
  top: -53px;
  right: -4px;
  font-size: 32px;
  cursor: pointer;
  background: #23282d;
  padding: 5px;
}

@media (max-width: 991px) {
  .search-block .search-close {
    top: -46px;
  }
}

.search-area .nav-search {
  top: 23px;
}

.search-area .search-block .search-close {
  top: -50px;
}

.search-area .search-block {
  right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
  padding: 12px 25px !important;
  font-size: 13px;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 1200px) {
  .header-get-a-quote .btn-primary {
    padding: 12px !important;
  }
}

@media (max-width: 991px) {
  .header-get-a-quote .btn-primary {
    padding: 12px 30px !important;
  }
}

.header-get-a-quote .btn-primary:hover {
  background: #272d33;
  color: #d20c0c !important;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
  position: relative;
  content: no-close-quote;
}

/* Table of Content
==================================================
1.    Slider
2.    Call to action
3.    Features
4.    Facts
5.    Services
6.   Project area
7.   Content area
8.   Testimonial
9.   Subscribe area
10.   News section
11.   Footer
12.   Sub Pages
13.   Contact Us
14.   News Listing
15.   News Single
16.   Sidebar
17.   Error page
*/
/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #d20c0c;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #d20c0c !important;
}

.slider.border:hover {
  background: #d20c0c;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #d20c0c;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #d20c0c;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/* Call to action
================================================== */
.call-to-action {
  background-color: #272d33;
  padding: 30px;
}

.call-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
  margin-top: -50px;
}

.call-to-action-box .action-style-box {
  background: #d20c0c;
  padding: 30px;
}

.action-title {
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}

/* Intro
================================================== */
/* Intro */
.ts-intro {
  padding-right: 20px;
}

.into-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}

.into-sub-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
  line-height: normal;
  margin: 10px 0;
}


/* end header section----------------------------------------------------------------------------------------------------------*/


/* News section
================================================== */
.latest-post {
  position: relative;
}

.latest-post .image-angle:before {
  border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.latest-post .post-title a {
  color: #303030;
}

.latest-post .post-title a:hover {
  color: #d20c0c;
}

.latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
}

.latest-post .post-body {
  padding: 20px 0 5px;
}
/* News Listing
================================================== */
.post {
  border-bottom: 1px solid #dadada;
  padding: 0 0 30px;
  margin: 0 0 45px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 20px 0;
}

.entry-header .entry-title {
  font-size: 24px;
  margin: 5px 0 15px;
  position: relative;
  line-height: 34px;
  text-transform: capitalize;
}

.entry-header .entry-title a {
  color: #303030;
}

.entry-header .entry-title a:hover {
  color: #d20c0c;
}

.post-single .entry-header .entry-title {
  font-size: 28px;
}
/* News Single
================================================== */
.tags-area {
  margin: 20px 0;
}

.post-tags a {
  border: 1px solid #dadada;
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 3px;
}

.post-tags a:hover {
  background: #d20c0c;
  color: #fff;
  border: 1px solid transparent;
}
/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
  color: #303030;
  display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
  color: #d20c0c;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul > li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul > li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
  background: #d20c0c;
  color: #fff;
  border: 1px solid transparent;
}
.section-sub-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 60px;
    color: #212121;
}

/* end news section----------------------------------------------------------------------------------------------------------*/

/*----start news----------------------------------------------------------> */
.btn-primary {
    background: #d20c0c;
}
img.img-fluid.news {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.portImg{
	
    width: 100%;
    height: 450px;
    object-fit: cover;	
	
}
hr.Myline {
    border-top: 2px solid rgb(112 103 103);
    margin-bottom: 20px;
    margin-top: 20px;
    width: 50%;
}
.btn-primary, .btn-dark {
    border: 0;
    border-radius: 3px;
    padding: 12px 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    transition: 350ms;
    font-size: 14px;
}
.btn-primary,.btn-dark:hover {
    color: #fff;
    background-color: #d20c0c;
    border-color: red;
}
/*--------------end news-------------------------------------------------------*/


/*start portfolio---------------------------------------------------*/
.portfolio-btn {
      text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    border-radius: 3px;
    padding: 12px 20px 10px;
    border: 1px solid #b6aeae45;
    background-color: #ffffff;
    color: black;
    font-weight: 700;
}
.portfolio p{
      font-size: 1rem !important;
    font-weight: 400;
}
}
.portfolio h1{
	    font-size: 20px !important;
	
}
.about_content > p {
    line-height: 18px;
    margin-bottom: 18px;
    text-align: justify;
    color: #212529;
}
.lead {
    font-size: 1.25rem !important;;
    font-weight: 300;
}

.portSpace {
    margin-top: 40px;
}
    span {
        display: inline-block;    
    }
    .portf:before,
    .portf:after {
border-top: 3px solid #524d4d;
    display: block;
    height: 1px;
    content: " ";
    width: 60%;
    position: absolute;
    left: -280px;
    top: 22px;
    }
	    .portf2:before,
    .portf2:after {
  border-top: 3px solid #524d4d;
    display: block;
    height: 1px;
    content: " ";
    width: 60%;
    position: absolute;
    right: -280px;
    top: 22px;
    }
 
/*end portfolio---------------------------------------------------*/

/* Facts
================================================== */
/*start pg stats*/
.fact-counter-2 {
    position: relative;
    padding: 70px 0px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #ffffff;
}
.fact-counter-2:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.fact-counter-2 .link {
    margin-top: 25px;
}
.thm-btn {
    position: relative;
    background: #ff5722;
    font-size: 14px;
    line-height: 46px;
    border-radius: 4px;
    color: #ffffff;
    border: 2px solid #ff5722;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.fact-counter-2 .item {
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid #5e5e61;
    color: #fff;
    padding: 28px 0 32px;
}
.fact-counter-2 .column .icon {
    font-size: 36px;
    position: relative;
    width: 70px;
    margin-top: 13px;
    right: 0;
    float: left;
    text-align: center;
    margin-bottom: 5px;
        color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.fact-counter-2 .column .count-area {
    float: left;
}
.fact-counter-2 .count-outer {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 0px 5px;
}
.fact-counter-2 .item {
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid #5e5e61;
    color: #fff;
    padding: 28px 0 32px;
}
.fact-counter-2 .column .counter-title {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
}
.fact-counter-2 .content {
    background: #fff;
    padding: 40px;
}
.fact-counter-2 .content h2 {
    font-weight: 700;  
    margin: 15px 0;  
    text-transform: uppercase;
}
section.fact-counter.fact-counter-2.sec-padd:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.6;
       background: rgb(0 0 0);
}   


article.column.counter-column.col-md-6.col-sm-6.col-xs-12.wow.fadeIn.animated.counted {
    margin-bottom: 10px;
}

/*end pg stats*/
/*end facts---------------------------------------------------*/



/*start section---------------------------------------------------*/

section, .section-padding {
    padding: 70px 0;
    position: relative;
}
.solid-bg {
    background: #f9f9f9;
}

/* welcome section--------------- */
img.card-img-top.mb-5.mb-md-0.mainImg {
    height: 200px;
    object-position: top;
    width: 100%;
    object-fit: fill;
}
/*end welcome section---------------------*/
/*end section---------------------------------------------------*/



/* slide props */
.box-slider-text {
    background: rgba(28, 23, 21, 0.7);
    padding: 20px;
    color: #fff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-top: 5px solid #f03c02;
}
/* end slide props------------------*/


/*-- Banner --*/

.banner-area {
  position: relative;
    min-height: 180px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}
.banner-area:before{	
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.6;
       background: rgb(0 0 0 / 50%);	
}
.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
  @include tablet {
    font-size: 48px;
  }
  @include mobile {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  li a,
  .breadcrumb-item,
  li a:focus,
  li a:hover {
    color: #fff !important;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
  }
}
li.breadcrumb-item a {
    color: #b2b2ff;
}
/* end banner-------------------------------------------- */


.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #303030;
}

.post-meta a:hover {
  color: $color-primary;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dadada;
  line-height: 12px;
  display: inline-block;
}

.post-meta i {
  color: #bbb;
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}


/*end post meta------------------------*/

/* Sidebar nav */

/* Sidebar nav */

.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
  a {
    color: #303030;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    display: block;
    transition: 400ms;
  }
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: $color-primary;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}


/* Service menu */

.sidebar ul.service-menu {
  li {
    width: 100%;
    a {
      background-color: #f4f4f4;
      padding: 15px 20px;
      border: 0;
      margin-bottom: 8px;
      position: relative;
      transition: 400ms;
      display: block;
    }
    &.active a,
    &:hover a {
      background: $color-primary;
      color: #fff;
      cursor: pointer;
    }
  }
}


/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts {
  ul li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 17px;
    &:last-child {
      border: 0;
      padding-bottom: 0;
      margin-bottom: 0;
    }
  }
  .posts-thumb img {
    margin-right: 15px;
    width: 90px;
    height: 70px;
  }
  .post-info .entry-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    a {
      color: #303030;
      display: inline-block;
      &:hover {
        color: $color-primary;
      }
    }
  }
  .post-date {
    font-weight: 400;
    color: #999;
    text-transform: capitalize;
  }
}


/* Widget tags */
.widget-tags ul>li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul>li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul>li a:hover {
  background: $color-primary;
  color: #fff;
  border: 1px solid transparent;
}

.sidebar ul.nav-tabs li a {
    color: #303030;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    display: block;
    transition: 400ms;
}

/*end side navs  ------------------*/
 /* Sidebar
================================================== */

.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  border-left: 3px solid #d20c0c;
}
/*end side bars  ------------------*/

/* Post social */

.post-social-icons>li {
  display: inline-block;
}

.post-social-icons a i {
  margin-left: 5px;
  font-size: 12px;
  width: 28px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.post-social-icons a i.fa-facebook-f {
  background: #41578a;
}

.post-social-icons a i.fa-twitter {
  background: #64bae2;
}

.post-social-icons a i.fa-google-plus {
  background: #c0343d;
}

.post-social-icons a i.fa-linkedin {
  background: #3397b6;
}

/*-- Team page --*/
.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-team .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}


.our-team{
  background: url("http://www.team.com/img/right-sider-banner.png") no-repeat center top / cover;
  
}
.our-team .cnt-block{ 
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #d5d5d5;
    margin: 0 0 28px;
}
.our-team ul{
  margin:0;
  padding:0;
  list-style:none;
}
.our-team .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-team .cnt-block img{ 
    width: 148px;
    height: 148px;
    border-radius: 100%;
    object-fit: cover;
}
.our-team .cnt-block h3{ 
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 0;
    text-transform: uppercase;
}
.our-team .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-team .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-team .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-team .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-team .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-team .cnt-block .follow-us li .fa{ 
    border: 1px solid #2325321f;
    background: none 0px 0px repeat scroll rgb(255 255 255);
    color: rgb(0 0 255);
    font-size: 20px;
    height: 35px;
    padding: 7px;
    text-align: center;
    width: 35px;
    border-radius: 100%;
}
.our-team .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}



/* markr------------
====================================================================
	Our Mission Style
====================================================================

***/

.mission-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
}

.mission-section .container {
	max-width: 1310px;
}

.mission-section .row {
	margin: 0 -5px;
}

.mission-block {
	position: relative;
	padding: 0 5px;
}

.mission-block .inner-box {
	position: relative;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.mission-block .inner-box .caption {
	position: relative;
	padding: 70px 0 52px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mission-block .overlay-box h4 {
    color: #fff;
}

.mission-block h4 {
     font-size: 16px;
    font-weight: 600;
    color: #222;
    padding-top: 18px;
}
section.mission-section.sp-one h1{
    color: white;
}
.mission-block img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}
/*** 
/*** 
	Subscribe section
====================================================================

***/

.subscribe-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 57px 0 26px;
}

.subscribe-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	    background-color: rgb(255 255 255);
}

.subscribe-section .title-column,
.subscribe-section .call-btn {
	margin-bottom: 30px;
}

.subscribe-section h2 {
	position: relative;
	font-size: 36px;
	line-height: 1.2em;
	    color: #353333;
	font-weight: 500;
	margin-bottom: 7px;
}

.subscribe-section .text {
    color: #353333;
	font-size: 16px;
	font-weight: 400;
}
a.btn.btn-primary.conta {
    color: #d20c0c;
    background-color: #ffffff;
    border: 1px solid #d20c0c;
}


====================================================================
	Contact Form Style
====================================================================

***/

.contact-form-section h1 {
	position: relative;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 50px;
	padding-bottom: 15px;
}

.contact-form-section h1:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 2px;
	width: 15px;
	height: 2px;
	background-color: #d20c0c;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contact-form-section h1:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -5px;
	width: 30px;
	height: 2px;
	background-color: #d20c0c;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contact-form-section .title h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.contact-form-section .title h4:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 2px;
	width: 15px;
	height: 2px;
	background-color: #d20c0c;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contact-form-section .title h4:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -5px;
	width: 30px;
	height: 2px;
	background-color: #d20c0c;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contact-form-section .contact-info-list {
	position: relative;
	z-index: 9;
}

.contact-form-section .contact-info-list li {
	position: relative;
	color: #222;
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 23px;
	padding-left: 60px;
}

.contact-form-section .contact-info-list li:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: #ddd;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contact-form-section .contact-info-list li:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0px;
	width: 50px;
	height: 2px;
	background-color: #d20c0c;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.contact-form-section .contact-info-list li b {
	font-weight: 600;
	display: block;
	font-family: 'Poppins', sans-serif;
}

.contact-form-section .contact-info-list li span {
	margin-right: 15px;
	display: inline-block;
	color: #d20c0c;
	position: absolute;
	left: 18px;
	top: 10px;
	font-size: 18px;
}
@media (max-width: 767px){
.box-slide-sub-title {
    font-size: 26px;
}
}

h3.action-title {
    font-size: 26px;
    color: #343131;
}
/*Contact Form*/


/*** 
