/*Bladix Template By IconicThemes*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header / Navigation
    3.0 Slider Section
    4.0 CTA Section
    5.0 About Section
    6.0 Service Section
    7.0 Counter Section
    8.0 Project Section
    9.0 Testimonial Section
    10.0 Sponsor Section
    11.0 Page Header Section
    12.0 Blog Section
    13.0 Sidebar Section
    14.0 Contact Section
    15.0 Widget Section
    16.0 Footer Section
    17.0 Scroll To Top
    
    ==========================================================================
    IconicThemes
    ========================================================================== */

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Roboto");

/*  ==========================================================================
    1.0 Common Styles
    ========================================================================== */
html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: -0.2px;
  color: #555;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
h1 {
  font-size: 70px;
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  font-weight: bold;
}
h2 {
  font-size: 24px;
  color: #333;
  margin: 0 0 8px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-transform: capitalize;
}
h3,
h4 {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  letter-spacing: -1.2px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 15px;
}
h5,
h6 {
  font-size: 14px;
  margin: 0 0 10px;
}
img {
  border: none;
  outline: none;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  font-size: 17px;
  margin-bottom: 15px;
}
a {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.9px;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888 !important;
}
button {
  border: none;
  background: none;
}
/* Helper Class */
.padding {
  padding: 80px 0;
}
.no-padding {
  padding: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-15 {
  margin-left: 15px;
}
.mt-15 {
  margin-left: 15px;
}
.padding-15 {
  padding: 15px;
}

.display-block {
  display: block;
}
.text-black {
  color: #282828;
}
.text-white {
  color: #ffffff;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.fl-right {
  float: right;
}
.fl-left {
  float: left;
}
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.overlay {
  width: 100%;
  position: relative;
  z-index: 1;
}
.overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.bg-grey {
  background-color: #ffffff;
}
.bd-bottom {
  border-bottom: 1px solid #eaeaea;
}
.bg_dark {
  background-color: #232323;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
  opacity: 0;
  visibility: hidden;
}
.site-preloader-wrap {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: #272c30;
  top: 0;
  left: 0;
}

.site-preloader-wrap .spinner {
  background-color: #ffd83f;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* Button Style */
.btn_group {
}
.btn_group a {
  margin: 5px;
}
.default-btn {
  background-color: #f57d1e;
  color: #fff;
  line-height: 45px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.default-btn:hover {
  background-color: #ffcb3f;
  color: #fff;
}
.default-btn.btn_sm {
  line-height: 40px;
  padding: 0 15px;
}

/*Section Heading*/
.section-heading {
  border-left: 10px solid #f57d1e;
  padding-left: 10px;
}
.section-heading span {
  display: block;
  font-size: 14px;
  color: #888;
  font-weight: 600;
  letter-spacing: 0;
}
.section-heading h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 800;
}
/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* ==========================================================================
   2.0 Header Section
   ========================================================================== */
.header-section {
  width: 100%;
  height: 70px;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 10px;
}
/* .navbar-fixed-top.header-section{
    position: fixed;
    top: 0;
    background-color: #f57d1e;
    
} */
.navbar-fixed-top.header-section,
.navbar-fixed-top.header-section .top-header,
.navbar-fixed-top.header-section .bottom-header {
  display: none;
}
.menu-wrap {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  /*padding: 15px 0;*/
}
/*.nav-menu{
    text-align:right;
}*/
.nav-menu li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  text-align: left;
}
.nav-menu li a {
  color: #585858;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
/*Top Header*/
.top-header {
}
.top-header .top-left {
  border-bottom: 40px solid #fff;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  width: 350px;
  padding: 10px 0;
  display: block;
  margin-left: 0;
}
.top-header .top-right {
  border-bottom: 40px solid #fff;
  border-right: 0 solid transparent;
  border-left: 30px solid transparent;
  height: 0;
  width: 350px;
  padding: 10px 0;
  display: block;
  margin-left: 0;
  float: right;
}
.top-header .top-left li,
.top-header .top-right li {
  display: inline-block;
}
.top-header .top-left li,
.top-header .top-right li {
  margin-right: 10px;
}
.top-header .top-right li a {
  background-color: #f57d1e;
  color: #fff;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
}
.top-header .col-md-6 {
  padding-left: 0;
}
.top-header .col-md-6.right {
  padding-right: 0;
}
.top-header .top-left .info {
  margin-left: 12px;
  padding: 17px 0;
}
.top-header .top-right .info {
  padding: 17px 0;
}
/*Bottom Header*/
.bottom-header {
}
.bottom-header .bottom-left {
  border-top: 40px solid #fff;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  width: 380px;
  display: block;
  margin-left: 0;
}
.bottom-header .bottom-right {
  border-top: 40px solid #fff;
  border-right: 0 solid transparent;
  border-left: 30px solid transparent;
  height: 0;
  width: 380px;
  display: block;
  margin-left: 0;
  float: right;
}
.bottom-header .bottom-left p {
  margin-top: -33px;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
}
.bottom-header .bottom-right p {
  margin-top: -33px;
  float: right;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
}
.top-header .top-left i,
.bottom-header .bottom-right i {
  color: #f57d1e;
  margin-right: 10px;
}
.bottom-header .col-md-6 {
  padding-left: 0;
}
.bottom-header .col-md-6.right {
  padding-right: 0;
}

/*Mobile Menu */
.slicknav_menu {
  background: none;
  padding: 4px 0;
  display: none;
  z-index: 999;
}
.slicknav_nav {
  background-color: #fff;
}
.js .slicknav_menu {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.slicknav_btn {
  background-color: transparent;
  margin: 10px 5px 14px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 15px;
  margin: 0;
  color: #777;
}
.slicknav_nav a .caret {
  display: none;
}
.slicknav_nav ul {
  margin: 0;
}
.slicknav_nav ul li a {
  padding-left: 30px;
  font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  background-color: transparent;
  color: #333;
}

/*Dropdown */
#mainmenu li ul {
  background-color: #fff;
  width: 200px;
  height: auto;
  position: absolute;
  left: 0;
  top: 140%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 999;
}
#mainmenu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 190%;
}
#mainmenu li ul li {
  border-bottom: 1px solid #eaeaea;
  display: block;
  position: relative;
}
#mainmenu li ul li:last-child {
  border: none;
}
#mainmenu li ul li a {
  line-height: 45px;
  display: block;
  padding: 0 15px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
  -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
  transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a {
  color: #f57d1e;
}
#mainmenu li > ul ul {
  background-color: #fff;
  left: 200px;
}
#mainmenu li > ul li:hover > ul li a {
  color: #777;
}
#mainmenu li ul li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover {
  background-color: transparent;
  color: #fff;
}
#mainmenu li ul li li a:hover {
  color: #ffca3f !important;
}
/* ==========================================================================
   3.0 Slider Section
   ========================================================================== */
.slider-section {
}
.slider-text {
  width: 100%;
  text-align: center;
}
.slider-text h1 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
}
.nivo-caption a {
  display: inline-block !important;
}
.slider-text p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.slider-wrapper {
  position: relative;
}
.nivo-caption {
  height: 100%;
  opacity: 1;
  background: transparent;
  overflow: visible;
}
/* nivo directionNav css */
.nivo-directionNav a {
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #fff !important;
  top: calc(50% - 20px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.nivo-directionNav a.nivo-prevNav {
  left: 25px;
}
.nivo-directionNav a.nivo-nextNav {
  right: 25px;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
  left: 15px;
  opacity: 0.7;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
  right: 15px;
  opacity: 0.7;
}
.nivo-directionNav a:hover {
  opacity: 1 !important;
}
/* nivo controlNav css */
.nivo-controlNav {
  padding: 0;
  position: absolute;
  z-index: 12;
  bottom: 30px;
  width: 100%;
}
.nivo-controlNav a {
  background-color: transparent;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  margin: 0 5px;
  transition: all 0.3s linear;
  line-height: 12px;
}
.nivo-controlNav a.active {
  background-color: #f57d1e;
  border-radius: 30px;
  width: 25px;
}
/* ==========================================================================
   4.0 CTA Section
   ========================================================================== */
.cta-section {
  background-image: url(../img/project9.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 150px 0;
  text-align: center;
}
.cta-content h2 {
  font-size: 48px;
  color: #fff;
}
.cta-content p {
  color: #ddd;
}

/*CTA Section 2*/
.cta-section-2 {
  background-color: #585858;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  z-index: 1;
}
.cta-section-2:before,
.cta-section-2:after {
  background-color: #ffffff;
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.cta-section-2:before {
  width: 60%;
  height: 218%;
  top: -204px;
  right: -50px;
  transform: rotate(45deg);
}
.cta-section-2:after {
  width: 60%;
  height: 335%;
  top: -145px;
  right: -273px;
  transform: rotate(-45deg);
}
.cta-section-2 .cta-content h2 {
  color: #fff;
  font-size: 24px;
}
.cta-section-2 .cta-content p {
  color: #fff;
  margin: -4px 0 0;
}

.cta-section-2 .default_btn {
  margin-left: 50px;
}

.cta-section-2 .row {
  align-items: center;
}

.cta-section-2 .col-sm-4.xs-padding {
  text-align: center;
}

/* ==========================================================================
   5.0 About Section
   ========================================================================== */
.about-section {
  position: relative;
}
.about-content-2 h2 {
  font-size: 35px;
}
.about-content h2 {
  font-size: 36px;
}
.about-wrap {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin: 0;
  border: 1px dashed #ddd;
  overflow: hidden;
}
.about-wrap img {
  width: 100%;
  margin-bottom: -25px;
}

/*About Wrap Inner Page*/
.about-wrap-2 {
}
.about-wrap-2 {
  display: flex;
  align-items: center;
}
.about-wrap-2 img {
  width: 100%;
  border-radius: 5px;
}
/* ==========================================================================
   6.0 Service Section
   ========================================================================== */
.service-section {
}
.service-content {
}
.service-wrap .col-md-4 {
  padding: 15px;
}
.service-content img {
  width: 80%;
  margin-bottom: 30px;
}
.service-content:hover img {
  opacity: 0.8;
}
.service-content a {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.service-content a:hover {
  text-decoration: line-through;
  color: #fff;
}
.service-content h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.service-content {
  position: relative;
  overflow: hidden;
}
.service-content p {
  color: #fff;
}

.service-info {
  display: none;
}
/* .service-info {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #f57d1e;
  transition: all 0.2s ease-in-out;
} */
.service-content:hover .service-info {
  bottom: 0;
}
/* ==========================================================================
   7.0 Counter Section
   ========================================================================== */
.counter-section {
  background-image: url(../img/counters-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0;
}
.counters {
}
.counter-content {
  border: 1px dashed #fff;
  padding: 30px;
}
.counters .counter-content {
  display: block;
  text-align: center;
  color: #fff;
}
.counters .counter-content i {
  font-size: 36px;
}
.counters .counter-content h3 {
  font-size: 42px;
  margin: 10px 0;
  color: #f57d1e;
  font-weight: 700;
}
.counters .counter-content h4 {
  font-size: 14px;
  margin: 0;
}
/* ==========================================================================
   8.0 Project Section
   ========================================================================== */
.project-section {
}
.project-wrapper {
}
.project-wrapper .col-lg-4 {
  padding: 15px;
}
.project-wrap {
}
.project-filter {
  width: 100%;
}
.project-filter li {
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  background-color: #f7f7f7;
  border: 1px dashed #ddd;
  padding: 10px 15px;
  border-radius: 2px;
  cursor: pointer;
}
.project-filter li.active {
  background-color: #f57d1e;
  color: #fff;
}
.project-wrap img {
  width: 100%;
}

.project-img {
  position: relative;
  overflow: hidden;
}
.project-img .hover {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
.project-img .hover a {
  background-color: #f57d1e;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.project-img:hover .hover {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.project-wrap .footer {
  background-color: #f57d1e;
  padding: 15px;
}
.project-wrap .footer a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.project-wrap .footer a:hover {
  text-decoration: line-through;
}
.project-wrap .footer p {
  color: #fff;
}
/* ==========================================================================
   9.0 Testimonial Section
   ========================================================================== */
.testimonial-section {
}
.testimonial-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.testi-footer img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
}
.testi-footer span {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}
.testi-footer h4 {
  padding-left: 0px;
}
.testi-footer {
  display: flex;
  align-items: center;
}
/*Owl Carousel Dots*/
.testimonial-carousel .owl-dots {
  display: block;
  text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot {
  background-color: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
}
.testimonial-carousel .owl-dots .owl-dot.active {
  background-color: #f57d1e;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-item img {
  display: none;
}

/* ==========================================================================
   10.0 Sponsor Section
   ========================================================================== */
.sponsor-section {
  padding: 20px 0;
}
.sponsor-section .sponsor-item img {
  width: 100%;
  padding: 20px;
  opacity: 0.8;
}
.sponsor-section .sponsor-items li img:hover {
  opacity: 1;
}

/* ==========================================================================
   11.0 Page Header Section
   ========================================================================== */
.page-header {
  background-image: url(../img/hero-banner.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 195px 0 90px;
}
.page-content {
  text-align: center;
  padding-top: 50px;
}
.page-content h2 {
  font-size: 42px;
  color: #fff;
}
.page-content p {
  color: #ddd;
}
/*Breadcrumb */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  text-align: center !important;
  display: inline-block;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  font-weight: 700;
  color: #ddd;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .active {
  color: #f57d1e;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
/* ==========================================================================
   12.0 Blog Section
   ========================================================================== */
.blog-section {
}
.blog-items {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.left-sidebar .blog-items {
  border-right: none;
  border-left: 1px solid #ddd;
  padding-right: 0;
  padding-left: 10px;
}
.blog-post {
}
.blog-post img {
  width: 100%;
  margin-bottom: 10px;
}
.blog-post img:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}
.blog-post .blog-content h3 {
  font-weight: 700;
  font-size: 22px;
}
.blog-post .blog-content a {
  color: #333;
}
.blog-post .blog-content a:hover {
  opacity: 0.8;
}
span.date {
  font-family: "Montserrat", sans-serif;
  color: #999;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.blog-post .blog-content .post-meta {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #333;
  letter-spacing: -0.2px;
}
.blog-post .blog-content .post-meta:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/*Blog List*/
.list-items .blog-post {
  border: 1px solid #eee;
  margin: 0;
  margin-bottom: 15px;
}
.list-items .blog-post img {
  margin-bottom: 0;
}
.list-items .blog-post .col-md-6:first-child {
  padding-left: 0;
}
.list-items .blog-post .blog-content {
  padding: 34px 0;
}

/*Classic List*/
.grid-list,
.list-classic {
  border: none;
}
.list-classic img {
  position: relative;
}
.list-classic .cat {
  position: absolute;
  left: 25px;
  top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  background-color: rgba(244, 66, 89, 0.8);
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 5px 10px;
}

/*Single Post Style*/
.single-post {
}
.single-post img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}
.single-post h2 {
  font-weight: 800;
}
.single-post .meta-info {
  margin-bottom: 25px;
}
.single-post .meta-info span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 15px;
}
.single-post .meta-info a {
  font-weight: 800;
  color: #777;
}
.single-post .meta-info i {
  color: #777;
}

/*Social Share*/
.share-wrap {
  margin-top: 25px;
  margin-bottom: 50px;
}
.share-wrap h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
.share-icon {
  display: inline-block;
}
.share-icon li {
  display: inline-block;
  margin-right: 10px;
}
.share-icon i {
  margin-right: 5px;
}
.share-icon li:nth-child(1) a {
  background-color: #3b5998;
}
.share-icon li:nth-child(2) a {
  background-color: #1dcaff;
}
.share-icon li:nth-child(3) a {
  background-color: #db4a39;
}
.share-icon li:nth-child(4) a {
  background-color: #e4405f;
}
.share-icon li:nth-child(5) a {
  background-color: #0077b5;
}
.share-icon li a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 600;
}
.share-icon li a:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}

/*Comments Style*/
.comments_wrapper {
  padding: 20px;
  border: 1px solid #ddd;
}
.comments-wrapper h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}

.comments-list {
  margin-top: 30px;
  position: relative;
  margin-bottom: 50px;
}

/*Lines Details*/
.comments-list:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #eee;
  position: absolute;
  left: 32px;
  top: 0;
}

.comments-list:after {
  content: "";
  position: absolute;
  background: #eee;
  bottom: 0;
  left: 29px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reply-list:before,
.reply-list:after {
  display: none;
}
.reply-list li:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #eee;
  position: absolute;
  top: 25px;
  left: -55px;
}

.comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}
/*Avatar*/
.comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: left;
  border: 3px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-right: 10px;
}

.comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}

.reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}

.comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

/*Comment List*/
.comments-list .comment-box {
  width: 740px;
  float: right;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comments-list .comment-box:before,
.comments-list .comment-box:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #fcfcfc;
  top: 8px;
  left: -11px;
}

.comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, 0.05);
  left: -12px;
}

.reply-list .comment-box {
  width: 665px;
}
.comment-box .comment-head {
  background: #fcfcfc;
  padding: 10px 12px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
  float: right;
  margin-left: 14px;
  position: relative;
  top: 2px;
  color: #a6a6a6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
  color: #03658c;
}

.comment-box .comment-name {
  color: #283035;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}

.comment-box .comment-name a {
  color: #283035;
}

.comment-box .comment-head span {
  float: left;
  color: #999;
  font-size: 13px;
  position: relative;
  top: 1px;
}

.comment-box .comment-content {
  background: #fff;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
  color: #03658c;
}
.comment-box .comment-name.by-author:after {
  content: "autor";
  background: #03658c;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*Comment Form*/
.comment-form h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.comment-form .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 45px;
  background-color: transparent;
}
.comment-form .form-control.message {
  height: 150px;
}
#form-messages {
  display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success {
  display: block;
}

/* ==========================================================================
   13.0 Sidebar Section
   ========================================================================== */
.sidebar-wrap {
  padding-left: 10px;
}
.left-sidebar .sidebar-wrap {
  padding-right: 10px;
  padding-left: 0;
}
.sidebar-widget h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}
.search-form {
  position: relative;
  margin-left: -2px;
}
.search-form .form-control {
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  clear: #444;
  height: auto;
  padding: 10px 20px;
  border-radius: 3px;
  padding-right: 60px;
}
.search-form .search-btn {
  background-color: transparent;
  font-size: 24px;
  color: #888;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px 0;
  opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover {
  opacity: 1;
}
.search-form input::-webkit-input-placeholder {
  color: #888 !important;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}
.search-form input:-ms-input-placeholder {
  color: #888 !important;
}

/*Category List*/
.cat-list {
  margin-top: -10px;
}
.cat-list li a {
  font-weight: 700;
  font-size: 12px;
  color: #444;
  letter-spacing: -0.4px;
  line-height: 3;
  font-style: normal;
}
.cat-list li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #bbb;
  margin-left: 5px;
  font-size: 10px;
}

/*Recent Posts*/
.recent-posts {
}
.recent-posts li {
  position: relative;
  padding-left: 90px;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin-bottom: 15px;
}
.recent-posts li a {
  color: #555;
}
.recent-posts li a:hover {
  opacity: 0.8;
}
.recent-posts li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}
.recent-posts li img:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}
.recent-posts li h4 {
  text-transform: inherit;
  margin-bottom: 0;
  display: block;
}

/*Tags*/
.tags {
  margin: -3px 0;
}
.tags li {
  display: inline-block;
  float: left;
  margin: 3px;
}
.tags li a {
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
  color: #777;
  background-color: #ddd;
  padding: 5px 15px;
  border-radius: 3px;
}
.tags li a:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}

/* Pagination 
=============== */
.pagination_wrap {
}
.pagination_wrap li {
  display: inline-block;
  margin: 0 5px;
}
.pagination_wrap li a {
  border: 1px solid #ddd;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #777;
  font-weight: 600;
}
.pagination_wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.2);
}
.pagination_wrap li a.active {
  background-color: #f57d1e;
  border: 1px solid #f57d1e;
  color: #fff;
}

/* ==========================================================================
   14.0 Contact Section
   ========================================================================== */
.contact-section {
  position: relative;
  z-index: 1;
}
.contact-wrap {
  background-color: #ffffff;
  /* box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15); */
  margin-bottom: 50px;
  border-radius: 5px;
}
.contact-section h3 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
}
.contact-info ul li {
  line-height: 40px;
  display: flex;
  align-items: center;
}
.contact-info ul li i {
  margin-right: 10px;
  color: #999;
  font-size: 20px;
}
.contact-info ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

/*Contact Form*/
.contact-form .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 45px;
  background-color: transparent;
}
.contact-form .form-control.message {
  height: 150px;
}
#form-messages {
  display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success {
  display: block;
}
/*Google Map*/
#google_map {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
/* ==========================================================================
   15.0 Widget Section
   ========================================================================== */
.widget-section {
  background-color: #f5f5f5;
  background-position: right 150px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fc7a1a;
}
.widget-content {
}
.widget-content img {
  width: 80%;
  margin-bottom: 15px;
}
.widget-content p {
  width: 90%;
  color: #555555;
}
.widget-content h3 {
  font-size: 20px;
  color: #f77a24;
}
.widget-content .social-icon li {
  display: inline-block;
  margin-right: 15px;
}
.widget-content .social-icon li a {
  display: inline-block;
  color: #f57d1e;
}
.widget-content .social-icon li a:hover {
  color: #fff;
}
.widget-content .widget-link li a {
  color: #555555;
  margin-bottom: 16px;
  font-weight: 600;
  display: block;
}
.widget-content .widget-link li a:hover {
  color: #f57d1e;
  text-decoration: underline;
}
.widget-content .address li {
  margin-bottom: 16px;
  display: block;
  font-family: "Roboto", sans-serif;
  color: #333333;
}
.widget-content .address li i {
  color: #f57d1e;
  margin-right: 10px;
}
/* ==========================================================================
   16.0 Footer Section
   ========================================================================== */
.footer-section {
  display: block;
  background-color: #595959;
  border-top: 1px solid #494949;
  padding: 20px 0;
}
.footer-section .copyright {
  font-size: 12px;
  color: #ddd;
  text-transform: uppercase;
}
.footer-social {
  display: block;
  text-align: right;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  color: #ddd;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 20px;
}
.footer-social li a:hover {
  color: #f57d1e;
}

/* ==========================================================================
   17.0 Scroll To Top
   ========================================================================== */
#scroll-to-top {
  background-color: #f57d1e;
  display: none;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}
#scroll-to-top:hover {
  background-color: #ffcb3f;
  color: #fff;
}

/* Custom CSS */

ul.list-inline {
  display: inline-flex;
}

li.default-btn.list-inline-item {
  text-align: center;
  background-color: #f57d1e;
  color: #fff;
  line-height: 18px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

section.cta-section .container {
  background-color: #111111c7;
  padding: 30px;
}

.nivo-directionNav {
  display: none;
}

.nivo-controlNav {
  display: none;
}

.nivoSlider {
  height: auto;
}
/* .nivoSlider {
  height: 95vh;
} */
/*.site-branding > a img {
  width: 300px;
}*/
.contact-item {
  margin-bottom: 16px;
  padding: 12px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
}

.contact-item i {
  color: #f57d1e;
  font-size: 30px;
  min-width: 30px;
  text-align: center;
}

.container {
  max-width: 1400px;
}

ul.address a {
  color: #555;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}
ul.address a:hover {
  color: #f77a24;
}

@media (max-width: 767px) {
  ul.address a {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }
}
iframe {
  border: 2px solid #f57d1e;
}
