/*
Theme Name: Evource Theme
Theme URI: http://www.evource.com.au/blog/
Author: Evource 
URI: http://www.evource.com.au/blog/
Description: The 2018 theme for Evource is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.Version: 1.4License: GNU General Public License v2 or laterLicense 
URI: http://www.gnu.org/licenses/gpl-2.0.htmlTags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: evource
*/


* { margin:0; padding:0; box-sizing:border-box;}
body {font-family: 'Poppins', sans-serif !important; margin: 0; padding: 0;}
p, label { margin:0; padding:0;}
a {color: #777; transition: ease all .5s;}
a:hover, a:focus{ text-decoration:none !important; color: #F16332 !important;}
.float-left {float: left;}
.float-right {float: right;}
.clr {float: left;width: 100%;}
li {list-style: none;}

.content-mdl {display: flex;align-items: center;justify-content: center;}
.wrap-inner {max-width: 1170px; width: 1170px; margin: 0 auto; padding: 0 15px;}
.orange-bg {background: #F16332;}
.cta-button {
    color: #fff;
    padding: 14px 50px 13px 50px;
    display: inline-block;
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #F16332;
    border-radius: 60px 44px;
    margin-left: 5px;
    border:none;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -ms-transition: ease all .5s;
    outline: none;
    cursor: pointer;

}
.cta-button:focus {outline: none; color:#fff;}
.cta-button:hover {background: #00ADAE; color: #fff;}
.blue-bg {background:#00ADAE; }
.blue-bg:hover  {background:#F16332 !important; }
.blue-bg.hover-remove:hover{background:#00ADAE !important; }
.orange-bg.hover-remove:hover,
.orange-bg{background: #F16332;}
.black-bg.hover-remove:hover,
.black-bg{background: #252525;}
button, input, select, textarea {width: 100%;}

@font-face { font-family: 'Poppins-Medium';
 src: url('fonts/Poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Poppins/Poppins-Medium.woff') format('woff'),
      url('fonts/Poppins/Poppins-Medium.ttf') format('truetype'), 
      url('fonts/Poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
 font-weight: normal; font-style: normal; }

 @font-face { font-family: 'Poppins-Regular';
 src: url('fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'), 
      url('fonts/Poppins/Poppins-Regular.woff') format('woff'), 
      url('fonts/Poppins/Poppins-Regular.ttf') format('truetype'), 
      url('fonts/Poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal; font-style: normal; }

  @font-face { font-family: 'PROMINDER-Regular'; 
    src: url('fonts/PROMINDER/PROMINDER.eot?#iefix') format('embedded-opentype'), 
       url('fonts/PROMINDER/PROMINDER.woff') format('woff'), 
       url('fonts/PROMINDER/PROMINDER.ttf') format('truetype'), 
       url('fonts/PROMINDER/PROMINDER.svg#PROMINDER') format('svg');
   font-weight: normal; font-style: normal; }

   @font-face { font-family: 'Poppins-Bold';
     src: url('fonts/Poppins/Poppins.eot?#iefix') format('embedded-opentype'), 
          url('fonts/Poppins/Poppins.woff') format('woff'), 
          url('fonts/Poppins/Poppins.ttf') format('truetype'), 
          url('fonts/Poppins/Poppins.svg#Poppins') format('svg'); 
          font-weight: normal; font-style: normal; }

  @font-face {
  font-family: 'Poppins-SemiBold';
  src: url('fonts/Poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),  
      url('fonts/Poppins/Poppins-SemiBold.woff') format('woff'), 
      url('fonts/Poppins/Poppins-SemiBold.ttf')  format('truetype'), 
      url('fonts/Poppins/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
      font-weight: normal; font-style: normal;
}

   @font-face {
  font-family: 'Poppins-lighter';
  src: url('fonts/Poppins/poppins-light.eot?#iefix') format('embedded-opentype'),  
      url('fonts/Poppins/poppins-light.woff') format('woff'), 
      url('fonts/Poppins/poppins-light.ttf')  format('truetype'), 
      url('fonts/Poppins/poppins-light.svg#poppins-light') format('svg');
      font-weight: normal; font-style: normal;
}


/*-------------------------header start------------------*/
header  {padding: 45px 0; position: absolute; z-index: 99999; font-family: poppins,sans-serif !important;}
header .logo figure { width: 275px; height: 57px;}
header .contactMobile figure svg {vertical-align: top; margin-top:14px; transition: ease all .5s;}
header .contactMobile figure svg path {transition: ease all .5s;}
header .top-nav ul {margin: 0;}
header .top-nav ul .menu-item {float: left;list-style: none; font-size: 16px; padding: 0 24px; letter-spacing: 1px;}
header .top-nav ul .menu-item a {/*display: block;*/ color: #fff; position: relative;}
header .top-nav ul .menu-item a:after {
    content:  "";
    position:  absolute;
    width: 0;
    height:  2.5px;
    background: #f16332;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 117%;
    opacity: 0;
    transition: all .5s ease;
}
header .top-nav ul .menu-item a:hover:after {
    width:  100%;
    opacity: 1;
}
header .top-nav ul .menu-item a:hover {color:#F16332;}
header .top-nav{line-height: 58px;}
header .top-nav .main-menu {margin-right: 20px;}
header .contactMobile figure    {width: 16px; margin-right: 5px; height: 25px; margin-bottom: 0; display: inline-block;}
.contactMobile a:hover figure svg path {fill:#F16332;}
.contactMobile a {font-size: 22px; color: #fff}
.contactMobile a:hover {color: #F16332;}
.contactMobile a .fa {font-size: 40px; margin-right: 5px; top: 6px; position: relative;}

/*-----------------burger menu----------*/
.hamburger {
  padding: 6px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  display: none;
 }
.hamburger:hover {opacity: 1; }
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
 }
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {content: ""; display: block; }
.hamburger-inner::before {top: -10px; } 
.hamburger-inner::after {bottom: -10px; }
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
 }
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; 
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; 
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

/* scroll animation start */
.animate{
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animate.fadeInUp{opacity: 0;}
.fadeInUp.visible {animation: fadeInUp 1.2s; opacity: 1; }

@keyframes fadeInUp{
  0%{
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  100%{
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp{
  0%{
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
  }
  100%{
    opacity: 1;
    -webkit-transform: none;
  }
}
/* scroll animation end */

/*-----------------burger menu end----------*/

/*-----------------responsive start-------*/
  @media(max-width:1199px) {
    .wrap-inner {width: 960px;}
    header .contactMobile figure svg {margin-top:5px; }
    header .logo figure {width:223px; height: 47px;}
    header .top-nav .main-menu {margin-right: 0px;}
    header .top-nav ul .menu-item {padding: 0 20px;}
    header .top-nav {line-height: 38px;}
  }
  @media(max-width:1024px) {
    header .contactMobile figure svg path {fill: #000;}
  /*---------------burger-menu------*/
    .hamburger{display: block;}
    .top-nav{position: fixed; top: 0; background: #e4e4e4; left: 0; height: 100%; z-index: 1000; right: 0;
        display: -webkit-flex; display: flex;
        -webkit-align-items: center; align-items: center;        
        -webkit-justify-content: center; justify-content: center;
      -webkit-flex-direction: column; flex-direction: column;
        opacity: 0; visibility: hidden; }
    .top-nav.menu-open{opacity: 1; visibility: visible;}
    .top-nav .main-menu, .top-nav .contactMobile{display: block; margin: 20px 0; text-align: center;}
    header .top-nav ul .menu-item{float: none; width: 100%; margin-bottom: 15px;}
    .contactMobile a, header .top-nav ul .menu-item a{color: #333;}
    body.menuOpened{overflow: hidden;}
    .hamburger.is-active {position: relative; z-index: 1003; }
    .hamburger.is-active .hamburger-inner, 
    .hamburger.is-active .hamburger-inner::before, 
    .hamburger.is-active .hamburger-inner::after{background:#f06431; }
    /*--------------burger-menu end------------*/
  }
  @media(max-width:1023px) {
    .wrap-inner {width: 720px;}
    header .contactMobile figure svg path {fill: #000;}
  }
  @media(max-width:767px) {
    .wrap-inner {width: 96%; margin:0 2%;}

  }
  @media(max-width:575px) {
    header .logo figure {width: 190px}
  }
/*-----------------responsive end-------*/
/*--------------------------Header End----------------------*/

/*--------------------------banner start----------------------*/
.banner-section .banner-image { height: 900px; width: 100%; background-size: cover !important; background-repeat: no-repeat !important; }

/*-----------------responsive start-------*/
  @media(max-width:1280px) {
    .banner-section .banner-image {height: 700px;}
  }
  @media(max-width:1199px) {
    
    .banner-section .banner-image {height: 600px;}
  }
  @media(max-width:1023px) {
    .banner-section .banner-image {height: 500px;}
  }
  @media(max-width:575px) {
    .banner-section .banner-image {height: 450px;}
  }
/*-----------------responsive end-------*/
/*--------------------------banner end----------------------*/

/*--------------------------growth-section start----------------------*/
.g-text{font-size: 53px; font-weight: lighter; line-height: 64px;}/*.text-content .content-area.offset-md-5 {margin-left: 41.366667%}*/
.text-content {margin-top: -150px; padding-bottom: 96px;}
.growth-section{max-width: 100%; overflow: hidden;}
.growth-section .growth-text .g-text {font-size: 53px;}

/*-----------------responsive start-------*/
  @media(max-width:1280px) {
    .text-content {padding-top: 50px;}
    /*.text-content .content-area.offset-md-5 {margin-left: 32.366667%;}*/
    .g-text {font-size: 45px;}
  }
  @media(max-width:1199px) {
    .text-content {margin-top: -130px;}
    .g-text {line-height: 55px; font-size: 41px;}
  }
  @media(max-width:1023px) {
    
    .text-content {margin-top: -110px; padding-bottom: 60px;}
    .g-text {line-height: 40px;font-size: 35px;}
  }
  @media(max-width:767px) {
     
    .text-content {padding-top: 30px; text-align: center; margin-top: -20px;}
  }
  @media(max-width:575px) {
    .g-text {line-height: 35px; font-size: 28px;}
  }
/*-----------------responsive end-------*/
/*--------------------------growth-section end----------------------*/

/*--------------------------iconTextBlog start----------------------*/
.iconTextBlog .item figure {width: 100px; height: 90px;}
.iconTextBlog .item figure img {height:90px;}
.iconTextBlog .item:nth-child(4) {clear: both;}
.iconTextBlog {padding: 87px 0 33px 0; background: #F6F6F6;}
.iconTextBlog .item {padding-bottom: 65px;}
.iconTextBlog .item h3 {    font-size: 25px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; font-family: 'Poppins-Medium';}

/*-----------------responsive start-------*/
  @media(max-width:1023px) {
    /*.iconTextBlog .item figure {width: 89px;height: 73px;}*/
    .iconTextBlog .item h3 {font-size: 20px;}
  }
  @media(max-width:767px) {
    .iconTextBlog .item figure {margin:0 auto 10px auto;}
    .iconTextBlog .item {padding-bottom: 40px; text-align: center;}
  }
  @media(max-width:575px) {
    .iconTextBlog {padding: 60px 0 33px 0; }
    .iconTextBlog .item h3 {margin-bottom: 6px;}
  }
/*-----------------responsive end-------*/

/*whychooseus start*/
.whyChoose .contentReason{font-size: 50px; padding: 34% 0 0 107px; line-height: 62px;}
.whyChoose{min-height: 516px; background: #e3e3e3; background: url(images/choose-bg.jpg)no-repeat center center; background-size: cover !important; position: relative; z-index: 0; overflow: hidden;}
.whyChoose:before{content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(to bottom right,#F16332,#00ADAE); opacity: 0; transition: all .9s ease;}
.whyChoose:hover:before{opacity: .1;}

/*-----------------responsive start-------*/
@media(max-width:1440px) {
.whyChoose .contentReason {padding: 34% 0 0 180px;}
}
@media(max-width:1280px) {
  .whyChoose {min-height: 430px;}
}
@media(max-width:1023px) {
  .whyChoose {min-height: 330px;}
  .whyChoose .contentReason {line-height: 45px ; font-size: 36px; padding: 30% 0 0 134px;}
}
@media(max-width:767px) {
  .whyChoose {min-height: 260px;}
  .whyChoose .contentReason {font-size:33px; line-height: 44px; float: right;padding: 10% 0 0 0; } 
}
@media(max-width:575px) {
  .whyChoose .contentReason {font-size: 28px;line-height: 30px;}
  .whyChoose {min-height: 160px;}
}
/*-----------------responsive end-------*/
/*whychooseus end*/

/*seriesBlog start*/
.seriesBlog {padding: 70px 0 100px 0;}
.seriesBlog .series-blk {min-height: 247px;}
.seriesBlog .series-blk .count-number {font-size: 150px; font-family: 'PROMINDER-Regular'; height: 90px; overflow: hidden; color: #eee;}
.series-blk p {font-size: 22px; margin: 24px 0 10px 0; line-height: 31px; font-family:'Poppins-SemiBold';}
.seriesBlog .see-btn .cta-button {letter-spacing: 1.5px; margin-top: 0px;}

/*-----------------responsive start-------*/
  @media(max-width:1023px) {
    .seriesBlog .series-blk h1 {height: 75px; font-size:120px; }
    .series-blk p {font-size:18px; line-height: 25px; }
    .seriesBlog .series-blk {min-height: 220px;}
    .seriesBlog .see-btn .cta-button {margin-top: 20px;}
  }
  @media(max-width:767px) {
    .seriesBlog .series-blk {min-height: 170px; text-align: center;}
  }
  @media(max-width:575px) {
    .seriesBlog { padding: 60px 0 70px 0;}
    .series-blk p {line-height: 20px;}
    .cta-button {letter-spacing: 0.6px !important; font-size:16px; margin-left: 0;}
  }
/*-----------------responsive end-------*/
/*seriesBlog end*/

/*countSection start*/
.countSection {background:#00ADAE; padding: 71px 0 54px 0; }
.countSection .single-count .counter{width: 171px; height: 171px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; border: 3px solid #fff; font-size: 50px; font-weight: lighter; color: #fff;}
.countSection .single-count p {margin-top: 20px; font-size: 30px; color: #fff; font-weight: 300;}
.countSection .single-count .k-count {position: relative;}
.countSection .single-count .k-count:after {content: "K"}


.pb-100 {padding-bottom: 100px;}

/*-----------------responsive start-------*/

  @media(max-width:1199px) {
    .countSection .single-count .counter {font-size: 40px;width:140px; height: 140px;}
    .countSection .single-count p {font-size: 25px;}
  }

  @media(max-width:1023px) {
  .countSection .single-count p {font-size:21px; } 
  .countSection .single-count .counter {font-size: 35px; width: 120px; height: 120px;}
  }

  @media(max-width:575px) {
    .countSection {padding: 60px 0 40px 0px;}
    .countSection .single-count {margin-bottom: 20px;}
  }
/*-----------------responsive end-------*/
/*countSection end*/


/*.clientSlider section start*/
/***********************************/
.clientSlider {background: #F6F6F6;background-image: url(images/client-work-bg.png) ; background-position: 90.3% bottom; background-repeat: no-repeat; padding: 150px 0 230px 0;}
.client-slider .owl-item .item {margin: auto; margin:10px 0; height: 260px; display: flex; align-items: center; justify-content: center; background: #fff;}
.client-slider .owl-item .item figure{ width: 193px; height: 108px;}
.clientSlider .owl-carousel .owl-stage-outer{padding-right: 12px;}
.clientSlider .Client-slider .owl-item .item{width: 250px; border-radius: 10px; -webkit-box-shadow: 0 6px 15px 0 rgba(0,0,0,0.14), 0 1px 15px 0 rgba(0,0,0,0.12), 0 0px 0px -1px rgba(0,0,0,0.3);box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 15px 0 rgba(0,0,0,0.12), 0 0px 0px -1px rgba(0,0,0,0.3);}
.clientSlider .owl-nav{display: none;}
.clientSlider .owl-dots{display: block !important;position: absolute; left: 50%; transform: translateX(-50%); top: 120%; background-color: #CADCE6; line-height: 0; border-radius: 10px ;}
.clientSlider .owl-dots {counter-reset: dots;}
.clientSlider .owl-dot:before {counter-increment:dots; right: -50px; position: absolute; /*content: counter(dots) "/5";*/ content: counter(dots) "/4"; letter-spacing: 4px; opacity: 0; top: 50%; transform: translateY(-50%); font-family: 'Poppins-Medium';}
.clientSlider .owl-dot.active:before{opacity: 1;}
.clientSlider .owl-dots .owl-dot{width: 40px; height: 7px; display: inline-block;}
.clientSlider .owl-dots .owl-dot.active{background-color: #00ADAE; border-radius: 10px ;}

.client-work h1 {font-size:50px;font-family: 'Poppins-Medium'}
.client-work span {font-size:25px; display: inherit; letter-spacing: 4px; font-family: 'Poppins-Regular'}
.client-work { justify-content: left; padding-left: 7rem;}

/*-----------------responsive start-------*/
  @media(max-width:1023px) {
    .clientSlider .owl-dots .owl-dot {width: 36px !important;}
  }
  @media(max-width:767px) {
    .client-work { padding-left: 30px; text-align: center;}
    .clientSlider {padding: 100px 0 150px 0;}
    .client-work h1 {width: 100%; font-size: 40px;}
    .clientSlider .row, .contact-Form .row {-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse}
  }
  @media(max-width:575px) {
    .clientSlider { padding: 60px 0 120px 0;}
    .client-work h1 {font-size:32px; }
    .client-work {margin-top: 0}
    .clientSlider .owl-dots {top:110%;}
    .client-work {margin-top: 30%;}
    .clientSlider .owl-dots .owl-dot {width: 30px !important;}
}
/*-----------------responsive end-------*/

/*.clientSlider section end*/
/***********************************/

/*.contact-form section start*/
/***********************************/
.ctc-form .inner-contact-form {padding: 46px 35px; background: #fff; margin: -46px 0; border-radius: 5px; z-index: 99; position: relative;}
.ctc-form .inner-contact-form .form-group .form-control {padding: 18px 0 8px 0;resize: none; background-color: transparent !important; border:none; border-bottom: 1px solid rgba(0,0,0,.15); border-radius: 0; color: #777; font-family: 'Poppins-Regular';}
.form-group.submit-btn {margin-bottom: 0;}
.form-group.submit-btn {margin-bottom: 0;}
.contact-Form .contact-contain{display: flex; flex-direction: column; align-items: left; justify-content: center;}
.contact-Form .contact-contain .contact-connect {font-size: 40px; color: #fff; font-family: 'Poppins-Medium';}
.contact-Form .contact-contain .contact-wish {font-size: 20px; color: #fff; letter-spacing: 3px; font-weight: 300;}
.contact-Form .form-group textarea {height: 47px;}
.contact-Form .form-group input[type="number"]::-webkit-outer-spin-button,.contact-Form .form-group input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;-moz-appearance:textfield;}
.contact-Form .form-group input[type="number"] {-moz-appearance:textfield;}
.contact-Form .inner-contact-form{-webkit-box-shadow: 0 6px 15px 0 rgba(0,0,0,0.14), 0 1px 15px 0 rgba(0,0,0,0.12), 0 0px 0px -1px rgba(0,0,0,0.3); box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 15px 0 rgba(0,0,0,0.12), 0 0px 0px -1px rgba(0,0,0,0.3);}
.contact-Form .inner-contact-form .info{color: #ff0000;}
#mail-status p.success{padding: 4px; text-align: center; margin-bottom: -20px; border: 2px solid #00adae; margin-top: 15px;}

/*-----------------responsive start-------*/
  @media(max-width:1199px) {
    .contact-Form .contact-contain .contact-connect {font-size: 35px;}
  }
  @media(max-width:1023px) {
  .ctc-form, .contact-contain {max-width: 50%; width:50%; flex: 0 0 50%;}
  .contact-Form .contact-contain .contact-connect {font-size:30px; }
  .contact-Form .contact-contain .contact-wish {font-size:18px; }
  }
  @media(max-width:767px) {
    .ctc-form, .contact-contain {max-width: 100%; flex: 0 0 100%; width: 100%;}
    .contact-Form .ctc-form {padding: 25px 0 50px 0;}
    .contact-Form .ctc-form .inner-contact-form  {margin: 0}
    .contact-Form .contact-contain {margin-top: 0px; align-items: center; padding: 50px 0 25px 0;}
    .contact-Form .contact-contain .contact-connect, .contact-Form .contact-contain .contact-wish, .form-group.submit-btn {text-align: center;}
  }
/*-----------------responsive end-------*/
/*.ontact-form section end*/
/***********************************/

/*----------------footer----------------*/
footer {padding: 100px 0 0 0; background: #fff; font-family: poppins,sans-serif !important;}
footer .footer-logo {padding-left: 27px; justify-content: left;}
footer .footer-logo figure {width: 276px;}
footer .footer-address {padding-left: 5.9rem; border-left:1px solid rgba(0,0,0,.15); border-right:1px solid  rgba(0,0,0,.15);}
footer .footer-address .address {font-size:25px; padding-bottom: 40px; display: block;}
footer .footer-address .mobile figure {width: 17px; display: inline-block; margin-right: 15px;}
footer .footer-address .mobile:last-child figure {width: 25px; display: inline-block; margin-right: 7px;}
footer .footer-address .mobile p {display: inline-block; color: #000;}
footer .footer-address .mobile {font-size:25px; display: block;}
footer .footer-links-icon {padding: 0 0 0 64px;}
footer .footer-links-icon .footer-link {min-height: 68%;}
footer .footer-links-icon .footer-link li {font-size: 18px; line-height: 34px; }
footer .social-icon figure {width: 41px; display: inline-block; margin-bottom: 0;}
footer .social-icon {padding-top: 10px;}
footer .social-icon li:last-child {margin-right: 0px;}
footer .social-icon li {margin-right: 14px; display: inline-block;}
footer .social-icon li a {display: block;}
footer .copyright {margin-top: 37px;padding: 18px; background:#303030;}
footer .copyright span {color: #fff; margin-right: 33px;}
footer .copyright span a {color: #00ADAE; font-size: 14px;}
footer .copyright span a:hover {color: #F16332; font-size: 14px;}
footer .footer-links-icon .footer-link li a:after {content:  ""; position:  absolute; width: 0; height:  2.5px; background: #f16332; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 117%; opacity: 0; transition: all .5s ease;}
footer a {color:#000;}
footer .footer-links-icon .footer-link li a {position:  relative; color: #777;}
footer a:hover, footer .footer-links-icon .footer-link li a:hover{color:#F16332;}
footer .footer-links-icon .footer-link li a:hover:after {width:  100%; opacity: 1;}
footer .social-icon li a {display: block; border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -webkit-border-radius: 100%; position:  relative;}
footer .social-icon li a:hover:after { opacity: 1; top: 110%;}
footer .social-icon li a:after { content: ""; width: 11px; height: 4px; background: #00adae; border-radius: 10px; position:  absolute; top: 90%; opacity: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transition: all ease .5s;
    -moz-transition: all ease .5s; -webkit-transition: all ease .5s; -ms-transition: all ease .5s;}

/*-----------------responsive start-------*/
  @media(max-width:1199px) {
    footer .footer-address .address {font-size: 20px; padding-bottom: 30px;}
    footer .footer-address .mobile {font-size: 20px;}
    footer .footer-address {padding-left:4.3rem;}
    footer .footer-links-icon {padding: 0 0 0 20px;}
    footer .social-icon li {margin-right: 10px;}
    footer .footer-links-icon .footer-link {min-height: 62%;}
  }
  @media(max-width:1023px) {
    footer .footer-address {padding-left: 15px;}
    footer .footer-address .mobile, footer .footer-address .address {font-size:18px; }
    footer .social-icon li {margin-bottom: 15px;}
    footer .footer-links-icon .footer-link {min-height: 40%;}
  }
  @media(max-width:767px) {
    footer {text-align: center;}
    footer .footer-logo {justify-content: center; padding-left: 15px;}
    footer .copyright span:first-child {display: block; margin-right: 0;}
    footer .copyright span {margin-right: 20px;}
    footer .footer-address {border:none;}
    footer .footer-links-icon {padding:0; }
    footer .footer-links-icon .footer-link {min-height: auto;}
  }
  @media(max-width:575px) {
    footer {padding: 60px 0 0 0;}
    footer .footer-logo figure {width: 230px;}
  }
/*-----------------responsive end-------*/
/*----------------footer end----------------*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/**********************************************************
******************services page start***************************/
.service-page header {position: relative;background: #252525; padding:30px 0 10px;}
.page-heading {background:#252525 url(images/service-heading-bg.png) no-repeat center center; background-size: cover;}
.page-heading h1 {color: #fff; font-size: 55px; padding: 108px 0; font-family: 'Poppins-Medium'; margin:0;}

.service-area .services {padding-bottom: 90px; float: left;width: 100%;}
.inner-service {width: 80%;width:calc(50% + 570px);padding-top: 50px;padding-left: 8px;}
.inner-service .left-service{padding: 90px 40px 130px;float: left;text-align: center;}
.inner-service .left-service .service-icon {min-height: 260px;display: flex;align-items: center;justify-content: center;margin-bottom: 20px;}
.inner-service .left-service h3 {font-size: 25px;font-weight:normal;font-family: 'Poppins-lighter';line-height: 34px;color: #fff;margin: 0 0 30px 0;text-align: center;}
.inner-service .left-service .cta-button {padding: 17px 30px;font-size: 18px;margin-top: 38px;color: #000;background: #fff;text-transform: uppercase;font-family: 'Poppins-Medium';}
.inner-service .left-service .cta-button:hover {background: rgba(0,0,0,.35); color: #fff;}
.service-img-listing {padding: 0; float: left; }
.service-img-listing .service-img-bg {background: url(images/payroll-img.png) no-repeat center center;background-size: cover;min-height: 463px;}
.service-img-listing .service-img-content{padding: 47px 0 0px 80px;font-family: 'Poppins-Regular';}
.service-img-listing .service-img-content h2 {font-weight:normal;font-size: 45px;position: relative;padding-bottom: 22px;margin-bottom: 30px;font-family: 'Poppins-lighter';} 
.service-img-listing .service-img-content h2::before {content: ""; position: absolute;width: 273px; height: 4px; background: #F16332; bottom: 0; left: 0}
.service-img-listing .service-img-content h2::after {content: ""; position: absolute;width: 43px; height: 4px; background: #252525; bottom: 0; left: 0}
.service-img-listing .service-img-content p{margin:7px 0;font-size: 15px; line-height: 23px; display: inline-block; color: #252525; width: 100%;}
.service-img-listing .service-img-content .service-incloud{padding: 12px 0px 0 0; font-size: 15px; display: inline-block; width: 100%; max-width: 580px;}
.float-left .service-img-listing .service-img-content .service-incloud{max-width: 100%;}
.service-img-listing .service-img-content .service-incloud ul {margin-bottom: 0; }
.service-img-listing .service-img-content .service-incloud ul li {margin-bottom: 11px; color: #252525;position: relative;padding-left: 14px;}
.service-img-listing .service-img-content .service-incloud ul li:before {content: ""; position: absolute;top: 8px; width: 4px; height: 4px; border-radius: 50%; background: #F16332; left: 0;}
.two-column .service-row{width: 50%; float: left;}
.service-img-listing .service-incloud .bottom-c-btn {width: 100%; float: left;}
.service-incloud .bottom-c-btn .cta-button {margin-top: 10px; display: none; font-family: 'Poppins-Medium';}
.service-icon figure img {
       max-height: 120px;
    max-width: 150px;
}

/**********************responsive*****************************/
@media(max-width: 1600px) {
  .inner-service .left-service .cta-button {padding: 17px 23px;}
  .inner-service .left-service {padding: 90px 20px 130px;}
}
@media(max-width: 1169px) {
  .inner-service {width: 100%; padding-left: 0; }
  .service-img-listing .service-img-bg {min-height: 400px;}
  .inner-service .left-service .service-icon {min-height: 315px;}
  .service-img-listing .service-img-content {padding: 47px 0 20px 40px;}
  .inner-service .left-service {padding: 64px 15px;}
  .inner-service .left-service .cta-button {font-size: 14px; padding: 17px 21px;}
  .inner-service .left-service h3 br {display: none;}
  /*.service-img-listing .service-img-content h2 {font-size: 48px;}*/
  /*.inner-service .left-service h3 br {display: none;}*/
}
@media(max-width: 991px) { 
  .service-area .services {padding-bottom: 65px;}
  .service-img-listing .service-img-bg {min-height: 295px;}
  .inner-service .left-service .service-icon {min-height: 230px; margin-bottom: 0;}
  /*.inner-service .left-service h3 {font-size: 30px; line-height: 37px; text-align:center; }*/
  .inner-service .left-service {padding: 64px 10px;}
  .service-icon img {width:115px;}
  .left-service {text-align:center; }
  .inner-service .left-service .cta-button {font-size: 15px; padding: 15px 30px; margin-top: 30px; margin-left: 0;}
  .service-img-listing .service-img-content {padding: 30px 15px 0px 15px;} 
  .service-img-content p br {display: none;}
  .service-img-listing .service-img-content h2 {font-size: 42px;padding-bottom: 18px;}
  .service-img-listing .service-img-content h2::before {width:215px;}
  .inner-service {padding-top: 30px;}
  .inner-service .left-service .cta-button {display: none;}
  .inner-service .left-service .service-icon {min-height: auto;}
  .inner-service .left-service {padding: 25px 15px 20px;}
  .service-img-listing .service-img-content .service-incloud {padding: 12px 0 0 0; width: 100%; max-width: 100%;}
  .service-icon img {width: 70px;}
  .inner-service .left-service h3 {margin-bottom: 0;}
  
  .service-incloud .bottom-c-btn .cta-button {display: inline-block; }
  .inner-service .service-img-listing, .inner-service .left-service {max-width: 100%; width: 100%;}


}
@media(max-width: 767px) {
  
  
  
  
  .inner-service .left-service h3 {font-size: 20px;}
  
  
}
@media(max-width: 600px) {
  .service-img-listing .service-img-bg {min-height: 250px;}
  .service-incloud .service-row {width: 100%; margin-left: 0;}
  .service-img-listing .service-img-content .service-incloud ul li {font-size: 14px;}
  .inner-service .left-service h3{line-height: 30px;}
}


.inner-service.float-left{padding-left: 0; padding-right: 8px;}
.inner-service.float-left .left-service  {float: right;}
.inner-service.float-left .service-img-listing .service-img-content {padding: 47px 0px 0px 33.9%;}
.inner-service .service-img-listing .service-img-bg {background-position: center center !important; background-size: cover !important;   }

@media(max-width: 1440px){
  .inner-service.float-left .service-img-listing .service-img-content {padding: 47px 0px 20px 16.6%;}
}

@media(max-width: 1169px) {
  .inner-service.float-left {width: 100%; padding-right: 0; }
  .inner-service.float-left .service-img-listing .service-img-content {padding: 47px 0px 20px 40px;}
}
@media(max-width: 991px) {
  .inner-service.float-left .service-img-listing .service-img-content {padding: 30px 15px 0px 15px;}
  .inner-service.float-left .service-img-listing .service-img-content .service-incloud .service-row ul  {margin-bottom: 0;}
}
@media(max-width: 767px) {
}
@media(max-width: 600px) {
}



/***************************Blog page***********************************/

.esg-blurlistenerexists {background: url(//www.octos.com.au/blog/wp-content/themes/octos/images/blog-body-bg.jpg) no-repeat center top fixed #010101; background-size: cover;min-height: 672px;}
.bl-detail-page {float: left;width: 100%; padding-top: 100px;}
.bl-detail-page article.esg-filters.esg-singlefilters:first-child {background: rgba(255, 255, 255, 0.8) !important; clear: both;}
.bl-detail-page .esg-filters {margin-bottom: 40px !important;}
.bl-detail-page #esg-grid-3-1, .bl-detail-page .esg-filterbutton {background: transparent !important; margin-bottom: 0 !important;}
.bl-detail-page .esg-filterbutton {padding: 6px 30px !important; font-size: 14px !important; margin-right: 0 !important;     font-family: 'Poppins', sans-serif !important;}
.bl-detail-page .esg-filterbutton:hover, .bl-detail-page .esg-filterbutton.selected {background: #F16332 !important; border-radius: 0; color: #fff !important;}

.mainul li {padding: 20px 25px !important;
    border-radius: 4px;
    border-style: none;
    border: 1px solid #ececec !important;
    background: rgba(255, 255, 255, 0.8) !important;
    font-family: 'Poppins', sans-serif !important;
 }
.mainul li .eg-hayes-content {background: transparent !important; padding: 20px 0;}
.mainul li a, .mainul li .eg-hayes-element-1  {background-color: transparent !important	; color: #000 !important;}
.mainul li .esg-media-cover-wrapper .esg-entry-media:after{
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 250%;
    left: -100%;
    opacity: 0.2;
    position: absolute;
    top: -120px;
    transform: rotate(25deg);
    transition: all 1.2s cubic-bezier(0.5, 1, 0.5, 1) 0s;
    width: 100px;
    z-index: 11;
}
.mainul li.esg-hovered .esg-media-cover-wrapper .esg-entry-media:after {left: 150%;  }
.mainul li a:hover {color: #F16332 !important;}

/*****************inner-blog-page***********************/
.bannet-top-header + .bl-detail-page { /*padding-top: 40px;*/ border-bottom: 1px solid rgba(0,0,0,.15);padding-bottom: 100px; }
.right-content {max-width: 300px; margin-left: 8%; float: right;}
img {max-width: 100%;}
.right-content .profile-detail .profile-picture {
    float: right;
    width: 50%;
}
.right-content .profile-detail .profile-picture>img {
    /*max-height: 152px;*/
    /*height: 152px;*/
    height: auto;
    width: auto;;
}

.right-content .profile-detail .profl-title {
    background: #f6f6f6;
    padding: 24px 30px;
    overflow: hidden;
    position: relative;
    /*min-height: 152px;*/
    width: 50%;
}
.right-content .profile-detail  {margin: 0; flex-direction: row-reverse;}
.single h3 {
    font-size: 18px;
    color: #E18057;
    margin-bottom: 0;
    padding: 10px 0 10px;
}
.right-content .profile-detail .profl-title h3 {
    color: #00ADAE;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 80px;
}
.right-content .sidebarWidgetBlock .wg-block-title {background:#303030; padding: 5px 10px; }
/*.right-content .sidebarWidgetBlock, .right-content .widget-area {padding: 0 15px;}*/
.wg-forms input {
    border: 1px solid #e99057;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 5px 10px;
}
.right-content .wg-forms input.wpcf7-not-valid {margin-bottom: 5px;}
.right-content div.wpcf7-response-output{font-size: 14px; line-height: 19px; margin: 2em 0 1em;}
.right-content .wg-forms input[type=submit] {
	    border: none;
    background: #00ADAE;
    color: #fff;
    padding: 10px;
    width: auto;
    margin: auto;cursor: pointer;
}
.right-content .widget-area .bl-stories a:hover {color: inherit !important;}
.right-content .wg-block-title {margin-bottom: 10px;}
.right-content .widget-area .bl-stories a .story-title, .right-content .widget-area .bl-stories a .story-title h3 {color: #000;}
.right-content .widget-area .bl-stories a .story-title h3 {padding-bottom: 3px;}
.right-content .widget-area .bl-stories a .story-title h3:hover, .right-content .widget-area .bl-stories a .story-title small:hover {color: #E18057;}
.right-content .bl-stories .story a  {display: inline-block;margin-bottom: 20px;}
.right-content #categories-2 ul li a {color: #000;}

@media(max-width: 991px){
  .right-content {max-width: 250px; margin-left:5%; }
  .right-content .profile-detail .profile-picture>img{height: auto;}
  .right-content .profile-detail .profl-title {min-height: 125px; }
  .single .right-content .profl-title h3 {font-size: 16px;}
  .right-content .widget-area .bl-stories a .story-title h3 {line-height: 22px;}
  .left-content .bl-detail p,
  .left-content .bl-detail li{font-size: 19px;}
}

.bannet-top-header {height: 590px; text-align:center; position: relative;z-index: 1; background-position: center;background-repeat: no-repeat;background-size: cover; background-color: #00595f;}
.bannet-top-header .over-banner {position: absolute;top: 50%;left: 50%; transform: translate(-50%, -50%);  }
.bannet-top-header:before {position: absolute;top: 0; content: ''; background: rgba(0,0,0,.5); height: 100%; left: 0; width: 100%; z-index: -1;}
.bannet-top-header h1{    padding-bottom: 28px;position: relative;margin:auto;margin-bottom: 28px;display: block;line-height: 55px; font-size: 50px; color: #fff;max-width: 1000px;}
.bannet-top-header h1:after{content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #fff;
    width: 110px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);}
.bannet-top-header small  {
    font-size: 18px;
    font-weight: 300;
    padding: 5px 15px 7px;
    background: #00adae;
    border-radius: 20px;
    line-height: 20px;
    display: inline-block; color: #fff;
}
.bannet-top-header small a {color: #fff !important;}
.bannet-top-header small:hover {background: #E18057;}

@media(max-width: 1199px){
  .bannet-top-header h1 {font-size: 45px;}
}
@media (max-width: 991px){
.bannet-top-header h1 {font-size: 35px; line-height: 42px; padding-bottom: 20px; margin-bottom: 20px;}
}
@media(max-width: 767px){
  .bannet-top-header .over-banner {width:97%;}
}
@media(max-width: 480px){
  .bannet-top-header h1 {font-size: 26px; line-height: 35px;}
}

.left-content .bl-title small a{
    color: #fff;
    background: #E18057;
    padding: 5px 10px 4px;
    text-transform: uppercase;font-size: 16px;
}
.left-content .bl-title small a:hover {background: #00adae; color: #fff !important;}
.left-content .bl-title small {margin-bottom: 30px; display: block;}
.left-content .bl-detail p {font-size: 20px;  line-height: 27px;  color: #666;  margin-bottom: 30px;  overflow: hidden;}
.left-content .bl-detail ul,.left-content .bl-detail ol{padding-left: 20px;}
.left-content .bl-detail li {font-size: 20px;  line-height: 27px;  color: #666;  margin-bottom: 5px; list-style: inherit;}

.left-content .bl-detail p img {margin:auto;display: inherit; height: auto;}
.left-content .bl-detail h2 {font-size: 25px; color: #E18057;margin-bottom: 0; padding: 10px 0 15px; }
.left-content .bl-detail p a.broken_link {text-decoration: none; color: #00adae;}
.auth-section {padding-top: 30px !important;margin: 0;}
.login-form .auth-section .connect, .login-form .auth-section .guest {float: left;width: 50%;}

.disqus_thread .discovery-post .publisher-anchor-color {color: #00ADAE !important;}



@media(max-width: 767px){
  .bannet-top-header + .bl-detail-page .bl-content {display: flex;flex-direction: column;}
  .bl-detail-page .bl-content .right-content {float: none;order: 2; margin: 0; max-width: 100%;}
  .bl-detail-page .bl-content .left-content {display: block;order: 1; width: 100%;}
  .left-content .bl-detail p img {height: auto;}
}
@media(max-width: 480px){
  .left-content .bl-detail p,
  .left-content .bl-detail li{font-size: 18px; line-height: 25px;}
  .left-content .bl-detail h2 {font-size: 22px;}
  /*.right-content .profile-detail .profl-title {min-height: 152px; }*/
  /*.right-content .profile-detail .profl-title h3 {left: 50%; transform: translate(-50%, -50%);text-align:center; }*/
  /*.right-content .profile-detail .profl-title h3 {width: 70%;}*/
}

/********************************************
***********404***************************/
html.no-js {margin-top:0 !important; }
.error-404 {background:url(images/error-bg.jpg) no-repeat center bottom; background-size: cover; height: 100vh; padding-top:11.4%; }
.error-wrap{max-width: 1370px;width: 1370px;}
.error-404 h1 {font-size: 60px; font-family: 'Poppins-Bold';}
.error-404 .time-price span {font-family: 'Poppins-lighter';font-size: 40px; line-height: 40px;color:#000; padding-right: 32px;}


.sorry-btn a {font-size: 30px; font-family: 'Poppins-Bold'; margin-top: 62px; padding: 17px 65px 17px 65px; margin-left: 0; text-transform: inherit;}
.sorry-btn a:hover, .sorry-btn a:focus {color: #fff !important;}
.error-404 .bottom-text {position: absolute;bottom: 100px; font-family: 'Poppins-lighter'; font-size: 40px; color: #fff; opacity: .3}
.error-404 .time-price .count-down-time{display: inline-block; position: relative;font-size: 40px; color:#000; opacity: .5; line-height: 27px;padding-left: 45px;}
.error-404 .time-price .count-down-time:before {position: absolute;content: ''; width: 3px; height: 40px; background-color: #000;left: 0;top: 50%; -webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}

@media(max-width: 1440px){
  .error-wrap {max-width:1170px}
  .error-404 h1{line-height: 56px; margin-bottom: 15px;}
}

@media (max-width: 1199px){
  .error-wrap {max-width: 960px;}
  .error-404 h1 {font-size: 54px;}
}

@media (max-width: 1023px){
  .error-wrap {width: 720px;}
  .error-404 h1 {font-size: 47px; line-height: 47px;margin-bottom: 20px;}
}

@media (max-width: 767px){
  .error-wrap {width: 96%; margin: 0 2%;} 
  .error-404 {padding-top: 5.4%;}
  .error-404 h1 {font-size: 30px; margin-bottom: 5px;line-height: 40px;}
  .error-404 .time-price .count-down-time, .error-404 .time-price span, .error-404 .bottom-text {font-size: 25px;}
  .sorry-btn a {font-size: 22px; padding: 17px 50px; margin-top: 30px;}

  .error-404 .bottom-text {bottom: 50px;}

}

@media(max-width: 480px){
  .error-404 .time-price .count-down-time {padding-left: 0;}
  .error-404 .time-price .count-down-time:before {display: none;}
  .error-404 .time-price span {padding-right: 20px;}
  .error-404 .bottom-text {bottom: 30px;}
}

.bl-detail-page .nav-single .meta-nav a {color: #000;}

.esg-blurlistenerexists .bl-detail-page .wrap-inner {max-width: 1390px; width: 100%; padding: 0 10px;  }
@media(max-width: 1600px){
  .esg-blurlistenerexists .bl-detail-page .wrap-inner {max-width: 1190px;}
}
@media(max-width: 1279px){
  .esg-blurlistenerexists .bl-detail-page .wrap-inner {max-width: 1024px;}
}
@media(max-width: 1169px){
  .esg-blurlistenerexists .bl-detail-page .wrap-inner {padding: 0 50px;}
}
@media(max-width: 980px){
  .esg-blurlistenerexists .bl-detail-page .wrap-inner {padding: 0 20px;}
}
@media(max-width: 980px){
  .esg-blurlistenerexists .bl-detail-page .wrap-inner {margin:0;}
}

/******************/
/* blog page edit */
/***********************/
.bdr{
  border: 1px solid red;
}
.bl-detail-page{
  position: relative;
}
.author-info{
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 26px 30px;
  margin: 40px 0px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.author-info .author-description h2{
  font-size: 1.5em;
  margin-bottom: 20px;
}
.author-avatar img {
    float: left;
    padding: 0 20px 0 0px;
    height: auto;
    width: 150px;
}
.esg-blurlistenerexists{
  background: inherit;
}
.search .page-bg,
.esg-blurlistenerexists .page-bg{
  background: url('images/evource-blog.jpg')no-repeat center top fixed;
  position: relative;
  background-size: cover;
  background-color: #ffefc3;
  min-height: 672px;
}
.search .page-bg::before,
.esg-blurlistenerexists .page-bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}
.myportfolio-container .esg-container{
  background: transparent !important;
}

.search .bl-detail-page,
.category .bl-detail-page{
  padding-top: 200px;
}
.search .author-info{
  margin-top: 0;
}
.esg-grid .mainul{
  min-height:300px;
}
/* responsive start */
@media(max-width: 980px){
  body.single-author article.esg-filters.esg-singlefilters:first-child {
    background: none !important;
  }
  .esg-filter-wrapper .esg-filterbutton {
    background: #fff !important;
    padding: 2px 10px !important;
    margin-bottom: 5px !important;
        margin-right: 5px !important;
    border-radius: 0 !important;
    line-height: 28px !important;
  }
  .bl-detail-page .esg-filterbutton{
    font-size: 12px !important;
        line-height: 22px;
  }
}
@media(max-width: 767px){
  .bl-detail-page{
    padding-top: 70px;
  }
  header{
    padding: 45px 0 0 0 ;
  }
  .search .page-bg, .esg-blurlistenerexists .page-bg{
    min-height: auto;
  }
  footer{
    padding: 60px 0 0 0;
  }

}
@media(max-width: 350px){
  .author-avatar img{
    float: inherit;
    margin-bottom: 20px;
  }
}

/* 404 error */
.error-404{
  padding-top: 8.8%;
}

.esg-loader.spinner5{
  height: 68px;
  width: 68px;
  background-position: center center;
}

footer{
  padding: 40px 0 0 0;
}


/********single-author**********/

.right-content .profile-detail{
  margin-bottom: 30px;
}
.profile-summary {
  clear: both;
  background: #d9f3f3;
  padding: 40px 33px 20px;
}

@media screen and (max-width: 768px){
  .show-desktop-only {
      display: none;
  }
  
}

/* Sumo Social Share: Hide SumoMe Button for share to all social media */
.sumome-share-client a[title=SumoMe] { display: none !important; }

/* post navigation */
 .post-nav { float: left; width: 100%; border: 1px solid #ccd3d7; border-radius: 7px; position: relative; margin: 10px 0; }
 .post-nav:after { content: ''; position: absolute; top: 50%; height: 80%; width: 1px; background: #ccd3d7; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); 
                    -ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%); }
 .post-nav > span { width: 50%; box-sizing: border-box; }
 .post-nav > span a { display: inline-block; vertical-align: top; padding: 10px; color: #00ADAE !important; text-decoration: none!important; }
 .post-nav .nav-previous { text-align:left; float:left; }
 .post-nav .nav-next { text-align:right; float:right; }

 .post-nav .nav-previous a { margin-left: 35px; }
 .post-nav .nav-next a { margin-right: 35px; }
 .post-nav span.meta-nav i { font-size: 30px; color: #00ADAE;padding: 5px 10px;display: inline-block;vertical-align: top; }
 .post-nav span.meta-nav i.fa.fa-angle-right { position: absolute; right: 0; height: 100%; box-sizing: border-box; border-left: 1px solid #ccd3d7; }
 .post-nav span.meta-nav i.fa.fa-angle-left { position: absolute; left: 0; height: 100%; box-sizing: border-box; border-right: 1px solid #ccd3d7; }

/* post navigation Responsive  */
@media (max-width:767px){
    
    .post-nav .nav-previous, .post-nav .nav-next { width: 100%; margin: 0; padding: 10px; position: relative; }
    .post-nav:after { width: 95%; height: 1px; background: none; }
    .post-nav span.meta-nav i { height: auto !important; border: 0 !important; }
    .post-nav .nav-previous { border-bottom: 1px solid #ccd3d7; }
    .post-nav .nav-next a { margin-right: 15px; }
    .post-nav .nav-previous a { margin-left: 15px; }
    .blog-listing-page .bl-detail-page { margin-top:0; }
 
}

/*-----------------*/
