/*-----------------------------------------------------------------------------------

    Template Name: Netl - Digital Agency  HTML Template
    Template URI: http://rockstheme.com
    Description: This is html5 template
    Author: Rocks_theme
    Author URI: http://rockstheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
	2. Header Area
	3. Mobile Menu Area
    4. Intro Area
    5. About area
    6. feature Area
    7. Counter Area
    8. Services area
    9. Work-system Area
    10. Testimonial area
    11. banner area css
    12. Blog Area
    13. Footer Area
    14. Breadcumbs Area
    15. Teams area
    16. FAQ  Area
    17. Project Details page
    18.	Contact Us page area
    19. Blog Details page
    20. Services Details

  
    
-----------------------------------------------------------------------------------*/

/* Google Fonts Here */


@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900,900i|Montserrat:400,500,600,700,800,900|Roboto+Condensed:300,400,700,700i');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #444;
}
h1, h2, h3, h4, h5, h6{
   font-family: 'Montserrat', sans-serif;
   margin: 0 0 10px;
   color: #444;
   font-weight: 700;
}
h1{
   font-size: 46px;
   line-height: 46px;
}
h2{
    font-size: 40px;
    line-height: 42px;
}
h3{
    font-size: 36px;
    line-height: 40px;
}
h4{
    font-size: 28px;
    line-height: 30px;
}
h5{
    font-size: 24px;
    line-height: 26px;
}
h6{
    font-size: 18px;
    line-height: 24px;
}
 a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #EB2453;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
hr {
    border-color: #d9d9d9;
    margin-top: 10px;
    margin-bottom: 10px;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.area-padding {
  padding: 120px 0;
}
.bottom-padding{
    padding-bottom: 120px
}
.top-padding{
    padding-top: 120px
}
.section-head{
    position: relative;
    margin-bottom: 60px;
}
.section-head > h2 {
    display: block;
    font-size: 56px;
    font-weight: 800;
    text-transform: capitalize;
    color: #444;
    line-height: 61px;
    max-width: 480px;
    margin: 0px auto;
    padding-top: 20px;
}
.left-headline h2 {
    font-size: 42px;
    line-height: 48px;
}
.section-head.white-head > h2{
    color: #fff;
}
.section-head::after {
    top: 5px;
    background-color: #EB2453;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;;
}
.bg-color{
    background: #fcfafa;
}
#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 54px;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    transition: 0.5s;
    margin-bottom: 65px;
}
#scrollUp:hover {
    background: #EB2453;
    height: 70px;
    transition: 0.5s;
}
.clear{
	clear:both;
}
a:focus {
    color: #EB2453;
    text-decoration: none;
}
body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-align: left;
  overflow-x: hidden;
  line-height: 26px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.color{
    color:#EB2453;
    font-weight: 800;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}
div#preloader { position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; height: 100%; overflow: visible; background: #fff url('img/logo/preloader.gif') no-repeat center center; }

/*----------------------------------------*/
/*  2. Header Area 
/*----------------------------------------*/
.header-area {
    z-index: 9999;
    position: relative;
    display: block;
    height: 140px;
    background: #1d1d1d;
}
.header-height {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #1d1d1d;
}
.logo a {
    display: inline-block;
    height: auto;
    padding:0px;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 15px;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-default .navbar-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 25px 0px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #EB2453;
}
.main-menu ul.nav li ul.sub-menu {
    background: #1d1d1d;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 260px;
    z-index: -99;
    padding: 20px 0px;
}
.pagess {
    position: relative;
}
.main-menu ul.nav li ul.sub-menu li {
  padding: 0;
  position: relative;
  width: 100%;
}
.main-menu ul.nav li ul.sub-menu li:last-child{
  border-bottom: none;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:50px;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 30px;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #EB2453;
    padding-left: 40px;
}
.main-menu ul.nav li ul.sub-menu li a{
	position: relative;
}
.sub-dropdown {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  position: absolute;
  top: 20px;
  transition: all 0.3s ease 0s;
  width: 220px;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.main-menu ul.nav li ul.sub-menu li:hover .sub-dropdown{
	visibility: visible;
	opacity: 1;
	top: 0px;
}
.navbar.navbar-default {
    float: right;
    min-height: auto;
}
.header-right-link {
    float: right;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color:#EB2453;
}
.header-area.stick {
    z-index: 9999;
    height: 100px;
}
.header-area.stick .header-height {
    height: 100px;
}
.stick .main-menu ul.navbar-nav li a,
.stick .header-social >li>a {
    color: #fff;
}
.header-social {
    float: right;
}
.header-social >li{
    display:inline-block;
}
.header-social >li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
}
.header-mail {
    float: right;
    margin-left: 30px;
}
.header-mail a {
    color: #fff;
    font-size: 24px;
    text-decoration: underline;
    line-height: 20px;
}
.header-mail a:hover{
    color: #EB2453;
}
.header-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.header-3 .header-area {
    background: rgba(29,29,29,0.03);
}
.header-3 .header-area.stick {
    background: rgba(29,29,29,0.93);
}
/*----------------------------------------*/
/*  3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    padding: 0px 0px;
    background: #1d1d1d
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-top: 7px;
    width: 32px;
}
.mean-container a.meanmenu-reveal:hover {
    color:#fff
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #1d1d1d none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #fff;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
.stick .main-menu ul.navbar-nav li.active a{
    color: #EB2453;
}
/*--------------------------------*/
/*  4. Intro Area
/*--------------------------------*/
.top-hero-area {
    background: rgba(0, 0, 0, 0) url(img/slider/s1.jpg) no-repeat scroll top center / cover;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
}
.top-hero-area-2 {
    background: rgba(0, 0, 0, 0) url(img/slider/s2.jpg) no-repeat scroll top center / cover;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
}
.top-hero-area::after,
.top-hero-area-2::after{
    background: rgba(29,29,29,0.70);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}
.inner-text {
    margin-top: 30px;
    margin-bottom: 100px;
}
.slide-content {
    padding: 80px 0px;
}
.title2 {
    font-size: 90px;
    line-height: 90px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
    padding-bottom: 20px;
    max-width: 770px;
    margin: 0px auto;
    text-align: center;
}
.inner-text p,
.intro-content p {
    font-size: 26px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px auto 30px;
    text-align: center;
}
.slider-button{
    margin-top: 20px;
    text-align: center;
}
.slide-btn {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 800;
    position: relative;
    margin-top: 10px;
    transition: 0.5s;
    background: #EB2453;
    padding: 15px 30px;
    border: 2px solid #EB2453;
    border-radius: 3px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.slide-btn:hover{
    color: #fff;
    transition: 0.5s;
    background: transparent;
    border: 2px solid #EB2453;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 24px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:1px solid #fff;
    width: 50px;
    height: 50px;
	border-radius: 3px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #EB2453;
    border: 1px solid #EB2453;
}

.intro-content {
    position: relative;
    z-index: 1;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -150px;
}
.intro-content .slide-content {
    padding: 0px 0px;
}
.slider-images{
    position: relative;
    z-index: 1;
}
.slider-images::after {
    background: rgba(29,29,29,0.40);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-content h4 {
    line-height: 40px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    margin: 0 auto;
    max-width: 900px;
    font-family: 'Roboto Condensed', sans-serif;
}
.read-me {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    color: #444;
    text-decoration: underline;
    transition: 0.5s;
}
.read-me:hover{
    color: #EB2453;
    transition: 0.5s;
}
.mar-row{
    margin-top: 40px;
}
.support-services {
    padding: 40px 0px 0px;
}
.support-services .support-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
	padding-bottom: 0px;
}
.support-services .support-content h4 a {
    color: #444;
}
.support-services .support-content p{
    color:#444;
	margin-bottom: 0px;
}
.support-images {
    float: left;
    font-size: 40px;
    color: #EB2453;
    line-height: 40px;
    text-align: center;
    transition: 0.4s;
    font-weight: 800;
}
.support-content {
    padding-left: 70px;
}
/*--------------------------------*/
/* 6. feature Area
/*--------------------------------*/
.feature-area{
    position: relative;
}
.single-feature {
    background: #fff;
    display: block;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    transition: 0.4s;
    min-height: 431px;
    height: 100%;
}
.main-feature {
    display: block;
    overflow: hidden;
    padding: 70px 30px 50px;
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    transition: 0.4s;
}
.feature-img {
    margin-bottom: 30px;
}
.feature-img a {
    font-size: 80px;
    color: #EB2453;
    line-height: 80px;
}
.feature-content p{
	font-size: 15px;
	color:#444;
	letter-spacing: 1px;
     margin-bottom: 20px;
}
.feature-content h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.feature-btn {
    font-size: 40px;
    color: #444;
    transition: 0.5s;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    opacity: 0;
    width: 100px;
}
.single-feature:hover .feature-content h4{
    color: #EB2453;
}
.single-feature:hover .feature-btn {
    transition: 0.5s;
    bottom:35px;
    opacity: 1;
}
.single-feature:hover .feature-btn:hover{
    font-size: 45px;
}
.single-feature:hover{
    background: #EB2453;
    transition: 0.4s;
}
.single-feature:hover .main-feature {
    padding: 40px 30px 80px;
    transition: 0.4s;
}
.single-feature:hover .feature-content p,
.single-feature:hover .feature-btn,
.single-feature:hover .feature-content h4,
.single-feature:hover .feature-img a {
    color:#fff;
}
.feature-wrapper{
    margin-top: -30px;
}
/*----------------------------------------*/
/* 7. Counter Area
/*----------------------------------------*/
.counter-area{
   position: relative;
    background: #1d1d1d;
    overflow: hidden;
    padding: 80px 0px;
}
.single-fun {
    text-align: center;
}
.fun_text h2 {
    display: block;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
    margin: 5px 0px;
}
.fun_text > span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.fun-content {
    overflow: hidden;
    padding: 30px 0px;
}
/*----------------------------------------*/
/*  8. Services area
/*----------------------------------------*/
.all-services{
    margin-top: -30px;
}
.single-services {
    margin-top: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    min-height: 411px;
    height: 100%;
}
.main-services {
    position: relative;
    z-index: 1;
    padding: 70px 30px 50px;
    overflow: hidden;
    transition: 0.4s;
}
.single-services:hover .main-services {
    padding: 40px 30px 80px;
    transition: 0.4s;
}
.base {
    position: absolute;
    right: 30px;
    font-size: 120px;
    line-height: 120px;
    color: #ddd;
    top: 30px;
    z-index: -1;
    opacity: 0.3;
    transition: 0.5s;
}
.services-icon {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}
.services-icon a {
    font-size: 25px;
    line-height: 60px;
    color: #EB2453;
    font-weight: 800;
    transition: 0.4s;
}
.services-content h4 {
    font-size: 24px;
    line-height: 30px;
}
.services-btn {
    font-size: 40px;
    color: #444;
    transition: 0.5s;
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 0px;
    opacity: 0;
    width: 100px;
}
.single-services:hover .services-btn {
    transition: 0.5s;
    bottom:35px;
    opacity: 1;
    transition: 0.4s;
}
.single-services:hover{
    background: #EB2453;
    transition: 0.4s;
}
.single-services:hover .services-content p,
.single-services:hover .services-btn,
.single-services:hover .services-content h4,
.single-services:hover .services-img a,
.single-services:hover .services-icon a {
    color:#fff;
    transition: 0.4s;
}
.single-services:hover .services-btn:hover{
    font-size: 45px;
}
.single-services:hover .base {
    right: 30px;
    font-size: 200px;
    line-height: 200px;
    color: #fff;
    top: 40px;
    opacity: 0.5;
    transition: 0.5s;
}
.services-content p {
    letter-spacing: 0.60px;
}
.Services-area-2 .single-services {
    min-height: 359px;
    height: 100%;
}
/*--------------------------------*/
/* 9. Work-system Area
/*--------------------------------*/
.work-system-area{
    position: relative;
}
.single-system {
    z-index: 1;
    background: #fff;
    display: block;
    overflow: hidden;
}
.top-content {
    float: left;
    width: 50%;
}
.system-images{
   position: relative;
}
.system-images::after{
   position: absolute;
   left:0;
   top:0%;
   background: rgba(16,16,16,0.75);
   width: 100%;
   height: 100%;
   content:"";
   opacity: 0.1;
    transition: 0.5s;
}
.main-system {
    display: block;
    overflow: hidden;
    padding: 50px 40px 50px 105px;
    position: relative;
    min-height: 380px;
    width: 50%;
    float: left;
}
.main-system.right-system {
    padding: 67px 105px 68px 40px;
}
.system-content p {
    font-size: 16px;
    color: #444;
    letter-spacing: 0.60px;
    line-height: 26px;
}
.system-content h3 {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 42px;
}
.system-btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transition: 0.5s;
    border: 2px solid #e01939;
    background: #e01939;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 20px;
}
.system-btn:hover {
    color: #1d1d1d;
    background: transparent;
    transition: 0.5s;
    margin-left: 10px;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
 /*   display: block;*/
    position: relative;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 3;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 46%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding: 20px 0px 0px 0px;
}
.project-dec h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
}
.project-dec span {
    font-size: 14px;
}
.project-dec p{
	margin-bottom: 0px;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec h4 {
    color:#e01939;
}
.project-carousel .col-md-3 {
    width: 100%;
}
.single-awesome-project {
    position: relative;
    margin-top: 0px;
}
.project-dec {
    position: absolute;
    left: 20px;
    bottom: 30px;
}
.awesome-img > a::after {
    background: rgba(0,44,87,0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.40;
    transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:1px solid #fff;
    width: 50px;
    height: 50px;
	border-radius: 50%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #EB2453;
    border: 1px solid #EB2453;
}
/*----------------------------------------*/
/*  10. Testimonial area
/*----------------------------------------*/
.testimonial-inner {
    position: relative;
    margin-right: 60px;
}
.review-images {
    display: block;
}
.review-head {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 60px;
    width: 100%;
    height: auto;
}
.review-head h2 {
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 30px;
}
.review-head p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}
.single-testimonial {
    padding-bottom: 35px;
}
.Reviews-content {
    padding: 129px 0px;
}
.single-testi {
    padding: 30px 20px;
    position: relative;
    background-color: #fff;
}
.testimonial-text p {
    color: #444;
    font-size: 20px;
    line-height: 32px;
}
.testimonial-text h5 {
    color: #444;
    font-size: 20px;
}
.testimonial-text a{
  color: #e01939;  
}
.client-name {
    display: inline-block;
    margin-top: 10px;
}
.client-name h4 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 5px;
}
.client-name span {
    font-size: 13px;
}
.reviews-btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transition: 0.5s;
    border: 2px solid #e01939;
    background: #e01939;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 30px;
}
.reviews-btn:hover{
    border: 2px solid #fff;
    color: #fff;
    margin-left: 10px;
    transition: 0.5s;
    background: transparent;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: 0px;
    display: block;
    right: 0px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 8px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span{
    background: #e01939;
}
/*----------------------------------------*/
/* 11. banner area css
/*----------------------------------------*/
.banner-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top center / cover;
    position: relative;
    z-index: 1;
}
.banner-area:after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(29,29,29, 0.90) none repeat scroll 0 0;
    content:"";
    z-index: -1;
}
.single-brand-item {
    float: left;
    width: 25%;
}
.single-brand-item a {
    border: 1px solid #666;
    display: block;
    margin: 15px;
}
.video-area{
    background: rgba(0, 0, 0, 0) url(img/background/s2.jpg) no-repeat scroll center center / cover;
    z-index: 1;
    position: relative;
}
.video-area:after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(29,29,29, 0.70) none repeat scroll 0 0;
    content:"";
    z-index: -1;
}
.video-inner{
    display: block;
    padding: 50px 30px;
    width: 100%;
    min-height: 300px;
    height: 100%;
}
.video-play.vid-zone {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 38px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    width: 80px;
    overflow: hidden;
    position: relative;
    top: 48px;
    z-index: 2;
    margin-top: 10px;
}
.video-play.vid-zone i {
    color: #1d1d1d;
    margin-left: 5px;
}
.waves {
    position: relative;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    width: 25px;
    height: 25px;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}
.waves .wave-one{
    position: absolute;
    background: white;
    margin-left: -12px;
    margin-top: -12px;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    animation: wave-animate 3s infinite ease-out;
}
.waves .wave-two{
    position: absolute;
    background: white;
    margin-left: -12px;
    margin-top: -12px;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    animation: wave-animate 3s 1s infinite ease-out;
}
.waves .wave-three{
    position: absolute;
    background: white;
    margin-left: -12px;
    margin-top: -12px;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    animation: wave-animate 3s 2s infinite ease-out;
}
@keyframes wave-animate {
    0% {
        transform: scale(0);
        opacity: 1;
        transform-origin: center;
    }
    100% {
        transform: scale(3);
        opacity: 0;
        transform-origin: center;
    }
}
/*----------------------------------------*/
/*  12. Blog Area
/*----------------------------------------*/
.blog-image{
  overflow: hidden;
    display: block;
}
.image-scale {
    position: relative;
    transform: scale(1.2);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.50);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.blog-grid {
    margin-top: -30px;
}
.blog-content {
    position: absolute;
    top: 0px;
    padding: 60px 40px 45px;
    width: 100%;
    height: auto;
    left: 0;
}
.blog-content a h3 {
    font-size: 28px;
    color: #fff;
    line-height: 38px;
    transition: 0.4s;
}
.blog-content p {
    color: #ddd;
    margin-top: 20px;
    letter-spacing: 0.60px;
    font-size: 17px;
    line-height: 28px;
}
.blog-content a h3:hover,
.blog-area-3 .blog-content a h3:hover{
    color:#e01939;
    transition: 0.4s;
}
.blog-meta span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}
.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-blog {
    margin-top: 30px;
    position: relative;
}
.blog-area-2 .blog-image a img{
    opacity: 0;
}
.blog-area-2 .image-scale::after {
    background: rgba(29,29,29,0.95);
}
.blog-area-2 .blog-content p {
    color: #f5f5f5;
    margin-top: 20px;
    letter-spacing: 0.60px;
    font-size: 17px;
    line-height: 28px;
}
.blog-area-2 .single-blog:hover .blog-image a img{
    opacity: 1;
}
.blog-area-2 .single-blog:hover .image-scale::after {
    background: rgba(29,29,29,0.55);
}
.blog-area-3 .blog-image a img{
    opacity: 0;
}
.blog-area-3 .image-scale::after {
    background: rgba(255,255,255,99);
}
.blog-area-3 .blog-content p {
    color: #444;
    margin-top: 20px;
    letter-spacing: 0.60px;
    font-size: 17px;
    line-height: 28px;
}
.blog-area-3 .single-blog:hover .blog-image a img{
    opacity: 1;
}
.blog-area-3 .single-blog:hover .image-scale::after {
    background: rgba(255,255,255,0.85);
}
.blog-area-3 .blog-meta span,
.blog-area-3 .blog-content a h3{
    color: #444;
}
.blog-area-3 .single-blog {
    border: 1px solid #ccc;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 120px 0;
    background: #1d1d1d;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-head h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: 0.4s;
}
.footer-icons ul li a:hover{
    color: #fff;
    border: 1px solid #EB2453;
    background: #EB2453;
    transition: 0.4s;
}
.footer-tags li a:hover{
    color: #EB2453;
}
.footer-contact li a {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}
.footer-contact li:last-child a{
    margin-bottom: 0px;
}
.footer-contact li a i {
    font-size: 24px;
    margin-right: 10px;
    line-height: 34px;
}
.footer-tags {
    display: block;
    overflow: hidden;
}
.footer-icons {
    margin-top: 30px;
}
.footer-list {
    width: 50%;
    float: left;
}
.footer-contacts p span {
    color: #EB2453;
    font-weight: 700;
}
.footer-area-bottom {
    background: #1c1c1c none repeat scroll 0 0;
    padding: 25px 0;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#EB2453;
}
.copyright-text a {
    color: #fff;
}
.copyright > p {
    margin-bottom: 0;
    color: #fff;
}
.copyright a {
    color: #EB2453;
}
/*----------------------------------------*/
/*  14. Breadcumbs Area
/*----------------------------------------*/
.header-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.header-1 .header-area {
    background: transparent;
}
.header-1 .header-area.stick{
    background: #1d1d1d;
}
.page-area{
    position: relative;
}
.page-area {
    background: url(img/background/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.breadcrumb {
    padding: 60px 0px;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 1;
}
.breadcumb-overlay {
  position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    content: "";
}
.breadcrumb-bg {
    display: block;
    padding: 14px 0px;
}
.bread-inner {
    padding: 80px 0px;
}
.breadcrumb .section-headline h2 {
    font-size: 46px;
    line-height: 54px;
    position: relative;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0px;
}
.breadcrumb .section-headline {
    padding-bottom: 0px;
    display: block;
    padding-top: 100px;
}
.breadcrumb .section-headline h2::after {
    display: none;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-headline::after {
    display: none;
}
.testimonial-page-area .Reviews-content {
    padding: 0px;
    margin-top: -30px;
}
.testimonial-page-area .single-testimonial {
    padding: 30px;
    border: 1px solid #ddd;
    margin-top: 30px;
}
/*----------------------------------------*/
/*  15. Teams area
/*----------------------------------------*/
.team-member{
    margin-top:-30px;
}
.single-member {
    overflow: hidden;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 30px;
}
.team-content {
    transition: 0.5s;
    padding: 25px 10px 20px 40px;
}
.team-title h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #444;
    margin-bottom: 5px;
}
.team-title h6 {
    color: #444;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
}
.team-share p {
    color: #444;
    letter-spacing: 1px;
}
.team-social {
    position: absolute;
    bottom: 15px;
    padding: 10px 10px;
    transition: 0.4s;
    width: 150px;
    height: 50pX;
    transition: 0.5s;
    right: -20%;
    opacity: 0;
}
.single-member:hover .team-social{
	transition: 0.4s;
    right: 0px;
    opacity: 1;
}
.social-icon li {
    display: inline-block;
}
.social-icon li a {
    color: #ccc;
    display: block;
    line-height: 34px;
    font-size: 22px;
    margin-right: 10px;
}
.social-icon li a:hover{
    color: #EB2453;
}
.team-content .social-icon{
  margin-top: 15px;
}
.team-title {
    margin-bottom: 10px;
}
/*----------------------------------------*/
/*  16. FAQ  Area
/*----------------------------------------*/
.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
    box-shadow: 0 5px 25px #ddd;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    color: #444;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
}
.faq-details h4.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 45px;
}
.faq-details h4.check-title {
    color: #444;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details .panel-heading h4 a{
    position: relative;
}
.faq-details .panel-heading h4 a::before {
    color: #444;
    content:"\e881 ";
    font-family: netl;
    font-size: 16px;
    left:0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top:0px;
	width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active::before {
    color: #EB2453;
    content: "\e882";
    font-family: netl;
    font-size: 16px;
    left: 0px;
   line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active {
    color: #EB2453;
}
.faq-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.faq-area .faq-content {
    margin-left: 80px;
    padding:30px;
    border-radius: 5px;
	border:1px solid #ccc;
}
.faq-area .contact-form input[type="text"], 
.faq-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.faq-content h4 {
    color: #444;
    padding-bottom: 20px;
    line-height: 36px;
    font-size: 26px;
}
.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #EB2453;
    display: inline-block;
    border: 2px solid #EB2453;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}
.faq-area .quote-btn:hover{
	background: transparent;
	border: 2px solid #EB2453;
	color: #EB2453;
	transition: 0.4s;
    margin-left: 10px;
}
/*----------------------------------------*/
/* 17. Project Details page
/*----------------------------------------*/
.project-page-area .project-all{
    margin-top: -30px;
}
.project-page-area .single-awesome-project{
    margin-top: 30px;
}

.project-history {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}
.project-details h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}
.project-name ul li {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.project-inner {
    margin-bottom: 40px;
}
.project-details p {
    font-size: 16px;
    letter-spacing: 0.60px;
    margin-bottom: 25px;
    line-height: 27px;
}
.project-image {
    margin-top: 30px;
}
.project-new h4 {
    font-size: 26px;
    line-height: 36px;
}
.hire-btn {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    transition: 0.5s;
    background: #EB2453;
    padding: 12px 20px;
    border: 2px solid #EB2453;
    border-radius: 2px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.hire-btn:hover{
    color: #EB2453;
    transition: 0.5s;
    background: transparent;
    border: 2px solid #EB2453;
    margin-left: 10px;
}
/*----------------------------------------*/
/*  18.	Contact Us page area
/*----------------------------------------*/
.contact-details {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 30px;
    margin-bottom: 40px;
}
.contact-head {
    padding-right: 40px;
}
.contact-head h3 {
    font-weight: 700;
    font-size: 30px;
}
.contact-inner a i {
    color: #fff;
    display: inline-block;
    font-size: 21px;
    text-align: center;
    line-height: 38px;
    margin-right: 15px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    border: 1px solid #EB2453;
    background: #EB2453;
    margin-top: 15px;
}
.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}
.contact-inner a span {
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
}
.contact-head p {
    font-size: 16px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}
.contact-page .contact-btn {
    background: #EB2453;
    border: 2px solid #EB2453;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
	border-radius: 2px;
	font-weight: 700;
}
.contact-page .contact-btn:hover {
    background:transparent;
    border: 2px solid #EB2453 ;
    color: #EB2453;
    transition: 0.4s;
    margin-left: 10px;
}
/*----------------------------------------*/
/* 19. BlogSidebar & Details page
/*----------------------------------------*/
.left-head-blog {
    padding: 30px 20px;
    border: 1px solid #ddd;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #EB2453;
}
.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 0px;
    text-transform: uppercase;
    position: relative;
}
.left-blog h4::after{
    position: absolute;
    content:"";
    left:0;
    bottom:-1px;
    width: 70px;
    height: 2px;
    background: #EB2453;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.recent-single-post .blog-meta span {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}
.left-blog ul{
    margin-top: 15px;
}
.left-blog li {
    display: block;
}
.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 16px;
    padding: 7px 0px 7px 30px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
}
.left-blog ul li a:after {
    position: absolute;
    content: "\e87a";
    font-family: netl;
    left: 0px;
    top: 10px;
    font-size: 15px;
}
.popular-tag.left-blog ul li a:after {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.left-blog-page .post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
    height: 100%;
    min-height: 100px;
}
.left-blog-page .post-img img{
    width: 100%;
    height: 100%;
    min-height: 100px;
    object-fit: cover;
}
.left-blog-page .recent-post {
    margin-top: 15px;
}
.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #EB2453;
}
.pst-content p a {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}
.pst-content p {
    margin-bottom: 5px;
}
.blog-tags {
    padding: 1px 0;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.left-blog li a span {
    padding-left: 10px;
}
.popular-tag.left-blog ul li a:hover{
    color: #fff;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.pst-content .blog-meta {
    padding: 0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}
.left-tags .left-side-tags ul li a {
    padding: 0px 6px;
    width: auto;
    font-weight: 600;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
	color:#EB2453
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.social-sharing {
    background: #f5f5f5 none repeat scroll 0 0;
    display: block;
    margin: 10px 0 40px;
    padding: 5px 20px;
}
.social-sharing > h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 8px 10px;
}
.sharing-icon {
    display: inline-block;
    float: right;
    padding: 13px 10px;
}
.sharing-icon a {
    color: #444;
    display: block;
    float: left;
    font-size: 18px;
    height: 34px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 34px;
}
.sharing-icon a:hover{
    color: #EB2453;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 30px;
    padding: 0 0 10px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 50px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    color: #444;
    font-size: 15px;
    margin: 0 0 30px 60px;
    padding: 10px;
    position: relative;
}
.blog-details .blog-content {
    position: relative;
    top: 0px;
    padding: 30px 0px 20px;
    width: 100%;
    height: auto;
    left: 0;
}
.blog-details .blog-content h3 {
    font-size: 32px;
}
.blog-details .blog-content p {
    font-size: 16px;
	letter-spacing: 0.50px;
    color:#444;
    margin-top: 0px;
}
.blog-details .blog-meta {
    margin-bottom: 20px;
}
.blog-details .blog-meta span {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}
.blog-images img {
    max-height: 720px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #EB2453;
    font-style: italic;
}
blockquote p {
    font-size: 17px !important;
    line-height: 28px;
    color: #444;
    margin-top: 0px !important;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}
li.threaded-comments{margin-left:50px}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;}
.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}
.comment-respond input[type=text],.comment-respond input[type=email]{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;}
.comment-respond textarea#message-box{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 160px;
    width: 100%;
}
.comments-content-wrap span a {
    color: #EB2453;
}
.comments-content-wrap span a:hover {
    color: #EB2453;
}
.comment-respond .add-btn.contact-btn {
    background: #EB2453;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 5px;
    padding: 10px 16px;
    transition: 0.4s;
    border-radius: 3px;
    width: auto !important;
    margin-top: 20px;
    border: 2px solid #EB2453;
    font-weight: 700;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #FFF;
	color: #EB2453;
    border:2px solid #EB2453;
    margin-left: 10px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    background-color: transparent;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
    border: 1px solid #666;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #EB2453;
    border-color: #EB2453;
    cursor: default;
    border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #EB2453;
    border-color: #EB2453;
    border-radius: 2px;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments {
    margin-top: 30px;
}
/*----------------------------------------*/
/* 20. Services Details
/*----------------------------------------*/
.single-page-head {
    border: 1px solid #ccc;
    padding: 20px 0px;
}
.single-services-page p {
    color: #666;
    margin-bottom: 0px;
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
	margin: 2px 0px
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color: #EB2453;
    position: relative;
}
.left-menu ul li a:hover {
    color: #EB2453;
}
.left-menu ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
.left-menu ul li a:hover::after, .left-menu ul li.active a::after {
    position: absolute;
    left: 0;
    top: 8px;
    background: #EB2453;
    content: "";
    width: 1px;
    height: 70%;
}
.single-well h4 {
    font-size: 26px;
}
.page-img.elec-page {
    padding-right: 40px;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
}
.single-well.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #EB2453;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.marker-list li {
    color: #777;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}
.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #EB2453;
    width: 5px;
    height: 5px;
}
.feature-service {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.feature-service h5 {
    font-size: 20px;
    font-weight: 600;
}
.service-feature-content{
	margin-top: -30px;
}
.service-feature-inner{
	margin-top: 30px;
}
.single-services-page .panel-body {
    padding: 30px 15px 30px 45px;
}
.phone-footer {
    display: none;
}
.logo-width {
    width:300px;
}
.desktop-whatsapp-footer {
    display: block;

    position: fixed;
    bottom: 0px;
    padding-top: 5px;
    z-index: 1;
}

@media (max-width: 767px) {
    logo-width {
        width: 100%;
    }
    .desktop-whatsapp-footer {
    display:none;
    }
        .phone-footer {
        display: block;
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 70px;
        position: fixed;
        bottom: 0px;
        padding-top: 5px;
        z-index: 100;
    }
}
.modal-content {
    background-color: rgba(0, 0, 0, 0.9);
    border-bottom: rgb(230, 180, 33);
    border-bottom-style: solid;
    border-bottom-width: 14px;
}