/*!
Theme Name: medical
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 7.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medical
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

medical is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: roboto;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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 {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: 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%;
}

.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=================== */

h1.entry-title{
	display:none;
}
.custom_main_nav .wr-mega-menu {
    justify-content:  center;
    display:  flex;
}

div#topbar_scroll section {
    margin-bottom:  0;
}

.topbar section.widget_search {
    position:  relative;
}

.topbar section.widget_search input.search-submit {
    position: absolute;
    right: 0;
    top: 8px;
    background: none;
    border-top-right-radius: 50px;
    bottom: 9px;
    border-bottom-right-radius: 50px;
    outline: 0;
    cursor: pointer;
}

.topbar section.widget_search 
 input.search-field {
    width: 450px;
/*    width: auto;*/
    border-radius:  50px;
    padding:  5px 14px;
    outline: 0;
    /*margin-top: 8px;*/
}
.custom_main_nav span.menu_title {
    font-size: 14px;
    font-family:  Montserrat;
    font-weight: bold;
    
}
a.topbar_number {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.topbar .fa-phone {
    color: #00a859;
    margin-right: 5px;
}
/*========for_all==================*/
.entry-content{
	margin: 0;
}
.why_us_with_animation {
    text-align:  center;
}
span.round_icon {
    border: 2px solid #00a859;
    border-radius:  50%;
    padding:  20px;
    color: #00a859;
}
span.round_icon .fa {
    height: 20px;
    width: 20px;
}

.why_us_with_animation p {
    margin-top:  30px;
}
.course-images-animate {
   	z-index: 0;
    width: 63px;
    height: 63px;
    display: block;
    opacity: .5;
    border: 1px solid #00a859;
    margin: -100px 0 0 -100px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 53.5%;
    bottom: 0;
    left: 74%;
    right: 0;
    -moz-animation: pankaj 5s ease-in-out infinite;
    -webkit-animation: pankaj 5s ease-in-out infinite;
    animation: pankaj 5s ease-in-out infinite;

}
@keyframes pankaj{
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5;
    }

    100% {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
.course-images-animate:nth-child(2) {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.course-images-animate:nth-child(3) {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.course-images-animate:nth-child(4) {
    -moz-animation-delay: 3s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@media only screen and (max-width: 1200px) {
	.course-images-animate{
		left: 74.5%;
	}
}
@media only screen and (max-width: 1199px) {
	.course-images-animate{
	    left: 78.5%;
        top: 46%;
	}
}
@media only screen and (max-width: 992px) {
	.course-images-animate{
	    left: 78.2%;
        top: 46%;
	}
}
@media only screen and (max-width: 991px) {
	.course-images-animate{
	    left: 88.2%;
      
        top: 36%;
	}
}

    
@media only screen and (max-width: 767px) {
	.course-images-animate{
	    left: 62.8%;
        top: 64.5%;
	}
	.why_us_with_animation .col-md-3 {
        margin-bottom: 28px !important;
    }
}
@media only screen and (max-width: 531px) {
    span.course-images-animate {
        display: none;
    }
	
}

h2.all_headings_custom::after {
    content: "---------------------";
    display:  block;
    letter-spacing:  -7px;
    color: #00a859;
}
.for_relative {
    position:  relative;
}

.for_absolute_btn {
    position:  absolute;
    bottom: 28px;
    right: 28px;
}
.for_absolute_btn a.vc_general {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #871f40 !important;
}
.over_hidden {
    overflow: hidden;
}

.over_hidden img:hover {
    transform: scale(1.7);
}

.over_hidden img {
    transition: 15s;
}
.why_us_with_animation p {
     font-size: 16px; 
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 0;
}
.full_box_cat {
    /*border-left: 1px solid #871f40;
    border-bottom:  1px solid #871f40;*/
}
.cat_image_style::before {
    background-color: #871f40;
    content: "";
    height: 220%;
    left: -100%;
    position: absolute;
    top: -40%;
    transform: rotate(40deg);
    transform-origin: center top 0;
    transition: left .5s ease 0s;
    width: 60%;
    z-index: 1;
    left:  10px;
}

.cat_image_style {
    position:  relative;
    overflow:  hidden;
}
.cat_image_style::after {
    background-color: rgba(0,0,0,.7);
    content: "";
    height: 175%;
    left: 40%;
    position: absolute;
    transform: rotate(-33deg);
    transform-origin: center bottom 0;
    transition: bottom .8s ease 0s;
    width: 55%;
    bottom: -70%;
}
.cat-name p {
    position: absolute;
    top: 0;
    z-index: 11;
    transform: rotate(-49deg);
    margin-top: 45px;
    color: #fff;
    margin-left: -13px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.view_all_cat {
    position:  absolute;
    bottom:  21px;
    left:  22px;
}



.view_all_cat a.vc_general {
    background:  transparent !important;
    color: #fff !important;
    border:  none;
    font-size:  12px;
    outline: 0;
}
.connecting_dots_overlay::before {
    content:  "";
    left:  0;
    right:  0;
    top: 0;
    bottom:  0;
    position:  absolute;
    background: rgba(0, 0, 0, 0.74);
    display:  block !important;
}
.about_content_connect p {
    color:  #fff;
    font-family:  Montserrat;
    font-size:  14.8px;
}
.connect_uper_img {
    border-left: 1px solid #871f40;
    padding: 0 0px 10px 10px;
    border-bottom: 1px solid #871f40;
}
.about_txt_btn a.vc_general {
    background: #871f40 !important;
    color:  #fff !important;
    border:  none !important;
    border-radius:  0 !important;
    margin-top: -50px;
}
#wonderplugincarousel-1 .amazingcarousel-image {
    padding: 0 !important;
}


.full_box_cat .amazingcarousel-image::before {
    background-color: #00a859;
    content: "";
    height: 220%;
    left: -100%;
    position: absolute;
    top: -45%;
    transform: rotate(40deg);
    transform-origin: center top 0;
    transition: left .5s ease 0s;
    width: 60%;
    z-index: 1;
    left: 10px;
}



.full_box_cat .amazingcarousel-image {
    position:  relative;
    overflow:  hidden;
}
.full_box_cat .amazingcarousel-image::after {
    background-color: rgba(0,0,0,.7);
    content: "";
    height: 175%;
    left: 20%;
    position: absolute;
    transform: rotate(-33deg);
    transform-origin: center bottom 0;
    transition: bottom .8s ease 0s;
    width: 55%;
    bottom: -70%;
}
.custom_pankaj_book {
    top: 135px;
    position:  absolute;
    z-index: 5;
    left:  12px;
}

.custom_pankaj_book a {
    color:  #fff !important;
}
.edited_test .testimonial-msg {
    text-align: center;
}
.edited_test .testimonial-msg img {
    border-radius: 50%;
}
.edited_test p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    margin-top: 12px;
    text-align: center;
}
.edited_test h4 {
    text-align: center;
    font-family: 'Karla', sans-serif;
    font-size: 20px;
}
.edited_test h4::after {
    content: " - Happy Customer";
    font-family: roboto;
    font-size: 15px;
}
.custom_layer_on_img::before {
        background-color: rgba(0,0,0,.7);
    content: "";
    height: 175%;
    right: -264px;
    position: absolute;
    transform: rotate(-42deg);
    transform-origin: center bottom 0;
    transition: bottom .8s ease 0s;
    width: 46%;
    bottom: -92%;
}
.blog_btn_custom {
    bottom: 70px;
    right:  15px;
    position:  absolute;
    z-index: 3;
}

.blog_btn_custom a {
    color: #fff;
    font-size: 13px;
}
.slider_btn .rev-btn {
    background: #00000069 !important;
    border: 1px solid #871f40 !important;
}

.slider_btn .rev-btn:hover {
    color: #fff !important;
    background: #0000008c !important;
}

.slider_btn .fa-arrow-right {
    margin-left:  12px;
}

.main_slider .wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
    margin-top: -35px;
}
.footer-main {
    background:  #00a859;
    color:  #fff;
    font-family:  Montserrat;
    font-size:  14px;
    padding:  22px 0;
}
.site-info {
    background: #ffffff;
    color: #3a3131;
    font-family: Montserrat;
    font-size: 12px;
    /* padding: 22px 0; */
        padding: 5px 0;
}
.empty_for_footer {
    position: absolute !important;
    z-index:  -2;
    /* top: 0; */
    /* bottom:  0; */
    /* left:  0; */
    /* right:  0; */
}
@media only screen and (max-width: 1199px) {
	footer.site-footer {
		position: initial !important;
	}
}
.call_out_down_slider p {
    color:  #fff;
    font-family:  Montserrat;
    font-size:  23px;
    letter-spacing: 1.5px;
}
.footer_contact {
        text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    color: black;
    font-size: 14px;
    padding-bottom: 65px;
        padding-top: 20px;
}
.footer_contact .fa {
    background: #00a859;
    color:  #fff;
    padding: 26px 30px;
    border-radius:  50%;
    /* height:  20px; */
    /* width:  20px; */
    font-size: 25px;
        margin-bottom: 10px;
}
.design_img img {
    position: relative;
    /* margin-bottom:  -58px; */
    /* margin-top:  -71px; */
    width:  100%;
    top: -95px;
    margin-bottom: -169px;
}
.footer_widget_cont {
    text-align:  center;
}
.footer_widget_cont .widget_nav_menu ul {
    list-style:  none;
    padding:  0;
    margin:  0;
}

.footer_widget_cont .widget_nav_menu ul li a {
    color:  #fff;
}

.footer_widget_cont .widget_nav_menu ul li {
    padding-bottom: 12px;
}
.footer_widget_cont .widget-title::after {
    content:  "------------";
    display:  block;
    letter-spacing:  -7px;
    margin-top:  -7px;
}
.site_map a {
    color:  #000;
}

.site_map span:not(:last-child):after {
    content:  "/";
    padding:  0 10px;
}

.why_one p::before {
    content:  "1";
    margin-right: 20px;
    background: #00a859;
    color:  #fff;
    padding: 9px 14px;
}

.why_two p::before {
    content: "2";
    margin-right: 20px;
    background: #00a859;
    color: #fff;
    padding: 9px 14px;
}
.why_three p::after {
    content: "3";
    margin-left: 20px;
    background: #00a859;
    color: #fff;
    padding: 9px 14px;
}

.why_four p::after {
    content: "4";
    margin-left: 20px;
    background: #00a859;
    color: #fff;
    padding: 9px 14px;
}
.why_one p{
	margin-left:25%;
	padding-bottom: 30px;
	color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
}
.why_two p{
	margin-left:25%;
	color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
}
.why_three p{
	margin-right:25%;
	padding-bottom: 30px;
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
}
.why_four p{
    margin-right:25%;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
}
nav#site-navigation span.menu_icon::before {
    content: "";
    width: 30px;
    background-position: center;
    height: 30px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    border: 1px solid #000000;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 7px;
    
}

span.home_icon::before {
    background-image: url("/wp-content/uploads/extra_img/home.png");
}

span.about_icon::before {
    background-image:  url("/wp-content/uploads/extra_img/about-us.png");
}

span.product_icon::before {
    background-image:  url("/wp-content/uploads/extra_img/equipment.png");
}

span.blog_icon::before {
    background-image:  url("/wp-content/uploads/extra_img/news.png");
}

span.contact_icon::before {
    background-image: url("/wp-content/uploads/extra_img/contact-us.png");
}

span.college_icon::before {
    background-image: url("/wp-content/uploads/extra_img/college.png");
}

span.hospital_icon::before {
    background-image: url("/wp-content/uploads/extra_img/hospital.png");
}

span.services_icon::before {
    background-image: url("/wp-content/uploads/extra_img/services.png");
}
span.cellwin_icon::before{
    background-image: url("/wp-content/uploads/extra_img/cellwin-logos.png"); 
}
a.any_query {
    font-size:  14px;
    color: #fff;
    background: #00a859;
    padding: 7px 20px;
    margin-left:  10px;
    border-radius:  80px;
    text-decoration: none;
    outline:  0;
}
#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    z-index:-11;
    min-width: 100%; 
    
}
.lets_see_video .vc_row.wpb_row.vc_inner::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffffe0;
    z-index: -1;
    position: fixed;
    display: block;
}
div#topbar_scroll {
    background: #fff;
}
@media only screen and (max-width: 1199px) {
    #myVideo {
    	display: none;
	}
}
.contact_page_design {
    padding:  80px 24px;
    background: #00a859;
    color:  #fff;
    margin-left:  53px;
        margin-top: 31px;
    box-shadow: 2px 2px 8px #00000061;
}

.contact_page_design h5 {
    margin-top:  -52px;
    margin-bottom: 38px;
    font-size: 26px;
    border-bottom: 2px solid #fff;
}
.contact_detailed_block {
    margin-right:  -97px;
    margin-left:  57px;
    z-index:  11;
}
.contact_form_seven_box {
    padding:  106px;
    background: #ffffffeb;
    box-shadow: 2px 2px 8px #00000061;
    padding-bottom: 17px;
}
.temp_det{
    padding-left: 135px;
}


/*===============only===============*/

.contact_form_custom {
    padding-left: 121px;
    padding-right: 42px;
        margin-top: -43px;
}
/*===============only===============*/

.contact_form_custom input {
    border:  none;
    font-size:  14px;
    border-bottom: 1px solid #00a859;
    padding-top:  28px;
    background:transparent;
    outline: 0;
    box-shadow: none !important;
}

.contact_form_custom textarea {
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #00a859;
    padding-top: 29px;
    background:transparent;
    outline: 0; 
    box-shadow: none !important;
}
input.wpcf7-submit {
    background: #00a859;
    color:  #fff;
    padding: 12px;
    margin-top:  14px;
    margin-left:  14px;
    box-shadow: none !important;
    cursor: pointer;
}
.blog_part .amazingcarousel-image.custom_layer_on_img {
    border: 1px solid #00a859;
}
.equipment-page h2.list-title {
    text-transform:  uppercase;
    font-size:  20px;
    text-align:center;
    font-family: Montserrat;
    font-weight: 700;
}

.equipment-page h2.widget-title {
    text-transform:  uppercase;
    font-size:  20px;
    text-align:center;
    font-family: Montserrat;
    font-weight: 700;
}








.equipment-page .site-main {
    background-color: #fff;
    position: relative;
    border: 1px solid #dae0e6;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
}
.equipment-page .list-title {
    position: relative;
    text-align: center;
    padding: 10px 10px 9px;
    background-image: -moz-linear-gradient(90deg, #edf0f2 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #edf0f2 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #edf0f2 0%, white 100%);
    color: #000;
    font-family: "Archivo Narrow";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.equipment-page .product-block {
    border:  1px solid #dae0e6;
    background-color:  #f5f6f7;
    display:  flex;
    margin: 0 0 15px;
}
.equipment-page .site-main .col-md-12:last-child .product-block {
    margin: 0;
}
.equipment-page .product-block .product-image {
    width: 30%;
    background-color: #fff;
    padding: 5px;
}
.equipment-page .product-block .product-image img {
    max-height: 200px;
    width:  auto;
}
.equipment-page .product-block .product-image a {
    height: 200px;
    display: flex;
    justify-content:  center;
    align-items:  center;
}
.equipment-page .product-block .product-info {
    width: 70%;
}
.equipment-page .product-block .product-info h3 {
    background-color: #00a859;
    padding:  5px 15px;
    font-size: 20px;
    margin-bottom: 0;
}
.equipment-page .product-block .product-info h3 a {
    color: #fff;
    text-decoration:  none;
    display:  block;
}
.fields {
    display:  flex;
    padding:  15px;
    flex-wrap: wrap;
    padding-top: 35px;
}
.field-name, .field-value {
    padding:  0;
    margin:  0;
    list-style:  none;
    width:  20%;
    font-size: 14px;
}
.field-name li, .field-value li {
    margin-bottom:  3px;
}
.field-name li {
    font-weight:  400;
}
.field-value a {
    color: #00a859;
}
.brand-image {
    width: 60%;
    display: flex;
    align-self: center;
    justify-content: flex-end;
}
.brand-image img {
    width: 150px;
}
.read-more, .contact-seller,.quick-enquiry {
    width: 50%;
}
.quick-enquiry {
    text-align:  center;
}
.contact-seller {
    text-align: right;
}
.read-more .btn, .contact-seller .btn, .quick-enquiry
 .btn {
    color: #000;
    font-size: 14px;
    background-color: #ffffff;
    margin-top: 15px;
    border: 1px solid #00a859;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    width: 92%;
}
.contact-seller .btn {
    background-color: #00a859;
    color: #fff;
}
.quick-enquiry:hover .btn {
    background-color: #00a859;
    color: #fff;
}
.read-more .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 127, 209, 0.2);
}
.read-more .btn i, .quick-enquiry .btn i {
    margin-left: 5px;
    font-size: 15px;
}
.contact-seller .btn i {
    margin-right: 5px;
}


/*============widge===========================*/

.equipment-page {
    margin-top: 40px;
    margin-bottom: 10px;
}
.widget_advanced_filter {
    background-color: #fff;
    position: relative;
    border: 1px solid #dae0e6;
    border-radius: 3px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
}
.widget_advanced_filter h2 {
    position: relative;
    text-align: center;
    padding: 10px 10px 9px;
    background-image: -moz-linear-gradient(90deg, #edf0f2 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #edf0f2 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #edf0f2 0%, white 100%);
    color: #000;
    font-family:  "Archivo Narrow";
    font-size:  20px;
    font-weight:  bold;
    text-transform: uppercase;
    margin:  0;
}
.widget_advanced_filter h4 {
    background-color: #00a859;
    color: #fff;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 18px;
    margin: 0;
}
.widget_advanced_filter h4 span {
    float: right;
    font-size: 23px;
}
.widget_advanced_filter h4.open span:before {
    content: "\f0da";
}
.widget_advanced_filter ul {
    list-style:  none;
}
.widget_advanced_filter ul li {
    background-color: #ffffff;
    border-left: 5px solid #00a859;
    border-right: none;
    border-radius: 0;
    margin:  2px 0;
    transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -webkit-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -moz-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -o-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
}
.widget_advanced_filter ul li:first-child {
    margin-top: 0;
}
.widget_advanced_filter ul a {
    border: 1px solid #dae0e6;
    border-left: none;
    border-right: none;
    display: block;
    font-size: 15px;
    padding: 5px 10px;
    color: #555;
    text-decoration: none;
}
.widget_advanced_filter ul li:hover {
    background-color: #f5f5f5;
    color: #000 !important;
    border-color: #dcdcdc !important;
    background-image: none !important;
    box-shadow: inset 0 1px 19px 0 #dcdcdc;
    transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -webkit-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -moz-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
    -o-transition: cubic-bezier(0.2, 0.46, 0.64, 0.85) 0.5s;
}
.widget_advanced_filter ul li:hover a {
    color: #000;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.widget_advanced_filter ul {
    list-style: none;
}
.product-info {
    position:  relative;
}

.list_footer_img {
    position:  absolute;
    bottom:  -3px;
    left:  0;
    right:  0;
	display:none;
}


.product-image {
    position:  relative;
    
}

.product-image::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #00a859;
    left: 50%;
    right: 50%;
    top: 5px;
    z-index: 1;
    transition: .3s ease;
}

.product-image::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #00a859;
    left: 50%;
    right: 50%;
    bottom: 5px;
    z-index: 1;
    transition: .3s ease;
}

.product-image a::before {
    content: "";
    position: absolute;
    width: 1px;
    background: #00a859;
    left: 5px;
    bottom: 50%;
    top: 50%;
    z-index: 1;
    transition: .3s ease;
}

.product-image a::after {
    content: "";
    position: absolute;
    width: 1px;
    background: #00a859;
    right: 5px;
    bottom: 50%;
    top: 50%;
    z-index: 1;
    transition: .3s ease;
}

/*=======hover================*/

.product-block:hover .product-image::before {
    
    left: 5px;
    right: 5px;
    
}

.product-block:hover .product-image::after {
    
    left: 5px;
    right: 5px;
   
}

.product-block:hover .product-image a::before {
    content: "";
   
    bottom: 5px;
    top: 5px;
   
}

.product-block:hover .product-image a::after {
    
    bottom: 5px;
    top: 5px;
 
}

.fields ul.field-name {
    width:  40%;
}

.fields ul.field-value {
    width: 60%;
}


@media only screen and (max-width: 991px) {
	.fields .read-more {
	    display:  contents;
	}

	.fields .quick-enquiry {
	    display:  contents;
	}

	.fields .contact-seller {
	    display:  contents;
	}
}

.wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item:hover > a.menu-item-link {
    background-color: #00a859 !important;
}
.wr-megamenu-menu-2{
	display: none;
}
@media only screen and (max-width: 783px) {
    nav#site-navigation ul#wr-megamenu-menu-2 {
    	display:  none;
	}
	div#topbar_scroll::after {
		content: "";
		position:absolute;
		width:100%;
		bottom:1px;
		z-index:-1;
		transform: scale(1);
		box-shadow: 0px 0px 21px .5px #000000;
	}
}

/*============temp======================*/

/*@media only screen and (max-width: 767px) {
	.topbar section.widget_search input.search-field{
		width: auto;
	}

	.product-image {
	    text-align:  center;
	}
}

@media only screen and (max-width: 600px) {
	.topbar section.widget_search input.search-field{
		display: none;
	}
	div#topbar_scroll section.widget_search input.search-submit {
	    display:  none;
	}
	.search_test .search-submit{
		display: none;
	}
}*/
/*============temp======================*/

.single-equipment  .description {
    padding: 20px;
    background: #f3fbff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.single-equipment .nav-item.nav-link.active {
       background: #00a859;
    border-bottom: none;
    color: #fff;
}
.single-equipment .product-image img {
    max-width: 75% !important;
     margin-left:  25px;
    margin-top:  18px;
}
.single-equipment .product-info {
    margin-top: 20px;
}
.product-info h3 {
    background: #00a859;
    color: #fff;
    padding-left:  12px;
    padding:  8px;
	font-size: 16px;
}

ul#wr-megamenu-menu-2 .current-menu-item {
    background: #00a859;
}
ul#wr-megamenu-menu-2 .current-menu-item a {
	color: #fff;
}
ul#wr-megamenu-menu-2 li.current-menu-item .sub-menu a {
	color:  #000;
}

.equipment-page .nav-previous {
    padding-top: 20px;
    padding-left:  20px;
}

.equipment-page .nav-next {
    padding-top: 20px;
    padding-right:  20px;
}
.equipment-page .nav-previous a{
	color: #00a859;
	text-decoration: none;
	outline: 0;
	font-size: 12px;
}
.equipment-page .nav-next a{
	color: #00a859;
	text-decoration: none;
	outline: 0;
	font-size: 12px;
}
.equipment-page .nav-previous a::before {
    content: "\f053";
    font-family:  fontawesome;
    margin-right:  10px;
}
.equipment-page .nav-next a::after {
    content: "\f054";
    font-family:  fontawesome;
    margin-left:  10px;
}

.product_category_custom #wonderplugincarousel-7 .amazingcarousel-image {
    position: relative;
    padding: 0 !important;
    background-color: transparent !important;
    -moz-box-shadow:  none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}



.product_category_custom #wonderplugincarousel-7 .amazingcarousel-image img {
   
    width: 35% !important;
    margin: 0 auto !important;
    border: 3px solid #00a859;
    padding: 8px;
    border-radius: 50%;
 
}
.product_category_custom {
    
    margin-bottom: 35px;
}
.product_category_custom .amazingcarousel-title {
    font-size: 17px !important;
    font-family: 'Josefin Sans', sans-serif !important;
    margin-top: 13px !important;
    text-shadow: 4px 5px 2px rgba(0, 0, 0, 0.22);
    padding-bottom:  9px;
}



.product_category_custom .amazingcarousel-readmore {
    margin-bottom: 32px !important;
}
.product_category_custom .amazingcarousel-readmore a {
    background: #00a859;
    padding: 4px 17px;
    border-radius: 38px;
    color:  #fff !important;
}
.full_box_cat .amazingcarousel-title, .blog_part .amazingcarousel-title  {
    font-size: 17px !important;
    font-family: 'Josefin Sans', sans-serif !important;
    margin-top: 13px !important;
    
    padding-bottom: 9px;
}



canvas{
  position: absolute;
  width: 100%; height: 100%;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
  background: #000;
}

.about_big p {
    font-size: 154px;
    font-weight: 800;
    opacity: 0.1;
    position: absolute;
    text-transform: uppercase;
    top: -65px;
    color: #0000004f;
    font-family: arial black;
}
.button_read button {
    background: #00a859 !important;
    border-color: #00a859 !important;
    font-family: 'Cinzel', serif !important;
    color: #fff !important;
}
.about_text_main {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}
.about_content_part {
    background-image: linear-gradient(#c6ebfd, #e3f3fba1, #c6ebfd);

}

.about-btm {
    transform: rotate(180deg);
}
.custom_cls {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	canvas{
		display: none !important;
	}
	.why_one p{
		
		color: #000 !important;
	}
	.why_two p{
		
		color: #000 !important;
	}
	.why_three p{
		
		color: #000 !important;
	}
	.why_four p{
	    
	    color: #000 !important;
	}

}
.about_single_image img {
    -webkit-box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);
    -moz-box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);
    box-shadow: -10px 10px 0px 0px rgba(0, 168, 255, 0.12);
}


.about_single_image .vc_single_image-wrapper::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #00a859;
    left: 50%;
    right: 50%;
    bottom: 20px;
    z-index: 1;
    transition: .3s ease;
}

.about_single_image .vc_single_image-wrapper::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #00a859;
    left: 50%;
    right: 50%;
    top: 20px;
    z-index: 1;
    transition: .3s ease;
}


.about_single_image figure.wpb_wrapper::before {
    content: "";
    position: absolute;
    background: #00a859;
    bottom: 50%;
    top: 50%;
    width: 1px;
    
    left: 20px;
    z-index: 1;
    transition: .3s ease;
}
.about_single_image figure.wpb_wrapper::after {
    content: "";
    position: absolute;
    background: #00a859;
    bottom: 50%;
    width: 1px;
    top: 50%;
    right: 20px;
    z-index: 1;
    transition: .3s ease-in-out;
}
.about_single_image figure.wpb_wrapper {
    position: relative;
}

.about_content_part:hover .about_single_image .vc_single_image-wrapper::after {
    left: 20px;
    right: 20px;
}

.about_content_part:hover .about_single_image .vc_single_image-wrapper::before {
	left: 20px;
    right: 20px;
}


.about_content_part:hover .about_single_image figure.wpb_wrapper::before {
    top: 20px;
    bottom: 20px;
}
.about_content_part:hover .about_single_image figure.wpb_wrapper::after {
	top: 20px;
    bottom: 20px;
}
.contact_page_design p {
    font-family:  'Josefin Sans', sans-serif;
}


@media only screen and (max-width: 991px) {
	.contact_page_design {
	  
	     margin-left: 0; 
	     margin-top: 0; 
	  
	}
	.contact_detailed_block {
	     margin-right: 0; 
	     margin-left: 0; 
	  
	}
	.contact_form_custom {
	     padding-left: 0; 
	     padding-right: 0; 
	     margin-top: 0; 
	}
	.contact_form_seven_box {
    	padding: 0px; 
	}
	.contact_page_design {
	   
	    padding-bottom: 27px;
	}
}


ul#cat_slider_home li {
    text-align:  center;
}

p.title_of_cat {
    font-size: 17px !important;
    font-family: 'Josefin Sans', sans-serif !important;
    margin-top: 13px !important;
    padding-bottom: 9px;
}
p.rd_more {
    margin-top:  -15px;
}

p.rd_more a {
    background: #00a859;
    padding: 4px 17px;
    border-radius: 38px;
    color: #fff !important;
}

.single-equipment .col-md-12 nav div#nav-tab {
    margin-top: 45px;
}

.custom_cls_model.modal{
	top: 25px !important;
}
.custom_cls_model input.wpcf7-submit{
	margin: 0 !important;
}

.custom_cls_model input{
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #00a859;
    
    background: transparent;
    outline: 0;
    box-shadow: none !important;
}

.custom_cls_model input.wpcf7-submit {
    background: #00a859;
    margin-bottom: -22px !important;
}
.cellvin_first_part {
    position: relative;
}
.devider_img figure div {
    position: absolute;
    top: -4px;
    left: -20px;
}
.devider_img figure div img{
	width:77% !important;	
	position: relative;
    top: 66px;
}

.sample_text_cellvin ul {
    margin:  0;
    padding: 20px;
}

.sample_text_cellvin ul li {
    padding-bottom:  18px;
}

.sample_text_cellvin h3 {
    font-family: Montserrat;
    font-weight:  700;
    margin-top:  10px;
    text-decoration:  underline;
    
}
.right_text_cellvin p {
    margin-top:  13px;
    font-family:  roboto;
    font-size:  15px;
}

.footer_part_celvin .image_cellvinn img {
	height:  190px;
    width: 100vw;
}

.footer_part_celvin {
    margin-top: -194px;
}
.first_design {
    max-height:  200px;
    overflow:  hidden;
    border: 1px solid #871f402e;
}

.second_design {
    max-height:  200px;
}

.first_design .second_design img {
    width:  100%;
    height:  auto;
}
.grid_design div {
    padding:  0;
}
.text_cellvin {
    margin-bottom: 0 !important;
}
/*==============================================*/
.first_design::before {
    content: "";
    position: absolute;
    background: #00a859;
    bottom: 50%;
    top: 50%;
    width: 1px;
    left: 20px;
    z-index: 1;
    transition: .3s ease;
}
.first_design::after {
    content: "";
    position: absolute;
    background: #00a859;
    bottom: 50%;
    top: 50%;
    width: 1px;
    right: 20px;
    z-index: 1;
    transition: .3s ease;
}

.second_design::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #00a859;
    left: 50%;
    right: 50%;
    top: 20px;
    z-index: 1;
    transition: .3s ease;
}
.second_design::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #00a859;
    left: 50%;
    right: 50%;
    bottom: 20px;
    z-index: 1;
    transition: .3s ease;
}

.first_design:hover::before {
	bottom: 20px;
    top: 20px;
}

.first_design:hover::after {
	bottom: 20px;
    top: 20px;

}
.second_design:hover::before {
	left: 20px;
    right: 20px;

}
.second_design:hover::after {
	left: 20px;
    right: 20px;

}

p.title_cellvin {
    position:  absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    text-shadow: 2px 2px 4px #bdbcbc;
    z-index: 0;
    opacity:  0;
    transition:  .5s ease-in-out;
    background: #ffffff66;
    font-family:  roboto;
    font-size: 21px;
    font-weight: bold;
}

.first_design:hover p.title_cellvin{
	opacity: 1;
}

.college_table tr th.column-1, .college_table tr th.column-2 {
    background: #00a859;
    color: #fff;
	padding-left: 20px;

}
.college_table tr th.column-1{
	border-right: 1px solid #fff;
}
.college_table tr td{
	padding-left: 20px;
}
.college_table tbody{
	border: 1px solid #0000003b;
}

.college_table div.dataTables_filter {
    margin-bottom:  14px;
}
.table_upper_content {
    margin-bottom:  12px !important;
    font-family: Montserrat;
    font-size:  14px;
    text-align: justify;
}
.titile_product {
    font-family: Montserrat;
    font-size:  19px;
    font-weight: 700;
    color: #00a859;
}
.about_top_top {
    color:  #fff;
    font-family:  'Josefin Sans', sans-serif !important;
    font-size:  15px;
}
.about_top_top h4 {
    margin-bottom:  41px;
}

@media only screen and (max-width: 767px) {
	.about_top_top {
	    color: #000;
	}
	.quick_product::before {
		display:none;
	}
}

.services_cls_one {
    background: #00a859;
}

.services_cls_one h4 {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.services_cls_one p {font-family:  'Josefin Sans', sans-serif;font-size:  15px;color: #fff;}

.services_cls_one {
    padding: 7px 26px;
    margin: 14px !important;
        margin-left: 0 !important;
}
.services_cls_one {
    position:  relative;
}

.services_cls_one::after {
    content:  "";
    position:  absolute;
    top: 0;
    width: 40px;
    right: -39px;
    bottom:  0;
    background: #00a859;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.services_cls_one {
    transition:  .3s ease-in-out;
}

.services_cls_one:hover {
    margin-right:  -5px !important;
    margin-left: 25px !important;
}

@media only screen and (max-width: 767px) {
	.services_cls_one:hover {
	    margin-right:  14px !important;
	    margin-left: 0 !important;
	}
	

}

.new_service_contact .contact_form_custom {
    padding-left: 20px !important;
    padding-right: 20px !important;
   	margin-top: 0 !important; 
}

.posted_on_and_by {
    font-size: 12px;
    text-align:  center;
    margin-top:  15px;
    margin-bottom:  15px;
    font-family:  'Josefin Sans', sans-serif;
}

.posted_on_and_by span, .posted_on_and_by a {
    color: #00a859;
}
h4.entry-title.blog_all_title a {
    color:  #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 23px;
}
h4.entry-title.blog_all_title {
    text-align:  center;
}

h4.entry-title.blog_all_title a:hover {
    text-decoration: none;
}
.entry-content.all_blogs_default p {
    font-family:  roboto;
    font-size: 14px;
    text-align:  center;
    color: #696969;
}
.full_block_of_blogs {
    border:  1px solid #e5e5e5;
    padding: 0 10px 10px;
}
a.btn_blog {
    color:  #00a859;
    font-size:  14px;
    font-family:  'Josefin Sans', sans-serif;
  
}
.a_tag_in_center {
    text-align:  center;
    margin-top: -8px;
    margin-bottom: 8px;
}
.for_mouse_hover{
     margin-bottom: 28px;
}
.for_mouse_hover:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    /* -webkit-transition: all .3s ease-in-out; */
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
/*.full_blog_page {
    background:  #f3f5fa;
}
*/
.full_blog_page .fixed_hight_blog_image {
    max-height: 197px;
    overflow: hidden;
}

.full_blog_page .fixed_hight_blog_image img {
    width:  100%;
}



.full_blog_page .fixed_hight_blog_image img {
  
    transition: 2s ease-in-out;
}

.full_blog_page .for_mouse_hover:hover .fixed_hight_blog_image img {
    transform: scale(1.2);
}
.full_page_single_post .all_blogs_default {
    text-align:  center;
    font-family:  roboto;
    color: #696969;
    font-size:  15px;
}

.full_page_single_post .all_blogs_default h2 {
    color:  #000;
}
.full_page_single_post .all_blogs_default ul {
    margin-left: 0;
    padding:  0;
    list-style: none;
}

.single_page_heading {
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    margin-top:  20px;
}
.full_page_single_post .fixed_hight_blog_image img {
    max-height: 330px;
    width: 100%;
}
.full_form_sidebar #search-3 {
    position: relative;
}



 
.full_blog_page input.search-field, .full_page_single_post input.search-field {
    height: 40px;
    position:  relative;
    margin:  0;
    width: 100%;
    border-radius:  50px;
    background:  transparent;
    outline: 0;
    padding-left: 12px;
    font-size: 15px;
}
.widget_search label {
    width:  100%;
}
.search_test .search-submit {
    position: absolute;
    background: transparent;
    border: none;
    top: -1px;
    right: 0;
    font-size: 17px;
    color: #00000069;
    outline: 0;
    cursor: pointer;
}

.full_blog_page .search_test .search-submit, .full_page_single_post .search_test .search-submit {
   
    right: 11px;
   
}

.widget_recent_entries h3.widget-title.heading {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    background: #00a859;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ffffff8c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.widget_recent_entries ul {
    list-style:  none;
    padding:  0;
    margin:  0;
}
.widget_recent_entries ul li:not(:last-child){
    border-bottom: 1px solid #00000026;
}
.widget_recent_entries ul li {
    padding: 12px 0px;
    text-align:  center;
    font-family:  'Montserrat', sans-serif;
    font-weight:  300;
    font-size: 13px;
}

.widget_recent_entries h3.widget-title.heading {
    text-align:  center;
    font-size:  20px;
    text-transform:  uppercase;
    font-family: 'Josefin Sans', sans-serif;
    background: #00a859;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ffffff8c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.widget_recent_entries ul li a {
    color:  #000;
}

.widget_recent_entries ul li a:hover {
    text-decoration:  none;
}
.widget_recent_entries {
    border: 1px solid #00000014;
    
}
/*.widget_recent_entries ul li:hover {
    background: #871f40;
    transition: all .2s ease-in-out;
}*/

.widget_recent_entries ul li:hover a {
    color: #fff;
    transition: .5s;
}
.widget_recent_entries ul li:last-child {
    padding-bottom: 20px;
}


.widget_recent_entries ul li::before {
    content:  "";
    position:  absolute;
    top: 0;
    bottom: 0;
    left:  0;
    
    background: #00a859;
    z-index:  -1;
    transition: .5s ease-in-out;
    width:  0%;
}

.widget_recent_entries ul li {
    position:  relative;
}

.widget_recent_entries ul li:hover::before {
    width:  100%;
}

/*.widget_recent_entries ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    
    right: 0;
    background: #00a859;
    z-index: -1;
    transition: .5s ease-in-out;
    width: 0%;
}

.widget_recent_entries ul li:hover::after {
    width:  50%;
}*/


.full_blog_page .search_test .search-submit{
	display: block !important;
}

header.site-header {
    position:  relative;
}
.custom_main_nav div.it-responsive-mega {
    position:  absolute;
    right:  0;
    top: 25px;
    transform: translate(-50%, -50%);
}

/*=================================*/




@media only screen and (max-width: 783px) {
	.search-site input {
        display:none;
    }
	.search-site button.search-submit{
		display: none;
	}
	div#topbar_scroll .custom-html-widget {
	    margin-right:  30px;
	}

}

@media only screen and (max-width: 575px) {
	a.topbar_number {
	    display:  none;
	}

	.topbar i.fa.fa-phone {
	    display:  none;
	}
	a.any_query {
	    margin-right: 30px;
	}

}
@media only screen and (max-width: 400px) {

	a.any_query {
	    display: none;
	}
}


.full_page_single_post .nav-next a {
   
    color:  #00a859;

  
}
.full_page_single_post .nav-next a::after {
    content: "\f054";
    font-family: fontawesome;
    margin-left: 10px;
}
.full_page_single_post .nav-previous a {
   
    color:  #00a859;
  
}
.full_page_single_post .nav-previous a::before {
	content: "\f053";
    font-family: fontawesome;
    margin-right: 10px;
}





.full_blog_page .nav-next a {
   
    color:  #00a859;

  
}
.full_blog_page .nav-next a::after {
    content: "\f054";
    font-family: fontawesome;
    margin-left: 10px;
}
.full_blog_page .nav-previous a {
   
    color:  #00a859;
  
}
.full_blog_page .nav-previous a::before {
	content: "\f053";
    font-family: fontawesome;
    margin-right: 10px;
}
@media only screen and (max-width: 783px) {
	.stick {
	    position: initial !important;
	}
	ul#wr-megamenu-menu-2 li {
	    background: #fff;
	}
	ul#wr-megamenu-menu-2 li a{
	    color: #000;
	}
	span.wr-menu-down {
	    border: 1px solid #000;
	    margin-top: -44px !important;
	}
}


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

.category_menu_footer ul li {
    padding-bottom: 12px;
}

.category_menu_footer ul li a {
    color:  #fff;
}

@media only screen and (max-width: 1229px) {
    nav#site-navigation span::before{
        display:none !important;
    }
}

@media only screen and (max-width: 906px) {
    .custom_main_nav span.menu_title {
        font-size: 13px;
        font-family: roboto;
    }
}
@media only screen and (max-width: 991px) {
    .search-site input {
        width: auto !important;
    }
}
@media only screen and (max-width: 767px) {
    .call_out_down_slider p {
        
        font-size: 15px;
        
    }
        
}
@media only screen and (max-width: 502px) {
    .call_out_down_slider{
        margin-bottom: 12px !important;
        margin-top: -24px;
    }
}



#newsticky.newstick {
    position: fixed;
    top: 0;
    z-index: 10;
    border-radius: 0 0 0.5em 0.5em;
    width: 255px;
    margin-top: 60px; 
}

@media only screen and (max-width: 1199px) {
    #newsticky.newstick {
        position: initial !important;
        width: auto !important;
        margin-top: auto !important; 
    }
}
.service_contact input {
    background: transparent !important;
}

.service_contact textarea {
    background: transparent !important;
}

.service_contact input.wpcf7-submit {
    background: #00a859!important;
}
.service_page_bg_image {
    position: relative;
}

.service_page_bg_image::before {
    content: "";
    display: block !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffffb8;
    position: absolute;
    z-index: 1;
}
@media only screen and (max-width: 575px) {
	.services_cls_one::after{
		display:none;
	}
}

.custom_cls_model select {
	border: none;
	font-size: 14px;
	border-bottom: 1px solid #00a859;
	/* padding-top: 28px; */
	background: transparent;
	outline: 0;
	box-shadow: none !important;
	padding-top: 16px;
	margin-top: -10px;
	padding-left: 0;
}
.submit_book_margin {
    margin-top: 25px;
}
@media only screen and (max-width: 768px) {
	input.wpcf7-form-control.wpcf7-submit.form-control {
		margin-top: 20px !important;
	}
}
@media only screen and (max-width: 767px) {
	.custom_cls_model select {
		margin-top: 10px;
	}
}

.cellwin_logo img {
    padding-top: 10px;
}
.for_all_page input {
    font-size: 13px;
    padding-top: 15px;
}

.for_all_page textarea {
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #00a859;
    /* padding-top: 28px; */
    background: transparent;
    outline: 0;
    box-shadow: none !important;
    font-size: 13px;
    padding-top: 15px;
    padding-left: 4px;
}
.all_page_submit {
    margin-top: 20px;
}
.for_quick {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.for_quick textarea {
    padding-left: 4px;
}

.for_quick input.wpcf7-submit {
    margin-top: 13px !important;
    margin-left: 15px !important;
    
}


.search-site input {
    width: 450px;
    /* width: auto; */
    border-radius: 50px;
    padding: 5px 14px;
    outline: 0;
    /* margin-top: 8px; */
}

.search-site {
    position: relative;
}

.search-site button.search-submit {
    position: absolute;
    background: transparent;
    border: none;
    top: -1px;
    right: 0;
    font-size: 17px;
    color: #00000069;
    outline: 0;
    cursor: pointer;
}
ul#wr-megamenu-menu-2 li {
    border-bottom: 1px solid #00a85936;
}
.fixed_gif_bg_404 {
    background: url("/wp-content/uploads/extra_img/gif_404.gif");
    height: 100vh;
    position: fixed;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
}
.fixed_gif_bg_404::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000099;
}
.top_containt {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}

.top_containt h1 {
    font-size: 123px;
    margin-bottom: 0;
}

ul.sub-menu li {
    background: #fff;
}


.search_bottom_404 input {
    background: transparent;
    color: #fff !important;
}
.search_bottom_404 button.search-submit {
    padding: 10px;
    background: #000;
    color: #fff;
    cursor: pointer;
}
.no-post {
    font-size:  40px;
}

.no-post::after {
    content: "...";
}


ul#wr-megamenu-menu-2 li span {
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
}


#wonderplugincarousel-4 .amazingcarousel-description{
        font: 13px "Open Sans", sans-serif !important;
}
.teal-box {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
}

p.team_name {
    font-size: 23px;
    margin-top: -26px !important;
    margin-bottom: 0;
}

p.designation {
    font-size: 14px;
}

p.designation::before {
    content: "( ";
}

p.designation::after {
    content: " )";
}
.team-description {
    margin-top: -26px;
    font-size: 14px;
    color: #5f5f5f;
}
.teal-box {
    border: 1px solid #00a85994;
}

.teal-box:first-child {
    border-right: 0;
}
.about_team {
    border-bottom: 1px solid #a5a5a5;
}
p.about_down {
    text-align: justify;
}
@media only screen and (max-width: 767px) {
	.teal-box:first-child {
		border: 1px solid #00a85994;
	}	
}
span.order-name-before {
    color: #000;
}  
.quick_product {
    font-family: 'Josefin Sans', sans-serif;
}

.quick_product h5 {
    border-bottom: 1px solid #00a859;
}
p.ad_quick::before {
    content: "\f041";
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 18px;
	color: #00a859;
}

p.phone_quick::before {
    content: "\f095";
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 18px;
	color: #00a859;
}

p.email_quick::before {
    content: "\f199";
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 18px;
    color: #00a859;
}
section.for_b_page h3 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    background: #00a859;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ffffff8c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
ul.blog_page_side {
    list-style: none;
}
ul.blog_page_side li a {
    color: #000;
	text-decoration: none;
	outline:none;
}
ul.blog_page_side li {
    padding: 12px 0px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 13px;
	position:relative;
}
ul.blog_page_side li:not(:last-child) {
    border-bottom: 1px solid #00000026;
}
ul.blog_page_side li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #00a859;
    z-index: -1;
    transition: .5s ease-in-out;
    width: 0%;
}
ul.blog_page_side li:hover::before {
    width:100%;
}
ul.blog_page_side li:hover a {
	color: #fff;
    transition: .5s;
}
ul.blog_page_side {
    border: 1px solid #00000014;
}
.quick_product::before {
    content: url("/wp-content/uploads/extra_img/sep.png");
    position: absolute;
    left: -11px;
    top:3px;
}
ul#wr-megamenu-menu-2 .current-menu-item span {
    color: #fff !important;
}
/* 
.row.category_menu_footer ul li {
    text-align: left;
} */
.contact_page_design p:last-child {
    margin-bottom: -17px !important;
}


table.tbb td {
    padding: 7px;
}

.college_table_ayur thead tr th {
    background: #00a859;
    color: #fff;
    padding-left: 20px;
    border-right: 1px solid #fff;
}

.college_table_ayur tr td{
	padding-left: 20px;
}
.college_table_ayur tbody{
	border: 1px solid #0000003b;
}

.college_table_ayur div.dataTables_filter {
    margin-bottom:  14px;
}
.college_table_ayur{
    font-family: Montserrat;
    font-size:14px;
}
.call_out_down_slider h1 {
    color: #fff;
    margin: 0;
    font-size: 24px;
}

div.model_pdf .modal-body {
    padding-top: 0;
    margin-top: -11px;
}
a.download_pdfff {
    font-size: 12px;
    color: #fff;
    background: #2fa9e4;
    padding: 8px;
    margin:5px;
    border-radius: 3px;
    text-decoration: none;
    outline: 0;
}
.down_load_pdf{
   
    margin: 5px;
    color: #fff !important;
    background: #ffc107 !important;
    outline: 0 !important;
    border: none !IMPORTANT;
    cursor: pointer;
}
.text_headingggg h2::after {
    content: "---------------------";
    display: block;
    letter-spacing: -7px;
    color: #00a859;
}

.text_headingggg h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
}
.text_headingggg_new h2 {
    font-size: 14px;
    font-weight: 600;
}

.contact_page_design p {
    font-size: 15px;
}

.contact_page_design a {
    color: #fff;
}
.our_future h2 {font-size: 14px;}

.our_future {
    margin-top: -46px;
    
}

@media only screen and (max-width: 600px) {
.image_cellvinn {
    margin-top: 114px;
}
}
.our_future.newww h2 {
    font-family: Montserrat;
    font-size: 34px;
}

.our_future.newww h2::after {
    content: "---------------------";
    display: block;
    letter-spacing: -7px;
    color: #00a859;
}
a.footer_readmore {
    font-size: 13px;
    position: relative;
    top: -9px;
    color: #fff;
}

div#topbar_scroll {
    padding: 16px 0;
}

.over_hidden img {
    width: 100% !important;
    height: 200px !important;
	border: 1px solid #cccccc54 !important;
    padding: 8px;
}

