/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
>>> Edit the SCSS if you want to Modify
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

--------------------------------------------------------------*/
.test {
  color: #002e3b;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #002e3b;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

p {
  margin-bottom: 20px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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 #f4fcff;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar {
  font-family: "Montserrat", sans-serif;
}

.blog-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.blog-title a {
  color: #002e3b;
}

.comment-reply-title {
  font-size: 24px;
  color: #ec595f;
  margin-bottom: 20px;
  position: relative;
}

article p:last-child {
  margin-bottom: 0px;
}

.breadcrumb-section h1,
h2 {
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}
body .fw-map-canvas .infowindow-title {
  line-height: 15px;
  margin-bottom: 8px;
}
body .fw-map-canvas .infowindow-title a {
  font-weight: normal;
  color: #ec595f;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

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

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-20 {
  margin-top: 20px;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb-15 {
  margin-bottom: 15px;
}

.m-0 {
  margin: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pd-0 {
  padding: 0px;
}

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

table,
th,
td {
  border: 1px solid #daf1fa;
  padding: 10px;
}

.calendar_wrap table {
  margin-bottom: 5px;
}
.calendar_wrap th,
.calendar_wrap td {
  text-align: center;
}
.calendar_wrap caption {
  caption-side: top;
  padding-top: 0px;
  color: #002e3b;
  border: 1px solid #daf1fa;
  border-bottom: none;
  padding: 9px 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button {
  border: 2px solid #ddd;
  border-color: #ec595f;
  border-radius: 3px;
  background: #ec595f;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
}
.button:hover {
  border-color: #e64e55;
  background: #e64e55;
}
.button:active, .button:focus {
  border-color: #e64e55;
}

input[type=button],
input[type=reset],
input[type=submit],
[type=reset], [type=submit], button, html [type=button] {
  border: 2px solid #ddd;
  border-color: #ec595f;
  border-radius: 3px;
  background: #ec595f;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
[type=reset]:hover, [type=submit]:hover, button:hover, html [type=button]:hover {
  border-color: #e64e55;
  background: #e64e55;
}
input[type=button]:active, input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
[type=reset]:active,
[type=reset]:focus, [type=submit]:active, [type=submit]:focus, button:active, button:focus, html [type=button]:active, html [type=button]:focus {
  border-color: #e64e55;
}

.btn-primary {
  background: #ec595f;
  border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #e64e55;
  border: none;
  color: #fff;
  box-shadow: none;
  background: #e64e55;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background: #e64e55;
  border: none;
  box-shadow: none;
}

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],
.form-control,
textarea {
  color: #b2b2b2;
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 10px;
  transition: all 0.2s ease;
}
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,
.form-control:focus,
textarea:focus {
  color: #002e3b;
  border: 1px solid #e64e55;
  box-shadow: none;
  outline: none;
}

.form-control::-webkit-input-placeholder, .academic-contact-form input::-webkit-input-placeholder {
  color: #b2b2b2;
}

select {
  border: 1px solid #ededed;
}

textarea {
  width: 100%;
}

label.form-item-btn {
  position: absolute;
  top: 12px;
  left: 19px;
}

.academic-contact-form .form-group {
  margin-bottom: 25px;
}
.academic-contact-form label.form-item-btn {
  margin-left: 9px;
  color: #ededed;
}

.comments-area .form-group input, .comments-area .form-group textarea,
.academic-contact-form input,
.academic-contact-form textarea {
  padding-left: 40px;
}

.page-link:focus {
  box-shadow: none;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  box-shadow: none;
  outline: 0 none;
}

.academic-contact-form .wpcf7-submit {
  padding-left: 20px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ec595f;
  transition: all 0.2s ease;
}
a:hover, a:focus, a:active {
  color: #eb464d;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.post-cat {
  color: #002e3b;
  padding: 5px;
  border-bottom: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 5px;
}
.post-cat i {
  margin-right: 5px;
}
.post-cat a {
  color: #002e3b;
  padding: 5px;
  padding-left: 0px;
  border-bottom: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 5px;
}
.post-cat a:hover {
  color: #eb464d;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
  font-weight: normal;
  background: #fff;
}
.navbar .navbar-brand {
  max-width: 220px;
}
.navbar .btn {
  font-size: 15px;
  padding: 12px 25px;
  font-weight: bold;
  margin-left: 15px !important;
}
.navbar .academic-header-menu .navbar-nav li:hover > .dropdown-menu {
  display: grid;
}
.navbar .academic-header-menu .dropdown-menu {
  margin-top: 50px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.navbar .academic-header-menu .dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  border-width: 0;
}
.navbar .academic-header-menu .dropdown-toggle {
  padding-right: 20px;
}
.navbar .academic-header-menu .dropdown-toggle:after {
  content: "\e64b";
  font-family: "themify";
  border: none;
  position: absolute;
  top: 35%;
  font-size: 10px;
  margin-left: 6px;
}
.navbar .academic-header-menu .nav-link {
  font-size: 15px;
  font-weight: 600;
  padding-left: 20px;
  color: #002e3b;
  padding-bottom: 30px;
  padding-top: 30px;
}
.navbar .academic-header-menu .nav-link:hover {
  color: #ec595f;
}
.navbar .academic-header-menu .dropdown-menu {
  padding: 10px 0px;
  border-radius: 0px;
  border: none;
}
.navbar .academic-header-menu .dropdown-menu li:hover > a {
  color: #ec595f;
}
.navbar .academic-header-menu .dropdown-menu li.active > a {
  color: #ec595f;
}
.navbar .academic-header-menu .dropdown-menu .menu-item-has-children:after {
  content: "\e64b";
  font-family: "themify";
  border: none;
  position: absolute;
  top: 10px;
  font-size: 10px;
  color: #fff;
  margin-left: 0;
  right: 15px;
}
.navbar .academic-header-menu .dropdown-menu .dropdown-item {
  font-weight: 600;
  padding: 5px 20px;
  background: #002e3b;
  color: #fff;
  font-size: 14px;
}
.navbar .academic-header-menu .active > .nav-link {
  color: #ec595f;
}

.nav-menu-transparent-true .breadcrumb-section {
  margin-top: -85px;
  padding-top: 170px;
}

.home.nav-menu-transparent-true .site-content {
  margin-top: -85px;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  display: grid;
  width: 100%;
}
.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%;
  position: relative;
}
.comment-navigation .nav-previous:after,
.posts-navigation .nav-previous:after,
.post-navigation .nav-previous:after {
  content: "";
  width: 1px;
  height: 60%;
  display: block;
  top: 15%;
  right: 0;
  z-index: 9;
  background: #f0f0f0;
  position: absolute;
}
.comment-navigation .post-title,
.posts-navigation .post-title,
.post-navigation .post-title {
  width: 90%;
  display: block;
  word-break: break-word;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next .post-title,
.posts-navigation .nav-next .post-title,
.post-navigation .nav-next .post-title {
  float: right;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  font-weight: 600;
  color: #002e3b;
}
.comment-navigation a .meta-nav,
.posts-navigation a .meta-nav,
.post-navigation a .meta-nav {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  color: #ec595f;
}

.nav-menu-transparent {
  background: transparent !important;
  z-index: 9;
}
.nav-menu-transparent .academic-header-menu .nav-link,
.nav-menu-transparent .navbar-nav .nav-link:focus {
  color: #fff;
}
.nav-menu-transparent .navbar-toggler {
  background: #fff;
  margin-right: 10px;
}
.nav-menu-transparent .academic-header-menu .dropdown-menu {
  margin-top: 10px;
  box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
## Blog Nav
--------------------------------------------------------------*/
.blog-nav .blog-nav-image {
  width: 85px;
  height: 85px;
  border-radius: 50px;
  display: block;
  overflow: hidden;
  position: absolute;
}
.blog-nav .blog-nav-right .blog-nav-image {
  right: 15px;
}
.blog-nav .blog-nav-label {
  font-size: 12px;
  line-height: 26px;
}
.blog-nav .blog-nav-left {
  display: inline;
}
.blog-nav .blog-nav-left .blog-nav-in {
  margin-left: 110px;
}
.blog-nav .blog-nav-right {
  display: inline;
  text-align: right;
}
.blog-nav .blog-nav-right .blog-nav-in {
  margin-right: 100px;
}
.blog-nav .blog-nav-right.no-thumb .blog-nav-in {
  margin-right: 0px;
}
.blog-nav .blog-nav-left.no-thumb .blog-nav-in {
  margin-left: 0px;
}
.blog-nav h3 {
  font-size: 16px;
  line-height: 22px;
}
.blog-nav h3 a {
  color: #002e3b;
}
.blog-nav h3 a:hover {
  color: #eb464d;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

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

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

article {
  overflow: hidden;
}

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

blockquote {
  margin: 0 1.5em;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  padding: 15px 0 15px 30px;
  border-left: 3px solid #eaeaea;
  border-color: #ec595f;
}

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

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

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

.bypostauthor {
  display: block;
}

a.tag-cloud-link {
  padding: 5px 8px;
  background: #f4fcff;
  color: #002e3b;
  margin: 2px;
  margin-bottom: 5px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

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

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Theme Style
--------------------------------------------------------------*/
.top-header {
  background: #80a9b5;
  color: #002e3b;
  font-size: 15px;
}
.top-header a,
.top-header i {
  color: #002e3b;
}
.top-header a span,
.top-header i span {
  color: #002e3b;
  margin-right: 5px;
}

.top-header .col-7 .fa {
  margin-right: 5px;
}
.top-header .list-inline-item {
  margin-right: 25px;
  padding: 10px 0px;
  margin-bottom: 0;
}
.top-header .list-inline-item:last-child {
  margin-right: 0px;
}
.top-header .top-social-link .list-inline-item {
  margin-right: 0;
  margin-bottom: 0;
}
.top-header .top-social-link a {
  padding: 12px;
}
.top-header .top-social-link a span {
  margin-right: 0;
}
.top-header .top-social-link a:hover {
  background: #e64e55;
}
.top-header .top-social-link a:hover span {
  color: #fff;
}

.overlay {
  opacity: 0.6;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.searchform input {
  padding: 0px 10px;
  min-height: 50px;
}

.blog .site-content,
.single-post .site-content,
.single .site-content,
.archive .site-content,
.page-template-default .site-content,
.search .site-content {
  padding: 70px 0px !important;
}

.single-lp_course .site-content {
  padding: 0px;
  padding-bottom: 100px;
}

.blog-grid {
  margin-bottom: 30px;
  padding: 30px;
  background: #f9fcfd;
}
.blog-grid:hover .cix-featured-image img {
  transform: scale(1);
}

.blog-list {
  margin-bottom: 40px !important;
  overflow: hidden;
}
.blog-list .event-short-txt {
  padding: 0px 20px 20px 20px;
}

.col-12:last-child .blog-list {
  margin-bottom: 0px !important;
}

.cix-featured-image {
  margin-right: -30px;
  margin-left: -30px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.cix-featured-image img {
  width: 100%;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.cix-featured-image:hover img {
  transform: scale(1);
  width: 100%;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*--------------------------------------------------------------
# Event Page Academic Style
--------------------------------------------------------------*/
.event-details {
  padding: 40px;
  padding-top: 25px;
  border: 1px solid #ededed;
}

/*--------------------------------------------------------------
# Pagination Style
--------------------------------------------------------------*/
.cix-pagination-lp {
  margin-top: 30px;
}
.cix-pagination-lp ul.page-numbers {
  list-style: none;
}
.cix-pagination-lp ul.page-numbers li span {
  display: inline-block;
  float: left;
  padding: 0.65rem 0.95rem;
  margin-right: 15px;
  line-height: 1.25;
  color: #fff;
  background-color: #ec595f;
  border: 2px solid transparent;
  font-size: 16px;
  border: 2px solid #ec595f;
  border-radius: 3px;
}
.cix-pagination-lp ul.page-numbers li a.page-numbers {
  display: inline-block;
  float: left;
  padding: 0.65rem 0.95rem;
  margin-right: 15px;
  line-height: 1.25;
  color: #002e3b;
  background-color: #fff;
  border: 2px solid transparent;
  font-size: 16px;
  border: 2px solid #ec595f;
  border-radius: 3px;
}

.cix-pagination {
  margin-top: 50px;
}
.cix-pagination .next-btn a,
.cix-pagination .next-btn .page-link,
.cix-pagination .prev-btn a,
.cix-pagination .prev-btn .page-link {
  border-radius: 3px;
  border: 2px solid #ec595f;
  color: #ec595f;
}
.cix-pagination a,
.cix-pagination .page-link {
  padding: 0.65rem 0.95rem;
  margin-left: 15px;
  line-height: 1.25;
  color: #001238;
  background-color: #fff;
  border: 2px solid transparent;
  font-size: 16px;
  border: 2px solid #ec595f;
  border-radius: 3px;
}
.cix-pagination .active a,
.cix-pagination .active .page-link {
  color: #fff;
  background-color: #ec595f;
  border: 2px solid #ec595f;
  border-radius: 3px;
}

.site-info {
  background: #002e3b;
  padding: 30px 0px;
  text-align: center;
  color: #80a9b5;
  border-top: 1px solid #053948;
}
.site-info a {
  color: #80a9b5;
}
.site-info a:hover {
  color: #eb464d;
}
.site-info p {
  margin-bottom: 0px;
}

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 15px;
}

.comments-area {
  padding-top: 60px;
}

.ci-tags-wrapper {
  padding: 10px 20px;
  background: #f9f9f9;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.ci-tags-wrapper i {
  margin-right: 7px;
  color: #ec595f;
}
.ci-tags-wrapper a {
  color: #002e3b;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  padding-right: 10px;
}
.ci-tags-wrapper a:hover {
  color: #ec595f;
}

.sticky .blog-title a:before {
  content: "\e6dd";
  font-family: "themify";
  margin-right: 10px;
}

/*--------------------------------------------------------------
# 404 Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 404 Style
--------------------------------------------------------------*/
.section-404 {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: #fff;
}
.section-404 .heading-404 {
  font-family: "Karla", sans-serif;
}

/*--------------------------------------------------------------
# Comment Style
--------------------------------------------------------------*/
/** Comment List */
.comment-list {
  padding-left: 0;
  padding-bottom: 0px;
  list-style: none;
  border-bottom: 1px solid #e4e5ff;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.comment-list .ul.children {
  margin-left: 40px;
}
.comment-list .comment-item:last-child {
  margin-bottom: 0px;
}
.comment-list .comment-item {
  margin-bottom: 30px;
}

a.comment-reply-link {
  font-size: 12px;
  text-transform: uppercase;
  color: #002e3b;
  border-radius: 3px;
  padding: 5px 10px;
  letter-spacing: 1px;
}
a.comment-reply-link:hover {
  background: #ec595f;
  color: #fff;
}

ul.comment-list li:last-child .comment-item {
  border-bottom: none;
  padding-bottom: 0px;
}

ul.comment-list li .comment-item {
  border-bottom: 1px solid #e4e5ff;
  padding-bottom: 30px;
}

.comment-item .hero-image {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 100%;
}

.comment-item .hero-content {
  display: block;
  padding-left: 110px;
  margin-top: 30px;
  position: relative;
}

.comment-item .hero-content .hero-name {
  font-size: 18px;
  margin-bottom: 5px;
}

.comment-item .hero-content .post-date {
  margin-bottom: 15px;
  display: block;
  margin-top: 15px;
}

.comment-item .hero-content .post-date {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #ff4d1c;
  text-transform: uppercase;
}

a.comment-link-href {
  color: #002e3b;
}

.comment-item .hero-content > p {
  line-height: 26px;
  margin-bottom: 0px;
}

.comment-item .hero-content .reply-btn {
  top: 0px;
  right: 0px;
  position: absolute;
  color: #53585f;
  font-weight: 500;
}

li.comment {
  list-style: none;
}

a.comment-reply-link i {
  padding-right: 6px;
}

p.comment-form-cookies-consent label {
  margin-left: 10px;
}

.comment-reply-title a {
  font-size: 70%;
  font-weight: 500;
}

.pingback span.hero-image,
.trackback span.hero-image {
  display: none;
}

.pingback .hero-content,
.trackback .hero-content {
  display: block;
  padding-left: 0;
}

.site-footer {
  background-color: #002e3b;
  color: #80a9b5;
}
.site-footer .container {
  padding: 75px 15px;
  padding-bottom: 55px;
}
.site-footer .brand-logo {
  margin-top: -15px;
}
.site-footer .widget-title {
  color: #fff;
  margin-bottom: 30px;
}
.site-footer .widget-title:after {
  background: #053948;
}

/*--------------------------------------------------------------
# Team Style
--------------------------------------------------------------*/
.team-single .team-aside {
  margin-top: -140px;
}
.team-single .team-aside h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #ec595f;
}
.team-single .team-info-box {
  list-style: none;
  padding: 0;
}
.team-single .team-info-box li {
  margin-bottom: 5px;
}
.team-single .team-info-box li i {
  width: 15px;
}
.team-single .team-single-social-links {
  margin-top: 20px;
}
.team-single .team-single-social-links li {
  margin-right: 25px;
}
.team-single .team-single-social-links li:last-child {
  margin-right: 0px !important;
}
.team-single .team-single-social-links li a {
  color: #002e3b;
  font-size: 25px;
}
.team-single .team-single-social-links li:hover a {
  color: #ec595f;
}
.team-single .team-content {
  padding-left: 50px;
  padding-bottom: 50px;
}
.team-single .team-content .position {
  color: #ec595f;
  font-weight: 500;
}
.team-single .team-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.team-single .exprience-title,
.team-single .education-title {
  font-size: 24px;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.team-single .exprience-section .exprience-box {
  background: #f9f9f9;
  padding: 20px 50px;
  border: 1px solid #e5e5e5;
  display: flex;
  margin-bottom: 25px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-size: 15px;
  border-radius: 50px;
  font-size: 15px;
}
.team-single .exprience-section .exprience-box > .lead {
  font-size: 18px;
  font-weight: normal;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
}
.team-single .exprience-section .exprience-box .info-desc {
  padding-left: 30px;
}
.team-single .exprience-section .exprience-box .info-desc .lead {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.timeline-section {
  list-style: none;
  padding: 0;
  width: 680px;
  position: relative;
}
.timeline-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 195px;
  width: 5px;
  background: #f5f5f5;
}
.timeline-section li.education-box {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  display: flex;
}
.timeline-section li.education-box:nth-child(2n+2)::before {
  background: #3F51B5;
}
.timeline-section li.education-box:nth-child(2n+2) .info-desc > .lead {
  color: #3F51B5;
}
.timeline-section li.education-box:nth-child(2n+3)::before {
  background: #4CAF50;
}
.timeline-section li.education-box:nth-child(2n+3) .info-desc > .lead {
  color: #4CAF50;
}
.timeline-section li.education-box:nth-child(3n+1)::before {
  background: #2196F3;
}
.timeline-section li.education-box:nth-child(3n+1) .info-desc > .lead {
  color: #2196F3;
}
.timeline-section li.education-box::before {
  content: "";
  position: absolute;
  left: 190px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: #ec595f;
  border: 2px solid #fff;
  border-radius: 50%;
}
.timeline-section li.education-box .lead.year {
  font-weight: bold;
  text-align: center;
  width: 250px;
  padding: 10px;
  font-size: 18px;
  padding-right: 60px;
}
.timeline-section li.education-box .info-desc {
  padding: 10px;
  width: 600px;
}
.timeline-section li.education-box .info-desc .lead {
  font-weight: bold;
  width: 100%;
  color: #ec595f;
  padding: 0px;
  margin-bottom: 10px;
}

.award-section {
  background: linear-gradient(to bottom, #f9f9f9, #ffffff);
  border-top: 1px solid #cdcfd5;
  padding: 60px 0px;
  padding-bottom: 0px;
}
.award-section .awrad-title {
  text-align: center;
  margin-bottom: 50px;
}
.award-section .awrad-box {
  background: #fff;
  padding: 30px;
  border: 1px solid #ecedee;
  border-radius: 5px;
  min-height: 100px;
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
.award-section .awrad-box h3 {
  font-size: 18px;
  font-weight: 600;
}
.award-section .awrad-box p {
  margin-bottom: 5px;
}

.ci-team-grid {
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.ci-team-grid:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.ci-team-grid .cix-featured-image {
  width: 100%;
  margin: 0px;
}
.ci-team-grid .cix-featured-image img {
  filter: grayscale(100%);
}
.ci-team-grid .cix-featured-image img:hover {
  filter: grayscale(0%);
}
.ci-team-grid .grid-bottom {
  border: 1px solid #e9ebf4;
  border-top: none;
  padding: 20px;
}
.ci-team-grid .grid-bottom .team-title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
.ci-team-grid .grid-bottom .team-title .lead {
  color: #5a5a5a;
  font-size: 15px;
  margin-top: 8px;
}
.ci-team-grid .grid-bottom .team-info-box li {
  font-size: 15px;
}
.ci-team-grid .grid-bottom li {
  list-style: none;
}
.ci-team-grid .grid-bottom .team-single-social-links {
  margin-bottom: 0px;
}
.ci-team-grid .grid-bottom .team-single-social-links li {
  margin-right: 22px;
}
.ci-team-grid .grid-bottom .team-single-social-links li a {
  color: #002e3b;
  font-size: 20px;
}
.ci-team-grid .grid-bottom .team-single-social-links li:hover a {
  color: #ec595f;
}

.team-member {
  text-align: center;
  background: #fff;
  border-radius: 3px;
  padding: 20px;
}
.team-member .thumb {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.team-member img {
  border-radius: 50% !important;
}
.team-member h3 {
  font-size: 20px;
  color: #ec595f;
  font-weight: bold;
}
.team-member h5 {
  font-size: 15px;
  font-weight: 500;
}
.team-member p {
  margin-top: 20px;
  margin-bottom: 15px;
}
.team-member ul li {
  margin-right: 25px !important;
}
.team-member ul li:last-child {
  margin-right: 0px !important;
}
.team-member a {
  color: #babbbb;
}
.team-member a:hover {
  color: #ec595f;
}

/*--------------------------------------------------------------
# Breadcrumb Style
--------------------------------------------------------------*/
.breadcrumb-section {
  position: relative;
  padding: 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb-section h1 {
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
}

.breadcumb-list {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.breadcumb-list li {
  float: left;
  color: #fff;
  list-style: none;
}
.breadcumb-list .seperator {
  margin: 0 15px !important;
}
.breadcumb-list .bc-icon > span {
  margin: 0 8px;
}
.breadcumb-list .bc-icon > span:before {
  font-size: 13px;
}
.breadcumb-list .list-inline-item:not(:last-child) {
  margin: 0;
}
.breadcumb-list a,
.breadcumb-list .last-item,
.breadcumb-list .bc-icon > span, .breadcumb-list i {
  color: #fff;
}
.breadcumb-list a:visited,
.breadcumb-list .last-item:visited,
.breadcumb-list .bc-icon > span:visited, .breadcumb-list i:visited {
  color: #fff;
}
.breadcumb-list a:hover,
.breadcumb-list .last-item:hover,
.breadcumb-list .bc-icon > span:hover, .breadcumb-list i:hover {
  color: #fff;
}
.breadcumb-list a:focus, .breadcumb-list a:active,
.breadcumb-list .last-item:focus,
.breadcumb-list .last-item:active,
.breadcumb-list .bc-icon > span:focus,
.breadcumb-list .bc-icon > span:active, .breadcumb-list i:focus, .breadcumb-list i:active {
  color: #fff;
}
.breadcumb-list a:focus,
.breadcumb-list .last-item:focus,
.breadcumb-list .bc-icon > span:focus, .breadcumb-list i:focus {
  outline: thin dotted;
}
.breadcumb-list a:hover, .breadcumb-list a:active,
.breadcumb-list .last-item:hover,
.breadcumb-list .last-item:active,
.breadcumb-list .bc-icon > span:hover,
.breadcumb-list .bc-icon > span:active, .breadcumb-list i:hover, .breadcumb-list i:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Widget Style
--------------------------------------------------------------*/
.widget-area .widget {
  margin-top: 45px;
  margin-bottom: 45px;
  border: 2px solid #f4fcff;
  padding: 30px;
  position: relative;
  /* Make sure select elements fit in widgets. */
}
.widget-area .widget:first-child {
  margin-top: 0px;
}
.widget-area .widget:last-child {
  margin-bottom: 0px;
}
.widget-area .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area .widget ul li {
  margin-bottom: 10px;
  border-bottom: 2px solid #f4fcff;
  padding-bottom: 10px;
}
.widget-area .widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.widget-area .widget ul li a {
  color: #002e3b;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.widget-area .widget ul li a:hover {
  color: #ec595f;
}
.widget-area .widget ul li .post-date {
  display: block;
  font-size: 15px;
  color: #ec595f;
}
.widget-area .widget ul li .children,
.widget-area .widget ul li .sub-menu {
  margin-left: 20px;
  margin-top: 15px;
}
.widget-area .widget ul li .children li,
.widget-area .widget ul li .sub-menu li {
  position: relative;
}
.widget-area .widget ul li .children li:before,
.widget-area .widget ul li .sub-menu li:before {
  content: "\e649";
  font-family: "themify";
  font-size: 12px;
  position: absolute;
  left: -20px;
  top: 2px;
}
.widget-area .widget select {
  max-width: 100%;
}
.widget-area .widget span.rss-date {
  font-size: 14px;
  color: #9ba5b9;
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
}
.widget-area .widget_search .input-group {
  height: 50px;
}
.widget-area span.comment-author-link:before {
  content: "\e645";
  font-family: "themify";
  font-size: 14px;
  margin-right: 10px;
  color: #ec595f;
}
.widget-area li.recentcomments {
  font-size: 15px;
  line-height: 26px;
}
.widget-area span.comment-author-link,
.widget-area .recentcomments .comment-author-link a.url {
  font-weight: 500;
}

.widget_recent_entries li {
  margin-bottom: 20px !important;
}
.widget_recent_entries li:last-child {
  margin-bottom: 0px;
}

.widget-title,
.related-posts h3,
.course-description h4 {
  font-size: 24px;
  font-weight: bold;
  color: #ec595f;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.widget-title:after,
.related-posts h3:after,
.course-description h4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #f4fcff;
  left: 0;
}

footer .widget_recent_entries ul {
  list-style: none;
  padding: 0;
}
footer .widget_recent_entries ul a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  font-weight: 600;
  color: #fff;
}
footer .widget_recent_entries ul a:hover {
  color: #ec595f;
}
footer .widget_recent_entries ul li {
  border-bottom: 1px solid #053a49;
  padding-bottom: 20px;
}
footer .widget_recent_entries ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
footer .widget_recent_entries ul span.post-date {
  font-size: 15px;
  margin-top: 8px;
  display: block;
}

ul.contact-info-style1 {
  list-style: none;
  padding: 0;
}
ul.contact-info-style1 li {
  margin-bottom: 25px;
  display: flex;
}
ul.contact-info-style1 li i {
  font-size: 20px;
  display: block;
  float: left;
  margin-right: 15px;
}
ul.contact-info-style1 li:last-child {
  margin-bottom: 0px;
}

li.widget-gallery-item {
  list-style: none;
  float: left;
  display: block;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 10px;
}
li.widget-gallery-item img {
  border-radius: 4px;
}

.widget_fw_aboutus .brand-link {
  width: 200px;
  margin-top: 13px;
}
.widget_fw_aboutus .social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_fw_aboutus .social-links ul li {
  float: left;
  margin-right: 20px;
}
.widget_fw_aboutus .social-links ul li a {
  color: #80a9b5;
  font-size: 18px;
}
.widget_fw_aboutus .social-links ul li a:hover {
  color: #ec595f;
}

/*--------------------------------------------------------------
# Tutor Style
--------------------------------------------------------------*/
.course-grid .details {
  padding: 25px;
  border: 2px solid #f4fcff;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.course-grid .details h5 {
  font-size: 18px;
  font-weight: 600;
}
.course-grid .details .tutor-meta-icon {
  font-size: 15px;
}
.course-grid .details .tutor-meta-value,
.course-grid .details .tutor-meta a {
  color: #ec595f;
  font-size: 15px;
}
.course-grid .details .tutor-course-list-btn {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Plugin Shortcode Style
--------------------------------------------------------------*/
.elementor-cix-blog-grid .blog-title {
  margin-top: 15px;
}
.elementor-cix-blog-grid .blog-title a {
  color: #002e3b;
  font-weight: bold;
}
.elementor-cix-blog-grid .blog-title a:hover {
  color: #ec595f;
}
.elementor-cix-blog-grid .cix-featured-image {
  margin-top: -30px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.elementor-cix-blog-grid .blog-grid {
  border-radius: 5px;
}
.elementor-cix-blog-grid .blog-grid .btn {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 15px;
}

.event-list {
  border: 2px solid #f4fcff;
  border-radius: 3px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.event-list .cix-featured-image {
  width: 370px;
  float: left;
  margin: 0;
  border-radius: 3px;
  border-top-right-radius: 0px;
  margin-left: -16px;
  margin-top: 0px;
  margin-bottom: -1px;
}
.event-list h2 {
  margin-top: 25px !important;
}
.event-list:last-child {
  margin-bottom: 0px;
}
.event-list .event-short-txt {
  display: grid;
  float: none;
  max-width: 370px;
  border-left: none;
}
.event-list .event-short-txt p {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 0px;
}
.event-list .event-date {
  background: #ec595f;
  float: left;
  color: #fff;
  margin-top: -1px;
  display: block;
  margin-right: 25px;
  width: 70px;
  height: 80px;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.event-list .event-date .date {
  width: 100%;
  display: block;
  font-size: 36px;
  padding-top: 18px;
}

.event-grid {
  margin-bottom: 30px;
}
.event-grid .cix-featured-image {
  margin: 0;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
}
.event-grid .event-date {
  background: #ec595f;
  float: left;
  color: #fff;
  display: block;
  margin-right: 25px;
  width: 70px;
  height: 80px;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.event-grid .event-date .date {
  width: 100%;
  display: block;
  font-size: 36px;
  padding-top: 18px;
}

.elementor-testimonial-content i {
  color: #ec595f;
  margin-right: 5px;
}


.priceing-table.highlight {
  background: #ec595f;
}
.priceing-table.highlight .table-price-amount {
  background: #002e3b;
}
.priceing-table.highlight .table-price-amount:after {
  border-top: 22px solid #002e3b;
}
.priceing-table.highlight li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1098039216);
}
.priceing-table.highlight .btn {
  background-color: #fff;
  color: #002e3b;
}

.priceing-table {
  padding: 30px;
  background: #002e3b;
  border-radius: 5px;
  color: #fff;
}
.priceing-table .table-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.priceing-table ul {
  list-style: none;
  margin-bottom: 20px;
}
.priceing-table ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1803921569);
  padding: 10px 0px;
}
.priceing-table ul li:last-child {
  border-bottom: none;
}
.priceing-table .btn {
  padding: 10px 30px;
}
.priceing-table .table-price-amount {
  margin-left: -30px;
  margin-right: -30px;
  background: #ec595f;
  padding: 30px;
  padding-bottom: 10px;
  font-size: 45px;
  position: relative;
  font-weight: 500;
}
.priceing-table .table-price-amount i {
  font-size: 20px;
  font-style: normal;
  padding-left: 4px;
}
.priceing-table .table-price-amount span {
  font-size: 15px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.priceing-table .table-price-amount:after {
  content: " ";
  position: absolute;
  bottom: -22px;
  width: 0;
  left: 0;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  border-top: 22px solid #ec595f;
  height: 0;
}

.no-opcity {
  opacity: 0;
}

.ci-slider-next,
.ci-slider-prev {
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 60px;
  cursor: pointer;
  z-index: 1;
}

.ci-slider-next {
  right: 0;
}

.ci-hero-slider {
  z-index: 1;
  font-family: "Karla", sans-serif;
}
.ci-hero-slider .container {
  padding-top: 150px;
  padding-bottom: 270px;
  z-index: 3;
  position: relative;
}
.ci-hero-slider .ci-sub-heading {
  font-size: 24px;
  color: #fff;
}
.ci-hero-slider h1 {
  position: relative;
  margin-bottom: 30px;
}
.ci-hero-slider h1::after {
  content: " ";
  width: 75px;
  height: 5px;
  background: #599e67;
  border-radius: 5px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.ci-hero-slider .btn {
  padding: 15px 30px;
  margin-top: 20px;
  margin-right: 15px;
}

.slider-overlay:after {
  position: absolute;
  content: " ";
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  opacity: 0.6;
  z-index: 1;
}

.slider-style-2 .container {
  padding-top: 160px;
  padding-bottom: 160px;
}

.ci-image-box a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
}
.ci-image-box a:after {
  content: "\e649";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-family: "themify";
}
.ci-image-box .list-group-item {
  border-color: #f3f3f3;
  padding: 15px 0px;
}

.academic-search-widget form[name=search-course] .search-course-button {
  position: absolute;
  top: auto;
  right: -2px;
  bottom: 16px;
  padding: 13px;
  height: auto;
  line-height: 1px;
}
.academic-search-widget .form-check-inline {
  color: #fff;
}
.academic-search-widget button i {
  padding-right: 6px;
}

.academic-course-widget .nav-link {
  color: #002e3b;
}
.academic-course-widget .nav-pills .nav-link.active {
  background: #ec595f;
}
.academic-course-widget ul.learn-press-courses .course {
  width: 22.33333%;
}
.academic-course-widget ul.learn-press-courses .course .course-title {
  font-size: 16px;
}
.academic-course-widget ul.learn-press-courses .course .course-info .course-price .origin-price {
  font-size: 18px;
  font-style: normal;
  color: #bebebe;
  float: right;
  margin-left: 10px;
  margin-top: 5px;
}

.learn-press-courses-carousel .ci-slider-next,
.learn-press-courses-carousel .ci-slider-prev {
  color: #002e3b;
  font-size: 20px;
  top: -80px;
}
.learn-press-courses-carousel .ci-slider-next:hover,
.learn-press-courses-carousel .ci-slider-prev:hover {
  color: #ec595f;
}
.learn-press-courses-carousel .ci-slider-prev {
  right: 45px;
}
.learn-press-courses-carousel .academic-lp-grid {
  padding: 30px;
  background: #fff;
  margin: 0 15px;
  border-radius: 5px;
  margin-bottom: 35px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.learn-press-courses-carousel .academic-lp-grid:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.learn-press-courses-carousel .academic-lp-grid:hover:before {
  background: #002e3b;
}
.learn-press-courses-carousel .academic-lp-grid:before {
  content: " ";
  position: absolute;
  background: #ddd;
  transition: all 0.3s ease-in;
  top: -175px;
  width: 400px;
  height: 300px;
  z-index: 1;
  transform: rotate(-23deg);
  left: -155px;
}
.learn-press-courses-carousel .academic-lp-grid .course-title {
  font-size: 16px;
  color: #002e3b;
}
.learn-press-courses-carousel .academic-lp-grid .course-title:hover {
  color: #ec595f;
}
.learn-press-courses-carousel .academic-lp-grid img.couse-thumb {
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.learn-press-courses-carousel .academic-lp-grid .price {
  font-size: 26px;
  font-weight: 500;
  color: #ec595f;
  float: left;
}
.learn-press-courses-carousel .academic-lp-grid .origin-price {
  font-size: 18px;
  font-style: normal;
  color: #bebebe;
  float: initial;
  margin-left: 7px;
  margin-top: 5px;
}
.learn-press-courses-carousel .academic-lp-grid span.course-instructor {
  display: none;
}

.mc4wp-alert.mc4wp-success {
  background: #acc5ce;
  padding: 10px;
  border-radius: 5px;
}
.mc4wp-alert.mc4wp-success p {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# mobile menu CSS
--------------------------------------------------------------*/
/*! cix-sidemenu - v1.2.0 - 2019-4-24
* cix-sidemenu is a responsive off-canvas navigation menu using CSS transforms & transitions.

*/
/* Menu Appearance */
.cix-sidemenu {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.cix-sidemenu a {
  display: block;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
}
.cix-sidemenu a:hover,
.cix-sidemenu button:hover,
.cix-sidemenu .current-menu-parent > button,
.cix-sidemenu .active a {
  color: #ec595f;
}
.cix-sidemenu ul:first-child {
  margin-top: 10px;
}
.cix-sidemenu.cix-sidemenu-left {
  left: 0;
}
.cix-sidemenu.cix-sidemenu-right {
  right: 0;
}

.cix-sidemenu-content {
  visibility: hidden;
}

/* Menu Movement */
.cix-sidemenu-left {
  transform: translate3d(-300px, 0, 0);
}

.cix-sidemenu-open-left {
  overflow: hidden;
}
.cix-sidemenu-open-left #page,
.cix-sidemenu-open-left .push {
  transform: translate3d(300px, 0, 0);
}

.cix-sidemenu-right {
  transform: translate3d(300px, 0, 0);
}

.cix-sidemenu-open-right #page,
.cix-sidemenu-open-right .push {
  transform: translate3d(-300px, 0, 0);
}

.cix-sidemenu {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.cix-sidemenu::-webkit-scrollbar {
  display: none;
}

.cix-sidemenu-open-left .cix-sidemenu,
.cix-sidemenu-open-right .cix-sidemenu {
  transform: translate3d(0, 0, 0);
}
.cix-sidemenu-open-left .cix-sidemenu-content,
.cix-sidemenu-open-right .cix-sidemenu-content {
  visibility: visible;
}

/* Menu Transitions */
#page,
.cix-sidemenu,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.cix-sidemenu-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.cix-sidemenu-content > ul {
  padding: 0;
}
.cix-sidemenu-content li {
  list-style: none;
}

/* Site Overlay */
.site-overlay {
  display: none;
}
.site-overlay span {
  margin-left: 300px;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  display: block;
  cursor: pointer;
}

.cix-sidemenu-open-left .site-overlay,
.cix-sidemenu-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.cix-sidemenu-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.cix-sidemenu-submenu > ul {
  padding-left: 15px;
  margin: 0px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.cix-sidemenu-submenu > ul .cix-sidemenu-link {
  transition: opacity 0.2s ease-in-out;
}
.cix-sidemenu-submenu button {
  width: 100%;
  color: #fff;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
  font-family: "Karla", sans-serif;
}
.cix-sidemenu-submenu button:hover {
  color: #ec595f;
}
.cix-sidemenu-submenu button:focus {
  outline: none;
}
.cix-sidemenu-submenu > a,
.cix-sidemenu-submenu > button {
  position: relative;
}
.cix-sidemenu-submenu > a::after,
.cix-sidemenu-submenu > button::after {
  content: "\e649";
  font-family: "themify";
  position: absolute;
  right: 15px;
  font-size: 12px;
  top: 48%;
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.cix-sidemenu-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.cix-sidemenu-submenu-closed .cix-sidemenu-link {
  opacity: 0;
}

.cix-sidemenu-submenu-open {
  /* Submenu Icon */
}
.cix-sidemenu-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.cix-sidemenu-submenu-open .cix-sidemenu-link {
  opacity: 1;
}
.cix-sidemenu-submenu-open > a::after,
.cix-sidemenu-submenu-open > button::after {
  transform: translateY(-50%) rotate(90deg);
}
.cix-sidemenu-submenu-open button:hover {
  box-shadow: none !important;
}

/*--------------------------------------------------------------
# Responsive CSS
--------------------------------------------------------------*/
/* Normal desktop :992px. */
@media (min-width: 992px) {
  .team-single .team-content {
    margin-top: -30px;
  }
}
/* commom css for mobile & Tablet :320 -- 991px. */
/* commom css for mobile & Tablet :320 -- 991px. */
/* commom css for mobile & Tablet :320 -- 991px. */
@media (max-width: 991px) {
  .priceing-table .table-price-amount {
    padding-bottom: 20px;
  }
  .priceing-table .table-price-amount:after {
    display: none;
  }
  footer .col-lg-3 .widget {
    margin: 0 0 40px;
  }
  footer .col-lg-3:last-child .widget {
    margin-bottom: 0px;
  }
  .nav-menu-transparent-true .breadcrumb-section {
    padding-top: 140px;
  }
  .nav-menu-transparent-true .breadcrumb-section h1 {
    font-size: 40px;
  }
  .ci-hero-slider .container {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .blog .site-content,
  .single-post .site-content,
  .single .site-content,
  .archive .site-content,
  .page-template-default .site-content,
  .learnpress-checkout .site-content {
    padding: 60px 0px;
  }
  .event-details {
    padding: 25px;
    margin-bottom: 50px;
  }
  .event-details .btn-group-sm {
    float: none !important;
    margin-top: 10px;
  }
}
/* Tablet :768px -- 991px. */
/* Tablet :768px -- 991px. */
/* Tablet :768px -- 991px. */
/* Tablet :768px -- 991px. */
/* Tablet :768px -- 991px. */
/* Tablet :768px -- 991px. */
@media (min-width: 768px) and (max-width: 991px) {
  
  .event-list .cix-featured-image {
    width: 50%;
  }
  .academic-course-widget ul.learn-press-courses .course {
    width: 48%;
  }
  .team-single .team-content {
    padding-left: 15px;
  }
}
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
/* small mobile :320 -- 767px. */
@media (max-width: 767px) {
  body ul.learn-press-courses .course .course-thumbnail {
    margin: 0px;
  }
  .navbar-light .navbar-toggler {
    margin-right: 15px;
  }
  .navbar .navbar-brand {
    margin-left: 15px;
  }
  .site-footer .container {
    padding: 50px 15px;
  }
  .widget-area .widget:first-child {
    margin-top: 40px;
  }
  body .lp-archive-courses ul.learn-press-courses li.academic-lp-list .course-thumbnail {
    float: none;
    width: 100%;
    margin: 0px;
  }
  body .lp-archive-courses ul.learn-press-courses li.academic-lp-list .course-thumbnail img {
    border-radius: 5px !important;
    margin-bottom: 15px;
  }
  body ul.learn-press-courses .course {
    border: none;
    padding: 0px;
  }
  .event-list {
    border: none;
  }
  .event-list .cix-featured-image {
    width: 100%;
    margin-left: 0px;
  }
  .event-list .event-short-txt {
    display: grid;
    float: left;
    padding-bottom: 20px;
  }
  .event-list .event-date {
    background: #ec595f;
    float: left;
    color: #fff;
    margin-top: 15px;
    display: block;
    position: absolute;
    top: 0;
    margin-right: 0;
    margin-left: 15px;
    width: auto;
    height: auto;
    padding: 3px 9px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .event-list .event-date .date {
    width: 100%;
    display: inline;
    font-size: 18px;
    padding-top: 0;
  }
  .team-single .team-content {
    padding-left: 15px;
  }
  .team-single .team-aside {
    margin-top: 0px;
  }
  .team-single .timeline-section {
    max-width: 100%;
  }
  .team-single .timeline-section .education-box {
    padding-left: 0px;
  }
  .team-single .timeline-section .education-box::before {
    left: 95px;
  }
  .team-single .timeline-section .education-box .year {
    font-size: 15px !important;
  }
  .team-single .timeline-section .education-box .lead {
    font-size: 17px;
    line-height: 24px;
  }
  .team-single .timeline-section::before {
    left: 100px;
  }
  .team-single .exprience-section .exprience-box {
    padding: 20px;
    border-radius: 5px;
  }
  .team-single .exprience-section .exprience-box .info-desc {
    margin-left: 0px;
  }
  .team-single .exprience-section .exprience-box .lead {
    font-size: 16px;
  }
  .academic-course-widget ul.learn-press-courses .course {
    width: 100%;
  }
  .academic-course-widget ul.learn-press-courses .course .course-thumbnail {
    margin: 0px !important;
  }
  .breadcrumb-section {
    padding: 60px 0px;
  }
}/*# sourceMappingURL=style.css.map */