/*
Theme Name: Business Kit
Theme URI: https://www.preciousthemes.com/downloads/business-kit
Author: Precious Themes
Author URI: http://preciousthemes.com
Description: Business Kit is multipurpose responsive, customizable and powerful professional WordPress theme. It can be customized easily in few clicks using live customizer. Business Kit comes with a full-width slider, easy option to add logo and favicon, custom widgets, full-width template and more. It is a search engine optimized theme which performs best in google, bing, yahoo or any other search engines. This theme is suitable for all type of business, corporate, portfolio, digital agency, blog or any creative modern looking websites.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-kit
Tags: custom-background, custom-menu, custom-logo, custom-header, featured-images, full-width-template, one-column, two-columns, theme-options, threaded-comments, translation-ready, footer-widgets, blog, left-sidebar, right-sidebar, education, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Business Kit is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased !important;
}
body {
    margin: 0;
	-webkit-font-smoothing: antialiased !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
	-webkit-font-smoothing: antialiased !important;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
	-webkit-font-smoothing: antialiased !important;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------

# Typography

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

button,
input,
select,
textarea {
    color: #404040;
    font-size: 15px;
    line-height: 1.5;
	-webkit-font-smoothing: antialiased !important;
}
body {
    color: #6a6a6a;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	-webkit-font-smoothing: antialiased !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #313131;
    font-family: Montserrat;
    font-weight: 600;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------

# Elements

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

html {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background-color: #fff;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
	-webkit-font-smoothing: antialiased !important;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
	-webkit-font-smoothing: antialiased !important;
}
ul,
ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
td,
th {
    border: 1px solid #ddd;
    padding: 5px;
}
/*--------------------------------------------------------------

# Forms

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

button,
.comment-reply-link,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
   
    line-height: 1;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.52px;
    padding: 20px 40px 20px;
    margin-top: 40px;
    border-radius: 25px;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(#089d75, #027556) !important;
	
background: -moz-linear-gradient(#089d75, #027556) !important; /* FF3.6+ */
  background: -webkit-gradient(#089d75, #027556) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(#089d75, #027556) !important;/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(#089d75, #027556) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(#089d75, #027556) !important; /* IE10+ */
  background: linear-gradient(#089d75, #027556) !important; /* W3C */
}
button,
.comment-reply-link,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:hover,
.comment-reply-link,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
button:hover,
.comment-reply-link,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #2e2e2e;
    border-color: #2e2e2e;
    color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 6px 0 6px 9px;
}
select {
    width: 100%;
    padding: 5px;
}
textarea {
    padding: 10px 20px;
    width: 100%;
    resize: none;
}
::-webkit-input-placeholder {
    color: #8a8a8a;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #8a8a8a;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #8a8a8a;
}
:-ms-input-placeholder {
    color: #8a8a8a;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required::-webkit-input-placeholder {
    color: #ff0000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required:-moz-placeholder {
    color: #ff0000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required::-moz-placeholder {
    color: #ff0000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required:-ms-input-placeholder {
    color: #ff0000;
}
/*--------------------------------------------------------------

# Navigation

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

## Links

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

a {
    color: #058562;
    text-decoration: inherit;
}
a:visited {
    color: #058562;
}
a:hover,
a:focus,
a:active {
    color: #df0c38;
	text-decoration: none;
}
a:focus {
    outline: inherit;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------

## Menus

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

#main-nav {
    display: block;
    float: right;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
}
.enabled-sticky-primary-menu #main-nav.fixed {
    box-shadow: 0 0 3px #aaaaaa;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}
.main-navigation ul ul {
   background-color: rgb(255, 255, 255);
    box-shadow: none;
    right: 9999px;
    margin: 0;
    min-width: 475px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.4s ease-in-out 0s;
    z-index: -9999;
}
.main-navigation ul ul ul {
    right:100%;
    top: 0;
}
.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    float: left;
}
.main-navigation ul > li:hover > ul {
    opacity: 1;
    
    left: 0;
    z-index: 9999;
}
.main-navigation ul ul ul ul {
    display: none;
}
.main-navigation ul ul ul li:hover > ul {
    display: block;
}
.main-navigation ul ul li:hover > ul {
    opacity: 1;
    right:100%;
}
.main-navigation li li {
    float: none;
    display: block;
}
.main-navigation ul li li:first-child > a {
    border-left: none;
}
.custom-menu {
    display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    align-items: center;
	float: right;
	position: relative;
	right: 0px !important;
	/*bottom: -40px !important;*/
	padding: 35px 0px;
}
.main-navigation ul li a {
    color: #777777;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 40px 5px;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
    font-family: Montserrat;
}


.main-navigation ul ul li a {
    color: #393939 !important;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 15px;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
    font-family: Montserrat;
	border-bottom: 1px solid #e5e5e5;
}



.main-navigation ul ul a {
    border-bottom: 0px;
    border-left: medium none;
    border-right: medium none;
    box-shadow: none;
    font-size: 15px;
    height: auto;
    padding: 20px 30px;
    text-align: left;
    width: 100%;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu li a,
.home.page .header-collapse ul li a {
    color: #fff;
}
.home.page .header-collapse ul li a:hover {
    color: #ff9900;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu li a:hover{
	background:#058562;
	color: #fff !important;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu li a,
.main-navigation ul li.menu-item-has-children ul.sub-menu li a:hover{
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;	
}
.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 0;
    right: 10px;
     transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
}
.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
    content: "\f105";
    top: 50%;
}
.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page_item_has_children a {
    padding-right: 30px;
}
.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}
#mobile-trigger {
    display: none;
}
#mobile-menu {
    display: none;
}
/*comment and post navigation*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
#infinite-handle span {
    background: #df0c38;
    float: left;
    padding: 5px 15px;
    width: auto;
    line-height: 1.5;
}
#infinite-handle span {
    font-size: 1.5;
    font-size: 15px;
    color: #fff;
}
#infinite-handle {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}
.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover,
#infinite-handle span:hover {
    background: #df0c38;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
}
.comment-navigation .nav-previous::before,
.posts-navigation .nav-previous::before,
.post-navigation .nav-previous::before {
    content: "\f100";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
    color: #fff;
}
.comment-navigation .nav-next::after,
.posts-navigation .nav-next::after,
.post-navigation .nav-next::after {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 5px;
    color: #fff;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
    color: #fff;
}
.nav-links {
    border-top: medium none;
    margin-bottom: 20px;
    padding: 20px 0;
    overflow: hidden;
}
.nav-links .page-numbers {
    border: 1px solid;
    padding: 5px 10px;
}
.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
    background: #ff9900 none repeat scroll 0 0;
    border-color: #ff9900;
    color: #ffffff;
}
.nav-links .page-numbers.dots {
    border: none;
}
/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    /* It should be ablolute */
    
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    /* It should be clip auto */
    
    color: #21759b;
    display: block;
    font-size: 15px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/*--------------------------------------------------------------

# Alignments

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

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.alignnone {
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
/*--------------------------------------------------------------

# Clearings

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

.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#home-page-widget-area::after,
#home-page-widget-area::before,
#featured-slider::after,
#featured-slider::before {
    content: "";
    display: table;
}
.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
}
/*--------------------------------------------------------------

# Widgets

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

.widget {
    margin: 0px 0 0;
}
#home-page-widget-area .widget {
    margin: 0;
}
.widget:first-child {
    margin: 0;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
#home-page-widget-area .widget-title {
    color: #2d4351;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 35px;
    overflow: hidden;
    padding-left: 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#home-page-widget-area .widget-title span {
    position: relative;
}
#home-page-widget-area .widget-title span::before {
    background-color: #df0c38;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100px;
    right: 100%;
    margin-right: 30px;
    top: 46%;
}
#home-page-widget-area .widget-title span::after {
    background-color: #df0c38;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100px;
    left: 100%;
    margin-left: 30px;
    top: 46%;
}
/*--------------------------------------------------------------

# Content

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

## Posts and pages

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

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.entry-meta > span,
.entry-footer > span,
.single-post-meta > span {
    margin: 0 10px 0 0;
}
.entry-meta > span a,
.single-post-meta > span a,
.entry-footer > span a {
    color: #686868;
    font-style: italic;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}
.entry-meta > span::before,
.entry-footer > span::before,
.single-post-meta > span::before,
.entry-header > span::before {
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right: 8px;
    content: "";
    color: #df0c38;
}

.entry-meta .byline .author.vcard {
    margin-left: 0px;
    margin-right: 0px;
}
.entry-footer span {
    margin-right: 15px;
}
span.comments-link::before {
    content: "\f086";
}
.entry-meta .posted-on::before,
.single-post-meta .posted-on::before {
    content: "\f073 ";
}
.entry-footer > .cat-links::before,
.entry-header > .cat-links::before,
.entry-meta  > .cat-links::before {
    content: "\f07c";
}
.entry-meta .byline::before,
.single-post-meta .byline::before {
    content: "\f2c0";
    margin-right: 3px;
}
.entry-footer .edit-link::before {
    content: "\f044";
}
.entry-footer .tags-links::before {
    content: "\f02c";
}
/*--------------------------------------------------------------

## Asides

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

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------

## Comments

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

.authorbox .author-avatar {
    float: left;
    margin: 5px 15px 10px 0;
}
.authorbox {
    background: #e6ffff;
    border: 1px solid #dddddd;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px;
}
.authorbox.no-author-avatar .author-info {
    margin-left: 0;
}
.authorbox .author-bio-posts-content {
    margin-top: 10px;
}
.authorbox .author-bio-posts-content p {
    margin: 0;
}
.authorbox .author-bio-posts-content ul {
    list-style-position: inside;
    margin: 0;
}
#respond {
    clear: both;
    display: block;
    float: left;
    width: 97%;
}
#commentform label {
    display: inline-block;
    width: 100px;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comments-area form#commentform p {
    float: left;
    width: 33.33%;
}
.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
    width: 100%;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comment-form {
    margin: 0 -15px;
}
.comments-area form#commentform p.logged-in-as,
.comments-area form#commentform p {
    padding-left: 10px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}
#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url {
    width: 50%;
}
.comments-area form#commentform p.logged-in-as {
    padding-left: 10px;
    width: 100%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33.33%;
    float: left;
}
.comment-list li.comment::after {
    content: inherit;
    display: none;
}
.comment-list li {
    padding-left: 0;
}
.comment {
    background-position: 0 -74px;
    display: block;
    float: left;
    width: 20%;
}

ol.comment-list .comment{
    margin-bottom: 15px;
}

ol.comment-list .comment:first-child {
    margin-bottom: 0px;
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}
ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 15px 15px;
    width: 98%;
}
ol.comment-list li {
	width:100%;
    list-style: outside none none;
    margin-bottom: 0px;
}
.comment .comment-body {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}
.comment-author.vcard {
    font-size: 20px;
    margin-bottom: 5px;
}
.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
}
.comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
}
#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}
.vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0;
}
.comment-metadata {
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 10px;
}
.comment-reply-link {
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 1px 15px 3px;
    border-radius: 2px;
}
a.comment-reply-link:hover {
    color: #fff;
}
.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}
.comment-respond label {
    display: block;
    font-weight: normal;
}
.comments-title {
    font-weight: normal;
    margin: 25px 0 0;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
#commentform label {
    display: inline-block;
    width: 100px;
}
/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------

# Media

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------

## Captions

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

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------

## Galleries

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

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 10px 0;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------

## Custom Css Starts 

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

#page {
    position: relative;
    margin: 0 auto;
}
.container {
    max-width: 1210px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
section {
    margin: 0px;
    padding: 60px 0;
}
.grey-bg{
	background: #fafafa;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.inner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.v-center {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
p {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #555555;
}
li {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 15px;
    color: #555555;
}

#content {
    padding: 0;
    padding-bottom: 0px;
    clear: both;
}

.page-template-home #content{
    padding-bottom: 0px;
}

.button:visited,
a.btn-white:visited:hover {
    color: #fff;
}
a.btn-white:visited {
    color: #ff214f;
}
a.btn-black,
.home-two a.btn-black,
.home-three a.btn-black {
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}
a.btn-white,
.home-two a.btn-white,
.home-three a.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #ff214f;
}
a.btn-black:hover,
a.btn-white:hover {
    background: #ff214f;
    border-color: #ff214f;
}
.button-holder {
    float: left;
    width: 100%;
    text-align: center;
}
/* Social Widgets css starts */

.social-widgets {
    display: inline-block;
}
.social-widgets ul {
    list-style: none;
    margin: 0;
}
.social-widgets > ul li {
    width: auto;
    padding-left: 0;
}
.social-widgets ul li,
.social-widgets ul li a {
    display: inline-block;
}
.social-widgets ul li {
    margin-right: 10px;
    line-height: 1;
}
.social-widgets ul li a {
    font-size: 0;
    line-height: 1;
    height: 40px;
    width: 40px;
    background: transparent;
    text-align: center;
    border: 1px solid #a1a1a1;
    border-radius: 50%;
}
.social-widgets ul li a::before {
    color: #808080;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
    font-size: 20px;
    line-height: 39px;
}
.social-widgets ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}
.social-widgets ul li a[href*="twitter.com"]::before {
    content: "\f099";
}
.social-widgets ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}
.social-widgets ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}
.social-widgets ul li a[href*="youtube.com"]::before {
    content: "\f167";
}
.social-widgets ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
}
.social-widgets ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}
.social-widgets ul li a[href*="bitbucket.org"]::before {
    content: "\f171";
}
.social-widgets ul li a[href*="github.com"]::before {
    content: "\f113";
}
.social-widgets ul li a[href*="codepen.io"]::before {
    content: "\f1cb";
}
.social-widgets ul li a[href*="flickr.com"]::before {
    content: "\f16e";
}
.social-widgets ul li a[href$="/feed/"]::before {
    content: "\f09e";
}
.social-widgets ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}
.social-widgets ul li a[href*="instagram.com"]::before {
    content: "\f16d";
}
.social-widgets ul li a[href*="tumblr.com"]::before {
    content: "\f173";
}
.social-widgets ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
}
.social-widgets ul li a[href*="vimeo.com"]::before {
    content: "\f194";
}
.social-widgets ul li a[href*="digg.com"]::before {
    content: "\f1a6";
}
.social-widgets ul li a[href*="twitch.tv"]::before {
    content: "\f1e8";
}
.social-widgets ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}
.social-widgets ul li a[href*="delicious.com"]::before {
    content: "\f1a5";
}
.social-widgets ul li a[href*="mailto:"]::before {
    content: "\f0e0";
}
.social-widgets ul li a[href*="soundcloud.com"]::before {
    content: "\f1be";
}
.social-widgets ul li a[href*="wordpress.org"]::before {
    content: "\f19a";
}
.social-widgets ul li a[href*="wordpress.com"]::before {
    content: "\f19a";
}
.social-widgets ul li a[href*="jsfiddle.net"]::before {
    content: "\f1cc";
}
.social-widgets ul li a[href*="tripadvisor.com"]::before {
    content: "\f262";
}
.social-widgets ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}
.social-widgets ul li a[href*="angel.co"]::before {
    content: "\f209";
}
.social-widgets ul li a[href*="slack.com"]::before {
    content: "\f198";
}
/*social links hover effect */

.social-widgets ul li a:hover:before {
    color: #fff;
}
.social-widgets ul li a:hover {
    border-color: rgba(0, 0, 0, 0);
}
.social-widgets ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}
.social-widgets ul li a[href*="twitter.com"]:hover {
    background-color: #00aced;
}
.social-widgets ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
}
.social-widgets ul li a[href*="/feed/"]:hover {
    background-color: #dc622c;
}
.social-widgets ul li a[href*="wordpress.org"]:hover,
.social-widgets ul li a[href*="wordpress.com"]:hover {
    background-color: #45bbe6;
}
.social-widgets ul li a[href*="github.com"]:hover {
    background-color: #4183c4;
}
.social-widgets ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6;
}
.social-widgets ul li a[href*="pinterest.com"]:hover {
    background-color: #cb2027;
}
.social-widgets ul li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
}
.social-widgets ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450;
}
.social-widgets ul li a[href*="youtube.com"]:hover {
    background-color: #bb0000;
}
.social-widgets ul li a[href*="instagram.com"]:hover {
    background-color: #517fa4;
}
.social-widgets ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}
.social-widgets ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4;
}
.social-widgets ul li a[href*="digg.com"]:hover {
    background-color: #333;
}
.social-widgets ul li a[href*="codepen.io"]:hover {
    background-color: #000;
}
.social-widgets ul li a[href*="reddit.com"]:hover {
    background-color: #ff4500;
}
.social-widgets ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0;
}
.social-widgets ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}
.social-widgets ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}
.social-widgets ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}
.social-widgets ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}
.social-widgets ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}
.social-widgets ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}
.social-widgets ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}
.social-widgets ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}
.social-widgets ul li a[href*="soundcloud.com"]:hover {
    background-color: #ff5500;
}
.social-widgets ul li a[href*="wordpress.org"]:hover {
    background-color: #45bbe6;
}
.social-widgets ul li a[href*="jsfiddle.net"]:hover {
    background-color: #4679bd;
}
.social-widgets ul li a[href*="tripadvisor.com"]:hover {
    background-color: #86c171;
}
.social-widgets ul li a[href*="foursquare.com"]:hover {
    background-color: #2d5be3;
}
.social-widgets ul li a[href*="angel.co"]:hover {
    background-color: #000;
}
.social-widgets ul li a[href*="slack.com"]:hover {
    background-color: #56b68b;
}
/* Social link hover effect */
/* Social Widgets css ends */
/*--------------------------------------------------------------

## Header Css Starts 

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

.site-header,
.top-header,
.top-header .top-header-content,
.site-header .bottom-header {
    float: left;
    width: 100%;
}
.site-header,
.home.banner-inactive .site-header{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
}

.home.slider-inactive .site-header,
.banner-inactive .site-header{
    position: static;
    left: auto;
    top: auto;
}

.site-header .bottom-header,
.home.banner-inactive .site-header .top-header,
.home.banner-inactive .site-header .bottom-header {
    background:#fff;
	   /* border-bottom: 1px solid #000;*/
}


.home.slider-inactive .site-header .top-header,
.home.slider-inactive .site-header .bottom-header,
.banner-inactive  .site-header .top-header,
.banner-inactive .site-header .bottom-header{
    background:#a8a8a8; 
}

.top-header,
.home.banner-inactive .top-header{
    background: linear-gradient(#089d75, #027556);
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.top-header,
.home.banner-inactive .top-header
{
	background:-webkit-linear-gradient(#089d75, #027556);
}

.top-header .top-header-content .top-menu-warp,
.top-header .top-header-content .top-menu-warp ul,
.top-header .top-header-content .top-menu-warp ul li,
.top-header .top-header-content .top-menu-warp ul li a {
	display: inline-block;
}
.top-header .top-header-content .top-menu-warp ul{
	list-style: none;
	margin:0;
}
.top-header .top-header-content .top-menu-warp ul li a{
	color: #fff;
	padding: 0px 10px;
}
.top-header .top-info-left {
    float: left;
}
.top-header .top-info-right {
    float: right;
}
.top-contact-info {
    display: inline-block;
}
.top-contact-info span {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
}
.top-contact-info span:first-child {
    padding-left: 0px;
}
.top-contact-info span:last-child {
    border-right: 0px;
}
.top-contact-info span i {
    font-size: 15px;
    color: #fff;
    font-family: "FontAwesome";
    float: left;
    margin-right: 15px;
    line-height: 1;
}
.top-header .social-widgets ul li a {
    height: auto;
    width: auto;
    border: 0;
}
.top-header .social-widgets ul li a::before {
    color: #fff;
    font-size: 15px;
    line-height: 1;
}
.top-header .social-widgets ul li a:hover {
    background: transparent;
}
.site-branding {
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}
.site-title {
    color: #fff;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
}
.site-title a span {
    color: #ff214f;
    font-weight: 600;
}
.site-title a,
.site-description {
    color: #fff;
    line-height: 1;
    margin-bottom: 0px;
}
.main-navigation-wrapper {
    float: right;
}
#main-nav {
    float: left;
}



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

## Featured Slider Starts 

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

#featured-slider,
#main-banner,
.slick-main-slider,
.slick-main-slider .item,
#main-banner .caption h2,
#main-banner .caption p,
#main-banner .button-holder {
    float: left;
    width: 100%;
}
#featured-slider {
    padding: 0px;
}
.slick-main-slider .item {
    min-height: 920px;
    position: relative;
}
.slick-main-slider .item:focus {
    outline: none;
}
.overlay,
.overlay-dark,
.caption-holder {
    position: relative;
}
.overlay:before,
.overlay-dark:before {
    background: rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.overlay-dark:before {
    background: #058562;
}
.caption-holder {
    float: left;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
}
#main-banner .caption {
    float: left;
    width: 44%;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
}
.top-header-active #main-banner .caption {
	margin-top: 20px;
	    border-bottom: none;
} 
#main-banner .caption h2 {
   color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;   
}

#main-banner .caption p {
    margin-bottom: 25px;
    font-family: Montserrat;
    color: #ffffff;
    margin: 0 0 30px;
    text-align: left;
    margin: 0 0 20px;
    font-style: italic;
    font-size: 24px;
    margin: 8px 20px 30px 0;
    float: left;
    
}
#main-banner .value p {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin: 8px 20px 15px 0;
    font-weight: 600;
    font-style: normal;
}

#main-banner .caption p a {
   font-size: 14px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.52px;
    padding: 16px 45px 16px;
    border-radius: 25px;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(#089d75, #027556) !important;
    
}



#main-banner .button-holder {
    text-align: left;
}
#main-banner .button-holder .button {
    margin-right: 10px;
}
/* Slick Slider css */

.slick-dots,
.slick-dots li {
    display: inline-block;
}
.slick-dots {
    margin: 0;
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

.slick-main-slider .slick-dots {
    bottom: 30px;
}

.slick-dots li {
    list-style: none;
}
.slick-dots li button {
    background: rgba(0, 0, 0, 0.45);
    padding: 0;
    font-size: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
}
.slick-dots li.slick-active button {
    background: #ff214f;
    box-shadow: none;
}
.slick-prev,
.slick-next {
    padding: 0px;
    font-size: 0px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #000;
    text-align: center;
    background: #000;
    border-radius: 50%;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
    z-index: 9;
    opacity: 0;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
    opacity: 1;
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.slick-prev:before,
.slick-next:before {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    line-height: 36px;
    font-family: "FontAwesome";
}
.slick-prev:before {
    content: "\f104";
}
.slick-next:before {
    content: "\f105";
}
.slick-prev:focus,
.slick-next:focus {
    box-shadow: none;
    outline: none;
    border-color: currentColor;
}
.slick-main-slider .slick-prev,
.slick-main-slider .slick-next {
    border-color: #fff;
    background: transparent;
}
.slick-main-slider .slick-prev:before,
.slick-main-slider .slick-next:before {
    color: #fff;
}
/* Main banner slick css */
/*--------------------------------------------------------------

## About Us & Features Section Styles Starts 

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

.about-us-section,
.about-us-section .about-us-wrapper .description-holder h3,
.about-us-section .about-us-wrapper .description-holder h2,
.about-us-section .about-us-wrapper .description-holder p,
.features-wrapper,
.features-section,
.features-section .features-holder,
.features-item .features-inner,
.features-item .features-text-wrap,
.features-item .features-text-wrap h2,
.features-item .features-text-wrap p {
    float: left;
    width: 100%;
}
.image-holder {
    width: 60%;
}

.description-holder {
    width: 40%;
}



.about-us-section .about-us-wrapper {
    display: table;
    width: 100%;
	border-bottom: 1px #e1e1e1 solid;
    padding: 0px 0 45px 0;

}

.about-us-section .about-us-wrapper .description-holder {
    display: table-cell;
    vertical-align: middle;
    float: left;
}


.about-us-section .about-us-wrapper .image-holder {
    display: table-cell;
    vertical-align: middle;
    float: right;
}



.about-us-section .about-us-wrapper .image-holder {
    padding-right: 15px;
    line-height: 0;
}
.about-us-section .about-us-wrapper .description-holder {
    padding-left: 15px;
}
.about-us-section .about-us-wrapper .description-holder h3 {
    color: #ff214f;
    font-size: 15px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}
.about-us-section .about-us-wrapper .description-holder h2 {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #858585;
}
.features-section {
    padding-top: 0px;
}
.features-section .features-holder {
    padding-top: 75px;
    border-top: 1px solid #ddd;
}
.features-item {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
    vertical-align: top;
    margin-left: -3px;
    margin-bottom: 30px;
}
.features-item .features-inner {
    position: relative;
}
.features-item .feature-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.features-item .feature-icon span {
    font-size: 40px;
    color: #6a6a6a;
}
.features-item .features-text-wrap {
    padding-left: 70px;
}
.features-item .features-text-wrap h2,
.features-item .features-text-wrap h2 a {
    color: #313131;
    font-size: 18px;
}
.features-item .features-text-wrap h2 {
    margin-bottom: 10px;
}
.features-item .features-text-wrap p {
    margin-bottom: 0px;
}

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

## Advanced Cta Styles Starts 

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

.advanced-cta-section,
.cta-content,
.cta-content p,
.cta-content h3,
.cta-content h2 {
    float: left;
    width: 100%;
}
.advanced-cta-section {
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}
.cta-content {
    width: 100%;
    position: relative;
}

.cta-content h3 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    color: #ffffff;
    padding-top: 3px;
    text-align: center;
    margin: 40px 0 50px;
}


.cta-content h3::before {
    border: 2px solid #80bdae;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 6px auto;
    top: 100px ;
    width: 80px;
    height: 3px;
}








.cta-content h2 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
}
.cta-content p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.cta-content a.button {
    border: 2px solid #fff;
    background: transparent;
}
.cta-content a.button:hover {
    border-color: #ff214f;
    background: #ff214f;
}

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

## Servcies Section Styles Starts 

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

.services-section,
.section-title,
.section-title p,
.section-title h2,
.services-wrapper,
.service-item .service-inner,
.service-item .service-thumb,
.service-item .service-thumb img,
.service-item .service-text-wrap,
.service-item .service-text-wrap h2,
.service-item .service-text-wrap p {
    float: left;
    width: 100%;
}
.services-section {
    padding-bottom: 45px;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title p,
.theme_toolkit_team .section-title h2,
.theme_toolkit_portfolio .section-title h2,
.theme_toolkit_partners .section-title h2,
.theme_toolkit_testimonials .section-title h2 {
    color: #ff214f;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
.section-title h2,
.theme_toolkit_team .section-title p,
.theme_toolkit_portfolio .section-title p,
.theme_toolkit_partners .section-title p,
.theme_toolkit_testimonials .section-title p {
    color: #313131;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.4;
}
.service-item {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    margin-bottom: 30px;
    margin-left: -3px;
}
.service-col-4 .service-item {
    width: 25%;
}
.service-col-3 .service-item {
    width: 33.33%;
}
.service-col-2 .service-item {
    width: 50%;
}
.service-col-1 .service-item {
    width: 100%;
}
.service-item .service-inner {
    position: relative;
    overflow: hidden;
}
.service-item .service-thumb img {
    position: relative;
    top: 0;
}
.service-item:hover .service-thumb img {
    top: -86px;
}
.service-item .service-text-wrap {
    padding: 20px;
    background: #fff;
    text-align: center;
    position: absolute;
    bottom: -86px;
}
.service-item:hover .service-text-wrap {
    bottom: 0;
}
.service-item .service-text-wrap h2 {
    font-size: 18px;
    margin-bottom: 0px;
}
.service-item .service-text-wrap h2 a {
    color: #313131;
}
.service-item .service-text-wrap p {
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.service-item .service-text-wrap,
.service-item:hover .service-text-wrap,
.service-item:hover .service-thumb img,
.service-item .service-thumb img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/*--------------------------------------------------------------

## Our Team Section Styles Starts 

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

.theme_toolkit_team {
    padding-bottom: 45px;
    background: #fafafa;
}
.tt-team-col-4 .tt-team-item {
    margin-left: -4px;
}
.tt-team-item .tt-team-inner {
    position: relative;
    overflow: hidden;
}
.tt-team-item .tt-team-content-wrap {
    background: #ff214f;
    padding: 15px;
    text-align: center;
    position: absolute;
    bottom: -53px;
}
.tt-team-item:hover .tt-team-content-wrap {
    bottom: 0;
}
.tt-team-item .tt-team-content-wrap h3.tt-team-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
}
.tt-team-item .tt-team-content-wrap span {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.tt-team-item .tt-team-content-wrap span a {
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tt-team-item .tt-team-content-wrap .tt-team-social {
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 15px !important;
}
.tt-team-item .tt-team-content-wrap .tt-team-social li a {
    height: auto;
    width: auto;
    border: 0;
    background: transparent;
}
.tt-team-item .tt-team-content-wrap .tt-team-social li:last-child {
    margin-right: 0px;
}
.tt-team-item .tt-team-content-wrap .tt-team-social li a::before {
    color: #fff;
    font-size: 15px;
    line-height: 1;
}
.tt-team-item .tt-team-content-wrap .tt-team-social li a:hover {
    background: transparent;
}
.tt-team-item:hover .tt-team-content-wrap,
.tt-team-item .tt-team-content-wrap {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/*--------------------------------------------------------------

## Portfolio Section Starts 

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

.theme_toolkit_portfolio,
.tt-portfolio-item-main,
.tt-portfolio-item .tt-portfolio-wrapper,
.tt-portfolio-item .tt-portfolio-thumb,
.tt-portfolio-item h3.tt-portfolio-title,
.tt-portfolio-item h3.tt-portfolio-title a,
.tt-portfolio-item .tt-portfolio-thumb img,
.tt-portfolio-item .tt-portfolio-text-wrap,
.tt-portfolio-item .tt-portfolio-text-wrap p,
.filter-list {
    float: left;
    width: 100%;
}
.theme_toolkit_portfolio{
    padding-bottom: 70px;
}
.tt-portfolio-item {
    float: left;
    text-align: center;
    display: none;
    padding: 5px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.tt-portfolio-item .tt-portfolio-wrapper {
    position: relative;
    overflow: hidden;
}
.tt-portfolio-item .tt-portfolio-thumb img {
    position: relative;
    top: 0;
}
.tt-portfolio-item:hover .tt-portfolio-thumb img {
    top: -62px;
}
.tt-portfolio-item .tt-portfolio-text-wrap h3.tt-portfolio-title,
.tt-portfolio-item .tt-portfolio-text-wrap h3.tt-portfolio-title a {
    color: #313131;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.tt-portfolio-item .tt-portfolio-text-wrap {
    padding: 20px;
    background: #fff;
    position: absolute;
    bottom: -62px;
}
.tt-portfolio-item:hover .tt-portfolio-text-wrap {
    bottom: 0;
}
.tt-portfolio-item .tt-portfolio-text-wrap p {
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tt-portfolio .filter-list {
    text-align: center;
    list-style: none;
    margin-bottom: 40px;
    margin-left: 0px;
}
.filter-list li {
    display: inline-block;
    padding: 7px 32px;
    border: 1px solid #ddd;
    background: transparent;
    cursor: pointer;
    border-radius: 25px;
    margin: 0px 10px;
}
.filter-list li.active,
.filter-list li:hover {
    background: #ff214f;
    color: #fff;
    border-color: #ff214f;
}
.filter-list li.active,
.filter-list li:hover,
.tt-portfolio-item:hover .tt-portfolio-text-wrap,
.tt-portfolio-item .tt-portfolio-text-wrap,
.tt-portfolio-item:hover .tt-portfolio-thumb img,
.tt-portfolio-item .tt-portfolio-thumb img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/*--------------------------------------------------------------

## Partners Section Styles Starts 

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

.tt-partners-wrap,
.our-partners-section,
.tt-partners,
.tt-partners-main {
    float: left;
    width: 100%;
}
.theme_toolkit_partners {
    background: #fafafa;
}
.tt-partners-main .tt-partners-item {
    float: left;
}
.tt-partners {
    position: relative;
}
.tt-partners-main .slick-dots {
    bottom: -30px;
}
.tt-partners-main .slick-prev,
.tt-partners-main .slick-next {
    height: auto;
    width: auto;
    border: 0;
    background: transparent;
}
.tt-partners-main .slick-prev {
    left: -20px;
}
.tt-partners-main .slick-next {
    right: -30px;
}
.tt-partners-main .slick-prev:focus,
.tt-partners-main .slick-next:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}
.tt-partners-main .slick-prev:hover,
.tt-partners-main .slick-next:hover {
    background: transparent;
}
.tt-partners-main .slick-prev:before,
.tt-partners-main .slick-next:before {
    font-size: 30px;
    line-height: 1;
    color: #515151;
}
.tt-partners-main .slick-prev:hover:before,
.tt-partners-main .slick-next:hover:before {
    color: #ff214f;
}
/*--------------------------------------------------------------

## Client Testimonials Styles Starts 

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

.theme_toolkit_testimonials,
.tt-testimonials-wrap,
.tt-testimonials,
.tt-testimonial-item-main .tt-testimonial-item,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-inner,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-meta,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-meta .tt-testimonial-title,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-meta p {
    float: left;
    width: 100%;
}
.tt-testimonials {
    text-align: center;
}
.tt-testimonials .tt-testimonial-item-main {
    display: inline-block;
    width: 70%;
    float: none;
    padding-bottom: 50px;
}
.tt-testimonial-item-main .tt-testimonial-item {
    padding: 50px 5px 5px 5px;
    margin-bottom: 0px;
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-inner {
    background: #fafafa;
    padding: 0px 50px 50px 50px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}
.slick-slider .slick-slide:focus {
    outline: none;
}
.tt-testimonial-item-main .tt-testimonial-item figure,
.tt-testimonial-item-main .tt-testimonial-item figure img {
    display: inline-block;
    margin: 0;
}
.tt-testimonial-item-main .tt-testimonial-item figure {
    margin-top: -50px;
    margin-bottom: 50px;
}
.tt-testimonial-item-main .tt-testimonial-item figure img {
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.21);
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-meta .tt-testimonial-title {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #313131;
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption {
    position: relative;
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:before,
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:after {
    content: "\f10d";
    color: #ff214f;
    font-family: "FontAwesome";
    font-size: 50px;
    opacity: 0.7;
    position: absolute;
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:before {
    top: -65px;
    left: 0;
}
.tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:after {
    content: "\f10e";
    right: 0;
    bottom: -65px;
}
.tt-testimonial-item-main .slick-prev {
    left: -60px;
}
.tt-testimonial-item-main .slick-next {
    right: -60px;
}
/*--------------------------------------------------------------

## Blog Sections Styles Starts 

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

.blog-section,
.blog-wrapper,
.blog-item .blog-inner,
.blog-item .blog-thumb,
.blog-item .blog-thumb img,
.blog-item .blog-text-wrap,
.blog-item .blog-text-wrap h2,
.blog-item .blog-text-wrap p {
    float: left;
    width: 100%;
}
.blog-section {
    padding-bottom: 45px;
}
.blog-item {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    margin-bottom: 30px;
    margin-left: -3px;
}
.blog-item .blog-inner {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.blog-item .blog-inner:hover {
    box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.20);
}
.blog-col-4 .blog-item {
    width: 25%;
}
.blog-col-3 .blog-item {
    width: 33.33%;
}
.blog-col-2 .blog-item {
    width: 50%;
}
.blog-col-1 .blog-item {
    width: 100%;
}
.blog-item .blog-text-wrap {
    padding: 20px;
    background: #fff;
}
.blog-item .blog-text-wrap h2,
.blog-item .blog-text-wrap h2 a {
    color: #313131;
    font-size: 18px;
}
.blog-item .blog-text-wrap h2 {
    margin-bottom: 10px;
}
.blog-item .blog-text-wrap p {
    margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
}
.byline,
.posted-on {
    display: inline-block;
}
.byline:before,
.posted-on:before {
    color: #6a6a6a;
    margin-right: 10px;
    font-size: 15px;
    font-family: "FontAwesome";
}
.byline:before {
    content: "\f2c0";
}
.posted-on:before {
    content: "\f274";
}
.blog-item .blog-text-wrap .byline {
    float: left;
}
.blog-item .blog-text-wrap .posted-on {
    float: right;
}
.blog-item .blog-inner,
.blog-item .blog-inner:hover {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/*--------------------------------------------------------------

## Inner Page Styles Starts 

--------------------------------------------------------------*/
#primary {
    float: left;
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}

.page-template-full-width-page #primary {
	width: 100%;
}

#sidebar-primary {
    float: left;
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}

.global-layout-left-sidebar #primary {
    float: right;
}

.global-layout-right-sidebar #sidebar-primary {
    float: right;
}

.global-layout-no-sidebar #primary {
    width: 100%;
}

.page-title {
    font-size: 40px;
    color: #434343;
    position: relative;
    padding-bottom:10px;
    width: 100%;
    float: left;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px solid #eae9e9
}

.page-title span {
    color: #ff214f;
    display: inline-block;
}

#featured-banner,
#featured-banner img,
.banner-title {
    float: left;
    width: 100%;
}

#featured-banner {
    padding: 97px 0px 65px 0px;
    position: relative;
    margin-top: 160px;
}

.banner-inactive  #featured-banner {
    padding-top: 65px;
}

.banner-title{
    text-align: center;
    position: relative;
}

.banner-title h2 {
    display: inline-block;
    color: #fff;
    margin-bottom: 0px;
    font-size: 46px;
    font-weight: 600;
    text-transform: capitalize;
}

/*----------------------
## Blog Page Starts
-----------------------*/
#primary .post,
#primary .page,
.search-results #primary .product,
#primary .post .featured-thumb,
#primary .page .featured-thumb,
#primary .post .content-wrap,
#primary .page .content-wrap  {
    display: inline-block;
    width: 100%;
}

#primary .post,
.search-results #primary .product {
    margin-bottom: 30px;
}

.blog  #primary .post:last-child,
.single-post #primary .post {
    margin-bottom: 0px;
}

#primary .page .entry-title,
#primary .post .entry-title,
.search-results #primary .product .entry-title{
    margin-top: 0px;
}

#primary .page .entry-title a,
#primary .post .entry-title a,
.search-results #primary .product .entry-title a{
    color: #313131;
}

#primary .page .featured-thumb,
#primary .post .featured-thumb {
    line-height: 0;
}

#primary .post .content-wrap,
#primary .product  .content-wrap{
    padding-top: 20px;
}

.page-content-wrap .entry-content {
    margin-top: 0px;
}

.page .featured-thumb {
    margin-bottom: 20px;
}

.entry-meta > span a, 
.single-post-meta > span a, 
.entry-footer > span a {
    font-style: normal;
}

.entry-footer > span a {
    color:#848484;
}

#primary .post .content-wrap .entry-footer,
#primary .page .content-wrap .entry-footer,
.search-results #primary .product .content-wrap .entry-footer {
    padding: 10px 0px;
    border-top: 1px solid #eae9e9;
} 

.single-post #primary .post .content-wrap .entry-footer {
    border-top: 0px;
}

/*----------------------
## Breadcrumb Starts
-----------------------*/

#breadcrumb{
    float: left;
    width: 100%;
}

#breadcrumb {
    text-align: center;
    background: transparent;
    padding: 10px 30px;
    position: relative;
}

#breadcrumb,
#breadcrumb ul,
#breadcrumb ul li {
    display: inline-block;
}

#breadcrumb ul {
    margin: 0;
    list-style: none;
}
#breadcrumb ul li:last-child {
    margin-right: 0px;
}
#breadcrumb ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
#breadcrumb ul li:after {
    color: #fff;
    content: "\f105";
    font-size: 15px;
    font-family: "FontAwesome";
    margin: 0px 15px;
}

#breadcrumb ul li:last-child:after {
    display: none;
}

#breadcrumb ul li:last-child a,
#breadcrumb ul li:last-child span {
    color: #fff;
    font-weight: 500;
}
/* Pagination starts */

.pagination {
    float: left;
    width: 100%;
    padding: 20px 0px 0px 0px;
}
.pagination .nav-links {
    padding: 0px;
    margin-bottom: 0px;
}
.pagination .nav-links .page-numbers {
    display: inline-block;
    background: #ff214f;
    color: #fff;
    padding: 15px;
    line-height: 1;
    border: 1px solid #ff214f;
    margin-right: 4px;
}
.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:hover {
    background: transparent;
    color: #ff214f;
    border-color: #ff214f;
}
/* pagination ends */

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

## Sidebar Widgets Starts

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

.sidebar form.search-form,
#footer-widgets form.search-form {
    position: relative;
}
.sidebar form.search-form input[type="search"],
#footer-widgets form.search-form input[type="search"] {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ddd;
}
.sidebar form.search-form button[type="submit"],
#footer-widgets form.search-form button[type="submit"] {
    float: left;
    width: 20%;
    font-size: 15px;
    height: 43px;
    width: 43px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 0px;
    padding: 0;
}
.sidebar form.search-form button[type="submit"] i,
#footer-widgets form.search-form button[type="submit"] i {
    color: #ff214f;
    font-size: 15px;
    line-height: 43px;
    display: inline-block;
    font-family: "FontAwesome";
}
.sidebar .widget {
    margin-bottom: 30px;
    text-align: left;
    padding: 15px;
    
}



.sidebar .widget .widget-title {
    color: #434343;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    
}

.sidebar .widget .widget-title::before {
    content: "";
    display: inline-block;
    width: 30px;
    border-bottom: 1px #d7d7d7 solid;
    border-width: 3px;
    position: absolute;
    padding: 18px 0;
}










.sidebar .widget .widget-title {
    margin-bottom: 20px;
}
.sidebar .widget ul {
    margin: 0;
    text-align: left;
    list-style: none;
}
.sidebar .widget ul li,
.sidebar .widget ul li a {
    color: #808080;
    font-size: 15px;
    width: 100%
}
.sidebar .widget ul li {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 7px;
}

.sidebar .widget ul li a:hover {
    color: #ff214f;
}
.sidebar .widget ul li:last-child {
    margin-bottom: 0px;
}
.sidebar .widget ul li:before{
    content: "\f101";
    font-family: "FontAwesome";
    float: left;
    position: absolute;
    top: 0px;
    left: 0;
}

/* Calender css */

table#wp-calendar caption {
    padding: 5px;
    border: 1px solid #ddd;
    border-bottom: 0px;
}

/* Post Navigation starts */

.post-navigation {
    float: left;
    width: 100%;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
#infinite-handle span {
    padding: 0px;
    width: 50%;
    background: transparent;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    padding-right: 15px;
    text-align: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    padding-left: 15px;
    text-align: right;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-previous::before,
.posts-navigation .nav-previous::before,
.post-navigation .nav-previous::before,
.comment-navigation .nav-next::after,
.posts-navigation .nav-next::after,
.post-navigation .nav-next::after {
    color: #434343;
    font-size: 18px;
}
.post-navigation .nav-links .nav-previous:hover a,
.post-navigation .nav-links .nav-next:hover a,
.post-navigation .nav-links .nav-previous:hover:before,
.post-navigation .nav-links .nav-next:hover:after {
    color: #ff214f;
}
.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover,
#infinite-handle span:hover {
    background: transparent;
}

/*--------------------------------------------------------------
## Search No-results page Starts
--------------------------------------------------------------*/
.search-no-results section {
    padding: 0px;
}

.search-no-results  .no-results.not-found p {
    float: left;
    color: #999;
}

.search-no-results  .no-results.not-found form,
.search-no-results  .no-results.not-found form.search-form input[type="search"],
.search-no-results .no-results.not-found form.search-form input[type="text"] {
    float: left;
    width: 100%;
}

.search-no-results  .no-results.not-found form{
    position: relative;
}

.search-no-results  .no-results.not-found form.search-form input[type="search"],
.search-no-results .no-results.not-found form.search-form input[type="text"] {
    padding: 10px;
    box-sizing: border-box;
}

.search-no-results .no-results.not-found form.search-form input[type="submit"],
.search-no-results .no-results.not-found form.search-form button[type="submit"]{
    position: absolute;
    right: 0;
    background-color: #ff214f;
    color: #fff; 
    border:0;
    padding: 0;
    line-height: 1;
    height: 43px;
    width: 43px;
    border-radius: 0px;
}

.search-no-results .no-results.not-found  form.search-form input[type="submit"]:hover,
.search-no-results .no-results.not-found form.search-form button[type="submit"]:hover{
    background-color: #ff214f;
    color: #fff;
    border:0;
}

/*--------------------------------------------------------------
## Error 404 Page Starts
--------------------------------------------------------------*/
.error-404.not-found,
.error-404.not-found  form.search-form input[type="search"],
.error-404.not-found  form.search-form input[type="text"],
.error-404.not-found .page-header {
    float: left;
    width: 100%;
}

.error-404.not-found {
    padding: 0px;
}

.error-404.not-found  form.search-form {
    position: relative;
    display: inline-block;
    width: 60%;
}

.error-404.not-found  form.search-form input[type="search"],
.error-404.not-found  form.search-form input[type="text"]{
    padding: 10px;
    box-sizing: border-box;
}

.error-404.not-found  form.search-form input[type="submit"],
.error-404.not-found  form.search-form button[type="submit"]{
    position: absolute;
    right: 0;
    background-color: #ff214f;
    color: #fff; 
    border:0;
    padding: 0;
    line-height: 1;
    height: 43px;
    width: 43px;
    border-radius: 0px;
}

.error-404.not-found  form.search-form input[type="submit"]:hover,
.error-404.not-found  form.search-form button[type="submit"]:hover{
    background-color: #ff214f;
    color: #fff;
    border:0;
}

.error404 #primary,
.error-404.not-found .page-header {
    width: 100%;
    text-align: center;
}

.error404 #primary {
    padding-bottom: 50px;
}

.error-404.not-found .page-header .page-title {
    float: none !important;
    display: inline-block !important;
    width: 60% !important;
}

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

## Contact Page Styles Starts 

--------------------------------------------------------------*/
.wpcf7,
.wpcf7 form.wpcf7-form,
.wpcf7 form.wpcf7-form label,
.wpcf7 form.wpcf7-form input,
.wpcf7 form.wpcf7-form textarea {
    float: left;
    width: 100%;
}

.wpcf7 form.wpcf7-form input,
.wpcf7 form.wpcf7-form textarea {
    margin-bottom: 0px;
    margin-top: 0px;
}

.wpcf7 form.wpcf7-form input[type="submit"]{
    width: auto;
}


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

## Footer Styles Starts 

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

.site-footer,
#footer-widgets,
#footer-widgets .footer-active-4,
#footer-widgets .footer-active-3,
#footer-widgets .footer-active-2,
#footer-widgets .footer-active-1,
.site-info-holder {
    float: left;
    width: 100%;
}
#footer-widgets {
    background: #000000;
    padding: 75px 0px;
    position: relative;
}
#footer-widgets .widget-column {
    padding-left: 15px;
    padding-right: 15px;
}
#footer-widgets .footer-active-4 {
    width: 25%;
}
#footer-widgets .footer-active-3 {
    width: 33.33%;
}
#footer-widgets .footer-active-2 {
    width: 50%;
}
#footer-widgets .footer-active-1 {
    width: 100%;
}
#footer-widgets section {
    padding: 0;
}
#footer-widgets .widget ul,
.site-footer .site-links ul {
    list-style: none;
    margin: 0;
	    width: 50% !important;
    float: left !important;
}
#footer-widgets .widget ul li {
    margin-bottom: 15px;
    position: relative;
}


/* #footer-widgets .widget ul li:before {
    color: #9c9c9c;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
*/


#footer-widgets .widget ul li {
    padding-left: 0px;
}

#footer-widgets .widget ul.contact-info li:before {
    display: none;
}

#footer-widgets .widget ul.contact-info li {
    padding-left: 0px;
}

#footer-widgets p,
#footer-widgets .widget ul li,
#footer-widgets .widget ul li a {
    color: #cccccc;
    font-size: 15px;
}

#footer-widgets .widget ul li i {
    font-size: 15px;
    color: #9c9c9c;
    margin-right: 15px;
    font-family: "FontAwesome";
}

#footer-widgets .widget.widget_recent_posts ul li a {
    position: relative;
    padding-left: 30px;
}

#footer-widgets .widget.widget_recent_posts ul li a:before {
    color: #808080;
    content: "\f115";
    font-size: 15px;
    font-family: "FontAwesome";
    left: 0;
    top: 0px;
    position: absolute;
    line-height: 1;
}



#footer-widgets h2::after {
    border-bottom: 1.2px solid #ffffff;
    content: "";
    display: block;
    width: 35px;
    margin: 0px 0 0 0;
    padding: 40px 0 0 0;
}










#footer-widgets .widget .widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #404040;
   
}

#footer-widgets p {
    margin-bottom: 15px;
}
#footer-widgets .social-widgets ul li a {
    font-size: 0px;
    height: auto;
    width: auto;
    border: 0;
}
#footer-widgets .widget.social-widgets {
    margin-top: 0px;
}
#footer-widgets .social-widgets ul li a:hover {
    background: transparent;
}
#footer-widgets .social-widgets ul li:before {
    display: none;
}
#footer-widgets .social-widgets ul li {
    padding-left: 0px;
}
#footer-widgets .social-widgets ul li a:before {
    line-height: 1;
    color: #9c9c9c;
    font-size: 15px;
}
#footer-widgets .social-widgets ul li {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#footer-widgets .widget_newsletter form,
#footer-widgets .widget_newsletter form input {
    float: left;
    width: 100%;
}
#footer-widgets .widget_newsletter form {
    position: relative;
}
#footer-widgets .widget_newsletter form input {
    color: #9c9c9c;
    padding: 11px;
    border: 0;
    line-height: 1;
}
#footer-widgets .widget_newsletter form button[type="submit"] {
    border-radius: 0px;
    position: absolute;
    right: 0px;
    padding: 10px;
}
#footer-widgets .widget_newsletter form button[type="submit"] i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: "FontAwesome";
}
.site-footer {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
}
.site-footer .copyright-wrapper{
    text-align: left;
}
.site-footer .copyright {
    display: inline-block;
    margin-right: 0px;
    color: #555555;
	float: right;
	margin-top: 28px;
}
.site-footer .site-info,
.site-footer .site-info a {
    color: #9c9c9c;
    display: inline-block;
}

.tagcloud a {
    color: #9c9c9c;
    display: inline-block;
    font-size: 14px !important;
    padding: 5px 10px;
    border:1px solid #9c9c9c;
    margin:0px 5px 10px 0px;
}

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

14.0 Mean Menu  Css Styles

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

.mean-container .mean-bar {
    background: transparent;
    box-shadow: none;
    z-index: 999;
}
.page-id-21 .mean-container a.meanmenu-reveal span {
    background: #fff !important;
}
.page-id-21 .mean-container a.meanmenu-reveal
{
	color:#fff !important
}
.mean-container a.meanmenu-reveal span {
    background: #fff;
}
.mean-container a.meanmenu-reveal
{
	color:#fff;
}
.mean-container .mean-nav ul li a {
    background: #007454;
}
.mean-container a.meanmenu-reveal {
    color: #000;
    top: 0px;
}
.mean-container .mean-nav {
    margin-top: 73px;
}
.mean-container .mean-nav ul li a {
    text-shadow: none;
}
.mean-container .mean-nav ul li a.mean-expand {
    z-index: 999;
}
/* Go to top */

.gotop {
    background-color: #000000;
    border-radius: 50%;
    height: 53px;
    width: 53px;
    bottom: 50px;
    color: #fff;
    display: none;
    float: right;
    position: fixed;
    right: 10px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
}
.gotop i {
    font-size: 20px;
    color: #fff;
    line-height: 53px;
}
.vc_tta-panels-container{
    border-left: 3px solid #ebebeb;
}

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

## Media Starts Starts 

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

@media screen and (max-width: 1180px) {
    .container {
        max-width: 100%;
    }
    .tt-partners-main .slick-prev {
        left: 0;
    }
    .tt-partners-main .slick-next {
        right: 0;
    }
    .filter-listli {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1023px) {
    #main-banner .caption,
    .cta-content,
    .tt-testimonials .tt-testimonial-item-main {
        width: 100%;
    }
    .about-us-section .about-us-wrapper .description-holder h2{
        font-size: 20px;
        line-height: 1.5;
    }
    .cta-content h2 {
        font-size: 25px;
        line-height: 1.5;
    }

    #primary {
        width: 60%;
    }

    #sidebar-primary {
        width: 40%;
    }

    .main-navigation ul li a {
    	padding-left: 10px;
    	padding-right: 10px;
    }
}

@media screen and (max-width: 991px){

    .main-navigation ul li a {
    	padding-left: 5px;
    	padding-right: 5px;
    	font-weight: 400;
    }	

    .tt-portfolio .filter-list li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 850px) {
    /* Mean MEnu css */
    
    #main-nav {
        display: none;
    }
    .mean-container .main-navigation ul li.menu-item-has-children > a::after,
    .mean-container .main-navigation ul li.page_item_has_children > a::after {
        display: none;
    }
    .mean-container .mean-nav {
        overflow: hidden;
    }
    .main-navigation ul li ul {
        position: relative;
        top: 0;
        left: 0 !important;
        opacity: 1;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        z-index: 99999999;
        height: 52px;
        width: 52px;
        line-height: 52px;
        color: #fff !important;
        background: transparent;
        box-shadow: none;
        padding: 0 !important;
        border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked,
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: #ff214f;
    }
    .mean-container .main-navigation ul li.menu-item-has-children > a,
    .mean-container .main-navigation ul li.page_item_has_children > a {
        padding-right: 40px;
    }
    .mean-container .mean-nav ul li li a {
        width: 100%;
        opacity: 1;
    }
    .mean-container .mean-nav ul li li li a {
        width: 100%;
    }
    .mean-container .main-navigation ul li.menu-item-has-children ul.sub-menu li a {
        color: #fff;
    }
    .mean-container .mean-nav ul li a:hover {
        background: #777777;
    }
    /* Mean Menu css ends */
    
    .site-branding {
        position: relative;
        z-index: 99999;
        margin-top: 0px;
    }
    .site-header .bottom-header {
	    padding: 10px 0px 17px 0px;
	}
    .counter-item {
        width: 50%;
    }
    .service-col-4 .service-item,
    .tt-team-col-4 .tt-team-item,
    .portfolio-col-4 .tt-portfolio-item,
    .blog-col-4 .blog-item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
	.iframe_apply_cert{
		height:2000px !important;
	}
    .top-contact-info span {
        padding-left: 5px;
        padding-right: 5px;
    }
    .social-widgets ul li {
        margin-right: 5px;
    }
    .about-us-section .about-us-wrapper .image-holder,
    .about-us-section .about-us-wrapper .description-holder,
    #footer-widgets .footer-active-4,
    #footer-widgets .footer-active-3 {
        width: 100%;
        float: left;
        display: block;
    }
    .about-us-section .about-us-wrapper .image-holder{
        padding-right: 0px;
    }
    .about-us-section .about-us-wrapper .description-holder{
        padding-top: 30px;
        padding-left: 0px;
    }

    .image-holder,
    .description-holder,
    .features-item,
    .tt-testimonials .tt-testimonial-item-main {
        width: 100%;
    }
    .tt-testimonial-item-main .slick-next {
        right: 0;
    }
    .tt-testimonial-item-main .slick-prev {
        left: 0;
    }
    .features-item {
        margin-left: 0px;
    }
    .cta-content h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .service-col-3 .service-item,
    .tt-team-col-3 .tt-team-item,
    .blog-col-3 .blog-item {
        width: 50%;
    }
    .service-item:hover .service-thumb {
        margin-top: 0px;
    }
    .service-item .service-text-wrap,
    .tt-team-item .tt-team-content-wrap,
    .tt-portfolio-item .tt-portfolio-text-wrap {
        position: static;
        bottom: auto;
    }
    .tt-portfolio-item:hover .tt-portfolio-thumb img,
    .service-item:hover .service-thumb img {
        top: 0;
    }
    .section-title h2 {
        font-size: 25px;
    }
    #footer-widgets .widget-column {
        margin-bottom: 30px;
    }
    #footer-widgets .widget-column:last-child {
        margin-bottom: 0px;
    }
    .top-header .top-info-left,
    .top-header .top-info-right {
        width: 100%;
        text-align: center;
    }
    #primary,
    #sidebar-primary{
        width: 100%;
    }
}

@media screen and (max-width: 551px) {
    .cta-content,
    .service-col-2 .service-item,
    .service-col-3 .service-item,
    .service-col-4 .service-item,
    .tt-team-col-4 .tt-team-item,
    .tt-team-col-3 .tt-team-item,
    .tt-team-col-2 .tt-team-item,
    .tt-portfolio-col-4 .tt-portfolio-item,
    .tt-portfolio-col-3 .tt-portfolio-item,
    .tt-portfolio-col-2 .tt-portfolio-item,
    .blog-col-4 .blog-item,
    .blog-col-3 .blog-item,
    .blog-col-2 .blog-item,
    #footer-widgets .footer-active-2 {
        width: 100%;
    }
    .blog-item,
    .tt-team-item,
    .service-item {
        margin-left: 0px;
    }
    #main-banner .caption {
        width: 90%;
    }

}
@media screen and (max-width: 479px) {
    .site-title {
        font-size: 26px;
    }
    .mean-container .mean-nav {
        margin-top: 84px;
    }
    .tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-inner {
        padding: 0px 20px 20px 20px;
    }
    .tt-testimonial-item-main .slick-dots {
        bottom: 15px;
    }
    .top-header .top-info-left,
    .top-header .top-info-right {
        width: 100%;
        text-align: center;
    }
    .top-header .top-info-right {
        margin-top: 10px;
    }
    .top-contact-info span:last-child {
        margin-top: 5px;
    }
    #main-banner .caption {
        margin-top: 50px;
    }
    .tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:before,
    .tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:after {
        font-size: 30px;
    }
    .tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:after {
        right: -14px;
        bottom: -45px;
    }
    .tt-testimonial-item-main .tt-testimonial-item .tt-testimonial-caption:before {
        top: -45px;
        left: -14px;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 100%;
        padding: 0;
        margin:10px 0px;
        text-align: center;
    }

}

@media screen and (max-width: 450px) {

    .top-contact-info span:last-child {
        margin-top: 10px;
    }
    
}



.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.view-box > a {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.52px;
    font-variant: all-caps;
    padding: 16px 45px 16px;
    border-radius: 25px;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(#089d75, #027556) !important;
}



/*  cal-action */


.h8{
    color: #a7ccbf;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}


.call-to-action-three .background-overlay {
    background: #058562;
    bottom: 0;
    height: 100%;
    z-index: 3;
}


.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-top-90 {
    padding-top: 50px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.call-to-action-three h2 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    color: #ffffff;
    padding-top: 3px;
    margin: 0 0 50px;
}


.service-box {
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
    
}

.service-box1 {
	display: inline-block;
    border-right: 1px #4aa48b solid;
    
}


.arrow_box {
	position: relative;
	background: #058562;
}
.arrow_box:after {
	top: 0%;
    right: 50%;
    text-align: center;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 18px;
    margin-left: 0px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


#business-kit-cta-9 {
	    padding: 0;
}



/*   bootstrap  */


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
.col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width :980px){
	.container{
		width:750px;	
	}
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}



  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  
}

@media (max-width: 576px) {

  .col-xs-12 {
    width: 100%;
}
	.mainsection_left1 {
    width: 100% !important;
    float: left;
    display: inline;
    padding-top: 25px;
    padding-right: 4%;
    padding-left: 10%;
}
	
	.mainsection_right1 {
    width: 100% !important;
}
	
	.mainsection_left {
    width: 100% !important;
    float: left;
    display: inline;
}
	
	.mainsection_right {
    width: 100% !important;
    padding-top: 25px;
    padding-left: 4%;
    padding-right: 5%;
}
.mainsection {
    float: left;
    display: contents !important;
}
	.smls-grid-column-6 .smls-grid-image-wrap {
    width: 100%;
}
	
	
	
}



@media (min-width: 576px) {

	.col-sm-12 {
    width: 100%;
  }

}


@media (min-width: 768px) {

	.col-sm-12 {
    width: 100%;
  }

}






.site-footer .copyright span{
	color: #058562;
}


/* social Link */

#social {
  margin: 50px 0px;
  text-align: center;
}




.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 45px;
    height: 45px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 2.5em;
    border-radius: 27px;
    float: left;
	margin: 0 10px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color:#fff ;
    background: #4060A5;
    border-color: #4060A5; /* change the border color on mouse hover */
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #fff;
      background: #00ABE3;
      border-color: #00ABE3;
}



/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #fff;
      background: #0094BC;
      border-color: #0094BC;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
      border-color: #e64522;
}







/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #fff;
      background: #0094BC;
      border-color: #0094BC;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
      border-color: #cb2027;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
      border-color: #3a5876;
}

/* rss button class*/
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
      color: #e88845;
      background: #fff;
      border-color: #e88845;
}










.sociallink {
	margin: 0px 0px 15px 0;
    text-align: center;
    display: inline-block;
}



.sociallink a {
	font-size: 18px;
	margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
	color:#ffffff;
}



#social a:visited {
    color: #ffffff;
}







.footer-copyright p{
	
	    padding-top: 30px;
}

/*top header */

.main-navigation ul ul.topul{ min-width: 100px !important;}
.main-navigation ul ul li.topmenuvrline{border-right: 1px solid #ccc;
height: 18px;}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-21.current_page_item.menu-item-39.topmenuvrline{border-right: 1px solid #ccc;
height: 18px;}


.dropbtn {
    background-color:transparent;
    color: white;
    padding:5px 16px;
    font-size: 14px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color:#fff;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color:transparent}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.dropdown button{
	border-radius: 0px !important;
	background:transparent !important;
	box-shadow:none !important;
}

/* Slider */

.arrowtosection {
	
    position: absolute;
    top: 13%;
    left: 50%;
	color:#fff;
}


.top-header_another{
	background:#fff;
}




.view-boxs > a {
	font-size: 14px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.52px;
    padding: 12px 30px 12px;
    border-radius: 25px;
    color: #fff;
    border: 1px #fff solid;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: transparent;
}

.view-boxs a:hover {
    color: #000000;
}

.about {
	font-size: 22px;
    text-align: center;
    color: #777777;
    font-weight: normal;
}


    
.inner-page h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 46px;
    color: #007454;
    padding-top: 3px;
    text-align: left;
    margin: 0 0 50px;
}

/*home main-section*/
.mainsection{
	float: left;
display: inline-flex;
}
.mainsection_left{
	width: 50%;
	float:left;
	display:inline;
}
.mainsection_right{
	width:50%;
padding-top: 25px;
padding-left: 4%;
padding-right: 5%;

}
.mainsection_right h2{color: #22BA90;}


.mainsection_left1{
	width: 50%;
    float: left;
    display: inline;
    padding-top: 25px;
    padding-right: 4%;
    padding-left: 10%;

}
.mainsection_right1{
	width:50%;

}
.mainsection_right h2{text-align: left; color: #22BA90;}
.contact_section{text-align: center;}

.contact_section h2{
	color: #058562;
    font-size: 30px;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    /* color: #ffffff; */
    padding-top: 3px;
    text-align: center;
    margin: 0 0 50px;
}

.contact_section a{color: #22BA90;}

input.wpcf7-form-control.wpcf7-text input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
    color: #666;
        background-color: #f0f0f0;
}
input.wpcf7-form-control.wpcf7-text {
    background-color: #f0f0f0;
}
#html-widget-7 .container{width: 100%;
min-width: 100%;
padding-left: 0px;
padding-right: 0px;}

#html-widget-7 img{
	display: inherit;}

/*home main-section end*/

/* certification_process*/

.process_sectiontitle .icon{
	float: left;
	display: inline;
	/*width: 15%;*/
}
.process_sectiontitle .processsearch
{border: 3px solid rgb(0, 116, 84);
border-radius: 50%;
padding: 10px;
background: rgb(0, 116, 84) none repeat scroll 0% 0%;
color: rgb(255, 255, 255);
font-size: 36px;}
.process_sectiontitle h5{margin-bottom: 3px; color:rgb(0, 116, 84);}
.process_sectiontitle h4{color:rgb(0, 116, 84);}
.process_action h4{color:#fff;}
.process_action p{color:#fff;}
.button.process_btn {
    background: transparent !important;
    border: 2px solid #fff;
}
.process_left{width:50%;float:left;}
.process_rightimg{width:50%;}


.process_arrowborder:after, .process_arrowborder:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.process_arrowborder:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}
.process_arrowborder:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 19px;
	margin-left: -19px;
}
@media only screen and (max-width: 687px) {
   .process_left{width:100%;}
.process_rightimg{width:100%;}
}


/* certification_process end */


/*contact_certification_section*/


.contact_section input[type="text"], .contact_section input[type="email"], .contact_section input[type="url"], .contact_section input[type="password"], .contact_section input[type="search"], select{
	border: none;
    height: 53px; 
	font-weight:400;
}
.contact_certification_section h2{ font-size: 36px;
text-align: left;
margin-bottom: 20px;
color: #058562;}

.contact_certification_section h4{font-size: 28px;
color: rgb(5, 133, 98);
text-align: left;
}

.contact_certification_section input[type="text"], .contact_certification_section input[type="email"], input[type="url"], .contact_certification_section input[type="password"], .contact_certification_section input[type="search"], .contact_certification_section textarea, .contact_certification_section select {
    color: #666;
    border: 1px solid #ccc !important;
    height: 60px;
    margin-bottom: 30px !important;
    border-radius: 6px;
    background-color: rgba(239, 228, 228, 0) !important;
}

.contact_certification_section{border-left:0px solid #ccc;}
.contact_certification_section .no_padding{padding:0px;}
.contact_certification_section .no_paddingleft{padding-right:0px;}
.contact_certification_section .no_paddingright{padding-left:0px;}
.contact_certification_section .hr_linerow{margin-bottom:20px;}
.vc_row {
    margin-left: 0px !important;
	margin-right: 0px !important;}

.contact_certification_section .inner_border{border-left: 1px solid #ccc;
    margin-left: 3%;
    padding-left: 3%;
}

.contact_certification_section.second_sec.radio_tablerow{border:1px solid #ccc;}
.contact_certification_section.second_sec.radio_table{border-left:1px solid #ccc;
padding: 5% 4%;}
.contact_certification_section .second_sec p{margin-top:20px; margin-bottom:30px;}
/*contact_certification_section end*/

/*contact_page  */
.contactpage_list h5{ 
      font-size: 22px;
    color: #058562;
}
.contactpage_list{
    border-left: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;*/
    padding-top: 6%;
    padding-bottom: 6%;
}
.contactpage_list1{padding-left: 18%;
}
.contactmap_col .vc_column-inner 
{
	padding:0px !important;
}

/*contact_page  END*/

.fixed {
    position: fixed;
	background: #000 !important;
    top: 0;    
}
.inner-content h3 {
        font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    line-height: 46px;
    color: #ffffff;
    /* padding-top: 10px; */
    text-align: center;
    margin: 40px 0 50px;
}
.inner-content {
    width: 100%;
    position: relative;
}

.inner-content p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}

.inner-content span {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}
.inner-space {
	
	padding-right: 8px;
    padding-left: 8px;
}

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


.w3-ul li {
    padding: 22px 0px;
    border-bottom: 1px solid #31a384;
    color: #fff;
    font-size: 14px;
}

.inner {
	padding-top: 80px;
}


#text-19 {
	padding-top: 0px;
	padding-bottom: 0px;
}


#text-31 {
	padding-top: 60px;
    padding-bottom: 60px;
    background: #282828;
}




#text-31 {
	padding-top: 60px;
    padding-bottom: 60px;
    background: #282828;
}

#text-31 h2 {
	text-align: center;
	color: #fff;
	    padding-bottom: 15px;

}


#text-111 h2 {
	text-align: center;
	color: #858585;
	    border-top: 1px #f0f0f0 solid;
    padding-top: 50px;
}

#text-32 {
	    background-color: #058562 !important;
	padding: 60px;
}

#text-32 h2 {
	font-size: 40px;
    color: #fff;
    text-align: center;
}



#text-20 {
	background: #058562;
	padding-bottom: 60px;

}

#text-2222 {
	padding-top: 70px;
	    padding-bottom: 0px;

}



#text-20 h2 {
	
	font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    color: #ffffff;
    padding-top: 50px;
    text-align: center;
    margin: 0 0 30px;
}

.tfree-testimonial-content {
	    color: #fff;
}



.sp-testimonial-free-section .slick-prev,
.sp-testimonial-free-section .slick-next{
    font-size: 26px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    position: absolute;
    z-index: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -14px;
}


.mainsection_right h3 {
    color: #058562;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    padding-top: 3px;
    margin: 5px 0 10px;
}


.mainsection_right p {
   text-align: justify;
    line-height: 20px;
    padding-left: 0%;
    padding-right: 10%;
}




.mainsection_left1 h3 {
    color: #058562;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    padding-top: 3px;
    margin: 5px 0 10px;
}


.mainsection_left1 p {
    text-align: justify;
	line-height: 20px;
	
}





#business-kit-about-2 {
    padding: 70px 0 25px 0;
}


#text-9 {
    padding: 0px 0 50px 0;
}

#html-widget-7 {
	 padding: 0;
}


.footer-copyright {
	padding: 0 0;
}

.smls-overlay-effect .smls-overlay-wrap {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}


#custom_html-14 h2 {
	color: #858585;
    font-size: 30px;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 600;
    line-height: 46px;
    padding-top: 40px;
    text-align: center;
	border-top: 1px #e1e1e1 solid;
}

.wpcf7-form-control  {
	border: none;
}




.sidenav {
    height: 0px;
    width: 100%;
    position: fixed;
    z-index: 1032;
    top: 0;
    left: 0;
    background-color: rgb(3, 113, 86);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px 60px;
}
.closebtn {
    color: #fff;
    font-size: 16px;
	    padding: 30px 0;
    
}
 #page {
    position: relative;
    margin: 0 auto;
    z-index: 4 !important;
}
span.glyphicon.glyphicon-search {
    padding: 0px 10px 0px 10px;
	cursor: pointer;
}
span.glyphicon.glyphicon-search::after {
    color: #fff;
}

span#test {
    color: #fff;
    background: linear-gradient(#089d75, #027556) !important;
    padding: 8px 10px;
    border-radius:16px;
    margin: 0px;
	cursor: pointer;

}	
span.get-quote
{
	background: -webkit-linear-gradient(#089d75, #027556) !important;
}

button.custom-btn.btn.btn-primary {
    background: #F4AA31 !important;
    border: none;
    height: 60px;
    line-height: 0.5;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 32px;
    text-transform: uppercase;
    padding: 20px 70px;
    cursor: pointer;
}
.menu-main-menu-container {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    flex-direction: row;
}
h1.header-text {
    color: #fff;
    font-size: 40px;
	line-height: 50px;
}
.bottom-line {
    float: left;
}
.bottom-line {
    border-bottom: 2px solid #378673;
    width: 65px;
	margin: 25px 0;
}
p.custom-pg {
    color: #fff;
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
}
textarea#usr {
    display: block;
    margin-top: 6px;
}
.textarea.form-control {
    height: 100px;
}
.wrap-menu-content {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.wrap-menu-content {
    -webkit-box-flex:1;
}
.bottom-line-2 {
    float: left;
}
.bottom-line-2 {
    border-bottom: 2px solid #378673;
	width: 100%;
	margin: 25px 0;
}
input#usr {
    width: 100%;
    margin: 5px 0px;
    border-radius: 4px;
    height: 50px;
}
label.checkbox-inline {
    color: #fff;
}
.cus {
	display: flex;
    justify-content: space-between;
}
a.closebtn.pull-right {
    color: #fff;
}
/*div#search {
    width: 360px;
    float: right;
    background: rgba(23, 23, 21, 0.54);
    padding: 30px;
    position: absolute;
    right: 118px;
    border-radius: 6px;
	display: none;
	transition: opacity 1s ease-out;
}
*/
div#search {
	padding-right:10px;
    font-size: 14px;
    color: #fff;
	border-radius: 25px;
}

.highlight {
	display: block !important;
}


.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
    border-radius: 0;
    margin: 25px 0 0px 0!important;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
    border-radius: 0;
	margin: 0px 0 25px 0 !important;
}


.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #007454 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #007454 !important;
}


.ourpeople {
	
	display: inline-block;
    padding: 10px 12px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
	font-weight: 600;
   
}

.ourpeople h3 {
    font-family: Montserrat;
    font-size: 28px;
    color: #007454;
}

.ourpeople h4 {
    font-family: Montserrat;
    font-size: 18px;
    color: #858585;
}

.ourpeople h5 {
    font-family: Montserrat;
    font-size: 16px;
    color: #007454;
}


.ourpeople P {
    font-family: Montserrat;
    font-size: 15px;
    color: #535353;
	padding: 0 48px;
}


.ourpeople img {
    border-radius: 50%;
}
@media screen and (min-width:575px) and (max-width: 768px)
{
	.vc_col-sm-4 
	{
		width:100% !important;
	}
	.border
	{
		border-right:none!important;
		border-bottom:1px solid #e1e1e1;
	}
}

.border {
    display: inline-block;
	border-right: 1px #e1e1e1 solid;
}

.checked {
    color: #e3c227;
}

.testimonial {
	background: #f8f8f8;
    padding: 30px;
    height: 350px;
	font-size: 25px;
}


.testimonial h2 {
	font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    color: #007454;
    padding-top: 3px;
    margin: 0 0 20px;
}

.testimonial h3 {
	font-family: Montserrat;
    font-size: 18px;
    color: #555555;
}

.testimonial p {
	 font-family: Montserrat;
    font-size: 15px;
    color: #535353;
}

.tools {
	padding: 0 30px;
	font-family: Montserrat;   
}


.tools h2 {
	font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    color: #007454;
    padding: 0px 0px 20px;
    margin: 0 0 35px;
    border-bottom: 1px #e1e1e1 solid;
}

.tools h3 {
	font-size: 18px;
    color: #555555;
	padding: 30px 0 5px 0;
}


.vc_tta-panel-body {
    border-color: transparent;
    background-color: white !important;
}


.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #ffffff !important;
    background-color: #ebebeb !important;
    color: #333333 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #ffffff !important;
    background-color: #f8f8f8 !important;
    color: #333333 !important;
}


.certificate {
	    display: inline-block;
	
}


.certificate h3 {
	font-family: Montserrat;
    font-size: 20px;
    color: #858585;
	padding: 0px 10px;
	float: left;
	margin: 0;
	
}


.certificate h4::before {
  background-color: #df0c38;
	border-right: 1px #e3e3e3 solid;
}

.certificate h4 {
	font-family: Montserrat;
    font-size: 16px;
    float: left;
    color: #007454;
    padding: 0px 10px;
	
}

.wpb_button, .wpb_content_element {
    
	margin-bottom: -1px !important;
}


#mega-menu-wrap-top #mega-menu-top {
    visibility: visible;
    text-align: right;
    padding: 0px 0px 0px 0px !important;
	
}

.top-header .top-info-left {
    float: right !important;
}

a:link {text-decoration: none !important; }
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:active ,#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus ,#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus-within, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:visited{
	    text-decoration: none !important;
}


#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
	background: rgba(0, 0, 0, 0.8) !important;
	color:#fff !important;
	font-weight:600 !important;
}
.mega-sub-menu{
	width:100% !important;
	border: 1px solid #cecece !important;
	border-top:0px  !important;
	border-radius:3px  !important;
}
#mega-menu-item-828{	
	border:1px solid #cecece  !important; 
	border-radius:3px  !important;
}
#mega-menu-wrap-top, #mega-menu-wrap-top #mega-menu-top, #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top li.mega-menu-item, #mega-menu-wrap-top #mega-menu-top a.mega-menu-link {
    background: none !important;
    
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus
{
	background: #727272 !important;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}




.aboutus {
	padding: 20px 0 0 0;
}


.aboutus h3 {
	font-family: Montserrat;
    font-size: 28px;
    color: #007454;
    
}


.aboutus P {
    font-family: Montserrat;
    font-size: 15px;
    color: #535353;
    line-height: 2em;
}


.privacy {
	font-family: Montserrat;
    font-size: 28px;
    color: #007454;
	text-align: center;
    
}


.International ul {
    padding: 0;
    list-style: none;
}


.International ul li i {
    font-size: 0.8em;
    padding: 0 3% 0 0;
}

.message {
	text-align: center;
    padding: 40px 0 0 0;

}

.wpcf7 form.wpcf7-form input {
	
      float: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}

#custom_html-16 {
	background: #282828;
}

#custom_html-16 h2 {
	color: #ffffff;
    padding: 10px 0 20px 0;
	text-align: center;
}





/* Browse Our Certifications */

.featured-content-slider.design-1 .featured_short_content .sub-content {
    text-align: center;
    padding: 10px 0;
	color: #fff;
}

.featured-content-list.design-1 h3.entry-title, .featured-content-slider.design-1 h3.entry-title {
    text-align: center;
    margin: 10px 0 !important;
    padding: 10px 0 0 0;
	color: #fff;
}

.featured-content-list.design-1 .featured-content, .featured-content-slider.design-1 .featured-content {
    margin-bottom: 30px;
    /*background: #3f3f3f;*/
	background-color:#727272;
}


.vc_custom_1525673433248 {
    border-radius: 1px !important;
    border: 1px #e1e1e1 solid;
}


.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}


.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}
/* certificate:ISO 14001_Header

.page-id-615.bottom-headerfixed .menu .site-header .bottom-header, .home.banner-inactive .site-header .top-header, .home.banner-inactive .site-header .bottom-header >li{
	color:#fff;
}
*/

/*Tools and Check*/

.tools p{
	color:#027556;
	font-size:13px;
}
.tools{
	padding:0px 0px 10px;
}
.tools h3{
	font-size:14px;
}




.vc_tta.vc_general .vc_tta-panel-body {
    border: solid transparent;
    box-sizing: content-box;
    padding: 0px 20px !important;
}
	



/*Blogs*/

.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more a {
	color:#ffffff;
    background: linear-gradient(#089d75, #027556) !important;
    padding: 15px 50px 15px 50px;
    border-radius: 50px;
    margin: 0 0px 0 3px;
}

.rt-tpg-container .layout1 .rt-holder .rt-detail h2{
	font-size:18px;
	height:60px;
}
@media (max-width:768px)
{
	.rt-tpg-container .layout1 .rt-holder .rt-detail h2
	{
	font-size:12px;
	height:60px;
	}
}
.rt-detail .post-content {
    font-size: 15px;
    padding: 10px 10px 10px 0px;
}
/*img.img-responsive{
    width: 340px;
}*/

.rt-holder {
    box-shadow:none!important;
	text-align:center;
}
.rt-detail{
	text-align:center;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more{
	text-align:center;
}
#recent-posts-2 .widget-title{
	color:#000;
	font-size:22px;
}
#text-14 .widget-title{
	color:#000;
	font-size:22px;
}
.content-area article {
	padding:0px;
}
.post-meta{
	text-align:center;
}
/*.page-content, .entry-content, .entry-summary{
	    border-bottom: solid 1px #eaeaea;
}*/
.textwidget #socialedit a{
	background:#058562;
	color:#ffffff;
	size:12px;
	align-items:center;	
}
#socialedit a:visited{
	color:#fff;
}
div#socialedit {
    padding-left: 20%;
}
div#blogsection p, ul {
    padding-top: 10px;
}
.entry-meta > span::before, .entry-footer > span::before, .single-post-meta > span::before, .entry-header > span::before{
	color:#058562;
} 
/*.comments-area{
	display:none;
}*/
header.entry-header h2{
	color:#027556;
	font-size:26px;
	padding:5px 0px 5px 0px;
}
.entry-meta{
	padding:0px 5px 30px 0px;
}
.tagcloud a{
	color:#027556 !important;
	border:none;
	font-size:20px;
}
/*aside {
    border-left: solid 1px #eaeaea;
    margin: 40px 0px 0px 0px;
}*/
#sidebarsection{
	margin: 40px 0px 0px 0px;
}
#sidebar-primary{
	width:350px;
	padding-top:0px;
}
#primary{
	width:100%;
}
div#blogsection #section1 p {
    padding-top: 17px;
}
#blogsection {
    margin: 0px 10px 0px 10px;
    border-bottom: solid 1px #eaeaea;
    padding-top: 14%;
}
.blogs_section_p{
	float:right;
}
#blogsection  ul{
	display:inline-block;
	list-style:none;
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder .overlay{
	background:rgba(0, 0, 0, 0);
}
.rt-tpg-container .layout1 .rt-holder .view-details i{
	display:none;
}
.rt-tpg-container .layout1 .rt-holder .view-details{
	display:none;
}
.rt-tpg-container .layout1 .rt-holder .view-details{
	border:0;
}
.global-layout-right-sidebar #sidebar-primary{
	float:left;
}
.entry-content {
    border-bottom: solid 1px #eaeaea;
}
div#separtor {
    border: solid 2px #eaeaea;
    margin: 35px 50% 35px 45%;
}
@media (max-width:576px){
	#sidebar-primary 
	{
    width: 250px;
    padding-top: 0px;
	}
}
@media (max-width : 576px) {
	
	#sidebarsection
	{
	margin: 40px 0px 0px 0px;
	}
	#primary
	{
	width: 70%;
	}
	
}
@media (max-width:768px){
	#sidebarsection
	{
	margin: 40px 0px 0px 0px;
	}
	#sidebar-primary
	{
	width:350px;
	padding-top:0px;
	}
	#primary
	{
	width:100%;
	}	
}
.entry-content p {
    padding: 0px 20px 0px 0px;
}
.featured-thumb img{
	max-width:95%;
}
div#social p {
    display: inline-block;
}
.nav-links{
	display:none;
}
div#mainsection {
    border-right: solid 1px #eaeaea;
	
}
/*
.textwidget{
	text-align:left;
	padding:0;
}
/*aside.textwidget p{
	text-align:left;
}
.widget .widget_recent_entries{
	border-left:solid 2px #eaeaea;
	
}*/
.textwidget.social i{
	size:22px;
	display:block;
	color:#ffffff;
	border-radius:3px;
	border:2px #058562;
	padding:0px 20px 0px 20px;
}

/*Product Section in Home*/
.bx-wrapper .bx-controls-direction a{
	margin-left:-50px;
	margin-right:-50px;
}
.bx-wrapper .bx-caption{
	text-align:center;
	background:#727272;
}


#psc_divSliderMain5af6cca5cc588 .bx-wrapper .bx-viewport {
    background: none;
    border: 0px none !important;
    box-shadow: 0 0 0 0 !important;
}


.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 10em!important;
    height: 10em!important;
}


.image-wrapper {
	background: #ffffff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border:solid 1px #e2e2e2;
	display: inline-block;
	text-align: center;
}


.image-circle {
	background: #027556;
    width: 120px;
    height: 120px;
    padding: 25px 29px;
    margin: 15px;
    border-radius: 50%;
    
}

#business-kit-cta-2 {
	
	padding: 0px 0;
}



#text-111 textwidget {
	border-top: 2px #000 solid;
}


.process_content p {
	color: #777777;
    font-size: 15px;
    padding: 10px 20px;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 25px 0 0px 0!important;
}


.vc_tta.vc_general .vc_tta-panel-title>a {
    background: 0 0;
    display: block;
	padding: 30px 60px !important;
}

/*Home Section*/
#images1{
	float:left;
}
/*#text-plain h2, 
#text-plain p
{
	width:65%;
}
#text-plain1 h2,
#text-plain1 p
{
	width:65%;
}*/
#text-plain{
	padding: 5% 20% 5% 6%;
	text-align: left;
}

#text-plain p, #text-plain1 p
	{
		line-height: 25px;
    font-size: 15px;
    text-align: left;
    padding: 0px 10px 0px 0px;
	}


#text-plain1{
	padding:5% 20% 5% 6%;
	text-align:right;
}

#text-plain h2{
	    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
	color: #058562;
}

#text-plain1 h2{
	font-size:32px;
}


#rows1{
	width:100%;
	height:100%;
}


#images2{
	float:left;
}


#text-plain1{
	padding: 5% 5% 5% 10%;
	text-align: left;
}

#rows2{
	/*margin-top:-21px;*/
	width:100%;
	height:100%;
	margin-bottom: -5px;
}

/*News*/
.news_mainsection{
	text-align:left;
	padding-right:10px;
	padding-bottom:50px;
}
/*ol#section_sep1 {
    border-bottom: 1px solid #eaeaea;
}*/
.news_mainsection h4{ 
	font-size:23px;
	padding-top:10px;
	padding-bottom:10px;
}
#section_news_1 > h4,#section_news_2 > h4,#section_news_3 > h4,#section_news_4 > h4{
	padding-top:40px;
}
	
.news_mainsection p{ 
	padding:5px;
	font-size:14px;
}
.blog-top img{
	text-align:left;
	padding:10px 0px 10px 0px;
}	
#blogs_news_section{
	border:solid 2px #eaeaea;
	padding:10px;
}
#section_sep1 li{
	padding:5px 0px 10px 0px;
}
.rfbp-heading a{
	color:#058562;
}
#section_news_3{
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
/*Certification*/
.main_certification h2,h4{
	color:#058562;
}
.main_certification h4{
	padding:10px 0px 10px 0px;
}
.main_certification p{
	font-size: 14px;
}
/* Home search */
span.glyphicon.glyphicon-search::before{
	color:#777777;
}
.iframe_apply_cert{
	width:100%;
	height: 1630px;
	border-left:1px solid #EEE;
}
#custom_html-18{
	margin:0%;
	padding: 0px;
}
#custom_html-18 .container{
	width:100%;
	margin:0%;
	max-width: 100%;
	padding: 0px;
}
.col-cu-6{
	width:50%;
	float:left;
}
#rows2 {
    width: 100%;
    height: 100%;
    display: inline-block;
}
#text-plain,#text-plain1{
	padding: 2% 4% 1% 4%;
}
@media screen and (max-width: 850px) {
	.col-cu-6{
		width:100%;
		float:none;
	}
}

/*Banner Button*/

a.custombutton 
{
    line-height: 1;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.52px;
    padding: 20px 40px 20px;
    margin-top: 40px;
    border-radius: 25px;
    color: #fff;
	border:solid 1px #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background-color: transparent;
 }

.caption .custombutton {
    margin-left: 20px;
}


/*Testimonial */
.testimonial{
	height:500px;
}
.testimonial p{
	font-size:14px;
}
.tfree-client-testimonial p{
	font-size:16px;
}

/* About Us */
#aboutheading{
	font-size: 34px;
    line-height: 48px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #858585;
}
#mainabout{
	border-bottom:solid 1px #eaeaea;
	padding-bottom:50px;
}
#imagesabout img {
	padding-top:30px;
    height: 300px;
}
@media screen and (max-width:786px)
{
	#mainabout #aboutheading h2
	{
		font-size:25px;
		line-height: 35px;
        margin-bottom: 25px;
        font-weight: 500;
        color: #858585;
		
	}
}

/* Search Button Jquery CSS (Home)*/
.menu p {
    color: #fff;
	padding:20px 10px 0px 0px;
	font-size:16px;
}
.menu p::before {
    color: #fff;
	padding:20px 10px 0px 0px;
	font-size:16px;
}

/*process section*/
@media (min-width:786px)
{
	.process_sectiontitle h4
	{
		font-size:28px;	
	}	
}

.process_sectiontitle .title h4{
	font-size:28px;
}
.process_sectiontitle {
    padding: 30px 0px 0px 30px;
}
.testcontents{
	color:#fff;
	border-top:3px solid #fff;
	margin: 38px 48% 28px 47%
}
#certificationservices_contents li a{
	color:#fff;
}
.inner-spance{
	padding:20px 0px 50px 0px;
}
#certificationservices_innerpara{
	padding:10px 0px 50px 0px !important;
}
#certificationservices_img{
	padding:10px 0px 10px 0px;
}
/*.inner-spance {
	padding-bottom:30px;
}*/
/*#text-plain1 h2,
#text-plain1 p
{
	padding-left:40px;
	
}
*/
div#rows1 #text-plain {
    box-sizing: border-box;
    padding-right: 18%;
}
div#rows2 #text-plain1 {
    box-sizing: border-box;
	padding: 2% 8% 2% 20%;
    /*padding-right: 16%;
    left: 13%;*/
}
.page-id-21 #search input{
	width:75%;
	color:#fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    background: rgba(0, 0, 0, .5);
    border: 1px solid #fff;
}
.search-field >input::placeholder
{
	color:#fff !important;
}
#search input::before{
	color:#777777;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    background: rgba(0, 0, 0, .5);
    border: 1px solid #fff;
}

/*#search input::hover{
	color:#eaeaea;
	font-size:14px;
	border:2px solid #eaeaea;
}*/
@media (min-width: 768px) {

	#search input 
	{
		color:#777777;
		font-size:12px;
		font-weight:bold;
		border-radius:20px;
		background:transparent;
		border:2px solid #777777;
		padding:5px;
		
	}

}



/*FAQ*/
span.vc_tta-title-text {
    color: #027556;
}


/*Our people*/

.textcontents_one,
.textcontents_two,
.textcontents_three
{
	display:none;
}
/*main Menu Search */
.page-id-21 span.glyphicon.glyphicon-search::before{
	color:#fff;
}
/*Certification Services*/
#images_certification img
{
	padding-top:20px;
	width:100%;
	height:420px;
}
/*Certification Process*/
.certificationprocess_images_one{
	padding-top: 20px;
	text-align: center;
}
.certificationprocess_images_two {
    padding-top: 33px;
    margin-left: 59px;
}

.processlist_arrow {
	position: relative;
	background: none;
	border: 2px solid #e1e1e1;
}
.processlist_arrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}


/*.processlist_arrow:before {
	border-color: rgba(225, 225, 225, 0);
	border-top-color: #e1e1e1;
	border-width: 33px;
	margin-left: -33px;
}
*/


#text-32 {
	position: relative;
	background-color: #058562 !important;
}
#text-32:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(5, 133, 98, 0);
	border-top-color: #058562;
	border-width: 20px;
	margin-left: -20px;
}

/*Max mega menu customize*/
@media (max-width:786px)
{
	#mega-menu-wrap-top .mega-menu-toggle
	{
	background:none !important;
	}
	.top-menu-warp .mega-menu-toggle
	{
		display:inline-block;
	}
}

/*Ipad pro*/
@media screen and (min-width:1024px) and (max-width:1366px)
{
	/*#main-banner .caption h2 
	{
		color:#fff;
		padding-top:50px;
		font-weight:600;
		font-size:44px;
		line-height:64px;
	}*/	
	#text-plain h2,
	#text-plain1 h2
	{
		font-size:18px;
	}
	#text-plain p,
	#text-plain1 p
	{
		font-size:12px;
		line-height:25px;
	}
	.process_images_one
	{
		max-width:100%;
		height:100%;
	}
	.process_images_two
	{
		max-width:100%;
		height:100%;
	}
	#images1
	{
		width:50%;	
	}
	#text-plain
	{
		width:50%;
		padding:3%;
	}
	#images2
	{
		width:50%;	
	}
	#text-plain1
	{
		width:50%;	
	}
	/*#images1 img{height:510px;}*/
	/*#images2 img{height:550px;}*/
	
	div#rows2 #text-plain1 {
	
   /* position: relative;*/
    box-sizing: border-box;
    /*padding-right: 14%;*/
		padding:3% 4% 2% 9%;
    left: 10%;
	/*left:5%;*/
    }
	div#rows1 #text-plain {
    box-sizing: border-box;
        padding: 2% 9% 1% 3%;
		/*padding:2% 5% 0% 7%;*/	
    }
	.cta-content h3::before
	{
    	border: 2px solid #80bdae;
    	content: "";
    	display: inline-block;
    	position: absolute;
   		left: 0;
    	right: 0;
    	margin: 6px auto;
    	top: 110px ;
    	width: 80px;	
    	height: 3px;
    }
	
	.site-branding img {
		width:350px;
		height:auto;
	}
	
	
		
}
/*@media screen and (min-width:400px) and (max-width:845px)
{
	.cta-content h3::before
	{
    	border: 2px solid #80bdae;
    	content: "";
    	display: inline-block;
    	position: absolute;
   		left: 0;
    	right: 0;
    	margin: 6px auto;
    	top: 200px;
    	width: 80px;
    	height: 3px;
}
}*/
@media screen and (min-width:300px) and (max-width:568px)
{
	.service-box1
	{
		border-right:none;
		border-bottom:1px #4aa48b solid;
		display:inline-blocks;
	}
}
/*Galaxy*/
@media screen and (min-width:360px) and (max-width:640px)
{
	.cta-content h3::before
	{
    border: 2px solid #80bdae;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 6px auto;
    top: 200px;
    width: 80px;
    height: 3px;
}
	.service-box1{
		border-right:none;
		border-bottom:1px #4aa48b solid;
		display:inline-blocks;
	}
	#text-plain h2,
	#text-plain1 h2
	{
		font-size:25px;
	}
	#aboutheading
	{
		font-size: 25px;
		line-height:30px;
    	margin-bottom: 25px;
    	font-weight: 600;
    	color: #858585;
	}
	
}	
@media screen and (max-width: 850px)
{
	.mean-container .mean-nav ul li a.mean-expand.mean-clicked, .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover, .mean-container .mean-nav ul li a.mean-expand:hover 
{
    background: #6a6a6a;
}
}	
.process_sectiontitle icon
{
	box-shadow:2px 2px 2
	
}
/*
#process_image-wrapper {
    width: 90px;
    height: 90px;
    margin-right: 15px;
   	border-top-color: #007755;
    border-right-color: #007150;
    border-bottom-color: #006749;
    border-left-color: #007150;
    border-width: 8px;
    border-style: solid;
    -webkit-box-shadow: #878787 0px 2px 2px;
    -moz-box-shadow: #878787 0px 2px 2px;
    box-shadow: #878787 0px 2px 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #007755;

}*/



.process_sectiontitle .title
{
	padding:20px 0px 0px 20px
}

/*Mobile-L*/
@media screen and (max-width:425px) 
{
	.bx-wrapper .bx-controls-direction a{
		display:none !important;
	}
	#images_certification img{
		height:none!important;
	}
	.certificationprocess_images_two{
		padding-top: 33px;
    	margin-left: 0px;
	}
	.vc_custom_1526533894810 {
    	padding-right: 0% !important;
    	padding-left: 0% !important;
	}
	.inner-page h3{
		  line-height: 30px!important;
	}
	div#psc_divSliderMain5b1a66df54790 
	{
    	width: 70% !important;
    	margin-left: 55px !important;
	}
	/*#text-plain h2,
	#text-plain1 h2
	{
    	font-size: 22px!important;
	}*/
	#images1 img{
		padding-bottom:20px;
	}
	#imagesabout img {
    	padding-top: 30px;
    	width: 370px!important;
    	height: auto!important;
	}
	#sp-testimonial-free-wrapper-265 .sp-testimonial-free-section 
	{
    	padding: 0px 0px;
	}
	.textwidget #sp-testimonial-free-wrapper-265 {
    	text-align: center;
    	width: 100%;
	}
	a.custombutton{
		padding: 12px 28px 14px 28px;
    	margin-top: 50px;
	}

	.top-header-active #main-banner .caption 
	{
    	margin-top: 60px!important;
    	border-bottom: none;
	}
	.inner-page h3{
		    padding: 0px 20px 20px 20px;
	}
	#certificationservices_innerpara p{
		padding: 0px 20px 20px 20px;
	}
	#main-banner .caption h2 {
   		color: #fff;
    	font-weight: 550;
    	font-size: 30px;
    	line-height: 33px;
}
	.mean-container .mean-nav ul li a.mean-expand.mean-clicked, .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover, .mean-container .mean-nav ul li a.mean-expand:hover
	{
		background:#6a6a6a;
	}
	.cta-content h3::before
	{
    border: 2px solid #80bdae;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 6px auto;
    top: 200px;
    width: 80px;
    height: 3px;
}
	.service-box{
		margin-top:10px;
		margin-bottom:20px
	}
	#featured-banner{
		margin-top:300px;
	}
	#business-kit-about-2 {
    padding: 20px 0 0px 0;
}
	#mainabout .col-md-5{
		width:100%;
	}
	
	#mainabout .col-md-7{
		width:100%;
		padding: 10px 0px 10px 0px;
	}
	.wpcf7-form .col-sm-6{
		width:100%;
	}
	.sidebar .widget
	{
    	width: 100%;
    	margin-bottom: 30px;
    	text-align: left;
    	padding: 0px;
	}
	#socialedit a{
		padding:0px 0px 10px 0px;
	}
	.ourpeople .border
	{
   		display: inline-block;
		border-right:none;
    	border-bottom: 1px #e1e1e1 solid;
	}
	.mainsection_1 .col-md-6 {
    	width: 100%;
	}
	.testimonial h2{
		line-height:30px;
		font-size:20px;
	}
	#mySidenav .col-sm-8 .col-sm-6{width:90%;}
	#mySidenav .col-sm-4
	{
		width:100%;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item
	{
    	display: inline-flex;
	}
	div#rows2 #text-plain1 
	{
    	position: relative;
    	box-sizing: border-box;
    	padding-right: 18%;
		left:0!important;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link
	{
   		margin: 0;
    	line-height: 35px;
    	height: 35px;
    	padding: 0 10px;
    	background: transparent;
    	text-align: left;
    	color: #fff;
    	font-size: 10px;
}
	.main_policies
	{
		width:100%;
		padding-left:0px!important;
	}
	.main_policies #policies_contents 
	{
    	margin: 0%!important;
	}
}
/*Mobile-M*/	
@media screen and (min-width:375px) and (max-width:425px) 
{
	#psc_divSliderMain5b1a63e4591c8{
		width:250px!important;
	}
	#images_certification img{
		height:none!important;
	}
	.vc_custom_1526533894810 {
    	padding-right: 0% !important;
    	padding-left: 0% !important;
	}
	.certificationprocess_images_two{
		padding-top: 33px;
    	margin-left: 0px;
	}
	#text-plain h2,
	#text-plain1 h2
	{
    	font-size: 22px!important;
	}
	#images1 img{
		padding-bottom:20px;
	}
	#sp-testimonial-free-wrapper-265 .sp-testimonial-free-section 
	{
    	padding: 0px 0px;
	}
	.textwidget #sp-testimonial-free-wrapper-265 {
    	text-align: center;
    	width: 100%;
	}

	.mean-container a.meanmenu-reveal
	{
    	color: #fff;
    	top: 13px;
		right:20px !important;
	}
	
	.top-header-active #main-banner .caption 
	{
    	margin-top: 160px;
    	border-bottom: none;
	}
		#main-banner .caption h2 {
   		color: #fff;
    	font-weight: 500;
    	font-size: 24px;
    	line-height: 25px;
	}
	
	.cta-content h3::before
	{
    border: 2px solid #80bdae;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 6px auto;
    top: 200px;
    width: 80px;
    height: 3px;
}
	#featured-banner{
		margin-top:280px;
	}
	.service-box{
		margin-top:10px;
		margin-bottom:20px
	}
	#mainabout .col-md-5{
		width:100%;
	}
	
	#mainabout .col-md-7{
		width:100%;
		padding: 10px 0px 10px 0px;
	}
	.wpcf7-form .col-sm-6{
		width:100%;
	}
	
	.sidebar .widget
	{
    	width: 100%;
    	margin-bottom: 30px;
    	text-align: left;
    	padding: 0px;
	}
	#socialedit a{
		padding:0px 0px 10px 0px;
	}
	.ourpeople .border
	{
		padding-right:10px;
   		display: inline-block;
		border-right:none;
    	border-bottom: 1px #e1e1e1 solid;
	}
	.mainsection_1 .col-md-6 {
    	width: 100%;
	}
	#mySidenav .col-sm-8 .col-sm-6{width:100%;}
	#mySidenav .col-sm-4
	{
		width:100%;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item
	{
    	display: inline-flex;
	}
	div#rows2 #text-plain1 
	{
    	position: relative;
    	box-sizing: border-box;
    	padding-right: 18%;
		left:0!important;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link
	{
   		margin: 0;
    	line-height: 35px;
    	height: 35px;
    	padding: 0 10px;
    	background: transparent;
    	text-align: left;
    	color: #fff;
    	font-size: 10px;
	}
	span#test
	{
    	padding: 12px 12px!important;
    	border-radius: 25px;
    	margin-left: -1px!important;
	}
	.inner-page h3{
		    line-height: 30px!important;
	}
	#primary {
    	padding: 0% !important;
	}
	.main_policies
	{
		width:100%;
		padding-left:0px;
	}
}
/*Mobile-S*/
@media screen and (min-width:320px) and (max-width:375px)
{
	.main_policies
	{
		width:100%;
		padding-left:0px!important;
	}
	.main_policies #policies_contents {
    	margin: 0% !important;
	}
	.bx-wrapper .bx-controls-direction a{
		display:none !important;
	}
	.process_sectiontitle {
    	padding: 0;
	}
	#primary {
    	padding: 0% !important;
	}
	#sidebar-primary{
		width:250px!important;
		padding-top:0px;
	}
	.certificationprocess_images_two{
		padding-top: 33px;
    	margin-left: 0px;
		text-align: center;
	}
	.vc_custom_1526533894810 {
    	padding-right: 0% !important;
    	padding-left: 0% !important;
	}
	#images_certification img{
		height:none!important;
	}
	.inner-page h3{
		    line-height: 30px!important;
	}
	div#psc_divSliderMain5b1a66df54790 
	{
    	width: 87% !important;
    	margin-left: 20px !important;
	}
	#text-plain h2,
	#text-plain1 h2
	{
    	font-size: 22px!important;
	}
	#images1 img{
		padding-bottom:20px;
	}
	#sp-testimonial-free-wrapper-265 .sp-testimonial-free-section 
	{
    	padding: 0px 0px;
	}
	.textwidget #sp-testimonial-free-wrapper-265 {
    	text-align: center;
    	width: 100%;
	}
	.top-header-active #main-banner .caption 
	{
    	margin-top: 85px!important;
    	border-bottom: none;
	}
	.caption .custombutton
	{
    	margin-left: 7px!important;
	}
	a.custombutton{
		padding: 12px 36px 15px!important;
    	margin-top: 25px!important;
	}
	.testimonial 
	{
    	width: 100%;
    	height: 100%;
	}
	
	#main-banner .caption h2 {
   		color: #fff;
    	font-weight: 500;
    	font-size: 22px;
    	line-height: 25px;
}
	.cta-content h3::before
	{
    border: 2px solid #80bdae;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 6px auto;
    top: 240px ;
    width: 80px;
    height: 3px;
	}
	#featured-banner{
		margin-top:200px;
	}
	.banner-title h2
	{
		font-size:32px;
	}
	.gotop{
		right:15px!important;
	}
	#mainabout .col-md-5{
		width:100%;
	}
	
	#mainabout .col-md-7{
		width:100%;
		padding: 10px 0px 10px 0px;
	}
	.wpcf7-form .col-sm-6{
		width:100%;
	}
	.mean-container a.meanmenu-reveal
	{
    	color: #000 !important;
    	top: 25px;
		right:15px !important;
	}
	#process_image-wrapper{
		width: 80px;
		height: 83px;
	}
	.process_sectiontitle h4{font-size:24px!important;padding-top:15px;}
	.process_sectiontitle h5
	{
		font-size:17px;
	}
	div#mainsection{
		width:100%;
	}
	.sidebar .widget
	{
    	width: 100%;
    	margin-bottom: 30px;
    	text-align: left;
    	padding: 0px;
	}
	#socialedit a{
		padding:0px 0px 10px 0px;
	}
	#international_editable .col-md-3,
	#international_editable .col-md-6{
		width:100%;
	}
	.ourpeople .border
	{
   		display: inline-block;
    	border-bottom: 1px #e1e1e1 solid;
		border-right:none;
	}
	.mainsection_1 .col-md-6 {
    	width: 100%;
	}
	#mySidenav .col-sm-8 .col-sm-6{width:100%;}
	#mySidenav .col-sm-4
	{
		width:100%;
	}
	/*.ourpeople{
		display: inline-block;
		padding: 10px 20px 10px 0px;
		text-align: left;
		margin-top: 30px;
		margin-bottom: 60px;
		font-weight: 500;
	}*/
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item
	{
    	display: inline-block;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link
	{
   		margin: 0;
    	line-height: 35px;
    	height: 35px;
    	padding: 0 10px;
    	background: transparent;
    	text-align: left;
    	color: #fff;
    	font-size: 10px;
	}
	div#rows2 #text-plain1 
	{
    	position: relative;
    	box-sizing: border-box;
    	padding-right: 18%;
		left:0!important;
	}
}	
/*Tablets*/
@media screen and (min-width:768px) and (max-width:1024px) {
	
	.bx-wrapper .bx-controls-direction a{
		display:none !important;
	}
	div#psc_divSliderMain5b1a66df54790 
	{
    	width: 70% !important;
    	margin-left: 55px !important;
	}
	.cta-content h3::before 
	{
    	border: 2px solid #80bdae;
    	content: "";
    	display: inline-block;
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin: 6px auto;
    	top: 145px;
    	width: 80px;
    	height: 3px;
	}
	#page
	{
    	position: relative;
    	margin: 0 auto;
    	z-index: 4 !important;
	}	
	/*#main-banner .caption h2 {
    color: #fff;
    padding-top: 65px;
    font-weight: 600;
    font-size: 37px;
    line-height: 51px;
}*/
	/*.page-id-21 .mean-container a.meanmenu-reveal span{
		background:#fff;
	}
	.page-id-21 .mean-container a.meanmenu-reveal {
    	color: #000;
    	top: 0px;
	}
	.mean-container a.meanmenu-reveal {
    	color: #000;
    	top: 0px;
	}
	.mean-container a.meanmenu-reveal span{
		background:#000;
	}*/
	.mean-container a.meanmenu-reveal {
    	color: #000;
    	top: -35px;
		right:28px;
	}
	.custom-menu {
		position: absolute;
		right: 15px !important;
		padding: 0px 0px;
		top: 50px;
	}
	.menu-main-menu-container{
		width: 100%;
		height: 100%;		
     	z-index: 1;
	}
	.testimonial h2 
	{
    	font-family: Montserrat;
    	font-size: 20px;
    	font-weight: 600;
    	line-height: 30px;
    	color: #007454;
    	padding-top: 3px;
    	margin: 0 0 20px;
	}
	/*#mega-menu-wrap-top #mega-menu-top{
		padding: 0px 100px 0px 0px !important;
	}*/
	.mean-bar a >span{
		right:125px;
	}
	.page-id-21.mean-container a.meanmenu-reveal span {
    	background: #fff!important;
	}
	.page-id-21.mean-container a.meanmenu-reveal {
    	color: #fff!important;
	}
}
/*Laptop*/
@media screen and (min-width:1024px){
	
	#featured-banner{
		padding: 97px 0px 65px 0px;
		position: relative;
		margin-top: 180px;
	}
}
/*Laptop-L*/
@media screen and (min-width:1440px){
	/*
	#images1 img
	{
		height:100%;
	}
	#images2 img
	{
		height:100%;
	}*/
	#text-plain1 h2,
	#text-plain h2 
	{
    font-size: 32px;
	}
	.testimonial h2{
		line-height:35px;
		font-size:22px;
	}
	.testimonial p{
		font-size:12px;
	}
	div#rows2 #text-plain1
	{
		padding: 2% 2% 2% 12%; 
	}
	div#rows1 #text-plain
	{
		padding-right:16%;
	}
}

/*4k-desktops*/
@media screen and (min-width:2560px){
	
	#images1 img 
	{
		width:100%;
		height:100%;
	}
	#images2 img 
	{
		width:100%;
		height:100%;
	}
	#text-plain h2,
	#text-plain1 h2{
		font-size:36px;
	}
	#text-plain p,
	#text-plain1 p{
		font-size:16px;
	}
	div#rows2 #text-plain1
	{
		padding: 2% 3% 2% 15%;	
	}
}



/*Search page and Button */

button.search-submit {
    display: none;
}
.page-id-21 form.search-form input {
    color: #fff;
}
#primary{
	padding:5% 20% 5% 20%;
}
#primary .page .entry-title a, #primary .post .entry-title a, .search-results #primary .product .entry-title a
{
	color:#058562;
}
.entry-meta {
    color:#058562;
}	

@media screen and (min-width:320px) and (max-width:327px){
	#primary .page .entry-title a, #primary .post .entry-title a, .search-results #primary .product .entry-title a
	{
		font-size:20px;
	}
	input.search-field 
	{
    	width: 60%;
    	margin-top: 10px;
    	border-radius: 25px;
    	border: 2px solid #727272;
}
}
@media screen and (min-width:375px) and (max-width:365px){
	#primary .page .entry-title a, #primary .post .entry-title a, .search-results #primary .product .entry-title a
	{
		font-size:20px;
	}
	input.search-field
	{
    	width: 50%;
    	margin-top: 10px;
    	border-radius: 25px;
    	border: 2px solid #727272;
}
}
@media screen and (min-width:425px) and (max-width:358px){
	#primary .page .entry-title a, #primary .post .entry-title a, .search-results #primary .product .entry-title a
	{
		font-size:20px;
	}
	input.search-field 
	{
    	width: 50%;
    	margin-top: 10px;
    	border-radius: 25px;
    	border: 2px solid #727272;
}
}

/*Policies*/
.policies_header h3
{
	text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding-top: 50px;
	
}
.inner-policies a
{
	color:#fff;
}
.main_policies #policies_contents
{
    margin: 2% 0% 5% 5%;
}
.main_policies
{
	width:100%;
	padding-left: 70px;
}
/*@media screen and (min-width:320px)
{
	.privacy 
	{
    	font-family: Montserrat;
    	font-size: 28px;
    	color: #007454;
    	text-align: left;
	}
	.main_policies #policies_contents 
	{
    	margin: 0;
	}
}
@media screen and (min-width:375px)
{
	.privacy 
	{
    	font-family: Montserrat;
    	font-size: 28px;
    	color: #007454;
    	text-align: left;
	}
	.main_policies #policies_contents 
	{
    	margin: 0;
	}
}
@media screen and (min-width:425px)
{
	.privacy 
	{
    	font-family: Montserrat;
    	font-size: 28px;
    	color: #007454;
    	text-align: left;
	}
	.main_policies #policies_contents 
	{
    	margin: 0;
	}
}
*/
input[type="url"]
{
	height:36px;
	border-radius:1px;
}
@media screen and (max-width:320px) and (max-width:325px)
{
	.comments-area form#commentform p 
	{
    	float: left;
		display:inline-table;
    	width: 33.33%;
	}
}
@media screen and (min-width:375px) and (max-width:344px)
{
	.comment-form
	{
    	margin: 0 -50px;
	}
	.comments-area form#commentform p 
	{
    	float: left;
		display:inline-table;
    	width: 33.33%;
	}
}
@media screen and (min-width:425px)
{
	.comment-form
	{
    	margin: 0 -50px;
	}
	.comments-area form#commentform p 
	{
    	float: left;
		display:inline-table;
    	width: 33.33%;
	}
}
/*gTranslate*/
#gtranslate_wrapper
{
	top:20px;
}
.switcher .option
{
	background-color:#000000;
}
.switcher .option a{
	color:#fff;
}



/***************Own Editing**********************/

@media only screen and (max-width: 767px) {
	.meanmenu-reveal.meanclose{
		z-index: 111;
	}
	/*
	.custom-menu{
		display: none;
	}*/
	.wrap-menu-content{
		float: right;		
	}
	.custom-menu {
    position: absolute;
    /*bottom: -35px;*/
    right: 15px !important;
    padding: 0px 0px;
    top: 55px;
}
	.search-field{
		border-radius: 25px;
	}
	.get-quote{
		padding: 8px 11px !important;
	}
	
	#text-7 {
    	padding: 0px;
	}
	.footer-copyright .col-md-4,
	.footer-copyright .col-md-8 {
    	width: 100%;
		text-align: center;
	}
	.top-header-active #main-banner .caption {
		margin-top: 55px;
	}
	.mean-container a.meanmenu-reveal {
		padding: 20px 15px 0px 0px;
	}
	div#rows2 #text-plain1{
		box-sizing: border-box;
		padding: 2% 8% 2% 20%;
	}
	.bx-controls{
		display: none;
	}
	
	
	.wpb_wrapper .vc_custom_1527158664574{
		padding-left: 0px !important;	
	}
	
	.entry-content .vc_custom_1526994066414 img,
	.wpb_wrapper .vc_custom_1528952392769 img{
		width: 100%;
		
	}
	
	.wpb_wrapper .vc_custom_1525689271807,
	.wpb_wrapper .vc_custom_1527066429863,
	.wpb_wrapper .vc_custom_1528952392769,
	
	.entry-content .vc_custom_1525848952921,
	.entry-content .vc_custom_1527052707537,
	.ourpeople,
	.entry-content .vc_custom_1525686999679,
	
	.entry-content .vc_custom_1525694072227,
	.entry-content .vc_custom_1526877923814,
	.entry-content .vc_custom_1526877869478,
	.entry-content .vc_custom_1526877707405,
	.entry-content .vc_custom_1526877534332,
	.entry-content .vc_custom_1526877534332,
	.entry-content .vc_custom_1526877534332,
	.entry-content .vc_custom_1526877534332,
	.entry-content .vc_custom_1526903052883{
		padding: 0px !important;
	}
	
	.entry-content .vc_custom_1527068731055,
	.entry-content .vc_custom_1527746441105,
	.entry-content .vc_custom_1525861584702,
	.entry-content .vc_custom_1525861597249,
	.entry-content .vc_custom_1525861605791,
	.wpb_wrapper .vc_custom_1528796977408,
	/*.wpb_wrapper .vc_custom_1525689271807,*/
	.wpb_wrapper .vc_custom_1526533894810,
	.wpb_wrapper .vc_custom_1527316385621,
	.vc_custom_1527316752394{
		padding: 15px !important;
	}
	
	
	
	.entry-content .vc_custom_1525849727292,
	
	.wpb_wrapper .vc_custom_1525677876237,
	.entry-content .vc_custom_1526106223238,
	.entry-content .vc_custom_1526106233174,
	.entry-content .vc_custom_1526105987214,
	.entry-content .vc_custom_1527250604472,
	
	.entry-content .vc_custom_1525688684044,
	
	.entry-content .vc_custom_1526534620607,
	
	.entry-content .vc_custom_1525861984031,
	.entry-content .vc_custom_1525861997653,
	.entry-content .vc_custom_1528285524064,
	
	.entry-content .vc_custom_1525857281405,
	.entry-content .vc_custom_1525857845543,
		
	.entry-content .vc_custom_1527316946971,
	.entry-content .vc_custom_1527231616272,
	.entry-content .vc_custom_1527316752394,
	.entry-content .vc_custom_1526534161223,
	.vc_custom_1526553603521 {
		padding-top: 3% !important;
		padding-right: 15px !important;
		padding-bottom: 3% !important;
		padding-left: 15px !important;
	}
	
	.wpb_wrapper .vc_custom_1526996304390,
	.wpb_wrapper .vc_custom_1526996357941,
	.wpb_wrapper .vc_custom_1526996378926,
	.wpb_wrapper .vc_custom_1526996404062,
	.wpb_wrapper .vc_custom_1526996433030,
	.wpb_wrapper .vc_custom_1526996442670,
	.wpb_wrapper .vc_custom_1526996442670,
	.wpb_wrapper .vc_custom_1526996462556,
	.wpb_wrapper .vc_custom_1527052129315,
	.wpb_wrapper .vc_custom_1527051993987,
	.wpb_wrapper .vc_custom_1526996451887{
		padding: 15px 0px !important;
	}
	
	
	#main .vc_custom_1526553603521,
	#main .vc_custom_1528883540081,
	#main .vc_custom_1528883552195,
	#main .vc_custom_1528883564505,
	#main .vc_custom_1528883529521 {
		padding-top: 3% !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.vc_custom_1526301293810{
		text-align: center;
	}
	
	.iframe_apply_cert {
		border-left: 0px solid #EEE;
	}
	.col-md-12.app_form_input_text{
		padding: 0px !important;
	}
	.mean-container a.meanmenu-reveal span {
		background: #000;
	}
}

@media screen and (max-width: 1279px) and (min-width: 978px) {
	
}
@media only screen and (min-width: 639px) {
	.mean-container .mean-nav ul {
		overflow: auto;
		height: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.contactpage_list {
		border-left: 0px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.contactpage_list1 {
		padding-left: 0px;
		text-align: center;
	}
	.col-sm-6.contact_right,
	.col-sm-6.contact_left {
		width: 100% !important;
	}
}
@media screen and (max-width: 639px) and (min-width: 320px){
	.entry-content p {
		padding: 15px;
	}
	#images_certification img {
		height: auto !important;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
    	display: inline-flex;
	}
	
}
.contactpage_list:first-child{
	border-left: 0px solid #ccc;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
	z-index: 111111;
}
/*.site-header{	box-shadow: 0px 0px 5px 0px #eee;}*/

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
	position: absolute;
}






.processlist_arrow{
	border: none !important;
}
.arrow-border{
	border: 2px solid #e1e1e1 !important;
}
.arrow-div {
	position: relative;
	background: #ffffff;
	border: 2px solid #e1e1e1;
}
.arrow-div:after, .arrow-div:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-div:after {
	border-color: rgba(241, 241, 241, 0);
	border-top-color: #ffffff;
	border-width: 17px;
	margin-left: -17px;
}
.arrow-div:before {
	border-color: rgba(225, 225, 225, 0);
	border-top-color: #e1e1e1;
	border-width: 20px;
	margin-left: -20px;
}
.img_left{
	width: 95%;
	float: left;
}
.img_right{
	width: 95%;
	float: right;
}
@media screen and (max-width: 767px){
	.img_left,.img_right{
		width: 100%;
		float: none;
		
	}
}


.icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(to bottom, #007555 0%,#026146 100%);
	background: -moz-linear-gradient(top, #007555 0%, #026146 100%); 
	background: -webkit-linear-gradient(top, #007555 0%,#026146 100%);
	background: linear-gradient(to bottom, #007555 0%,#026146 100%);
    border-radius: 100px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 12px;	
    margin-right: 15px;
    /*box-shadow: 0px 1px 2px #000;*/
}

/*.icon:before {
    border-radius: 100%;
    content: '';
	background: #007555; 
	background: -moz-linear-gradient(top, #007555 0%, #026b4d 100%); 
	background: -webkit-linear-gradient(top, #007555 0%,#026b4d 100%);
	background: linear-gradient(to bottom, #007555 0%,#026b4d 100%);
    padding: 10px;
    width: 110px;
    height: 110px;
    top: -10px;
    left: -10px;
    position:absolute;
    z-index:-1;
}*/

.process_sectiontitle .processsearch {
    padding: 12px !important;
    box-shadow: 0px 1px 1px #444;
}
@media only screen and (max-width: 677px) {
	.mean-container .mean-nav {
		margin-top: 90px;
		z-index: 1;
	}
	.menu-main-menu-container{
		z-index: 11;
	}
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	div#rows2 #text-plain1,#text-plain{
		left: 0px;
		padding-right: 15px;
	}
}
@media screen and (min-width:1024px) and (max-width:1158px){
	.custom-menu {
	    position: absolute;
	    right: 15px !important;
    	padding: 0px 0px;
		top: 100px !important;
	}
	
}
@media screen and (max-width: 850px) {
	.site-header .bottom-header {
  	  	padding: 10px 0px 20px 0px !important;
	}
	.mean-container a.meanmenu-reveal span {
   		 background: #000;
	}
}

.mean-container a.meanmenu-reveal span {
    background: #000;
}


/**************/
#blogscomments{
	display: none;
}
.mainsection.entry-meta{display: block;}
.status-publish .entry-meta{display: none;}
#primary{
	width: 70% ;
}
#sidebar-primary{padding-top: 5%; }
#primary {
    padding: 5% 5% 5% 20%;
}


@media only screen and (max-width: 850px) {
	#primary {
		padding: 15px !important;
		width: 100% !important;
	}
	#primary .featured-thumb img{
		max-width: 100% ;
	}
	.content-wrap #mainsection{
		width: 100%;
		padding: 0px;
		border-right: 0px;
	}
	#socialedit p{padding: 0px;}
	#socialedit p .smGlobalBtn{margin: 3px;}
	div#socialedit{padding: 0px;}
	.content-wrap {}
}

@media screen and (min-width:851px) and (max-width:1024px){
	#primary {
		padding: 15px !important;
		width: 70% !important;
	}
	#sidebar-primary {
		width: 30%;
		padding: 15px;
	}
	.global-layout-right-sidebar #sidebar-primary{
		float: right !important;
	}
	#sidebarsection #sidebar-primary{
		width: 100%;
		padding: 0px;
	}
	div#socialedit {
		padding-left: 0%;
	}
}



/********** search icon close *************/
span.glyphicon.glyphicon-remove{
	display: none;
	color: #777; 
	margin-right: 7px;
	cursor: pointer;
	position: relative;
	right: 26px;
}
.remove{
	display: inline-block !important;
}

@media only screen and (max-width: 369px) {
	span.glyphicon.glyphicon-remove{
		position: absolute;
		right: 96px;
		top: 11px;
	}
}

@media screen and (max-width: 375px) and (min-width: 320px){
.mean-container a.meanmenu-reveal {
    color: #000 !important;
    top: 10px;
    right: 15px !important;
}
}
@media only screen and (max-width:425px){
	.site-branding{
		width: 80%;
	}
	.mean-container a.meanmenu-reveal {
		padding: 0px;
	}
	.site-header .bottom-header {
		padding: 10px 0px 27px 0px !important;
	}
	.custom-menu{
		top: 40px;
	}
}

@media screen and (min-width:851px) and (max-width:1024px){
	.main-navigation ul li a{padding: 25px 5px;}
	.site-branding {margin-bottom: 5px;}
}


.wpcf7 form.wpcf7-form input, .wpcf7 form.wpcf7-form textarea {
    margin-bottom: 7px;
    margin-top: 0px;
}

/*

@media only screen and (max-width:425px){
	
.bx-viewport{
    width: 100% !important;
    overflow: hidden;
    position: relative;
    height: 300px !important;
}

.post_slider_carousel{
    visibility: visible;
    width: 100% !important;
    position: relative;
    left: 0px;
    margin-top: 2px !important;
}

.post_slider_carousel div{
    float: left;
    list-style: none;
    position: relative;
    width: 100% !important;
    margin-right: 15px;
}

.bx-wrapper img {
    width: 100% !important;
    display: block;
    border-radius: 5px;
}
}*/




.carousel-slider .carousel-slider__caption .caption {
    font-size: 14px;
    font-weight: 300;
    margin: 0px !important;
    text-align: center;
	height: 50px;
    background: #727272 !important;
    line-height: 22px;
}


#id-450 .owl-prev, #id-450 .owl-next, #id-450 .carousel-slider-nav-icon {
    background: #000;
    border-radius: 50px;
}

.caption{
	color: #fff !important;
}

.carousel-slider .owl-item img.owl-lazy {
    border-radius: 5px 5px 0px 0px !important;
}

.carousel-slider .carousel-slider__caption{
     border-radius: 0px 0px 5px 5px !important;
}

.carousel-slider .carousel-slider__caption .caption{
	background: #727272 !important;
    line-height: 22px;
	border-radius: 0px 0px 5px 5px;
}
#id-450 .carousel-slider-nav-icon{
	color: #fff !important;
	background: #000 !important;
}
#id-450 .carousel-slider-nav-icon:hover {
    fill: #FFF !important;
}
@media only screen and (max-width: 369px) {
	.owl-nav{display: none;}
}


.b-description_readmore_button{
	font-family: Montserrat;
    font-size: 16px;
    color: #007454;
	cursor: pointer;
	margin-top: 10px;
}
/* Contact form*/
span.wpcf7-not-valid-tip
{
	text-align:left;
}
span.wpcf7-not-valid-tip
{
	text-align:-webkit-left !important;
}
form.wpcf7-form.invalid 
{
    border: 1px solid #f00 !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing
{
	border:none !important;
}
/*.wpcf7-validates-as-required
{
	color:#000 !important;
}*/
.wpcf7-text input::placeholder
{
	color:#888;
}
::-webkit-input-placeholder {
  color: #888 !important;
}
@media screen and (min-width: 1440px)
{
	#images1 img
	{
		height:100%;
	}
	#images2 img
	{
		height:100%;
	}
}
/*@media only screen and (min-width:375px){
	.cta-content h3::before{
		top:115px;
	}
}*/
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 174px;
}
	



.bx-wrapper .bx-caption span {
	padding: 5px 0;
}

.tab p {
    display: block;
    background-color: inherit;
    color: #007353;
    width: 100%;
	padding:10px 0px 10px 10px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
	font-weight:500;
}
.tab {
    float: left;
    background-color: #fff;
    width: 200px;
}
.tab p.active {
    background-color: #eaeaea;
	border-radius:6px;
}
.maintab {
    width: 100%;
}
/*.modal-dialog
{
	width:100%!important;
}*/
#tools {
   	width:712px !important;
}
@media screen and (min-width:320px) and (max-width:425px)
{
	#tools
	{
   		width:100% !important;
	}

}
p#aboutpara {
	font-size:17px!important;
}
.page-id-21 .contact_section p
{
	font-size:17px;
}

/**** Newly Added *****/

#custom_html-3{
	margin:0%;
	padding: 0px;
}
#custom_html-3 .container{
	width:100%;
	margin:0%;
	max-width: 100%;
	padding: 0px;
}
#text-7 {
	 background-color: #058562;
	padding: 60px;
}

#text-7 h2 {
	font-size: 40px;
    color: #fff;
    text-align: center;
}
#text-7 {
	position: relative;
	background-color: #058562 !important;
}
#text-7:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(5, 133, 98, 0);
	border-top-color: #058562;
	border-width: 20px;
	margin-left: -20px;
}
.bg_for_policy
{
	width: 100%;
	display: inline-block !important;
	background-color: #027556 !important;
}
/** Button - Apply for position **/
a.custom_process_btn {
	line-height: 1;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.52px;
    padding: 20px 40px 20px;
    margin-top: 40px;
    border-radius: 25px;
    color: #fff;
    border: solid 1px #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background-color: transparent;
}
a.custom_process_btn:hover
{
	border:solid 1px #000;
}
.caption .custom_process_btn
{
	margin-left:20px;
}
a#read_btn:hover
{
	border:solid 1px #fff;
}
#main-banner .caption
{
	width:100%!important;
}
@media screen and (max-width: 375px) and (min-width: 320px)
{
	.caption .custom_process_btn 
	{
    	margin-left: 7px!important;
	}
	a .custom_process_btn 
	{
    	padding: 12px 36px 15px!important;
    	margin-top: 25px!important;
	}
}
@media screen and (max-width: 425px)
{
	a .custom_process_btn
	{
    	padding: 15px 28px 15px 28px !important;
    	margin-top: 40px!important;
	}	
}
@media screen and (max-width:768px) 
{
	.caption .custom_process_btn
	{
		margin-left:0px;
	}
	.caption .custombutton
	{
		margin-left:0px;
	}
}
a.custombutton:hover
{
	border:solid 1px #000;
}


#main-banner .caption {
	float: right;
	width: 100% !important;
}
@media only screen and (max-width:1366px) {
	#main-banner .caption {
		float: right;
		width: 100% !important;
		transform: translate(0%);
		-moz-transform: translate(0%);
		-webkit-transform: translate(0%);
		-ms-transform: translate(0%);
		-o-transform: translate(0%);
		position: absolute;
		top: 20%;
	}
}
@media only screen and (max-width: 425px){
	.top-header-active #main-banner .caption {
		margin-top: 0px !important;
	}
}
@media only screen and (min-width:1366px)
{
	#main-banner .caption h2 
	{
		padding-top:100px;
	}
}
#main-banner .value p img {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 425px){
.slick-main-slider .item {
    min-height: 1270px !important;
    position: relative;
}
}