html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

a:hover {
    text-decoration: none !important;
}

body {
    margin: 0;
}
body,html {
    overflow-x: hidden;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

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;
}

.main-title.wow.fadeInDown p {
    color: #444;
}
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;
}

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-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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
        font-family:Candara;
    font-size: 16px;

    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;
}
.heading{
    font-size: 24px; font-family: Aharoni; font-weight: 400; line-height: 1.1; color: #2784C6; 
}
.addedsoon {
margin-bottom:30%; margin-top:8%; color:#1BCDC3;margin-left:40%;
}


/*--------------------------------------------------------------
# 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: #fff; /* Fallback for when there is no custom background color defined. */
}

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: none;
}

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, .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: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;
}

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 #47E2A9;*/
    border: 1px solid #0aad71;
    border-radius: 3px;
    padding: 3px;
    width: 400px;
}

select {
    border: 1px solid #ccc;
}

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;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

/*a:focus {
    outline: thin dotted;
}*/

a:hover,
a:active {
    outline: 0;
}
.main-nav > li > a>mactive{
    border-bottom: 3px solid white;  
    margin-bottom:5px;
}

/*--------------------------------------------------------------
## top-header-socialicons
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    
}
.icon{
    color:#47E2A9;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

@media screen and (min-width: 37.5em) {   
    .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 {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    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;
    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;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.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, /* 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: 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;
}

/* site css */
*{
    margin: 0px;
    padding:0px;
}
.padding-left-right-zero{
    padding-right: 0px;
    padding-left: 0px;
}
.padding-right-zero{
    padding-right: 0px;
}
.padding-left-zero{
    padding-left: 0px;
}
*, *::before, *::after {
    box-sizing: inherit;
}
p {
    /*font-size: 15px;*/
    /*line-height: 26px;*/
    font-weight: normal;
    /*color: #747474;*/
    /*color:#444;*/
    font-family:'Bernard MT';
}
ul, ol {
    margin: 0 0 0em 0em;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 0;
}
@font-face {
    font-family: 'Andes';
    src: url('assets/fonts/Andes W04 Book.ttf');
}
body {
    font-family: 'Roboto' !important;
}
/* ----- Start Main Header ---- */
.main-header {
     padding: 180px 0px 0px 25px;
     color:white;
    background-color:white; 
}
.main-header .site-branding {
    float: left;
}
.site-title {
    margin-left: 50px;
    font-size: 28px;
    font-weight: bold;
}
.site-title img
{
    height:60px;
     width:160px;
}
.site-title a
{
    color:#47E2A9;
}
p.site-description {
    margin-left:100px;
    margin-bottom: 0;
    font-size: 15px;
    color: #47E2A9;
    font-family: inherit;
}


/* start widget area */
.widget {
    margin: 0px;
}
.main-title {
    text-align: center;
    margin-bottom: 40px;
}
.main-title .widget-title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-wrap {
    text-align: center;
}
.view-more {
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin-top: 40px;
}
.view-more:hover {
    color: #fff;
    transition: 0.5s;
}


/* start services area */
/* Create a simple white box, and add the shadow for the initial state */
.box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}

/* Create the hidden pseudo-element */
/* include the shadow for the end state */
.box::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease-in-out;
}

/* The fast way */

.make-it-fast {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}


/* Pre-render the bigger shadow, but hide it */

.make-it-fast::after {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}


/* Transition to showing the bigger shadow on hover */

.make-it-fast:hover::after {
  opacity: 1;
}

/* Scale up the box */
.box:hover {
  transform: scale(1.2, 1.2);
}

/* Fade in the pseudo-element with the bigger shadow */
.box:hover::after {
  opacity: 1;
}



/* ---- Feature section ---*/
.widget-ample-business-theme-feature {
    background: #f4f6f7;
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
}
.widget-ample-business-theme-feature .main-title {
    text-align:center;
}
.feature-image img {
    width: 100%;
}
.feature-item {
    background: #fff;
    padding: 15px;
    /*display: inline-flex;*/
    margin-bottom: 30px;

}
.feature-item .feature-item-icon {
    float: left;
    margin-right: 30px;
    margin-top: 7px;
    border-right: 1px solid #eee;
    font-size: 60px;
    padding-right: 15px;
    vertical-align: middle;
    width: 122px;
    text-align: center;
}
.feature-item .widget-inner-title {
    margin-top: 0px;
}
.service-item:hover .service-icon i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: 2s;
}
@media only screen and (max-width : 768px) {
    .feature-image {
        display: none;
    }
}

/* ---- meet our team and counter button ---*/
#ample-business-theme-meetbutton {
    margin-top: 0px;
}
.widget-ample-business-theme-meetbutton
{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.widget-ample-business-theme-meetbutton .container
{
    padding: 40px 0px;
}
.main-title .widget-title.whitetext
{
    color: #fff;
}
.main-title .widget-title.greentext{
    color:#47E2A9;
}
.meet-counter-button {
    margin: 50px 0px;
    text-align: center;
}
.paralex-btn {
    font-family:Candara;
    font-size: 24px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 30px;
    padding: 10px 40px;
    text-transform: uppercase;
    background-color:#337ab7;
    border-radius: 10px
}
.paralex-btn:hover {
    color: #fff;
    transition: 0.5s;
}
@media only screen and (max-width : 768px) {
    .paralex-btn {
        display: block;
        margin-bottom: 30px;
        margin-left: 30px;
         border-radius: 10px;
    }
}


/* ---- Our team ---*/
.widget-ample-business-theme-ourteam {
    overflow: hidden;
}

@media only screen and (max-width : 768px) {
    .our-team-item {
        margin-bottom: 15px;
    }
}


/* --- counter Section ---- */
.widget-ample-business-theme-counter {
    padding: 40px 0px;
}
.conter-item {
    padding: 20px;
    text-align: center;
    background: rgba(251, 250, 249, 0.12);
}
.conter-item  .counter-number{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
}
.conter-item  .counter-title{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.counter-icon .fa {
    font-size: 42px;
    color: #fff;
}
.conter-item:hover {
    transform: translateX(0) translateY(-5px) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(-5px) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(-5px) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(-5px) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(-5px) translateZ(0) rotate(0deg) scale(1);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*style.css:1291*/



/*---- Testimonial ----*/
.testimonial-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.testimonial-details {
    text-align: center;
}
.testimonial-img {
    display: inline-block;
}
h5.clientname {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0px;
}

/*--- blog ---*/
.widget-ample-business-theme-blog {
    background: #f4f6f7;
    padding: 40px 0px;
    margin-top: 0px;
    overflow: hidden;
}
.blog-item {
    background: #fff;
}
.blog-item img {
    width: 100%;
}
.blog-details {
    padding: 15px;
}
.blog-details .entry-header .entry-title {
    margin-top: 0px;
    color:#2fa3ad;
}
.blog-details .entry-header .entry-title  a{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #555555;
}
.blog-details .entry-header .entry-title  a:hover{
    color: #2fa3ad;
    transition: 1s;
}
.blog-details .entry-header h4{
    color:#b8b8b8;
}
.enty-meta a {
    font-size: 12px;
    text-transform: capitalize;
    color: #b1b0b0;
}
.posted-on {
    margin-right: 15px;
}
.enty-meta {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid #f5f3f3;
    border-bottom: 1px solid #f5f3f3;
    /*display: flow-root;*/
}
.leavecomment a {
    color: #2fa3ad;
}
.widget-ample-business-theme-blog .blog-list .blog-details .entry-content {
    margin-top: 15px;
}
@media only screen and (max-width : 768px) {
    .blog-item {
        margin-bottom: 30px;
    }
}


/* --- Top footer ----*/
.ample-business-topfooter {
    /*background:#47EDC4;*/ 
    /*background:#47c9e5;*/
    background:#2784C6;
    padding: 40px 0px;
    overflow: hidden;
}
.widget-footer-top {
    text-align: center;
    border-right: 1px solid #959595;
}

.widget-footer-top .fa {
    font-size: 40px;
    color: #fff;
}
.footer-top-widget-title {
    font-family:Candara;
    color: #fff;
    font-size: 1px;
    font-weight: 400;
}
.widget-footer-top p {
    color: #e6e7e8;
}

/* ---- Middle Footer ----*/
.middle-footer {
    padding-top: 4em 0;
}
.footer-bottom-title {
    font-family:inherit;
    font-size: 18px;
    color: black;
    font-weight: 400;
    text-transform:capitalize;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.botttom-nav-allah ul li
{
    display: block;
    list-style-type: disc;
    margin-left: 1em;
    margin-right: 1em;   
    padding:5px 5px 5px 5px;    
}
.middle-footer .widget-area p{
    color: #e6e7e8;
}
.middle-footer .widget-area ul li {
    clear: both;
    display: table;
    margin-bottom: 15px;
    width: 100%;
}
.middle-footer .widget-area ul li .fa {
    float: left;
    font-size: 14px;
    width: 30px;
    text-align: left;
    line-height: 25px;
    text-indent: 1px;
    color: #e6e7e8;
}
.middle-footer .widget-area ul li a {
    float: left;
    width: calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    color: #e6e7e8;
    font-size: 15px;
    text-transform: capitalize;
}
.middle-footer .widget-area ul li a:hover {
    transition: 1s;
}
.footer-tags a {
    color: #e6e7e8;
    margin-right: 15px;
    padding: 5px 9px;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-tags a:hover {
    color: #e6e7e8;
    transition: 1s;
}

/* ---- Bottom footer ------*/
.site-footer.bottom-footer {
    /*background: #1BCDC3;*/ /* #00428a;*//*#3a3939;*/
    background:#19CA9A;
    border-top: 1px solid #8e8e8e;
    padding: 15px 0px;
}
.copyright {
    float: left;
}
.copyright p{
    color: #fff;
    margin: 0px;
}
.footer-social-link {
    float: right;
}
.widget-footer-social-icon li {
    display: block;
    margin-left: 15px;
    float: left;
}
.widget-footer-social-icon li a {
    border: 1px solid #bababa;
    display: inline-block;
    height: 33px;
    line-height: 2.3;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 33px;
    color: #fff;
}


/*  ------ hover color for solcial links  ---*/
.ample-inner-banner .entry-title,
.ample-inner-banner .page-title
{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}




/* --- About us top section ---*/
.aboutus-top  {
    margin-top: 40px;
}
.aboutus-top {
    text-align: center;
}
.elementor-heading-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.half-bg-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #091b6b;
}

/* ---- ample Page ------*/
.single-ample-page {
    background: #f7f7f7;
    padding-bottom: 30px;
}
.single-ample-page #primary {
    width: 70%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar {
    width: 30%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
#primary.content-area,
.sidebar
{
    margin-top: 30px;
}
article.page,
.sidebar section
{
    margin-bottom: 2em;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px;
}
@media only screen and (max-width : 991px) {
    .single-ample-page #primary,
    .sidebar
    {
        width: 100%;
    }
}


/*--- Contact Us page ---*/
.contact-page {
    margin-top: 40px;
}
.contact-page-content ul li {
    border-top: 1px solid #d7d7d7;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 15px;
}
.contact-page-content ul li h6 {
    font-size: 16px;
    font-weight: normal;
}
.contact-page-content ul li .fa {
    margin-right: 15px;
}

/* ---- sticky Navagation ----*/
.navbar-fixed-top {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #47E2A9;   
}
.scrollup {
    font-size: 16px;
    border-radius: 100%;
    bottom: 50px;
    color: #ffffff;
    float: right;
    line-height: 1.2;
    padding: 10px 17px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-shadow: 0 0 1px #313131;
    transition: all 0.3s ease-in-out 0s;
    z-index: 999;
}
.scrollup:hover {
    background: #383838;
    color: #fff;
}
.contact-form input[type=text],
.contact-form textarea
{
    border: 1px solid #eee;
    font-size: 12px;
    padding-left: 10px;
    /* margin-right: -15px; */
}
.contact-form input[type=text] {
    width: 97.5%;
}
.contact-form {
    margin-bottom: 40px;
}




/* ----- Customizer color   ----*/
.site-title a,
.read-more-background:hover,
.service-icon .fa,
.feature-item .feature-item-icon,
.widget-inner-title a:hover,
h5.clientname,
.view-more,
.posted-on a:hover,
.posted-by a:hover,
.blog-details .entry-header .entry-title  a:hover,
.leavecomment a,
.main-nav  li:hover > a,
.middle-footer .widget-area ul li a:hover,
.widget-recentpost ul li a:hover,
.widget-archives ul li a:hover,
.widget-categories ul li a:hover,
article.post .entry-header .entry-title a:hover,
article.post .entry-meta .posted-on a:hover,
article.post .entry-meta .posted-by a:hover,
article.post .entry-meta .category-tag a:hover,
.article-readmore:hover,
.authur-title a:hover,
.contact-page-content ul li .fa
{
    color:#47E2A9; /*#2fa3ad;*/
}

.service-icon div,
.widget-ample-business-theme-counter,
.portfolioFilter .current,
.portfolioFilter a:hover,
.view-more:hover,
.features-slider .owl-theme .owl-controls .owl-page,
.read-more-background,
.footer-tags a:hover,
.ample-inner-banner,
.breadcrumbs,
.widget-search .search-submit:hover,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.pagination-blog .pagination > 
.pagination-blog .pagination > li > a:hover,
.scrollup
{
    background-color: #47E2A9 ;/* #2fa3ad;*/
}

.paralex-btn:hover{
    background-image: linear-gradient(to right top, #47e2a9, #24d6b3, #00c9b9, #0dbbbb, #2aadb8);
}

.footer-bottom-title:before  {
    border-bottom: 1px solid #2fa3ad;
}


.main-title .widget-title,
.widget-inner-title a,
.widget-inner-title,
.conter-item  .counter-title,
.portfolioFilter a,
.team-digination,
.elementor-heading-title,
article.post .entry-header .entry-title a,
.authur-title a,
.ample-widget.related-post h3,
.contact-page-content ul li h6
{
    color:darkgray;
 font-family:Candara;
}
.page-header {

    border-bottom: 0px solid #eee !important;
}

/*for no-sidebar option*/
.no-sidebar .sidebar {
    display: none;
}
.no-sidebar #primary {
    width: 100%;
}
/*for right-sidebar*/
.right-sidebar .single-ample-page #primary {
    float: left;
}
.right-sidebar .sidebar {
    float: left;
}
/*for right-sidebar*/
.left-sidebar .single-ample-page #primary {
    float: right;
}
.left-sidebar .sidebar {
    float: left;
}
/*this missing*/
.ample-inner-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #000;
    width: 100%;
    padding: 50px 0px !important;
    text-align: left;
}
.widget-ample-business-theme-meetbutton{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-color:white;
}

body {

    font-size: 15px;
}
#wrap {
    margin: 5px 10px;
    display: inline-block;
    position: relative;
    height: 60px;
    float: right;
    padding: 0;
    position: relative;
}

input[type="text"] {
    color: #555;
}

input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}
.header-search button {
    background: transparent;
    color: #fff;
    border: transparent;
    padding-left: 5px;
}
.menu-social-link-container {
    float: right;
    
}

input[type="submit"]:hover {
    opacity: 0.8;
}
.header-search {
    float: right;
}
.scrollup {
    display: none;
}


tbody {
    color: #fff;
}

/*for Footer section */
#footer-widget h2.widget-title {
    color: #fff;
}
#footer-widget .textwidget p {
    color: #fff;
}
h2.trail-browse {
    display: none;
}
.site-branding .navbar-brand {
    padding: 15px 0;
}


.nav-previous a,
.nav-next a {
    background: #61b9ed;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
}
.below:after {
    content: "\f107 ";
    font-family: FontAwesome;
    position: absolute;
    padding-left: 5px;
    color: #545454;
}

.nav-previous a:hover {
    background: #049ef9;
    color: #fff;
    transition: 0.5s;
}
.nav-next a:hover {
    background: #049ef9;
    color: #fff;
    transition: 0.5s;
}
/*Make sure select elements fit in widgets.*/
#secondary section#ample-business-theme-service {
    border: 0;
    padding: 0;
}
#secondary section#business-testimonials-widget-3 {
    border: 0;
    padding: 0;
}

#secondary section#ample-business-theme-meetbutton {
    border: 0;
    padding:0;
}
.sidebar .widget-ample-business-theme-meetbutton .paralex-btn {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}
.sidebar .widget-ample-business-theme-meetbutton .meet-counter-button {
    text-align: center;
    padding: 0 20px;
}
/*for search in sidebar*/
#secondary form .top-search {
    padding: 0px 0px 0px 21px;
}
#secondary button {
    padding: 3px;
    margin-left: -20px;
}

/*footer section color text*/
.row.footerwidgets ul li a {
    color: #fff;
}
/*============= lastes update ==================*/
/* ==================for sidebar calander widgets============================ */
.footerwidgets h2{
    font-family:Candara;
        font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footerwidgets p{
    font-family:Candara;
    margin: 0;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.9;
    color: #fffced;
    
}
td {
    color: #444;
}
.footerwidgets caption {
    color: #fff;
}
.footerwidgets th {
    color: #fff;
}
.footerwidgets td {
    color: #fff;
}
.footerwidgets li {
    color: #fff;
}
.footerwidgets button {
    padding: 3px;
    margin-left: -20px;
}

/*footer sections margine*/
a:hover, a:active,a.current,a:focus {
    text-decoration: none !important;
}

#sidebar-primary form.top-search {
    margin-left: 35px;
}

@media only screen
and (min-device-width : 1024px)
and (max-device-width : 1366px) { #sidebar-primary form.top-search {
    margin-left: 20px;
}

}

@media only screen
and (max-device-width : 1024px) {
    #secondary button {
        display: none;
    }
}



.main-header {
    padding: 0px 0px 0px;
 /*color:#47E2A9;*/
 background-color:white;
}

/*menu font */
/*ul#menu-primary li a {
    font-size: 15px;
}*/
/*==========================for bannar section ==============================*/

h3.banner-title, .banner-caption {
    text-align: center;
}

.know-more {
    text-align: center;
}

a.read-more-background.know {
    background: #1f1f1f;
}

/*navigation for slider*/


/*bannar header image*/
.ample-inner-banner {
    height: 200px;
}



/*===============================service section=======================================*/
.service-item.wow.fadeInUp {
    text-align: center;
}


.service-icon div {
    width: 60px;
    height: 0px;

}

.service-item a.btn {
    position: relative;
    display: flex;
    color: #21b1a4;
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
   color: white;
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 38%;
   background: #47E2A9;
   color:white;
}
.mt-auto{margin-left: 30%;}

h3.team-title a {
    color: #000;
}
.team-digination p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

/*testimonial*/
h2.clientname {
    font-weight: 800;
    color:#fff;
    text-transform: capitalize;
}

/*info widgets*/
#home-page-widget-area .widget-footer-top {
    text-align: center;
    border-right: 0px solid #959595;    
    background: #1BCDC3 !important;  /*#22E9A1  #47E2A9*/
}

#home-page-widget-area .widget-footer-top i.fa {
    margin-top: -43px;
    font-size: 63px;
}
#home-page-widget-area .widget-footer-top p {
    color: #444;
    font-size: 18px;
    padding-bottom: 20px;
}

/*footer section 
.copyright {
    float: none;
    text-align: center;
}
.copyright a {
    color: #fff;
}

.paralex-btn:hover, .view-more, .portfolioFilter a, .footer-tags a{
    border: 1px solid #000000;
}


/*work widgets */
.workimgoverlay {
    position: relative;
    margin-bottom: -5px;
    margin-right: -15px;
    margin-left: -15px;

}

/*---------- tooltip CSS ----------*/
.tooltip {
    font-size:11px;
}
.tooltip-inner {
    max-width: 60px;
    padding: 3px 8px;
    color: #fff;
    margin:0 auto;
    text-align: center;
    background-color: #66cc99;
    border-radius: 0;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #66cc99;
}
.post-info a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.post-info a:hover{
    color:#66cc99;
}
.post-content h6.post-title a{color:#333;}
.post-content a.continue-link{
    color:#66cc99;
}
.post-content h6.post-title a:hover{color:#66cc99;}
.post-content a.continue-link:hover{text-decoration:underline;}
.single-popular-post:hover .post-img:before,
.single-review:hover .post-img:before,
.single-featured-post:hover .post-img:before{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.single-popular-post:hover .post-content,
.single-review:hover .post-content,
.single-featured-post:hover .post-content{
    box-shadow:0px 1px 4px rgba(0,0,0,0.15);
}
/*========================================*/
/*  14. 404 page
/*========================================*/

.mobile-menu-area{display:none;}
.mean-container .mean-bar {
    background: #66cc99 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a.mean-expand {
    height: 26px;
}

/*post with boader vanished */
article.post {
    margin-bottom: 2em;
    background: none;
    border: 0px solid #e1e1e1;
    padding: 15px;
}

/*post underline*/
.post-rating {
    width: 22%;
    height: 2px;
    vertical-align: top;
    background-color: #2fa3ad;
    margin-left: 242px;
}
/*blog post title */
h3.post-title a {
    color: rgba(53, 0, 0, 0.94);
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  { /* STYLES GO HERE */
    .post-rating {
        width: 22%;
        height: 2px;
        vertical-align: top;
        background-color: #2fa3ad;
        margin-left: 216px;
    }
}


/*iphone x css */
@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {
    .post-info {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        position: absolute;
        left: 38%;
        bottom: -4px;
        margin-left: -110px;
        text-align: center;
        z-index: 999;
    }
    .post-rating {
        width: 22%;
        height: 2px;
        vertical-align: top;
        background-color: #2fa3ad;
        margin-left: 69px;
    }
}
/*iphone 6 css */
@media only screen
and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px)
{
    .post-info {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        position: absolute;
        left: 38%;
        bottom: -4px;
        margin-left: -123px;
        text-align: center;
        z-index: 999;
    }
    .post-rating {
        width: 22%;
        height: 2px;
        vertical-align: top;
        background-color: #2fa3ad;
        margin-left: 84px;
    }
}

@media only screen and (max-device-width: 480px) {
    .post-info {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        position: absolute;
        left: 38%;
        bottom: -61px;
        margin-left: -87px;
        text-align: center;
        z-index: 999;
    }
    .post-rating {
        width: 22%;
        height: 2px;
        vertical-align: top;
        background-color: #2fa3ad;
        margin-left: 48px;
    }
}
/*iphone 8 media query */
@media only screen
and (device-width : 375px)
and (device-height : 667px)
and (-webkit-device-pixel-ratio : 2) {
    .post-rating {
        width: 22%;
        height: 2px;
        vertical-align: top;
        background-color: #2fa3ad;
        margin-left: 84px;
    }
    .post-info {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        position: absolute;
        left: 38%;
        bottom: -61px;
        margin-left: -119px;
        text-align: center;
        z-index: 999;
    }
}

@media only screen
and (device-width : 414px)
and (device-height : 736px)
and (-webkit-device-pixel-ratio : 3) {
    .post-rating {
        width: 22%;
        height: 2px;
        vertical-align: top;
        background-color: #2fa3ad;
        margin-left: 84px;
    }
    .post-info {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        position: absolute;
        left: 38%;
        bottom: -61px;
        margin-left: -119px;
        text-align: center;
        z-index: 999;
    }
}
/*media query for ipad pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .post-rating {
        width: 22%;
        height: 2px;
        vertical-align: top;
        background-color: #2fa3ad;
        margin-left: 186px;
    }
}
@media only screen and (max-device-width: 480px) {
    .post-rating {
        width: 22%;
        height: 2px;
        vertical-align: top;
        background-color: #2fa3ad;
        margin-left: 69px;
    }
}

p {
    /*font-size: 15px;*/
    /*line-height: 26px;*/
    font-weight: normal;
    /*color: #747474;*/
    font-family: 'Andes', sans-serif;
}


/*search section */
aside#sidebar-primary input#search {
    width: 223px;
    height: 43px;
}

#secondary button {
    padding: 8px;
    padding-bottom: 14px;
    padding-right: 13px;
    margin-left: -41px;
    margin-top: 0;
}
#secondary i.fa.fa-search {
    font-size: 17px;
}
/*for image width details */
img.img-responsive.details {
    display: initial;
    width: 386px;
    height:initial;
}

.imgresponsive
{
    height: 220px;
    width:65%;

}
.center {
    text-align: center;
    padding-bottom: 55px;
}

.arcue-prev {
    border: 1px solid;
    color: #fff;
}
.arcue-next {
    border: 1px solid;
    color: #fff;
}
/*slider navigation*/
.arcue-prev {
    float: left;

}


.arcue-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
    transform: translateY(-50%);
    text-align: right;
}

/*.homepage-card{
  transition: border-color 1s, box-shadow 0.5s;
}
.homepage-card:hover {
  border-color: rgba(13, 110, 253, 0.7);
  box-shadow: 0px 0px 10px 2px rgba(13, 110, 253, 0.6);
}*/


/*#home-page-widget-area div#text-1 {
    padding: 0px;
    margin-left: -14px;
    margin-right: -14px;

}*/

/*slider text */
.features-slider .banner-title {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

p.site-title {
    font-family: "Times New Roman", Times, serif;
    
}

div#home-page-widget-area .info i.fa{
    background: #ef4a2b none repeat scroll 0 0;
    border-radius: 50px;
    font-size:63px;
    color: #fff;
    height: 106px;
    line-height: 78px;
    text-align: center;
    width: 104px;
}
 /*color: #1BCDC3;*/  /*  #1BCDC3*/
.footer-top-widget-title {
   
    color:darkgray;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    box-sizing: border-box;

border-radius: 0.5em 2em 0.5em 2em
    
}
.widget {
    margin: 0px;
    margin-bottom: 10px;
}
section#ample-business-theme-meetbutton {
    z-index: 9;
}


.top-info .widget-footer-top {
    text-align: left;
    border-right: none;
}

.top-info-header {
    background:white;
    height:50px;
}
.top-info-header .top-info .widget-footer-top {
    text-align: left;
    border-right: none;
}

.top-info-header .footer-top-widget-title {
    font-size: 15px;
    margin-bottom: 5px;    
    color:white;
    line-height: 1px;
}

.info-icon {
    margin-left: 15px;
    position: absolute;
    top: 50%;
    color:wheat;
        transform: translateY(-50%);
}
.top-info-header div#text-1 {
    margin-left: 50px;
}
.info-icon .fa {
    font-size: 24px;
}
h3.info-detail {
    font-size: 15px;
    margin-bottom: 5px;
    color: white;
    line-height: 0px;
}


.service-icon .fa {
    font-size: 52px;
    left: 0px;
    border-radius: 50%;

}
.owl-theme .owl-controls .owl-buttons div {

    display: inline-block;
    zoom: 1;

    padding: 7px 10px;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    background: #000000;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    color: #ffffff;


    line-height: 47px;


    cursor: pointer;
    font-size: 24px;
    margin: 0;
    border: none;
}

.navbar .navbar-toggle:hover, .main-navigation .current_page_ancestor > a:before, .comment-form .form-submit input, .btn-primary, .line > span, .wpcf7-form input.wpcf7-submit, .wpcf7-form input.wpcf7-submit:hover, .sm-up-container, .read-more, .testimonial-content, .round-icon, .round-icon:hover {
    background-color: #337ab7;

}

.line > span {
    display: inline-block;
    width: 170px;
    height: 1px;
}
.line span {
    text-align: center;
    position: relative;
}
.line > span::before {
    bottom: -3px;
    color: #003A6A;
    font-size: 19px;
    height: 17px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 39px;
    z-index: 9;
    background: #fff;
}

.service-item.wow.fadeInUp {
    padding: 32px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-event-date {
    color: #fff;
    font-size: 17px;
    position: absolute;
    width: 62px;
    height: 55px;
    text-align: center;
    background: #00B092;
    left: 15px;
    top: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*button color */
.button-course {
    border: 1px solid;
    padding: 11px;
    background: midnightblue;
    color: #fff;
}


.button-course a {
    font-size: 20px;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .features-slider .banner-title {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
    }
}


/*noticed+ */
.feature-item-icon.notice {
    font-size: 21px;
}


.widget-everestedu-featured-course {
    margin: 60px 0px;
}
.featured-course-item {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}

.edugate-content .title {
    font-weight: 700;
    margin: 0;
    color: #49575f;
    display: inline-block;
}

.edugate-content .description {
    display: inline-block;
    width: 100%;
    line-height: 24px;
}

a.viewcourse {
    background: #624dd6;
    color: #fff;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }

}
@media only screen and (max-width : 320px) {   
    .top-left {
        width: 94%;
        padding: 0px 15px;
        text-align: center;
        margin-bottom: 15px;
    }
    .visible-xs {
        display: block !important;
    }
    .site-branding {
        width: 100%;
    }
    .menu {
        width: 100%;
    }
    .slider-contain {
        display: none;
    }   
    .site-title{
            margin-left: 20px;
    }   
   .site-title img {
    height: 20px;
    width: 90px;    
   }   
   p.site-description {
    margin-left: 40px;  
    font-size: 12px;    
}
   .know-more
   {
       display:none;
   }
   .align-center
   {
       padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
   }
    .blog-item,
    .footer-item    
    {
        width: 100%;
    }                 

}
@media only screen and (max-width : 992px) {
    .visible-xs {
        display: block !important;
    }
  
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {  
    .visible-xs {
        display: block;
    }       
    .menu {
        width: 100%;
    }
    .slider-contain {
        display: none;
    }
    .adv-search {
        margin-top: 20px;
    }
    .search-title h3 {
        font-size: 24px;
    }
    .search-form input[type="text"], select, .search-submit {
        width: 100%;
        margin-bottom: 15px;
    }   
    .featured-course-item,
    .blog-item,
    .footer-item,
    .innerpage-aboutus-services-item
    {
        width: 50%;
    }   
    .site-content-area {
        width: 100%;
    }
    .everest-edu-sidebar {
        width: 100%;
    }
    .gallery-item {
        width: 50%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    
    .top-left {
        width: 94%;
        padding: 0px 15px;
        text-align: center;
        margin-bottom: 15px;
    }
    .visible-xs {
        display: block;
    }
    .site-branding {
        width: 100%;
        text-align: center;
    }
    .site-branding img {
        width: 60%;
    }
    .menu {
        width: 100%;
    }
    .slider-contain {
        display: none;
    } 
    .featured-course-item,
    .blog-item,
    .footer-item,
    .innerpage-aboutus-services-item
    {
        width: 100%;
    }

     .site-title img {
    height: 20px;
    width: 90px;    
   }      
     .features-slider .item .read-more-background
     {
         margin:0 0 0;
     }
     .align-center {
	text-align:center;
	background-color:#fff;
	color:#000;
	padding:10px;
	margin-top:0px;
	margin-bottom:10px;	
}
    .counter-item {
        width: 50%;
    }
    
    .site-content-area {
        width: 100%;
    }
    
    .gallery-item {
        width: 100%;
    }

}

@media only screen and (max-width : 440px) 
{
     .know-more
   {
       display:none;
   }
}
.feature-content .line > span::before {
    bottom: -3px;
    color: #003A6A;
    font-size: 19px;
    height: 17px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 39px;
    z-index: 9;
    background: #f5f5f5;
}

.apply-now a.read-more-background {
    float: right;
    padding-top: -23px;
    margin-top: 1px;
}
/*breadcumb color */
.breadcrumb .trail-items li {
    display: inline-block;
    margin-right: 20px;
    color: #dedada;
}

aside#sidebar-primary input#search {
    width: 223px;
    height: 43px!important;
    margin-left: -25px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: transparent;
    border-radius: 3px;
    background: transparent;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    line-height: 1;
    padding: .6em 1em .4em;
}

.apply-now .read-more-background {
    color: #fff;
    margin: 20px 0px 0px;
    padding: 9px 27px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    a.viewcourse {
        background: #624dd6;
        color: #fff;
        padding: 6px 0px;
    }
}

/*synergy - cost effective - problem solving  */

.align-center {
	text-align:center;
	background-color:#fff;
	color:#000;
	padding:30px;
	margin-top:10px;
	margin-bottom:20px;	
}
.align-center  h4 {
	padding:10px;
	/*-webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);*/
    -webkit-box-shadow: 1px 2px 2px 4px rgb(25, 202, 154);
    -moz-box-shadow: 1px 2px 2px 4px rgb(25, 202, 154));
    box-shadow: 1px 2px 2px 4px rgb(25, 202, 154);
}
.align-center  p {
	margin-top:10px;
	margin-bottom:30px;
}
/*.align-center:hover {
	-webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
-moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
}*/
.align-center:hover
{
     /*border-color: rgba(13, 110, 253, 0.7);*/
     border-color: #19CA9A;
  box-shadow: 0px 0px 10px 2px rgba(13, 110, 253, 0.6);
}

.align-center a.btn {
    position: relative;
    display: flex;
    color: #21b1a4;
    transition: .5s;
    z-index: 1;
}

.align-center:hover a.btn {
   color: white;
}

.align-center a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #DDDDDD;
    transition: .5s;
    z-index: -1;
}

.align-center:hover a.btn::before {
    width: 38%;
   background: #47E2A9;
   color:white;
}

/* wow slider css */
  
#wowslider-container1 {
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    margin: 0;
    z-index: 90;
    text-align: left;
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

* html #wowslider-container1 {
    width: 100%
}

#wowslider-container1 .ws_images ul {
    position: relative;
    width: 10000%;
    height: 400px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible
}

#wowslider-container1 .ws_images ul li {
    position: relative;
    width: 1%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    float: left;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important
}

#wowslider-container1 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    vertical-align: top;
    border: none;
    overflow: hidden
}

#wowslider-container1 .ws_images ul a {
    width: 100%;
    height: 100%;
    max-height: 360px;
    display: block;
    color: transparent
}

#wowslider-container1 img {
    max-width: none!important
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images>div>img {
    width: 100%;
    border: none 0;
    max-width: none;
    padding: 0;
    margin: 0
}

#wowslider-container1 .ws_images {
    max-height: 400px
}

#slider {
    height: 460px
}

#wowslider-container1 .ws_images iframe {
    position: absolute;
    z-index: -1
}

#wowslider-container1 .ws-title>div {
    display: inline-block!important
}

#wowslider-container1 a {
    text-decoration: none;
    outline: none;
    border: none
}

#wowslider-container1 .ws_bullets {
    float: left;
    position: absolute;
    z-index: 70
}

#wowslider-container1 .ws_bullets div {
    position: relative;
    float: left;
    font-size: 0
}

#wowslider-container1 .ws_bullets a {
    line-height: 0
}

#wowslider-container1 .ws_bullets {
    padding: 0
}

#wowslider-container1 .ws_bullets a {
    position: relative;
    display: inline-block;
    width: 0;
    margin: 3px 5px;
    padding: 8px
}

#wowslider-container1 .ws_bullets a>span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(37, 37, 37, .8);
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#wowslider-container1 .ws_bullets a.ws_overbull>span {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #f2c409
}

#wowslider-container1 .ws_bullets a.ws_selbull>span {
    opacity: 1;
    background-color: #f2c409;
    -webkit-box-shadow: 0 0 0 2px rgba(37, 37, 37, .8);
    box-shadow: 0 0 0 2px rgba(37, 37, 37, .8)
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
    font-size: 22px;
    width: 2.6em;
    height: 2.6em;
    margin-top: -1.3em;
    color: #fff;
    z-index: 100;
    -webkit-perspective: 20em;
    perspective: 20em;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

#wowslider-container1 a.ws_next {
    position: absolute;
    top: 50%;
    right: 0
}

#wowslider-container1 a.ws_prev {
    position: absolute;
    top: 50%;
    left: 0
}

#wowslider-container1 a.ws_next>span,
#wowslider-container1 a.ws_prev>span,
#wowslider-container1 .ws_playpause>span {
    display: block
}

#wowslider-container1 a.ws_next:hover>span {
    background-color: #f2c409;
    color: #252525;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

#wowslider-container1 a.ws_prev:hover>span {
    background-color: #f2c409;
    color: #252525;
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg)
}

#wowslider-container1 a.ws_next>span,
#wowslider-container1 a.ws_prev>span {
    display: block;
    height: 100%;
    background-color: rgba(37, 37, 37, .8);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-border-radius: 2.3em;
    border-radius: 2.3em
}

#wowslider-container1 a.ws_prev>span {
    -webkit-border-radius: 2.3em;
    border-radius: 2.3em
}

#wowslider-container1 a.ws_next>span:before {
    content: '>';
    display: block;
    text-align: center;
    line-height: 2.6em
}

#wowslider-container1 a.ws_prev>span:before {
    content: '<';
    display: block;
    text-align: center;
    line-height: 2.6em
}

#wowslider-container1 .ws_playpause>span {
    display: block;
    height: 100%;
    background-color: rgba(37, 37, 37, .8);
    border-radius: .2em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#wowslider-container1 .ws_playpause:hover>span {
    background-color: #f2c409;
    color: #252525;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

#wowslider-container1 .ws_pause>span:before {
    content: "\e801";
    display: block;
    text-align: center;
    line-height: 2.6em
}

#wowslider-container1 .ws_play>span:before {
    content: "\e800";
    display: block;
    text-align: center;
    line-height: 2.6em
}

#wowslider-container1 .ws_playpause {
    position: absolute;
    font: 2em;
    color: #fff;
    width: 2.4em;
    height: 2.6em;
    top: 50%;
    left: 50%;
    margin-left: -1.2em;
    margin-top: -1.3em;
    z-index: 100;
    -webkit-perspective: 20em;
    perspective: 20em;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

#wowslider-container1 .ws_bullets {
    bottom: 1.5em;
    left: 50%
}

#wowslider-container1 .ws_bullets img {
    height: 70px
}

#wowslider-container1 .ws_bullets div {
    left: -50%
}

#wowslider-container1 .ws_bulframe span {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(37, 37, 37, .8);
    bottom: -10px;
    margin-left: -7px;
    left: 64px
}

#wowslider-container1 .ws-title {
    font: 1.3em 'PT Sans', sans-serif;
    position: absolute;
    left: 2em;
    margin-right: 10em;
    z-index: 50;
    color: #fff;
    padding: 1em;
    bottom: 30px;
    top: auto;
    opacity: 1
}

#wowslider-container1 .ws-title div,
#wowslider-container1 .ws-title span {
    display: inline-block;
    padding: .5em;
    text-transform: uppercase
}

#wowslider-container1 .ws-title div {
    display: block;
    margin-top: .5em;
    font-size: 1.1em;
    padding: .7em;
    line-height: 1.15em;
    background-color: rgba(37, 37, 37, .8);
    color: #fff;
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

#wowslider-container1 .ws-title span {
    font-size: 1.8em;
    background-color: #fff;
    color: rgba(37, 37, 37, .8);
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em
}

#wowslider-container1 .ws_images>ul {
    animation: wsBasic 37s infinite;
    -moz-animation: wsBasic 37s infinite;
    -webkit-animation: wsBasic 37s infinite
}

@keyframes wsBasic {
    0% {
        left: 0%
    }
    11.08% {
        left: 0%
    }
    20% {
        left: -100%
    }
    31.08% {
        left: -100%
    }
    40% {
        left: -200%
    }
    51.08% {
        left: -200%
    }
    60% {
        left: -300%
    }
    71.08% {
        left: -300%
    }
    80% {
        left: -400%
    }
    91.08% {
        left: -400%
    }
}

@-moz-keyframes wsBasic {
    0% {
        left: 0%
    }
    11.08% {
        left: 0%
    }
    20% {
        left: -100%
    }
    31.08% {
        left: -100%
    }
    40% {
        left: -200%
    }
    51.08% {
        left: -200%
    }
    60% {
        left: -300%
    }
    71.08% {
        left: -300%
    }
    80% {
        left: -400%
    }
    91.08% {
        left: -400%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: 0%
    }
    11.08% {
        left: 0%
    }
    20% {
        left: -100%
    }
    31.08% {
        left: -100%
    }
    40% {
        left: -200%
    }
    51.08% {
        left: -200%
    }
    60% {
        left: -300%
    }
    71.08% {
        left: -300%
    }
    80% {
        left: -400%
    }
    91.08% {
        left: -400%
    }
}

#wowslider-container1 .ws_bullets a img {
    position: absolute;
    display: block;
    text-indent: 0;
    bottom: 15px;
    left: -64px;
    visibility: hidden;
    border: 1px solid #FFF;
    max-width: none
}

#wowslider-container1 .ws_bullets a:hover img {
    visibility: visible
}

#wowslider-container1 .ws_bulframe div div {
    height: 48px;
    overflow: visible;
    position: relative
}

#wowslider-container1 .ws_bulframe div {
    left: 0;
    overflow: hidden;
    position: relative;
    width: 128px;
    background-color: #FFF
}

#wowslider-container1 .ws_bullets .ws_bulframe {
    position: absolute;
    display: none;
    bottom: 30px;
    margin-left: 8px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

#wowslider-container1 .ws_bullets .ws_bulframe>div {
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 0 3px rgba(37, 37, 37, .8);
    -webkit-box-shadow: 0 0 0 3px rgba(37, 37, 37, .8);
    -moz-box-shadow: 0 0 0 3px rgba(37, 37, 37, .8)
}

#wowslider-container1 .ws_bulframe div div {
    height: auto
}

@media all and (max-width:760px) {
    #wowslider-container1 .ws_fullscreen {
        display: block
    }
    #slider {
        height: 350px
    }
}

@media all and (max-width:400px) {
    #wowslider-container1 .ws_controls,
    #wowslider-container1 .ws_bullets,
    #wowslider-container1 .ws_thumbs {
        display: none
    }
    #slider {
        height: 250px
    }
}

 /*---------------------------------------
              New Slider Effects          
  -----------------------------------------*/
 /*Typing effect starts*/
.output {
  text-align:center;
  font-family: 'Source Code Pro', monospace;
  color:white;
}
.cursorPara{
    color:white;
}

/* Cursor Styling */

.cursor::after {
  content:'';
  display:inline-block;
  margin-left:3px;
  background-color:white;
  animation-name:blink;
  animation-duration:0.5s;
  animation-iteration-count: infinite;
}
h1.cursor::after {
  height:24px;
  width:13px;
}
p.cursor::after {
  height:13px;
  width:6px;
}

@keyframes blink {
  0% {
    opacity:1;
  }
  49% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0;
  }
}
/*Typing effect ends*/

.homeImage{
            height:500px;
            width:100%;
        }
.slider-container {           
            text-align: left;
            color: white;
        }
        .bottom-left {
            position: absolute;
            top:80%;
            /*padding-bottom:10%;                    */
        }        


 /*---------------------------------------
                About Us STYLES              
  -----------------------------------------*/


.background-imgholder{
    background: url(~/assets/images/1.jpg);
  position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
}
 .image-holder {
	overflow: hidden;
	height: 100%;
	padding: 0px;
	position: absolute;
	top: 0px;
}
body #about .text-inner {
	padding: 62px;
}
body #about .text-block {
	background: #fff;
	padding: 40px;
	position: relative;
	top: 50%;
	box-shadow: 0px 0px 12px #ddd;
}
body #about .text-block li {
	padding: 0px;
	margin: 0 0 15px 0;
	display: block;
	line-height: 23px;
}
body #about .text-block i {
	margin-right: 10px;
}
body #about .text-block .btn-primary {
	margin: 30px 0px 20px;
}
body #about .about-list {
	display: inline-block;
	margin-bottom: 15px;
}
body #about .about-list h3, body #about .about-list .h3 {
	font-size: 26px;
}
body #about p.subheading {
	font-style: italic;
	width: 100%;
}
@media screen and (max-width: 640px) {
body #about .image-holder {
	display: none;
}
body #about .text-inner {
	padding: 50px 0px;
}
}

 #about, #team, #news,
  #news-detail {
    position: relative;
  } 
 /*---------------------------------------
               Portfolio STYLES              
  -----------------------------------------*/
   #portfolio h2 {
        margin-top: 40px;
    }
    .portfolio-items {
        list-style: none outside none;
        margin: 0 0 40px 0;
        padding: 0;
        color: #000;
    }
        .portfolio-items > li {
            float: left;
            padding: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
    .portfolio-item {
        margin: 0;
        padding: 0;
    }
   .recent-work-wrap .overlay {
        padding: 15px;
    }
    .recent-work-wrap .recent-work-inner h3 a {
        font-size: 20px;
    }
    .recent-work-wrap {
        position: relative;
    }
        .recent-work-wrap img {
            width: 100%;
            height: 300px;
            padding: 5px;
        }
        .recent-work-wrap .recent-work-inner {
            top: 0;
            background: transparent;
            opacity: .8;
            width: 100%;
            border-radius: 0;
            margin-bottom: 0;
        }
            .recent-work-wrap .recent-work-inner h3 {
                margin: 10px 0;
            }

                .recent-work-wrap .recent-work-inner h3 a {
                    font-size: 24px;
                    color: #fff;
                }
        .recent-work-wrap .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            border-radius: 0;
            background: #06F;
            color: #fff ;
            vertical-align: middle;
            -webkit-transition: opacity 500ms;
            -moz-transition: opacity 500ms;
            -o-transition: opacity 500ms;
            transition: opacity 500ms;
            padding: 30px;
        }
            .recent-work-wrap .overlay .preview {
                bottom: 0;
                display: inline-block;
                height: 35px;
                line-height: 35px;
                border-radius: 0;
                background: transparent;
                text-align: center;
                color: #fff;
            }
        .recent-work-wrap:hover .overlay {
            opacity: 1;
        }
    .img-responsive {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .recent-work-wrap .overlay .preview {
        line-height: inherit;
    }


 /* ---- Popup Chat Box  ------*/
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}


/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 8px;
  margin: 5px 0 5px 0;
  border: 1px solid #0aad71;
  background: #fff;
  resize: none;
  min-height: 50px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #47E2A9;
  color: white;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  width: 35%;
  margin-bottom:10px;
  opacity: 0.8;
  margin:20px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
  -webkit-transform:scale(1.4);
  -ms-transform:scale(1.4);
  transform:scale(1.4);
}
.Inhead{
    color:#47c9e5;
}
.inboxform{
    border: 1px solid #47c9e5;
    margin-left: 20px;
    padding: 3px 6px;
    margin-bottom: 5px;
    width: 250px;
}

/* Read More button home page */
 .readMoreBtn {
            border-color: #11c214 !important;
            color: #333333 !important;
            margin: 1rem 0.5rem !important;
        }
 .fbicon{
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
    font-size: 17px;
    /*margin: -29px 257px;*/
    margin: -29px 569px -29px 85px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid;
    z-index: 1;
  }
 a .fbicon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}
 a:hover .fbicon {
 color: #fff;
 transform: rotateY(360deg);
 background: #3b5999;
}
  a:before .fbicon{
  background: #3b5999;
}
  .space-below{
      margin-bottom: 10px;
  }