﻿
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent; 
}

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

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;
}

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;
 vertical-align:middle;
    /* width:auto;*/

}


#faculty
{
	width: 100%; /* 100% */
	border-collapse:collapse;
}
#faculty td
{
	/*font-size:1em;*/
	border:1px solid black;
	padding:3px 7px 2px 7px;
	color:#000000;
	vertical-align:middle;
}
#faculty th 
{
	/*font-size:1em;*/
	border:1px solid black;
	padding:3px 7px 2px 7px;
}

#faculty th 
{
	/*font-size:1.1em;*/
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	background-color: gray; /* #033fab */
	color:#000000; /* #ffffff */
	
}
#faculty tr 
{
	color:#000000;
	background-color: #F0F0F0; /* #add8e6 */
	border:1px solid black;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    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 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

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%;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    /*font-family: Roboto;*/
    font-family: 'Lato', sans-serif;
    font-size: 14px; /* Font Size to be updated  */
    line-height: 2.0;
    color: #000000; /* 5d5d5d */
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #750219; /* 5D5D5D */
    font-weight:bolder; /* new added */
    text-decoration: none;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    cursor: pointer;
    display: inline-block;
}
    text-decoration: none;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    cursor: pointer;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

a:hover,
a:focus,
a.active,
input,
textarea {
    outline: 0;
    text-decoration: none;
    color: maroon; /* inherit */
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

input,
textarea,
button {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: 1.3;
    font-family: Roboto Condensed;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

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 {
    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 15px;
   /*width: 100%;*/
   border-collapse: collapse;
}



th {
   font-weight: bold;
   border: 0px solid #CCC; /* 1px */
   padding: 5px 10px;
}

td {
   border: 0px solid #CCC; /* 1px */
   padding: 5px 10px;
    vertical-align:top;
}

/*--------------------------------------------------------------
# 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: 16px;
    /*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;
    font-size: 18px;
}

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%;*/
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

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

.clearfix:before,
.clearfix: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;
}

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


.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clearfix:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

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

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

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
}

.widget_product_categories ul {
    margin-left: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.widget_product_categories li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px 0;
}

/* ADD PORTION*/
.widget_categories a,
.widget_categories a1 {
    color: #222222;
    line-height: 30px;
    padding-left: 25px;
    position: relative;
  }

.widget_categories li {
    /*border-bottom: 1px dashed rgba(0, 0, 0, 0.1);  
 display: inline-block;
  border: none;
  color: #333;
  background: transparent;*/
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.widget_categories a::before,
.widget_categories a1::before {
    color: #222222;
    content: "\f07b";
    font-family: "FontAwesome";
    font-size: 14px;
    left:0px;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/*ADD PORTION ENDS*/


.widget_archive a,
/* .widget_categories a, */
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.widget_product_categories a {
    color: #222222;
    line-height: 32px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget_archive a:hover,
.widget_categories a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_recent_comments a:hover {

    color:#004A8D;
}

.widget_recent_entries a {
    padding-left: 15px;
}

.widget_archive a::before,
/* .widget_categories a::before, */
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li:before,
.widget_nav_menu li:before,
.widget_product_categories a:before {
    color: #222222;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -8px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
/*
.widget_categories a::before {
    content: "\f07b";
    top: 0;
}*/

*/

.widget_product_categories a::before {
    top: 0px;
}

.widget_archive a::before {
    top: 0;
}

.widget_recent_entries a::before {
    content: "\f101";
    top: 0;
}

.widget_meta a::before,
.widget_nav_menu li:before {
    content: "\f138";
    top: 0;
}

.widget_recent_comments li::before {
    content: "\f086";
    top: -2px;
    background: none !important;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li:before {
    content: "\f1ea";
    top: 0;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: 5px;
    padding-left: 0px;
}

.widget_nav_menu li:before {
    top: 0;
}

/*--------------------------------------------------------------
# Sidebar Select
--------------------------------------------------------------*/

.widget_archive select,
.widget_categories select,
.widget_product_categories select {
    width: 100%;
    padding: 10px;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin: 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_categories ul li a1,
.widget_product_categories ul li a {
    float: left;
}

/*--------------------------------------------------------------
# Sidebar Sub Menu
--------------------------------------------------------------*/

.widget_pages ul li .children li:last-child,
.widget_nav_menu ul li .sub-menu li:last-child,
.widget_product_categories ul li .children li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_product_categories ul .children {
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Calendar Area
--------------------------------------------------------------*/

.calendar_wrap caption {
    background: none repeat scroll 0 0 #222222;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.calendar_wrap table {
    border-collapse: collapse;
    width: auto;
}

.calendar_wrap table th {
    border: 0px solid #ccc;
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
    width: 5%
}

.calendar_wrap table td {
    border: 0px solid #ccc;
    padding: 8px 0px;
    color: #000;
    width: 5%;
    text-align: center;
}

.calendar_wrap table td#prev,
.calendar_wrap table td#next {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.calendar_wrap table td#next {
    text-align: right;
}

/*-------------------------------------
 WIDGET SEARCH SECTION
--------------------------------------*/

.widget_search .search-form,
.widget_product_search .woocommerce-product-search {
    position: relative;
}

.widget_search .search-field::-webkit-input-placeholder,
.widget_search .search-form:-moz-placeholder,
.widget_search .search-form:-ms-input-placeholder,
.widget_product_search .search-field::-webkit-input-placeholder,
.widget_product_search .search-form:-moz-placeholder,
.widget_product_search .search-form:-ms-input-placeholder {
    color: #868686;
}

.widget_search .search-form>label,
.widget_product_search .search-form>label {
    margin: 0;
    width: 100%;
}

.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text {
    display: none;
}

.widget_search .search-field,
.widget_product_search .search-field {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #333;
    display: inline-block;
    height: 47px;
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 0;
}

.widget_search .search-submit, .widget_product_search input[type=submit] {
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 47px;
    margin-left: 0;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -webkit-transition: all ease 0.5s;
    border: none;
    color: #fff;
    background: #004b8e;
    padding: 0 15px;
}

.widget_search .search-submit:hover, .widget_product_search input[type=submit]:hover {
    background: #333;
}

footer .widget ul li,
footer .widget ul li a,
footer .widget ul li:before,
footer .widget ul li a:before {
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

footer .widget ul li a:hover {

    color: #b5b5b5; /* b5b5b5 */
}

footer .widget ul li:hover:before {
    left: 5px;
}

footer .widget ul li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

footer .widget ul li:first-child {
    margin-top: 0;
}

footer .widget.widget_text ul li {
    border: 0;
}

footer .calendar_wrap table td {
    color: #fff;
}

/*--------------------------------------------------------------
# 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: 0 0 0; /* 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: 10px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    margin: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
    line-height: 1.5;
}
footer .gallery-caption{
    display: none;
}


/**
 * Normal External Css
*/

.ed-button {
    color: #fff;
  /*  background: #004A8D; */
    padding: 10px 15px;
    margin-top: 15px;
    border: 1px solid; /* 1px solid #004A8D; */
    letter-spacing: 1.5px;
    text-transform: none; /* capitalize */
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    cursor: pointer;
}

.ed-button:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

.ed-news-ticker {
    display: none;
}

.container {
   /* max-width: 90%; */ /* 1170px */
    width: 95%;
    margin: 0 auto;
}


/*==========================
Top Header CSS
==========================*/

.general-header .top-header.layout-1 { /* .general-header .top-header { */
    padding: 10px 0;
    background: #404347; /* #004A8D */
    height:45px; /* New added */
}

.general-header .top-header .left-contact {
    float: left;
}

/* ORIGINAL
.general-header .top-header .right-contact {
    float: right;
    color:orange;
}
*/
/* MODIFIED */
.general-header .top-header .right-contact a.blink{
    float: right;
    color:orange;
    animation: blinker 0.6s linear infinite;
    
}

@keyframes blinker {
	
	50% { opacity: 0;}
}

.general-header .top-header .contact-info ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 15px;
}

.general-header .top-header .right-contact div {
    display: inline-block;
    margin-left: 15px;
}

.general-header .top-header .right-contact div.language ul li,
.general-header .top-header .right-contact ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.general-header .top-header .right-contact ul li {

    margin-right: 15px;
    margin-left: 0;
}

.general-header .top-header .right-contact ul li:last-child {

    margin-right: 0;
    margin-left: 0;
}

.general-header .top-header .contact-info ul li a,
.general-header .top-header .right-contact div.language ul li a,
.general-header .top-header .right-contact div.time-schedule span {
    color: #fff;
}

.general-header .top-header .contact-info ul li a:hover,
.general-header .top-header .right-contact div.language ul li a:hover,
.general-header .top-header .contact-info ul li a:hover:before {
    color: #fff;
}

.general-header .top-header .contact-info ul li a,
.general-header .top-header .time-schedule span {
    position: relative;
}

.general-header .top-header .time-schedule span {
    display: block;
}

.general-header .top-header .contact-info ul li a.address {
    padding-left: 17px;
}

.general-header .top-header .contact-info ul li a:before,
.general-header .top-header .time-schedule span:before {
    content: '';
    position: absolute;
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.general-header .top-header .contact-info ul li a.call-info:before {
    content: '\f095';
    left: 0;
}

.general-header .top-header .contact-info ul li a.call-whats-app:before {
    content: '\f232';
    left: 0;
}

.general-header .top-header .contact-info ul li a.email:before {
    content: '\f0e0';
    left: 0;
}

.general-header .top-header .contact-info ul li a.ed-messenger:before {
    content: '\f27a';
    left: 0;
}

.general-header .top-header .contact-info ul li a.address:before {
    content: '\f041';
    left: 0;
}

.general-header .top-header .time-schedule span:before {
    content: '\f017';
    left: 0;
}

.general-header .top-header ul.quickcontact li,
.general-header .top-header ul.quickcontact li a,
.general-header .top-header .right-contact .edu-social li a {

    color: #fff;
}


/*=====================================
Main Header Area CSS
=====================================*/

.general-header .bottom-header {
    padding: 20px 0; /* 25 0 */
}

.general-header .is-sticky .bottom-header{
    padding:0;
}

.general-header .bottom-header .logo {
    float: left;
    padding:0;
    top:0;
  /*   max-width: 350px; */
}

.general-header .bottom-header h2 {
    font-size: 32px;
    color: #333;
    position: relative;
    margin-bottom: 15px;
}

.general-header .bottom-header h2:before {
    position: absolute;
    content: '';
    background: #004A8D;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    bottom: -5px;
    right: 0;
}

.general-header .bottom-header h2 span {
    display: inline-block;
    margin-left: 3px;
    color: #004A8D;
}

/*==========================
 Main Navigation CSS
===========================*/

/*.general-header .main-navigation {
    float: right;
}*/

.general-header .main-navigation ul li {
    display: inline-block;
    margin: 0 20px; /* 0 20 */
    text-transform: none; /* capitalize */
    position: relative;
}

.general-header .main-navigation>ul>li:before,
.general-header .main-navigation>ul>li.current_page_item:before {
    content: '';
    position: absolute;
    background: maroon; /* 004A8D */
    height: 2px; /* 2px */
    bottom: 0;
    width: 0;
   /* -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s; */
}

.general-header .main-navigation>ul>li.active:before,
.general-header .main-navigation>ul>li:hover:before {
    width: 100%;
    background-color:maroon; /* new added */
}

.general-header .main-navigation ul li a {
    padding: 10px 0;
    position: relative;

}

.general-header .main-navigation ul>li>a.sf-with-ul:after,
.general-header .main-navigation ul>li.page_item_has_children>a:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    color: #C40208; /* #333 */
    font-weight:bold; /* new added */
    font-family: FontAwesome;
}


/*===========================
Sub-menu css
===========================*/

.general-header .main-navigation ul ul.sub-menu,
.general-header .main-navigation ul ul.children {
    top: 100%; /* 139 */
    left: -50%;
    position: absolute;
    background: #fa9639; /* #004A8D */
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    width: 200px;
    z-index: 999999;
}

.general-header .main-navigation>ul>li:nth-last-of-type(3) ul.sub-menu,
.general-header .main-navigation>ul>li:nth-last-of-type(2) ul.sub-menu,
.general-header .main-navigation>ul>li:last-of-type ul.sub-menu {
    left: auto;
    right: 0;
}

.general-header .main-navigation ul li.sfHover ul.sub-menu,
.general-header .main-navigation ul li.page_item_has_children:hover > ul.children {
    opacity: 1;
    visibility: visible;
    background-color: #f05324; /* newly added */
}

.general-header .main-navigation ul ul li {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    background-color:#f05324; /* new added */
}

.general-header .main-navigation ul ul li a.sf-with-ul:after {
    right: 10px;
    color: #fff;
    content: '\f105';
    font-family: 'fontAwesome';
    margin-top: -2px;
}

.general-header .main-navigation ul ul li a {
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}

.general-header .main-navigation ul ul li:hover {
    background: rgba(0, 0, 0, 0.6);  /* */
}

.general-header .main-navigation ul ul ul {
    left: 100% !important;
    top: 0 !important;
}

/*=============================
SEARCH CSS
=============================*/

.general-header .bottom-header .header-search {
    float: right;
    padding: 10px 0;
    margin-left: 20px;
    cursor: pointer;
}

.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(0, 0, 0, .9);
    margin: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(.2, .2);
    -moz-transform: scale(.2, .2);
    -ms-transform: scale(.2, .2);
    -o-transform: scale(.2, .2);
    -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
}

.ed-pop-up.active .search-overlay {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    z-index: 999999;
}

.ed-pop-up form.search-form {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.2, .2);
    -moz-transform: scale(.2, .2);
    -ms-transform: scale(.2, .2);
    -o-transform: scale(.2, .2);
    -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
    position: fixed;
    z-index: 9999999;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    /* width: 300px;*/
    margin: 0 auto;
}

.ed-pop-up.active form.search-form {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1) translateY(-50%);
    -moz-transform: scale(1, 1) translateY(-50%);
    -ms-transform: scale(1, 1) translateY(-50%);
    -o-transform: scale(1, 1) translateY(-50%);
}

.ed-pop-up .search-form input[type=search] {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0 20px;
    background: transparent;
    color: #fff;
}

.ed-pop-up .search-form input[type=search]::-webkit-input-placeholder {
    color: #fff;
    text-transform: none; /* capitalize */
    letter-spacing: 2px;
}

.ed-pop-up .search-form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    background: #004A8D;
    border: 1px solid #004A8D;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    padding: 0 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-pop-up .search-form input[type=submit]:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.general-header ul.top-header-nav li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    text-transform: none; /* capitalize */
    padding-right: 10px;
}

.general-header ul.top-header-nav li a {
    position: relative;
}

.general-header ul.top-header-nav li a:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 1px;
    background: #333;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.general-header .top-header-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

/*===============================================================
header layout 2 
===============================================================*/

.header-layout-2 .top-header .contact-info ul li a,
.header-layout-2 .top-header .right-contact div.language ul li a,
.header-layout-2 .top-header .right-contact div.time-schedule span,
.header-layout-2 .top-header .contact-info ul li a.call-info:before,
.header-layout-2 .top-header .contact-info ul li a.email:before,
.header-layout-2 .top-header .contact-info ul li a.address:before,
.header-layout-2 .top-header .time-schedule span:before,
.header-layout-2 ul.top-header-nav li a {
    color: #333;
}

.header-layout-2 .top-header .contact-info ul li a:hover,
.header-layout-2 .top-header .right-contact div.language ul li a:hover,
.header-layout-2 .top-header .contact-info ul li a:hover:before,
.header-layout-2 .top-header ul.top-header-nav li a:hover,
.header-layout-2 .top-header .top-header-social ul li a:hover {
    color: #fff;
}

.header-layout-2 {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.header-layout-2 .bottom-header h2 {
    color: #fff;
}

.header-layout-2 .is-sticky h2 {

    color: #333;
}

.header-layout-2 .bottom-header .main-navigation ul li a {
    color: #fff;
}

.header-layout-2 .bottom-header .main-navigation .sf-arrows .sf-with-ul:after {
    color: #fff;
}

.header-layout-2 .bottom-header .header-search {
    color: #fff;
}

/*========================================================
slider layout
========================================================*/

.ed-slider .ed-slide div.slide,
.ed-slider {
    position: relative;
}

.ed-slider {
    padding: 0;
}

.ed-slider .ed-slide div .ed-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%; /* 100% */
    top: 0;
    left: 0;
    z-index: 9;
}

.ed-slider .ed-slide div .ed-slider-info {
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 999;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    text-transform: none; /* capitalize */
    font-weight: 400;
}

.ed-slider .ed-slide div .ed-slider-info span.ed-sub-title {
    display: inline-block;
    font-size: 20px;
    position: relative;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.ed-slider .ed-slide div .ed-slider-info span.ed-sub-title:before {
    position: absolute;
    content: '';
    width: 100%; /* 100% */
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.ed-slider .ed-slide div .ed-slider-info h2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 14px; /* 14px */
}

/*.ed-slider .ed-slide div .ed-slider-info p {
    letter-spacing: 1.5px;
    font-weight: 300;
}*/

.ed-slider .ed-slide div .ed-slider-info a.slider-button {
    position: relative;
    color: #fff;
    background: #004A8D;
    padding: 10px 25px;
    margin-top: 15px;
    border: 1px solid #004A8D;
    letter-spacing: 1.5px;
}

.ed-slider .ed-slide div .ed-slider-info a.slider-button:hover {
    background: #222222;
    color: #fff;
    border: 1px solid #222222;
}

a.slider-button.ed-button i {

    position: absolute;
    right: 10px;
    top: 14px;
}

.ed-slider .lSSlideOuter ul.lSPager {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.ed-slider .lSSlideOuter .lSPager.lSpg>li a {
    width: 12px;
    height: 12px;
    background: #fff;
}

.ed-slider .lSSlideOuter .lSPager.lSpg>li:hover a,
.ed-slider .lSSlideOuter .lSPager.lSpg>li.active a {
    background: #004A8D;
}






/*=================================
slider layout 2
=================================*/

.ed-slider.slider-layout-2 .ed-slide div .ed-slider-info {
    top: 55%;
    max-width: 700px;
    left: 0;
    right: 0;
    text-align: center;
}

.ed-slider.slider-layout-2 .lSAction>a {
    background-image: none;
    background: #004A8D;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 26px;
    color: #fff;
}

.ed-slider.slider-layout-2 .lSAction>a:before {
    content: '';
    position: absolute;
    font-family: FontAwesome;
}

.ed-slider.slider-layout-2 .lSAction>a.lSPrev:before {
    content: '\f104';
    left: 12px;
}

.ed-slider.slider-layout-2 .lSAction>a.lSNext:before {
    content: '\f105';
    right: 13px;
}


/*========================================================================
section css and header css
========================================================================*/

section {
    padding: 25px 0; /* 80px 0 */
}

.ed-header {
    margin-bottom: 60px;
    font-size: 18px;
    max-width: 800px;
    width: 100%;
}

h2.section-header {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
    position: relative;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: -15px; /* 30px */
}

h2.section-header:before,
h2.section-header:after {
    content: '';
    position: absolute;
}

h2.section-header:before {
    background: #333;
    /* width: 10px; */
    width: 10px;
    height: 10px;
    bottom: -10px;
    left: 160px;
}

h2.section-header:after {
    background: #004A8D;
    /*width: 150px;*/
    width: 150px;
    left: 0;
    height: 1px;
    bottom: -5px;
}

h2.section-header span {
    display: inline-block;
    margin-left: 5px;
    margin-left: 10px;
    color: #004A8D;
}
/*
h2.section-header2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
    position: relative;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

h2.section-header2:before,
h2.section-header2:after {
    content: '';
    position: absolute;
}

h2.section-header2:before {
    background: #333;
    width: 10px;
    height: 10px;
    bottom: -10px;
    left: 160px;
}


h2.section-header2:after {
    background: #004A8D;
    width: 150px;
    left: 0;
    height: 100px;
    bottom: -5px;
}

h2.section-header2 span {
    display: inline-block;
    margin-left: 5px;
    margin-left: 10px;
    color: #004A8D;
}*/

.ed-header.layout-2 {
    text-align: center;
    margin: 0 auto 50px; /* 0 auto 80px */
}

.ed-header.layout-2 h2.section-header:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    border: 5px solid #fff;
    bottom: -15px;
}

.ed-header.layout-2 h2.section-header:after {
    right: 0;
    margin: 0 auto;
}




/*========================================================================
section css and header css
========================================================================*/

.ed-header2 {
    margin-bottom: 60px;
    font-size: 10px;
    max-width: 100px;
    width: 100%;
}

h2.section-header2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
    position: relative;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

h2.section-header2:before,
h2.section-header2:after {
    content: '';
    position: absolute;
}

h2.section-header2:before {
    background: #333;
    width: 10px;
    height: 10px;
    bottom: -10px;
    left: 160px;
}

h2.section-header2:after {
    background: #004A8D;
    width: 150px;
    left: 0;
    height: 1px;
    bottom: -5px;
}

h2.section-header2 span {
    display: inline-block;
    margin-left: 5px;
    margin-left: 10px;
    color: #004A8D;
}

.ed-header2.layout-2 {
    text-align: center;
    margin: 0 auto 80px;

}

.ed-header2.layout-2 h2.section-header2:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    border: 5px solid #fff;
    bottom: -15px;
}

.ed-header2.layout-2 h2.section-header2:after {
    right: 0;
    margin: 0 auto;
}



/*========================================================================
service section
========================================================================*/

.ed-services .ed-service-left .ed-col-holder .col h3 {
    font-weight: 400;
    font-size: 24px;
    text-transform: none; /* capitalize */
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.ed-services .ed-service-left .ed-col-holder .col h3 a:hover {
    color: #e79800;
}

.ed-services .ed-service-left .ed-col-holder .col h3:before {
   /* background: #333;  */
   background: #004A8D;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
}

.ed-services .ed-service-left .ed-col-holder .col {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    margin-right: 3%;
    width: 31%;
    margin-bottom: 50px;
}

.ed-services .ed-service-left .ed-col-holder .col:nth-child(3n) {
    margin-right: -2px;
}


/*============================================================
 service layout-1
============================================================*/

.ed-services.layout-1 {
    padding-bottom: 30px;
}

.ed-services.layout-1 .ed-service-left {
    width: 100%;
}

.ed-services.layout-1 .ed-service-left .ed-col-holder .col .icon-holder,
.ed-services.layout-1 .ed-service-left .ed-col-holder .col .text-holder {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
}

.ed-services.layout-1 .ed-service-left .ed-col-holder .col .icon-holder {
    font-size: 32px;
    background: #004A8D; 
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 15px;
    color: #fdfdfd;
}

.ed-services.layout-1 .ed-service-left .ed-col-holder .text-holder {
    width: calc(100% - 65px);
    width: -ms-calc(100% - 65px);
    padding-left: 50px; /*  15px */
}

/*============================================================
 service layout-2
============================================================*/

.ed-services.layout-2 {
    padding-bottom: 20px; /* 20px */
}

.ed-services.layout-2 .ed-col-holder .col {
    border: 1px solid #004A8D;
    text-align: center;
    padding: 30px; /* 30px */
    position: relative;
    padding-top: 65px; /* 50px */
    margin-bottom: 60px; /* 60px */
    cursor: pointer;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-services.layout-2 .ed-col-holder .col:hover {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.ed-services.layout-2 .ed-service-left .ed-col-holder .col h3:before {
    right: 0;
    margin: 0 auto;
}

.ed-services.layout-2 .ed-service-left .ed-col-holder .col .icon-holder {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -35px;
    height: 100px; /* 65px*/
    width: 65px; /* 65px*/
    background: #004A8D; /* #004A8D */
    line-height: 55px;
    z-index: 999;
    /*color: #fff;*/
    font-size: 24px;
    border-radius: 100%;
    /*-webkit-border-radius: 100%;
    -ms-border-radius: 100%;*/
    border: 1px solid #004A8D; /* #fff */
}

.ed-services.layout-2 .ed-service-left .ed-col-holder .col .ed-button {
    margin-top: 5px;
    font-size: 14px;
}


/*============================================================
 service layout-3
============================================================*/

.ed-services.layout-3 {}

.ed-services.layout-3 .ed-header {
    text-align: center;
    margin: 0 auto 60px;
}

.ed-services.layout-3 h2.section-header:after {
    right: 0;
    margin: 0 auto;
}

.ed-services.layout-3 h2.section-header:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    border: 5px solid #fff;
    bottom: -15px;
}

.ed-services.layout-3 .ed-service-slide .col {
    display: block;
    width: auto;
    margin: 0;
    background:#333333;
    padding: 30px 20px;
    cursor: pointer;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    position: relative;
    overflow: hidden;
}

.ed-services.layout-3 .ed-service-slide .col:before {
    content: '';
    position: absolute;
    background: #004A8D;
    width: 240px;
    height: 170px;
    transform: rotate(80deg);
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(80deg);
    right: -125px;
    bottom: -60px;
}

.ed-services.layout-3 .ed-service-slide .col:nth-child(3n) {
    margin-right: 0;
}

.ed-services.layout-3 .ed-service-slide .col .text-holder {
    color: #fff;
}

.ed-services.layout-3 .ed-service-slide .col .text-holder h2 {
    font-size: 34px;
    padding-bottom: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ed-services.layout-3 .ed-service-slide .col .text-holder h2 a {
    color: #fff;
}

.ed-services.layout-3 .ed-service-slide .col .text-holder h2:before {
    display: none;
}

.ed-services.layout-3 .ed-service-slide .col .text-holder,
.ed-services.layout-3 .ed-service-slide .col .icon-holder {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

.ed-services.layout-3 .ed-service-slide .col .text-holder {
    width: calc(100% - 65px);
    width: -ms-calc(100% - 65px);
    padding-left: 20px;
}

.ed-services.layout-3 .ed-service-slide .col .icon-holder {
    width: 65px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-services.layout-3 .ed-service-slide .col:hover {
    background: #000;
}

.ed-services.layout-3 .ed-service-slide .col:hover .icon-holder {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.ed-services.layout-3 .ed-service-slide .col .text-holder p {
    display: none;
}

.ed-services.layout-3 .ed-service-slide .col .text-holder a.ed-button {
    margin-top: 0;
    padding: 0;
    position: relative;
    background: none;
    color: #fff;
    border: none;
}

.ed-services.layout-3 .ed-service-slide .col .text-holder a.ed-button:before {
    content: '\f101';
    position: absolute;
    font-family: FontAwesome;
    right: -13px;
    top: 51%;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-services.layout-3 .ed-service-slide .col .text-holder a.ed-button:hover:before {
    right: -17px;
}


.ed-services .lSSlideOuter .lSPager.lSpg {

    display: none;
}


/*====================================================
seacrh courses
=====================================================*/

.ed-search-course {
    padding: 0;
}

.ed-search-course.layout-1 .ed-search-form {
    background: #004A8D;
    margin-top: -40px;
    position: relative;
}

.ed-search-course .ed-search-form:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    right: 0;
}

.ed-search-course .ed-search-form .ed-search-title,
.ed-search-course .ed-search-form .ed-form-wrap {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
}

.ed-search-course .ed-search-form .ed-search-title {
    width: 220px;
    padding: 30px 50px 25px 50px;
    position: relative;
    background: #004A8D;
}

.ed-search-course .ed-search-form .ed-search-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    right: -38px;
    transform: skewX(29deg);
    -webkit-transform: skewX(29deg);
    -ms-transform: skewX(29deg);
    background: #004A8D;
    z-index: 9;
}

.ed-search-course .ed-search-form .ed-form-wrap {
    width: calc(100% - 220px);
    width: -ms-calc(100% - 220px);
    padding-left: 120px;
    position: relative;
    padding-right: 50px;
}

.ed-search-course .ed-search-form .ed-search-title h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.ed-search-course .ed-search-form .ed-search-title h4 span {
    display: block;
    color: #fff;
    margin-top: -5px;
    font-size: 32px;
    font-weight: 700;
}

.ed-search-course .ed-search-form .ed-form-wrap {
    text-align: right;
}

.ed-search-course .ed-search-form .ed-form-wrap select,
.ed-search-course .ed-search-form .ed-form-wrap input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #888;
    height: 50px;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ed-search-course .ed-search-form .ed-form-wrap select {
    width: 22%;
}

.ed-search-course .ed-search-form .ed-form-wrap input[type=text] {
    width: 65%;
}

.ed-search-course .ed-search-form .ed-form-wrap input[type=submit] {
    background: #000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.ed-search-course.layout-1 .ed-search-form .ed-form-wrap input[type=submit]:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}

.ed-search-course.layout-2 {
    background: #004A8D;
    position: relative;
}

.ed-search-course.layout-2 .ed-search-form .ed-search-title:after {
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #004A8D;
}

.ed-search-course.layout-1 .ed-search-form .ed-form-wrap input[type=submit] {
    right: 50px;
}

/*=========================================
about us css layout 1 / 2
=========================================*/

.ed-about-us {
    position: relative;
}

.ed-about-us.layout-1 {
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    padding: 0;
}

.ed-about-us .ed-about-content{
    width: auto;  /*  55% */
    position: relative;
    background: #fff;
    padding: 80px 0; /* 80px 0 */
    float: right;
}

.ed-about-us .ed-about-content .listing {
    margin-bottom: 25px;
}

.ed-about-us .ed-about-content .listing:last-child {
    margin-bottom: 0;
}

.ed-about-us .ed-about-content .listing .icon-holder,
.ed-about-us .ed-about-content .listing .text-holder {
    display: inline-block;
    margin: 0 -2px;
}


.ed-about-us .ed-about-content .listing .icon-holder {
    font-size: 32px;
    background: #004A8D;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 15px;
    color: #fdfdfd;
}

.ed-about-us .ed-about-content .listing .text-holder {
    /*width: calc(100% - 65px);
    width: -ms-calc(100% - 65px);*/
    padding-left: 5px;
}

.ed-about-us .ed-about-content .listing .text-holder h3 {
    font-weight: 400;
    font-size: 24px;
    text-transform: none; /* capitalize */
    position: relative;
    margin-bottom: 10px;
}

.ed-about-us .ed-about-content .listing .text-holder h3 a:hover {
    color: #004A8D;
}

.ed-about-us .ed-about-content .listing .text-holder a.ed-button {
   
    background-color:#333136;
}
.ed-about-us .ed-about-content .listing .text-holder a.ed-button:hover {
   
    background-color:#f05324;
}


/* NEW CSS  */

.ed-about-us2 {
    position: relative;
}

.ed-about-us2.layout-1 {
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    padding: 0;
}


.ed-about-us2 .ed-about-content2 {
    width: 70%;  /*  55% */
    position: relative;
    background: #fff;
    padding: 60px 0;  
    float: right;
}

.ed-about-us2 .ed-about-content2 .listing {
    margin-bottom: 25px;
}

.ed-about-us2 .ed-about-content2 .listing:last-child {
    margin-bottom: 0;
}

.ed-about-us2 .ed-about-content2 .listing .icon-holder,
.ed-about-us2 .ed-about-content2 .listing .text-holder {
    display: inline-block;
    margin: 0 -2px;
}


.ed-about-us2 .ed-about-content2 .listing .icon-holder {
    font-size: 32px;
    background: #004A8D;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 15px;
    color: #fdfdfd;
}

.ed-about-us2 .ed-about-content2 .listing .text-holder {
    width: calc(100% - 65px);
    width: -ms-calc(100% - 65px);
    padding-left: 5px;
}

.ed-about-us2 .ed-about-content2 .listing .text-holder h3 {
    font-weight: 400;
    font-size: 24px;
    text-transform: none; /* capitalize */
    position: relative;
    margin-bottom: 10px;
}

.ed-about-us2 .ed-about-content2 .listing .text-holder h3 a:hover {
    color: #004A8D;
}

/* NEW CSS ENDS  */





/*=================================
layout 2
=================================*/

.ed-about-us.layout-2 {
    padding: 0;
}

.ed-about-us.layout-2 .container {
    position: relative;
}

.ed-about-us.layout-2 .ed-about-content {
    position: relative;
    float: left;
   /* padding-left: 0;
    padding-right: 0; */
    padding: 10px 0 30px 5px; /* new added */
    
    /*width: 60%;*/
    width: 36%;
}

.ed-about-us.layout-2 .ed-about-image {
    position: relative;
    float: right;
    width: 28%;
    right: 0;
    bottom: 0;
    padding: 5px 0; /* new added */
}





.ed-about-us2.layout-2 {
    padding: 0;
}

.ed-about-us2.layout-2 .container {
    position: relative;
}

.ed-about-us2.layout-2 .ed-about-content2 {
    position: relative;
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 70%; /* 70% */
}

.ed-about-us2.layout-2 .ed-about-image2 {
    position: relative;
    float: right;
    width: 30%; /* 28% */
    right: 0;
    bottom: 0;
}

/*===================================================================================
cta section and layouts
===================================================================================*/

.ed-cta.layout-1 {
    text-align: center;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    position: relative;
    background-size: cover;
}

.ed-cta.layout-1 .container {
    position: relative;
}

.ed-cta.layout-1 .ed-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ed-cta.layout-1 .ed-cta-holder {
    color: #fff;
    letter-spacing: 0.2px;
    /*font-size: 16px;*/
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
}

.ed-cta.layout-1 .ed-cta-holder h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 0 0 15px;
    position: relative;
}

.ed-cta.layout-1 .ed-cta-holder h2:before {
    position: absolute;
    content: '';
    background: #004A8D;
    height: 2px;
    width: 75px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.ed-cta.layout-1 .ed-cta-holder a.ed-button {
    color: #ffffff;
    border-color: #004A8D;
    padding: 10px 20px;
}

.ed-cta.layout-1 .ed-cta-holder a.ed-button:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222;
}

/*===========================================
layout 2
===========================================*/

.ed-cta.layout-2 {
    padding: 80px 0 60px;
}

.ed-cta.layout-2 .ed-text-holder,
.ed-cta.layout-2 a.ed-button {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
}

.ed-cta.layout-2 .ed-text-holder {
    width: calc(100% - 200px);
    width: -ms-calc(100% - 200px);
    font-size: 18px;
}

.ed-cta.layout-2 .ed-text-holder h4 {
    font-size: 40px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.ed-cta.layout-2 .ed-cta-holder h4:before {
    position: absolute;
    content: '';
    background: #004A8D;
    height: 2px;
    width: 60px;
    left: 0;
    bottom: 0;
}

.ed-cta.layout-2 a.ed-button {
    width: 200px;
    text-align: center;
    color: #333;
}

.ed-cta.layout-2 a.ed-button:hover {
    color: #fff;
}

.ed-cta.layout-2 .ed-cta-holder {
    border-top: 2px dashed #b3aeae;
    padding-top: 50px;
}


/*=========================================
coursese css
=========================================*/

.ed-courses .ed-img-holder,
.section.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-item-wrapper {
    overflow: hidden;
}

.ed-courses .ed-img-holder img,
section.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-item-wrapper img {
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.ed-courses .ed-img-holder img:hover,
section.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-item-wrapper img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ed-courses .ed-text-holder {
    text-align: left;
    background: #fff;
    width: 100%;
    padding: 20px 20px 25px;
    margin-bottom: 6px;
    border: 1px solid #f5efef;
    border-top: 5px solid #004A8D;
}

.ed-courses .ed-text-holder .ed-header-col {
    margin-bottom: 15px;
}

.ed-courses .ed-text-holder span,
.ed-courses .ed-text-holder h3 {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
}

.ed-courses .ed-text-holder h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    width: calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    margin-bottom: 0;
}

.ed-courses .ed-text-holder span {
    width: 100px;
    text-align: right;
    font-size: 22px;
    color: #004A8D;
}

.ed-courses .ed-text-holder a.ed-button {
    margin-top: 4px;
    color: #fff;
}

.ed-courses .ed-text-holder a.ed-button:hover {
    color: #fff;
}

/*============================
courses layout 2
============================*/

.ed-courses.layout-2 {
    background: #f7f7f7;
}

.ed-courses.layout-2 .ed-col-wrap .ed-col {
    width: 31.5%;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    background: #fff;
}
/*============================
Update CSS
=============================*/

.ed-courses.layout-2 .ed-col-wrap .ed-col-three {

    width: 31.5%;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.ed-courses.layout-2 .ed-text-holder {
    border: none;
    border-top: 5px solid #004A8D;
    margin-bottom: 0;
}

.ed-courses.layout-2 .ed-gallery-nav,
.ed-courses.layout-2 .ed-gallery-pic {
    margin-bottom: 40px;
}

.ed-courses.layout-2 .ed-gallery-nav li,
.ed-courses.layout-2 .ed-gallery-pic li {
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    background: none;
    margin: 0 -2px;
    margin-right: 5px;
    border: 1px solid #004A8D;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    margin-bottom: 10px;
}

.ed-courses.layout-2 .ed-gallery-nav li.active,
.ed-courses.layout-2 .ed-gallery-nav li:hover,
.ed-courses.layout-2 .ed-gallery-pic li.active,
.ed-courses.layout-2 .ed-gallery-pic li:hover {
    background: #004A8D;
}

/*=========================================
filter layout
=========================================*/

.ed-courses .ed-gallery-nav.layout-2,
.ed-courses .ed-gallery-pic.layout-2 {
    text-align: center;
}


/*====================================================================
footer css
====================================================================*/

.ed-footer {
    background: rgba(0, 74, 141, 0.95);
    color: #fff;
}

/* ORIGINAL
.ed-footer .top-footer {
    padding: 80px 0 50px;
    }
    */
/* MODIFIED */

.ed-footer .top-footer.layout-1 {
    padding: 25px 0 10px 15px;
    background-color:#404347;
}

.widget-ed-title h2 {
    color: #333;
    position: relative;
    font-size: 24px;
    text-transform: none; /*  capitalize  */
    font-weight: 400;
}

.ed-footer .widget-ed-title h2 {
    color: #fff;
}

.widget-ed-title {
    margin-bottom: 30px;
}

.widget-ed-title h2:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 50px;
    background: #004A8D;
    left: 0;
    bottom: -10px;
}

footer .widget-ed-title h2:before{
    background: #fff;
}

.ed-footer a.ed-button:hover {
    background: transparent;
    border-color: #004A8D;
}

.ed-footer .ed-col {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
    margin-bottom: 20px; /* 40px */
}

.ed-footer .ed-col-2 .ed-col {
    width: 48%;
    margin-right: 4%;
}

.ed-footer .ed-col-3 .ed-col {
    width: 31.5%;
    margin-right: 2%;
}

.ed-footer .ed-col-4 .ed-col {
    width: 23%;
    margin-right: 2%;
}

.ed-footer .ed-col-2 .ed-col:nth-child(even),
.ed-footer .ed-col-3 .ed-col:nth-child(3n),
.ed-footer .ed-col-4 .ed-col:nth-child(4n) {
    margin-right: 0;
}

.ed-footer .ed-text-holder .ed-button {
    color: #333;
}

.ed-footer .ed-text-holder .ed-button:hover {
    color: #fff;
}


/*===============
footer ul li css
================*/

.widget ul.footer-listing li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    font-weight: 300;
}

.widget ul.footer-listing li:before {
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    top: 50%;
    margin-top: -18px;
    left: 0;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.widget ul.footer-listing li:hover:before {
    left: 5px;
}

.widget ul.footer-listing li:last-child {
    margin-bottom: 0;
}

.widget ul.footer-listing li a,
.widget ul.footer-listing li {
    color: #fff;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    text-transform: none; /* capitalize */
}

.widget ul.footer-listing li:hover a,
.widget ul.footer-listing li:hover,
.widget ul.footer-listing li:hover:before {
    color: #004A8D;
}

.widget ul.ed-social-icon li {
    display: inline-block;
    margin: 0 -2px;
    margin-right: 5px;
}

.widget ul.ed-social-icon li i.fa {
    height: 35px;
    width: 35px;
    border: 1px solid #004A8D;
    line-height: 35px;
    text-align: center;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    color: #004A8D;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.widget ul.ed-social-icon li:hover i.fa {
    background: #004A8D;
    color: #333;
}


/*================
bottom footer
================*/

.ed-footer .bottom-footer.layout-1 {
    background: #333136; /* #004A8D; */
    padding: 20px 0; /* 30px 0 */
    text-transform: none; /* capitalize */
    font-size: 15px;
}

.ed-footer .bottom-footer .footer-bottom-left {
    float: left;
    color: #fff;
}

.ed-footer .bottom-footer .footer-bottom-left p a {

    color: #fff;
}

.ed-footer .bottom-footer .footer-bottom-left a:hover {
    color: #b5b5b5;
}

.ed-footer .bottom-footer .footer-bottom-left p {
    margin-bottom: 0;
}

.ed-footer .bottom-footer .footer-bottom-right {
    float: right;
}

.ed-footer .bottom-footer .footer-bottom-right ul li {
    display: inline-block;
    margin-left: 15px;
}

.ed-footer .bottom-footer .footer-bottom-right ul li a {

    color: #fff;
}

.ed-footer .bottom-footer .footer-bottom-right ul li a:hover {

   color: #b5b5b5;
}



/*=============================================
blog css
=============================================*/

.ed-blog.bg-layout-1 {
    background: #f7f7f7;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-blog-img {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-blog-img a {
    display: block;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-blog-img img {
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-blog-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-category-list {
    margin-bottom: 10px;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-category-list a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    color: #004A8D;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
    letter-spacing: 1.5px;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-category-list a:hover {
    color: #333;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-title h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-title h3:before {
    position: absolute;
    content: '';
    background: #004A8D;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-title h3:hover:before {
    width: 75px;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-meta-wrap {
    margin-bottom: 15px;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-meta-wrap>div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    margin-right: 10px;
    text-transform: none; /* none */
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-meta-wrap .ed-author a:hover {
    color: #004A8D;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-content-wrap {
    margin-bottom: 15px;
    color: #313131;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-content-wrap a.ed-button {
    margin-top: 0;
    padding: 9px 15px;
    color: #fff;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-content-wrap a.ed-button:hover {
    color: #fff;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-bottom-wrap .ed-tag {
    margin-bottom: 10px;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-bottom-wrap .ed-tag a,
.ed-blog .ed-blog-wrap .ed-blog-col .ed-bottom-wrap .ed-share-wrap a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    letter-spacing: 1.5px;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-bottom-wrap .ed-share-wrap a {
    margin-right: 5px;
}

.ed-blog .ed-blog-wrap .ed-blog-col .ed-bottom-wrap .ed-tag a:hover,
.ed-blog .ed-blog-wrap .ed-blog-col .ed-bottom-wrap .ed-share-wrap a:hover {
    color: #004A8D;
}

.ed-blog .ed-blog-wrap .lSPager.lSpg {
    margin-top: 25px !important;
}

.ed-blog .ed-blog-wrap .lSPager.lSpg li a {
    width: 12px;
    height: 12px;
    background: #004A8D;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-blog .ed-blog-wrap .lSPager.lSpg li.active a,
.ed-blog .ed-blog-wrap .lSPager.lSpg li:hover a {
    background: #333;
    width: 20px;
}

/*==================
blog layout 2
==================*/

.ed-blog .ed-blog-wrap.layout-2 .ed-desc-wrap {
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-top: -100px;
    width: 94%;
    margin: -100px auto 0;
    box-shadow: inset 0px 0px 13px #ccc;
    -webkit-box-shadow: inset 0px 0px 13px #ccc;
    -ms-box-shadow: inset 0px 0px 13px #ccc;
}

.ed-blog .ed-blog-wrap.layout-2 .ed-desc-wrap .ed-title h3:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*===================
blog layout 3
===================*/

.ed-blog .ed-blog-wrap.layout-3 .ed-desc-wrap .ed-category-list {
    display: none;
}

.ed-blog .ed-blog-wrap.layout-3 .ed-blog-img {
    position: relative;
}

.ed-blog .ed-blog-wrap.layout-3 .ed-blog-img .ed-category-list {
    position: absolute;
    z-index: 999;
    bottom: 15px;
    left: 20px;
    margin-bottom: 0;
}

.ed-blog .ed-blog-wrap.layout-3 .ed-blog-img .ed-category-list a {
    color: #333;
    background: #004A8D;
    padding: 6px 13px 4px;
    margin-bottom: 0;
}

/*===========================================================
ed-logo-show
===========================================================*/

.ed-logo-show .ed-logo-wrap .ed-col-logo {
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    padding: 10px;
    min-height: 140px;
    position: relative;
    cursor: pointer;
}

.ed-logo-show .ed-logo-wrap .ed-col-logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-logo-show .ed-logo-wrap.layout-1 .ed-col-logo:hover img {
    transform: scale(0.9) translateY(-50%);
    -webkit-transform: scale(0.9) translateY(-50%);
    -ms-transform: scale(0.9) translateY(-50%);
}

.ed-logo-show .ed-logo-wrap.layout-2 .ed-col-logo {
    width: 19%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -1px;
    margin-right: 1%;
    margin-bottom: 1%;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-logo-show .ed-logo-wrap.layout-2 .ed-col-logo:hover {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.ed-logo-show .ed-logo-wrap.layout-2 .ed-col-logo:nth-child(5n) {
    margin-right: 0;
}

/*=====================================================
team section
=====================================================*/

.ed-team-member .ed-team-col {
    cursor: pointer;
}

.ed-team-member .ed-team-col .ed-inner-wrap {
    position: relative;
    background: #fff;
}


.ed-team-member2 .ed-team-col2 .ed-inner-wrap2 {
    position: relative;
    background: #fff;
}

.ed-team-member2 .ed-team-col2 .ed-inner-wrap2 .ed-text-holder2 {
    position: absolute;
    /*width: 70%;*/
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 15px;
    color: #fff;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}


.ed-team-member .ed-team-col .ed-inner-wrap .ed-text-holder {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 15px;
    color: #fff;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-team-member .ed-team-col:hover .ed-inner-wrap .ed-text-holder {
    background: #333;
}

.ed-team-member .ed-team-col .ed-inner-wrap .ed-text-holder .ed-team-header {
    margin: 15px 0;
}

.ed-team-member .ed-team-col .ed-inner-wrap .ed-text-holder .ed-team-header .ed-team-post {

    text-transform: none; /* capitalize */
}

.ed-team-member .ed-team-col .ed-inner-wrap .ed-text-holder h3.ed-team-title {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 10px;
}

.ed-team-member .ed-team-col .ed-inner-wrap .ed-text-holder h3.ed-team-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    width: 50px;
    bottom: 0;
    background: #004A8D;
}



.ed-team-member2 .ed-team-col2 .ed-inner-wrap2 .ed-text-holder2 h3.ed-team-title {
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 10px;
}

.ed-team-member2 .ed-team-col2 .ed-inner-wrap2 .ed-text-holder2 h3.ed-team-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    width: 10px;
    bottom: 0;
    background: #004A8D;
}



.ed-team-member .ed-team-col .ed-inner-wrap .ed-text-holder h3.ed-team-title a {

    color: #fff;
}

.ed-team-member .ed-team-col .ed-inner-wrap .ed-team-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.ed-team-member .ed-team-col .ed-inner-wrap .ed-team-social ul li a {
    color: #fff;
}

.ed-team-member .ed-team-col .ed-inner-wrap .ed-team-social ul li a:hover {
    color: #004A8D;
}

.ed-team-member .ed-team-wrapper.layout-1 .ed-team-col .ed-inner-wrap .ed-text-holder {
    background: #333;
}

.ed-team-member .ed-team-wrapper.layout-2 .ed-team-col .ed-inner-wrap .ed-text-holder {
    bottom: -65px;
}

.ed-team-member .ed-team-wrapper.layout-2 .ed-team-col:hover .ed-inner-wrap .ed-text-holder {
    bottom: 0;
}

/*===========================================================
ed-testimonials
===========================================================*/

.ed-testimonials.layout-1 {
    background: #f7f7f7;
}

.ed-testimonials .ed-testimonial-wrap.layout-1 .ed-test-slide {
    position: relative;
    text-align: justify;

    /*height:500px;*/
}

.ed-testimonials .ed-testimonial-wrap.layout-1 .ed-test-slide .ed-img-holder {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    border: 3px solid #004A8D;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.ed-testimonials .ed-testimonial-wrap.layout-1 .ed-test-slide .ed-text-holder {
    border: 1px solid #004A8D; 
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 60px 18px 30px;  /* padding: 60px 18px 30px; */
    margin-top: -44px; /*-44px*/
    background: #fff;
    height:300px;
}

.ed-testimonials .ed-testimonial-wrap .ed-test-slide .ed-text-holder h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.ed-testimonials .lSPager.lSpg {
    margin-top: 5px !important; /* 30px */
}

.ed-testimonials .lSPager.lSpg li a {
    width: 12px;
    height: 12px;
    background: #004A8D; /* #004A8D */
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-testimonials .lSPager.lSpg li.active a,
.ed-testimonials .lSPager.lSpg li:hover a {
    background: #333;
    width: 20px;
}


/*===================================================
testimonials layout-2
===================================================*/

.ed-testimonials .ed-testimonial-wrap-2 .ed-test-slide .ed-img-holder,
.ed-testimonials .ed-testimonial-wrap-2 .ed-test-slide .ed-text-holder {
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px;
}

.ed-testimonials .ed-testimonial-wrap-2 .ed-test-slide .ed-img-holder {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 2px solid #004A8D;
}

.ed-testimonials .ed-testimonial-wrap-2 .ed-test-slide .ed-text-holder {
    width: calc(100% - 165px);
    width: -ms-calc(100% - 165px);
    margin-left: 40px;
    border: 1px solid #ccc;
    padding: 15px 20px 18px;
    position: relative;
}

.ed-testimonials .ed-testimonial-wrap-2 .ed-test-slide .ed-text-holder:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    background: #fff;
    left: -8px;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    top: 17px;
}

.ed-testimonials .ed-testimonial-wrap-2 .ed-test-slide .ed-text-holder:after {
    content: '\f10e';
    position: absolute;
    font-family: FontAwesome;
    font-size: 26px;
    right: 20px;
    bottom: 0px;
    color: #efecec;
}

.ed-testimonials .ed-testimonial-wrap-2 .ed-test-slide .ed-text-holder h4 {
    margin-bottom: 10px; /* 10 */
    font-size: 18px;
}

.ed-testimonials .ed-testimonial-wrap-2 .ed-test-slide .ed-text-holder span {
    position: relative;
}


/*===========================================================
counter section
===========================================================*/

.ed-counter.layout-1 {
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 20px; /* 80px */
    padding-top:30px; /* new added */
}

.ed-counter.layout-1 .ed-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%; /* 100% */
    height: 100%; /* 100% */
    left: 0;
    top: 0; /* 0 */
}

.ed-counter .ed-counter-wrap,
.ed-counter .ed-info-holder {
    position: relative;
}

.ed-counter .ed-counter-wrap {

    /* padding: 50px 0; */
}

.ed-counter .ed-counter-wrap.layout-1 .ed-col {
    width: 21%; /* 23px */
    display: inline-block;
    vertical-align: middle;
    margin: 0 -1px;
    margin-right: 2%;
    margin-left:2%; /* new added */
}

.ed-counter .ed-counter-wrap .ed-col:nth-child(4n) {
    margin-right: 0;
}

.ed-counter .ed-counter-wrap .ed-col .ed-icon-holder,
.ed-counter .ed-counter-wrap .ed-col .ed-text-holder {
    display: inline-block;
    margin: 0 -1px;
    vertical-align: top;
}

.ed-counter .ed-counter-wrap .ed-col .ed-icon-holder i {
    vertical-align: top;
}

.ed-counter .ed-counter-wrap .ed-col .ed-icon-holder {
    width: 100px;
    text-align: center;
    font-size: 80px;
    color: #fff;
  /*  line-height: 1.1; */
}

.ed-counter .ed-counter-wrap .ed-col .ed-text-holder {
    /*width: calc(100% - 130px);
    -webkit-width: calc(100% - 130px);
    -ms-width: calc(100% - 130px); */
    color: #FFF;
    font-size: 20px;
}

.ed-counter .ed-counter-wrap .ed-col .ed-text-holder {
    padding-left: 20px;
    font-family: Roboto Condensed;
}

.ed-counter .ed-counter-wrap .ed-col .ed-text-holder .counter {
    font-size: 32px;
    display: block;
}


/*================
layout 2
================*/

.ed-counter.layout-2 {
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.ed-counter.layout-2 .ed-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.ed-counter.layout-2 .ed-info-holder,
.ed-counter.layout-2 .ed-counter-wrap {
    display: inline-block;
    margin: 0 -1px;
    vertical-align: middle;
    width: 50%;
}

.ed-counter.layout-2 .ed-info-holder {
    padding-left: 40px;
    color: #fff;
    font-size: 30px;
}

.ed-counter.layout-2 .ed-info-holder h3 {
    font-weight: 400;
}

.ed-counter.layout-2 .ed-info-holder h3 span {
    display: block;
    font-size: 66px;
    font-weight: 600;
}

.ed-counter.layout-2 .ed-info-holder a.ed-button {
    font-size: 16px;
}

.ed-counter.layout-2 .ed-info-holder a.ed-button:hover {
    background: transparent;
    border-color: #004A8D;
}

.ed-counter .ed-counter-wrap.layout-2 .ed-col {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    margin: 0 -1px;
    margin-bottom: 30px;
}

.ed-counter .ed-counter-wrap.layout-2 .ed-col {
    margin-right: 4%;
}

.ed-counter .ed-counter-wrap.layout-2 .ed-col:nth-child(even) {
    margin-right: 0;
}


/*====================================================
inner page css
====================================================*/

.primary-section,
.secondary-section {
    float: left;
  /*  margin: 80px 0; */
    padding-top: 30px;
    padding-bottom: 50px;
}

.primary-section {
    width: 75%; /* 70% */ 
}

.secondary-section {
    width: 25%; /* 30% */
    padding-left: 50px;
}


.nosidebar .primary-section{
    width: 100%;
}

.nosidebar #secondary{
    display: none;
}


/*================
breadcrumb
================*/

.ed-breadcrumb {
    min-height: 350px;
    background-size: cover;
    position: relative;
    text-align: center;
}

.ed-breadcrumb .ed-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ed-breadcrumb .breadcrumb-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ed-breadcrumb .breadcrumb-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 18px;
    text-transform: none; /* capitalize */
    position: relative;
}

.ed-breadcrumb .breadcrumb-list li a {
    color: #004A8D;
}

.ed-breadcrumb .breadcrumb-list li a:hover {
    text-decoration: underline;
}

.ed-breadcrumb .breadcrumb-list ul.trail-items li span {
    color: #f1dfdf;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.ed-breadcrumb .breadcrumb-list ul.trail-items li::before {
    content: '\f105';
    position: absolute;
    font-family: FontAwesome;
    font-size: 23px;
    color: #fff;
    left: 2px;
    top: -3px;
}
.ed-breadcrumb .breadcrumb-list ul.trail-items li.trail-begin::before {

    content:" ";
}

h1.ed-header-title {
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: none; /* capitalize */
}

/*=============================
inner pages
=============================*/

.ed-inner-page .ed-about-us {
    background: none;
}

.ed-inner-page .ed-about-us .ed-about-content {
    padding: 0;
    width: 100%;
}

.ed-inner-page .ed-about-us .ed-img-holder {
    margin-bottom: 30px;
    cursor: pointer;
    max-height: 500px;
    overflow: hidden;
}

.ed-inner-page .ed-about-us .ed-img-holder img {
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.ed-inner-page .ed-about-us .ed-img-holder:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*========================
secondary widget css
========================*/

.secondary-section .widget {
    margin-bottom: 30px;
}

.secondary-section .widget:last-child {
    margin-bottom: 0;
}

.secondary-section .widget ul.footer-listing li a,
.secondary-section .widget ul.footer-listing li {
    color: #000;
    font-weight: 400;
}

.secondary-section .widget ul.footer-listing li {
    border-bottom-color: #d8d8d8
}

.secondary-section .widget ul.footer-listing li:before {
    color: #000;
}

.secondary-section .widget-ed-title h4 {
    color: #000;
}

.secondary-section .widget ul.ed-social-icon li i.fa {
    background: #004A8D;
    color: #333;
}

.secondary-section .widget ul.ed-social-icon li:hover i.fa {
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}


/*=============================
gallery
=============================*/

.ed-inner-page .ed-courses.layout-2 {
    background: transparent;
}


/*====================================
courses
====================================*/

.ed-inner-page .primary-section section.ed-courses {
    padding: 0;
}

.ed-inner-page .primary-section section.ed-courses .ed-col {
    width: 48%;
}

.ed-inner-page section.ed-courses .ed-courses-list .ed-col {
    width: 100%;
    margin-right: 0;
    border: none;
}

.ed-inner-page section.ed-courses .ed-courses-list .ed-col .ed-img-holder,
.ed-inner-page section.ed-courses .ed-courses-list .ed-col .ed-text-holder {
    float: left;
}

.ed-inner-page section.ed-courses .ed-courses-list .ed-col .ed-img-holder {
    width: 40%;
}

.ed-inner-page section.ed-courses .ed-courses-list .ed-col .ed-text-holder {
    width: 60%;
    padding-left: 30px;
    border-top: 0;
    border: 1px solid #ccc;
}

.ed-inner-page section.ed-courses .ed-courses-list .ed-col .ed-text-holder .ed-header-col {
    margin-bottom: 10px;
}

.ed-inner-page section.ed-courses .ed-col .ed-text-holder .ed-schedule {
    margin-bottom: 15px;
}

.ed-inner-page section.ed-courses .ed-col .ed-text-holder .ed-schedule ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding-left: 20px;
    font-size: 15px;
    color: #a7a7a7;
    position: relative;
}

.ed-inner-page section.ed-courses .ed-col .ed-text-holder .ed-schedule ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 14px;
    color: #a7a7a7;
}

.ed-inner-page section.ed-courses .ed-col .ed-text-holder .ed-schedule ul li.ed-week:before {
    content: '\f250';
}

.ed-inner-page section.ed-courses .ed-col .ed-text-holder .ed-schedule ul li.ed-start:before {
    content: '\f073';
}


/*=================
courses single page
==================*/

.ed-inner-page section.ed-courses .ed-courses-single-page .ed-col {
    width: 100%;
    margin-right: 0;
}


/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.nav-links {
    margin-top: 25px;
}

.nav-previous a,
.nav-next a {
    background: #004A8D;
    color: #FFF;
    display: inline-block;
    padding: 4px 10px;
    line-height: 22px;
    position: relative;
}

.nav-next a {
    margin-right: 13px;
}
.nav-next a:after {
    content: "";
    position: absolute;
    border-left: 11px solid #004A8D;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 0;
    right: -11px;
}

.nav-previous a {
    margin-left: 11px;
}

.nav-previous a:after {
    content: "";
    position: absolute;
    border-right: 11px solid #004A8D;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 0;
    left: -11px;
}

.no-comments {
    color: #004A8D;
}

.pagination {
    text-align: center;
    padding: 0 0 15px 0;
}

.page-numbers {
    display: inline-block;
    margin: 0 2px;
    background: #004A8D;
    border: 1px solid #004A8D;
    color: #FFF;
    padding: 10px 14px;
    line-height: 1;
}

.page-numbers.current {
    background: #fff;
    color: #004A8D;
}

.page-numbers:hover {
    background: transparent;
    border: 1px solid #004A8D;
    color: #004A8D;
}


/*=================================================
left sidebar
=================================================*/

.leftsidebar .primary-section {
    float: right;
}

.leftsidebar .secondary-section {
    padding-left: 0;
    padding-right: 60px;
}

/*=================================================
both sidebar
=================================================*/

.both-sidebar-layout .left-secondary {
    padding-left: 0;
    padding-right: 60px;
}

.both-sidebar-layout .secondary-section {
    width: 25%;
}

.both-sidebar-layout .primary-section {
    width: 50%;
}



/*=================================================
blog layout
=================================================*/

.primary-section .ed-blog {
    padding: 0;
}

.primary-section .ed-blog .ed-blog-wrap.layout-1 .ed-blog-col {
    margin-bottom: 50px;
}

.primary-section .ed-blog .ed-blog-wrap.layout-1 .ed-blog-col:last-of-type {
    margin-bottom: 0;
}

.primary-section .ed-blog .ed-blog-wrap.layout-1 .ed-blog-col .ed-blog-img {
    margin-bottom: 0;
    max-height: 400px;
}

.primary-section .ed-blog .ed-blog-wrap.layout-1 .ed-blog-col .ed-desc-wrap {
    background: #f7f7f7;
    padding: 30px;
}


/*==============================
layput 2
===============================*/

.primary-section .ed-blog .ed-blog-wrap.layout-2 .ed-blog-col {
    margin-bottom: 80px;
}

.primary-section .ed-blog .ed-blog-wrap.layout-2 .ed-blog-col:last-of-type {
    margin-bottom: 0;
}

.primary-section .ed-blog .ed-blog-wrap.layout-2 .ed-blog-col .ed-desc-wrap {
    margin: -170px auto 0;
}

.primary-section .ed-blog .ed-blog-wrap.layout-2 .ed-blog-col.edu-noimage .ed-desc-wrap {
    margin: 5px auto 0;
}


/*==========================
responsive nav
==========================*/

.toggle-button {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 9px 5px;
    float: right;
    background: #fff;
    cursor: pointer;
    display: none;
}

.header-layout-4 .toggle-button {
    float: left;
    margin: 7px 10px;
}

.toggle-button span {
    display: block;
    background: #333;
    height: 4px;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-bottom: 5px;
}

.toggle-button span:last-child {
    margin-bottom: 0;
}

.main-navigation .close-icon {
    display: none;
    cursor: pointer;
    float: right;
    width: 100%;
    text-align: right;
    font-size: 30px;
    padding-right: 20px;
    padding-top: 10px;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.main-navigation .close-icon:hover {
    color: #004A8D;
}


/*===============================
ed-tab-pagination
===============================*/

.ed-tab-pagination {
    margin: 50px 0 70px;
}

.ed-tab-pagination a.ed-button {
    max-width: 120px;
    width: 100%;
    text-align: center;
    color: #333;
}

.ed-tab-pagination a.ed-button:hover {
    color: #fff;
}

.ed-tab-pagination a.ed-button.ed-next {
    float: right;
}






/*=====================================
ed-comment section
=====================================*/

.ed-comment-section .ed-form label {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ed-comment-section .ed-form div {
    margin-top: 30px;
}

.ed-comment-section .ed-form input,
.ed-comment-section .ed-form textarea {
    width: 100%;
    padding: 5px 10px;
    height: 45px;
    border: 1px solid #ccc;
}

.ed-comment-section .ed-form .ed-form-col {
    width: 48.5%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    margin-right: 3%;
}

.ed-comment-section .ed-form .ed-form-col:nth-child(even) {
    margin-right: 0;
}

.ed-comment-section .ed-form textarea {
    min-height: 200px;
}

.ed-comment-section .ed-form input[type=submit] {
    background: #333;
    color: #fff;
    border: none;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    cursor: pointer;
    max-width: 120px;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
}

.ed-comment-section .ed-form input[type=submit]:hover {
    background: #004A8D;
    color: #333;
}

.ed-comment-section .ed-form h4 {
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
}

.ed-comment-section .ed-form h4:before {
    content: '';
    position: absolute;
    background: #004A8D;
    width: 75px;
    height: 3px;
    left: 0;
    bottom: 0;
}






/*=============================
ed-inner blog
=============================*/

.ed-inner-blog .ed-blog-wrap.layout-2 .ed-desc-wrap {
    width: 100%;
    margin: -20px 0 0 !important;
    text-align: left;
}

.ed-inner-blog .ed-blog-wrap.layout-2 .ed-desc-wrap .ed-title h4:before {
    left: 0;
    right: auto;
}

.ed-content-wrap {
    margin-bottom: 70px;
}

.ed-content-wrap .ed-comment-holder .ed-img,
.ed-content-wrap .ed-comment-holder .ed-text {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}


.ed-content-wrap .ed-comment-holder .ed-img2,
.ed-content-wrap .ed-comment-holder .ed-text2 {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

.ed-content-wrap .ed-comment-holder .ed-text {
    width: calc(90% - 110px);
    width: -ms-calc(90% - 110px);
    padding: 15px 25px;
    margin-left: 30px;
    border: 1px solid #004A8D;
}

.ed-content-wrap .ed-comment-holder .ed-img {
    width: 100px;
    height: 100px;
    border: 2px solid #004A8D;
    overflow: hidden;
}

.ed-content-wrap .ed-comment-holder .ed-img2 {
    width: 10px;
    height: 10px;
    border: 2px solid #004A8D;
    overflow: hidden;
}

.ed-content-wrap .ed-comment-holder .ed-text .ed-author {
    font-weight: 700;
}

.ed-content-wrap ul.ed-first-comment li {
    margin-bottom: 30px;
}

.ed-content-wrap ul.ed-first-comment li:last-child {
    margin-bottom: 0;
}

.ed-content-wrap ul ul {
    padding-left: 50px;
    margin-top: 50px;
}






/*============================
sticky nav
============================*/

.sticky-wrapper.is-sticky .bottom-header {
    z-index: 999999 !important;
    background: #fff;
    -webkit-box-shadow: 1px 5px 20px #ccc;
    box-shadow: 1px 5px 20px #ccc;
}

.header-layout-2 .sticky-wrapper.is-sticky .bottom-header .main-navigation ul.nav>li>a,
.header-layout-2 .sticky-wrapper.is-sticky .bottom-header .main-navigation .sf-arrows .sf-with-ul:after {
    color: #333;
}

.header-layout-4 .sticky-wrapper.is-sticky .logo-add-wrapper {
    display: none;
}







/**
 * Scroll To Top
*/

.goToTop {
  /*  background-color: #004A8D; */
    display: none;
    bottom: 70px; /* 80px */
    position: fixed;
    right: 30px;
    text-align: center;
    width: 42px;
    z-index: 20;
    text-decoration: none;
    height: 42px;
    color: #ffffff;
   /* border: 1px solid #004A8D; */
}

.goToTop i.fa {

    font-size: 28px;
    line-height: 35px;
    background-color:#333136; /* new added */
    width:42px;  /* new added */
    height:42px;  /* new added */
}

.goToTop span {
    display: none;
}


/**
 * Contact 7 Plugins defult css
*/

div.wpcf7 {
    background-color: #f9f9f9;
    padding: 20px;
}

.wpcf7 label {
    display: block;
    margin-bottom: 15px;
}

.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 textarea, .wpcf7 select {
    width: 100%;
    padding: 10px;
}

.wpcf7 input[type=submit], .wpcf7 input[type=button] {
    background-color: #004A8D;
    border: 1px solid #004A8D;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    float: right;
    padding: 10px 20px;
    border-radius: 0;
}

.wpcf7 input[type=submit]:hover, .wpcf7 input[type=button]:hover {
    background: transparent;
    color: #000;
}







/*--------------------------------------------------------------
## My Acount Page
--------------------------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
    background: #fff;
    color: #014b8d;
    border: 1px solid #014b8d;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 23.6px;
    background: #014b8d;
    color: #ffffff;
    display: block;
    border: 1px solid #014b8d;
    font-weight: bold;
    font-style: normal;
    border-right: 1px solid #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
}

.woocommerce-info {
    border-top-color: #014b8d;
}

.woocommerce-info:before {
    color: #014b8d;
}

.static-contain {
    margin-bottom: 5px;
}

.hentry {
    margin-bottom: 0;
}

.post-detail-container {
    padding: 0 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #014b8d;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 10px;
    border: 2px solid #014b8d;
}

.woocommerce-MyAccount-content p {
    margin: 0;
    margin-bottom: 5px;
}

.woocommerce-Message--info a.button {
    height: 40px;
    background: #014b8d;
    border: 1px solid #014b8d;
    border-radius: 0;
    padding: 0px 30px;
    line-height: 38px;
    color: #ffffff;
    text-transform: none; /* capitalize */
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
    background: #014b8d;
    border-radius: 0;
    padding: 0px 30px;
    color: #ffffff;
    text-transform: none; /* capitalize */
    font-weight: 400;
    font-size: 14px;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-Message--info a.button:hover {
    background: #fff;
    color: #014b8d;
}

.woocommerce-message {
    border-top-color: #014b8d;
}

.woocommerce-message:before {
    color: #014b8d;
}

.woocommerce-MyAccount-content h3,
.woocommerce-Address-title h3 {
    margin: 0;
    margin-bottom: 5px;
}

.woocommerce-MyAccount-content label,
.woocommerce-EditAccountForm label {
    font-weight: bold;
}

.woocommerce-MyAccount-content fieldset,
.woocommerce-EditAccountForm fieldset {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content a:hover,
.woocommerce-MyAccount-content a:hover {
    color: #014b8d;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0;
    color: #fff;
    background-color: #014b8d;
    border: 1px solid #014b8d;
}

.woocommerce input.button {
    padding: 11px;
}

.compare.link-compare.button {
    border: 0;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 11px;
    color: #fff;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce .quantity .qty {
    width: auto;
    padding: 6px;
}

.reduced.items-count {
    margin-right: -4px;
}

.increase.items-count {
    margin-left: -4px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #014b8d;
    color: #ffffff;
    border: 2px solid #014b8d;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #fff;
    color: #014b8d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: auto; /* 150px*/
    margin: 0;
}

#ship-to-different-address .checkbox {
    padding: 0;
    margin: 0;
}

.cart_totals h2,
.cross-sells>h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.related>h2,
.upsells>h2,
.woocommerce-shipping-fields>h3 {
    width: 100%;
    height: auto;
    line-height: 21px;
    text-align: left;
    padding-left: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fafafa;
    border-left: 4px solid #014b8d;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: #555555;
    font-size: 16px !important;
    font-weight: 500;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #014b8d;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #fff;
    color: #014b8d;
}

.woocommerce .woocommerce-ordering select {
    padding: 6px;
    font-size: 13px;
}

.woocommerce ul.products li.product .onsale {
    margin: 0;
    background: #e74c3c;
    padding: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 1.2em;
    text-align: center;
}

.woocommerce ul.products li.product .price {
    font-size: 1em;
    text-align: center;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
}

.woocommerce ul.products li.product .button {
    display: block;
    text-align: center;
}

.woocommerce a.added_to_cart {
    display: block;
    text-align: center;
    background: #e74c3c;
    color: #fff;
    padding: 6px;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}






/**
 * Product Single Page Product Meta 
*/

.product_meta {
    padding-bottom: 10px;
    margin: 10px 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.product_meta span {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.product_meta>span {
    display: block;
    margin-top: 10px;
}

.product_meta .sku_wrapper span {
    border-bottom: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 2px;
}

.woocommerce span.onsale {
    top: 0;
    left: 0;
    background-color: #e74c3c;
}

.woocommerce div.product form.cart .variations td.label {
    color: #919191;
    font-size: 15px;
}






/*--------------------------------------------------------------
## Single Page Tab
--------------------------------------------------------------*/

.woocommerce-page div.product .woocommerce-tabs {
    margin-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    padding: 3px 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none !important;
    background: #014b8d !important;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description p {
    margin: 0;
    padding: 10px 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    padding: 10px 0px;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: 1px solid #014b8d;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    bottom: -8px;
}

.woocommerce-error {
    border-top-color: #014b8d;
}

.woocommerce-error:before {
    color: #014b8d;
}






/*--------------------------------------------------------------
# WooCommerce defautl price_slider_amount
--------------------------------------------------------------*/

.price_slider_amount .price_label {
    font-size: 14px;
    font-weight: 600;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #014b8d;
    height: 12px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    height: 1.4em;
    background: #014b8d;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e5e5e5;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 12px;
}






/*--------------------------------------------------------------
# WooCommerce defautl widget area
--------------------------------------------------------------*/

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0px;
    width: 80px;
    height: auto;
    box-shadow: none;
    margin-right: 10px;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce .widget_rating_filter ul li a {
    font-size: 12px;
    margin: 5px 0;
}

footer .woocommerce ul.cart_list li a,
footer .woocommerce ul.product_list_widget li a {
    color: #fff;
    margin-bottom: 10px;
}






/*--------------------------------------------------------------
## WooCommerce Pagination
--------------------------------------------------------------*/

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    background: none;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    border: none;
    background: none;
    color: #014b8d;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #014b8d;
    margin-right: 5px;
    padding: 2px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    line-height: 35px;
    padding: 0;
    min-width: 35px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #014b8d;
    color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 10px;
}

.woocommerce ul.products li.product .price {
    color: #014b8d;
}

.woocommerce ul.products li.product .button {
    padding: 10px 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    text-transform: none; /* capitalize */
}

.woocommerce .quantity .qty {
    padding: 8px;
    border-radius: 0;
}

.woocommerce div.product form.cart .button {
    padding: 12px;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb  {
    color: #fff;
    font-size: 18px;
}

.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{
    width: auto; /* 200px */
    padding: 11px;
    border-radius: 0;
}
.single-product section{
    padding:0;
}

/*
*********************************************************
*
* Added later after wp development 
*
*********************************************************
*/

.site-branding h1 {

    margin-bottom: 0;
}
.no-results.not-found form {

    position: relative;
}
.no-results.not-found  .page-content p {

    margin-bottom: 30px;
}
.no-results.not-found form input[type=search] {

    height: 46px;
    padding-left: 30px;
    width: 300px;
    border-radius: 0;
    
}
.no-results.not-found form input[type=submit] {

    position: relative;
    border-radius: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 47px;
    margin-left: 0;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -webkit-transition: all ease 0.5s;
    border: none;
    color: #fff;
    background: #004b8e;
    padding: 0 15px;
}
.ed-gallery .ed-gallery-wrapper .ed-gallery-item {

    position: relative;
    float: left;
    overflow: hidden;
    width: 33.33%;
    padding: 15px 15px 15px 15px;
}

.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-item-wrapper {

    position: relative;
    overflow: hidden;
}

.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-button {

    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    z-index: 33;
    background: #004A8D;
    opacity: 0;
    padding: 8px 10px 8px 15px;
    border-radius: 30px 0 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ed-gallery .ed-gallery-wrapper .ed-gallery-item:hover .ed-gallery-button {

    opacity: 1;
}

.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-button a {

    display: inline-block;
    text-align: center;
    box-shadow: none;
    padding: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    z-index: 99;
}

.ed-gallery .ed-gallery-wrapper .ed-gallery-item .ed-gallery-button a i {
    color: #004A8D;
}

.ed-team-member ul.lSPager {
    display: none;
}

.ed-breadcrumb .breadcrumb-list li span,
.ed-breadcrumb .breadcrumb-list li a span {
    color: #fff;
}

nav.navigation.pagination {
    margin-top: 60px;
    padding: 0;
}


/*
* Comment wordpress 
*/

#comments form label {

    display: block;
    padding-bottom: 10px;
}

#comments form input {
    display: block;
    width: 100%;
    height: 42px;
    border-radius:0;
}

#comments form input[type=submit] {
    width: 125px;
    background: #004A8D;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    border: 1px solid #004A8D;
}

#comments form input[type=submit]:hover {
    background: #222222;
    color: #ffffff;
    border-color: #222222;
}

#comments ol.comment-list {
    margin: 40px 0;
}

#comments ol.comment-list li {
    border: 1px solid #eee;
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.08);

}

#comments ol.comment-list li ol {
    margin: 30px;
}

#comments ol.comment-list li article footer.comment-meta {
    padding-bottom: 20px;
}

#comments ol.comment-list li article footer.comment-meta .comment-author.vcard img {
    border: 2px solid #eee;
    border-radius: 50%;
}

#comments ol.comment-list li article footer.comment-meta .comment-author.vcard b a,
#comments ol.comment-list li article footer.comment-meta .comment-author.vcard b,
#comments ol.comment-list li article footer.comment-meta .comment-author.vcard span {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #004A8D !important;
    font-size: 14px;
    font-weight: 500;
}

#comments ol.comment-list li article footer.comment-meta .comment-author.vcard span {

    padding-left: 25px;
}

#comments ol.comment-list li article footer.comment-meta .comment-author.vcard span::before {

    content: '\f0e6';
    font-family: 'fontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 5px;
}


#comments ol.comment-list li article footer.comment-meta .comment-metadata {
    padding-left: 40px;
}

#comments ol.comment-list li article footer.comment-meta .comment-metadata a {

    text-transform: uppercase;
    font-size: 12px;
    padding-right: 10px;
    font-weight: 400;
    color: #a2a2a2;
}

#comments ol.comment-list li article footer.comment-meta .comment-metadata span.edit-link a {

    position: relative;
    padding-left: 15px;
}

#comments ol.comment-list li article footer.comment-meta .comment-metadata span.edit-link a:before {

    content: '\f121';
    font-family: 'fontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 10px;
}

#comments ol.comment-list li article .comment-content {

    padding-bottom: 20px;
    
}

#comments ol.comment-list li article .comment-content p {

    line-height: 1.5;
}
#comments ol.comment-list li article .comment-content p a {

    color:#004A8D;
    font-weight: 500;
}
#comments ol.comment-list li article .reply a {

    position: relative;
    display: inline-block;
    padding-left: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 400;
}

#comments ol.comment-list li article .reply a:before {

    content: '\f112';
    font-family: 'fontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 10px;
}