@charset utf-8; /*--	               Theme Name: theme1787	Theme URI: http://template-help.com/	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection	Author: Template_Help.com 	Author URL: http://www.Template-Help.com/ --*/@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');/*----------------------------------------				General---------------------------------------- */

html,body {
  min-width: 320px;
}

body {
  background-color: #ffffff;
  color: #767575;
  font: 12px/20px Poppins, Helvetica, sans-serif;
  position: relative;
}

#main {
  font: 14px/22px Poppins, Helvetica, sans-serif !important;
}

.content-box {
  max-width: 1365px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: none;
  padding: 0;
}	/* List styling */dl dt {
  background: url(images/list-arrow.gif) no-repeat 0 3px;
  padding: 0 0 3px 32px;
  margin-bottom: .2em;
  font-size: 18px;
  line-height: 1.2em;
  color: #191919;
}

dl dd {
  padding: 0 0 0 32px;
  margin: 0 0 1.5em 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 31px 0;
}

ul li {
  vertical-align: top;
  list-style-type: none;
  color: #767575;
  background: url(images/list-marker.png) 0px 8px no-repeat;
  padding: 0px 0 0px 17px;
  margin: 0 0 4px 0;
}

ul li a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul li a:hover {
  color:  #01880f;
}

#wpadminbar li a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: none;
  padding: 0;
}

ul ul {
  margin: 0;
  padding: 10px 0 0 0;
}/*----------------------------------------				 Header---------------------------------------- */
#header {
  /* height: 144px; */
  position: relative;
  z-index: 99;
  background: none;
  margin: 0px;
  padding: 0;
}

.row-logo {
  position: relative;
  height: 86px;
  background: none;
}

.row-menu {
  position: relative;
  height: 57px;
  background: url(images/bg-menu.gif) 0 0 repeat-x #153a7c;
  border-radius: 6px 6px 0 0;
  border-top: 1px solid #0e1725;
  border-left: 1px solid #0e1725;
  border-right: 1px solid #0e1725;
}/* Logo */.logo {
  margin: 0 0 0;
  padding: 0;
  position: relative;
  z-index: 100;
  display: inline-block;
}


.logo h1,	.logo h2 {
  font-size: 36px;
  line-height: 40px!important;
  color: #313131;
  font-weight: 700!important;
  font-family: 'Poppins', sans-serif ;
  margin-bottom: 0px;
  padding: 0px 0 0 0;
  text-transform: uppercase;
}

.logo h1 a,		.logo h2 a {
  color: #313131;
  text-decoration: none;
}

.logo .tagline {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #413e40;
  margin: -10px 0 0px 0;
  display: none;
}/* Header widget */#widget-header {
  position: absolute;
  top: 43px;
  right: 0px;
}

#widget-header h3 {
  display: none;
}

.widget-header ul {
  overflow: hidden;
  margin: 0;
}

.widget-header ul li {
  vertical-align: top;
  list-style-type: none;
  color: #413e40;
  background: none;
  border: none;
  padding: 0;
  float: left;
  margin: 0 0px 0 15px;
  font-size: 12px;
  line-height: 17px;
}

.widget-header ul li a {
  font-size: 12px;
  line-height: 17px;
  color: #413e40;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.widget-header ul li a:hover {
  color: #ff4100;
}/* phone */

.top-right {
  float: right;
 /*  margin-top: -15px; */
}

.call-bg {
  background: url('images/call-bg.png') 0 0 no-repeat;
  width: 357px;
  height: 37px;
}

.phone {
  float: right;
  background: url('images/call.png') 0 0 no-repeat;
  width: 165px;
  height: 24px;
  padding: 0 9px 0 0;
  margin: 6px 0 0 0;
}
.phone > a {
    float: left;
    height: 20px;
    width: 164px;
}
.enquire {
  float: left;
  background: url(images/btn-enq.png) 0 0 no-repeat;
  width: 142px;
  height: 19px;
  padding: 0 0px 0 0;
  margin: 7px 0 0 14px;
}

.enquire a {
  width: 140px;
  height: 20px;
  float: left;
}

ul#news-ticker,ul#news-ticker-mob {
  margin: 0!important;
    background: #6ab326;
    position: relative;
    height: 44px !important;
    z-index: 11;
}
ul#news-ticker:after,ul#news-ticker-mob:after {
    content: "\f18e";
    font-family: fontawesome;
    color: #ffffff;
    right: 30px;
    left: auto;
    position: absolute;
    top: 12px;
    font-size: 18px;
}
ul#news-ticker li,ul#news-ticker-mob li {
      background: none;
    width: 100% !important;
    margin-bottom: 0;
    line-height: 44px;
    padding-left: 50px;
}
ul#news-ticker li a,ul#news-ticker-mob li a{
   color: #ffffff;
    line-height: 1;
    height: auto;
    font-size: 18px;
    font-weight: 500;
}
/* EasyTooltip */.tooltip {
  background: none repeat scroll 0 0 #252525;
  border: 1px solid #000000;
  color: #EEEEEE;
  display: none;
  font-size: 11px;
  line-height: 1.2em;
  margin: 13px 0 0;
  padding: 5px;
  z-index: 99;
}/* Top search */
/*
#top-search {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}
*/
.desktop-menu div#top-search {
    float: right;
    margin-left: 40px;
    padding: 5px 0;
}
.bg-form {
  overflow: hidden;
  position: relative;
  height: 34px;
  width: 240px;
  color: #413e40;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 0 0 0 10px;
    max-width:100%;
}

#top-search .input-search {
  width: calc(100% - 26px);
  height: 100%;
  line-height: 13px;
  position: relative;
  border: none ;
  background: #fff;
  border-radius: 0px;
  float: left;
  padding: 6px 10px 6px 5px;
  color: #a7a7a7;
    font-size: 14px;
}

#top-search #submit {
  width: 26px;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  text-indent: -5000px;
  text-decoration: none;
  z-index: 3;
  display: block;
  float: left;
  background: url(images/bg-submit.png) 0 5px no-repeat;
}/* Request a quote */#widget_my_requestquotewidget {
}

.top-box {
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 29px;
  zoom: 1;
  position: relative;
  min-height: 286px;
}

.box-title {
  background: #f6f6f6 url(images/box-tit.png) 0 0 repeat-x;
  border-top: 1px solid #123470;
  border-left: 1px solid #123470;
  border-right: 1px solid #123470;
  border-radius: 2px 2px 0 0;
  padding: 7px 0px 0 6px;
  overflow: hidden;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  display: block;
}

.icon-holder {
  float: left;
  margin: 0 9px 0 0px;
  height: 52px;
  display: block;
}

.box-title h3 {
  margin-bottom: -4px;
  padding-top: 8px;
  color: #123470;
}

.box-title .subtitle {
  font-size: 14px;
  line-height: 19px;
  color: #ff4100;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.box-content {
  background: #123470;
  border-top: 3px solid #45a414;
  color: #f9f9f9;
  line-height: 18px;
  border-radius: 0 0 2px 2px;
  position: relative;
  padding: 27px 29px 31px 29px;
  overflow: hidden;
  min-height: 295px;
}

.box-content ul {
  padding: 9px 0 0 1px;
  margin: 0 0 20px 0px;
}

.box-content ul li {
  color: #bbbbbb;
  line-height: 20px;
  padding-left: 19px;
  background: url(images/box-list-marker.png) 0 8px no-repeat;
}

.box-content ul li a {
  color: #bbbbbb;
}

.box-content ul li a:hover {
  color: #fff;
}

.box-content .button {
  background: url(images/btn-box.png) 0 0 no-repeat;
  color: #f9f9f9!important;
  width: 100%;
  text-align: center;
  padding: 5px 0 6px;
  font-size: 14px;
  line-height: 26px;
  width: 160px;
  height: 24px;
  font-weight: 700;
  border-radius: 2px;
  letter-spacing: -1px;
}

.box-content .button:hover {
  background: url(images/btn-box.png) 0 0 no-repeat;
  width: 160px;
  line-height: 26px;
}

/*----------------------------------------				Navigations---------------------------------------- *//* Primary navigation */
.desktop-menu {
    border-top: 1px solid #818c9b;
}
nav.primary {
  position: relative;
  padding: 0px;
  background: none;
  z-index: 99;
}

#topnav {
  margin: 0;
  height: 57px;
}/* Essential styles for dropdown menu */.sf-menu {
  padding:0;
  position: relative;
  background: none;
  text-align: left;
    height: 100% !important;
}

.sf-menu li {
  position: relative;
  list-style: none;
}

.sf-menu > li {
  background: none;
  display: block;
  float: left;
  text-align: center;
  position: relative;
  margin: 0;
  border: none;
  padding: 0;
}

.sf-menu > li:last-child {
  background: none;
}

.sf-menu li a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sf-menu > li > a {
  font-size: 18px;
  line-height: 41px;
  background: none;
  padding:0 0 0 28px;;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.sf-menu > li:first-child > a {     padding-left: 0;}
.sf-menu > li > a:after{
    content: "";
    height: 2px;
    width: 25px;
    display: block;
    background: transparent;
    transition: all 0.3s ease-in-out;
}
.sf-menu > li > a:hover{
    color: #000000;
}
.sf-menu > li:hover > a:after, .sf-menu > li.sfHover > a:after, .sf-menu > li.current-menu-item > a:after {
  background: #000000;
}

.sf-menu ul {
  position: absolute;
  width: 260px;
 /* left offset of submenus need to match (see below) */
  padding: 0;
  z-index: 200;
  display: none;
  margin: -2px 0 0 0;
  background: #002a5c;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
  left: 10px;
  top: 46px;
 /* match top ul list item height */
  z-index: 99;
  display: block;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
  width: 260px;
  padding: 0;
  margin: 0;
  background: #002a5c;
  /* display: block; */
  display: none;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
  left: 250px;
 /* match ul width */
  top: 0px;
  z-index: 99;
  display: block;
}

.sf-menu ul li, .sf-menu ul li li {
  margin: 0;
  padding: 0;
  text-align: left;
  background: none;
  display: block;
  border-top: 1px solid #081e37;
  padding: 0;
}


.sf-menu ul li:first-child, .sf-menu ul li li:first-child {
  border: none;
}

.sf-menu li li a {
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 29px 9px 15px;
   display: block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu li li a:hover {
    margin-left: 10px;
}
 .sf-menu .sub-menu li.menu-item-has-children > a{background: url(images/menu-marker.png) 93.5% 53% no-repeat;}

.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a {
  color: #eceeee;
}/* Navigation select styling */.select-menu {
  border: 1px solid #c8c8c8;
  background-color: #e4e4e4;
  width: 100%;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.select-menu:focus {
  border-color: #999;
}

.select-menu option {
  padding: 5px;
  cursor: pointer;
}

.select-menu option.main_item {
  font-weight: bold;
}
/* ---------------------------------------- new header ----------------------------------------------------*/
.header-top {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    justify-content: space-between;
    padding: 20px 0 12px;
    border-bottom: 1px solid #b4c4cb;
}
#news-ticker{
    background: #6ab326;
}
a.phone-number:before {
    content: "\f095";
    font-family: "fontawesome";
    font-weight: normal;
    margin-right: 10px;
}
.top-right .phone-info{background: #002a5c;padding: 10px 20px 9px;border-radius: 10px;transition: all 0.3s ease-in-out;float: right;}
.top-right .phone-info a {
    text-decoration: none;    
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;     
}
.top-right .phone-info:hover {
    background: #6ab326;
}
/* new design changes */


.desktop-new-sticker ul#news-ticker{background: transparent;height: auto !important;min-height: 42px;}
.desktop-new-sticker ul#news-ticker li{height: auto !important;padding-left: 0;text-align: right;width: calc(100% - 55px) !important;}
.desktop-new-sticker ul#news-ticker li a{color: #6ab326;font-size: 16px;}
.desktop-new-sticker ul#news-ticker:after{color: #6ab326 }
.header-top .logo img{max-width: 100%;}
@media (min-width:996px){
  .header-top .logo{
    width: 42%;
}
.header-top .top-right{width:58%;}
.desktop-new-sticker{
    display: block;
    float: left;
    width: calc(100% - 180px);
}  
}
/*----------------------------------------				Slider---------------------------------------- */#slider-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 687px;
  padding: 0;
  margin-top: 0;
  background: url(images/loading.gif) center center no-repeat #d4d4d4;
}/*----------------------------------------				Content---------------------------------------- */

.primary_content_wrap {
  position: relative;
  z-index: 2;
  padding: 0px 0 20px;
  background: #ffffff;
}
.hm-section1 p{
    padding: 0;
    text-align: left;
    margin: 0 0 30px 0;
    letter-spacing: 0.8px;
    font-size: 18px;
    line-height: 1.64em;
    color: #2e2e2e;
}

.inner-banner {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
    margin-bottom: 40PX;
}
.inner-banner:before {
    background: rgba(0,0,0,0.2);
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    position: absolute;
    height: 100%;
}
.inner-banner img {
  width: 100%;
  height: auto;
}

.inner-caption {
  left: 22px;
  display: none;
  position: absolute;
  top: 35px;
  width: 98%;
  z-index: 1;
  color: #01880F !important;
  font-size: 26px;
  font-weight: 600 !important;
  letter-spacing: -1px;
  line-height: 30px !important;
  margin: 0 0 20px;
  text-transform: none;
}

body.home .primary_content_wrap {
  padding: 0px 0 90px;
}

#content {
  padding: 0px 0 0 0;
}

#content.left {
  float: right !important;
}

.textwidget h6 {
  color: #123470;
  margin-bottom: 10px;
  padding-right: 15px;
}

.textwidget {
  line-height: 18px;
}

.textwidget p {
  margin-bottom: 17px;
  text-align: left;
}

.textwidget ul {
  padding: 11px 0 0 30px;
}

.textwidget ul li {
  line-height: 20px;
}

.right-content-area {
  padding-top: 0px;
}	/*----------------------------------------			Top Content---------------------------------------- */.top-content {
  border-top: 3px solid #ff4100;
  padding: 22px 20px 3px 19px;
  margin: 4px 0 40px 0;
  line-height: 18px;
  background: #2e2e2e;
  color: #fff;
  position: relative;
  border-radius: 0 0 3px 3px;
}

.top-content p {
  margin-bottom: 10px;
}

.top-content h2 {
  font-size: 17px;
  line-height: 27px!important;
  color: #b8b8b8;
  padding: 0;
  letter-spacing: normal;
  margin-bottom: 6px;
  font-weight: normal!important;
}

.top-content h2 span {
  font-size: 30px;
  display: inline;
  margin: 0px 0 0 4px;
}/*----------------------------------------				 Post---------------------------------------- */.post-holder {
  margin: 0 0px 45px 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #727272;
}

.single .post-holder {
  padding: 0 65px 0 0;
  margin: 0 0px 20px 0;
}	 /* Post header */.entry-header {
  margin-bottom: 12px;
  padding-left: 1px;
}

.single .entry-header {
  padding-top: 10px;
  margin-bottom: 10px;
}

.post-holder .entry-title {
  font-size: 14px;
  color: #ff4d11;
  margin: 0 0 3px 0;
  padding: 0;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.post-holder .entry-title a {
  display: inline-block;
  text-decoration: none;
  color: #123470;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-holder .entry-title a:hover {
  color: #2e2e2e;
}/* Meta information for post */.post-meta {
  font-size: 12px;
  line-height: 20px;
  color: #2e2e2e;
  font-weight: bold;
}

.post-meta a {
  text-decoration: none;
  color: #2e2e2e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-meta a:hover {
  color: #01880f;
}	/* Featured thumbnail */#post-14 .featured-thumbnail {
  display: none;
}

.featured-thumbnail {
  position: relative;
  float: left;
  margin: 0px 17px 10px 0;
  border-radius: 5px;
}

.featured-thumbnail a {
  display: block;
  text-decoration: none;
}

.featured-thumbnail img {
  position: relative;
  border-radius: 5px;
}		/* Large thumbnail */.featured-thumbnail.large {
  overflow: hidden;
  margin: 0px 0px 16px 0;
}

.single-post.services .featured-thumbnail {
  border-radius: 0px;
  margin: 0px 25px 5px 0;
}

.single-post.services .featured-thumbnail img {
  border-radius: 0px;
}/* Post content */.post-content {
  padding: 0;
}

.post-content .excerpt {
  margin-bottom: 16px;
}/* Post footer */.post-holder .post-footer {
  clear: both;
  padding: 0 0 0 2px;
  overflow: hidden;
}

.post-holder .post-footer a {
  float: left;
  margin-right: 11px;
}

.comments-link {
      display: inline-block;
    position: relative;
    background: #002a5c;
    border-radius: 10px;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 18px 20px;
    height: auto;
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.comments-link:hover {
  background: #57944f;
}

p.gravatar {
  float: left;
  margin-right: 20px;
}/* Post edit link */.post-edit-link {
}

.post-edit-link:hover {
}/*----------------------------------------				Related Posts---------------------------------------- */.related-posts {
  overflow: hidden;
  padding: 0;
  margin: 0 0 29px 0;
}

.related-posts li {
  list-style-type: none;
  padding: 0;
  margin: 0 2.6% 10px 0;
  display: inline-block;
  background: none;
  width: 22%;
  border: none;
}

.related-posts li a {
  background: none;
  padding: 0;
}

.related-posts li .featured-thumbnail {
  float: none;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.related-posts li .featured-thumbnail img {
  width: 100%;
  height: auto;
}/*----------------------------------------				 Comments---------------------------------------- */h3#comments {
  font-size: 26px;
  line-height: 30px!important;
  letter-spacing: -1px;
  color: #313131;
  margin: 0 0 5px 0;
  text-transform: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.commentlist {
  list-style-type: none;
  padding: 0 22px 30px 0px;
  margin: 0;
}

li.comment {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0!important;
  background: none;
  text-transform: none;
  font-size: 12px;
  line-height: 20px;
  color: #727272;
}

li.comment .comment-body {
  padding: 24px 20px 19px 115px;
  position: relative;
  zoom: 1;
  background: #f1f1f1;
  margin-top: 20px;
}

li.comment .comment-body p {
  margin-bottom: 16px;
  min-height: 30px;
}

.comment-author {
  position: absolute;
  left: 32px;
  top: 29px;
}

.author-comment {
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #2e2e2e;
  font-weight: bold;
  margin-top: 7px;
}				/* Comment meta */.comment-meta {
  float: right;
  font-size: 12px;
  line-height: 20px;
  color: #2e2e2e;
  font-weight: bold;
  display: inline-block;
  margin-top: 7px;
}

.comment-meta a {
}				 /* Avatar */li.comment .avatar {
  float: none;
  margin: 0;
  display: block;
  vertical-align: top;
  overflow: hidden;
}

.commentlist ul.children {
  margin: 0 0 0 20px;
  padding: 0;
  overflow: hidden;
}

.commentlist ul.children li.comment {
}			/* Reply */.reply {
  float: right;
  display: inline-block;
  margin-left: 21px;
}

.reply a {
  display: inline-block;
  padding: 7px 15px 9px 15px;
  color: #f9f9f9!important;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  background: #303030;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reply a:hover {
  background: #ff4100;
}/*----------------------------------------				Respond---------------------------------------- */#respond {
  padding-top: 7px;
  margin-top: 7px;
}

#respond h3 {
  font-size: 26px;
  line-height: 30px!important;
  letter-spacing: -1px;
  color: #313131;
  margin: 0 0 20px 0;
  text-transform: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.cancel-comment-reply small {
  font-size: 12px;
}

.cancel-comment-reply a {
  color: #f15a23 !important;
  text-decoration: underline;
  background: none;
  padding: 0;
  margin-bottom: 5px;
  display: inline-block;
}

.cancel-comment-reply a:hover {
  text-decoration: none;
}

.allowed_tags {
  background: #eee;
  padding: 15px;
  font-size: 11px;
  font-family: "Courier New", Courier, monospace;
  color: #666;
}

.allowed_tags strong {
  font-family: Tahoma, Geneva, sans-serif;
}/*----------------------------------------				Image styling---------------------------------------- */.testimo img {
  width: 180px;
    margin-right: 10px;
}

.alignleft {
  max-width: 100%;
  height: auto;
  margin: 0 24px 10px 2px;
  float: left;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.alignnone {
  margin: 0 0 10px 0;
}

article .post-content img {
  max-width: 710px;
}

.frame {
  text-align: left;
}

.frame img.alignleft,.frame img.alignright {
  margin: 0;
  padding: 0;
  border: none;
}	/*----------------------------------------		Page Navigaton (wp-pagenavi)---------------------------------------- */.pagenavi {
  clear: both;
  padding: 0px 0 23px 0px;
  position: relative;
  overflow: hidden;
}

.author .pagenavi {
  padding: 0px 0 40px 0;
}

.pagenavi .pages {
  float: right;
  margin: 0px 0px 4px 0;
  display: none;
}

.pagenavi span, .pagenavi a {
  display: block;
  position: relative;
  float: left;
  margin: 0px 10px 4px 0;
  padding: 8px 14px 8px 15px;
  text-decoration: none;
  width: auto;
  color: #f9f9f9!important;
  font-size: 11px;
  line-height: 17px;
  border-radius: 3px;
  text-transform: uppercase;
  background: #123470;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagenavi a:hover, .pagenavi .current {
  background: #57944f;
    
}/*----------------------------------------				Tags---------------------------------------- */.tags-cloud a,.tagcloud a {
  display: inline-block;
  background: #303030;
  padding: 3px 7px 4px;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  color: #fff!important;
  margin: 0 1px 4px 0;
  font-size: 12px !important;
  line-height: 16px;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tags-cloud a:hover,.tagcloud a:hover {
  background: #ff4100;
}/*----------------------------------------		Older and newer navigation---------------------------------------- */nav.oldernewer {
  padding: 0px;
  overflow: hidden;
  margin-bottom: 1.5em;
}

.older {
  float: left;
}

.newer {
  float: right;
}		/* Post Formats---------------------------------------- *//* Images Format Type */.recent-posts .format-image {
  float: left;
  margin: 0 20px 20px 0;
}

.image-post-format {
  float: left;
  margin: 0 0 10px 0;
  padding: 7px;
  background: #f6f6f6;
  position: relative;
}/* Quote Format Type */.recent-posts .format-quote {
}/* Link Format Type */.recent-posts .format-link {
}/* Link Format Type */.recent-posts .format-link {
}	/* Audio Format Type */.recent-posts .format-audio {
  margin-bottom: 2em;
}

.recent-posts .format-audio .audio-wrapper {
  margin-bottom: .5em;
}/* Video Format Type */.recent-posts .format-video {
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 2% 0;
}

.video iframe,  .video object,  .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/* Gallery Post Format */.slides_container_gallery {
  width: 600px;
  margin-bottom: 10px;
  height: 300px;
}

.slides_container_gallery .g_item {
  width: 600px;
  display: block;
}

.slides_container_gallery .g_item img {
  width: 100%;
  height: auto;
}/*----------------------------------------				Author---------------------------------------- *//* Recent author posts */#recent-author-posts {
  margin-bottom: 30px;
}/* Recent author comments */#recent-author-comments {
}

.author-info {
  margin: 0 0px 23px 0;
  position: relative;
  overflow: hidden;
  padding: 0 0px 30px 0px;
  border-bottom: 1px solid #ecebeb;
}

.author-info h1 {
  padding-left: 0px;
}

.author-info .avatar {
  margin: 0 20px 0 0;
}

.author-info .avatar img {
  float: left;
  border-radius: 3px;
  position: relative;
}

.author-meta {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.author-meta p.gravatar {
  margin: 0;
}/*---------------------------------------				 404---------------------------------------- */#error404 {
  padding: 30px 0 100px 0;
}

.error404-num {
  font-size: 250px;
  line-height: 1.2em;
  color: #303030;
  text-align: center;
}

#error404 hgroup {
  margin: 0 0 2em 0;
  padding-top: 50px;
}

#error404 hgroup h1 {
  font-size: 3em;
  margin-bottom: .2em;
  padding-left: 0px;
}

#error404 hgroup h2 {
  padding-left: 0px;
}/*----------------------------------------				Portfolio---------------------------------------- */.latestwork {
  width: 100%;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.latestwork li {
  float: left;
  margin-right: 20px;
}/* Gallery */.all-team {
  float: left;
  margin: 0 2%;
  width: 29%;
  min-height: 275px;
}

.all-team .featured-thumbnail {
  margin-bottom: 0;
}

.all-team P {
  text-align: left;
}

.all-team .sp-title {
  color: #2E2E2E;
  font: bold 12px/1.2em Arial,Helvetica,sans-serif;
}

.all-team .sp-title a {
  color: #2E2E2E;
  text-decoration: none;
}

.all-team .sp-title a:hover {
  color: #01880F;
}

p cite {
  font-weight: bold;
  font-style: normal;
}

.header-title {
  margin-bottom: 20px;
}

.header-title h1 {
  font-size: 26px;
  line-height: 30px!important;
  letter-spacing: -1px;
  color: #01880f;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.header-title .page-desc {
  color: #727272;
}/* Default layout 3 columns */#gallery {
}

#gallery .portfolio {
  overflow: hidden;
  list-style-type: none;
  padding: 5px 0 0 0px;
  margin: 0;
}

#gallery .portfolio li {
  list-style-type: none;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 298px;
  margin: 0 19px 40px 0px;
  position: relative;
  background: none;
  padding: 0;
  color: #787878;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  border: none;
  overflow: hidden;
}

* + html #gallery .portfolio li {
  display: inline;
}

#gallery .portfolio li.nomargin {
  margin-right: 0 !important;
}

#gallery .portfolio li a.image-wrap {
  display: block;
  overflow: hidden;
  width: 298px;
  height: 169px;
  margin-bottom: 14px;
  position: relative;
  border-radius: 4px;
  padding: 0;
  background: #f9f9f9 url(images/loading-folio.gif) 50% 50% no-repeat;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

#gallery .portfolio li a.image-wrap img {
  position: relative;
  border-radius: 4px;
}

#gallery .portfolio .folio-desc {
  margin-bottom: 0;
  padding: 0;
}

#gallery .portfolio .folio-desc h3 {
  font-size: 16px;
  line-height: 24px!important;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 9px;
  padding: 0;
  font-weight: 700!important;
  font-family: 'Poppins', sans-serif;
}

#gallery .portfolio .folio-desc h3 a {
  background: none;
  padding: 0;
  color: #123470;
}

#gallery .portfolio .folio-desc h3 a:hover {
  color: #01880f;
}

#gallery .portfolio p.excerpt {
  padding: 0 20px 0 0;
  margin-bottom: 26px;
}			/* 1 column portfolio*/#gallery.one_column .portfolio li {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

#gallery.one_column .portfolio li a.image-wrap {
  width: 466px;
  height: 259px;
  float: left;
  margin: 0 15px 0 0px;
}

#gallery.one_column .folio-desc {
  overflow: hidden;
  padding: 0;
}

#gallery.one_column  p.excerpt {
  padding: 0;
}

#gallery.one_column .folio-desc h3 {
  margin-bottom: 10px;
}/* 2 columns portfolio*/#gallery.two_columns .portfolio li {
  width: 459px;
  margin-right: 17px;
}

#gallery.two_columns .portfolio li a.image-wrap {
  width: 459px;
  height: 259px;
}

#gallery.two_columns  p.excerpt {
  padding: 0;
}/* 4 columns portfolio*/#gallery.four_columns .portfolio li {
  width: 218px;
}

#gallery.four_columns .portfolio li a.image-wrap {
  width: 218px;
  height: 129px;
}

.zoom-icon {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, .5);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  opacity: 0;
}

.no-rgba .zoom-icon {
  background: url(images/white-opacity-60.png);
  visibility: hidden;
}

.zoom-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 101px;
  height: 101px;
  margin: -50px 0 0 -50px;
  background: url(images/magnify-alt.png) 50% 50% no-repeat;
}

.image-wrap:hover .zoom-icon {
  opacity: 1;
}

.no-rgba .image-wrap:hover .zoom-icon {
  visibility: visible;
}/*----------------------------------------				 Sidebar---------------------------------------- */#sidebar {
  padding: 0px;
}

.widget ul {
  margin-bottom: 0px;
}

.widget {
  padding: 0;
  margin-bottom: 38px;
}/*----------------------------------------				 Calendar---------------------------------------- */#calendar_wrap {
  padding: 0;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar td {
  text-align: center;
  padding: 6px 0;
  border: none;
}

#wp-calendar caption {
  font-size: 19px;
  line-height: 24px;
  color: #3a3a3a;
  text-align: center;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  padding: 4px 0;
  margin-bottom: 5px;
  text-align: center;
}

#wp-calendar thead {
  border-top: 1px solid  #ecebeb;
  border-bottom: 1px solid  #ecebeb;
}

#wp-calendar tfoot {
  border-top: 1px solid  #ecebeb;
}

#wp-calendar thead th {
  padding: 7px 0;
  font-size: 14px;
  line-height: 20px;
  color: #3a3a3a;
  text-align: center;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  text-align: right;
}	/*----------------------------------------					FAQs---------------------------------------- */.faq_list {
}

.faq_list dt {
  color: #303030;
  position: relative;
  padding: 0 0 5px 28px;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  background: none;
}

.faq_list span.marker {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #303030;
  font-weight: bold;
}

.faq_list dd {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 2em 0;
}/*----------------------------------------				Custom widgets---------------------------------------- *//* Recent Comments */ul.recentcomments {
  padding: 0;
  margin: 0;
}

ul.recentcomments li, ul.recentcomments li:first-child {
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
  background: none;
  overflow: hidden;
  list-style-type: none;
}

ul.recentcomments li img {
  float: left;
  margin: 0 12px 0 0;
  position: relative;
}

ul.recentcomments .comment-body {
  padding: 15px 0 0 0;
}

ul.recentcomments .comment-body a {
  text-decoration: none;
  color: #767575;
}

ul.recentcomments .comment-body a:hover {
  color: #ff4100;
}

ul.recentcomments li h4 {
  margin-bottom: 5px;
  color: #2e2e2e;
}

ul.recentcomments li h4 a {
  text-decoration: none;
}

ul.recentcomments li h4 a:hover {
  color: #ff4100;
}

ul.recentcomments li small {
  font-size: 11px;
  color: #6a6a6a;
}/* Posts Type widget */.post_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.post_list li {
  list-style-type: none;
  overflow: hidden;
  background: none;
  margin: 0 0 10px 0;
}

.post_list li  .post-title {
  font-size: 12px;
  line-height: 18px;
  color: #2e2e2e;
  margin-bottom: 5px;
  font-weight: bold;
}

.post_list li  .post-title:hover {
  color: #ff4100;
}/* Popular posts */.popular-posts {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.popular-posts li {
  margin: 0 0 10px 0;
  border: none;
  background: none;
  padding: 0;
  overflow: hidden;
}

.popular-posts li .post-thumb {
  float: left;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.popular-posts li .post-thumb .thumbnail {
  width: 100%;
  height: auto;
  position: relative;
}

.popular-posts li .post-thumb.empty-thumb {
  background: url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
}

.popular-posts li h6 {
  margin-bottom: 5px;
}

.popular-posts li h6 a {
  color: #2e2e2e;
}

.popular-posts li h6 a:hover {
  color: #ff4100;
}

.popular-posts li .excerpt {
  margin-bottom: 5px;
}/* Post Cycle */.post_cycle {
  padding: 0;
  margin: 0;
}

.post_cycle .cycle_item {
  display: none;
}

.post_cycle .cycle_item:first {
  display: block;
}	/*	Load CSS before JavaScript*//*	Slides container	Important:	Set the width of your slides container	Set to display none, prevents content flash*/.slides_container {
  width: 270px;
  display: none;
}/*	Each slide	Important:	Set the width of your slides	If height not specified height will be set by the slide content	Set to display block*/.slides_container .item {
  width: 270px;
  height: 170px;
  display: block;
}

#slides .prev {
  margin-right: 5px;
}

#slides img {
  max-width: 100%;
  height: auto;
}/*	Optional:	Reset list default style*/.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}/*	Optional:	Show the current slide in the pagination*/.pagination {
  text-align: center;
}

.pagination li {
  list-style-type: none;
  margin: 0 2px;
  padding: 0;
  display: inline;
}

.pagination a {
  display: inline-block;
  padding: 0 6px;
  background: #303030;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagination .current a, .pagination a:hover {
  background: #ff4100;
  color: #fff;
}/* Carousel widget */.es-carousel-wrapper {
  background: #101010;
  padding: 10px 37px;
  margin: 0 0 20px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

.es-carousel {
  overflow: hidden;
  background: #000;
}

.es-carousel ul {
  display: none;
}

.es-carousel ul li {
  height: 100%;
  float: left;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.es-carousel ul li .thumbnail {
  display: block;
  border-style: solid;
  border-color: #222;
}

.es-carousel ul li a img {
  display: block;
  border: none;
  max-height: 100%;
  max-width: 100%;
}

.es-nav span {
  position: absolute;
  top: 50%;
  left: 12px;
  background: transparent url(images/nav.png) no-repeat top left;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}

.es-carousel ul li h4 {
  margin-bottom: .5em;
}

.es-carousel ul li .excerpt {
  margin-bottom: 10px;
}

.es-nav span.es-nav-next {
  right: 12px;
  left: auto;
  background-position: top right;
}

.es-nav span:hover {
  opacity: 1.0;
}				/* Folio Cycle */.folio_cycle {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.folio_cycle .folio_item {
  overflow: hidden;
  display: none;
}

.folio_cycle .folio_item:first {
  display: block;
}

.folio_cycle .folio_item .featured-thumbnail {
  float: none;
  margin: 0 0 15px 0;
}

.folio_cycle .folio_item .featured-thumbnail img {
  float: none;
}

#folio-controls {
  text-align: center;
  overflow: hidden;
}

#folio-controls ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#folio-controls ul li {
  padding: 0 5px 0 0;
  margin: 0;
  display: inline;
}

#folio-controls ul li a {
  display: inline-block;
  text-decoration: none;
  width: 9px;
  height: 9px;
  background: #000;
  font-size: 0;
  line-height: 0;
  border-radius: 5px;
}

#folio-controls ul li a:hover {
  background: #999;
}/* Testimonials */.testimonials {
  padding: 0;
  margin: 0;
}

.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
}

.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  border: none;
  background: #2e2e2e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #2e2e2e;
}

.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(images/quotes.png) 0 0 no-repeat;
}

.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-style: normal;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.testimonials div.testi_item blockquote a:hover {
  color: #ff4100;
}

.testimonials div.testi_item .featured-thumbnail {
  position: relative;
  z-index: 2;
  margin: 0 20px 0 10px;
}

.name-testi {
  padding: 20px 0 0 0;
  text-align: right;
  display: block;
}

.name-testi a {
  font-weight: normal;
}

.testimonials .thumb {
  float: left;
  margin-right: 20px;
}/* Misc for Cycle widgets */#testi-cycle .testi_item {
  display: none;
}

#testi-cycle .testi_item:first {
  display: block;
}

#testi-controls {
  text-align: center;
  overflow: hidden;
}

#testi-controls ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#testi-controls ul li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
}

* + html #testi-controls ul li {
  display: inline;
  zoom: 1;
}/* Recent Posts */.latestpost {
  list-style-type: none;
  margin: 0 0 24px 0;
  padding: 16px 0 0 0;
}

.latestpost li {
  margin: 0 0 17px 0;
  list-style-type: none;
  background: none;
  line-height: 18px;
  padding: 20px 10px 0 0;
  border-top: 1px solid #d4d4d4;
}

.latestpost li:first-child {
  padding-top: 0px;
  border-top: none;
}

.latestpost li h6 {
  margin-bottom: 2px;
}

.latestpost li h6 a {
  color: #2e2e2e;
}

.latestpost li h6 a:hover {
  color: #01880f;
}

.latestpost li time {
  color: #999999;
  display: none;
			/* color:#f9f9f9;				font-size:12px;				line-height:17px;				text-transform:uppercase;                float:right;				font-weight:bold;				display:inline-block;				background:#2b9912;				padding:1px 9px 2px 6px;				margin-bottom:4px;				border-radius:2px;				position:relative; */;
}

.latestpost li .excerpt {
  margin-bottom: 0px;
}

.latestpost li .excerpt .link {
  float: none;
  line-height: 15px;
  display: block;
  text-align: left;
}

.latestpost li  .featured-thumbnail, 		.latestpost li  .featured-thumbnail  img {
  border-radius: 0px;
}

.latestpost li  .featured-thumbnail {
  margin: 1px 12px 0 0px;
}

.all_link {
  font-size: 12px;
  line-height: 18px;
  color: #01880f;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  background: url(images/link-marker.png) 100% 6px no-repeat;
  padding-right: 11px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.all_link:hover {
  color: #2e2e2e;
}			/* Sidebar Recent Posts */.sidebar-latestpost {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-latestpost li {
  margin: 0 0 10px 0;
  list-style-type: none;
  background: none;
  padding: 0 10px 0 0;
}

.sidebar-latestpost li time {
  color: #2e2e2e;
  font-weight: bold;
  display: block;
  padding-top: 1px;
}

.sidebar-latestpost li .excerpt {
  margin-bottom: 0px;
}

.sidebar-latestpost  li  .featured-thumbnail, 		.sidebar-latestpost li  .featured-thumbnail  img {
  border-radius: 0px;
}

.sidebar-latestpost li  .featured-thumbnail {
  margin: 8px 25px 0 0px;
}/* Twitter widget */.twitter {
  position: relative;
}

.twitter_update_list {
  overflow: hidden;
}

.twitter ul li, .twitter ul li:first-child {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 0 0 37px;
  background: url(images/twitter-icon.png) no-repeat 0 0;
  border: none;
}

.twitter ul li .twitt-body {
  padding: 0 0 5px 0;
}

.twitter ul li .twitt-body a {
  font-weight: bold;
}

.twitter ul li a.timesince {
  font-size: 11px;
}

.twitter .profileLink {
}

.twitter .preloader {
  position: absolute;
  top: 40px;
  left: 0;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(images/loading-twitter.gif);
}/* Flickr widget */.flickrImages {
  overflow: hidden;
  position: relative;
}

.flickrImages a {
  float: left;
  display: block;
  width: 75px;
  height: 75px;
  background: #000;
  margin: 0 1px 1px 0;
}

.flickrImages a img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.flickrImages a:hover img {
  opacity: .5;
}

.flickrImages a.link {
  display: inline;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
}/* Banner widget */.banners-holder {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.banners-holder li {
  list-style-type: none;
  float: left;
  margin: 0 3px 3px 0;
  padding: 0;
  background: none;
}

.banners-holder li img {
  vertical-align: top;
  float: left;
}			/*----------------------------------------				Testimonials---------------------------------------- *//* Testimonials list */article.testimonial, .single article.testimonial {
  border: 1px solid #ecebeb;
  padding: 30px 30px 30px 235px;
  width: auto;
  background: url(images/quotes.png) no-repeat 193px 20px;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 35px;
}

article.testimonial .featured-thumbnail, .single article.testimonial .featured-thumbnail {
  position: absolute;
  left: 25px;
  top: 30px;
}

article.testimonial .name-testi {
  display: block;
  text-align: right;
  font-style: normal;
  color: #222c36;
  font-size: 13px;
  line-height: 18px;
}

article.testimonial .name-testi a {
  text-decoration: none;
}

article.testimonial .name-testi a:hover {
  text-decoration: underline;
}/*----------------------------------------				Shortcodes---------------------------------------- *//* Recent Posts */.recent-posts {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  border: none;
}

.recent-posts li {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  background: none;
}

.recent-posts li img.thumb {
  float: left;
  margin: 0 20px 0 0;
}

.recent-posts li h5 {
  font-size: 1em;
  margin-bottom: 0;
}

.recent-posts li .excerpt {
  margin-bottom: 1.5em;
}

.recent-posts li span.meta {
  display: block;
  margin-bottom: .5em;
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  overflow: hidden;
}

.recent-posts li .post-date {
  float: left;
}

.recent-posts li .post-comments {
  float: right;
}	/* Our team */.recent-posts.team {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.recent-posts.team li {
  float: left;
  width: 210px;
  overflow: hidden;
  background: none;
  padding: 0;
  margin: 0 30px 20px 0;
}

.recent-posts.team li:nth-child(4n) {
  margin-right: 0;
}

.recent-posts.team li.nomargin {
  margin-right: 0;
}

.recent-posts.team li .featured-thumbnail {
  overflow: hidden;
  float: none;
  margin: 0 0 15px 0;
  background: none;
  padding: 0;
  border: none;
}

.recent-posts.team li .excerpt {
  margin-bottom: 0;
}/* Services */.recent-posts.services {
  list-style-type: none;
  padding: 1.5em 0 0 0;
  margin: 0 0 -30px 0;
  overflow: hidden;
}

.recent-posts.services li {
  float: left;
  width: 300px;
  margin: 0 20px 30px 0;
  background: none;
  padding: 0;
}

.recent-posts.services li:nth-child(2n) {
  margin-right: 0;
}

.recent-posts.services li.nomargin {
  margin-right: 0;
}

.recent-posts.services li img.thumb {
  margin-right: 3px;
}

.recent-posts.services li h3 {
  padding-top: 8px;
}

.recent-posts.services li h3 a {
  color: #191919;
}/* Popular Posts */.popular_posts {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.popular_posts li {
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0;
  overflow: hidden;
}/* Recent Comments */.recent-comments {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.recent-comments li {
  padding: 0;
  margin: 0;
  border: none;
  padding-bottom: .5em;
}/*----------------------------------------				Footer---------------------------------------- */#footer {
  background: none;
  padding: 0px 0 0px 0;
}

.top-footer {
  position: relative;
  background: url(images/bg-footer.gif) 0 0 repeat-x #0c285a;
  border-radius: 0 0 3px 3px;
  padding: 23px 0 0px 0;
  margin-bottom: 10px;
}

.top-footer h3 {
  margin-bottom: 0px;
}			/* Footer widget */#widget-footer {
  border-top: 1px solid #fbfafa;
  margin-top: 11px;
  overflow: hidden;
  padding: 11px 0 25px 0;
}

#widget-footer > div {
  display: inline-block;
  float: left;
}

.vcard {
  display: inline-block;
  color: #525252;
  margin-right: 45px;
  margin-bottom: 0px;
}

#footer .vcard .fn {
  display: none;
}

.vcard .adr {
  display: inline-block;
  background: url(images/address-icon.png) 1px 0px no-repeat;
  padding-left: 31px;
  min-height: 24px;
}

.vcard .street-address,			.vcard .locality,			.vcard .region,			.vcard .postal-code {
  display: inline-block;
}

.vcard .tel {
  display: inline-block;
  background: url(images/phone-icon.png) 1px 0px no-repeat;
  padding-left: 23px;
  min-height: 24px;
  margin-left: 39px;
  color: #525252;
  line-height: 23px;
}

.vcard .email {
  display: inline-block;
  background: url(images/letter-icon.png) 1px 0px no-repeat;
  padding-left: 35px;
  line-height: 23px;
  min-height: 24px;
  margin-left: 56px;
  color: #ff4100;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.vcard .email:hover {
  color: #525252;
}		/*----------------------------------------				Social Widget	---------------------------------------- */#social_networks_widget {
  overflow: hidden;
  padding: 4px 0 0 0;
  display: inline-block;
}

.social-networks {
  overflow: hidden;
  padding: 0px;
  margin: 0;
  display: inline-block;
}

.social-networks li {
  list-style-type: none;
  float: left;
  background: none;
  padding: 0;
  margin: 0 10px 0 0px;
  border: none;
  font-size: 12px;
  line-height: 14px;
}

.social-networks li a {
  position: relative;
  display: block;
}

.social-networks li a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}		/* Footer navigation */nav.footer {
  overflow: hidden;
  float: right;
  padding: 0;
}

nav.footer ul {
  margin: 0;
  padding: 0;
}

nav.footer ul li {
  list-style-type: none;
  float: left;
  padding: 0px;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0px 0 15px;
  background: none;
  border: none;
}

nav.footer ul li a {
  font-size: 12px;
  line-height: 18px;
  color: #767575;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.footer ul li a:hover, nav.footer ul li.current-menu-item a {
  color: #57944f;
}

#copyright {
  background: none;
  padding: 16px 0 0px;
  margin: 0;
  overflow: hidden;
}		/* Footer text */

#footer-text {
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
  float: left;
  padding:0 0 2px;
  width:100%
}
#footer-text strong {color: #03880f;}
#footer-text a {
  color: #767575;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#footer-text a:hover {
  color: #ff4100;
}	/*---------------------------------------- 				Misc---------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  background: #57944f;
  border-radius: 10px;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 18px 20px;
  height: auto;
    color: #ffffff;
    text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button:hover {
  background: #002a5c;
}

.link {
  display: inline-block;
  vertical-align: middle;
		/*background:url(images/bg-link.png) center center no-repeat;*/
  font-size: 12px;
  line-height: 0px;
  color: #01880f;
  text-align: right;
  line-height: 10px;
  float: right;
}

.no-results {
  margin-bottom: 30px;
}	/* Small Button */.button.small {
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 8px;
}	/* Large Button */.button.large {
  font-size: 18px;
  padding: 16px 32px;
}

.pdf, .xls {
  display: block;
  padding-left: 3px;
}

.pdf {
  margin-top: -9px;
}

.pdf a, .xls a {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  color: #767575;
  padding-left: 24px;
  text-decoration: underline;
}

.pdf a {
  background: url(images/pdf-icon.gif) 0 0 no-repeat;
  margin: 0px 0 16px 0;
}

.xls a {
  background: url(images/xls-icon.gif) 0 0 no-repeat;
}

.pdf a:hover, .xls a:hover {
  text-decoration: none;
}/*---------------------------------------- 				Price List---------------------------------------- */.price-list ul {
  padding: 9px 48px 0 0;
  margin: 0;
}

.price-list ul li {
  width: 100%;
  overflow: hidden;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  color: #767575;
  border: none;
  padding: 0;
  background: none;
  margin: 0 0 2px 0;
}

.price-list ul li strong {
  display: block;
  overflow: hidden;
  background: url(images/line-hor.png) repeat-x 0 71%;
}

.price-list ul li span {
  float: right;
}

.price-list ul li a {
  float: left;
  text-decoration: none;
  color: #767575;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.price-list ul li a:hover {
  color: #ff4100;
}/*---------------------------------------- 				Pay List---------------------------------------- */.pay-list {
  margin: -10px 0 19px 0;
}

.pay-list ul {
  padding: 0px 0px 0 0;
  margin: 0;
  overflow: hidden;
}

.pay-list ul li, .pay-list ul li:first-child {
  float: left;
  font-size: 0px;
  line-height: 0px;
  border: none;
  padding: 0;
  background: none;
  margin: 0 3px 0 0;
}

.pay-list ul li a {
  display: block;
}/* Lightbox */.lightbox {
  display: block;
  position: relative;
}/* Tabs */.tabs {
  margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
  border: 1px solid #dddddd;
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.tabs .tab-menu li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

.tabs .tab-menu a {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  color: #aaaaaa;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 2px 0 0;
  padding: 8px 20px;
}

.tabs .tab-menu a:hover {
  background-color: #f2f2f2;
  color: #666666;
}

.tabs .tab-menu a.active {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
  background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
  border-bottom: none;
  color: #666666;
  padding: 8px 20px 9px 20px;
}

.tabs .tab {
  background-color: #fafafa;
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  padding: 20px;
}/* Toggle */.toggle {
  padding: 0 0 2px 0;
}

.toggle .trigger {
  background-color: #f5f5f5;
  background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
  background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #666666;
  display: block;
  padding: 10px 12px 10px 40px;
  position: relative;
  text-decoration: none;
  height: 1%;
}

.toggle .trigger span {
  background: url(includes/images/toggle.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
  text-indent: -9999px;
  width: 22px;
  height: 20px;
}

.toggle .trigger:hover,.toggle .active {
  background: #191919;
  color: #fff;
}

.toggle .active span {
  background-position: 0 -20px;
}

.toggle .box {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
}/* Dropcap */.dropcap {
  display: block;
  float: left;
  margin: 5px 9px 5px 5px;
  text-transform: uppercase;
  width: 52px;
  height: 47px;
  padding: 5px 0 0 0;
  background: #3a3a3a;
  border-radius: 26px;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.widget-area {
}

.hr {
  height: 44px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.sm_hr {
  height: 1px;
  background: #eee;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 25px 10px;
}

.grid_1 .sm_hr,.grid_2 .sm_hr,.grid_3 .sm_hr,.grid_4 .sm_hr,.grid_5 .sm_hr,.grid_6 .sm_hr,.grid_7 .sm_hr,.grid_8 .sm_hr,.grid_9 .sm_hr,.grid_10 .sm_hr,.grid_11 .sm_hr,.grid_12 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}

.spacer {
  height: 36px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}/* Address */.address {
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.address dt {
  float: left;
  margin-bottom: 20px;
  padding: 0 0 0 55px;
  background: none;
  font-size: 1em;
  line-height: 18px;
  background: url(images/address-icon1.png) no-repeat 0 3px;
}

.address dd {
  float: left;
/*	width:217px; */
  padding: 0 0 0 53px;
  background: url(images/address-icon2.png) no-repeat 0 3px;
}

.address dd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.address dd ul li {
  background: none;
  padding: 0;
  margin: 0px;
}

.address dd span {
  float: left;
  width: 100px;
}

.address dd a {
  font-style: italic;
  color: #191919;
  text-decoration: underline;
}

.address dd a:hover {
  text-decoration: none;
}/* Google Map */.google-map {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(images/loading-map.gif);
}/* VIDEO */.video-wrap {
  margin-bottom: 10px;
  position: relative;
  zoom: 1;
}

.video-wrap object {
  position: relative;
  z-index: 2;
}

.video-bg {
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}/* AUDIO */.audio-wrapper {
  margin-bottom: 1.5em;
}

.audio-desc {
  font-size: .91em;
  color: #999;
  padding: .5em 0 0 0;
}

.audiojs audio {
  position: absolute;
  left: -1px;
}

.audiojs {
  width: 460px;
  height: 36px;
  background: #404040;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audiojs .play-pause {
  width: 25px;
  height: 40px;
  padding: 4px 6px;
  margin: 0px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #000;
}

.audiojs p {
  display: none;
  width: 25px;
  height: 40px;
  margin: 0px;
  cursor: pointer;
}

.audiojs .play {
  display: block;
}

.audiojs .scrubber {
  position: relative;
  float: left;
  width: 280px;
  background: #5a5a5a;
  height: 14px;
  margin: 10px;
  border-top: 1px solid #3f3f3f;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
}

.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #ccc;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}

.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}

.audiojs .time {
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0px 0px 0px 6px;
  padding: 0px 6px 0px 12px;
  border-left: 1px solid #000;
  color: #ddd;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #f9f9f9;
  font-style: normal;
}

.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
}

.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 36px;
  width: 400px;
  overflow: hidden;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}

.audiojs .play {
  background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat;
}

.audiojs .loading {
  background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat;
}

.audiojs .error {
  background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat;
}

.audiojs .pause {
  background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat;
}

.playing .play, .playing .loading, .playing .error {
  display: none;
}

.playing .pause {
  display: block;
}

.loading .play, .loading .pause, .loading .error {
  display: none;
}

.loading .loading {
  display: block;
}

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none;
}

.error .error {
  display: block;
}

.error .play-pause p {
  cursor: auto;
}

.error .error-message {
  display: block;
}/* Alert boxes---------------------------------------- */.alert-box, .wpcf7-response-output {
  padding: 10px 10px 12px 70px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: .91em;
  line-height: 1.4em;
  border: 1px solid #dbdbdb;
  margin-bottom: 15px;
    background-size: 30px;
}

.error-box, .wpcf7-mail-sent-ng {
  border-color: #ff9999;
  color: #c31b00;
  background: url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
    background-size: 30px;
}

.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
  border-color: #e6c555;
  color: #9e660d;
  background: url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
    background-size: 30px;
}

.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
    background-size: 30px;
}

.approved-box, .wpcf7-mail-sent-ok {
  border-color: #a3c159;
  color: #398f14;
  background: url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
    background-size: 30px;
}	/*---------------------------------------- 				Forms---------------------------------------- *//* Form defaults */input, select, textarea {
  font-size: 18px;
  color: #a7a7a7;
  vertical-align: middle;
  font-weight: normal;
  border: none;
  outline: none;
}

input[type="text"], textarea,input[type="email"] {
  position: relative;
  border: none;
  padding: 6px 10px 6px 10px;
  border-radius: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
   font-family: 'Poppins', sans-serif; 
}

input[type="submit"], input[type="reset"] {
  display: inline-block;
  position: relative;
  background: #57944f;
  border-radius: 10px;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 18px 20px;
  height: auto;
    color: #ffffff;
    text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="submit"]:hover, input[type="reset"]:hover {
  background: #002a5c;
}/* Comment form */#commentform {
}

#commentform a {
  color: #ff4100;
  text-decoration: underline;
}

#commentform a:hover {
  color: #313131;
}

#commentform p.field {
  margin-bottom: 12px;
}

#commentform p.area {
  margin-bottom: 32px;
}

#commentform small {
  font-size: 12px;
}

#commentform label {
  display: block;
  padding-bottom: 4px;
  color: #727272;
}

#commentform input[type="text"] {
  width: 26.3%;
  height: 35px;
  line-height: 23px;
    border: 1px solid;
}

#commentform textarea {
  width: 71.3%;
  height: 193px;
  overflow: auto;
    border: 1px solid;
}/* Contact form */.wpcf7-form p.field {
  margin-bottom: 9px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.wpcf7-form p.field input {
  height: 35px;
  line-height: 23px;
}

.wpcf7-form p.field small {
  color: red;
}

.wpcf7-form .input-file {
  width: 79px;
  height: 22px;
  background: url(images/btn-choose-file.gif) 0 0 no-repeat;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.wpcf7-form input[type="file"] {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  cursor: pointer;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.wpcf7-form textarea {
  height: 180px;
  overflow: auto;
  margin-bottom: 17px;
}
#sidebar .wpcf7-form textarea{height: 120px;}
.wpcf7-form .submit-wrap {
  padding: 0;
  margin: 0;
}

span.wpcf7-form-control-wrap {
  display: block;
}

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}/* Sidebar search form */#searchform {
  overflow: hidden;
}

#searchform .searching {
  width: 180px;
  margin-right: 10px;
  height: 33px;
  line-height: 21px;
  float: left;
}

#searchform .submit {
  margin: 0;
  float: left;
}/* Fluid Columns */.one_half {
  width: 48%;
}

.one_third {
  width: 30.66%;
}

.two_third {
  width: 65.33%;
}

.one_fourth {
  width: 22%;
}

.three_fourth {
  width: 74%;
}

.one_fifth {
  width: 16.8%;
}

.two_fifth {
  width: 37.6%;
}

.three_fifth {
  width: 58.4%;
}

.four_fifth {
  width: 79.2%;
}

.one_sixth {
  width: 13.33%;
}

.five_sixth {
  width: 82.67%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.extra-wrap {
  overflow: hidden;
}

.extra-wrap.indent-bot {
  overflow: hidden;
  margin-bottom: 9px;
}/* Clear Floated Elements */.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}/* Always remember to compress your live stylesheet and keep an uncompressed backup *//* Footer */.footer {
  height: 242px;
  margin: 0 auto;
  background: #0c285a;
  color: #FFF;
}

.footer-box1 {
  width: 475px; /* 315px;*/
  float: left;
}

.f-nav {
  /* width: 280px; */
  float: left;
  padding: 0 0 5px 0;
  margin: 0;
  border-bottom: solid 1px #27406c;
}

.f-nav .col-l {float:left; width:65%}
.f-nav .col-l li{ width: 42%;  display: inline-block;}
.f-nav .col-r {float:left; width:35%}
.f-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.f-nav ul li {
  /* float: left;
  width: 112px;
  display: inline-block; */
  line-height: 22px;
  background: url(images/f-arrow.png) no-repeat left 9px;
  padding: 0 0 0 12px;
  margin: 0;
}

.f-nav ul li a {
  color: #FFF;
  text-decoration: none;
  font: normal 12px Arial, Helvetica, sans-serif;
}

.footer h4 {
  color: #03880f;
  padding: 0 0 10px 0;
  margin: 0;
}

.f-add {
  float: right;
  padding: 0 0 4px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #27406c;
}

.f-add1 {
  width: 622px;
  float: right;
  padding: 0;
  margin: 0 0 3px 0;
}

.f-add-l {
  width: 174px;
  float: left;
}

.f-add-m {
  width: 240px;
  float: left;
}

.f-add-m a {
  color: #FFF;
  text-decoration: none;
}

.map {
  float: right;
  margin-bottom: 8px;
}

.footer-box2 {
  padding: 0px;
}

.social {
  width: 315px;
  float: left;
  padding: 0;
  margin: 5px 0 0 0;
}

.social img {
  margin: 0 4px 0 0;
}

.footer-box3 {
   border-top: 1px solid #27406c;
    float: left;
    margin-top: 10px;
    padding: 10px 0;
    width: 100%;
}

.copyright {
  float: left;
  line-height: 28px;
}

.designer {
  float: right;
  line-height: 28px;
}

.designer a {
  color: #FFF;
  text-decoration: none;
}


.grid_4 h2 {
  color: #01880f;
}/* Testimonials */.testimo {
  border-bottom:0;
  margin: 5px 5px 30px 5px;
  quotes: none;
  display: inline-block;
    box-shadow: 0px 1px 10px 0px #e1e1e1;
    border-radius: 10px;
    padding: 10px;
}
.testimo:last-child{margin-bottom: 5px;}
.ulinks {
  list-style-type: none !important;
}

.ulinks li {
  clear: both;
  margin-bottom: 37px;
}

.feed-rgt {
  bottom: 0px;
  position: fixed;
  right: 0;
  z-index: 1;
}

.client-img .wpb_single_image.vc_align_left {margin-bottom: 10px;}
.client-img .wpb_single_image img{border-radius: 10px;}
.client-img .wpb_text_column a:hover{color: #002a5c;text-decoration: underline;}
body:not(.page-template-page-fullwidth) .container_12 .testimo p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
/*-------- NEW CHANGES START --------*/

.first_head {
    padding-bottom: 10px !important;
    display: inline-block;
}
.first_caption ol {
    padding-left: 20px !important;
}
.first_caption ol li {
    list-style-type: decimal;
}
.cameraContent .camera_caption > div h3 {
    margin: 0 0 24px;
}

/*=== FOOTER ===*/
.footer-box1 .f-nav {
    padding-bottom: 28px;
}
.fbox3 {
    clear: both;
}
.fbox3 h4 {    text-align: left; }

.footer-4 {    float: left; width: 55%}
.footer-5 {    float: right; width: 42%; margin-top: 20px;}

#footer-text .mnewsletter input {
    display: inline-block;
    margin: 0;
    width: auto;
}
#footer-text  .mnewsletter input[type="email"] {
    height: 37px;
    margin-right: 10px;
    width: 336px;
}
#footer-text .mnewsletter input[type="submit"] {
    height: auto;
    padding: 11px 22px;
	background-color: #6ab326;
}
#footer-text .mnewsletter input[type="submit"]:hover {
	background-color: #FF4100;
}



table.engagement_letter .dot {
  height: 5px;
  width: 5px;
  margin-top:  -2px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin:  -2px 10px 0;
}

table.engagement_letter {
    margin: 20px auto;
}

table.engagement_letter td:first-child {
    width: 4%;
}

table.engagement_letter td:nth-child(2) {
    width: 80%;
}

table.engagement_letter td:last-child {
    width: 15%;
}

/*-----------------------------------home page new design -----------------------------------*/
:focus{outline:none;}
.mobile-new-sticker{display: none;}
    .desktop-new-sticker{display: block;}
.camera_wrap{margin-bottom: 0 !important;}
.hm-section1 {
    padding:5px 50px 45px 35px;
    margin-bottom: 71px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif !important;
}
.hm-section1 h2 {max-width: 98%;}
h2{
       font-size: 40px !important;
    line-height: 1.26em!important;
    letter-spacing: 0;
    color: #222222 !important;
    margin: 0 0 28px 0;
    text-transform: none;
    font-weight: 600!important; 
    
}
.hm-section1 .wpb_content_element{margin-bottom: 32px;}
p{
  letter-spacing: 0.8px;
  font-size: 18px;
  line-height: 1.64em;
  text-align: left;
}
.hm-section1 .vc_btn3.vc_btn3-size-md{
    background-color: #002a5c;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    padding: 12px 31px;
    border-radius: 10px;
}
.hm-enquiry-form{margin-top: -62px;}
.hm-section1 .hm-enquiry-form.vc_column_container > .vc_column-inner,#sidebar .sidebar-enquiry-form {
    background: #002a5c;
    border-radius: 10px;
    padding: 45px 35px 42px;
}
.hm-enquiry-form h3{
    text-transform: none;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2em !important;
    margin-bottom: 22px;
    color: #ffffff;
}
#sidebar .hm-enquiry-form{margin-top: 0;padding-left: 10px;}
.wpcf7 .wpcf7-form p.field{margin-bottom: 20px;}
.wpcf7 .wpcf7-form p.field input {height: 53px;line-height: 1;}
.wpcf7 .wpcf7-form textarea{margin-bottom: 0px;}
.wpcf7 .wpcf7-form .submit-wrap{text-align: center;margin-top: 32px;}
.wpcf7 input[type="submit"]{
        background: #57944f;
    border-radius: 10px;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 18px 20px;
    height: auto;
    min-width: 202px;
    margin: 0 auto;
}
.wpcf7 input[type="submit"]:hover {
    color: #57944f !important;
    background: #ffffff;
}
.hm-service {margin-bottom: 80px;}
.hm-service h2.vc_custom_heading {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 100px;
}
.hm-service h2.vc_custom_heading:after {
    content: "";
    height: 5px;
    width: 30px;
    background: #57944e;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
h3.services-title {
    position: relative;
    padding-left: 84px;
    padding-top: 45px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom:27px;
}
h3.services-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 77px;
    content: "";
    background: url('images/accounting&tax.png');
}
.business-advisory-service h3.services-title:before{background: url('images/businessadvisory.png');}
.superannuation-service h3.services-title:before{background: url('images/supperannuation.png');}
.business-asia-service h3.services-title:before{background: url('images/businessasia.png');}
.hm-service .wpb_text_column {font-weight: 300;color: #000000;}
 ul.custom-list {display: block;clear: both;overflow: hidden;padding-top: 10px;}
ul.custom-list li {color: #000000;font-size: 14px;margin-bottom: 24px;background: none;padding-left:20px;position: relative;}
.hm-service ul.custom-list li{width: 47.5%;float: left;padding-left: 2.5%;}
ul.custom-list li:before {
    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    width: 8px;
    background: #57944f;
    border-radius: 2px;
    top: 7px;
}
.hm-service a.vc_btn3.vc_btn3-style-custom {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    padding: 9px 43px;
    letter-spacing: 1px;
    border-radius: 10px;
}
.hm-service .first-service-row {margin-bottom: 100px;}
.hm-service .first-service-row p {min-height: 58px;text-align: left;}
.hm-about-us .hm-about-image.vc_column_container>.vc_column-inner {padding: 0;}
.hm-about-us .hm-about-image > .vc_column-inner .wpb_single_image{margin-bottom: 0;}
.hm-about-us .vc_column_container>.vc_column-inner{padding-left: 10px;padding-right: 10px;padding-top: 85px;padding-bottom: 82px;}
.hm-about-btn.vc_btn3-container.vc_btn3-center{margin-bottom: 0;}
.hm-about-text .wpb_text_column.wpb_content_element {margin-bottom: 54px;}
.hm-about-us h2.vc_custom_heading {color: #ffffff !important;position: relative;padding-bottom: 10px;margin-bottom: 46px;}
.hm-testimonials h2:before {
    content: "What Our Clients Say";
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    color: #57944f;
    display: block;
    margin-bottom: 8px;
}
.hm-about-us h2.vc_custom_heading:after {
    content: "";
    height: 5px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.hm-about-us p{text-align: center;color: #ffffff;font-weight: 300;line-height: 1.68em;}
.hm-about-us span.about-sub-title {margin-top: 30px;display: block;}
.hm-about-us span.about-sub-title strong{color: #ffffff;font-weight: 600;}
.hm-about-btn a.vc_btn3 {font-size: 16px;font-weight: 600;border-radius: 10px;padding: 9px 47px;}
.hm-about-us {margin-bottom: 106px;}
.hm-testimonials h2{position: relative;padding-bottom: 10px;margin-bottom: 62px;}
.hm-testimonials h2.vc_custom_heading:after {content: "";height: 5px;width: 30px;background: #57944f;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.hm-testimonials h2 span {font-size: 18px;line-height: 1;font-weight: 300;color: #57944f;display: block;margin-bottom: 8px;}
.hm-testimonials .wcp-carousel-main-wrap .slick-track img{width: auto;max-width: 100%;border: 1px solid #222222;border-radius: 50%;float: left;margin-right: 15px;}
#content .hm-testimonials .slick-dots li{background: none;height: 8px;width: 8px;border-radius: 50%;border: 1px solid #57944f;padding: 0;margin-bottom: 0;}
.hm-testimonials .slick-dots li button{padding: 0;height: 8px;width: 8px;}
#content .hm-testimonials .slick-dots li.slick-active {background:#57944f; }
.hm-testimonials .slick-dots li button:before,#content .hm-testimonials ul li:before{display: none;}
.hm-testimonials .slick-slide{margin: 20px 20px 70px 20px !important;}
.hm-testimonials .slick-slide  .rpc-bg {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px #4C4C4C;
    box-shadow: 0px 1px 10px 0px #e1e1e1;
    padding: 38px 30px;
}
.hm-testimonials .testi-head {display: flex;align-items: center;margin-bottom: 40px;}
.hm-testimonials .testi-head  span,.hm-testimonials .testi-head  span a{color: #222222;font-size: 18px;margin-bottom: 12px;font-weight: 300;}
.hm-testimonials .rpc-title{color: #002a5c;text-transform: capitalize;font-size: 18px;font-family: 'Poppins', sans-serif !important;}
.hm-testimonials p {text-align: left;color: #222;font-weight: 300;}
.hm-testimonials .slick-track a.testi-read-more{color: #002a5c;font-size: 16px;font-weight: 300;}
.hm-testimonials .slick-track a.testi-read-more:after{content: "\f105";font-family: "fontawesome";margin-left: 10px;}
.hm-testimonials .slick-dots{bottom: 0;}
.hm-testimonials .wpb_content_element{margin-bottom: 0;}
.vc_btn3-container.view-all-testi-btn.vc_btn3-inline{display: block;text-align: center;margin: 20px auto 0;}
.vc_btn3.vc_btn3-style-custom:hover{background: #57944f !important;color: #ffffff !important;}
.view-all-testi-btn .vc_btn3.vc_btn3-size-md {font-size: 16px;padding: 10px 30px;border-radius: 10px;text-transform: capitalize;font-weight: 500;}
/*--------------------------------------- new footer --------------------------------------*/

.footer-top {background: #222222;display: block;clear: both;overflow: hidden;padding:60px 40px 30px;}
.footer-1 {width: 44%;float: left;}
.footer-2 {width: 31%;float: left;}
.footer-3 {width: 25%;float: left;}
.footer-top h4{color: #ffffff;font-size: 16px;letter-spacing: 3px;font-family: 'Poppins',sans-serif;font-weight: 700 !important;margin-bottom: 22px;}
.footer-top ul li,.cntc-info ul li{background: none;color: #ffffff;position: relative;margin-bottom: 0;font-size: 16px;font-weight: 300;line-height: 2.19em;}
.footer-top ul li:before,.cntc-info ul li:before{content: "\f105";font-family: 'FontAwesome';color: #57944f;position: absolute;left: 0;font-size: 16px;}
.footer-top ul li a {color: #ffffff;font-weight: 300;font-size: 16px;}
.footer-top ul#menu-helpful-links li{width: 45%;float: left;}
ul.footer-conatct-links {padding: 0;}
ul.footer-conatct-links li {padding-left: 33px;width: calc(100% - 33px);}
ul.footer-conatct-links li.address:before,.cntc-info ul li.address:before{content: "\f015";}
ul.footer-conatct-links li.phoneno:before,.cntc-info ul li.phoneno:before{content: "\f095";}
ul.footer-conatct-links li.fax:before,.cntc-info ul li.fax:before{content: "\f1ac";}
ul.footer-conatct-links li.email:before,.cntc-info ul li.email:before{content: "\f0e0";}
ul.footer-conatct-links li.website:before,.cntc-info ul li.website:before{content: "\f0ac";}
.footer-bottom {display: block;clear: both;overflow: hidden;background: #222222;border-top: 1px solid #444;padding: 23px 40px 14px;color: #ffffff;font-weight: 300;}
.footer-top ul.social-networks li:before{display: none;}
.footer-top ul.social-networks li a i.fa{color: #57944f;font-size: 20px;}
.footer-top .widget {margin-bottom: 0;}
.footer-top .social-networks{padding-left: 33px;margin-top: 6px;}
.footer-top .social-networks li{margin-right: 40px;}

.inner-banner .inner-caption{display: block;top: 50%;transform:translateY(-50%);}
.inner-caption h1.page-title {font-size: 48px;line-height: 1em!important;margin: 20px 0 16px 0;padding: 0;font-weight: bold !important;color: #ffffff;letter-spacing: 1px;}
.breadcrumb-container.theme1 li{color: #ffffff;background: none;}
.breadcrumb-container.theme1 a{color: #ffffff;letter-spacing: 0.5px;margin: 0 !important;font-weight: 500 !important;}
.breadcrumb-container.theme1 li+li {
    position: relative;
    padding-left: 20px;
}
.breadcrumb-container.theme1 li+li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 16px;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}

body:not(.page-template-page-fullwidth) h2{margin: 0 0 32px 0;}
body:not(.page-template-page-fullwidth) p + h2 {margin-top: 40px;}
.page-template-default .container_12 .grid_8 > div,.services-template-default .container_12 .grid_8 > div,.blog .container_12 .grid_8 > .post-holder,.search-results .container_12 .grid_8 > div{padding-right: 65px;}
body:not(.page-template-page-fullwidth) .container_12 P{font-size: 18px;line-height: 2em;color: #222222;margin-bottom: 20px;}
body:not(.page-template-page-fullwidth) ul.custom-list{padding-top: 0;}
body:not(.page-template-page-fullwidth) ul.custom-list li{color: #000000;font-size: 18px;margin-bottom: 10px;line-height: 2em;}
body:not(.page-template-page-fullwidth) ul.custom-list li:before{top: 13px;}

form span.wpcf7-not-valid-tip{font-size: 13px;}
.cntc-info ul li{padding-left: 25px;}
.cntc-info ul li,.cntc-info ul li a{color: #222222;font-weight: 400;}
.contact-outer .wpcf7 .wpcf7-form p.field input,.contact-outer .wpcf7 .wpcf7-form p.field textarea{border: 0;background: #f1f1f1;}

.post-content ul,.single-post .post-holder .content ul {display: block;clear: both;overflow: hidden;padding-top: 10px;}
.post-content ul li,.single-post .post-holder .content ul li {color: #000000;font-size: 14px;margin-bottom: 24px;background: none;padding-left:20px;position: relative;line-height: 1.2em}
.post-content ul li:before,.single-post .post-holder .content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    width: 8px;
    background: #57944f;
    border-radius: 2px;
    top: 7px;
}
.blog .post-content ul li,.single-post .post-holder .content ul li{font-size: 18px;}

.mobile-phone-info {
    float: right;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
}
.mobile-phone-info a {text-decoration: none;color: #ffffff;font-size: 20px;font-weight: 500;line-height: 42px;padding: 7px 20px;}
#wprmenu_bar .menu_title a{text-decoration: none;color: #ffffff;font-size: 16px;}
table.engagement_letter td {padding-bottom: 10px;font-size: 16px;color: #222222;}
#sidebar .widget{position: relative;margin-bottom: 45px;}
.custom-slick-arrows {position: absolute;right: 0;top: 0;}
#text-6 h3{
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative; 
    line-height: 1em !important;
    padding-bottom: 18px;
}
#text-6 h3:after {
    content: "";
    height: 5px;
    width: 30px;
    background: #57944e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.widget .wp-sub-content ul {
    margin-bottom: 0px;
    padding-left: 0;
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 0;
}
.widget .post-slides .wp-sub-content ul li{
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 1.8em;
    font-weight: 300;
    background: none;
    padding-left: 20px;
    position: relative;
}
.widget .post-slides .wp-sub-content ul li:before{
    content: "";
    position: absolute;
    left: 0;
    height: 8px;
    width: 8px;
    background: #222222;
    border-radius: 2px;
    top: 9px;
}
.widget .post-slides .wp-sub-content{padding-bottom: 14px;}

.camera_wrap .camera_target:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 51%;
    z-index: 99;
}
h3.service-text-list {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 26px;
}
h3.service-text-list a{
    text-decoration: underline;
    
}
/*pratik changes*/
button.pp2.left-arrow, button.nn2.right-arrow {
    background: none;
    height: 38px;
    width: 38px;
    font-size: 28px;
    border: 0;
    padding: 0;
}
button.pp2.left-arrow i.fa, button.nn2.right-arrow i.fa {
    width: 100%;
    display: inline-block;
}
button.pp2.left-arrow:focus, button.nn2.right-arrow:focus {
    outline: 0;
}
.custom-slick-arrows button.slick-arrow i{font-size: 0;}
.custom-slick-arrows button.slick-arrow i:before{font-size: 30px;}

.recent-post-slider.design-2 .slick-dots{display: none !important;}
.recent-post-slider.design-2 .wp-post-content a.readmorebtn:after{content: "\f105";font-family: "fontawesome";margin-left: 10px;}
.recent-post-slider.design-2 .post-content-position p {margin-bottom: 0;}

#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}.event-gallery {	display: inline-block;    width: 48%;    float: left;    margin-left:10px}

.clearfix.home-section {
   background: #e5e5ed52;
   margin: 0 -10px 15px;
   padding: 20px 0;
}
.home-content {margin: 0 10px;}
.home #content .vc_row{margin-left: 0;margin-right: 0;}
#sidebar .at-share-btn-elements {
    display: none;
}
.grecaptcha-badge{bottom:74px !important;z-index: 9; }
.single-post #content h3 {line-height: 1.4em !important;text-transform: capitalize;font-weight: 600;}
.contact-outer .wpcf7 input[type="submit"]:hover{color: #ffffff !important;background: #002a5c;}
.recent-post-slider .slick-slide > div + div .post-content-left.wp-medium-6.wpcolumns{padding-bottom: 0;}

/* newsletter popup */
.wdpu-3308{background: rgba(0, 0, 0, 0.6) !important;}
.wdpu-3308 .wdpu-msg{background-color: transparent !important;box-shadow: none !important;}
.wdpu-3308 .wdpu-msg{max-width: 262px !important;text-align: center}
.wdpu-3308 .wdpu-text{
        padding: 30px 18px !important;
        text-align: center;
    background: #57944f !important;
}
.wdpu-container .mc4wp-form .wdpu-content input[type="submit"]{
    margin-top: 20px;
    margin: 20px auto 0;
    float: none;
    display: block;
    padding: 12px 30px;
}
.wdpu-content input[type="submit"] {
    margin-top: 20px;
    margin: 20px auto 0;
    float: none;
    display: block;
    padding: 12px 30px;
    background: #002a5c;
    color: #ffffff;
}
.wdpu-content input[type="submit"]:hover{
    background:#ffffff;
    color:#002a5c;
}
.wdpu-3308 a.popup-ok,.wdpu-3308 a.myclose{    
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    text-decoration: none;
    opacity: .9;
    z-index: 10;
    font-size: 0;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    color: #002a5c;
}
.wdpu-3308 .wdpu-close{display: none !important;}
.wdpu-3308 a.popup-ok:before,.wdpu-3308 a.myclose:before{
   content: "\f2d4";
    font-family: 'Fontawesome'; 
    font-size: 20px;
}
.wdpu-3308 a.popup-ok:hover,.wdpu-3308 a.myclose:hover,.wdpu-3308 a:visited,.wdpu-3308 a:focus{color: #002a5c !important;}
.wdpu-3308 .wdpu-head{border-bottom: 0 !important;}
.wdpu-3308 .wdpu-title {
    font-weight: 500 !important;
    color: #002a5c !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    margin-bottom: 0 !important;
}
.wdpu-container .mc4wp-form input[type="email"] {
    border-radius: 0;
    background: #ffffff;
    border: 2px solid #002a5c;
    color: #002a5c;
    font-size: 12px;
    border-radius: 10px;
}
.wdpu-3308 .wdpu-inner {
    overflow: hidden !important;
    position: relative;
    padding-top: 70px;
}
.wdpu-3308 .wdpu-inner:before {
    content: "\f2b6";
    font-family: 'Fontawesome';
    color: #ffffff;
    font-size: 55px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.wdpu-3308 .wdpu-head{margin-bottom: 6px !important;}
.mymsg {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
@media (min-width:768px){
.contact-outer.vc_row{margin:0 auto 40px;max-width: 100%;}
.contact-outer .vc_col-sm-8{width: 50%;}
.contact-outer .vc_col-sm-4{width: 50%;} 
}

@media (min-width:479px){
    .testimo{position: relative;padding: 10px 10px 10px 200px;}
    .test-img {
    position: absolute;
    left: 10px;
    top: 10px;
}
}
/*-------- NEW CHANGES END --------*/


@media (min-width:1385px){
    .container_12{width: 1365px !important;padding: 0 !important;}
}
@media (max-width:1384px){
    .container_12{width: 100% !important;}
    .page-template-page-fullwidth .container_12 div#content{padding: 0 10px;}
    body:not(.page-template-page-fullwidth) .primary_content_wrap > .container_12.clearfix {padding: 0 10px;width: calc(100% - 20px) !important;}
    .header-top{padding: 8px 10px;}
    .sf-menu{padding-left: 0;}
}
@media (min-width:996px) and (max-width:1379px){
    .desktop-menu{padding: 0 10px;}
}
@media (min-width:1200px) and (max-width:1364px){    
    
    .sf-menu{padding-left: 0;}
    .top-right .phone-info a{font-size: 16px;}
    .sf-menu > li > a{font-size: 16px;padding: 0 10px;}
    .footer-top{padding: 50px 20px 38px;}
    .footer-top ul li{font-size: 14px;}
    .footer-top ul li a{font-size: 14px;}
    .footer-1{width: 41%;}
    .footer-3{width: 27%;}
    .footer-bottom{padding: 23px 20px 14px;}
}

@media (max-width:995px){
    .desktop-menu,.top-right{display: none;}
    html body div.wprm-overlay {background: none !important;}
    #mg-wprm-wrap ul li{padding: 0;background: none;}
    .camera_caption > div a{width: 200px;}
    .mobile-phone-info{display: block;}
    .mobile-new-sticker{display: block;}
    .desktop-new-sticker{display: none;}   
    
}
@media (max-width:1024px){
    .container_12{width: 100% !important;}
    .page-template-page-fullwidth .container_12 div#content{padding: 0 10px;}
    h2{font-size: 32px !Important;margin-bottom: 15px;}
    .hm-section1{margin-bottom: 0px;padding-bottom: 40px;}
    .hm-section1 .hm-enquiry-form.vc_column_container > .vc_column-inner,#sidebar .sidebar-enquiry-form{padding: 25px;}
    .hm-service{margin-bottom: 40px;}
    .hm-service h2.vc_custom_heading{margin-bottom: 40px;padding-bottom: 15px;}
    .hm-service .vc_btn3-container.service-list-btn {margin-bottom: 0;}
    h3.services-title {font-size: 28px;}
    .hm-service .first-service-row{margin-bottom: 40px;}
    .hm-about-us .vc_column_container>.vc_column-inner{padding-top: 40px;padding-bottom: 30px;}
    .hm-about-us h2.vc_custom_heading{margin-bottom: 30px;}
    .hm-about-text .wpb_text_column.wpb_content_element{margin-bottom: 30px;}
    .footer-top ul li a,.footer-top ul li{font-size: 14px;}
    .footer-top{padding: 40px 20px 28px;}
    .footer-1{width: 41%;}
    .footer-2{width: 26%;}
    .footer-3{width: 33%;}
    .footer-bottom{padding: 20px 20px 17px;}
    body.home .primary_content_wrap{padding: 0px 0 40px;}
    .hm-testimonials .slick-slide {margin: 10px 10px 60px 10px !important;}
    .hm-testimonials h2{margin-bottom: 40px;}
    .hm-about-us{margin-bottom: 42px;}
    .hm-service > .vc_column_container > .vc_column-inner{padding-left: 0;padding-right: 0;}
    .hm-service ul.custom-list li{width: 45%;padding-left: 5%;}
    .hm-testimonials .slick-slide .rpc-bg{padding: 30px 20px;}
    .page-template-default .container_12 .grid_8 > div, .services-template-default .container_12 .grid_8 > div, .blog .container_12 .grid_8 > .post-holder,.single.single-post .post-holder,.search-results .container_12 .grid_8 > div{padding-right: 35px;}
    #text-6 h3{font-size: 32px;}
    .inner-caption h1.page-title{font-size: 42px;}
    body:not(.page-template-page-fullwidth) h2 { margin: 0 0 20px 0;}
    body:not(.page-template-page-fullwidth) p + h2{margin-top: 30px;}
    .hm-service.service-page > .vc_column_container > .vc_column-inner{padding-left: 15px;padding-right: 15px;}
    .cameraContent .camera_caption > div h3{margin-bottom: 18px;align-items: 1.4em !important;}
    .camera_caption > div li{margin-bottom: 18px;}
    .camera_caption > div a{width: 160px;}
    .grecaptcha-badge{opacity: 0;}
    .post-holder{margin-bottom: 15px;}
    .inner-banner{margin-bottom: 30px;}
    h3.service-text-list {font-size: 20px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #footer-text .mnewsletter input[type="email"] {    margin-right: 0;  width: 100%;  margin-bottom: 10px;}    
}


@media (max-width:991px){
    .hm-section1{padding: 40px 0;}
    .hm-section1.vc_row-has-fill > .vc_column_container > .vc_column-inner{padding-top: 0;}
    h2{font-size: 30px !Important;}
    .hm-section1 p,p{margin-bottom: 20px;font-size: 16px;}
    .hm-section1 .hm-enquiry-form.vc_column_container > .vc_column-inner,#sidebar .sidebar-enquiry-form{padding: 25px 15px;}
    .hm-enquiry-form h3{margin-bottom: 18px;font-size: 26px;}
    .hm-enquiry-form .wpcf7-form p.field input{height: 50px;}
    .hm-enquiry-form .wpcf7-form p.field{margin-bottom: 15px;}
    .wpcf7-form textarea{height: 150px;}
    input, select, textarea{font-size: 16px;}
    .hm-enquiry-form .wpcf7-form .submit-wrap{margin-top: 20px;}
    hm-section1.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner{padding-top: 25px;}
    h3.services-title{font-size: 26px;}
    .hm-service .first-service-row p{min-height: 78px;}
    .inner-caption h1.page-title{font-size: 30px;}
    .inner-caption .breadcrumb-container li a{font-size: 16px !important;line-height: 16px !important;}
    #sidebar .hm-enquiry-form{padding-left: 0;max-width: 450px;margin: 0px auto;float: none;clear: both;}
    #text-6 h3{font-size: 28px;}
    .single-post #content h3{font-size: 26px;}
    .hm-section1 .vc_col-sm-8{width:100%;}
    .hm-section1 .vc_col-sm-4{width: 100%;}
    .hm-enquiry-form.wpb_column.vc_column_container.vc_col-sm-4 {max-width: 450px;margin: 0px auto;float: none;clear: both;padding-top: 15px;}
    .footer-4, .footer-5 {width: 100%; float: left}
}


@media only screen and (max-width: 991px) {
	.first_caption {
		display: inline-block;
	}
	.first_head {
		font-size: 24px !important;
	}
	.first_caption ol li {
		line-height: normal;
	}
	.cameraContent .camera_caption > div h2 {
		font-size: 40px !important;
	}
	.cameraContent .camera_caption > div h3 {
		font-size: 18px;
		line-height: 25px !important;
	}
	.cameraContent .camera_caption > div a {
		width: 160px;
	}
    .hm-about-us .vc_col-sm-6{width: 100%;}
    .hm-about-us .hm-about-image.wpb_column.vc_column_container{display: none;}
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
	.footer-box1 .f-nav { padding-bottom: 5px;}
	.fbox3 .social { width: auto;}
	.fbox3 .mnewsletter { padding-top: 38px;}
	.fbox3 .mnewsletter input[type="email"] { width: 230px;}
}
@media (max-width:900px){
    .footer-1,.footer-2 {
        width: 50%;
    }
    .footer-3{width: 100%;margin-top: 22px;}
    .footer-top h4{margin-bottom: 15px;}
}
@media only screen and (max-width: 767px) {
  .alignleft {
    max-width: 100%;
/*    width: 100%;*/
  }
    body.home .primary_content_wrap{padding-bottom: 30px;}
  .cameraContent .camera_caption {
		display: block !important;
	}
  .cameraContent .camera_caption > div {
		padding: 40px 0 0 25px;
		width: 60%;
	}
  .cameraContent .camera_caption .first_caption {
		display: none;
  }
  .cameraContent .camera_caption > div br {
		display: none;
	}
  .cameraContent .camera_caption > div h2 {
		display: block;
		font-size: 32px !important;
		line-height: normal !important;
	}
  .cameraContent .camera_caption > div a {
		background-size: 100px;
  }
    .camera_wrap .camera_target:before{width: 65%;}
    .cameraContent ul{display: none;}
  
  .fbox3 .social { width: 100%;}
  .fbox3 .mnewsletter { text-align: left; width: 100%; padding-bottom: 10px; padding-top: 10px;}
  .fbox3 .mnewsletter input[type="email"] { width: 310px;}
    ul#news-ticker li{padding-left: 0;}
    .content-box{max-width: 100%;width: 100%;}
    .inner-banner{top: 0;}
    ul#news-ticker,ul#news-ticker-mob{min-height: 44px;height: auto;}
    ul#news-ticker li,ul#news-ticker-mob li{padding-left: 10px;height: auto !important;line-height: 1.2em;top: 50% !important;transform: translateY(-50%);}
    ul#news-ticker li a,ul#news-ticker-mob li a{font-size: 14px;}
    .footer-bottom{padding: 10px;font-size: 12px;text-align: center;}
    .copyright,.designer{float: none;line-height: 1.6em;}
    h2 {font-size: 22px !Important;margin-bottom: 10px;}
    .primary_content_wrap .container_12{margin-top: 30px;}
    .wpb_wrapper .wpb_content_element{margin-bottom: 15px;}
    .wpcf7 .wpcf7-form p.field input{height: 45px;}
    .wpcf7 .wpcf7-form p.field{margin-bottom: 12px;}
    .wpcf7 .wpcf7-form .submit-wrap{margin-top: 20px;}
    .contact-outer { margin-bottom: 30px;}
    .cntc-map iframe{height: 300px;}
    .footer-1, .footer-2{width: 100%;}
    .footer-2{margin-top: 22px;}
    .footer-top ul#menu-helpful-links li{width: 45%;padding-left: 15px;}
    .footer-top {padding: 30px 10px 20px;}
    .footer-top h4 {margin-bottom: 10px;}
    .inner-caption h1.page-title {font-size: 24px;margin: 0;}
    .inner-banner .inner-caption{margin-bottom: 0;left: 0;}
    .inner-caption h1.page-title{letter-spacing: 0; padding-left: 10px;}
    ul#news-ticker:after,ul#news-ticker-mob:after{display: none;}
    .breadcrumb-container.theme1 li+li:before{top: 2px;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform:translateY(0);font-size: 12px;}
    .inner-caption .breadcrumb-container li a{padding: 0 5px 0 0;font-size: 14px !important;line-height: 14px !important;vertical-align: middle; }
    .breadcrumb-container.theme1 li{line-height: 1em;}
    .hm-section1{padding: 10px 10px 30px;margin-bottom: 10px;}
    .hm-section1.vc_row-has-fill > .vc_column_container > .vc_column-inner {padding-top: 15px;}
    .hm-enquiry-form {margin-top: 0;}
    .hm-enquiry-form h3{font-size: 22px;}
    .vc_row-has-fill+.vc_row.hm-service>.vc_column_container>.vc_column-inner{padding-top: 15px;}
    .hm-service h2.vc_custom_heading{margin-bottom: 10px;padding-bottom: 13px;}
    h3.services-title {font-size: 22px;padding-left: 64px;padding-top: 25px;margin-bottom: 17px; }
    h3.services-title:before,.business-advisory-service h3.services-title:before,.superannuation-service h3.services-title:before,.business-asia-service h3.services-title:before{height: 52px;width: 57px;background-size: 48px;background-repeat: no-repeat;}
    .hm-service .first-service-row p{min-height: 1px;}
    .hm-section1 p, p{margin-bottom: 10px;}
    ul.custom-list{padding-top: 0;}
    ul.custom-list li{margin-bottom: 15px;}
    .hm-service .first-service-row{margin-bottom: 0;}
    .hm-service{margin-bottom: 10px;}
    .hm-about-us .vc_column_container>.vc_column-inner{padding-top: 25px;}
    .hm-about-us h2.vc_custom_heading{margin-bottom: 20px;}
    .hm-about-us span.about-sub-title{margin-top: 15px;}
    .hm-about-us .hm-about-image.vc_column_container>.vc_column-inner{background: none !important;}
    .hm-about-us{margin-bottom: 30px;}
    .hm-testimonials h2{margin-bottom: 10px;}
    .hm-testimonials .slick-slide .rpc-bg{padding: 15px;}
    .hm-testimonials .rpc-title{font-size: 16px;margin-bottom: 5px;}
    .hm-testimonials .testi-head span, .hm-testimonials .testi-head span a{font-size: 16px;}
    .hm-testimonials .testi-head{margin-bottom: 20px;}
    .page-template-default .container_12 .grid_8 > div, .services-template-default .container_12 .grid_8 > div, .blog .container_12 .grid_8 > .post-holder,.single.single-post .post-holder,.search-results .container_12 .grid_8 > div{padding-right: 0;}
    body:not(.page-template-page-fullwidth) .container_12 P{font-size: 16px;line-height: 1.8em;margin-bottom: 12px;}
    body:not(.page-template-page-fullwidth) ul.custom-list li{font-size: 16px;margin-bottom: 5px;line-height: 1.6em;}
    body:not(.page-template-page-fullwidth) ul.custom-list li:before {top: 9px;}
    #sidebar .widget {margin-bottom: 25px;}
    #text-6 h3{font-size: 22px;}
    #sidebar .widget:last-child{margin-bottom: 0;}
    ul{margin-bottom: 20px;}
    .breadcrumb-container{display: none;}
    body:not(.page-template-page-fullwidth) p + h2{margin-top: 20px;}
    body:not(.page-template-page-fullwidth) h2{margin-bottom: 15PX;}
    .single-post #content h3{font-size: 22px;}
    .button{padding: 12px 20px;font-size: 16px;}
    button.pp2.left-arrow, button.nn2.right-arrow{height: 34px;width: 34px;}
    .camera_wrap .camera_pag{bottom: 10px;}
    .cameraContent .camera_caption > div a{width: 150px;}
    .cameraContent .camera_caption > div h3{letter-spacing: 0;}
    .mobile-phone-info a{font-size: 18px;}
    .hm-section1 .vc_btn3.vc_btn3-size-md{font-size: 16px;}
     .hm-service ul.custom-list li{width: calc(100% - 15px);padding-left: 15px;}
    .container_12 .grid_8{margin-bottom: 20px;}
    .pagenavi{margin-bottom: 0;}
    .post-content .excerpt{margin-bottom: 10px;}
    .hm-service .acc-and-tax-service,.hm-service .business-advisory-service,.hm-service .superannuation-service,.hm-service .business-asia-service{margin-bottom: 20px;}
    h3.service-text-list{font-size: 18px;}
    .wdpu-3308 .wdpu-inner{padding-top: 110px;}
    .wdpu-3308 .wdpu-inner:before{ height: 90px;width: 90px;line-height: 90px;font-size: 90px;}
}
@media(min-width:640px) and (max-width:767px){
    .hm-service .acc-and-tax-service,.hm-service .business-advisory-service,.hm-service .superannuation-service,.hm-service .business-asia-service{width: 50%;float: left;}
}
@media(min-width:480px) and (max-width:767px){
    .client-img .vc_column_container {width: 33.33%;float: left;margin-bottom: 10px;}
    .client-img .vc_column_container:nth-child(3n+1) {clear: left;}
    .footer-top ul.menu li {width: 45%;float: left;padding-left: 15px;}
    
}
@media (max-width:639px){
    .cameraContent .camera_caption > div h2{font-size: 28px !important;}
     .cameraContent .camera_caption > div a{width: 120px;padding: 12px 20px;}
    .cameraContent .camera_caption > div h3{font-size: 16px;}
    .blog .post-holder .entry-title{font-size: 20px !important;text-transform: none;}
}
@media only screen and (max-width: 479px) {
    .inner-caption h1.page-title{font-size: 20px;}
    h3.services-title{font-size: 20px;}
    .hm-testimonials h2 span{font-size: 14px;}
   
  .feed-rgt {
    display: none;
  }
    .cameraContent .camera_caption > div {
    padding: 30px 0 0 10px; 
}
  .cameraContent .camera_caption > div a {
		background-size: 80px;
		display: block;
      width: 110px;
    padding: 15px 20px;
  }
  .cameraContent .camera_caption .first_head {
		font-size: 20px !important;
		display: inline-block;
  }
  .cameraContent .camera_caption > div h2 {
		font-size: 18px !important; 
      margin-bottom: 8px;
	}
    .cameraContent .camera_caption > div h3{font-size: 14px;margin-bottom: 15px;line-height: 1.4em !important;}
    .cameraContent .camera_caption > div a{padding: 10px 8px;}
	.fbox3 .mnewsletter input[type="email"] { width: 190px;}
    .footer-top ul li, .cntc-info ul li{font-size: 14px;}
    ul.footer-conatct-links li {
    padding-left: 25px;
    width: calc(100% - 25px);
}
    .client-img .vc_column_container {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
    .client-img .wpb_single_image.vc_align_left {
    text-align: center;
}
    .client-img .wpb_text_column p {
    text-align: center;
}
    .testimo img{width: 110px;}
    .testimo{margin-bottom: 20px;}
    body:not(.page-template-page-fullwidth) h2 {
    margin: 0 0 15px 0;
}
    .widget .post-slides .wp-sub-content ul li,.recent-post-slider .wp-post-content,.recent-post-slider .wp-post-content,.recent-post-slider.design-2 .wp-post-content p{font-size: 14px;font-weight: 300;}
    .recent-post-slider.design-2 .post-content-left{padding: 10px 0;}
    .recent-post-slider.design-2 .wp-post-content p{margin-bottom: 0;}
    .recent-post-slider .wp-post-content{padding-bottom: 0;}
    .recent-post-slider .slick-slide > div + div{padding-top: 8px;}
    .single-post #content h3{font-size: 20px;}
    .test-img {
    margin-bottom: 15px;
}
    body:not(.page-template-page-fullwidth) p + h2{margin-top: 15px;}
    body:not(.page-template-page-fullwidth) h2{margin-bottom: 12px;font-size: 20px !important;}
    
    #footer-text .mnewsletter input[type="email"] {width: 100%; margin-right: 0; margin-bottom: 10px;}
    .wdpu-3308 .wdpu-title{font-size: 18px !important;}
    .mymsg{font-size: 14px;}
    
}

/* newsletter changes */
.wdpu-3308 {
    top: 50% !important;
    left: auto !important;
    right: 0 !important;
    bottom: auto !important;
    overflow: hidden !important;
    background: none !important;
    padding: 0 !important;
    transform: translateY(-50%);
}
.wdpu-3308 .wdpu-msg{top: 0 !important;}

@media (max-width:1024px){
    .wdpu-3308{display: none !important;}
}
div#mg-wprm-wrap .search_top form.wpr-search-form button.wpr_submit{padding-top: 15px;}

