/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Fortune      ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Header styles
4. Slider styles
5. Our Services styles
6. Our features stylesservice-catergory
7. About section styles
8. Team Member styles
9. call to action styles
10. Blog styles
11. Testimonial styles
12. contact styles
13. Subscription styles
14. Footer styles
15. Inner banner styles
16. Inner banner styles
17. Project content styles
18. Shop styles
19. Cart Page styles
20. Checkout page styles
21. fact section styles

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* ==============================
   1. Imported styles
   ============================== */
/**/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');


@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css');
@import url('https://kildarecoco.ie/css/jquery.bootstrap-touchspin.css');

@import url('https://kildarecoco.ie/css/font-awesome.css');
@import url('https://kildarecoco.ie/css/flaticon.css');
@import url('https://kildarecoco.ie/css/icomoon.css');

@import url('https://kildarecoco.ie/assets/revolution/css/settings.css');
@import url('https://kildarecoco.ie/assets/revolution/css/layers.css');
@import url('https://kildarecoco.ie/assets/revolution/css/navigation.css');

@import url('https://kildarecoco.ie/css/owl.carousel.css');
@import url('https://kildarecoco.ie/css/jquery.bxslider.css');
@import url('https://kildarecoco.ie/css/flexslider.css');

@import url('https://kildarecoco.ie/css/jquery-ui.css');
@import url('https://kildarecoco.ie/css/jquery.fancybox.css');
@import url('https://kildarecoco.ie/css/polyglot-language-switcher.css');

@import url('https://kildarecoco.ie/css/animate.min.css');
@import url('https://kildarecoco.ie/css/nouislider.css');
@import url('https://kildarecoco.ie/css/nouislider.pips.css');
@import url('https://kildarecoco.ie/css/menuzord.css');
@import url('https://kildarecoco.ie/css/magnific-popup.css');


/* ==============================
   2. Global styles
   ============================== */

body {
  font-family: 'Hind', sans-serif;
  color: #000000;
  font-size: 16px;
}

/* ==============================
 Enable scrolling on webpage
   ============================== */
html,
body {
  height: 100%;
  margin: 0;
  overflow: auto;
}

/* Skip Link */
#skiptocontent a {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: #000000;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  border-bottom-right-radius: 8px;
  background: #ffffff;
  -webkit-transition: top .5s ease-out;
  transition: top .5s ease-out;
  z-index: 100;
}

#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top .05s ease-in;
  transition: top .05s ease-in;
}

@media (prefers-reduced-motion: reduce) {
  #skiptocontent a {
    transition-duration: 0.001ms !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
}

ul {
  list-style-type: none;
}

p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  display: inline-block;
  outline: none;
}

a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

img {
  max-width: 100%;
  display: inline-block;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  background: transparent;
}

input,
textarea {
  font-family: 'Hind', sans-serif;
  display: block;
  font-size: 16px;
  line-height: 28px;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-btn-class {
  background-color: #00AEEF;
  color: #ffffff;
}

.custom1-btn-class {
  background-color: #bc0207;
}

.boxed_wrapper {
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

.sec-padd {
  padding: 70px 0;
}

.sec-padd-top {
  padding-top: 70px;
}

.alert-padd-top {
  padding-top: 50px;
}

.sec-padd-bottom {
  padding-bottom: 70px;
}

.no-padd {
  padding: 0px;
}

.latest-padd {
  padding-bottom: 20px;
  padding-top: 0px;
}

.clear_fix {
  clear: both;
}

.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}

.list_inline li {
  display: inline-block;
}

.default_link {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 600;
}

.default_link a:hover {
  color: #ffffff;
}

.default_link a {
  color: #ffffff;
}

.default_link a:visited {
  color: #ffffff;
}

.default_link a:active {
  color: #ffffff;
}

.default_link i {
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
}

.uppercase {
  text-transform: uppercase;
}

.padd-80 {
  padding-top: 80px;
}

.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.center {
  text-align: center;
}

.row-5 {
  margin: 0 -5px;
}

.thm-color {
  color: #bc0207;
}

.bold {
  font-weight: 700;
}

.s-bold {
  font-weight: 600;
}

.m-bold {
  font-weight: 600;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.border-bottom {
  border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.thm-btn {
  position: relative;
  background: #ffffff;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #000000;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serifdisplay: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn a {
  color: #000000;
}

.thm-btn a:hover {
  background: #000000;
  text-decoration: underline 3px solid #ffffff;
  color: #ffffff;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn a:active,
a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
}

.anim-3 {
  transition: all 0.3s ease;
}

.anim-5 {
  transition: all 0.5s ease;
}

.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.section-title h1 {
  position: relative;
  font-size: 32px;
}

.section-title h2 {
  position: relative;
  font-size: 26px;
}

.section-title h3 {
  position: relative;
  font-size: 24px;
}

.section-title h4 {
  position: relative;
  font-size: 20px;
}

.section-title:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 50px;
  height: 4px;
  background: #bc0207;
}

.section-title.center:before {
  left: 50%;
  margin-left: -25px;
}

.lcdcsection-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.lcdcsection-title h2 {
  position: relative;
  font-size: 32px;
}

.lcdcsection-title:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 50px;
  height: 4px;
  background: #00A49A;
}

.lcdcsection-title.center:before {
  left: 50%;
  margin-left: -25px;
}

.scroll-top {
  width: 50px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  background: #bc0207;
}

.scroll-top span:before {
  font-size: 27px;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('https://kildarecoco.ie/images/icons/preloader.gif');
}


/* ==============================
   2. header-style
   ============================== */
/* Top bar */

.top-bar {
  position: relative;
  background: #000000;
  line-height: 56px;
  color: #ffffff;
}

.top-bar .top-bar-text li {
  color: #ffffff;
  margin-right: 20px;
  display: inline-block;
}

.top-bar .top-bar-text li i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.top-bar-text li a {
  text-decoration: none;
  color: #ffffff;
}

.top-bar-text li a:hover {
  text-decoration: underline 3px solid #ffffff;
}

.top-bar-text li a:focus {
  outline: rgb(255, 255, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.top-bar .social li a:hover {
  text-decoration: underline 3px solid #ffffff;
}

.top-bar .social li a:focus {
  outline: rgb(255, 255, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.top-bar .social li:last-child {
  padding-right: 0px;
}

.socialmediacurve {
  border-radius: 10%;
}

/*logo*/

.main-logo {
  margin: 0px 0 0px;
  padding-right: 20px;
}

.main-logo img {
  max-width: 100%;
  height: auto;
}

.main-logo .img-box {
  position: relative;
  overflow: hidden;
}

.main-logo .img-box img {
  width: 100%;
}

/* Search */
.gse-search-box {
  width: 310px;
  height: 80px;
  font-size: 16px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

/*size of the google search bar*/
.gsc-input-box input {
  width: 150px !important;
}

/*newmenu*/

.navbar .container {
  position: relative;
}

.navbar .nav-item .dropdown-menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

.nav-item .dropdown-menu {
  padding-left: 0;
}

.theme_menu .menuzord {
  padding: 0;
}

.dropdown-menu>li>a {
  padding-top: 38px;
  padding-right: 8px;
  padding-left: 4px;
  font-size: 16px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}

.dropdown-menu>li>a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

.dropdown-menu>li>a:active {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.dropdown-menu>li>a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.dropdown-menu>li>a:visited {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.dropdown-menu>li:first-child a {
  padding-left: 0px;
}

/*** 
=============================================
 navbar
=============================================
***/
/*changes for 5.3.0*/
.nav-item.dropdown>.nav-link.dropdown-toggle {
  color: #000;
}

.dropdown-menu .dropdown-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
}

/*for links in top nav full screen*/
.dropdown-menu .dropdown-item a {
  font-weight: bold;
  color: #000;
  text-decoration: underline solid 3px #000;
}

/*remove default outline box*/
.nav-item:hover {
  outline: none;
}

/*toggle box*/
.navbar-nav .nav-link.dropdown-toggle:hover {
  background-color: #bc0207;
}

/*text/link in toggle box*/
.nav-link:hover {
  outline: none;
  text-decoration: underline 3px solid;
}

/*Home text*/
.nav-item a:hover {
  color: #ffffff !important;
  background-color: #bc0207;
  padding-left: 10px;
}

/* Ensure all nav links change to white on hover */
.navbar-nav .nav-link:hover {
  color: #ffffff !important;
  text-decoration: underline 3px solid #ffffff;
  text-underline-offset: 5px;
}

/* Specific hover effect for dropdown toggles */
.navbar-nav .nav-link.dropdown-toggle:hover {
  background-color: #bc0207;
  color: #ffffff !important;
  padding-left: 10px;
}

/*remove default outline*/
.nav-link:focus {
  outline: none;
  box-shadow: none;

}

/*hover for the dropdown items - red background and white text/icons?*/
.dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #bc0207;
  text-decoration: none;

}

.dropdown-item:hover i,
.dropdown-item:hover p,
.dropdown-item:hover a {
  color: #fff !important;
  background-color: #bc0207;
  text-decoration: none;
}

@media (max-width: 991.98px) {

  .navbar-nav .nav-item {
    border: 1px solid #ccc;
    padding: 10px;

  }

  .navbar-nav .dropdown-item {
    background-color: #ffffff;
  }

  .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }

  /*header links in navbar*/
  .navbar-nav .nav-link:hover {
    outline: none;
    text-decoration: underline 3px solid;
  }

  /* Make the dropdown toggle and items full width and same background */
  .navbar-nav .nav-link.dropdown-toggle,
  .navbar-nav .dropdown-menu,
  .navbar-nav .dropdown-item {
    width: 100% !important;
    color: #222 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    font-size: 1rem !important;
    font-weight: 500;
    box-sizing: border-box;
  }

  .dropdown-menu .dropdown-item:hover {
    color: #fff !important;
    background-color: #bc0207;
    text-decoration: none;

  }

  .dropdown-item:hover i,
  .dropdown-item:hover p,
  .dropdown-item:hover a {
    color: #fff !important;
    background-color: #bc0207;
    text-decoration: none;
  }

  /* Main dropdown link */
  .navbar-nav .dropdown-toggle {
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s;
  }

  /*view all text */
  .dropdown-menu>li.view-all>a {
    padding-left: 10px;


  }


  .googleSearchBar {
    padding-left: 20px;
  }


}

/*---------------------------
carousel
----------------------------- */
#carouselSlider .carousel-caption {
  color: black;
  font-family: 'Poppins', sans-serif;

}

.carousel-nav-icon {
  font-size: 40px;
}

.carousel-caption h1 {
  font-size: 2.5rem;
  padding: 10px 15px;
  
}

.carousel-caption p {
  font-size: 1.2rem;
  padding: 10px 15px;
  line-height: 1.2;

}


/* Styles for devices below 1024px (tablets) */
@media (max-width: 1024px) {
  .carousel-caption h1 {
      font-size: 1.5rem; 
      padding: 10px;
  }

  .carousel-caption p {
      font-size: 1rem; 
      padding: 6px; 
  }
}

/* Styles for devices below 1200px (small laptops) */
@media (max-width: 1200px) {
  .carousel-caption h1 {
      font-size: 1.6rem; 
      padding: 12px; 
  }

  .carousel-caption p {
      font-size: 1.1rem;
      padding: 7px; 
  }
}


@media (max-width: 900px) {
  .carousel-caption h1 {
    font-size: 1.4rem;
    padding: 9px;
  
  }

  .carousel-caption p {
    font-size: 1rem;
    padding: 5px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    padding: 5px;
  }

  .carousel-nav-icon {
    font-size: 20px;
  }

  .carousel-indicators button {

    width: 5px;
    height: 5px;
    margin-bottom: -20px;
  }
}
@media (max-width: 769px) {
  .carousel-caption h1 {
      font-size: 1.2rem; 
      padding: 6px; 
  }

  .carousel-caption p {
      font-size: 0.9rem;
      padding: 4px; 
  }
}
@media (max-width: 550px) {
  .carousel-caption h1 {
      font-size: 0.5rem; 
      padding: 1px; 
      margin-bottom: 2px; /* Adjust margin to reduce space below h1 */
  }

  .carousel-caption p {
      font-size: 0.5rem;
      padding: 0px; 
      margin-top: 0; /* Remove any top margin to reduce space above p */
  }
}

@media (max-width: 400px) {
  .carousel-caption h1 {
      font-size: 0.5rem; 
      padding: 1px; 
      margin-bottom: 2px; /* Adjust margin to reduce space below h1 */
  }

  .carousel-caption p {
      font-size: 0.5rem;
      padding: 0px; 
      margin-top: 0; /* Remove any top margin to reduce space above p */
  }
}

/*--------------------
footer
-------------------*/
.footerMain {
  background-color: #1d1e1f;
}

.contactInfoEndFooter {
  color: #ffffff;
  background-color: #000000;
}

.contactInfoEndFooter li {
  color: #ffffff;

}

#copyrightFooter {
  background-color: #000000;

}


#socialMediaFooter {
  width: 50%;
  /* Adjust the width as needed */
  margin: 0 auto;
  /* Center the div horizontally */
  border-top: 1px solid #ccc;
  /* Top border */
  border-bottom: 1px solid #ccc;
  /* Bottom border */
  padding: 20px;
  /* Optional: Add padding for content */
  background-color: #000000;
}

#socialMediaFooter .btn {
  transition: transform 0.3s ease, background-color 0.3s ease;
}

#socialMediaFooter .btn:hover {
  transform: scale(1.1); /*Scale up the icon on hover*/
  
}

#socialMediaFooter .btn:active {
  transform: scale(0.9); /* Scale down the icon on click */
  
}

#informationFooter {
  background-color: #000000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#informationFooter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#informationFooter ul li {
  display: inline;
  margin-right: 25px;
}

#informationFooter ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

#informationFooter ul li a:hover {
  color: #ffffff;
  text-decoration: underline 3px solid #ffffff;
  text-underline-offset: 5px;
}

#informationFooter ul li a:focus {
  outline: rgb(255, 255, 255) solid 3px;
  position: relative;
  z-index: 9999;
  color: #ffffff;
}
.footer-widget .widget-content .contact-info a:hover {
  text-underline-offset: 5px;
  text-decoration: underline #ffffff 2px;
}
 .quick-links-footer a {
  text-decoration:none;
}
 .quick-links-footer a:hover {
  text-underline-offset: 5px;
  text-decoration: underline #ffffff 2px;
}


/*--------------------------------------------
   scroll button
---------------------------------------------*/

#myBtn {
  display: block; /* Initially hidden */
  justify-content: center;
  align-items: center; 
  width: 50px; 
  height: 50px; 
  border-radius: 50%; 
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #bc0207;
  color: white;
  cursor: pointer;
  padding: 0; 
}

#myBtn:hover {
  background-color: #555;
}
/*------------------------------------------*/
/*menu*/
.theme_menu .container {
  position: relative;
}

.theme_menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}

.theme_menu .menu-column {
  padding-left: 0;
}

.theme_menu .menuzord {
  padding: 0;
}

.menuzord-menu>li>a {
  padding-top: 38px;
  padding-right: 8px;
  padding-left: 4px;
  font-size: 16px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}

.menuzord-menu>li>a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

.menuzord-menu>li>a:active {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.menuzord-menu>li>a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.menuzord-menu>li>a:visited {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.menuzord-menu>li:first-child a {
  padding-left: 0px;
}


/*red line at top*/
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  padding: 0 30px;
  min-width: 250px;
  background: #000000;
  border-top: 3px solid #bc0207;
}

/*padding of menu between lines*/
/*.menuzord-menu ul.dropdown li a {  padding: 10px 0 9px;  color: #ffffff; 	font-size: 16px; font-family: 'Poppins', sans-serif;}
.menuzord-menu ul.dropdown li:hover > a {    padding-left: 0px;    padding-right: 0px;	color: #ffffff;	text-decoration:underline 3px solid #ffffff;}
.menuzord-menu ul.dropdown > li > a:focus {	    color: #ffffff; outline: rgb(0, 0, 255) solid 3px; position: relative; z-index: 9999;}

/*megamenu*/
.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
  float: left;
}

.row-10 {
  margin: 0 -10px;
}

.megamenu .form-group {
  padding: 0 10px;
}

.megamenu .default-form {
  max-width: 410px;
  margin-bottom: 30px;
}

.megamenu .default-form.register-form {
  width: 405px;
  border: 1px solid #2f2f2f;
  padding: 10px 30px 24px;
  background: #252525;
}

.default-form.register-form .form-group {
  margin-bottom: 0;
}

.default-form.register-form .link {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.default-form.register-form .link .thm-color-2 {
  color: #000000;
}

.default-form.register-form .thm-color:hover,
.default-form.register-form .thm-color-2:hover {
  color: #bc0207;
  transition: .5s ease;
}

.default-form.register-form .link_2 {
  position: relative;
}

.default-form.register-form .link_2.singn {
  padding-left: 25px;
}

.default-form.register-form .link_2 .fancy_video {
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  height: 15px;
  color: #222;
  background: #bc0207;
  font-family: "FontAwesome";
}

.default-form.register-form .link_2 .fancy_video span {
  position: relative;
  right: -1px;
}

.megamenu .bootstrap-select>.dropdown-toggle:focus,
.megamenu .bootstrap-select>.dropdown-toggle:hover {
  color: #ababab;
}

.menuzord-menu>li>.megamenu {
  left: inherit;
  right: -0px !important;
  width: auto;
  padding: 40px 30px 10px;
  background: #222;
  border-top: 3px solid #bc0207;
}

.menuzord-menu ul.megamenu-dropdown {
  min-width: 190px;
  border-right: 1px solid #3c3c3c;
  margin-right: 40px;
  margin-bottom: 30px;
}

.menuzord-menu ul.megamenu-dropdown li a {
  padding: 10px 0 9px;
  color: #000000;
  transition: .5s ease-in-out;
  font-size: 16px;
  width: 100%;
}

.menuzord-menu ul.megamenu-dropdown li a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

/*contant us*/

.megamenu-style2 .contact-map {
  width: 250px;
}

.menuzord-menu>li>.megamenu-style2 {
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  right: 0px;
  padding: 40px 30px 0px;
  background: rgb(34, 34, 34);
  border-top: 3px solid #bc0207;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: .5s cubic-bezier(0.67, -0.03, 0.34, 1.05);
}

.menuzord-menu>li:hover>.megamenu-style2 {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  transition: .5s cubic-bezier(0.67, -0.03, 0.34, 1.05);
}

.megamenu-style2 .home-google-map #menu-google-map {
  width: 100% !important;
  height: 240px !important;
}

.megamenu-style2 .author-details {
  background: #222;
  padding-top: 0;
}

.megamenu-style2 .author-details.style-2 .item {
  padding-left: 0;
}

.megamenu-style2 .author-details .item h5 {
  color: #fff;
}

.megamenu-style2 .author-details .item .content i {
  font-family: "FontAwesome";
  font-size: 16px;
}

.megamenu-style2 .author-details .item .content p {
  font-size: 16px;
}

.megamenu-style2 .author-details .item .content p a {
  color: #ffffff;
}

.megamenu-style2 .author-details .item .content p a:focus {
  color: #ffffff;
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.megamenu-style2 .author-details .item .content p a:hover {
  color: #ffffff;
  text-decoration: underline 3px solid;
}


/*=================== Cart And Search Option ===============*/

.theme_menu .right-column {
  position: absolute;
  right: 0;
}

.nav_side_content {
  margin-top: 33px;
  float: left;
  position: relative;
  left: -20px;
}

.nav_side_content .cart_select>button {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 23px;
  color: #272727;
}

.nav_side_content .cart_select>button span {
  font-weight: normal;
  padding: 0 0px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -20px;
  color: #bc0207;
}

.nav_side_content .cart_select>button i {
  font-size: 18px;
  margin-left: 5px;
}

.nav_side_content .cart_select,
.nav_side_content .search_option {
  display: inline-block;
  vertical-align: middle;
}

.nav_side_content .search_option>button {
  width: 30px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  color: #222;
}

.nav_side_content .search_option form {
  height: 50px;
  width: 280px;
  padding: 5px;
  border-radius: 4px;
  margin: 0;
  left: auto;
  right: 0;
  border-color: #bc0207;
  top: 67px;
}

.nav_side_content .search_option form input {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #9e9e9e;
  border: 1px solid #f7f7f7;
  padding: 0 47px 0 10px;
  font-size: 15px;
}

.nav_side_content .search_option form button {
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #bc0207;
}

.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

.theme_menu .link_btn {
  margin-top: 24px;
}

/* Mainmenu fixed style */
@keyframes menu_sticky {
  0% {
    margin-top: -100px;
  }

  50% {
    margin-top: -90px;
  }

  100% {
    margin-top: 0;
  }
}

.theme_menu.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
}

/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box h3 {
  background: rgba(0, 0, 0, 0) url("https://kildarecoco.ie/img/slides/press-bg.png") no-repeat;
  background-size: contain;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rev_slider_wrapper .slide-content-box h1 {
  color: #000000;
  font-size: 50px;
  line-height: 62px;
  margin: 14px 0 9px;
  font-weight: 700;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.rev_slider_wrapper .slide-content-box p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin: 0 0 30px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.rev_slider_wrapper .slide-content-box .button a {
  padding: 0px 22px;
  margin-right: 15px;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}

.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution {
  background: #fff;
  padding: 0px 35px;
  color: #000000;
  border-color: #fff;
}

.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution:hover {
  background: #000000;
  color: #fff;
  border-color: #0000ff;
}

.rev_slider_wrapper .slide-content-box .button a.thm-btn.yellow-bg {
  background: #000000;
  padding: 0px 35px;
  color: #ffffff;
  border-color: #000000;
}

.rev_slider_wrapper .slide-content-box .button a.thm-btn.yellow-bg:hover {
  background: #ffffff;
  color: #000000;
  border-color: #0000ff;
}

.rev_slider_wrapper .slide-content-box.last-slide p {
  margin: 0;
}

.rev_slider_wrapper .slide-content-box.last-slide a {
  margin: 0 8px;
}

.rev_slider_wrapper .slotholder {
  position: relative;
}

.slotholder:after {
  background: rgba(0, 0, 0, 0.20);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.tp-bannertimer {
  display: none;
}

.rev_slider_wrapper .tparrows {
  background: transparent;
  border: 2px solid #fff;
}

/***

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background: #171717;
  color: #ffffff;
}

.main-footer .section-title {
  margin-bottom: 30px;
}

.main-footer .footer-logo {
  margin-bottom: 0px;
  margin-left: 40px;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
}

.footer-logo .img-box {
  position: relative;
  overflow: hidden;
}

.footer-logo .img-box img {
  width: 100%;
}

.main-footer .widgets-section {
  position: relative;
  padding: 70px 0px 20px;
}

.main-footer .footer-column {
  margin-bottom: 30px;
}

.main-footer .footer-widget {
  position: relative;
  padding-bottom: 30px;
}

.main-footer .footer-widget a {
  color: #ffffff;
}

.main-footer .footer-widget a:hover {
  text-decoration: underline 3px solid #ffffff;
  color: #ffffff:
}

.main-footer .footer-widget a:focus {
  color: #ffffff;
  outline: rgb(255, 255, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.main-footer .footer-widget .footer-social li a:hover {
  text-decoration: underline 3px solid #ffffff;
}

.main-footer .footer-widget .footer-social li a:focus {
  outline: rgb(255, 255, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.main-footer .footer-widget .footer-social li:last-child {
  padding-right: 0px;
}

.main-footer .footer-column h2 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #a1c436;
}

.main-footer .about-widget .text {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.main-footer .contact-info {
  margin-bottom: 30px;
  color: #ffffff;
}

.main-footer .widget-content .contact-info p {
  color: #ffffff;
}

.main-footer .contact-info a {
  color: #ffffff;
}

.main-footer .contact-info a:hover {
  text-decoration: underline 3px solid #ffffff;
  color: #ffffff:
}

.main-footer .contact-info a:focus {
  color: #ffffff;
  outline: rgb(255, 255, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.main-footer .contact-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 24px;
}

.main-footer .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 24px;
  font-size: 14px;
}

.main-footer .social-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 5px;
  line-height: 30px;
  border: 1px solid transparent;
  background: none;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  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;
}

.main-footer .social-links a:hover {
  color: #a1c436;
  border-color: #a1c436;
}

.main-footer .posts-widget .post {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-footer .posts-widget .post:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.main-footer .posts-widget .post .content {
  position: relative;
  min-height: 40px;
  padding-left: 0;
  padding-top: 0px;
  margin-bottom: 5px;
  color: #ffffff;
}

.main-footer .posts-widget .post .content .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 52px;
}

.main-footer .posts-widget .post .content .post-thumb img {
  display: block;
  width: 100%;
  color: #ffffff;
}

.main-footer .posts-widget .post h4 {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}

.main-footer .posts-widget .post h4 a {
  color: #000000;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.main-footer .posts-widget .post .time {
  color: #bc0207;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.main-footer .posts-widget .post .time .fa {
  padding-right: 8px;
}

.main-footer .links-widget .list li {
  position: relative;
  margin-bottom: 11px;
}

.main-footer .links-widget .list li a {
  position: relative;
  display: block;
  padding-left: 15px;
  color: #000000;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.main-footer .posts-widget .post:before,
.main-footer .links-widget .list li a:before {
  content: '';
  position: absolute;
  left: 0px;
  background: #2e2e2e;
  top: 9px;
  width: 5px;
  height: 5px;
  transition: .5s ease-in-out;
}

.main-footer .links-widget .list li:hover a:before {
  background: #bc0207;
  transition: .5s ease-in-out;
}

.main-footer .links-widget .list li a:hover {
  color: #bc0207;
}

.main-footer .contact-widget {
  position: relative;
  background: url(https://kildarecoco.ie/images/background/map1111.png) left bottom no-repeat;
}

.footer-bottom {
  background: #000000;
  padding: 26px 0;
}

.footer-bottom .copy-text {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  padding-top: 15px;
}

.footer-bottom .copy-text p {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  padding-top: 15px;
}

.footer-bottom .copy-text a {
  color: #ffffff;
  transition: .3s ease;
}

.footer-bottom .get-text ul li {
  float: left;
}

.footer-bottom .get-text ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-right: 25px;
}

.footer-bottom .get-text ul li a:hover {
  color: #ffffff;
  text-decoration: underline 3px solid #ffffff;
}

.footer-bottom .get-text ul li a:focus {
  outline: rgb(255, 255, 255) solid 3px;
  position: relative;
  z-index: 9999;
  color: #ffffff;
}

/************************** 
* Inner Banner styles 
***************************/

.inner-banner {
  position: relative;
  background: #a0a19b;
  background-size: cover;
}

.inner-banner:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  /*background: rgba(0, 0, 0, 0.1); /*section image background*/
  z-index: 0;
}

.inner-banner .text {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.inner-banner h1 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
}

.inner-banner h1 span {
  background: #ffffff;
  padding: 10px;
}

.background h1 {
  background-color: #ffffff;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}

.inner-banner h3 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.inner-banner h2 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.inner-banner .bannertext {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  background-color: #ffffff;
}

.inner-banner .box {
  position: relative;
  display: table;
  height: 330px;
  width: 100%;
  text-align: center;
}

.breadcumb-wrapper {
  background: #fff;
  padding: 17px 0;
}

.breadcumb-wrapper a {
  color: #000000;
  text-decoration: none;
}

.breadcumb-wrapper a:hover {
  text-decoration: underline 3px solid #000000;
}

.breadcumb-wrapper ul,
.breadcumb-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  color: #bc0207;
}

.breadcumb-wrapper ul.link-list li a {
  color: #222;
  text-transform: capitalize;
  font-size: 18px;
  transition: .3s ease;
}

.breadcumb-wrapper ul.link-list li a:hover {
  transition: .3s ease;
}

.breadcumb-wrapper ul.link-list li a i {
  color: #fac012;
  margin-right: 7px;
}

.breadcumb-wrapper ul.link-list li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin: 0 10px;
}

.breadcumb-wrapper a.get-qoute {
  text-transform: capitalize;
  font-weight: 400;
  color: #bc0207;
  font-size: 18px;
}

.breadcumb-wrapper a.get-qoute i {
  margin-left: 7px;
  color: #222;
  margin-right: 7px;
  font-size: 14px;
}

/************************** 
* why-choose styles 
***************************/

.why-choose {
  position: relative;
}

.why-choose .img-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.why-choose .overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -60px;
  transition: .3s ease-out;
  background: rgba(0, 0, 0, 0.75);
  transform: translate(0, 100%);
}

.why-choose .item:hover .overlay-box {
  transition: .5s ease-in-out;
  top: 0px;
  transform: translate(0, 0);
}

.why-choose .inner-box {
  position: relative;
  padding-left: 80px;
  padding-right: 21px;
  transition: 1s ease;
}

.why-choose .item:hover .inner-box {
  padding: 43px 21px 43px 80px;
  transition: .5s ease;
}

.why-choose .icon_box {
  position: absolute;
  width: 60px;
  height: 100%;
  text-align: center;
  background: #bc0207;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 60px;
  color: #fff;
  transition: .5s ease;
}

.why-choose .icon_box span {
  font-size: 33px;
  line-height: 60px;
}

.why-choose .item:hover .icon_box span {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: -20px;
  transition: .5s ease;
}

.why-choose .overlay-box .text {
  color: #fff;
}

.why-choose .overlay-box h4 {
  color: #fff;
  line-height: 60px;
  transition: .5s ease-in-out;
}

.why-choose .item:hover .overlay-box h4 {
  color: #bc0207;
  transition: .5s ease-in-out;
}

.why-choose .overlay-box .text p {
  color: rgba(255, 255, 255, 0.06);
  transform: translate(0, 100%);
  transition: 1s ease;
  opacity: 0;
}

.why-choose .item:hover .overlay-box .text p {
  transform: translate(0, 0);
  transition: .5s ease;
  transition-delay: .3s;
  opacity: 1;
  color: #fff;
}

/************************** 
* default-blog styles 
***************************/
.blog-section {
  color: #000000;
}

.blog-section a {
  color: #000000;
  text-decoration: none;
}

.blog-section a:hover {
  text-decoration: underline 3px solid #000000;
}

.blog-section a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.blog-section {
  color: #000000;
}

.blog-section .section-title h2 a {
  color: #000000;
  text-decoration: none;
}

.blog-section .section-title h2 a:hover {
  text-decoration: underline 3px solid #000000;
}

.blog-section .section-title h2 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.default-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  border: 1px solid #f4f4f4;
}

.default-blog-news:hover {
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
  transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.default-blog-news .lower-content {
  position: relative;
  padding: 30px 20px 0px;
  border: 1px solid #f4f4f4;
  height: 170px;
}

.default-blog-news .lower-content .text p {
  margin-bottom: 20px;
}

.default-blog-news .lower-content h3 {
  color: #00000;
  font-weight: 400;
  margin-bottom: 5px;
}

.default-blog-news .lower-content h3 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.default-blog-news .lower-content h3 a:hover {
  text-decoration: underline 3px solid #000000;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-blog-news .lower-content h3 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.default-blog-news .lower-content h4 {
  color: #00000;
  font-weight: 400;
  margin-bottom: 5px;
}

.default-blog-news .lower-content h4 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.default-blog-news .lower-content h4 a:hover {
  text-decoration: underline 3px solid #000000;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-blog-news .lower-content h4 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.default-blog-news .lower-content .post-meta {
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
}

/*large blog*/
/* Press Releases */

.large-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f4f4f4;
  color: #000000;
}

.large-blog-news h1 {
  color: #000000;
  font-size: 20px;
  margin-top: 15px;
}

.large-blog-news h2 {
  color: #000000;
  font-size: 18px;
  margin-top: 15px;
}

.large-blog-news h2 a {
  color: #000000;
  text-decoration: none;
}

.large-blog-news h2 a:hover {
  text-decoration: underline 3px solid #000000;
}

.large-blog-news h2 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.large-blog-news p a {
  color: #0000ff;
  text-decoration: underline 3px solid #0000ff;
}

.large-blog-news p a:hover {
  color: #0000ff;
  text-decoration: underline 3px solid #0000ff;
}

.large-blog-news p a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.large-blog-news .table-responsive {
  color: #000000;
}

.large-blog-news .table-responsive a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.large-blog-news .table-responsive a:hover {
  color: #000000;
  text-decoration: underline 3px solid #000000;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.large-blog-news .table-responsive a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
  color: #000000;
}


.large-blog-news .lower-content {
  position: relative;
  padding: 25px 20px 0px;
}

.large-blog-news .lower-content .text p {
  margin-bottom: 20px;
}

.large-blog-news .lower-content h1 {
  color: #000000;
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 0px;
}

*/ .large-blog-news .lower-content h1 {
  color: #000000;
  font-size: 26px;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.large-blog-news .lower-content h2 {
  color: #000000;
  font-size: 24px;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.large-blog-news .lower-content h3 {
  padding-bottom: 10px;
  font-size: 22px;
  margin-top: 20px;
}

.large-blog-news .lower-content h4 {
  padding-bottom: 10px;
  font-size: 20px;
  margin-top: 20px;
}

.large-blog-news .lower-content h5 {
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 20px;
}

.large-blog-news .lower-content ul {
  list-style-type: square;
  padding-left: 50px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}

.large-blog-news .lower-content li {
  list-style-type: square;
  color: 000000;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}

.large-blog-news .lower-content a {
  color: #000000;
  text-decoration: none;
}

.large-blog-news .lower-content a:hover {
  text-decoration: underline 3px solid #000000;
}

.large-blog-news .lower-content a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.large-blog-news .lower-content .post-meta {
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px;
}

.large-blog-news .lower-content p {
  padding-bottom: 10px;
  padding-top: 10px;
}

.large-blog-news .lower-content p a {
  color: #0000ff;
  text-decoration: underline;
}

.large-blog-news .lower-content p a:hover {
  color: #0000ff;
  text-decoration: underline;
}

.large-blog-news .lower-content p a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.large-blog-news .lower-content th,
td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
}


/*side-bar-blog*/

.blog-sidebar {
  position: relative;
  border-left: 1px solid #f4f4f4;
  padding-left: 0px;
}

.category-style-one {
  position: relative;
}

.category-style-one ul {
  margin-top: 2px;
  margin-bottom: 35px;
  padding: 0px 0px;
  background: #f7f7f7;
}

.category-style-one ul li {
  border-bottom: 1px solid #eaeaea;
  margin: 0;
}

.category-style-one ul li:last-child {
  border: none;
}

.category-style-one ul li a {
  font-weight: normal;
  color: #000000;
  position: relative;
  width: 100%;
  transition: .5s ease;
  line-height: 40px;
  display: block;
}

.category-style-one ul li a:hover {
  color: #bc0207;
  transition: .5s ease;
}

/*post-thumb*/

.popular-post {
  position: relative;
}

.popular-post .item {
  position: relative;
  font-size: 14px;
  margin-bottom: 13px;
  min-height: 120px;
  padding: 0px 0px 20px 105px;
  color: #cccccc;
  border-bottom: 1px solid #f1f1f1;
}

.popular-post .item:last-child {
  border-bottom: 0px;
}

.popular-post .item .post-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 90px;
  height: 90px;
}

.popular-post .item .post-thumb img {
  width: 100%;
  display: block;
}

.popular-post .item .post-thumb a {
  position: relative;
}

.popular-post .item .post-thumb a:after {
  position: absolute;
  content: "\f0c1";
  font-family: FontAwesome;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 80px;
  width: 100%;
  height: 100%;
  background: rgba(72, 199, 236, 0.9);
  color: #ffffff;
  opacity: 0;
  transition: .5s ease;
}

.popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: .5s ease;
}

.popular-post .item a:hover {
  color: #000000;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.popular-post .item h4 {
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 17px;
  line-height: 26px;
  color: #333;
}

.popular-post .item h4 a {
  color: #333;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.recent-posts.post-thumb .post .post-info {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  line-height: 1.6em;
  color: #9c9c9c;
}

.popular-post .item .post-info {
  color: #000000;
  font-size: 16px;
}

.inner-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 45px;
}

.inner-title h4 {
  position: relative;
  font-size: 22px;
  color: #222;
}

.inner-title h3 {
  position: relative;
  font-size: 22px;
  color: #222;
}

/*archive*/

.sidebar-archive .bootstrap-select {
  background: #f7f7f7;
  color: #000000;
  padding: 10px 0;
  font-size: 16px;
}

.sidebar-archive .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.sidebar-archive .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}

.sidebar-archive .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.sidebar-archive .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #bc0207;
  color: #fff;
}

.sidebar-archive .form-control:focus {
  border-color: #bc0207;
  box-shadow: none;
}

/*instagram*/
.sidebar-intsgram ul {
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar-intsgram ul li {
  float: left;
  width: 33.333333333333333333%;
  padding: 5px 4px;
}

.sidebar-intsgram ul li .inner-box {
  display: block;
  overflow: hidden;
  position: relative;
}

.sidebar-intsgram ul li .inner-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72, 199, 236, 0.9);
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}

.sidebar-intsgram ul li .inner-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.sidebar-intsgram ul li .inner-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.sidebar-intsgram ul li .inner-box .overlay .box .content a {
  font-size: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.sidebar-intsgram ul li:hover .inner-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/*pacebook feed*/

.facebook-feed {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

.facebook-feed .img-box {
  position: relative;
}

.facebook-feed .overlay {
  position: absolute;
  margin: 10px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.facebook-feed .inner-box {
  position: relative;
  padding-left: 70px;
  margin-bottom: 32px;
}

.facebook-feed .inner-box .logo {
  position: absolute;
  left: 0;
  top: 0;
}

.facebook-feed .inner-box h4 {
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-top: 0px;
  margin-bottom: 3px;
}

.facebook-feed .inner-box .like {
  color: #fff;
}

.facebook-feed .link a {
  color: #58606f;
  background: #fff;
  display: inline-block;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #eaeaea;
}

.facebook-feed .link a i.fb-icon {
  color: #fff;
  background: #39579b;
  font-size: 12px;
  padding: 2px 3px 0 4px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.facebook-feed .link a i.mail {
  color: #6a7081;
  margin-right: 6px;
}

.facebook-feed .like-people {
  background: #fff;
  margin: 20px 10px;
  padding: 10px;
}

/*single-blog*/

/*---------------- Author -------------*/

.single-blog-post .author {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 2px;
}

.single-blog-post .author img {
  position: absolute;
}

.single-blog-post .author-comment {
  margin-left: 340px;
  padding-left: 30px;
}

.single-blog-post .author-comment .quote {
  font-size: 25px;
  color: #f1f1f1;
  margin-bottom: 15px;
}

.single-blog-post .author-comment h5 {
  font-weight: 600;
  margin: 16px 0 5px 0;
  text-transform: uppercase;
  font-size: 18px;
}

.single-blog-post .author-comment p.a-title {
  color: #bc0207;
  font-size: 16px;
}

/*share-box*/

.share-box {
  background: #ffffff;
  padding: 23px 0px 12px 0px;
  margin-bottom: 40px;
}

.share-box .tag-box span {
  font-size: 14px;
  color: #3F3E3E;
}

.share-box .tag-box a {
  color: #bc0207;
  font-size: 16px;
  transition: .3s ease;
  line-height: 30px;
  text-transform: capitalize;
}

.share-box .tag-box a:hover {
  color: #bc0207;
  transition: .3s ease;
}

.share-box .social-box span {
  color: #252525;
  margin-right: 13px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.share-box .social {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -2.5px;
}

.share-box .social>li {
  padding-right: 0;
  margin: 0;
  padding-left: 0;
}

.share-box .social a {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  color: #BCBCBC;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #eee;
  display: block;
  line-height: 41px;
  transition: all 0.5s ease;
}

.share-box .social a:hover {
  color: #ffffff;
  background: #bc0207;
  border-color: #bc0207;
}

.share-box .tag-box li {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.post-author {
  position: relative;
  color: #777777;
  margin-bottom: 50px;
}

.post-author .inner-box {
  position: relative;
  padding: 33px 35px 12px 155px;
  min-height: 160px;
  background: #f4f4f4;
  margin-left: 23px;
}

.post-author .inner-box .author-thumb {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 85px;
  height: 85px;
  border-radius: 2px;
}

.post-author .inner-box .author-thumb img {
  display: block;
  width: 100%;
}

.post-author h4 {
  position: relative;
  margin: 0px 0px 16px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #252525;
}

.post-author ul li {
  margin: 0;
  margin-top: 10px;
}

.post-author ul li:hover a {
  color: #ab7442;
}

.news .blogList_single_post .post-author h4 .author-designation {
  position: relative;
  color: #a8c41b;
  font-style: italic;
  font-family: 'Lato', sans-serif;
}

.post-author .text {
  line-height: 1.8em;
  color: #777777;
}

.post-author .text a {
  color: #777777;
  /*text-decoration:underline; */
}

.post-author .text a:hover {
  color: #a8c41b;
}

/*review-tab*/

.single-blog .product-review-tab {
  margin: 0 27px;
}

.product-review-tab .item_review_content {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 80px;
}

.product-review-tab .item_review_content .img_holder {
  position: absolute;
  left: 0;
  top: 0;
}

.product-review-tab .add_your_review {
  margin: 81px 0 75px 0px;
}

.product-review-tab .add_your_review>span {
  display: block;
  margin: 36px 0 14px 0;
  color: #a2a2a2;
}

.product-review-tab .add_your_review ul,
.product-review-tab .add_your_review ul li {
  display: inline-block;
  color: #a2a2a2;
}

.product-review-tab .add_your_review ul.rating:hover li,
.product-review-tab .add_your_review ul.rating.active li {
  color: #bc0207;
  transition: .5s ease;
}

.news .blogList_single_post .post .product-review-tab .add_your_review ul.rating li {
  font-size: 12px;
  margin-right: 3px;
  color: #d6d6d6;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news .blogList_single_post .post .product-review-tab .add_your_review ul.active li {
  color: #ab7442;
}

.news .blogList_single_post .post .product-review-tab .add_your_review ul:hover li {
  color: #ab7442;
}

.product-review-tab .add_your_review ul {
  line-height: 20px;
  border-right: 1px solid #d6d6d6;
  padding-right: 6px;
  margin-right: 5px;
}

.product-review-tab .add_your_review ul.fix_border {
  border: none;
}

.product-review-tab .add_your_review form {
  margin-top: 31px;
}

.product-review-tab .add_your_review form label {
  color: #a2a2a2;
  font-size: 16px;
  margin-bottom: 5px;
}

.product-review-tab .add_your_review form input {
  height: 54px;
  padding: 0 15px 0 19px;
}

.product-review-tab .add_your_review form textarea {
  max-width: 100%;
  min-height: 165px;
  padding: 15px 17px 5px 19px;
}

.product-review-tab .add_your_review form input,
.product-review-tab .add_your_review form textarea {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
  color: #9e9e9e;
  resize: none;
}

.news.single-blog .blogList_single_post .post ul li:before {
  display: none;
}

/************************** 
* 11. Project styles 
***************************/

.latest-project {
  background: #ffffff;
}

.latest-project .section-title {
  margin-bottom: 37px;
}

.latest-project .text {
  margin-bottom: 15px;
}

.project-cta {
  background: #F7F7F7;
  padding: 30px 0;
}

.project-cta h3 {
  margin: 0;
  font-size: 26px;
  color: #333333;
  line-height: 50px;
}

.project-cta .thm-btn {
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  line-height: 50px;
}

.project-cta .thm-btn:hover {
  color: #fff;
  background: #0D0D0D;
  border-color: #0D0D0D;
}

.single-latest-project-carousel .img-box {
  position: relative;
  overflow: hidden;
}

.single-latest-project-carousel .img-box img {
  width: 100%;
}

.single-latest-project-carousel .img-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}

.single-latest-project-carousel .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-latest-project-carousel .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}

.single-latest-project-carousel .img-box .overlay .top {
  text-align: center;
}

.single-latest-project-carousel .img-box .overlay .top a {
  margin-bottom: 24%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 29px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: background .4s ease, border-color .4s ease;
  transition: background .4s ease, border-color .4s ease;
}

.single-latest-project-carousel .img-box .overlay .top a:hover {}

.single-latest-project-carousel .img-box .overlay .bottom {
  background: #bc0207;
  padding: 16px 20px;
  padding-right: 0;
}

.single-latest-project-carousel .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  margin-bottom: 7px;
}

.single-latest-project-carousel .img-box .overlay .bottom .title span {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 16px;
}

.single-latest-project-carousel .img-box .overlay .bottom a {
  color: #fff;
  width: 50px;
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #5E80BD;
  display: block;
  position: relative;
  text-align: center;
}

.single-latest-project-carousel .img-box .overlay .bottom a:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #2A5391;
  position: absolute;
  top: 0;
  left: -2px;
}

.single-latest-project-carousel:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.latest-project-carousel .owl-nav {
  margin: 0;
  padding: 0;
}

.latest-project-carousel .owl-nav [class*=owl-] {
  color: #999999;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding: 0 5px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  position: absolute;
  bottom: 50%;
  margin: 0;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.66);
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-bottom: -20px;
  color: #fff;
  transition: .5s ease;
}

.latest-project-carousel .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background: rgba(72, 199, 236, 0.65);
  transition: .5s ease;
}

.latest-project-carousel .owl-nav .owl-next {
  right: 0;
}

.latest-project-carousel .owl-nav .owl-prev {
  left: 0;
}

.single-project-item h3 {
  margin: 0;
}

.single-project-item .img-box {
  position: relative;
  overflow: hidden;
}

.single-project-item .img-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(53, 99, 169, 0.9);
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}

.single-project-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-project-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-project-item .img-box .overlay .box .content ul.list-inline li a {
  width: 45px;
  height: 45px;
  color: #bc0207;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.84);
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  -webkit-transition: background .4s ease, color .4s ease;
  transition: background .4s ease, color .4s ease;
}

.single-project-item .img-box .overlay .box .content ul.list-inline li a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

.single-project-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.single-project-item h3 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-family: "Montserrat-Regular", sans-serif;
}

.single-project-item h3:hover {
  color: #3563a9;
}

.single-project-item h3 a {
  color: inherit;
}

.single-project-item span {
  color: #999999;
  line-height: 24px;
}

.single-project-item .text-box {
  margin-top: 25px;
  padding-bottom: 23px;
}

.project-page .masonary-layout {
  margin-bottom: 20px;
}

/*** 

====================================================================
    Testimonials Section style
====================================================================

***/

.testimonials-section {
  position: relative;
  background: #222;
}

.testimonials-section .section-title h2 {
  color: #fff;
}

.testimonials-section .slide-item {
  position: relative;
  margin-top: 5px;
  padding: 30px;
  padding-right: 50px;
  background: #2a2a2a;
  transition: .5s ease;
}

.testimonials-section .slide-item:before {
  width: 50px;
  height: 50px;
  pointer-events: none;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  background: white;
  background: linear-gradient(315deg, #222 45%, #333 50%, #333333 56%, #333 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.project-content.testimonials-section .slide-item {
  margin-bottom: 50px;
}

.padd-bottom-30 {
  padding-bottom: 30px;
}

.testimonials-section .slide-item:hover {
  transition: .5s ease;
}

.testimonials-section .quote {
  position: absolute;
  font-size: 30px;
  right: 30px;
  top: 38px;
  color: #333;
  transition: .5s ease;
}

.testimonials-section .slide-item:hover .quote {
  transition: .5s ease;
}

.testimonials-section .author {
  position: relative;
  padding: 15px 0px 0px 100px;
  margin-bottom: 43px;
  color: #c9c9c9;
  line-height: 20px;
}

.testimonials-section .author .img-box {
  position: absolute;
  left: 0px;
  top: 0px;
}

.testimonials-section .author .img-box img {
  border-radius: 50%;
}

.testimonials-section .author h4 {
  position: relative;
  color: #ffffff;
  font-size: 20px;
}

.testimonials-section .author p {
  position: relative;
  color: #bc0207;
}

.testimonials-section .slide-text {
  margin-top: 15px;
  margin-left: 0px;
}

.testimonials-section .slide-text p {}

.testimonials-section .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}

/*nav*/
.testimonials-section .owl-carousel {
  position: inherit;
}

.testimonials-section .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
}

.testimonials-section .owl-theme .owl-nav [class*=owl-] {
  color: #999999;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding: 0 5px;
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.testimonials-section .owl-theme .owl-prev {
  float: left;
  width: 20%;
  text-align: center;
}

.testimonials-section .owl-theme .owl-prev i {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #5a5a5a;
  transition: .5s ease;
}

.testimonials-section .owl-theme .owl-prev i:hover {
  color: #bc0207;
  border-color: #bc0207;
  transition: .5s ease;
}

.testimonials-section .owl-theme .owl-next {
  float: right;
  width: 20%;
  text-align: center;
}

.testimonials-section .owl-theme .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #5a5a5a;
  transition: .5s ease;
}

.testimonials-section .owl-theme .owl-next i:hover {
  color: #bc0207;
  border-color: #bc0207;
  transition: .5s ease;
}

/*** 

====================================================================
    ALERTS SECTION - client Section style
====================================================================

***/

/*control button styles*/
.bn-controls button {
  background: #FF0000;
}

/*links hover styles*/
.bn-news ul li a:hover {
  color: #FF0000;
}

/*prefix styles*/
.bn-prefix {
  color: #0000FF;
  font-size: 28px;
}

.clients-section .section-title {
  margin-bottom: 20px;
}

.clients-section .section-title a {
  color: #000000;
  text-decoration: none;
}

.clients-section .section-title a:hover {
  color: #000000;
  text-decoration: none;
}

.clients-section .section-title a:visited {
  color: #000000;
  text-decoration: none;
}

.clients-section .section-title a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.clients-section a {
  color: #000000;
  text-decoration: none;
}

.clients-section a:hover {
  color: #000000;
  text-decoration: underline 3px solid #000000;
}

.clients-section a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.clients-section .tooltip-inner {
  background: #bc0207;
}

.single-alert {
  padding-bottom: 0px;
}

.clients-section .single-alert {
  color: #222;
  font-size: 18px;
}

.clients-section .single-alert a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #000000;
}

.clients-section .single-alert a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

.clients-section .single-alert a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.single-alert .img-box {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #eaeaea;
  background-color: #f7f7f7;
  height: 170px;
}

.clients-section .tooltip.top .tooltip-arrow {
  border-top-color: #bc0207;
}

.clients-section .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  padding-top: 40px;
  padding-bottom: 40px;
}

.clients-section .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0;
  margin-bottom: 36px;
}

.clients-section .owl-theme .owl-nav [class*=owl-] {
  color: #c5c5c5;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 40px;
  width: 40px;
  border: 2px solid #f7f7f7;
  line-height: 36px;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.clients-section .owl-theme .owl-nav [class*=owl-]:hover {
  border: 2px solid #0000ff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/*** 

====================================================================
    service Section style
====================================================================

***/

.service {
  background: #000000;
  color: #ffffff;
  width: 100%;
  margin: 0;
}

.service .text1 p {
  color: #ffffff;
}

.service .item {
  position: relative;
  min-height: 366px;
  border-left: 1px solid #e8e8e8;
  overflow: hidden;
}

.service .item:last-child {
  border-right: 1px solid #e8e8e8;
}

.service .item .icon_box {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -39px;
}

.service .item .icon_box span {
  color: #ffffff;
  font-size: 40px;
}

.service .item .icon_box h4 {
  font-size: 20px;
  margin-top: 12px;
  color: #ffffff;
}

.service .item .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #B10208;
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
  visibility: hidden;
}

.service .item:hover .overlay-box {
  height: 100%;
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 1;
  visibility: visible;
  color: #ffffff;
}

.service .item .overlay-box .icon_box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  top: 0;
  margin-top: 70px;
  margin-bottom: 20px;
}

.service .item .overlay-box p,
.service .item .overlay-box .icon_box h4,
.service .item .overlay-box .default_link,
.service .item .overlay-box .icon_box span {
  color: #fff;
}

.service .item .overlay-box p a:focus {
  color: #ffffff;
  outline: rgb(255, 255, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.service .item .overlay-box p a,
a:hover {
  color: #ffffff;
}

.service .item .overlay-box p {
  margin-bottom: 20px;
}

.service .about-info .link a:focus {
  color: #ffffff;
  outline: rgb(255, 255, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.service .about-info .link a,
a:hover {
  color: #ffffff;
}
/*service section */


.service .onlineServices a,
.service .onlinePayments a {
  text-decoration: none;
}

.onlineServices a:hover,
.onlinePayments a:hover {
  text-decoration: underline 3px #ffffff;
  text-underline-offset: 5px;
}



.view-column .overlay-box,
.pay-column .overlay-box {
  background-color: #bc0207 !important;
  transition: background-color 0.3s ease;
}

.view-column .overlay-box:hover,
.view-column .overlay-box:focus,
.pay-column .overlay-box:hover,
.pay-column .overlay-box:focus {
  background-color: #bc0207;
  color: #ffffff;

}

.payLinks,
.viewLinks {
  text-decoration: none;
}

.payLinks:hover,
.payLinks:focus,
.viewLinks:hover {
  text-decoration: underline 3px  #ffffff;
  text-underline-offset: 4px;
}
/*** 

====================================================================
    service-single Section style
====================================================================

***/

.service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 50px;
}

.service-catergory li {
  list-style: none;
  position: relative;
  background: #f7f7f7;
  padding: 14px 0;
  margin-bottom: 2px;
  color: #000000;
}

.service-catergory li:first-child {
  margin-bottom: 10px;
}

.service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
}

.service-catergory li.active {
  background: #bc0207;
  color: #ffffff;
}

.service-catergory li.active a {
  color: #ffffff;
}

.service-catergory li.active a:hover {
  text-decoration: underline 3px solid #ffffff;
  color: #ffffff;
}

.service-catergory li.active a:focus {
  color: #ffffff;
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}


.service-catergory li a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  border-left: 5px solid transparent;
  font-weight: 600;
  padding-left: 23px;
  transition: all 0.5s ease;
  position: relative;
}

.service-catergory li a:hover {
  color: #000000;
  text-decoration: underline 3px solid #000000;
}

.service-catergory li a:focus {
  color: #000000;
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.service-single blockquote {
  padding: 20px 20px;
  margin: 0 0 20px;
  padding-left: 30px;
  font-size: 18px;
  border-left: 5px solid #f7f7f7;
  font-style: italic;
  color: #bc0207;
  font-family: "Poppins", sans-serif;
}

.lcdcservice-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lcdcservice-catergory li {
  list-style: none;
  position: relative;
  background: #f7f7f7;
  padding: 14px 0;
  margin-bottom: 2px;
}

.lcdcservice-catergory li:first-child {
  margin-bottom: 10px;
}

.lcdcservice-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
}

.lcdcservice-catergory li.active {
  background: #000000;
  color: #ffffff;
}

.lcdcservice-catergory li.active a {
  color: #fff;
}

.lcdcservice-catergory li.active a:hover {
  text-decoration: underline 3px solid #ffffff;
  color: #ffffff;
}

.lcdcservice-catergory li.active a:focus {
  color: #ffffff;
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.lcdcservice-catergory li a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  border-left: 5px solid transparent;
  font-weight: 600;
  padding-left: 23px;
  transition: all 0.5s ease;
  position: relative;
}

.lcdcservice-catergory li a:hover {
  color: #000000;
  text-decoration: underline 3px solid #000000;
}

.lcdcservice-catergory li a:focus {
  color: #000000;
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.lcdcservice-catergory blockquote {
  padding: 20px 20px;
  margin: 0 0 20px;
  padding-left: 30px;
  font-size: 18px;
  border-left: 5px solid #f7f7f7;
  font-style: italic;
  color: #0000000;
  font-family: "Poppins", sans-serif;
}



/*brochures*/

.brochures-lists {}

.brochures-lists li {
  background: #fff;
  line-height: 52px;
  margin-bottom: 20px;
  color: #fff;
  height: 55px;
  border: 1px solid #f1f1f1;
  position: relative;
}

.brochures-lists li:last-child {
  margin-bottom: 0px;
}

.brochures-lists li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.brochures-lists li a span {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 28px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 2px 5px;
  position: relative;
  font-size: 17px;
  line-height: 25px;
}

.brochures-lists li a i::before {
  font-size: 18px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 18px;
  color: #ffffff;
}

.brochures-lists li {
  background: #bc0207;
  transition: .5s ease;
}

.brochures .img-box {
  padding: 22px 0;
  border: 1px solid #f4f4f4;
}

.author-details.style-2 .item {
  padding: 20px 20px 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  background: transparent;
  margin: 0;
  padding: 0px 0 40px;
}

.author-details2.style-2 .item {
  padding: 20px 20px 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  background: transparent;
  margin: 0;
  padding: 0px 0 40px;
}

/*growth-service*/

.growth-service .item {
  background: #f7f7f7;
  padding: 30px 0;
  border: 1px solid #eaeaea;
}

.growth-service .item span {
  color: #bc0207;
  font-size: 48px;
  transition: .5s ease;
}

.growth-service .item h2 {
  font-size: 24px;
  margin-bottom: 5px;
  padding-top: 20px;
  color: #000000;
}

.growth-service .item h3 {
  font-size: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
  color: #000000;
}

.growth-service .item h4 {
  font-size: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
  color: #000000;
}

.growth-service .item h5 {
  font-size: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
  color: #000000;
}

.growth-service .item h2 a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #000000;
}

.growth-service .item h2 a:hover {
  text-decoration: underline;
  color: #000000;
}

.growth-service .item h2 a:focus {
  outline: rgb(0, 0, 250) solid 3px;
  position: relative;
  z-index: 9999;
}

.growth-service .item h3 a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #000000;
}

.growth-service .item h3 a:hover {
  text-decoration: underline;
  color: #000000;
}

.growth-service .item h3 a:focus {
  outline: rgb(0, 0, 250) solid 3px;
  position: relative;
  z-index: 9999;
}

.growth-service .item h4 a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #000000;
}

.growth-service .item h4 a:hover {
  text-decoration: underline;
  color: #000000;
}

.growth-service .item h4 a:focus {
  outline: rgb(0, 0, 250) solid 3px;
  position: relative;
  z-index: 9999;
}

.growth-service .item h5 a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #000000;
}

.growth-service .item h5 a:hover {
  text-decoration: underline;
  color: #000000;
}

.growth-service .item h5 a:focus {
  outline: rgb(0, 0, 250) solid 3px;
  position: relative;
  z-index: 9999;
}

/*style-2*/

.growth-service.style-2 .item {
  background: #fff;
  padding: 45px 15px;
  border: none;
  transition: .5s ease
}

.growth-service.style-2 .item.active,
.growth-service.style-2 .item:hover {
  background-color: #bc0207;
  transition: .5s ease
}

.growth-service.style-2 .item h4 {
  font-size: 20px;
  margin-bottom: 18px;
  padding-top: 20px;
  transition: .5s ease;
}

.growth-service.style-2 .item span {
  font-size: 70px;
}

.growth-service.style-2 .item.active span,
.growth-service.style-2 .item:hover span,
.growth-service.style-2 .item.active h4,
.growth-service.style-2 .item:hover h4,
.growth-service.style-2 .item.active p,
.growth-service.style-2 .item:hover p {
  color: #fff;
  transition: .5s ease;
}

/*benifit*/
.benifit li {
  position: relative;
  color: #000000;
  padding-left: 20px;
  margin: 15px 0;
}

.benifit li:after {
  position: absolute;
  content: '';
  background: #bc0207;
  height: 8px;
  width: 8px;
  left: 0;
  ;
  top: 7px;
}

.benifit {
  margin-bottom: 10px;
}

.service-single .accordion-box .accordion .acc-content {
  padding: 2px 0 8px;
}

.service-single .accordion {
  margin-bottom: 5px;
}

.default-form.service-form textarea {
  height: 226px;
}

/*** 

====================================================================
    about Section style
====================================================================

***/

.about-faq .link_btn .sign {
  display: inline-block;
  position: relative;
  left: 50px;
  top: 5px;
}

.accordion-box {
  border: 1px solid #f7f7f7;
}

.accordion {
  margin-bottom: 10px;
  position: relative;
}

.accordion .acc-btn .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f1f1;
  width: 60px;
  height: 100%;
  color: #9c9c9c;
  font-size: 20px;
  text-align: center;
}

.accordion .acc-btn.active .left-icon {
  color: #fff;
}

.accordion .left-icon span {
  position: relative;
  top: 18px;
}

.accordion .acc-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 0px 10px;
  margin: 0 30px;
  padding-right: 50px;
  border-top: 1px solid #f7f7f7;
}

.accordion .acc-btn p {
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.accordion .acc-btn.active p {
  color: #000000;
}

.accordion .acc-btn p a {
  color: #0000ff;
  text-decoration: underline;
}

.accordion .acc-btn p a:hover {
  color: #0000ff;
  text-decoration: underline;
}

.accordion .acc-btn p a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.accordion .acc-content p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 10px;
}

.accordion .acc-content p a {
  color: #0000ff;
  text-decoration: underline;
}

.accordion .acc-content p a:hover {
  color: #0000ff;
  text-decoration: underline;
}

.accordion .acc-content p a:focus,
{
outline: rgb(0, 0, 255) solid 3px;
position: relative;
z-index: 9999;
}

.accordion .acc-content ul {
  list-style-type: square;
  padding-left: 50px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}

.accordion .acc-content li {
  list-style-type: square;
  color: 000000;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}

.accordion .acc-content li a {
  color: #000000;
  text-decoration: none;
}

.accordion .acc-content li a:hover {
  text-decoration: underline 3px solid #000000;
}

.accordion .acc-content li a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.accordion .acc-content a {
  color: #000000;
  text-decoration: none;
}

.accordion .acc-content a:hover {
  text-decoration: underline 3px solid #000000;
}

.accordion .acc-content a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.accordion .acc-btn.pr {
  position: relative;
}

.accordion .acc-btn .img-box {
  display: none;
}

.accordion .acc-btn.active .img-box {
  display: block;
}

.accordion .acc-btn .toggle-icon {
  color: #9c9c9c;
  display: block;
  font-weight: 100;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 24px;
}

.accordion .acc-btn .toggle-icon.left {
  color: #9c9c9c;
  display: block;
  font-weight: 100;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 30px;
}

.accordion .acc-btn .toggle-icon .plus::before {
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #222;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  color: #bc0207;
  width: 100%;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus {
  opacity: 0;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
}

.accordion-box .accordion .acc-content {
  color: #000000;
  display: none;
  padding: 15px 0px 15px;
  margin: 0 30px;
}

.accordion-box .accordion .acc-content.collapsed {
  display: block;
}

.accordion-box .accordion .acc-content p {
  margin: 0;
}

.accordion-box .accordion .acc-content p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 10px;
}

.accordion-box .accordion .acc-content p a {
  color: #0000ff;
  text-decoration: underline;
}

.accordion-box .accordion .acc-content p a:hover {
  color: #0000ff;
  text-decoration: underline;
}

.accordion-box .accordion .acc-content p a:focus,
{
outline: rgb(0, 0, 255) solid 3px;
position: relative;
z-index: 9999;
}

.accordion-box .accordion .acc-content ul {
  list-style-type: square;
  padding-left: 50px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}

.accordion-box .accordion .acc-content li {
  list-style-type: square;
  color: 000000;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}

.accordion-box .accordion .acc-content li a {
  color: #000000;
  text-decoration: none;
}

.accordion-box .accordion .acc-content li a:hover {
  text-decoration: underline 3px solid #000000;
}

.accordion-box .accordion .acc-content li a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  color: #121d2f;
}

.single-faq-bg {
  position: relative;
}

.single-faq-bg:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5000%;
  height: 100%;
  background: #f7f7f7;
  z-index: 0;
}

.about-faq .default-form input[type="text"],
.about-faq .default-form input[type="email"],
.about-faq .default-form input[type="password"],
.about-faq .default-form input[type="number"],
.about-faq .default-form select,
.about-faq .default-form textarea {
  border-color: #eaeaea;
}

.about-faq .default-form-area {
  padding-left: 30px;
}

.about-faq .default-form-area h3 {
  margin-bottom: 38px;
  position: relative;
  font-weight: 400;
}

.accordion-box.style-2 .accordion .acc-content {
  padding: 10px 0;
}

.accordion-box.style-2 .accordion {
  margin-bottom: 5px;
}

/*** 

====================================================================
  Fact Counter Section
====================================================================

***/

.fact-counter {
  position: relative;
  padding: 70px 0px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
}

.fact-counter:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0.80;
  z-index: 0;
}

.fact-counter .auto-container {
  position: relative;
  z-index: 1;
}

.fact-counter .column {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  z-index: 5;
}

.fact-counter .item {
  background: #f7f7f7;
  color: #222;
  padding: 17px 0 25px;
}

.fact-counter .column .icon span {
  position: relative;
  top: 0px;
  font-size: 50px;
  position: absolute;
  line-height: 70px;
  top: -5px;
  left: 0;
  margin-bottom: 20px;
  color: #ab7442;
  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 .count-outer {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  padding: 0px 10px 23px;
  font-family: 'Poppins', Sans-serif;
}

.fact-counter .count-outer:before {
  content: "";
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 1px;
  background: #bc0207;
}

.fact-counter .column .counter-title {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  font-family: "Hind", Sans-serif;
  color: #222;
}

/*** 

====================================================================
  google map Section
====================================================================

***/
.home-google-map #contact-google-map {
  width: 100%;
  height: 430px;
}

.home-google-map .gmnoprint {
  display: none;
}

/*** 

====================================================================
  contact Section
====================================================================

***/


.default-cinfo .icon_box {
  width: 40px;
}

.default-cinfo li+li {
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
  padding-top: 12px;
}

.default-cinfo li .icon_box,
.default-cinfo li .text-box {
  display: table-cell;
  vertical-align: top;
}

.default-cinfo li .icon_box i {
  font-size: 20px;
  color: #bc0207;
  position: relative;
  top: 7px;
}

.default-cinfo .accordion .acc-btn {
  background: #f7f7f7;
  padding: 14px 30px;
  margin: 0;
}

.default-cinfo .accordion-box {
  border: none;
}

.default-cinfo .accordion {
  border: 1px solid #f7f7f7;
}

.default-cinfo .accordion-box .accordion .acc-content b {
  color: #222;
  font-weight: 600;
}

/*form*/

.default-form {
  position: relative;
}

.default-form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}

.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}

.default-form .form-box {
  position: relative;
}

.comment-form .form-box {
  padding: 25px 25px 0px 25px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form .comment-form .form-box .form-group {
  margin-bottom: 25px;
}

.default-form.form-box .row {
  margin-left: -10px;
  margin-right: -10px;
}

.default-form.form-box .row .form-group {
  padding: 0px 0px;
}

.default-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #232323;
  font-weight: 500;
  font-size: 13px;
}

.default-form .form-group .field-label sup {
  color: #ff0000;
  font-size: 14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 55px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding: 12px 15px;
  background: #f7f7f7;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-form textarea {
  height: 120px;
}

.default-form .bootstrap-select {
  border: 1px solid #f4f4f4;
  background: #f7f7f7;
  color: #a2a2a2;
  padding: 10px 0;
  font-size: 16px;
}

.default-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}

.default-form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.default-form .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #bc0207;
  color: #fff;
}

.default-form .form-control:focus {
  border-color: #bc0207;
  box-shadow: none;
}

.default-form .thm-btn {
  width: 100%;
}

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}

.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}

.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}

.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}

.default-form .alert-success {
  color: #bc0207;
  background: none;
  border: none;
  font-size: 18px;
}

/*author-details*/

.author-details {
  background: #f7f7f7;
  padding: 0px 20px;
}

.author-details .item {
  padding: 20px 20px 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  background: #fff;
  margin: 30px 0;
}

.author-details .item:last-child {
  border-bottom: 0px;
}

.author-details .item .img-box,
.author-details .item .content {
  display: table-cell;
  vertical-align: top;
}

.author-details .item .img-box {
  width: 67px;
}

.author-details .item .content {
  padding-left: 20px;
}

.author-details .item .content p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
}

.author-details .item .content p i {
  color: #ffffff;
  margin-right: 5px;
}

.author-details a:hover,
a:focus,
a:visited {
  color: #ffffff;
  margin-right: 5px;
}

.author-details .item h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff;
}

.author-details .item .content h5 {
  color: #ffffff;
  margin: 0;
}

/*side details */

.author-details2 {
  background: #f7f7f7;
  padding: 10px 10px;
}

.author-details2 .item {
  /* padding: 20px 20px 20px;*/
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  background: #fff;
  /*margin: 30px 0;*/
  color: #000000;
}

.author-details2 .item:last-child {
  border-bottom: 0px;
}

.author-details2 .item .img-box,
.author-details2 .item .content {
  display: table-cell;
  vertical-align: top;
}

.author-details2 .item .img-box {
  width: 67px;
}

.author-details2 .item .content {
  padding-left: 0;
}

.author-details2 .item .content p {
  color: #000000;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 30px;
}

.author-details2 .item .content p i {
  color: #000000;
  margin-right: 5px;
  font-size: 15px;
}

.author-details2 a {
  color: #000000;
  text-decoration: none;
}

.author-details2 a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

.author-details2 a:focus {
  color: #000000;
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.author-details2 .item h2 {
  color: #000000;
  margin-top: 10px;
  font-size: 18px;
}

.author-details2 .item h2 a {
  color: #000000;
  text-decoration: none;
}

.author-details2 .item h2 a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

.author-details2 .item h2 a:focus {
  color: #000000;
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.author-details2 .item .content h3 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.author-details2 .item h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
}

.author-details2 .item h5 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
}

.author-details2 .item h4 {
  /* margin-bottom: 10px;  margin-top: 10px;  line-height: 25px;*/
  color: #000000;
  margin-bottom: 20px;
}

.author-details2 .item .content h5 {
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*** 

====================================================================
  consultation Section
====================================================================

***/

.consultation .default-form-area {
  background: #fff;
  padding: 40px 30px 10px;
  border: 1px solid #f4f4f4;
  max-width: 690px;
  margin: 0 auto;
  margin-top: -40px position: relative;
}

/***
==============================
   8. Team Member styles
============================== 
***/

.our-team {
  position: relative;
  padding: 70px 0 20px;
}

.single-team-member h3 {
  margin: 0;
  font-size: 18px;
}

.single-team-member p {
  margin: 0;
}

.single-team-member h4 {
  font-size: 16px;
  color: #000000;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 6px;
}

.single-team-member .img-box {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.07);
  display: inline-block;
  background: #1a2228;
}

.single-team-member .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}

.our-team .single-team-member {
  margin-bottom: 50px;
  text-align: center;
}

.single-team-member .author-info {
  overflow: hidden;
  border: 2px solid #f4f4f4;
  padding: 6px 0 9px;
}

.single-team-member a p {
  color: #bc0207;
  transition: .5s ease;
}

.single-team-member .text {
  margin-top: 15px;
}

.single-team-member .text p {
  font-size: 16px;
}

.single-team-member .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(72, 199, 236, 0.9);
  width: 100%;
  transform: scale(0.7, 0);
  transition: .5s ease-in-out;
}

.single-team-member:hover .img-box .overlay {
  transform: scale(1, 1);
  transition: .5s ease-in-out;
}

.single-team-member .inner-box {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.single-team-member .social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -20%;
  transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.single-team-member:hover .social {
  top: 0;
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  transition-delay: .3s;
}

.single-team-member .social li {
  padding: 0;
  margin: 0 3px;
}

.single-team-member .social li a {
  color: #ffffff;
  transition: color .4s ease;
  font-size: 14px;
}

.single-team-member .img-box .overlay ul li a {
  height: 42px;
  width: 42px;
  color: #fff;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  line-height: 44px;
  border: 1px solid #fff;
}

.single-team-member .img-box .overlay ul li:last-child a {}

/*style-2*/

.our-team.style-2 .section-title h2 {
  color: #fff;
}

.our-team.style-2:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(12, 20, 25, 0.95);
  z-index: 0;
}

.our-team.style-2 .container {
  position: relative;
}

.our-team.style-2 .single-team-member .author-info {
  border-color: #1a2228;
}

.our-team .single-team-member .author-info-member {
  border-color: #1a2228;
  border: 1px solid #f4f4f4;
}

.author-info-member {
  height: 380px;
  padding-top: 15px;
}

.single-testimonial .author-info-member {
  overflow: hidden;
  overflow: hidden;
  border: 2px solid #f4f4f4;
  padding: 6px 0 9px;
  margin-top: 5px;
}

.our-team.style-2 .single-team-member h4 {
  color: #fff;
}

/***
==============================
   8. Team Member styles
============================== 
***/

.testimonials {
  position: relative;
  padding-bottom: 30px;
}

.single-testimonial h3,
.single-testimonial p {
  margin: 0;
}

.single-testimonial h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 6px;
}

.single-testimonial .img-box {
  position: relative;
}

.single-testimonial .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}

.testimonials .single-testimonial {
  margin-bottom: 40px;
  border: 1px solid #DFDBDB;
  padding: 30px 10px 26px;
  transition: .5s ease-in-out;
}

.testimonials .single-testimonial:hover {
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0), 0 0px 82px 0 rgba(0, 0, 0, 0.05);
  transition: .5s ease-in-out;
}

.single-testimonial .author-info {
  overflow: hidden;
  border: 2px solid #DFDBDB;
  padding: 6px 0 9px;
  margin-top: 5px;
}

.single-testimonial p a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #000000;
  transition: .5s ease;
}

.single-testimonial p a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

.single-testimonial p a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
  color: #000000;
}

.single-testimonial .text {
  margin-top: 15px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.single-testimonial .text p {
  font-size: 16px;
}

/************************** 
* Project styles 
***************************/

.single-project {
  padding-bottom: 30px;
}

.single-project .img-box {
  position: relative;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #eaeaea;
}

.single-project .img-box img {
  width: 100%;
}

.single-project .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  transition: .5s ease;
}

.single-project:hover .title h5 {
  color: #bc0207;
  transition: .5s ease;
}

.single-project .img-box .overlay {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  eft: 5px;
  background: rgba(72, 199, 236, 0.9);
  padding: 5px;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}

.single-project .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}

.single-project .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}

.single-project .img-box .overlay .top {
  text-align: center;
}

.single-project .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}

.single-project .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%;
  transition: .4s ease;
}

.single-project .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #bc0207;
}

.single-project .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}

.single-project .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
}

.single-project:hover .img-box .overlay {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 30px;
}

.post-filter li {
  padding: 0;
}

.post-filter li span {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  transition: .5s ease;
}

.post-filter li:hover span,
.post-filter li.active span {
  color: #bc0207;
  transition: .5s ease
}


/*inform-list*/
.inform-list {
  background: #f7f7f7;
  padding: 23px 20px;
}

.inform-list li {
  color: #000000;
  font-size: 16px;
  line-height: 43px;
}

.inform-list li span {
  color: #bc0207;
  font-weight: 700;
}

.client-information .title {
  color: #bc0207;
  margin: 10px 0;
}

.client-information .text {
  margin-bottom: 35px;
}

/*contact-service*/
.service-contact {
  background: #bc0207;
  padding: 30px;
  margin-top: 50px;
}

.service-contact h4 {
  color: #fff;
}

.service-contact p {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
}

.service-contact .thm-btn {
  background: #fff;
  line-height: 38px;
  padding: 0 15px;
  color: #bc0207;
}

.service-contact .thm-btn:hover {
  background: #fff;
  color: #bc0207;
}

/************************** 
* Cart Page styles 
***************************/

.cart-section {
  position: relative;
}

.cart-section ul {
  margin: 0;
  padding: 0;
}

.cart-section ul li {
  list-style: none;
}

.cart-section .thm-btn {
  line-height: 40px;
}

.cart-section .sec-pad {
  padding-bottom: 70px;
}

.cart-section .sec-title.medium {
  padding-bottom: 25px;
}

.cart-section .cart-outer {
  position: relative;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  background: #f7f7f7;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: normal;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 15px 10px;
  min-width: 100px;
  font-size: 16px;
  font-weight: bold;
  color: yellow;
}

.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: black;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 85px;
  padding-top: 20px;
  text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 11px;
  padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #222;
  text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #bc0207;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: yellow;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
  transition: .5s ease;
}

.cart-table tbody tr .remove-btn:hover {
  color: #bc0207;
  transition: .5s ease;
}

.cart-table tbody tr .remove-btn span:before {
  font-size: 30px;
}

.cart-table tbody tr {
  border-bottom: 1px solid #F7F7F7;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 43px;
  display: block;
  box-shadow: none;
  width: 100%;
  font-size: 20px;
  position: relative;
  color: #222;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #9e9e9e;
  font-size: 14px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #bc0207;
  border-radius: 50%;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  background: #f7f7f7;
  border-color: #f7f7f7;
  padding: 10.3px 10px;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
  color: #bc0207;
  left: 6px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #fff;
  border: 1px solid #F7F7F7;
  border-right: 0;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid yellow;
  border-radius: 3px;
  width: 230px;
  background: none;
  font-weight: 500;
  outline: none;
  height: 44px;
}

.cart-section .estimate-form {
  position: relative;
}

.cart-section h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
  padding: 0px 7px;
  margin-bottom: 25px;
}

.cart-section .totals-table {
  position: relative;
  border: 1px solid #f8f8f8;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 14.5px 15px;
  line-height: 24px;
  width: 50%;
}

.cart-section .totals-table .col-title {
  font-size: 14px;
  color: #222;
  border-right: 1px solid #f8f8f8;
  font-weight: 400;
}

.cart-section .totals-table li {
  position: relative;
  border-bottom: 1px solid #f8f8f8;
}

.cart-section .totals-table li:last-child {
  border-bottom: none;
}

.cart-section .update-cart-box {
  padding-top: 40px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 2px;
  right: 20px;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
  width: 100%;
  outline: none;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  outline: none;
  border: 1px solid #f4f4f4;
  padding: 10px 15px;
  border-radius: 0;
}

.cart-section .estimate-form .select-box .dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.cart-section .estimate-form .select-box .dropdown-menu>li>a {
  padding: 8px 15px;
  color: green;
  transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: green;
  transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 13px;
  color: red;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: red;
  font-size: 14px;
  line-height: 46px;
}

.cart-section .estimate-form h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 80px;
}

.cart-section .cart-total h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
  margin-top: 30px;
}

.cart-section .estimate-form input {
  width: 100%;
  border: 2px solid yellow;
  outline: none;
  height: 43px;
  padding-left: 15px;
  font-family: "Roboto Slab", serif;
}

.cart-section .qty .input-group {
  width: 74px;
  background: #fff;
}

.cart-section .thm-btn.update-cart {
  border: 1px solid black;
  color: yellow;
  background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
  color: #9e9e9e;
  font-weight: normal;
}

.cart-section .thm-btn.update-cart {
  color: #222;
  border-color: #F7F7F7;
  text-shadow: none;
  background: #f7f7f7;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  border: 2px solid #F7F7F7;
  text-transform: uppercase;
  font-size: 14px;
}

.cart-section .estimate-form input {
  border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  background: #fff;
  color: #9f9f9f;
  border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #9f9f9f;
}

.cart-table tbody tr .prod-column .column-box {
  margin-left: 15px;
}

.cart-section .thm-btn.update-cart:hover {
  background: #bc0207;
  color: #fff;
}

.cart-table tbody tr td {
  padding: 10px 10px 10px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: #fff;
}

/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
  padding-bottom: 100px;
  padding-top: 80px;
}

.checkout-area .exisitng-customer {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative;
  margin-bottom: 20px;
}

.checkout-area .exisitng-customer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #bc0207;
  content: "";
}

.checkout-area .exisitng-customer h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 300;
}

.checkout-area .exisitng-customer h5 a {
  color: #bc0207;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .coupon {
  border: 1px solid #f7f7f7;
  display: block;
  padding: 20px 28px 21px;
  position: relative;
  margin-bottom: 60px;
}

.checkout-area .coupon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #bc0207;
  content: "";
}

.checkout-area .coupon h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 300;
}

.checkout-area .coupon h5 a {
  color: #bc0207;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .form form .field-label {
  color: #222;
  font-family: "Poppins", Sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 8px;
}

.checkout-area .form form .field-input input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #9a9a9a;
  display: block;
  font-size: 16px;
  height: 48px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.checkout-area .form form .field-input input[type="text"]:focus {
  border: 2px solid #bc0207;
}

.checkout-area .create-acc .checkbox {
  margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
  color: #bc0207;
  font-weight: 300;
  font-size: 16px;
}

.checkout-area .create-acc .checkbox input {
  margin-top: 3px;
}

.checkout-area .shipping-info input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 40px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.checkout-area .form form .field-input textarea {
  border: 2px solid #f7f7f7;
  color: #9e9e9e;
  display: block;
  font-size: 16px;
  height: 124px;
  margin-bottom: 28px;
  padding: 10px 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.checkout-area .form form .field-input textarea:focus {
  border-color: #bc0207;
}

.checkout-area .bottom {
  padding-top: 70px
}

.checkout-area .table .sec-title-two {
  padding-bottom: 32px;
}

.checkout-area .table {
  overflow-x: auto;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.checkout-area .table .cart-table {
  min-width: auto;
  width: 100%;
}

.checkout-area .table .cart-table .cart-header {
  background: #f7f7f7;
  color: #252525;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  font-weight: 400;
}

.checkout-area .table .cart-table thead tr th {
  font-weight: 400;
  line-height: 24px;
  min-width: 110px;
  padding: 19px 30px 17px;
}

.checkout-area .table .cart-table thead tr th.product-column {
  padding-left: 30px;
  text-align: left;
}

.checkout-area .table .cart-table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}

.checkout-area .table .cart-table tbody tr td {
  vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {
  min-width: 110px;
  padding: 25px 30px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
  min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
  width: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
  display: table-cell;
  vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
  padding-left: 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
  color: #252525;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.checkout-area .table .cart-table tbody tr .qty {
  padding-right: 30px;
  width: 130px;
}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
  float: right;
  width: 70px;
}

.checkout-area .table .cart-table tbody tr .qty .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  padding: 6px 0;
  text-align: center;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}

.checkout-area .table .cart-table tbody tr .qty .btn-default {
  background-color: #bc0207;
  border-color: #bc0207;
  color: #fff;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}

.checkout-area .table .cart-table tbody tr td.price {
  color: #bc0207;
  font-size: 16px;
  font-weight: 300;
}

.cart-total .sec-title-two {
  padding-bottom: 32px;
}

.cart-total-table {
  border: 2px solid #ebebeb;
}

.cart-total-table li {
  border-bottom: 1px solid #ebebeb;
}

.cart-total-table li:last-child {
  border-bottom: none;
}

.cart-total-table li span.col.col-title {
  border-right: 1px solid #ebebeb;
  color: #272727;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}

.cart-total-table li span.col {
  color: #9a9a9a;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}

.cart-total-table li span.col b {
  color: #bc0207;
  font-weight: 300;
  text-decoration: none;
}

.cart-total .payment-options {
  background: #f7f7f7 none repeat scroll 0 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 23px 20px 35px;
}

.cart-total .payment-options .option-block {
  margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
  margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
  font-weight: 300;
  min-height: 20px;
  padding-left: 20px;
}

.cart-total .payment-options .option-block .checkbox label input {
  top: -1px;
}

.cart-total .payment-options .option-block .checkbox label span {
  color: #252525;
  padding-left: 10px;
}

.cart-total .payment-options .option-block .checkbox label span b {
  color: #bc0207;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding-left: 25px;
  text-decoration: none;
}

.cart-total .payment-options .option-block .text {
  padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
  margin: 0;
  line-height: 28px;
}

.placeorder-button button {}

.placeorder-button button:hover {}

/*** 
=============================================
     shop style
=============================================
***/

.shop {
  position: relative;
  padding: 60px 0px 40px;
}

.shop .hover-effect {
  margin-bottom: 15px;
  padding-top: 10px;
  transition: .5s ease;
}

.shop .hover-effect:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: .5s ease-in-out;
}

.single-shop-item .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  transition: .5s ease;
  background: #f7f7f7;
  text-align: center;
}

.single-shop-item:hover .img-box {
  transition: .5s ease;
}

.single-shop-item .img-box .offer-box {
  position: absolute;
  top: 10px;
  left: 10px;
}

.single-shop-item .img-box .offer-box .inner {
  position: relative;
}

.single-shop-item .img-box .offer-box .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  border-bottom: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-top: 35px solid #ab7442;
  border-left: 35px solid #ab7442;
  border-right: 35px solid transparent;
}

.single-shop-item .img-box .offer-box .inner span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transform: rotate(-45deg);
  line-height: 35px;
  transform-origin: 70% 35%;
}

.single-shop-item .text-box h3,
.single-shop-item .text-box p {
  margin: 0;
}

.single-shop-item .text-box h3 {
  font-size: 18px;
  line-height: 50px;
  color: #1F1F1F;
  margin-top: 10px;
}

.single-shop-item .text-box p {
  font-size: 20px;
  line-height: 24px;
}

.single-shop-item .text-box p i {
  font-size: 18px;
}

.single-shop-item .text-box p span {
  display: inline-block;
  vertical-align: top;
  color: #ab7442;
  font-size: 18px;
  font-weight: 400;
}

.single-shop-item .text-box p del {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
  vertical-align: super;
  display: inline-block;
  font-weight: normal;
}

.single-shop-item .text-box p del i {
  font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
  color: #ffffff;
  border-color: #fff;
}

.single-shop-item .thm-btn:hover {
  color: #bc0207;
  background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

.single-shop-item:hover .img-box .overlay .box .content ul li a {
  opacity: 1;
  transform: translate3d(0px, 0px, 0);
}

.default-overlay-outer {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.default-overlay-outer .inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
}

.default-overlay-outer .inner .content-layer {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}

.single-shop-item .default-overlay-outer {
  opacity: 0;
  top: -100%;
  background: rgba(72, 199, 236, 0.9);
}

.single-shop-item:hover .default-overlay-outer {
  top: 0;
  opacity: 1;
}

.single-shop-item .content-box {
  position: relative;
  padding: 20px 0px;
}

.single-shop-item .content-box h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0px;
  line-height: 1.4em;
  color: #252525;
  margin-bottom: 6px;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover {
  color: #b89b5e;
}

.single-shop-item .content-box h4 a {
  color: #252525;
  text-transform: uppercase;
}

.single-shop-item .content-box .rating {
  font-size: 13px;
  color: #bc0207;
  margin-bottom: 15px;
  position: absolute;
  right: 5px;
  top: 14px;
}

.single-shop-item .content-box .item-price {
  font-size: 16px;
  font-weight: 400;
  color: #bc0207;
  line-height: 24px;
}

.single-shop-item .content-box .item-price del {
  color: #a2a2a2;
  margin-left: 7px;
  font-size: 15px;
}

.single-shop-item .content-box .item-price .strike-through {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}

/*============================= Sidebar Style One ==================*/

.sidebar_styleOne .theme_title,
.sidebar_styleTwo .theme_title {
  padding-bottom: 18px;
}

.sidebar_search {
  height: 54px;
  position: relative;
}

.sidebar_search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color: #9e9e9e;
}

.sidebar_search button {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #bc0207;
  right: 0;
  color: #fff;
}

.sidebar_categories {
  margin-top: 60px;
}

.sidebar_categories ul {
  margin-top: 22px;
  margin-bottom: 35px;
}

.sidebar_categories ul li {
  line-height: 48px;
  border-bottom: 1px solid #f1f1f1;
}

.sidebar_categories ul li:last-child {
  border: none;
}

.sidebar_categories ul li a {
  font-weight: normal;
  color: #9e9e9e;
  position: relative;
}

.sidebar_categories ul li a:hover {}

.sidebar_categories ul li input[type="checkbox"] {
  float: right;
  position: relative;
  top: 14px;
}

.sidebar_categories ul li a:before {
  content: '\f114';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.sidebar_categories.archive ul li a:before {
  content: "\f00c";
}

.sidebar_categories ul li a:hover {
  color: #bc0207;
}

.recent_news_sidebar .theme_title {
  margin-bottom: 40px;
}

.recent_news_sidebar {
  margin-bottom: 62px;
}

.recent_news_sidebar .single_news_sidebar {
  margin-bottom: 29px;
}

.recent_news_sidebar .img_holder img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
}

.recent_news_sidebar .post {
  padding-left: 26px;
  width: 72%;
  margin-top: -10px;
}

.recent_news_sidebar .post h6 a {
  font-size: 16px;
  color: #272727;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 2px;
}

.recent_news_sidebar .post p a {
  font-size: 14px;
}

.recent_news_sidebar .post p a i {
  margin-right: 4px;
  font-size: 16px;
}

.recent_news_sidebar .img_holder {
  position: relative;
}

.recent_news_sidebar .img_holder .opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
}

.recent_news_sidebar .img_holder .opacity .icon {
  display: table;
  width: 100%;
  height: 100%;
}

.recent_news_sidebar .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}

.recent_news_sidebar .img_holder .opacity .icon span a {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.recent_news_sidebar .single_news_sidebar:hover .opacity {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sidebar_tags {
  margin: 60px 0 -6px 0;
}

.sidebar_tags ul {
  margin-top: 10px;
  padding: 24px 0px;
}

.sidebar_tags ul li {
  display: inline-block;
  margin: 0 4px 8px 0;
}

.sidebar_tags ul li a {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0 14px;
}

.sidebar_tags ul li a:hover {
  color: #ffffff;
  background: #000000;
}

.single-sidebar.price-ranger .ui-widget-content {
  background: #f7f7f7;
  border: none;
  height: 2px;
}

.single-sidebar.price-ranger .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #222;
  margin-left: -4px;
  outline: none;
  background: #bc0207;
}

.single-sidebar.price-ranger .ui-slider .ui-slider-range {
  background: #252525;
}

.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}

.single-sidebar.price-ranger #slider-range {
  margin-top: 25px;
}

.single-sidebar.price-ranger .ranger-min-max-block {
  margin-top: 20px;
  margin-bottom: 45px;
}

.best_sellers .theme_title {
  margin-bottom: 36px;
}

.best_sellers .best_selling_item .text {
  padding-left: 20px;
  margin-top: -3px;
}

.best_sellers .best_selling_item .text h6 {
  font-size: 16px;
  font-weight: 700;
  color: #272727;
}

.best_sellers .best_selling_item .text ul li {
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
  margin-top: 10px;
  color: #bc0207;
}

.best_sellers .best_selling_item .text span {
  display: block;
  margin-top: 10px;
  color: #bc0207;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto';
}

.best_sellers .best_selling_item {
  margin: 20px 0 20px 0;
  padding-bottom: 17px;
}

.best_sellers .best_selling_item.border {
  border-bottom: 1px solid #f7f7f7;
}

.sidebar_styleTwo .sidebar_categories {
  margin-top: 30px;
}

.sidebar_styleTwo .sidebar_tags {
  margin: 19px 0 51px 0;
}

/*** 
=============================================
    page_pagination style
=============================================
***/

. {
  text-align: center;
  padding-top: 20px;
}

.page_pagination li {
  display: inline-block;
  margin: 0 4px;
}

.page_pagination li a {
  width: 55px;
  line-height: 55px;
  border: 1px solid rgba(229, 229, 229, 0.57);
  text-align: center;
  color: #252525;
  font-size: 18px;
  border-radius: 2px;
}

.page_pagination li a.active,
.page_pagination li a:hover {
  color: #fff;
  background: #bc0207;
}

/*** 
=============================================
   Shop Single area  style
=============================================
***/
.shop-single-area {
  padding-bottom: 80px;
  padding-top: 80px;
}

.product-content-box {
  margin-bottom: 106px;
}

.product-content-box .img-box {
  text-align: center;
}

.product-content-box .flexslider .slides img {
  width: auto;
  display: inline-block;
}

.product-content-box .flexslider {
  background: #f7f7f7 none repeat scroll 0 0;
  border: none;
  padding: 32px 0;
  border-radius: 0;
  margin: 0 50px 10px 0;
  position: relative;
  text-align: center;
}

.product-content-box .flex-viewport {
  border: none;
  max-height: 450px;
  transition: all 1s ease 0s
}

.product-content-box .flex-control-thumbs {
  margin: 10px 0 0;
  overflow: hidden;
  position: static;
  display: none;
}

.product-content-box .flex-control-thumbs li {
  float: left;
  margin: 0 3% 0 0;
  width: 25%;
}

.product-content-box .flex-control-thumbs img {
  border: medium none;
  cursor: pointer;
  display: block;
  height: auto;
  opacity: 0.6;
  transition: all 1s ease 0s;
  width: 100%;
  border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
  border: 3px solid #ab7442;
}

.product-content-box .flex-control-thumbs .flex-active:focus {
  outline: none;
}

.product-content-box .content-box {
  margin-left: -50px;
}

.product-content-box .content-box h3 {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.product-content-box .content-box del {
  color: #a2a2a2;
  margin-left: 10px;
}

.product-content-box .content-box .review-box {
  margin: 0 0 10px;
}

.product-content-box .content-box .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}

.product-content-box .content-box .review-box ul {
  display: inline-block;
  padding-right: 1px;
}

.product-content-box .content-box .review-box ul li i {
  color: #bc0207;
  font-size: 14px;
}

.product-content-box .content-box span.price {
  color: #bc0207;
  font-size: 22px;
}

.product-content-box .content-box .text {
  margin: 0px 0 0;
  overflow: hidden;
  padding: 24px 0 9px;
}

.product-content-box .content-box .location-box {
  margin: 4px 0 18px;
  position: relative;
}

.product-content-box .content-box .location-box p {
  color: #1f1f1f;
  margin: 0 0 12px;
}

.product-content-box .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  transition: all 500ms ease;
}

.product-content-box .content-box .location-box form input:focus {
  border-color: #bc0207;
}

.product-content-box .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 178px;
  top: 37px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 95px;
  margin-left: 6px;
  transition: all 500ms ease;
}

.product-content-box .content-box .location-box form button:hover {
  background: #bc0207;
  color: #fff;
}

.product-content-box .content-box .location-box form span {
  color: #bc0207;
}

.product-content-box .content-box .addto-cart-box {}

.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
  float: left;
  width: 70px;
  margin-right: 20px;
}

.product-content-box .content-box .addto-cart-box .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  box-shadow: none;
  color: #272727;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding: 6px 0 8px;
  text-align: center;
}

.product-tab-box {
  padding: 30px;
  padding-top: 0;
  border: 1px solid #f4f4f4;
}

.product-tab-box .tab-menu {
  border-bottom: 1px solid #f7f7f7;
  margin-top: -50px;
  margin-bottom: 33px;
  position: relative;
  left: -31px;
}

.product-tab-box .tab-menu li {
  display: block;
  float: left;
  margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 10px;
  padding: 13px 35px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  background: #f7f7f7;
  transition: all 500ms ease;
}

.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
  background: #bc0207;
  color: #fff;
  border-color: #bc0207;
}

.product-tab-box .tab-content {}

.single-review-box {
  margin-bottom: 10px;
  padding-bottom: 32px;
  padding-left: 80px;
  position: relative;
}

.single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.single-review-box .text-holder {
  border: 1px solid #f4f4f4;
  padding: 20px;
}

.single-review-box .text-holder .top {
  margin: 0 0 8px;
  overflow: hidden;
}

.single-review-box .text-holder .top .review-box ul {
  margin-top: -4px;
  padding-left: 20px;
}

.single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}

.single-review-box .text-holder .top .review-box ul li i {
  color: #bc0207;
  font-size: 14px;
}

.single-review-box .text-holder .top .review-date {
  color: #ab7442;
  margin-top: -5px;
}

.single-review-box .text-holder .text p {
  margin: 0 0 15px;
}

.single-review-box .text-holder .text a.reply {
  color: #ab7442;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-tab-box .tab-content .product-details-content {
  margin-top: -5px;
}

.product-tab-box .tab-content .product-details-content .highlight {
  margin: 42px 0 0;
}

.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.product-tab-box .tab-content .product-details-content .highlight li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 25px;
}

.product-tab-box .tab-content .product-details-content .highlight li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #ab7442;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0;
}

.review-form {
  padding-top: 16px;
}

.review-form .sec-title-two {
  padding-bottom: 34px;
}

.review-form .add-rating-box {
  margin: 0 0 23px;
}

.review-form .add-rating-box .add-rating-title h4 {
  color: #292929;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}

.review-form .add-rating-box ul li {
  display: inline-block;
  margin: 0 0px;
  border-right: 1px solid #e5e5e5;
  padding: 0 11px;
}

.review-form .add-rating-box ul li:last-child {
  margin-right: 0;
}

.review-form .add-rating-box ul li a i {
  color: #ddd;
  margin-right: 3px;
  transition: all 500ms ease;
  font-size: 14px;
}

.review-form .add-rating-box ul li.active a i,
.review-form .add-rating-box ul li a:hover i {
  color: #bc0207;
}

.related-product {
  border-top: 1px solid #f7f7f7;
  margin-top: 60px;
  padding-top: 56px;
}

.related-product .single-product-item {
  margin-bottom: 0;
}

.product-review-tab .add_your_review .review-title h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #252525;
}

.tab-title-h4 h4 {
  color: #3d3d3d;
  font-size: 20px;
  margin-bottom: 40px;
}

/* ==============================
   5. Our Services styles
   ============================== */

.our-services {
  padding: 70px 0 15px;
}

.our-services.style-2 {}

.our-services .separet {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 40px;
  top: -10px;
}

.our-services .caption-box-wrapper {
  border-top: 1px solid #F4F4F4;
  margin-top: 35px;
}

.our-services .single-our-service {
  margin-bottom: 56px;
}

.our-services .single-our-service h3 {
  margin-top: 17px;
  margin-bottom: 11px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  transition: .5s ease;
}

.our-services .single-our-service h2 {
  margin-top: 17px;
  margin-bottom: 11px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  transition: .5s ease;
}

.our-services .single-our-service h2 a {
  text-decoration: none;
  color: #000000
}

.our-services .single-our-service h2 a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

.our-services .single-our-service h2 a:active,
a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.our-services .single-our-service h3 a {
  color: #000000;
}

.our-services .single-our-service h4 {
  margin-top: 17px;
  margin-bottom: 11px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  transition: .5s ease;
}

.our-services .single-our-service:hover h4 {
  color: #bc0207;
  transition: .5s ease;
}

.our-services .single-our-service .img-box {
  position: relative;
  max-width: 370px;
}

.our-services .single-our-service .text-box {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  padding: 5px 20px 30px;
}

.our-services .single-our-service-caption-box {
  padding-top: 40px;
}

.our-services .single-our-service-caption-box .img-box,
.our-services .single-our-service-caption-box .content-box {
  display: table-cell;
  vertical-align: middle;
}

.our-services .single-our-service-caption-box .img-box {
  width: 120px;
}

.our-services .single-our-service-caption-box .content-box {
  padding-left: 20px;
}

.our-services.service-page .has-divider {
  border-top: 1px solid #F4F4F4;
  margin-top: 60px;
  padding-top: 60px;
}

.our-services .single-our-service .img-box {
  overflow: hidden;
}

.our-services .single-our-service .img-box img {
  transform: scale(1);
  transition: .5s ease-in-out;
}

.our-services .single-our-service:hover .img-box img {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}

.our-services .single-our-service .img-box a {
  position: relative;
  display: block;
}

.our-services .single-our-service .img-box a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(188, 2, 7, 0.9);
  left: 0;
  top: 0;
  transform: scale(0, 1);
  transition: .5s ease;
}

.our-services .single-our-service:hover .img-box a:after {
  transform: scale(1, 1);
  transition: .5s ease;
}

.our-services .single-our-service .thm-btn {
  background: transparent;
  color: #bc0207;
  border-color: #000000;
}

.our-services .single-our-service .thm-btn:hover {
  background: #bc0207;
  color: #fff;
  border-color: #bc0207;
}

/*** 

====================================================================
  awards Section
====================================================================

***/

.awards {
  position: relative;
  background: #bc0207;
  padding: 60px 0 40px;
}

.awards:after {
  position: absolute;
  content: "";
  background: #1cc1db;
  width: 1px;
  top: 50px;
  bottom: 50px;
  left: 50%;
}

.awards .container {
  position: relative;
}

.awards h2 {
  font-size: 32px;
  color: #fff;
}

.awards p {
  color: #fff;
  margin: 30px 0 45px;
}

.awards .award-logo {
  margin: 0 0;
}

.awards .service-list {}

.awards .service-list li {
  display: inline-block;
  color: #fff;
  width: 32%;
  font-size: 16px;
  padding-left: 30px;
}

.awards .service-list li a {
  color: #fff;
}

.awards .service-list li i {
  color: #fff;
  margin-right: 10px;
  margin-bottom: 25px;
}

/*** 

====================================================================
  Login / Register Section
====================================================================

***/

.register-section {
  position: relative;
}

.register-section .sec-title {
  margin-bottom: 30px;
}

.register-section .sec-title h2 {
  font-size: 28px;
  padding-bottom: 5px;
  font-weight: 600;
}

.register-section .form-column {
  margin-bottom: 80px;
}

.styled-form {
  position: relative;
}

.styled-form .form-group {
  position: relative;
  margin-bottom: 25px;
  font-size: 14px;
  color: #9e9e9e;
}

.checkout-section .styled-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.styled-form .form-group .check-box {
  line-height: 24px;
  font-size: 15px;
  font-weight: normal;
  padding-top: 5px;
  color: #1f1f1f;
}

.styled-form .form-group .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0px;
  font-size: 15px;
  cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
  cursor: pointer;
  font-weight: 400;
}

.styled-form .form-group .thm-btn {
  line-height: 44px;
}

.styled-form .form-group .adon-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #999999;
  z-index: 2;
}

.styled-form .form-group .field-label {
  display: block;
  color: #1f1f1f;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 400;
}

.social-links-two a:hover {
  opacity: 0.80;
}

.social-links-two .facebook {
  background: #3b5998;
}

.social-links-two .twitter {
  background: #33ccfe;
}

.social-links-two .google-plus {
  background: #dd4b39;
}

/*** 
=============================================
    two-column style
=============================================
***/

.two-column {
  position: relative;
}

.two-column .img-box {
  position: relative;
  padding-right: 24px;
  margin-bottom: 20px;
  float: left;
}

.two-column .content {
  position: relative;
  float: left;
}

.two-column .content p {
  width: 300px;
}

.two-column h4 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
  padding-top: 10px;
}

.two-column h3 {
  padding-top: 20px;
  font-size: 20px;
  color: #000000;
}

.two-column h4 a {
  color: #000000;
  text-decoration: none;
}

.two-column h4 a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

.two-column h4 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.two-column h3 a {
  color: #000000;
  text-decoration: none;
}

.two-column h3 a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

.two-column h3 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.two-column .content .date {
  color: #bc0207;
  margin-bottom: 18px;
  margin-top: 5px;
}

.two-column .owl-controls {
  text-align: center;
  display: block;
  position: relative;
  bottom: 0px;
  margin-top: 14px;
}

.two-column .owl-dots .owl-dot {
  display: inline-block;
}

.two-column .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #ff9a00;
  border-radius: 50%;
  display: block;
  height: 10px;
  background: #f4f4f4;
  width: 10px;
  margin: 5px 7px;
  transition: .5s ease;
}

.two-column .owl-dots .owl-dot.active span,
.two-column .owl-dots .owl-dot:hover span {
  background-color: #bc0207;
  transition: .5s ease;
}

/*subscribe*/

.subscribe {
  background-repeat: no-repeat;
  background-size: cover;
}

.subscribe h2 {
  color: #fff;
  font-size: 32px;
}

.subscribe p {
  color: #fff;
  font-size: 18px;
  margin: 22px 0 36px;
}

/*.subscribe-form input {position: relative; width: 74%;display: inline-block;margin-right: 6px;padding: 10px 15px 8px;padding-left: 40px;border: 1px solid #bc0207;}
.subscribe-form {position: relative;}
.subscribe-form span {  position: absolute; left: 15px;top: 15px;color: #bc0207;font-size: 20px;}*/

/* ==============================
   5. Our Services styles
   ============================== */
.three-column.bg {
  background: #f7f7f7;
  padding-bottom: 14px;
}

.three-column .separet {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 40px;
  top: -10px;
}

.three-column .caption-box-wrapper {
  border-top: 1px solid #F4F4F4;
  margin-top: 35px;
}

.three-column .single-our-service {
  margin-bottom: 56px;
}

.three-column .single-our-service h4 {
  margin-top: 17px;
  margin-bottom: 11px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  transition: .5s ease;
}

.three-column .single-our-service:hover h4 {
  color: #bc0207;
  transition: .5s ease;
}

.three-column .single-our-service .img-box {
  position: relative;
  max-width: 370px;
}

.three-column .single-our-service .img-box .count {
  background: #bc0207;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 5px 24px;
  position: absolute;
  left: 0;
  bottom: -16px;
}

.three-column .single-our-service .text-box {
  border-top: 0px;
  padding: 20px 0px 0px;
}

.three-column .single-our-service-caption-box {
  padding-top: 40px;
}

.three-column .single-our-service-caption-box .img-box,
.three-column .single-our-service-caption-box .content-box {
  display: table-cell;
  vertical-align: middle;
}

.three-column .single-our-service-caption-box .img-box {
  width: 120px;
}

.three-column .single-our-service-caption-box .content-box {
  padding-left: 20px;
}

.three-column.service-page .has-divider {
  border-top: 1px solid #F4F4F4;
  margin-top: 60px;
  padding-top: 60px;
}

.three-column .single-our-service .img-box {}

.three-column .single-our-service .img-box img {
  transition: .5s ease-in-out;
}

.three-column .single-our-service:hover .img-box img {
  transition: .5s ease-in-out;
}

.three-column .single-our-service .img-box a {
  position: relative;
  display: block;
}

.three-column .single-our-service .thm-btn {
  background: transparent;
  color: #bc0207;
  border-color: #000000;
}

.three-column .single-our-service .thm-btn:hover {
  background: #bc0207;
  color: #fff;
  border-color: #bc0207;
}

/*** 

====================================================================
  Featured Services style
====================================================================

***/

.why-us {
  position: relative;
  padding: 80px 0px 10px;
}

.featured-services {
  position: relative;
  padding: 80px 0px 30px;
}

.featured-service {
  position: relative;
  margin-bottom: 50px;
}

.featured-service .inner-box {
  position: relative;
  display: block;
}

.featured-service .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.featured-service .image-box a {
  display: block;
}

.featured-service .image-box img {
  display: block;
  width: 100%;
}

.featured-service .image-box .caption-box {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background: #000000
    /*rgba(0, 0, 0, 0.75)*/
  ;
  padding: 15px 15px 15px 80px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.featured-service:hover .image-box .caption-box {
  bottom: -100%;
}

.featured-service .image-box .caption-box .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

.featured-service .image-box .caption-box .title a {
  color: #ffffff;
}

.featured-service .image-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #ffffff;
  background: #bc0207;
  line-height: 40px;
  padding: 10px 0px;
  text-align: center;
}

.featured-service .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -100%;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #000000
    /*rgba(0, 0, 0, 0.75)*/
  ;
  padding: 20px 30px 20px 90px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.featured-service:hover .overlay-box {
  bottom: 0px;
}

.featured-service .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 20px 30px 20px 90px;
}

.featured-service .overlay-box .overlay-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.featured-service .overlay-box .title {
  font-size: 18px;
  color: #b2dd4c;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.featured-service .overlay-box .title a {
  color: #ffffff;
}

.featured-service .overlay-box .title a:hover {
  text-decoration: underline 3px solid #ffffff;
}

.featured-service .overlay-box .title a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.featured-service .overlay-box .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8em;
}

.featured-service .overlay-box .icon_box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 100%;
  font-size: 32px;
  color: #ffffff;
  background: #bc0207;
  line-height: 40px;
  text-align: center;
}

.featured-service .overlay-box .icon_box span {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  width: 100%;
}

/*A to Z  plus Sitemap style */

div.az {
  width: 600px;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 400;
}

.az ul {
  list-style-type: none;
}

.az li {
  list-style-type: none;
  top: auto;
  bottom: auto;
  border-bottom: 1px dashed #e2dddb;
  line-height: 40px;
}

.az ul ul li {
  list-style-type: none;
  top: auto;
  bottom: auto;
}

.az ul ul ul ul li {
  list-style-type: none;
  top: auto;
  bottom: auto;
}

ul#atozlist_atoz li {
  display: inline;
  padding: 0px 4px;
  font-size: 1.7em;
  margin-bottom: 0px;
  word-wrap: break-word;
}

.atozlist li {
  list-style-image: none;
  top: auto;
  bottom: auto;
}

.atozlist ul ul li {
  list-style-image: none;
  top: auto;
  bottom: auto;
}

.atozlist ul ul ul ul li {
  list-style-image: none;
  top: auto;
  bottom: auto;
}

.az a {
  color: #000000;
  text-decoration: none;
}

.az a:hover {
  text-decoration: underline 3px solid #000000;
}

.az a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}


.sitemap ul {
  list-style-image: url('(https://kildarecoco.ie/images/bullet.jpg');
  top: auto;
  bottom: auto;
  text-decoration: none;
}

.sitemap ul li {
  list-style-image: url('(https://kildarecoco.ie/images/bullet.jpg');
  top: auto;
  border-top: 1px dashed #e2dddb;
  line-height: 40px;
}

.sitemap ul ul li {
  list-style-type: none;
  top: auto;
  bottom: auto;
  margin-left: 30px;
}

.sitemap ul ul ul ul li {
  list-style-type: none;
  top: auto;
  bottom: auto;
  margin-left: 30px;
}

div.sitemap {
  color: #000000;
  margin: 0 0 10px 0;
  width: 600px;
  display: inline-block;
  font-size: 1.1em;
}

.sitemap h1 {
  color: #5D6B78;
  font-size: 26px;
}

.sitemap {
  line-height: 25px;
  padding-top: 10px;
  font-size: 1.4em;
  font-weight: 400;
}

.sitemap a {
  color: #000000;
  text-decoration: none;
}

.sitemap a:hover {
  text-decoration: underline 3px solid #000000;
}

.sitemap a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}


/*para */

.para .section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.para .section-title h1 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}

.para .section-title h2 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}

.para .section-title h3 {
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
}

.para .section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}

.para {
  padding-top: 0px;
  padding-bottom: 20px;
  clear: both;
}

.para h1 {
  color: #000000;
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.para h2 {
  color: #000000;
  font-size: 24px;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.para h3 {
  padding-bottom: 10px;
  font-size: 22px;
  margin-top: 20px;
}

.para h4 {
  padding-bottom: 10px;
  font-size: 20px;
  margin-top: 20px;
}

.para h5 {
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 20px;
}

.para ul {
  list-style-type: square;
  padding-left: 50px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}

.para li {
  list-style-type: square;
  color: 000000;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}

.para a {
  color: #000000;
  text-decoration: none;
}

.para a:hover {
  text-decoration: underline 3px solid #000000;
}

.para a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}


.para p {
  padding-bottom: 10px;
  padding-top: 10px;
}

.para p a {
  color: #0000ff;
  text-decoration: underline;
}

.para p a:hover {
  color: #0000ff;
  text-decoration: underline;
}

.para p a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.para th,
td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
}


.link-btn {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  font-size: 20px;
  line-height: 46px;
  font-weight: 300;
  width: 550px;
  border: 2px solid #000000;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.link-btn a {
  color: #000000;
  text-decoration: none;
}

.link-btn a:hover {
  background: transparent;
  color: #000000;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  text-decoration: underline 3px solid #000000;
}

.link-btn a:active,
a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.link-btn a:visited {
  color: #000000;
  text-decoration: none;
}

.link-btn1 {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #fffffff;
  font-size: 20px;
  line-height: 46px;
  font-weight: 300;
  width: 350px;
  border: 2px solid #000000;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.link-btn1:hover {
  background: transparent;
  color: #000000;
  text-decoration: underline 3px solid #000000;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.link-btn1 a:active,
a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.link-btn1 a:visited {
  color: #000000;
  text-decoration: none;
}

.link-btn2 {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #f7f7f7;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
  border: 1px solid #000000;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.link-btn2 a {
  color: #000000;
  text-decoration: none;
}

.link-btn2 a:hover {
  background: transparent;
  color: #000000;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  text-decoration: underline 3px solid #000000;
}

.link-btn2 a:active,
a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.link-btn2 a:visited {
  color: #000000;
  text-decoration: none;
}

.upload h2 {
  font-size: 20px;
  margin-top: 10px;
}

.upload h2 a {
  color: #000000;
  text-decoration: none;
}

.upload h2 a:hover {
  text-decoration: underline 3px solid #000000;
}

.upload h2 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.upload h3 {
  padding-bottom: 10px;
}

.upload h4 {
  padding-bottom: 10px;
}

.upload h5 {
  padding-bottom: 10px;
}

.upload {
  padding-bottom: 30px;
  padding-top: 20px;
}


.forms h2 {
  font-size: 20px;
  margin-top: 15px;
}

.forms h2 a {
  color: #000000;
  text-decoration: none;
}

.forms h2 a:hover {
  text-decoration: underline 3px solid #000000;
}

.forms h2 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.forms h3 {
  padding-bottom: 10px;
}

.forms h4 {
  padding-bottom: 10px;
}

.forms h5 {
  padding-bottom: 10px;
}

.forms {
  padding-bottom: 20px;
  padding-top: 20px;
}

.pressrel {
  clear: left;
  padding-bottom: 10px;
}

.pressrel h1 {
  color: #000000;
  font-size: 20px;
  margin-top: 15px;
}

.pressrel h2 {
  color: #000000;
  font-size: 18px;
  margin-top: 15px;
}

.pressrel h2 a {
  color: #000000;
  text-decoration: none;
}

.pressrel h2 a:hover {
  text-decoration: underline 3px solid #000000;
}

.pressrel h2 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.pressrel h3 {
  padding-bottom: 10px;
}

.pressrel h4 {
  padding-bottom: 10px;
}

.pressrel h5 {
  padding-bottom: 10px;
}

.pressrel a {
  color: #0000ff;
  text-decoration: none;
}

.pressrel a:hover {
  text-decoration: underline 3px solid #0000ff;
}

.pressrel a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.pressrel ul {
  list-style-type: square;
  padding-left: 50px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}

.pressrel li {
  list-style-type: square;
  color: 000000;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}


.recruitment h2 {
  font-size: 20px;
  margin-top: 15px;
}

.recruitment h2 a {
  color: #000000;
  text-decoration: none;
}

.recruitment h2 a:hover {
  text-decoration: underline 3px solid #000000;
}

.recruitment h2 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.recruitment h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.recruitment h3 a {
  color: #000000;
  text-decoration: none;
}

.recruitment h3 a:hover {
  text-decoration: underline 3px solid #000000;
}

.recruitment h3 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}

.recruitment h4 {
  font-size: 18px;
  margin-top: 15px;
}

.recruitment h4 a {
  color: #000000;
  text-decoration: none;
}

.recruitment h4 a:hover {
  text-decoration: underline 3px solid #000000;
}

.recruitment h4 a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}


.recruitment p a {
  color: #0000ff;
  text-decoration: underline;
}

.recruitment p a:hover {
  color: #0000ff;
  text-decoration: underline;
}

.recruitment p a:focus {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
}


.btn-info {
  background-color: #FFFF00;
  color: #000000;
  border-color: #2F3E48;
}

.btn-warning {
  background-color: #FF9001;
  color: #000000;
  border-color: #2F3E48;
}

.btn-danger {
  background-color: #EE3C3C;
  color: #000000;
  border-color: #2F3E48;
}



/**Councillors Details **/
.containeraaa {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #DFDBDB;
  padding: 10px;
}

.flex-direction {
  flex-direction: row;
}

.div1 {
  border-right: 1px solid white;
  background-color: #ffffff;
  width: 90px;
  height: 100px;
}

.div2 {
  background-color: #fff;
  width: 1000px;
}

.containeraaa span {
  display: block;
  text-align: left;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-weight: 300;
}

.containeraaa span a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #000000;
}

.containeraaa span a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

.containeraaa span a:focus,
a:visited {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
  color: #000000;
}

.containeraaa span h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.containeraaa span img {
  padding: 1px;
  border: 1px solid #DFDBDB;
  background-color: #ffffff;
}

#main h3 {
  font-size: 20px;
  color: #000000;
  /*line-height: 26px;*/
  font-weight: 300;
  padding-bottom: 30px;
  padding-top: 10px;
}

#main h3 a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #000000;
}

#main h3 a:hover {
  text-decoration: underline 3px solid #000000;
  color: #000000;
}

#main h3 a:focus,
a:visited {
  outline: rgb(0, 0, 255) solid 3px;
  position: relative;
  z-index: 9999;
  color: #000000;
}



@media screen and (max-width: 1000px) {
  .flex-direction {
    flex-direction: column;
  }

  .div1 {
    width: 90px;
    height: 100px;
    border-right: none;
    border-bottom: 1px #DFDBDB;
  }

  .div2 {
    width: 100%;
    height: 100%;
  }
}
}