/*-----------------------------------------------------------------------------------

    Template Name: Your template name
    Template URI:
    Description: This is html5 template
    Author:
    Author URI:
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Prata|Roboto:300,400,400i,500,500i,700,700i,900");
html, body {height: 100%;font-family: 'Roboto', sans-serif; font-weight:400;}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: 'Roboto Slab';
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #c7a20c;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.gray-bg {
    background: #f6f6f6;
}
.yl-bg {
    background: #fef3d5;
    background-image: radial-gradient(#ffce4b 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.clear{clear:both}
/*-- Padding --*/
.pd-tb-100{
  padding:100px 0px;
}
.pd-t-50{
  padding-top:50px;
}
.pd-b-50{
  padding-bottom:50px;
}
.pd-t-30{
  padding-top:30px;
}
.pd-b-30{
  padding-bottom:30px;
}
/*-- Margin --*/
.mg-tb-100{
  margin:100px 0px;
}
.mg-t-100{
  margin-top:100px;
}
.mg-b-100{
  margin-bottom:100px;
}
.mg-tb-50{
  margin:50px 0px;
}
.mg-t-50{
  margin-top:50px;
}
.mg-b-50{
  margin-bottom:50px;
}
.mg-t-30{
  margin-top:30px;
}
.mg-b-30{
  margin-bottom:30px;
}
.dtl-mg-t-0{
    margin-bottom:0px;
}
/*----------------------------------------*/
/*  2.  Header Top Area CSS
/*----------------------------------------*/
.header-top-area {
    background: #f9f9f9;
    padding: 8px 0px;
}
.welcome-inner span {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}
.social-inner ul li {
    display: inline-block;
    padding-left: 15px;
}
.social-inner ul li a {
    font-size: 14px;
    color: #000;
    transition: all .4s ease 0s;
}
.social-inner ul li a:hover {
    color: #eb1c24;
    transition: all .4s ease 0s;
}
/*----------------------------------------*/
/*  3.  Header Middle Area CSS
/*----------------------------------------*/
.logo {
    padding: 24px 0px;
}
.header-middle-area {
    /*background: #002034;*/
    position: relative;    
    background-size: 3px 3px;
    background-position: 0 0, 202px 200px;

}
.header-middle-area:before {
    background: #fff;
   /* background-image: radial-gradient(#d0cbcb 20%, transparent 0), radial-gradient(#d0cbcb 35%, transparent 0);*/
    background-size: 4px 304px;
    background-position: 0 0, 202px 200px;
    content: "";
    height: 100%;
    left: -100px;
    position: absolute;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 40%;
}
.header-middle-area:after {
    background: #ffffff;
    /*border-right: 10px solid #eb1c24;*/
    content: "";
    height: 100%;
    left: 34%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 80px;
}
.company-info {
    display: flex;
}
.phone-inner, .address-inner {
    display: flex;
    padding: 29px 30px 29px 30px;
}
.phone-icon i, .address-icon i {
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
    transition: all .4s ease 0s;
    display: block;
}
.phone-number p, .address-info p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}
.phone-number h2, .address-info h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.phone-inner:hover .phone-icon i, .address-inner:hover .address-icon i{
  color: #eb1c24;
  transition: all .4s ease 0s;
  padding-top: 5px;
}
.appointment {
    margin: 28px 0px;
}
.appointment a {
    font-size: 16px;
    color: #fff;
    background: #eb1c24;
    padding: 9px 30px;
    display: block;
    border-radius: 20px;
    transition: all .4s ease 0s;
}
.appointment a:hover, .animate-pro-content a:hover {
    color: #fff;
    background: #02304d;
    border-radius: 4px;
    transition: all .4s ease 0s;
}
/*----------------------------------------*/
/*  4.  Menu Area Area CSS
/*----------------------------------------*/
.main-menu-area {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    right: 0px;
}
.menu-inner > ul {
    text-align: center;
}
.menu-inner ul > li{
  display: inline-block;
  position: relative;
}
.menu-inner ul > li > a {
padding: 20px 25px;
    font-size: 15px;
    color: #000;
    display: block;
    transition: all .4s ease 0s;
    position: relative;
    font-family: 'Ubuntu';
    text-transform: uppercase;
}
.menu-inner ul > li:hover > a {
    color: #eb1c24;
    transition: all .4s ease 0s;
}
.menu-inner ul > li > a:before {
    position: absolute;
    content:"";
    width: 0%;
    height:2px;
    background: #eb1c24;
    top:0px;
    left:0px;
    z-index: 99;
    opacity:0;
    visibility: hidden;
    transition: all .4s ease 0s;
}
.menu-inner ul > li:hover > a:before {
    width:100%;
    opacity:1;
    visibility: visible;
    transition: all .4s ease 0s;
}
.main-menu-area:before {
    position: absolute;
    content: "";
    background: #f9f9f9;
    left: 0px;
    width: 100%;
    height: 64px;
    opacity: 0.8;
    box-shadow: 0px 3px 4px -4px #999;
}
.menu-inner ul li .dropdown-list {
    position: absolute;
    top: 120%;
    left: 0px;
    width: 250px;
    z-index: 99;
    background: #fff;
    padding: 10px 0px;
    opacity:0;
    visibility: hidden;
    transition: all .4s ease 0s;
    box-shadow: 0px 0px 1px 0px #ccc;
}
.menu-inner ul li:hover .dropdown-list {
    top: 100%;
    opacity:1;
    visibility: visible;
    transition: all .4s ease 0s;
}
.menu-inner ul li .dropdown-list li {
    display: block;
}
.menu-inner ul li .dropdown-list li a:before {
    position: unset;
}
.menu-inner ul li .dropdown-list li a {
   text-align: left;
    padding: 9px 24px;
    display: block;
    font-size: 14px;
    transition: all .4s ease 0s;
    color: #000;
}
.menu-inner ul li:hover .dropdown-list li a:hover {
    transition: all .4s ease 0s;
    color:#eb1c24;
}
.mean-container .mean-nav ul li a:hover{
    color:#c7a20c;
}
/*----------------------------------------*/
/*  5.  Slider Area CSS
/*----------------------------------------*/
.heroslider-slider {
    height: 100%;
}
.menu-slider-area{
  position: relative;
}
.heroslider-slider.slick-vertical .slick-slide {
  border: 0px solid transparent;
}
.heroslider-slider .slider-arrow-prev, .heroslider-slider .slider-arrow-next  {
    position: absolute;
    bottom: 60px;
    background: #eb1c24;
    color: #fff;
    font-size: 16px;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    z-index: 99;
    outline:none;
    transition: all .4s ease 0s;
}
.heroslider-slider .slider-arrow-prev{
    right: 46%;
}
.heroslider-slider .slider-arrow-next {
    left: 47%;
}
.heroslider-slider .slider-arrow-prev:hover, .heroslider-slider .slider-arrow-next:hover{
  transition: all .4s ease 0s;
  border-radius: 4px;
}
.km-animate-content {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0px;
    left: 0px;
}
.animate-pro-content h1 {
    font-size: 48px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 60px;
}
.km-animate-content {
    position: absolute;
    top: 50%;
    right: 0px;
    margin: 0 auto;
    bottom: 0px;
    left: 0px;
    height: 250px;
    margin-top: -125px;
}
.animate-pro-content p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
}
.animate-pro-content a {
    font-size: 16px;
    color: #fff;
    background: #eb1c24;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 20px;
    transition: all .4s ease 0s;
}
.slick-caption {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 1;
    padding: 25px 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .9;
}
.slide-table {
    display: table;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slide-content h2 {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  animation-delay: 0.8s;
}
.slide-content h2 span{color:#c7a20c;}
.slide-content h1 {
  font-size: 50px;
  margin: 0 0 20px;
  animation-delay: 1.2s;
  font-family: Montserrat;
}
.contact > a {
  background: #c7a20c;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  transition:.3s;
  border:1px solid #c7a20c;
  animation-delay: 1.6s;
  border-radius: 20px;
  transition: all .4s ease 0s;
}
.contact > a:hover {
	color: #fff;
    background: #000;
    border-radius: 4px;
    transition: all .4s ease 0s;
	border:1px solid #000;
}
/* Slider Animation Css */
.slick-caption .slide-content * {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: backwards ;
  animation-fill-mode: backwards ;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }
.slick-active .slick-caption .slide-content h2{
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
}
.slick-active .slick-caption .slide-content h1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.slick-active .slick-caption .slide-content a {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.heroslider-slider .slick-slide img{
    display: inline-block;
}
/*----------------------------------------*/
/* 6. Slider Bottom Area CSS
/*----------------------------------------*/
.slider-bottom-list li {
    width: 25%;
    float: left;
}
.slider-bottom-single {
    position: relative;
    background: #002034;
    transition: all .4s ease 0s;
    background-image: radial-gradient(#063450 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.slider-bottom-icon {
    padding: 5px;
    border: 1px solid #eb1c24;
    border-radius: 50%;
    height: 62px;
    width: 62px;
    position: absolute;
    background: #fff;
    top:-30px;
    left: 30px;
    transition: all .4s ease 0s;
}
.slider-bottom-icon i{
    height: 50px;
    width: 50px;
    background: #eb1c24;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    transition: all .4s ease 0s;
    display:block;
    background-image: radial-gradient(#da0a12 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.slider-bottom-content h2 {
    color: #ffffff;
    font-size: 24px;
    transition: all .4s ease 0s;
    position: relative;
    bottom:0px;
}
.slider-bottom-content p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 0px;
    transition: all .4s ease 0s;
    position: relative;
    bottom:0px
}
.slider-bottom-content a {
    font-size: 14px;
    text-transform: capitalize;
    color: #002034;
    opacity:0;
    transition: all .4s ease 0s;
    position: relative;
    bottom:0px;
    visibility: hidden;
}
.slider-bottom-content {
    padding: 64px 30px 0px 30px;
}
.slider-bottom-content:before{
    position: absolute;
    content:"";
    top:0px;
    left:0px;
    width:100%;
    height:30px;
    background: #fff;
    opacity:0;
}
.slider-bottom-list li:hover .slider-bottom-content a, .slider-bottom-list li.active .slider-bottom-content a{
    bottom:25px;
    opacity:1;
    transition: all .4s ease 0s;
    visibility: visible;
}
.slider-bottom-list li:hover .slider-bottom-single, .slider-bottom-list li.active .slider-bottom-single{
    background: #fff;
    transition: all .4s ease 0s;
}
.slider-bottom-list li:hover .slider-bottom-content h2, .slider-bottom-list li.active .slider-bottom-content h2{
    color: #000;
    transition: all .4s ease 0s;
    bottom:40px;
}
.slider-bottom-list li:hover .slider-bottom-content p, .slider-bottom-list li.active .slider-bottom-content p{
    color:#000;
    bottom:40px;
    transition: all .4s ease 0s;
}
.slider-bottom-list li:hover .slider-bottom-icon, .slider-bottom-list li.active .slider-bottom-icon{
    top:-65px;
    transition: all .4s ease 0s;
    border: 1px solid #002034;
    z-index: 99;
}
.slider-bottom-list li:hover .slider-bottom-content:before, .slider-bottom-list li.active .slider-bottom-content:before{
    opacity:1;
    top:-30px;
    z-index: 9;
}
.slider-bottom-list li:hover .slider-bottom-icon i, .slider-bottom-list li.active .slider-bottom-icon i{
    background: #002034;
    transition: all .4s ease 0s;
    background-image: radial-gradient(#063450 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
/*----------------------------------------*/
/*  7. Why Choose Area CSS
/*----------------------------------------*/
.skills-round-knob {
    height: 145px;
    text-align: center;
}
.skills-title p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}
.why-choose-inner h2 {
    font-size: 24px;
    line-height: 34px;
    color: #000;
}
.why-choose-inner p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

}
.choose-menu li {
    font-size: 16px;
    color: #000;
    padding: 2px 0px;
}
.choose-menu li i {
    margin-right: 5px;
    color: #eb1c24;
    position: relative;
    top: 1px;
}
.choose-menu li:last-child {
    padding-bottom: 0px;
}
/*----------------------------------------*/
/*  8. What Do Area CSS
/*----------------------------------------*/
.nav.what-do-icon li{
    border: 1px solid #e9e9e9;
    position: relative;
}
.nav.what-do-icon li a {
    padding: 25px 45px;
    display: block;
    position: relative;
}
.nav.what-do-icon li a.active:before{
    content: "";
    position: absolute;
    bottom: -2px;
    height: 2px;
    background-color: #eb1c24;
    width: 100%;
    left: 0px;
    transition: all .4s ease 0s;
}
.nav.what-do-icon li a.active:after{
    border-top-color: #eb1c24;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 7.5px;
    border-color: #eb1c24 transparent transparent;
    z-index: 9;
    transition: all .4s ease 0s;
}
.nav.what-do-icon li .tooltip-ctm{
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s;
    position: absolute;
    top: -50px;
    background: #eb1c24;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    left: -5px;
    height: 35px;
    width: 140px;
    line-height: 35px;
    border-radius:4px;
}
.nav.what-do-icon li .tooltip-ctm:before{
    border-top-color: #eb1c24;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 7.5px;
    border-color: #eb1c24 transparent transparent;
    z-index: 9;
    transition: all .4s ease 0s;
}
.nav.what-do-icon li.offeractive .tooltip-ctm{
    opacity:1;
    visibility: visible;
    transition: all .4s ease 0s;
}
.nav.what-do-icon li i{
    font-size: 40px;
    color:#000;
}
.nav.what-do-icon li a.active i{
    color:#eb1c24;
}
.nav.what-do-icon>li~li>a, .nav.what-do-icon li~li {
    margin-left: -1px;
}
.tab-content.what-do-content{
    margin-top:50px;
    background-color: #fff;
    box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
    padding: 80px;
}
.what-do-content-inner h2{
    font-size: 24px;
    color:#000000;
    margin-bottom:20px;
}
.what-do-content-inner p{
    font-size: 16px;
    color:#000;
    line-height: 26px;
}
.what-do-content-inner blockquote, .why-choose-inner blockquote{
    position: relative;
    padding-left: 20px;
}
.what-do-content-inner blockquote p, .why-choose-inner blockquote p{
    color:#555;
    font-style: italic;
    font-weight: 300;
}
.what-do-content-inner blockquote:before, .why-choose-inner blockquote:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 5px;
    width: 1px;
    background-color: #ddd;
}
.what-do-content-inner a {
    font-size: 16px;
    color:#000;
    transition: all .4s ease 0s;
}
.what-do-content-inner a:hover {
    color:#eb1c24;
    transition: all .4s ease 0s;
}
.service-heading.what-do-head {
    margin: 0 auto 100px;
}
.what-do-content-inner i {
    position: relative;
    top: 2px;
}
/*----------------------------------------*/
/*  9. Service Area CSS
/*----------------------------------------*/
.service-single {
    text-align: center;
}
.service-heading {
    text-align: center;
    width: 33%;
    margin: 0 auto 50px;
    position: relative;
}
.service-heading i {
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    background: #fff;
    width: 15%;
    margin: 0 auto;
    font-size: 25px;
    color: #eb1c24;
    padding: 0px 10px;
}
.service-heading p {
    color: #000;
    font-size: 14px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    margin-bottom: 0px;
    display: inline-block;
    padding: 0px 10px;
    letter-spacing: 2px;
    text-transform: capitalize;
    left: 0px;
    right: 0px;
    width: 55%;
    margin: 0 auto;
}
.service-heading h2{
   color: #00073a;
    font-size: 30px;
    font-weight: 700;
    border: 1px solid #eb1c24;
    padding: 25px 0px;
    margin-bottom: 0px;
    border-radius: 4px;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}
}
.service-icon {
    background: #002034;
    height: 250px;
    width: 100%;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    margin: 0 auto 25px;
    transition: all .4s ease 0s;
    background-image: radial-gradient(#063450 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
/*.service-icon:before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 30px;
    height: 30px;
    background: #eb1c24;
    z-index: -1;
    border-radius: 54px 0 0 0;
    transition: all .4s ease 0s;
}*/
/*.service-icon:after {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    left: -5px;
    top: -5px;
    content: "";
    z-index: -1;
    transition: all .4s ease 0s;
}*/
.service-icon i {
    color: #fff;
    font-size: 35px;
    line-height: 70px;
}
.service-content h2{
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.service-content p{
    font-size: 16px;
    color:#000;
    margin-bottom:0px;
    line-height: 26px;
}
.find-heading.service-heading {
    margin-bottom: 80px;
}
/*.service-single:hover .service-icon {
    background: #eb1c24;
    transition: all .4s ease 0s;
    background-image: radial-gradient(#da0a12 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}*/
/*.service-single:hover .service-icon:before {
    background: #002034;
    transition: all .4s ease 0s;
}
.service-single:hover .service-icon:after {
    border: 1px solid #eb1c24;
    transition: all .4s ease 0s;
}*/
.service-heading.service-hd i {
    background: #fef3d5;
    background-image: radial-gradient(#ffce4b 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.service-heading.service-hd p {
    background: #fef3d5;
    background-image: radial-gradient(#ffce4b 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
/*----------------------------------------*/
/*  10. fun fact Area CSS
/*----------------------------------------*/
.fun-fact-area{
    background-image:url('/images/fighter/home-service/bg/2.jpg');
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.fun-fact-area:before{
    position: absolute;
    content:"";
    background: #002034;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    opacity: .95;
    background-image: radial-gradient(#063450 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.fun-fact-single h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 0px;
}
.fun-fact-single h3 {
    font-size: 20px;
    color: #fff;
}
.fun-fact-single {
    position: relative;
}
.fun-fact-single i {
    position: absolute;
    font-size: 72px;
    color: #fff;
    opacity: .15;
    top: -20px;
}
.fun-fact-single:after {
    content: " ";
    position: absolute;
    top: 10px;
    right: 0px;
    bottom: 5px;
    width: 3px;
    background-color: #eb1c24;
    -webkit-transform: rotate(21deg);
    transform: rotate(21deg);
    opacity: .9;
}
.fun-fact-single.fun-last-child:after {
    opacity: 0;
}
.fun-fact-single.fun-pd-lf {
    padding-left: 50px;
}
.fun-fact-single span {
    color: #eb1c24;
}
/*----------------------------------------*/
/*  11. Shop Store Area CSS
/*----------------------------------------*/
.single-shop{
  border:1px solid #e9e9e9;
  transition: all .4s ease 0s;
  border-radius: 4px;
}
.service-heading.shop-heading p {
    width: 30%;
}
.shop-content {
    text-align: center;
    padding: 0px 20px 20px 20px;
}
.shop-rating i {
    color: #002034;
    font-size: 16px;
}
.shop-content h2 {
    font-size: 20px;
    color: #000;
    margin: 10px 0px;
}
.shop-price span.new-price {
    color: #eb1c24;
    font-size: 20px;
    margin-right: 10px;
    opacity:1;
    transition: all .4s ease 0s;
}
.shop-price span.old-price {
    color: #b8b8b8;
    font-size: 16px;
    text-decoration: line-through;
    opacity:1;
    transition: all .4s ease 0s;
}
.single-shop:hover {
    transition: all .4s ease 0s;
    border-color: #ffffff;
    border: 1px solid #eb1c24;
}
.single-shop:hover .shop-price span.new-price, .single-shop:hover .shop-price span.old-price{
    opacity:0;
    transition: all .4s ease 0s;
}
.add-to-cart a{
  font-size: 14px;
  color:#000;
  border: 1px solid #e9e9e9;
}
.shop-content{
  position: relative;
}
.add-to-cart a {
    position: absolute;
    font-size: 14px;
    color: #000;
    border: 1px solid #e9e9e9;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 50%;
    opacity:0;
    visibility: hidden;
    transition: all .4s ease 0s;
}
.single-shop:hover .add-to-cart a{
    opacity:1;
    visibility: visible;
    transition: all .4s ease 0s;
    bottom: 15px;
}
.single-shop .add-to-cart a:hover{
    transition: all .4s ease 0s;
    color: #eb1c24;
    border: 1px solid #eb1c24;
}
ul.shop-overview li{
  display: inline-block;
}
ul.shop-overview li a {
    font-size: 20px;
    color: #fff;
    height: 40px;
    width: 40px;
    display: block;
    background: #002034;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
    transition: all .4s ease 0s;
}
ul.shop-overview li a:hover {
    background: #eb1c24;
    transition: all .4s ease 0s;
}
.shop-img{
  position: relative;
}
ul.shop-overview {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 40px;
    margin-top: -20px;
    opacity: 0;
    transition: all .4s ease 0s;
    visibility: hidden;
}
.single-shop:hover ul.shop-overview{
    opacity: 1;
    transition: all .4s ease 0s;
    visibility: visible;
    top: 50%;
}
.tab-content.shop-list {
    margin-top: 50px;
}
.nav.shop-tab-heading li {
    border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}
.nav.shop-tab-heading li:last-child {
    border-right: 1px solid #e9e9e9;
}
.nav.shop-tab-heading li a {
    padding: 15px 30px;
    font-size: 16px;
    display: block;
    color: #000;
    position: relative;
}
.nav.shop-tab-heading li a.active:after {
    border-top-color: #eb1c24;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 7.5px;
    border-color: #eb1c24 transparent transparent;
    z-index: 9;
    transition: all .4s ease 0s;
}
.nav.shop-tab-heading li.shopactive{
  border: 1px solid #eb1c24;
}
.nav.shop-tab-heading{
  position: relative;
}
.nav.shop-tab-heading:before{
  position: absolute;
  top:50%;
  left:0px;
  width:100%;
  height:1px;
  background: #e9e9e9;
  content:"";
  z-index: -1;
}
.shop-list-pro,  .shop-list-pron{
    margin-left: -15px;
    margin-right: -15px;
}
.shop-list-pro .single-shop-wrap, .shop-list-pron .single-shop-wrap  {
    padding-left: 15px;
    padding-right: 15px;
}
.sliderpro-arrow-prev.slick-arrow, .sliderpro-arrow-next.slick-arrow {
    position: absolute;
    top: -102px;
    z-index: 9;
    background: #fff;
    border: none;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    outline: none;
}
.sliderpro-arrow-prev.slick-arrow{
    right: 55px;
}
.sliderpro-arrow-next.slick-arrow {
    right: 0px;
}
.sliderpro-arrow-prev.slick-arrow i, .sliderpro-arrow-next.slick-arrow i, .details-slider .slider-arrow-prev.slick-arrow i, .details-slider .slider-arrow-next.slick-arrow i {
    position: relative;
    top: 2px;
}
.sliderpro-arrow-prev.slick-arrow:before, .sliderpro-arrow-next.slick-arrow:before, .details-slider .slider-arrow-prev.slick-arrow:before, .details-slider .slider-arrow-next.slick-arrow:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background: #eb1c24;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all .4s ease 0s;
}
.sliderpro-arrow-prev.slick-arrow:before, .details-slider .slider-arrow-prev.slick-arrow:before{
    transform: perspective(200px) rotateY(30deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
    -moz-transform: perspective(200px) rotateY(30deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
    -webkit-transform: perspective(200px) rotateY(30deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
    -ms-transform: perspective(200px) rotateY(30deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
}
.sliderpro-arrow-prev.slick-arrow:hover:before, .sliderpro-arrow-next.slick-arrow:hover:before, .details-slider .slider-arrow-prev.slick-arrow:hover:before, .details-slider .slider-arrow-next.slick-arrow:hover:before{
    transform: perspective(200px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
    -moz-transform: perspective(200px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
    -webkit-transform: perspective(200px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
    -ms-transform: perspective(200px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
    transition: all .4s ease 0s;
}
.sliderpro-arrow-next.slick-arrow:before, .details-slider .slider-arrow-next.slick-arrow:before {
    transform: perspective(200px) rotateY(-30deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
    -moz-transform: perspective(200px) rotateY(-30deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
    -webkit-transform: perspective(200px) rotateY(-30deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
    -ms-transform: perspective(200px) rotateY(-30deg) rotateX(0deg) rotateZ(0deg) translateZ(0px);
}

/*----------------------------------------*/
/*  12. Clients Review Area CSS
/*----------------------------------------*/
.service-heading.client-heading p {
    width: 35%;
}
.service-heading.client-heading i{
    background: #fef3d5;
    background-image: radial-gradient(#ffce4b 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.service-heading.client-heading p{
    background: #fef3d5;
    background-image: radial-gradient(#ffce4b 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.client-sng-pro {
    padding: 30px;
    display: flex;
    border: 1px solid #002034;
}
.clients-inner{
  position: relative;
}
.clients-inner:before {
    position: absolute;
    right: -19px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top-color: #002034;
    content: "";
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent #002034 transparent;
    margin-top: -10px;
}
.client-content h2 {
    font-size: 20px;
    color: #000;
}
.client-img h1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 13.5px;
}
.client-content p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0px;
}
.client-img {
    margin-right: 20px;
    width: 100%;
}
.client-img img{
    width: 100%;
}
.clients-review-single {
    padding: 60px 30px 60px 30px;
    text-align: center;
    margin-left: 65px;
    border: 1px solid #002034;
}
.clients-review-single p {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}
.clients-review-single a {
    font-size: 16px;
    color: #eb1c24;
    margin-bottom: 10px;
    display: block;
}
.clients-review-single i {
    position: relative;
    top:2px;
}
.clients-review-single h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.clients-review-single p {
    font-size: 16px;
    color: #000;
    margin-bottom:0px;
}
.round-rating span {
    font-size: 20px;
    color: #fff;
}
.client-single-wrap {
    position: relative;
}
.round-rating i {
    font-size: 14px;
    color: #eb1c24;
}
.round-rating {
    text-align: center;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 50%;
    width: 130px;
    height: 130px;
    background: #002034;
    background-image: radial-gradient(#063450 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
    margin-top: -65px;
    padding: 18px 0px;
}
.round-rating p {
    font-size: 14px;
    color: #fff;
    margin: 0px;
}
.clients-inner .slick-dots {
    position: absolute;
    bottom: -40px;
    left: 0px;
}
.clients-inner .slick-dots li {
   display: inline-block;
   margin:0px 3px;
}
.clients-inner .slick-dots li.slick-active button{
  border: 2px solid #eb1c24;
}
.clients-inner .slick-dots li button {
    height: 25px;
    width: 25px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    outline:none;
}

/*----------------------------------------*/
/*  13. Branding Area CSS
/*----------------------------------------*/
.branding-slider{
  margin-left:-15px;
  margin-right:-15px;
}
.branding-single {
    padding: 0 15px;
}
.branding-single img {
    display: block;
    height: 150px;
}
.branding-single a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    border: 1px solid #e9e9e9;
    transition: all .4s ease 0s;
}
.branding-single a:hover {
    border: 1px solid #eb1c24;
    transition: all .4s ease 0s;
}

/*----------------------------------------*/
/*  14. Footer Area CSS
/*----------------------------------------*/
.footer-area{
    background: #002034;
    background-image: radial-gradient(#063450 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.footer-area {
    padding: 60px 0px;
}
ul.footer-social-link {
    display: inline-block;
}
.footer-follow-us span {
    font-size: 16px;
    color: #fff;
    margin-right:10px;
}
ul.footer-social-link li{
    display: inline-block;
}
ul.footer-social-link li a {
    font-size: 16px;
    color: #fff;
    transition: all .4s ease 0s;
    padding-right: 8px;
}
ul.footer-social-link li a:hover, ul.usefull-link li a:hover, ul.service-link li a:hover{
    color:#eb1c24;
    transition: all .4s ease 0s;
}
.about-company-content p{
    padding-top: 30px;
}
.about-company-content p, .newslatter-inner p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.newslatter-inner p {
    padding-top: 14px;
}
.usefull-link-inner h2, .service-link-inner h2, .newslatter-inner h2 {
    color: #ffffff;
    font-size: 20px;
    margin: 20px 0px;
}
ul.usefull-link, ul.service-link {
    padding-top: 15px;
}
ul.usefull-link li, ul.service-link li {
    padding: 4px 0px;
}
ul.usefull-link li:first-child, ul.service-link li:first-child {
    padding-top: 0px;
}
ul.usefull-link li a, ul.service-link li a {
    font-size: 16px;
    color: #fff;
    display: block;
    transition: all .4s ease 0s;
}
ul.usefull-link li i, ul.service-link li i {
    padding-right: 5px;
}
ul.usefull-link li:last-child, ul.service-link li:last-child{
    padding-bottom: 0px;
}
.about-company-content a {
    font-size: 16px;
    color: #fff;
    transition: all .4s ease 0s;
    padding-top: 2px;
    display: block;
}
.about-company-content a:hover {
    transition: all .4s ease 0s;
    color: #eb1c24;
}
.footer-follow-us {
    margin-top: 20px;
}
.newslatter-inner h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 14px;
}
.newsletter-input {
    position: relative;
}
.newsletter-input input[type="email"] {
    width: 100%;
    height: 40px;
    border: none;
    background: #fff;
    padding: 0px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}
.newsletter-input .newsletter-button {
    background: #eb1c24;
    border: none;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 6px 10px;
}
.we-accept {
    margin-top: 40px;
}
.about-company-content i, .usefull-link i, .service-link i {
    position: relative;
    top: 2px;
}
.service-link-inner span, .newsletter-content span, .usefull-link-inner span{
  color: #eb1c24;
}
/*----------------------------------------*/
/*  15. Blog Area CSS
/*----------------------------------------*/
.blog-single-wrap{
    border: 1px solid #e9e9e9;
}
.blog-content-wrap {
    padding: 15px;
}
.blog-content a {
    color: #000;
    transition: all .4s ease 0s;
}
.blog-content a:hover {
    color: #eb1c24;
    transition: all .4s ease 0s;
}
.blog-content h2 {
    font-size: 20px;
    margin: 10px 0px;
}
.blog-content p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
.blog-meta-tl a {
    font-size: 14px;
    color: #000;
}
.blog-meta-tl i, .blog-info i {
    margin-right: 3px;
}
.blog-meta-tl .float-right {
    position: relative;
    top: 3px;
}
.blog-info a {
    color: #000;
    font-size: 14px;
    transition: all .4s ease 0s;
}
.blog-info a:hover, .blog-meta-tl a:hover {
    color: #eb1c24;
    transition: all .4s ease 0s;
}
.blog-img a img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.blog-single:hover .blog-img a img {
    transform: scale(1.2);
}
.blog-img {
    overflow: hidden;
}
.service-heading.blog-heading p {
    width: 20%;
}
.blog-inner{
  margin-left:-15px;
  margin-right:-15px;
}
.blog-single{
  padding-left: 15px;
  padding-right: 15px;
}
/*----------------------------------------*/
/*  16. Footer Bottom Area CSS
/*----------------------------------------*/
.footer-bottom-area{
    background: #002034;
    background-image: radial-gradient(#063450 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.footer-bottom-area {
    border-top: 1px solid #032a42;
    padding: 28px 0px;
}
.copy-right p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0px;
    font-weight: 300;
}
.copy-right span {
    color: #eb1c24;
}
/*----------------------------------------*/
/*  21. Breadcrumbs Area CSS
/*----------------------------------------*/
.breadcrumbs-area {
    background-image: url(img/construction-business/bg/1.jpg);
    background-position: center center;
    background-size: cover;
    padding: 100px 0px 100px 0px;
    position: relative;
}
.breadcrumbs-area::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.95;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.breadcrumbs h2 {
    color: #fff;
    font-size:30px;
}
.breadcrumbs > ul li {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}
.breadcrumbs > ul li a.active {
    color: #c7a20c;
}
.breadcrumbs > ul li a {
    color: #fff;
    padding-right: 17px;
    position: relative;
}
.breadcrumbs ul li a::after {
    background-color: #fff;
    content: "";
    font-size: 8px;
    height: 15px;
    margin-left: 11px;
    position: absolute;
    right: 6px;
    top: 2px;
    transform: rotate(30deg);
    width: 1.5px;
}
/*-----------------------
4. Blog Grids css
-------------------------*/
.blog-single.blog-grids{
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
}
.blog-single.blog-grids .blog-single-wrap {
    border: 0px solid #e9e9e9;
}
/*-----------------------
4. Blog Sidebar css
-------------------------*/
.search-header h2, .recent-header h2 {
    font-size: 20px;
    color: #000;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.search-header h2:before, .recent-header h2:before{
    border-bottom: 2px solid #ccc;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}
.search-header h2:after, .recent-header h2:after {
    border-bottom: 2px solid #c7a20c;
    content: "";
    display: block;
    margin: 15px auto 20px 0;
    position: relative;
    width: 52px;
    z-index: 1;
}
.search-form-int .search-form input {
    border: 1px solid #e4e4e4;
    color: #b5b5b5;
    float: left;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    outline:none;
}
.search-form{
    position: relative;
}
.search-form-int {
    display: grid;
}
.search-form button {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 55px;
    outline:none;
}
.post-content h2 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.post-content a{
    color:#000;
    transition: all .4s ease 0s;
}
.post-content span {
    font-size: 14px;
    color: #000;
}
.post-img {
    margin-right: 15px;
}
.post-inner {
    display: flex;
}
.post-content a:hover{
    color:#c7a20c;
    transition: all .4s ease 0s;
}
.post-list ul li {
    margin-bottom: 20px;
}
.post-list ul li:last-child {
    margin-bottom: 0px;
}
.search-inner, .recent-post, .categories-list, .tag-list, .comment-inner, .banner-wrap {
    box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.category-nav .count {
    float: right;
    font-size: 16px;
}
.category-nav ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #eee;
}
.category-nav ul li a {
    font-size: 16px;
    color: #000;
    transition: all .4s ease 0s;
}
.category-nav ul li a:hover, .tag-nav ul li a:hover {
    color: #c7a20c;
}
.category-nav ul li:last-child {
    border-bottom: 0px solid #eee;
}
.tag-nav ul li {
    display: inline-block;
}
.tag-nav ul li a {
    border: 1px solid #eee;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .4s ease 0s;
    color: #000;
}
/*-----------------------
4. Blog List css
-------------------------*/
.blog-single-content{
    box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.blog-single-list{
    box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
}
.blog-single-contents{
    padding: 30px;
}
.blog-ctn h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color:#000;
}
.blog-ctn span {
    height: 40px;
    width: 40px;
    background: #c7a20c;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    top: -4px;
    transition: all .4s ease 0s;
    margin-right: 30px;
}
.blog-ctn i {
    position: relative;
    top: 2px;
}
.blog-ctn p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.blog-analysis span {
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}
.blog-analysis i {
    font-size: 14px;
    color: #333;
    position: relative;
    top: 2px;
    margin-left: 9px;
}
.blog-link a {
    color: #000;
    font-size: 16px;
    background: #c7a20c;
    padding: 10px 30px;
    border-radius: 20px;
    display: inline-block;
    transition: all .4s ease 0s;
}
.blog-link i {
    position: relative;
    top:2px;
}
.blog-link {
    margin-top: 30px;
}
.blog-link a:hover {
    color: #fff;
    background: #000;
    border-radius: 4px;
    transition: all .3s ease 0s;
}
.blog-ctn h2:hover span{
    background: #000;
    transition: all .3s ease 0s;
}
.blog-list-pro .sliderpro-arrow-prev.slick-arrow {
    left: 0px;
}
.blog-list-pro .sliderpro-arrow-next.slick-arrow {
    right: 0px;
}
.blog-list-pro .sliderpro-arrow-prev.slick-arrow, .blog-list-pro .sliderpro-arrow-next.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    background: transparent;
    border: none;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    outline: none;
    margin-top: -22px;
}
.blog-ctn span:after {
    border-right: 0px solid #c7a20c;
    border-bottom: 40px solid transparent;
    top: 0px;
    content: "";
    right: -30px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -2;
    border-left: 30px solid #c7a20c;
}
.blog-ctn h2:hover span:after{
    border-left: 30px solid #000;
    transition: all 0.3s ease 0s;
}
.sd-comment-wrap {
    display: flex;
}
.sd-comment-content h2 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom:0px;
    font-family: 'Roboto', sans-serif;
}
.sd-comment-icon span {
    height: 45px;
    width: 45px;
    background: #c7a20c;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 45px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.sd-comment-icon span:after {
    border-right: 0px solid #c7a20c;
    border-bottom: 45px solid transparent;
    top: 0px;
    content: "";
    right: -30px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -2;
    border-left: 30px solid #c7a20c;
}
.sd-comment-icon {
    margin-right: 40px;
}
.sd-comment-nav ul li {
    padding-bottom: 20px;
}
.sd-comment-nav ul li:last-child {
    padding-bottom: 0px;
}
.sd-comment-icon span i {
    font-size: 20px;
    position: relative;
    top: 5px;
}
.sd-comment-nav ul li:hover .sd-comment-icon span:after{
    border-left: 30px solid #000;
    transition: all 0.3s ease 0s;
}
.sd-comment-nav ul li:hover .sd-comment-icon span{
    background: #000;
    transition: all 0.3s ease 0s;
}
.ad-banner-content h2{
    font-size: 20px;
    color:#000;
    line-height: 30px;
}
.ad-banner-content a{
    font-size: 16px;
    color:#000;
    border:1px solid #999;
    padding:5px 20px;
    display:inline-block;
    transition: all 0.3s ease 0s;
}
.ad-banner-content a:hover{
    color:#c7a20c;
    transition: all 0.3s ease 0s;
}
.banner-img {
    position: relative;
}
.ad-banner-content {
    position: absolute;
    right: 20px;
    bottom: 16px;
}
.twitter-list p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.sd-comment-nav.twitter-pr ul li {
    padding-bottom: 20px;
}
.sd-comment-nav.twitter-pr ul li:last-child {
    padding-bottom: 0px;
}
.sd-comment-list.twitter-pro .sd-comment-content h2 {
    padding: 10px 0px;
}


/*-----------------------
4. Pagination css
-------------------------*/
ul.blog-details-list {
    padding: 30px 80px;
}
.blog-details blockquote {
    border-left: 5px solid #333;
    color: #333;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    margin: 50px 0 50px 70px;
    padding: 0 70px 0 30px;
}
.blog-details p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.blog-details .bg-tp{
    margin-top: 15px;
}
.blog-details-list li {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    list-style: circle;
}
.details-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.details-sl-single {
    padding-left: 15px;
    padding-right: 15px;
}
.details-slider .slider-arrow-prev.slick-arrow, .details-slider .slider-arrow-next.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    background: transparent;
    border: none;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    outline: none;
    margin-top: -22px;
}
.details-slider .slider-arrow-prev.slick-arrow {
    left: 15px;
}
.details-slider .slider-arrow-next.slick-arrow {
    right: 15px;
}
.details-slider .slider-arrow-prev.slick-arrow:before, .details-slider .slider-arrow-next.slick-arrow:before{
    background: #c7a20c;
}
.details-slider .details-sl-single img {
    display: inline-block;
}
.details-his-inner{
    margin:50px 0px;
}
.social-pro {
    display: inline-block;
    float: right;
}
.social-pro ul {
    display: inline-block;
}
.social-pro ul li {
    display: inline-block;
    margin-left: 20px;
}
.author-pro span, .social-pro span {
    font-size: 15px;
    letter-spacing: 2px;
    color: #000;
    transition: all .4s ease 0s;
}
.author-pro a, .comment-pro a {
    color: #333;
    letter-spacing: 2px;
    font-size: 15px;
    transition: all .4s ease 0s;
}
.social-pro ul li a{
    color:#333;
    transition: all .4s ease 0s;
}
.author-pro a:hover, .comment-pro a:hover, .social-pro ul li a:hover, .nex-prev-inner a:hover{
    color:#c7a20c;
    transition: all .4s ease 0s;
}
.nex-prev-inner a {
    letter-spacing: 2px;
    color: #333;
    font-size: 15px;
    transition:all .4s ease 0s;
}
.nex-prev-inner {
    padding: 15px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.author-dtl-inner {
    margin: 50px 180px 50px 0px;
}
.author-dtl-inner .post-content p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
.author-dtl-inner .post-img {
    width: 55%;
}
.rlt-post .title-dtl {
    font-size: 20px;
    color: #000;
    margin-top:15px;
    transition:all .4s ease 0s;
}
.rlt-post .title-dtl:hover {
    color: #c7a20c;
    transition:all .4s ease 0s;
}
.rlt-post span {
    font-size: 15px;
    color: #000;
}
.rlt-post h2{
    margin-bottom:5px;
    font-family: 'Roboto', sans-serif;
}
.details-slider.rlt-post-slider{
    margin-top: 0px;
    margin-bottom: 0px;
}
.related-comment {
    margin: 50px 0px 0px 0px;
}
.related-comment .post-img {
    width: 35%;
}
.reply-ctm .post-content p{
    margin-bottom:0px;
}
.post-inner.comment-post {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.post-inner.comment-post-reply {
    margin-left: 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    position: relative;
}
.post-inner.comment-post-reply .replaying, .post-inner.comment-post .replaying{
    position: absolute;
    bottom:-12px;
    right:-1px;
}
.post-inner.comment-post-reply .replaying a, .post-inner.comment-post .replaying a {
    font-size: 15px;
    background: #ddd;
    padding: 10px 30px;
    color: #333;
    border-radius: 20px;
    transition:all .4s ease 0s;
}
.post-inner.comment-post-reply .replaying a:hover, .post-inner.comment-post .replaying a:hover {
    color: #fff;
    border-radius: 0px;
    transition:all .4s ease 0s;
    background: #c7a20c;
}
.post-inner.comment-post-reply .post-img {
    width: 40%;
}
.post-inner.comment-post{
    position: relative;
}
.contact-form-nt.comment-form a {
    margin: 10px 0px 0px 0px;
}
.contact-form-nt.comment-form input[type="text"], .contact-form-nt.comment-form textarea {
    margin: 12px 0px;
}
/*-----------------------
4. Pagination css
-------------------------*/
.custom-pagination{
    text-align:center;
}
.custom-pagination ul.paginations{
    margin:0;
}
.custom-pagination ul.paginations li {
    display: inline-block;
}
.custom-pagination ul.paginations li a{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
    margin: 0px 3px;
    color: #000;
    display: block;
    border: 1px solid #eee;
    transition: all .4s ease 0s;
}
.custom-pagination ul.paginations li a:hover, .custom-pagination ul.paginations li.active a{
    background:#c7a20c;
    color:#fff;
    transition: all .4s ease 0s;
}
/*-----------------------
4. Contact css
-------------------------*/
#googleMap {
    height: 500px;
    width: 100%;
}
.contact-page-area{
    position:relative;
}
.contact-bg-area {
    background:#fff;
    padding:50px;
    box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
}
.shortcode-bx {
  box-shadow: 0 0 0 0 #ddd;
}
.contact-get-touch h2, .contact-form-cn h2, .signup-profile h2, .agency-account-create h2{
    font-size:20px;
    color:#000;
    font-weight:400;
    text-transform:uppercase;
}
.contact-form-nt input[type="text"]{
    padding:0px 10px;
    height:40px;
}
.contact-form-nt input[type="text"], .contact-form-nt textarea{
    color:#222;
    font-weight:400;
    font-size:16px;
    width:100%;
    border:1px solid #eeeeee;
    margin:10px 0px;
    outline:none;
    transition:all .4s ease 0s;
}
.contact-form-nt textarea{
    padding:10px;
}
.contact-form-nt input[type="text"]:focus, .contact-form-nt textarea:focus{
    border:1px solid #c7a20c;
    color:#666;
    transition:all .4s ease 0s;
}
.contact-form-nt a {
  display: inline-block;
    padding: 10px 30px;
    margin: 10px 0px;
    color: #fff;
    border-radius: 30px;
    background: #c7a20c;
    text-transform: capitalize;
    font-size:15px;
    transition:all .4s ease 0s;
}
.contact-form-nt a:hover {
    color: #fff;
    border-radius: 0px;
    background: #000;
}
.contact-details-main{
    padding:10px 20px;
    border:1px solid #eeeeee;
    margin:20px 0px;
    display:block;
}
.contact-details-main p{
    font-size:16px;
    color:#000;
    font-weight:400;
    line-height:26px;
}
.contact-ctn {
  margin-bottom: 34px;
  overflow: hidden;
}
.contact-ctn i, .contact-address{
    float:left;
    margin-right:20px;
}
.contact-ctn i {
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-top: 5px;
}
.contact-address span{
    font-size:16px;
    font-weight:400;
    color:#000;
    line-height:26px;
}
.contact-btn-0 a{
    margin-bottom:0px;
}
/*----------------------------------------*/
/*  17. About Area CSS
/*----------------------------------------*/
.about-area{
    position: relative;
}
.about-inner h2 {
    font-size: 36px;
    color: #000;
}
.about-inner h3 {
    font-size: 20px;
    color: #000;
}
.about-inner span{
    color:#c7a20c;
}
.about-inner p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.about-img {
    position: absolute;
    left: 0px;
    z-index: 99;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
.about-img-long {
    margin-right: 60px;
}
/*----------------------------------------*/
/*  7.  Project css
/*----------------------------------------*/
.items-pro-bt {
  margin-bottom: 15px;
}
.dh-container{
    position:relative;
    overflow:hidden
}
.dh-overlay{
    position:absolute;
    top:-100%;
    height:100%;
    width:100%;
    z-index:999;
}
.project-over{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#c7a20c;
    opacity:.9;
    z-index:-9;
}
.project-details-inner{
    text-align:center;
    top:50%;
    left:0;
    position:absolute;
    width:100%;
    height:100%;
    margin-top: -20px;
}
.project-details-inner a{
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
    height:40px;
    width:40px;
    line-height:42px;
}
.project-menu{
    margin-bottom:50px;
}
.project-menu button{
    border: none;
    padding: 13px 30px;
    text-transform: capitalize;
    background: #000;
    color: #fff;
    outline: none;
    display: inline-block;
    margin: 0px 5px;
    border-radius:30px;
    transition:all .4s ease 0s;
    font-size:16px;
    font-weight:400;
    text-transform:uppercase;
}
.project-menu button.active{
    color:#fff;
    background:#c7a20c;
    border-radius:0px;
    transition:all .4s ease 0s;
}
.project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background:#f39c12;
    padding:10px 0px;
}
.project-info:before {
    position: absolute;
    bottom: 0;
    left: -67px;
    content: "";
    background: #f39c12;
    height: 60px;
    width: 100px;
    transform: rotate(-60deg);
    opacity: 0;
    transition:all .4s ease 0s;
}
.project-details:hover .project-info:before {
    opacity: 1;
    transition:all .4s ease 0s;
}
.project-info:after {
    position: absolute;
    bottom: 0;
    right: -67px;
    content: "";
    background: #f39c12;
    height: 60px;
    width: 100px;
    transform: rotate(60deg);
    opacity: 0;
    transition:all .4s ease 0s;
}
.project-details:hover .project-info:after {
    opacity: 1;
    transition:all .4s ease 0s;
}
.project-info-area{
    display:inline-block;
    padding:0px 10px;
}

/*----------------------------------------*/
/*  9  Our Teams css
/*----------------------------------------*/
.km-single-teams{
    overflow: hidden;
    position: relative;
    border: 1px solid #c7a20c;
    transition: all 0.3s ease 0s;
}
.km-teams-info {
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 3;
}
.km-teams-info:before {
    background-color: #c7a20c;
    bottom: 0;
    content: "";
    height: 90px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.km-teams-info:after {
    border-left: 0px solid #c7a20c;
    border-top: 70px solid transparent;
    bottom: 90px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -2;
    border-right: 255px solid #c7a20c;
}
.km-single-teams:hover .km-teams-info:before {
    height: 160px;
    background-color: #000;
}
.km-single-teams:hover{
    border: 1px solid #000;
    transition: all 0.3s ease 0s;
}
.km-single-teams:hover .km-teams-info:after {
    bottom: 160px;
    border-left: 0px solid #000;
    border-right: 255px solid #000;
}
.km-teams-info .km-teams-name {
    text-align: center;
}
.km-single-teams:hover .km-teams-info .km-teams-name {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.km-teams-info-hover {
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    padding-bottom: 15px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
    text-align:center;
}
.km-single-teams:hover .km-teams-info-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.km-single-teams:hover .km-teams-info-hover .km-teams-name h5 {
    color: #95c41f;
}
.km-teams-info-hover .km-teams-name {
    bottom: 60px;
    left: -25px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.km-teams-name h5, .km-teams-name a {
    font-size: 18px;
    color:#fff;
}
.km-teams-name p {
    font-size: 16px;
    color:#fff;
}
.teams-address img {
    display: inline-block;
}
.km-teams-info-hover .teams-address li {
    font-size: 16px;
    color:#fff;
    padding: 5px 0px;
}
.social-media li {
    display: inline-block;
}
.social-media li a{
   font-size: 16px;
    color: #fff;
    padding: 5px 5px;
    display: inline-block;
}
.main-menu-area.sicker-menu.const-menu {
    background: #000;
}
.header-res-logo .logo{
    display: none;
}
/*----------------------------------------*/
/*  17. ScrollUp Area CSS
/*----------------------------------------*/
#scrollUp {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    height: 65px;
    width: 65px;
    border: 2px solid #000;
    border-radius: 50%;
}
#scrollUp i {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #eb1c24;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    transition: all .4s ease 0s;
}
/*----------------------------------------*/
/*  17. 404 Area CSS
/*----------------------------------------*/
.content-error h1 {
    font-size: 40px;
    color: #000;
}
.content-error .counter {
    color: #c7a20c;
    font-weight: 700;
}
.content-error p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
.content-error a {
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    transition: all .4s ease 0s;
}
.content-error a:hover {
    color: #c7a20c;
    transition: all .4s ease 0s;
}
.content-error {
    text-align: center;
    padding: 100px 0px;
    border-top: 5px solid #c7a20c;
    border-left: 5px solid #c7a20c;
}
/*----------------------------------------*/
/*  17. Faq Area CSS
/*----------------------------------------*/
.accordion-header h5 {
    font-size: 20px;
    color: #000;
    display: block;
    text-align: left;
    padding: 0px;
}
.accordion-header span {
    font-size: 16px;
    background: #c7a20c;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 40px;
    position: relative;
}
.accordion-header span:before {
    border-right: 0px solid #c7a20c;
    border-bottom: 40px solid transparent;
    top: 0px;
    content: "";
    right: -30px;
    position: absolute;
    z-index: -2;
    border-left: 30px solid #c7a20c;
}
.accordion-header .collapsed span:before {
    border-left: 30px solid #000;
}
.accordion-header .collapsed span, .accordion-header .collapsed span i{
    background: #000;
}
.accordion-header .btn.btn-link.collapsed span i.fa-minus {
    display: none;
}
.accordion-header .btn.btn-link .fa-plus {
    display: none;
}
.accordion-header .btn.btn-link.collapsed span i.fa-plus {
    display: block;
}
.accordion-header span i {
    font-size: 16px;
    background: #c7a20c;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 40px;
}
.accordion-body p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.accordion-header .btn-link:hover {
    color: #c7a20c;
    text-decoration: none;
}
/*----------------------------------------*/
/*  18. Construction Business Area CSS
/*----------------------------------------*/
.construction-business .header-middle-area:after {
    border-right: 10px solid #c7a20c;
}
.construction-business .appointment a {
    background: #c7a20c;
}
.construction-business .header-middle-area, .construction-business .slider-bottom-single, .construction-business .slider-bottom-list li:hover .slider-bottom-icon i, .construction-business .slider-bottom-list li.active .slider-bottom-icon i, .construction-business .service-icon, .construction-business .fun-fact-area:before, .construction-business .round-rating, .construction-business .footer-area, .construction-business .footer-bottom-area {
    background: #000;
    background-image: radial-gradient(#222 20%, transparent 0), radial-gradient(#222 35%, transparent 0);
    background-size: 3px 3px;
    background-position: 0 0, 202px 200px;
}
.construction-business .phone-inner:hover .phone-icon i, .construction-business .address-inner:hover .address-icon i {
    color: #c7a20c;
}
.construction-business .social-inner ul li a:hover {
    color: #c7a20c;
}
.construction-business .menu-inner ul > li > a:before, .construction-business .animate-pro-content a {
    background: #c7a20c;
}
.construction-business .menu-inner ul > li:hover > a, .construction-business .menu-inner ul li:hover .dropdown-list li a:hover {
    color: #c7a20c;
}
.construction-business .appointment a:hover, .construction-business .animate-pro-content a:hover {
    background: #000;
}
.construction-business .slider-bottom-icon i, .construction-business .service-single:hover .service-icon {
    background: #c7a20c;
    background-image: radial-gradient(#bb9809 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.construction-business .slider-bottom-icon {
    border: 1px solid #c7a20c;
}
.construction-business .service-heading i, .construction-business .choose-menu li i, .construction-business .nav.what-do-icon li a, .construction-business .nav.what-do-icon li a.active i, .construction-business .what-do-content-inner a:hover, .construction-business .fun-fact-single span, .construction-business .shop-rating i, .construction-business .shop-price span.new-price, .construction-business .fun-fact-single i, .construction-business .round-rating i, .construction-business .clients-review-single a, .construction-business .slider-bottom-content a, .construction-business .blog-info a:hover, .construction-business .blog-meta-tl a:hover, .construction-business .blog-content a:hover, .construction-business .service-link-inner span, .construction-business .newsletter-content span, .construction-business .usefull-link-inner span, .construction-business .about-company-content a:hover, .construction-business ul.footer-social-link li a:hover, .construction-business ul.usefull-link li a:hover, .construction-business ul.service-link li a:hover, .construction-business .copy-right span {
    color: #c7a20c;
}
.construction-business .service-heading h2, .construction-business .service-single:hover .service-icon:after, .construction-business .nav.shop-tab-heading li.shopactive, .construction-business .single-shop:hover, .construction-business .client-sng-pro, .construction-business .branding-single a:hover {
    border: 1px solid #c7a20c;
}
.construction-business .service-icon:before, .construction-business .nav.what-do-icon li .tooltip-ctm, .construction-business .sliderpro-arrow-prev.slick-arrow:before, .construction-business .sliderpro-arrow-next.slick-arrow:before, .construction-business #scrollUp i, .construction-business ul.shop-overview li a:hover, .construction-business .newsletter-input .newsletter-button {
    background: #c7a20c;
}
.construction-business .service-single:hover .service-icon:before, .construction-business ul.shop-overview li a {
    background: #000;
}
.construction-business .nav.what-do-icon li .tooltip-ctm:before, .construction-business .nav.what-do-icon li a.active:after, .construction-business .nav.shop-tab-heading li a.active:after {
    border-top-color: #c7a20c;
    border-color: #c7a20c transparent transparent;
}
.construction-business .nav.what-do-icon li a.active:before, .construction-business .fun-fact-single:after {
    background-color: #c7a20c;
}
.construction-business .single-shop .add-to-cart a:hover {
    color: #c7a20c;
    border: 1px solid #c7a20c;
}
.construction-business .clients-inner .slick-dots li.slick-active button {
    border: 2px solid #c7a20c;
}
.construction-business .clients-inner:before{
    border-top-color: #c7a20c;
    border-color: transparent #c7a20c transparent;
}
.construction-business .clients-review-single{
    border: 1px solid #000;
}
.construction-business .footer-bottom-area {
    border-top: 1px solid #000;
}
.construction-business .header-top-area {
    background: #fff;
}
.construction-business .main-menu-area.const-menu:before {
    background: #c7a20c;
    opacity: 0.1;
    box-shadow: 0px 3px 4px -4px #000;
}
.construction-business .const-menu .menu-inner ul > li > a {
    color: #fff;
}
.construction-business .const-menu .menu-inner ul > li:hover > a, .construction-business .const-menu .menu-inner ul li:hover .dropdown-list li a:hover {
    color: #c7a20c;
}
.construction-business .const-menu .menu-inner ul li .dropdown-list li a {
    color: #000;
}
/*----------------------------------------*/
/*  19. plumber Area CSS
/*----------------------------------------*/
.plumber .header-middle-area:after {
    border-right: 10px solid #f58123;
}
.plumber .appointment a {
    background: #f58123;
}
.plumber .header-middle-area, .plumber .slider-bottom-single, .plumber .slider-bottom-list li:hover .slider-bottom-icon i, .plumber .slider-bottom-list li.active .slider-bottom-icon i, .plumber .service-icon, .plumber .fun-fact-area:before, .plumber .round-rating, .plumber .footer-area, .plumber .footer-bottom-area {
    background: #1d2736;
    background-image: radial-gradient(#223148 20%, transparent 0), radial-gradient(#1d2736 35%, transparent 0);
    background-size: 3px 3px;
    background-position: 0 0, 202px 200px;
}
.plumber .phone-inner:hover .phone-icon i, .plumber .address-inner:hover .address-icon i {
    color: #f58123;
}
.plumber .social-inner ul li a:hover {
    color: #f58123;
}
.plumber .menu-inner ul > li > a:before, .plumber .animate-pro-content a {
    background: #f58123;
}
.plumber .menu-inner ul > li:hover > a, .plumber .menu-inner ul li:hover .dropdown-list li a:hover {
    color: #f58123;
}
.plumber .appointment a:hover, .plumber .animate-pro-content a:hover {
    background: #1d2736;
}
.plumber .slider-bottom-icon i, .plumber .service-single:hover .service-icon {
    background: #f58123;
    background-image: radial-gradient(#bb9809 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.plumber .slider-bottom-icon {
    border: 1px solid #f58123;
}
.plumber .service-heading i, .plumber .choose-menu li i, .plumber .nav.what-do-icon li a, .plumber .nav.what-do-icon li a.active i, .plumber .what-do-content-inner a:hover, .plumber .fun-fact-single span, .plumber .shop-rating i, .plumber .shop-price span.new-price, .plumber .fun-fact-single i, .plumber .round-rating i, .plumber .clients-review-single a, .plumber .slider-bottom-content a, .plumber .blog-info a:hover, .plumber .blog-meta-tl a:hover, .plumber .blog-content a:hover, .plumber .service-link-inner span, .plumber .newsletter-content span, .plumber .usefull-link-inner span, .plumber .about-company-content a:hover, .plumber ul.footer-social-link li a:hover, .plumber ul.usefull-link li a:hover, .plumber ul.service-link li a:hover, .plumber .copy-right span {
    color: #f58123;
}
.plumber .service-heading h2, .plumber .service-single:hover .service-icon:after, .plumber .nav.shop-tab-heading li.shopactive, .plumber .single-shop:hover, .plumber .client-sng-pro, .plumber .branding-single a:hover {
    border: 1px solid #f58123;
}
.plumber .service-icon:before, .plumber .nav.what-do-icon li .tooltip-ctm, .plumber .sliderpro-arrow-prev.slick-arrow:before, .plumber .sliderpro-arrow-next.slick-arrow:before, .plumber #scrollUp i, .plumber ul.shop-overview li a:hover, .plumber .newsletter-input .newsletter-button {
    background: #f58123;
}
.plumber .service-single:hover .service-icon:before, .plumber ul.shop-overview li a {
    background: #1d2736;
}
.plumber .nav.what-do-icon li .tooltip-ctm:before, .plumber .nav.what-do-icon li a.active:after, .plumber .nav.shop-tab-heading li a.active:after {
    border-top-color: #f58123;
    border-color: #f58123 transparent transparent;
}
.plumber .nav.what-do-icon li a.active:before, .plumber .fun-fact-single:after {
    background-color: #f58123;
}
.plumber .single-shop .add-to-cart a:hover {
    color: #f58123;
    border: 1px solid #f58123;
}
.plumber .clients-inner .slick-dots li.slick-active button {
    border: 2px solid #f58123;
}
.plumber .clients-inner:before{
    border-top-color: #f58123;
    border-color: transparent #f58123 transparent;
}
.plumber .clients-review-single{
    border: 1px solid #1d2736;
}
.plumber .footer-bottom-area {
    border-top: 1px solid #1d2736;
}
.plumber .header-middle-area .logo:after {
    background: #ffffff;
    content: "";
    height: 100%;
    right: 10%;
    position: absolute;
    top: 0;
    width: 120px;
    border-radius: 60px 0px 0px 60px;
    border-left: 10px solid #f58123;
}
.plumber .header-middle-area:after {
    background: #ffffff;
    border-right: 10px solid #f58123;
    content: "";
    height: 100%;
    left: 35%;
    position: absolute;
    top: 0;
    width: 100px;
    border-radius: 0px 60px 60px 0px;
    -webkit-transform: unset;
    transform: unset;
}
.plumber .header-top-area {
    background: #fff;
}
.plumber .slider-bottom-list li:hover .slider-bottom-icon, .plumber .slider-bottom-list li:hover .slider-bottom-icon i{
    transition: all .4s ease 0s;
    border-radius: 0px 0px 0px 0px;
}
.plumber .service-single:hover .service-icon {
    transition: all .4s ease 0s;
    border-radius: 0px 0px 0px 0px;
}
.plumber .service-single:hover .service-icon:after {
    transition: all .4s ease 0s;
    border-radius: 0px 0px 0px 0px;
}
.plumber .service-single:hover .service-icon:before {
    border-radius: 0px 0px 50px 0px;
    transition: all .4s ease 0s;
}
.plumber .header-middle-area:before {
    left: -76px;
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
}
.company-info {
    position: relative;
}
.plumber .header-middle-area .company-info::after {
    background: #ffffff;
    border-right: 10px solid #f58123;
    content: "";
    height: 100%;
    left: -21%;
    position: absolute;
    top: 0;
    width: 100px;
    border-radius: 0px 60px 60px 0px;
    -webkit-transform: unset;
    transform: unset;
}
.plumber .header-middle-area::after {
    background: #ffffff;
    border-right: 0px solid #f58123;
    content: "";
    height: 100%;
    left: 27%;
    position: absolute;
    top: 0;
    width: 0px;
    border-radius: 0px 60px 60px 0px;
    -webkit-transform: unset;
    transform: unset;
}
.plumber .header-middle-area::before {
    left: -85px;
}
.plumber .header-middle-area .logo::after {
    right: 12%;
}
.plumber .animate-pro-content{
	position: relative;
    z-index: 99;
    padding: 30px;
}
.plumber .animate-pro-content:before {
    position: absolute;
    height: 337px;
    width: 540px;
    background: #fff;
    content: "";
    top: 0px;
    left: 0px;
    z-index: -9;
    opacity: .8;
}
.plumber .animate-pro-content h1 {
    font-size: 43px;
}
/*----------------------------------------*/
/*  20. Roofing Area CSS
/*----------------------------------------*/
.roofing .header-middle-area:after {
    border-right: 10px solid #E8511C;
}
.roofing .appointment a {
    background: #E8511C;
}
.roofing .header-middle-area, .roofing .slider-bottom-single, .roofing .slider-bottom-list li:hover .slider-bottom-icon i, .roofing .slider-bottom-list li.active .slider-bottom-icon i, .roofing .service-icon, .roofing .fun-fact-area:before, .roofing .round-rating, .roofing .footer-area, .roofing .footer-bottom-area {
    background: #184e9d;
    background-image: radial-gradient(#03347b 20%, transparent 0), radial-gradient(#03347b 35%, transparent 0);
    background-size: 3px 3px;
    background-position: 0 0, 202px 200px;
}
.roofing .phone-inner:hover .phone-icon i, .roofing .address-inner:hover .address-icon i {
    color: #E8511C;
}
.roofing .social-inner ul li a:hover {
    color: #E8511C;
}
.roofing .menu-inner ul > li > a:before, .roofing .animate-pro-content a {
    background: #E8511C;
}
.roofing .menu-inner ul > li:hover > a, .roofing .menu-inner ul li:hover .dropdown-list li a:hover {
    color: #E8511C;
}
.roofing .appointment a:hover, .roofing .animate-pro-content a:hover {
    background: #184e9d;
}
.roofing .slider-bottom-icon i, .roofing .service-single:hover .service-icon {
    background: #E8511C;
    background-image: radial-gradient(#ce5023 15%, transparent 0);
    background-size: 3px 3px;
    background-position: 80px 196px, 172px 77px;
}
.roofing .slider-bottom-icon {
    border: 1px solid #E8511C;
}
.roofing .service-heading i, .roofing .choose-menu li i, .roofing .nav.what-do-icon li a, .roofing .nav.what-do-icon li a.active i, .roofing .what-do-content-inner a:hover, .roofing .fun-fact-single span, .roofing .shop-rating i, .roofing .shop-price span.new-price, .roofing .fun-fact-single i, .roofing .round-rating i, .roofing .clients-review-single a, .roofing .slider-bottom-content a, .roofing .blog-info a:hover, .roofing .blog-meta-tl a:hover, .roofing .blog-content a:hover, .roofing .service-link-inner span, .roofing .newsletter-content span, .roofing .usefull-link-inner span, .roofing .about-company-content a:hover, .roofing ul.footer-social-link li a:hover, .roofing ul.usefull-link li a:hover, .roofing ul.service-link li a:hover, .roofing .copy-right span {
    color: #E8511C;
}
.roofing .service-heading h2, .roofing .service-single:hover .service-icon:after, .roofing .nav.shop-tab-heading li.shopactive, .roofing .single-shop:hover, .roofing .client-sng-pro, .roofing .branding-single a:hover {
    border: 1px solid #E8511C;
}
.roofing .service-icon:before, .roofing .nav.what-do-icon li .tooltip-ctm, .roofing .sliderpro-arrow-prev.slick-arrow:before, .roofing .sliderpro-arrow-next.slick-arrow:before, .roofing #scrollUp i, .roofing ul.shop-overview li a:hover, .roofing .newsletter-input .newsletter-button {
    background: #E8511C;
}
.roofing .service-single:hover .service-icon:before, .roofing ul.shop-overview li a {
    background: #184e9d;
}
.roofing .nav.what-do-icon li .tooltip-ctm:before, .roofing .nav.what-do-icon li a.active:after, .roofing .nav.shop-tab-heading li a.active:after {
    border-top-color: #E8511C;
    border-color: #E8511C transparent transparent;
}
.roofing .nav.what-do-icon li a.active:before, .roofing .fun-fact-single:after {
    background-color: #E8511C;
}
.roofing .single-shop .add-to-cart a:hover {
    color: #E8511C;
    border: 1px solid #E8511C;
}
.roofing .clients-inner .slick-dots li.slick-active button {
    border: 2px solid #E8511C;
}
.roofing .clients-inner:before{
    border-top-color: #E8511C;
    border-color: transparent #E8511C transparent;
}
.roofing .clients-review-single{
    border: 1px solid #184e9d;
}
.roofing .footer-bottom-area {
    border-top: 1px solid #184e9d;
}
.roofing .fun-fact-area{
    background-image:url('./img/roofing/bg/2.jpg');
}
.roofing .header-top-area {
    background: #fff;
}
.roofing .header-middle-area:before {
    background: #fff;
    background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 35%, transparent 0);
    background-size: 4px 304px;
    background-position: 0 0, 202px 200px;
}
.roofing .slider-bottom-icon {
    border-radius: 30px 30px 0px 0px;
    transition: all .4s ease 0s;
}
.roofing .slider-bottom-icon i {
    transition: all .4s ease 0s;
    border-radius: 30px 30px 0px 0px;
}
.roofing .slider-bottom-list li:hover .slider-bottom-icon {
    border-radius: 30px 30px 30px 30px;
    transition: all .4s ease 0s;
}
.roofing .slider-bottom-list li:hover .slider-bottom-icon i {
    border-radius: 30px 30px 30px 30px;
    transition: all .4s ease 0s;
}
.roofing .service-icon {
    border-radius: 40px 40px 0px 0px;
    transition: all .4s ease 0s;
}
.roofing .service-icon:after {
    border-radius: 40px 40px 0px 0px;
    transition: all .4s ease 0s;
}
.roofing .service-single:hover .service-icon {
    border-radius: 40px 40px 40px 40px;
    transition: all .4s ease 0s;
}
.roofing .service-single:hover .service-icon:after {
    border-radius: 40px 40px 40px 40px;
    transition: all .4s ease 0s;
}
.roofing .header-middle-area:before {
    left: -115px;
}
.roofing .header-middle-area:after {
    left: 30%;
}
.home-service .header-middle-area::after {
    background: #ffffff;
    border-right: 0px solid #eb1c24;
    content: "";
    height: 100%;
    left: 34%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 0px;
}
.home-service .header-middle-area .logo::before {
    background: #ffffff;
    border-right: 0px solid #eb1c24;
    content: "";
    height: 100%;
    right: 9%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 80px;
}
/*----------------------------------------*/
/*  21. Architecture Area CSS
/*----------------------------------------*/
.construction-business.architecture .header-middle-area:before {
    background: #000;
    background-image: radial-gradient(#222 20%, transparent 0), radial-gradient(#222 35%, transparent 0);
    background-size: 4px 304px;
    background-position: 0 0, 202px 200px;
    width: 44%;
}
.construction-business.architecture .phone-inner{
    padding: 30px 40px 30px 0px;
}
.construction-business.architecture .logo {
    padding: 25px 40px 25px 15px;
    position: relative;
    text-align: center;
}
.construction-business.architecture .address-inner {
    padding: 30px 0px 30px 25px;
    float: right;
}
.construction-business.architecture .logo:after {
    background: #ffffff;
    border-left: 10px solid #c7a20c;
    content: "";
    height: 100%;
    right: -11%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-39deg);
    transform: skewX(-39deg);
    width: 80px;
}
.construction-business.architecture .header-middle-area:after {
    left: 38%;
}
.construction-business.architecture .header-top-area {
    background: #fff;
}
.construction-business.architecture .main-menu-area:before {
    background: #000;
    opacity: 0.1;
    box-shadow: 0px 3px 4px -4px #000;
}
.construction-business.architecture .menu-inner ul > li > a {
    color: #fff;
}
.construction-business.architecture .menu-inner ul > li:hover > a, .construction-business.architecture .menu-inner ul li:hover .dropdown-list li a:hover {
    color: #c7a20c;
}
.construction-business.architecture .menu-inner ul li .dropdown-list li a {
    color: #000;
}
.construction-business.architecture .slider-bottom-icon {
    border-radius: 0px 0px 0px 0px;
}
.construction-business.architecture .slider-bottom-icon i {
    border-radius: 0px 0px 0px 0px;
}
.construction-business.architecture .slider-bottom-list li:hover .slider-bottom-icon{
    top: -62px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .4s ease 0s;
}
.construction-business.architecture .service-icon:before {
    border-radius: 0px 0px 50px 0px;
}
.construction-business.architecture .service-icon:after {
    border-radius: 0px 0px 0px 0px;
}
.construction-business.architecture .service-icon {
    border-radius: 0px 0px 0px 0px;
}
.construction-business.architecture .main-menu-area.sicker-menu:before{
    background: #c7a20c;
    opacity: .1;
}
.construction-business.architecture .main-menu-area {
    background: #000;
}
/*----------------------------------------*/
/*  21. Home Service Area CSS
/*----------------------------------------*/
.home-service .header-middle-area .logo:after {
    background: #ffffff;
    content: "";
    height: 100%;
    right: 9%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(39deg);
    transform: skewX(-39deg);
    width: 80px;
}
.home-service .header-middle-area:after {
    border-right: 0px solid #eb1c24;
}
.home-service .header-top-area {
    background: #fff;
}
.home-service .slider-bottom-icon, .home-service .slider-bottom-icon i {
    transition: all .4s ease 0s;
    border-radius: 0px 30px 0px 30px;
}
.home-service .slider-bottom-list li:hover .slider-bottom-icon, .home-service .slider-bottom-list li:hover .slider-bottom-icon i{
    transition: all .4s ease 0s;
    border-radius: 0px 0px 0px 0px;
}
.home-service .service-icon {
    transition: all .4s ease 0s;
    border-radius: 0px 30px 0px 30px;
}
.home-service .service-icon:after {
    transition: all .4s ease 0s;
    border-radius: 0px 30px 0px 30px;
}
.home-service .service-icon:before {
    border-radius: 0px 0px 50px 0px;
    transition: all .4s ease 0s;
}
.home-service .service-single:hover .service-icon {
    transition: all .4s ease 0s;
    border-radius: 0px 0px 0px 0px;
}
.home-service .service-single:hover .service-icon:after {
    transition: all .4s ease 0s;
    border-radius: 0px 0px 0px 0px;
}
/*----------------------------------------*/
/*  20. Fire Fither Area CSS
/*----------------------------------------*/
.fire-fighting .header-middle-area:after {
    left: 36%;
}
.fire-fighting .appointment a {
    display: inline-block;
}
.fire-fighting .header-middle-area:before {
    width: 42%;
}
.fire-fighting .appointment {
    position: relative;
}
.fire-fighting .logo:after {
    /*background: #eb1c24;*/
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    content: "";
    height: 107%;
    right: 6%;
    position: absolute;
    top: -7px;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 80px;
    z-index: 1;
}
.fire-fighting .logo:before {
    border-right: 0px solid #333;
    /*border-top: 7px solid transparent;*/
    bottom: 100px;
    content: "";
    right: 136px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
    border-left: 10px solid #777;
}
.fire-fighting .phone-inner, .fire-fighting .address-inner {
    padding: 30px 40px 30px 40px;
}
.fire-fighting .header-top-area {
    background: #ebebeb;
}
.fire-fighting .header-middle-area:after {
    background: #fff;
   /* border-right: 5px solid #fff;
    border-left: 5px solid #fff;*/
    width: 0px;
}
.fire-fighting .slick-caption {
    background-color: unset;
    opacity: unset;
}
.heroslider-slider.fire-fighter .slide-content .life {
    font-size: 30px;
}
.fire-fighting .main-menu-area:before {
    background: #ff101a;
    opacity: 0.9;
}
.fire-fighting .menu-inner ul > li > a {
    color: #fff;
}
.fire-fighting .contact > a {
    background: #eb1c24;
    border: 1px solid #eb1c24;
}
.fire-fighting .project-menu button {
    background: #002034;
}
.fire-fighting .project-menu button.active {
    background: #eb1c24;
    border-radius: 50px;
}
.fire-fighting .project-over {
    background: #eb1c24;
}
.fire-fighting .project-details-inner a {
    background: #002034;
}
.fire-fighting .slider-bottom-list li:hover .slider-bottom-icon {
    border-radius: 0px;
}
.fire-fighting .slider-bottom-list li:hover .slider-bottom-icon i {
    border-radius: 0px;
}
.fire-fighting .service-single:hover .service-icon:after {
    border-radius: 0px;
}
.fire-fighting .service-single:hover .service-icon {
    border-radius: 0px;
}
.fire-fighting .service-single:hover .service-icon:before {
    border-radius: 0px 0px 54px 0px;
}
.fire-fighting .menu-inner ul > li > a:before {
    background: #ffffff;
}

.pro-name h6 {
    font-weight: 550;
    color: #000;
    font-size: 18px;
}
.pro-name h6:hover {
    color: #FF2831;
}
.logo-size {
    margin-top: 55px;
}

.news{
    border: 1px solid #f1f1f1;
    margin-top: 25px;
}

.news:hover {
    box-shadow: 0px 0px 8px 1px #e5e5e5;
}

.news a{
    margin-top: 10px;
    color: #000;
}
.news:hover a{
    color: #00034e;
}

.service-single img {
    height: 250px;
    width: 100%;
    margin-bottom: 13px;
}

.cat-items{
    border:1px solid #f1f1f1;
    background: #ebebeb;
}
.cat-items:hover{
    box-shadow: 0px 2px 7px 0px #113a99;
}
