/*[font Variables]*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*[debugging.css]*/
@import url('header.css');
@import url('page-css/services-page-style.css');
@import url('page-css/team-page-style.css');
@import url('page-css/testimonials-page-style.css');
@import url('page-css/faq-page-style.css');
@import url('page-css/blog-pages-style.css');
@import url('page-css/priceing.css');
@import url('page-css/appointment-page.css');
@import url('page-css/contact-page-style.css');
@import url('page-css/footer.css');
@import url('hover.css');
@import url('animate.css');

@font-face {
  font-family: AS_Speedway;
  src: url(../fonts/AS_Speedway.ttf);

}

/*** 
====================================================================
  Global Settings
====================================================================
 ***/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}

a.navbar-brand {
  width: 245px;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
  color: #363636;
  line-height: 28px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;

}

/*** 

====================================================================
  Scroll To Top style
====================================================================

***/
#scroll {
  position: fixed;
  z-index: 999;
  right: 12px;
  bottom: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #2e87d9;
  border: solid 2px #89d3f9;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 44%;
  margin-left: -8px;
  margin-top: -17px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

#scroll:hover {
  border: solid 2px #e6760c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*** 

====================================================================
  End Scroll To Top style
====================================================================

***/

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

.padd-r-none {
  padding-right: 0;
}

.padd-l-none {
  padding-left: 0;
}

.pd-left-50 {
  padding-left: 50px;
}

.mr-btm-0 {
  margin-bottom: 0 !important;
}

.mb-60 {
  margin-bottom: 45px;
}

.brd-r-0 {
  border-right: 0 !important;
}

.spacer-50 {
  width: 100%;
  height: 20px;
  float: left;
}

.bg-gray-light {
  background-color: #f7f7f7;
}

/*** 

====================================================================
  image block style
====================================================================

***/
img {
  max-width: 100%;
}

.image_thumb {
  overflow: hidden;
  /*display: inline-block;*/
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 17px #d2cfcf;
  background-color: #FFF;
  padding: 6px;
}

.image_thumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.image_thumb img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.image_thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image_thumb:hover:before {
  opacity: 1;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

/* Btn css*/
.btn-full {
  width: 100% !important;
  display: inline-block;
  text-align: center;
}

.btn-xlg {
  padding: 15px 50px
}

.btn-lg {
  padding: 12px 30px;
  display: inline-block;
}

.btn-md {
  padding: 11px 20px;
  display: inline-block;
}

.btn-xs {
  padding: 11px 15px 10px;
  display: inline-block;
}

.theme-btn {
  color: #FFF;
  background-color: #2e87d9;
  border-radius: 40px;
  font-size: 18px;
  margin-top: 10px;
  float: left;
  letter-spacing: 0.3px;
  font-family: 'Roboto', sans-serif;
  border: none;
}

.theme-btn:hover {
  background: #8ad3fc;
  color: #FFF;
  text-decoration: none;
  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;
}

.theme-btn:focus {
  color: #FFF;
}

.theme-btn-second {
  color: #FFF;
  background-color: #4f5368;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 10px;
  float: left;
  letter-spacing: 0.3px;

}

.theme-btn-second:hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
  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;
}

.theme-btn-brd {
  color: #649a38;
  background-color: #FFF;
  border: 2px solid #649a38;
  border-radius: 0px;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
  letter-spacing: 0.3px;

}

.theme-btn-brd:hover {
  background: #649a38;
  border: 2px solid #649a38;
  color: #FFF;
  text-decoration: none;
  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;
}

/* End btn css*/

/* Main title css
============================================================================================ */
.sec_middle_title {
  text-align: center;
  max-width: 1040px;
  margin: auto;
  padding-bottom: 60px;
}

.sec_middle_title h1 {
  font-size: 40px;
  color: #242424;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: .90px;
  padding-bottom: 20px;
}

.sec_middle_title h1::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #2e87d9;
  display: block;
  position: relative;
  top: 10px;
  left: 0;
  margin: auto;
}

.sec_middle_title h1 span {
  font-size: 40px;
  color: #2e87d9;
  font-weight: 300;
}

.sec_middle_title h2 span {
  color: #18ba60;
}

.sec_middle_title p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .34px;
}


/*** 

====================================================================
  Main Slider style
====================================================================

***/
.slider_area.mr_top {
  margin-top: 143px;
}

.slider_area {
  min-width: 0;
  min-height: 0;
  background-color: #000;
  overflow: hidden;
}

.slider_area .container-fluid {
  position: relative;
  padding-left: 0;
}

.slider_area .col-lg-12 {
  position: relative;
  padding: 0;
}

.slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider_area .owl-carousel {
  padding: 0;
  position: relative;
}

.slider_area .slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.slider_area .carousel-captions {
  position: absolute;
  top: 50%;
  width: 500px;
  z-index: 250;
  -webkit-transform: translateY(-50%);
}

.slider_area .carousel-captions .caption-align-center-wrap {
  margin: 0 auto;
}

.slider_area .carousel-captions .small-heading {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3px;
  background-color: #000;
  padding: 5px 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  animation: fadeInleft 0.5s both 0.4s;
  width: auto;
  text-transform: uppercase;
}

.slider_area .carousel-captions .heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 46px;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .2);
  font-weight: bold;
  line-height: 55px;
}

.slider_area .carousel-captions .heading.color {
  color: #FFF;
}

.slider_area .carousel-captions .btn {
  font-size: 16px;
  text-transform: capitalize;
  padding: 16px 34px;
}

.slider_area .btn-outline.lighter {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  border-color: rgba(255, 255, 255, .2);
  background-color: #e6760c;
}

.slider_area .owl-nav {
  margin-top: -50px;
  text-align: center;
}

.slider_area .owl-nav [class*=owl-] {
  width: 37px;
  height: 37px;
  color: #242424;
  line-height: 35px;
  padding: 0;
  background: transparent;
  border: 1px solid #242424;
  text-align: center;
  border-radius: 0;
  font-size: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider_area .owl-nav [class*=owl-]:hover {
  /*opacity: .55;
  filter: alpha(opacity=55);*/
  background: rgba(0, 0, 0, 0.5);
}

.slider_area .owl-nav .owl-next {
  margin-right: 10px;
  top: 40%;
  right: -10px;
  position: absolute;
  color: #FFF;
  font-size: 35px;
  margin: 5px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px -moz-border-radius: 3px;
  border-radius: 5px;
  width: 58px;
  height: 58px;
  border: none;
  line-height: 56px;
}

.slider_area .owl-nav .owl-prev {
  margin-right: 10px;
  top: 40%;
  left: 0px;
  position: absolute;
  color: #FFF;
  font-size: 35px;
  margin: 5px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  width: 58px;
  height: 58px;
  border: none;
  line-height: 56px;
}

/*End Slder*/

/*** 

====================================================================
  Start About Section
====================================================================

***/
.about_area {
  padding: 60px 0;
}

.about_area .row {
  display: flex;
  align-items: center;
}

.about_area .img_right {
  float: right;
}

.about_content_area {
  float: left;
  width: 100%;
}

.about_content_area h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

.about_area h1 span {
  color: #2e87d9;
  font-weight: 300;
}

.about_content_area_2 .img_left {
  widows: 304px;
  float: left;
  margin-right: 30px;
}

.about_content_area_2 {
  width: auto;
  padding-top: 50px;
}

.about_content_area_2 h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

.about_content_area_2 h1 span {
  color: #e6760c;
  font-weight: 300;
}

/*** 

====================================================================
  End About Section
====================================================================

***/

/* .commercial_area {
  padding: 30px 0;
}

.commercial_area .col-lg-12 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.commercial_area h2 {
  margin-bottom: 15px;
  font-size: 20px;
} */


/* Start Wider Strip Section Area*/

.wider_strip {
  padding: 40px 0;
  background-color: #2e87d9;
}

.wider_strip h1 {
  color: #FFF;
}

.wider_strip p {
  color: #FFF;
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}

.wider_strip .theme-btn {
  margin-top: 46px;
}

.wider_strip .theme-btn:hover {
  background: #FFF;
  color: #000;
}

/* End Wider Strip Section Area*/


/* Start Service Section Area*/

.service_area .row {
  display: flex;
  flex-wrap: wrap;
}

.service_area .row .col-lg-12 {
  margin-bottom: 30px;
}

.service_area .row .col-md-4.col-sm-6 {
  margin-bottom: 30px;
}

.service_area {
  padding: 93px 0 70px 0;
}

.service_area .theme-btn {
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: table;
  float: none;
}

.service-block {
  position: relative;
  background-color: #f5f8f6;
  border-radius: 21px;
  padding: 10px;
  height: 100%;
}

.service-block .inner-box {
  position: relative;
  padding: 30px 25px 40px;
  text-align: center;
  border-radius: 20px;
  background-color: #f2f6fa;
  background-color: #fff;
  border: 1px solid #2e87d9;
  padding: 30px 25px 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 100%;
}

.service-block .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
  background: -webkit-linear-gradient(-90deg, #f25743, #eb3648 50%);
  transform: scale(1, 1);
}

.service-block .inner-box:hover:before,
.service-block .inner-box:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.services-section .service-block .inner-box {
  margin: 20px 0px;
}

.service-block .inner-box:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
  background-color: #2e87d9;
}

.service-block .icon-box {
  position: relative;
  display: inline-block;
  height: 105px;
  width: 105px;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 20px;
  z-index: 1;
}

.service-block .icon-box .icon {
  position: relative;
  display: block;
  font-size: 60px;
  color: #0d61a8;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover .icon-box .icon {
  color: #eb4343;
}

.service-block h5 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 15px;
  z-index: 1;
}

.service-block h5 {
  color: #181e44;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover h5 {
  color: #ffffff;
  text-decoration: none;
}

.service-block .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

.service-block .inner-box:hover p {
  color: #ffffff;
}

.service-block .link-box {
  position: relative;
  z-index: 1;
}

/* End Service Area Section*/

/* Start Testimonial Area Section*/
.testimonial-area {
  background-color: #2e87d9;
  padding: 100px 0;
}

.testimonial-area .sec_middle_title h1::after {
  background-color: #FFF;
}

.testimonial-area .sec_middle_title h1 {
  color: #FFF;
}

.testimonial-area .sec_middle_title h1 span {
  font-size: 40px;
  color: #FFF;
  font-weight: 300;
}

.testimonial-area .testimonial_bx {
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: #FFF;
  border-radius: 20px;
  float: left;
}

.testimonial-area .testimonial-inner-block {
  border: 1px solid #2e87d9;
  padding: 15px;
  border-radius: 20px;
  padding-top: 45px;
  padding-bottom: 20px;
  float: left;
}

.testimonial-area .quote-icon {
  margin: auto;
  display: table;
}

.testimonial-area .quote-icon img {
  width: auto;
}

.testimonial-area .testimonial-block {
  padding-top: 40px;
}

.testimonial-area .testimonial-block p {
  color: #363636;
  text-align: center;
}

.testimonial-area .client-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: transparent;
  margin: 25px auto 0;
}

.testimonial-area .client-img img {
  border-radius: 50%;
}

.testimonial-area .s-rating {
  margin: 25px auto 0;
  display: table;
  width: auto;
}

.testimonial-area .s-rating img {
  width: auto;
}

.testimonial-area h4.name {
  font-size: 16px;
  line-height: 20px;
  padding-top: 15px;
  text-align: center;
  color: #000;
}

.testimonial-area h4.name span {
  font-size: 16px;
  color: #757575;
}

.testimonial-area .theme-btn {
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: table;
  float: none;
}

.testimonial-area .owl-dots {
  position: relative;
  text-align: center;
  margin-left: 12px;
  margin-top: -10px;
}

.testimonial-area .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 50px;
}

.testimonial-area .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.testimonial-area .owl-dots .owl-dot.active {
  background: #FFF;
}

.testimonial-area .item {
  padding-bottom: 30px;
}

/* End Testimonial-area Section*/

/*** 
====================================================================
  Start Client Logo Section
====================================================================
***/
#clients {
  padding: 100px 0;
  background-color: #FFF;
}

#clients .owl-carousel {
  padding: 0 70px;
  position: relative;
}

#clients .container .item img {
  transition: all 0.3s ease 0s;
  display: inline;
}

#clients .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#clients .owl-nav {
  margin: 0;
}

#clients .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .owl-prev {
  left: 0px;
  position: absolute;
  top: 0;
  line-height: 145px;
}

#clients .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}

#clients .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .owl-next {
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 145px;
}

#clients .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}

/* End client section css*/

/* Start Request Quote Area Section*/
.quote-area {
  padding: 0;
}

.quote-area .quote-block-outer {
  width: 100%;
  background-color: #2f88d6;
  padding-bottom: 0;
  display: table;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 10px;
}

.quote-area .quote-block {
  width: 100%;
  background: #89d3f9;
  padding-bottom: 0;
  display: table;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
  overflow: hidden;
  margin-top: 8px;
}

.quote-area .pstman2 {
  width: 522px;
  height: 387px;
  padding-top: 20px;
}

.quote-area .quote-form-block {
  padding: 56px 0 0 0;
}

.quote-area .quote-form-block input[type="text"] {
  width: 265px;
  height: 52px;
  float: left;
  background-color: #FFF;
  border: none;
  padding-left: 15px;
  margin-right: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #e6e2d9;
}

.quote-area .quote-form-block select {
  width: 265px;
  height: 52px;
  float: left;
  background-color: #FFF;
  border: none;
  padding-left: 15px;
  margin-top: 0;
  margin-right: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #e6e2d9;
}

.quote-area .quote-form-block textarea {
  width: 540px;
  height: 100px;
  float: left;
  background-color: #FFF;
  border: none;
  margin-top: 0;
  padding-left: 15px;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #e6e2d9;
}

/*** 
====================================================================
  Inner Banner Style
====================================================================
***/
.banner_area {
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-top: 147px;
}

.banner_area.banner_one {
  background: url(../Image/banner.jpg) no-repeat scroll center center;
}

.banner_area:before {
  content: "";
  background: linear-gradient(to right, rgba(17, 24, 42, 0.85), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_area .banner_content h3 {
  padding: 120px 0;
  color: #FFF;
  font-size: 45px;
  font-weight: 600;
}

.banner_link {
  background: #FFF;
  border-bottom: 1px solid #e0e0e0;
}

.banner_link .abnner_link_inner a {
  font-size: 16px;
  color: #000;
  letter-spacing: .32px;
  margin-right: 25px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_link .abnner_link_inner a:before {
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}

.banner_link .abnner_link_inner a:last-child {
  margin-right: 0px;
}

.banner_link .abnner_link_inner a:first-child:before {
  display: none;
}

.banner_link .abnner_link_inner a:hover,
.banner_link .abnner_link_inner a.active {
  color: #000;
}

.banner_area_plane {
  background: url(../img/banner/banner-bg.html) no-repeat scroll center center;
  background-size: auto auto;
  background-size: cover;
  min-height: 235px;
  position: relative;
  z-index: 2;
}

.banner_area_plane::before {
  content: "";
  background: rgba(143, 143, 143, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_area_plane .banner_content h3 {
  padding-top: 100px;
  font-size: 38;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/*** 
====================================================================
  About Page Style Css
====================================================================
***/

/*About Block*/
.our_about_area {
  padding: 100px 0px;
  background-color: #FFF;
}

.our_about_left_content {
  padding-right: 10px;
}

.our_about_left_content .section_title {
  padding-bottom: 30px;
}

.our_about_left_content h2 {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.our_about_left_content h3 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .44px;
  color: #242424;
}

.our_about_left_content p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .34px;
  padding-top: 30px;
}

/* Fluid Block*/
.fluid-section-one {
  position: relative;
}

.fluid-section-one .outer-container {
  position: relative;
  min-height: 250px;
  background-color: #f9f8fc;
}

.fluid-section-one .image-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fluid-section-one .image-column .image-box {
  position: relative;
  display: none;
}

.fluid-section-one .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.fluid-section-one .content-column {
  position: relative;
  float: right;
  width: 50%;
}

.fluid-section-one .content-column .inner-column {
  position: relative;
  width: 100%;
  padding: 50px 0px 50px 45px;
}

.fluid-section-one .content-column .inner-column .title-box {
  position: relative;
  width: 100%;
  float: left;
}

.fluid-section-one .content-column .inner-column .title-box .box-inner {
  position: relative;
  padding-right: 50px;
}

.fluid-section-one .content-column .inner-column .title-box h2 {
  position: relative;
  color: #000;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.fluid-section-one .content-column .inner-column .title-box .text {
  position: relative;
  padding-left: 0px;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.fluid-section-one .content-column .inner-column .title-box .text h3 {
  font-size: 20px;
  font-weight: 300;
  color: #555063;
  line-height: 1.3em;
  margin-bottom: 20px;
}

/*** 
====================================================================
  About Page Why Choose Section
====================================================================
***/
.why_choose {
  padding: 95px 0px 55px;
}

.why_choose .sec_middle_title {
  padding-bottom: 53px;
}

.main_sub_heading {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.choose_outer {
  position: relative;
  background: #f6f6f6;
  text-align: center;
  padding: 30px 15px;
  z-index: 1;
  margin: 0 0 50px 0px;
  transition: 0.3s;
}

.choose_outer::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #c7985f;
  left: -6px;
  top: 40px;
  bottom: 40px;
  display: none;
}

.choose_outer::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #c7985f;
  right: -6px;
  top: 40px;
  bottom: 40px;
  display: none;
}

.border-top_bottom {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
  display: none;
}

.choose_outer:hover {
  background: linear-gradient(to bottom, rgba(238, 241, 248, 0.85), rgba(0, 0, 0, 0));
}

.choose_outer:hover h3 {
  color: #000;
}

.choose_outer:hover p {
  color: #000;
}

.border-top_bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #c7985f;
  width: auto;
  left: 60px;
  right: 60px;
  bottom: -6px;
}

.border-top_bottom::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #c7985f;
  width: auto;
  left: 60px;
  right: 60px;
  top: -6px;
}

.choose_outer figure {
  display: flex;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 80px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
}

.choose_outer h3 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.choose_outer p {
  color: #424242;
}

/*End why-choose*/

/*** 
====================================================================
  Start Gallery Page Css
====================================================================
***/
.padd-none {
  padding: 0px;
}

.latest-gallery {
  padding: 95px 0px 70px;
}

.latest-gallery .single-item.padd-none {
  padding: 0px !important;
}

.latest-gallery h1 {
  font-size: 35px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.latest-gallery .single-item {
  padding-bottom: 30px;
}

.latest-gallery .single-item.padd-none {
  padding: 0px !important;
}

.latest-gallery .single-item .img-box {
  position: relative;
  overflow: hidden;
}

.latest-gallery .single-item .img-box img {
  width: 100%;
}

.latest-gallery .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.latest-gallery .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.latest-gallery .single-item .img-box .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(to right, rgba(61, 171, 222, 0.85), rgba(0, 0, 0, 0));
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
}

.latest-gallery .single-item .img-box .overlay .social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.latest-gallery .single-item .img-box .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.latest-gallery .single-item .social a i:before {
  font-size: 20px;
  color: #000;
  margin: 0px;
  border: 1px solid #FFF;
  background-color: #FFF;
  padding: 10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.latest-gallery .single-item .social h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.latest-gallery .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.latest-gallery .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}

.latest-gallery .single-item .img-box .overlay .top {
  text-align: center;
}

.latest-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}

.latest-gallery .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.latest-gallery .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}

.latest-gallery .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}

.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}

.latest-gallery .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}

.post-filter li {
  padding: 5px 5px;
}

.post-filter li span {
  padding: 7px 20px;
  color: #343434;
  font-size: 14px;
  border: 1px solid #e6760c;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.post-filter li:hover span,
.post-filter li.active span {
  color: #fff;
  background: #e6760c;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/* End Gallery*/

/* Position the icons */
.fixed-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

/* Style the icons */
.fixed-icons a {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  background-color: #007bff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  transition: all 0.3s ease;
}

.fixed-icons a:hover {
  background-color: #0062cc;
}

/* Style the WhatsApp icon */
.fixed-icons a.whatsapp {
  background-color: #25d366;
}

.fixed-icons a.whatsapp:hover {
  background-color: #25d366;
}

/* Style the Call icon */
.fixed-icons a.call {
  background-color: #dc3545;
}

.fixed-icons a.call:hover {
  background-color: #c82333;
}