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


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

.site-content p {
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  -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;
  padding: 15px 0 15px 30px;
  border-left: 3px solid #eaeaea;
  border-color: #54cdd5;
}

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

h1,
h2 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

.blog-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
.blog-title a {
  color: #001a4b;
}

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

/*--------------------------------------------------------------
# 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: #54cdd5;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul,
ol {
  margin-left: 0;
}

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

.top-0 {
  top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

.pd-0 {
  padding: 0px;
}

.plr-50 {
  padding: 0px 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pd-50 {
  padding: 50px;
}

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: #001a4b;
  border: 1px solid #daf1fa;
  border-bottom: none;
  padding: 9px 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
  border: 2px solid;
  border-color: #16b6c0;
  border-radius: 3px;
  background: #54cdd5;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
}
.button:hover,
.wp-block-search .wp-block-search__button:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
  border-color: #4ac5ce;
  background: #4ac5ce;
  box-shadow: 0px 5px 10px 0px rgba(22, 42, 51, 0.2);
}
.button:active, .button:focus,
.wp-block-search .wp-block-search__button:active,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus {
  border-color: #16b6c0;
}

input[type=button],
input[type=reset],
input[type=submit],
[type=reset],
[type=submit],
button,
html [type=button] {
  border: none;
  border-radius: 5px;
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  padding: 9px 35px;
  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 {
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  box-shadow: 0px 5px 10px 0px rgba(22, 42, 51, 0.2);
}
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: #16b6c0;
}

.btn-primary {
  background: #54cdd5;
  transition: 0.3s ease;
  font-family: "Ubuntu", sans-serif;
  border: none;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 16px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border: none;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  border-color: #54cdd5;
  color: #fff;
  background: #4ac5ce;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background: #4ac5ce;
  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: #001a4b;
  border: 2px solid #f1f6ff;
  min-height: 49px;
  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: #001a4b;
  border: 2px solid #16b6c0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  outline: none;
}

.nice-select {
  color: #001a4b;
  border: 2px solid #f1f6ff !important;
}

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #cfcfcf;
}

select {
  border: 2px solid #f1f6ff;
}

textarea {
  width: 100%;
}

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

.comments-area .form-group input,
.comments-area .form-group textarea,
.wpcf7 input,
.wpcf7 textarea {
  padding-left: 40px;
}
.comments-area .form-group .wpcf7-submit,
.wpcf7 .wpcf7-submit {
  padding-left: 35px;
}

.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: #54cdd5;
  transition: all 0.2s ease;
}
a:hover, a:focus, a:active {
  color: #16b6c0;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.post-cat {
  color: #001a4b;
  padding: 5px;
  border-bottom: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 5px;
  margin-top: -19px;
  position: relative;
  margin-left: 35px;
  z-index: 1;
  margin-bottom: 0;
}
.post-cat i {
  margin-right: 5px;
}
.post-cat a {
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
  padding: 9px 24px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: normal;
  padding: 8px 24px;
  background: #54cdd5;
  box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.2);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
  font-weight: normal;
  background: #fff;
}
.navbar .ci-header-menu .navbar-nav li:hover > .dropdown-menu {
  display: grid;
}
.navbar .ci-header-menu .dropdown-menu {
  margin-top: 50px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.navbar .ci-header-menu .dropdown-menu .dropdown .dropdown-menu {
  left: -99.5%;
  top: 0%;
  border-width: 0;
}
.navbar .ci-header-menu .dropdown-toggle {
  padding-right: 20px;
}
.navbar .ci-header-menu .dropdown-toggle:after {
  content: "+";
  border: none;
  position: absolute;
  top: 33%;
  font-size: 16px;
  margin-left: 6px;
}
.navbar .ci-header-menu .dropdown-toggle span {
  margin: 0px 10px;
}
.navbar .ci-header-menu .dropdown-toggle i {
  margin: 0px 10px;
}
.navbar .ci-header-menu .nav-link {
  font-size: 16px;
  font-weight: 500;
  padding-left: 25px;
  color: #001a4b;
  padding-bottom: 30px;
  padding-top: 30px;
}
.navbar .ci-header-menu .nav-link:hover {
  color: #54cdd5;
}
.navbar .ci-header-menu .dropdown-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  border-radius: 0px;
  border: none;
}
.navbar .ci-header-menu .dropdown-menu li:hover > a {
  color: #54cdd5;
}
.navbar .ci-header-menu .dropdown-menu li.active > a {
  color: #54cdd5;
}
.navbar .ci-header-menu .dropdown-menu li.active > a:before {
  width: 20px;
}
.navbar .ci-header-menu .dropdown-menu .menu-item-has-children:after {
  content: "\e649";
  font-family: "themify";
  border: none;
  position: absolute;
  top: 7px;
  font-size: 10px;
  color: #001a4b;
  margin-left: 0;
  right: 15px;
  z-index: 1;
}
.navbar .ci-header-menu .dropdown-menu .dropdown-item {
  padding: 8px 25px;
  background: #fff;
  color: #001a4b;
  font-size: 15px;
  min-width: 220px;
  position: relative;
  transition: 0.3s;
  z-index: 1;
}
.navbar .ci-header-menu .dropdown-menu .dropdown-item span {
  margin: 0px 10px;
}
.navbar .ci-header-menu .dropdown-menu .dropdown-item i {
  margin: 0px 10px;
}
.navbar .ci-header-menu .active > .nav-link {
  color: #54cdd5;
}

.stick-me {
  position: fixed;
  top: -200px;
  z-index: 5;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  transition: 0.4s ease-in-out;
}
.stick-me .navbar-brand {
  display: block !important;
}

.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: normal;
  font-size: 18px;
  line-height: 26px;
  color: #001a4b;
}
.comment-navigation a .meta-nav,
.posts-navigation a .meta-nav,
.post-navigation a .meta-nav {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  color: #54cdd5;
}

.nav-menu-transparent {
  background: transparent !important;
  z-index: 2;
}
.nav-menu-transparent .ci-header-menu .nav-link,
.nav-menu-transparent .navbar-nav .nav-link:focus {
  color: #fff;
}
.nav-menu-transparent .ci-header-menu .dropdown-menu {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
}
.nav-menu-transparent .ci-header-menu .dropdown-menu .dropdown-item {
  background: #fff;
  color: #001a4b;
  border-bottom: 1px solid #eeebeb;
}

.menu-style-2.navbar a.navbar-brand {
  max-width: 200px;
  padding: 20px;
  padding-left: 0;
}
.menu-style-2.navbar button.menu-btn.navbar-toggler {
  margin-right: 20px;
}
.menu-style-2.navbar .ci-header-menu .dropdown-toggle:after {
  top: 35%;
}
.menu-style-2.navbar .ci-header-menu .dropdown-menu {
  left: 0;
  padding: 0px;
}
.menu-style-2.navbar .ci-header-menu .nav-link {
  padding: 35px 20px;
}
.menu-style-2.navbar .ci-header-menu > .nav-item:first-child .dropdown-menu {
  left: 0px;
}
.menu-style-2.navbar .ci-header-menu > .nav-item:first-child .nav-link {
  padding-left: 0px;
}

/*--------------------------------------------------------------
## Blog Nav
--------------------------------------------------------------*/
.bg-theme {
  background: #54cdd5;
}

.blog-nav {
  margin-right: 0px;
  margin-left: 0;
}
.blog-nav .bg-dark {
  background: #001a4b !important;
}
.blog-nav .blog-nav-image {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  display: block;
  float: left;
  margin-right: 15px;
}
.blog-nav .blog-nav-right {
  display: inline-block;
  padding: 20px 5px;
}
.blog-nav .blog-nav-right .blog-nav-image {
  display: block;
  float: right;
  margin-right: 0px;
  margin-left: 15px;
}
.blog-nav .blog-nav-label {
  font-size: 12px;
  line-height: 26px;
  color: #fff;
}
.blog-nav .blog-nav-left {
  display: inline-block;
  padding: 20px 5px;
}
.blog-nav .blog-nav-right {
  text-align: right;
  float: right;
  text-align: right;
}
.blog-nav .blog-nav-right .blog-nav-in {
  display: block;
  float: left;
}
.blog-nav .blog-nav-left {
  text-align: left;
  float: left;
  text-align: left;
}
.blog-nav .blog-nav-left .blog-nav-in {
  display: block;
  float: left;
}
.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;
  margin-bottom: 0px;
  -ms-word-break: break-word;
  word-break: break-word;
}
.blog-nav h3 a {
  color: #fff;
}
.blog-nav h3 a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# 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: #020202;
  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;
  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;
}

.site-content {
  overflow-x: hidden;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget,
.widget-area .widget_block {
  margin-top: 35px;
  margin-bottom: 35px;
  border: 2px solid #f4fcff;
  padding: 30px;
  position: relative;
  background: #f4fcff;
  /* Make sure select elements fit in widgets. */
}
.widget-area .widget:first-child,
.widget-area .widget_block:first-child {
  margin-top: 0px;
}
.widget-area .widget:last-child,
.widget-area .widget_block:last-child {
  margin-bottom: 0px;
}
.widget-area .widget ul,
.widget-area .widget_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area .widget ul li,
.widget-area .widget_block ul li {
  margin-bottom: 6px;
}
.widget-area .widget ul li:last-child,
.widget-area .widget_block ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.widget-area .widget ul li a,
.widget-area .widget_block ul li a {
  color: #001a4b;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
}
.widget-area .widget ul li a:hover,
.widget-area .widget_block ul li a:hover {
  color: #54cdd5;
}
.widget-area .widget ul li .post-date,
.widget-area .widget_block ul li .post-date {
  display: block;
  font-size: 15px;
  color: #54cdd5;
}
.widget-area .widget ul li .children,
.widget-area .widget ul li .sub-menu,
.widget-area .widget_block ul li .children,
.widget-area .widget_block ul li .sub-menu {
  margin-left: 20px;
  margin-top: 7px;
}
.widget-area .widget ul li .children li,
.widget-area .widget ul li .sub-menu li,
.widget-area .widget_block ul li .children li,
.widget-area .widget_block ul li .sub-menu li {
  position: relative;
}
.widget-area .widget ul li .children li:before,
.widget-area .widget ul li .sub-menu li:before,
.widget-area .widget_block ul li .children li:before,
.widget-area .widget_block ul li .sub-menu li:before {
  content: "\e649";
  font-family: "themify";
  font-size: 12px;
  position: absolute;
  left: -20px;
  top: 2px;
}
.widget-area .widget select,
.widget-area .widget_block select {
  max-width: 100%;
}
.widget-area .widget span.rss-date,
.widget-area .widget_block 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: #54cdd5;
}
.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-title,
.wp-block-group__inner-container h2 {
  font-size: 24px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}
.widget-title:after,
.wp-block-group__inner-container h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: #54cdd5;
}

footer .widget {
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
  /* Make sure select elements fit in widgets. */
}
footer .widget:first-child {
  margin-top: 0px;
}
footer .widget:last-child {
  margin-bottom: 0px;
}
footer .widget a {
  color: #fff;
}
footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .widget ul li {
  margin-bottom: 10px;
}
footer .widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
footer .widget ul li a {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
}
footer .widget ul li a:hover {
  color: #54cdd5;
}
footer .widget ul li .post-date {
  display: block;
  font-size: 15px;
  color: #54cdd5;
}
footer .widget ul li .children,
footer .widget ul li .sub-menu {
  margin-left: 20px;
  margin-top: 15px;
}
footer .widget ul li .children li,
footer .widget ul li .sub-menu li {
  position: relative;
}
footer .widget ul li .children li:before,
footer .widget ul li .sub-menu li:before {
  content: "\e649";
  font-family: "themify";
  font-size: 12px;
  position: absolute;
  left: -20px;
  top: 2px;
}
footer .widget select {
  max-width: 100%;
}
footer .widget span.rss-date {
  font-size: 14px;
  color: #9ba5b9;
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
}
footer .widget a.rsswidget {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
footer .widget .widget_recent_entries li {
  margin-bottom: 20px;
}
footer .widget .widget_recent_entries li:last-child {
  margin-bottom: 0px;
}
footer .widget .widget_recent_entries ul {
  list-style: none;
  padding: 0;
}
footer .widget .widget_recent_entries ul a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  font-weight: 500;
  color: #fff;
}
footer .widget .widget_recent_entries ul a:hover {
  color: #54cdd5;
}
footer .widget .widget_recent_entries ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
footer .widget .widget_recent_entries ul span.post-date {
  font-size: 15px;
  margin-top: 8px;
  display: block;
}
footer .widget .table,
footer .widget th,
footer .widget td {
  padding: 0px;
}

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;
  color: #54cdd5;
}
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;
}

body .mfp-arrow:hover, body .mfp-arrow:active, body .mfp-arrow:focus {
  box-shadow: none;
}

.cta-sdebar {
  padding: 70px 35px;
  text-align: center;
  position: relative;
  background-size: cover;
  color: #fff;
}
.cta-sdebar .cta-content {
  position: relative;
  z-index: 1;
}
.cta-sdebar .cta-icon {
  font-size: 90px;
  margin-bottom: 50px;
  display: block;
  margin-top: 20px;
}
.cta-sdebar .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.sticky .blog-title a:before, .sticky h2 a:before {
  content: "\e6dd";
  font-family: "themify";
  margin-right: 10px;
}

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

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

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

.page-numbers li, .page-links a, .page-links .current {
  height: 30px;
  width: 30px;
  background: #eaeaea;
  border-radius: 2px;
  display: inline-block;
  margin: 0 2px;
  color: #001a4b;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.page-links .current {
  color: #fff;
  background: #54cdd5;
}

a.tag-cloud-link {
  padding: 5px 10px;
  background: #54cdd5;
  color: #fff;
  margin: 2px;
  margin-bottom: 5px;
  border-radius: 5px;
  display: inline-block;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# 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: #001a4b;
  border-radius: 3px;
  padding: 5px 10px;
  letter-spacing: 1px;
}
a.comment-reply-link:hover {
  background: #54cdd5;
  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: 40px;
  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: #001a4b;
  font-size: 12px;
}

.comment-item .hero-content > p {
  line-height: 28px;
  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 {
  font-size: 26px;
  color: #001a4b;
  margin-bottom: 15px;
  position: relative;
}
.comment-reply-title a {
  font-size: 70%;
  font-weight: normal;
  margin-left: 10px;
}
.comment-reply-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

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

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

/*--------------------------------------------------------------
# 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: #f4fcff;
  color: #80a9b5;
  font-size: 15px;
}
.top-header .text {
  line-height: 47px;
}
.top-header .text a {
  color: #54cdd5;
  text-decoration: underline;
  font-weight: 600;
}

.top-header .list-inline-item {
  margin-right: 35px;
  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 .list-inline-item:hover {
  background: #4ac5ce;
}
.top-header .top-social-link .list-inline-item:hover i {
  color: #fff;
}
.top-header .top-social-link a {
  width: 35px;
  display: block;
  text-align: center;
  padding: 10px 0px;
}
.top-header .top-social-link a span {
  color: #80a9b5;
  margin-right: 0;
}

.middle-header {
  background: #e1fcff;
  color: #001a4b;
}
.middle-header a.navbar-brand {
  padding: 10px 20px;
  background: #fff;
  position: relative;
  top: -24px;
  width: 230px;
  display: block;
}
.middle-header .menu-content {
  margin-top: 18px;
}
.middle-header .m-title {
  font-size: 14px;
  line-height: 22px;
}
.middle-header .m-text {
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  line-height: 22px;
}
.middle-header .m-icon {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 15px;
  font-size: 20px;
  background-color: #54cdd5;
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  color: #fff;
}

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

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

.searchform .form-control {
  padding-left: 20px;
}
.searchform .btn {
  padding: 15px 30px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.blog .site-content,
.single-post .site-content,
.single .site-content,
.archive .site-content,
.search .site-content,
.page-template-default .site-content {
  padding: 100px 0px;
}
.blog .site-content article,
.single-post .site-content article,
.single .site-content article,
.archive .site-content article,
.search .site-content article,
.page-template-default .site-content article {
  overflow: hidden;
}

.blog-single article {
  background: #f4fcff;
  margin-top: -35px;
  overflow: hidden;
}

.blog-list {
  margin-bottom: 50px;
}
.blog-list .child-wrapper {
  background: #f4fcff;
  padding: 35px;
  margin-top: -51px;
}
.blog-list .cix-blog-featured-image {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.blog-list p {
  margin-bottom: 25px;
}
.blog-list .post-cat {
  margin-top: -55px;
  margin-left: 0px;
  margin-bottom: 25px;
}
.blog-list .post-cat a {
  display: inline-block;
  padding: 3px 15px;
  margin-bottom: 8px;
}
.blog-list a.btn.btn-primary:before {
  content: "\e628";
  font-family: "themify";
  margin-right: 8px;
  font-size: 12px;
  font-weight: bold;
}

.blog-single .post-cat a {
  margin-bottom: 8px;
  display: inline-block;
  padding: 2px 15px;
  margin-right: 5px;
}

.blog-grid {
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
}
.blog-grid:hover .cix-featured-image img {
  transform: scale(1);
}
.blog-grid h2 {
  font-size: 22px;
  line-height: 33px;
}
.blog-grid h2 a {
  color: #001a4b;
}
.blog-grid .post-cat {
  margin-top: -58px;
  margin-bottom: 20px;
  margin-left: -8px;
}
.blog-grid .post-cat a {
  margin-bottom: 8px;
  display: inline-block;
  padding: 2px 20px;
  margin-right: 5px;
}
.blog-grid .post-cat a:hover {
  color: #fff;
}
.blog-grid .posted-on {
  display: block;
  font-size: 12px;
}
.blog-grid .posted-on i {
  margin-right: 6px;
}

.entry-meta {
  font-size: 14px;
  margin-bottom: 20px;
}
.entry-meta .list-inline-item {
  margin-right: 30px;
}
.entry-meta i {
  margin-right: 7px;
}
.entry-meta a {
  color: #001a4b;
}
.entry-meta a:hover {
  color: #54cdd5;
}

.cix-blog-featured-image {
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 5px;
}
.cix-blog-featured-image img {
  border-radius: 5px;
  width: 100%;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.cix-blog-featured-image:hover img {
  transform: scale(1);
  width: 100%;
}

.cix-featured-image-single img {
  width: 100%;
}

.cix-featured-image {
  margin-right: -30px;
  margin-left: -30px;
  margin-top: -30px;
  margin-bottom: 40px;
  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%;
  }
}
/*--------------------------------------------------------------
# Pagination Style
--------------------------------------------------------------*/
.cix-pagination {
  margin-top: 50px;
  margin-bottom: 0px;
}
.cix-pagination .next-btn a,
.cix-pagination .next-btn .page-link,
.cix-pagination .prev-btn a,
.cix-pagination .prev-btn .page-link {
  color: #54cdd5;
  padding: 15px 16px;
  border-radius: 50%;
}
.cix-pagination .next-btn a i:before,
.cix-pagination .next-btn .page-link i:before,
.cix-pagination .prev-btn a i:before,
.cix-pagination .prev-btn .page-link i:before {
  font-weight: bolder;
}
.cix-pagination .page-item:first-child .page-link,
.cix-pagination .page-item:last-child .page-link {
  border-radius: 50%;
  border: none;
}
.cix-pagination a,
.cix-pagination .page-link {
  padding: 15px 20px;
  border-radius: 50%;
  color: #001a4b;
  background-color: #f4fcff;
  border: none;
  font-weight: 600;
  font-size: 18px;
  margin: 0px 5px;
  font-family: "Ubuntu", sans-serif;
}
.cix-pagination a:hover,
.cix-pagination .page-link:hover {
  background: #54cdd5;
  color: #fff;
}
.cix-pagination .spa-link,
.cix-pagination .spa-item {
  background: transparent;
  pointer-events: none;
  padding: 19px 0px;
}
.cix-pagination .active a,
.cix-pagination .active .page-link {
  color: #fff;
  background-color: #54cdd5;
}

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

.ci-tags-wrapper {
  padding: 10px 20px;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.ci-tags-wrapper i {
  margin-right: 7px;
  color: #54cdd5;
}
.ci-tags-wrapper a {
  padding: 5px 12px;
  background: #f4fcff;
  color: #001a4b;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px;
}
.ci-tags-wrapper a:hover {
  color: #54cdd5;
}

/*--------------------------------------------------------------
# 404 Style
--------------------------------------------------------------*/
.section-404 {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.section-404 .heading-404 {
  font-family: "Roboto", sans-serif;
}
.section-404 .overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

.site-footer {
  background-color: #001337;
  color: #fff;
}
.site-footer > .container {
  margin-bottom: 70px;
  margin-top: 100px;
}
.site-footer a {
  color: #fff;
}
.site-footer .brand-logo {
  margin-top: -15px;
}
.site-footer .widget-title {
  color: #fff;
}
.site-footer .site-info {
  background: #02102d;
  padding: 20px 15px;
  text-align: center;
  font-size: 14px;
  color: #dedede;
}
.site-footer .site-info a {
  color: #54cdd5;
}
.site-footer .site-info a:hover {
  color: #16b6c0;
}
.site-footer .site-info p {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Team Page Style
--------------------------------------------------------------*/
.team-single .team-info-box {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.team-single .team-info-box li {
  margin-bottom: 15px;
}
.team-single .team-info-box li i {
  width: 30px;
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-single .team-position {
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.skrillbar-section {
  background: #f7faff;
  margin-top: 50px;
  padding: 100px 0px;
}
.skrillbar-section h2 {
  font-size: 50px;
}
.skrillbar-section h5 {
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skrillbar-section .progress-bar {
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  box-shadow: 0px 3px 6px 0px rgba(26, 183, 194, 0.2);
}
.skrillbar-section .progress {
  height: 8px;
}

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

.awrad-box {
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px 30px;
  text-align: center;
}
.awrad-box .icon-box {
  width: 70px;
  height: 70px;
  font-size: 30px;
  line-height: 70px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  border-radius: 50px;
  color: #fff;
}
.awrad-box h3 {
  font-size: 20px;
}

.award-box-2 {
  margin-top: 45px;
}

.team-single-social-links {
  margin-top: 40px;
}
.team-single-social-links a {
  box-shadow: 0px 4px 10px 0px rgba(22, 42, 51, 0.2);
  border-radius: 50px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  display: block;
  font-size: 1.25rem;
  text-align: center;
  margin-right: 5px;
}
.team-single-social-links a:hover {
  box-shadow: 0px 8px 16px 0px rgba(22, 42, 51, 0.2);
}

.medixer-pagination-single {
  background: #fff;
  padding: 30px 50px;
  margin-top: 40px;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
}
.medixer-pagination-single .post-navigation .post-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  font-weight: 500;
}
.medixer-pagination-single .post-navigation a .meta-nav {
  font-size: 14px;
}
.medixer-pagination-single .post-navigation .nav-links:after {
  content: "\e68e";
  font-family: "themify";
  width: 50px;
  position: absolute;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  right: 50%;
  margin-right: -25px;
  color: #fff;
  background-color: #54cdd5;
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
}
.medixer-pagination-single .post-navigation .nav-previous:after {
  display: none;
}

/*--------------------------------------------------------------
# Fw-service Style
--------------------------------------------------------------*/
.fw-service-single {
  background: #fff;
}
.fw-service-single .service-feature-img {
  margin-right: -50px;
  margin-left: -50px;
}
.fw-service-single article {
  padding: 50px;
  padding-top: 0px;
  margin-top: 0px;
}

.single-fw-service,
.single-fw-portfolio {
  background: #fff;
}
.single-fw-service .widget-area .widget,
.single-fw-portfolio .widget-area .widget {
  background: #f4fcff;
}
.single-fw-service .widget-area h5,
.single-fw-portfolio .widget-area h5 {
  margin-bottom: 15px;
  font-size: 24px;
}
.single-fw-service .widget-area .searchform .form-control,
.single-fw-portfolio .widget-area .searchform .form-control {
  border-color: #fff;
}
.single-fw-service .nice-select,
.single-fw-portfolio .nice-select {
  width: 100% !important;
  padding-left: 40px;
}
.single-fw-service label.doct,
.single-fw-portfolio label.doct {
  margin-top: -6px;
}

/*--------------------------------------------------------------
# Breadcrumb Style
--------------------------------------------------------------*/
.breadcrumb-section {
  background: #e6efff;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 80px 0px;
  color: #001a4b;
  position: relative;
}
.breadcrumb-section h1 {
  font-size: 50px;
  color: #001a4b;
  margin: 20px 0;
}
.breadcrumb-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.breadcumb-list {
  margin-bottom: 0;
  margin-left: 28px;
  position: relative;
  display: inline-block;
}
.breadcumb-list:before {
  position: absolute;
  content: "\e69b";
  font-family: "themify";
  left: -28px;
  top: -1px;
}
.breadcumb-list li {
  float: left;
}
.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 {
  color: #001a4b;
}
.breadcumb-list a:visited,
.breadcumb-list .last-item:visited,
.breadcumb-list .bc-icon > span:visited {
  color: #001a4b;
}
.breadcumb-list a:hover,
.breadcumb-list .last-item:hover,
.breadcumb-list .bc-icon > span:hover {
  color: #54cdd5;
}
.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 {
  color: #001a4b;
}
.breadcumb-list a:focus,
.breadcumb-list .last-item:focus,
.breadcumb-list .bc-icon > span: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 {
  outline: 0;
}

.wp-block-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.has-large-font-size {
  line-height: normal;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}

.wp-block-latest-comments {
  padding-top: 20px;
  padding-left: 0px;
}
.wp-block-latest-comments article {
  box-shadow: none;
  margin-top: 0px;
  overflow: visible;
}
.wp-block-latest-comments article p:last-child {
  margin-bottom: 15px;
}

.wp-block-categories.wp-block-categories-dropdown {
  margin-bottom: 15px;
}

ul.wp-block-archives.extraclass.wp-block-archives-list {
  padding-left: 25px;
}
ul.wp-block-archives.extraclass.wp-block-archives-list li {
  margin-bottom: 7px;
}

.wp-block-archives.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Plugin Shortcode Style
--------------------------------------------------------------*/
.elementor-cix-blog-grid .blog-title {
  margin-top: 0px;
}
.elementor-cix-blog-grid .blog-title a {
  color: #001a4b;
}
.elementor-cix-blog-grid .blog-title a:hover {
  color: #54cdd5;
}
.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 .post-cat {
  margin-bottom: 0px;
}

.elementor-cix-blog-grid-inside-image .cix-featured-image {
  margin: 0;
  transform: scale(1);
}
.elementor-cix-blog-grid-inside-image .cix-featured-image img {
  margin: 0;
  transform: scale(1);
}
.elementor-cix-blog-grid-inside-image .blog-grid {
  position: relative;
  padding: 0px;
  box-shadow: none;
}
.elementor-cix-blog-grid-inside-image .blog-grid:after {
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.elementor-cix-blog-grid-inside-image .blog-grid:hover .cix-featured-image img {
  transform: scale(1.1);
}
.elementor-cix-blog-grid-inside-image .blog-grid .post-cat {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding-left: 0px;
}
.elementor-cix-blog-grid-inside-image .blog-grid .post-cat a {
  margin-bottom: 15px;
  letter-spacing: 1px;
  background: #54cdd5;
  color: #fff;
}
.elementor-cix-blog-grid-inside-image .blog-grid h2 {
  font-size: 20px;
  line-height: 28px;
  padding: 0 25px;
}
.elementor-cix-blog-grid-inside-image .blog-grid h2 a {
  color: #fff;
}
.elementor-cix-blog-grid-inside-image .blog-grid .grid-blog-content {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
.elementor-cix-blog-grid-inside-image .blog-grid a.btn.btn-link {
  margin-left: 12px;
  color: #fff;
  margin-top: 10px;
  transition: 0.3s;
}
.elementor-cix-blog-grid-inside-image .blog-grid a.btn.btn-link:hover {
  text-decoration: none;
  color: #54cdd5;
  margin-left: 14px;
}
.elementor-cix-blog-grid-inside-image .blog-grid a.btn.btn-link:before {
  content: "\e628";
  font-family: "themify";
  margin-right: 8px;
  font-size: 12px;
}

.elementor-cix-blog-grid-style-2 .blog-grid h2 a:hover {
  color: #54cdd5;
}
.elementor-cix-blog-grid-style-2 .blog-grid .entry-meta {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.elementor-cix-blog-grid-style-2 .blog-grid .entry-meta .post-cat {
  margin: 0;
  padding-left: 0px;
}
.elementor-cix-blog-grid-style-2 .blog-grid .entry-meta .post-cat a {
  padding: 3px 12px;
  margin-bottom: 0;
}

.event-list {
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-bottom: 30px;
}
.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;
}
.event-list .event-date {
  background: #54cdd5;
  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: #54cdd5;
  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;
}

.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: #54cdd5;
}
.team-member h5 {
  font-size: 15px;
}
.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: #54cdd5;
}

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

.widget-area .widget_fw_posttype ul,
footer .widget_fw_posttype ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.widget-area .widget_fw_posttype ul li,
footer .widget_fw_posttype ul li {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}
.widget-area .widget_fw_posttype ul li:last-child,
footer .widget_fw_posttype ul li:last-child {
  margin-bottom: 0px;
}
.widget-area .widget_fw_posttype ul li .image-container,
footer .widget_fw_posttype ul li .image-container {
  width: 75px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.widget-area .widget_fw_posttype ul li .image-container img,
footer .widget_fw_posttype ul li .image-container img {
  border-radius: 5px;
}
.widget-area .widget_fw_posttype ul li .item-content,
footer .widget_fw_posttype ul li .item-content {
  display: inline;
}
.widget-area .widget_fw_posttype ul li .item-title,
footer .widget_fw_posttype ul li .item-title {
  display: block;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
}
.widget-area .widget_fw_posttype ul li .item-title:hover,
footer .widget_fw_posttype ul li .item-title:hover {
  color: #54cdd5;
}
.widget-area .widget_fw_posttype ul li .post-date,
footer .widget_fw_posttype ul li .post-date {
  display: block;
  font-size: 12px;
  color: #aba6a6;
}

.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 {
  font-size: 18px;
}
.widget_fw_aboutus .social-links ul li a:hover {
  color: #54cdd5;
}

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

.priceing-table {
  padding: 30px;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #e6efff;
}
.priceing-table img.table-image {
  width: 90px;
  margin-top: 30px;
}
.priceing-table .table-price-amount {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}
.priceing-table .table-price-amount .value {
  font-size: 70px;
}
.priceing-table .table-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.priceing-table .popular {
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  font-size: 15px;
  padding-left: 10px;
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 39px;
  padding-right: 20px !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.priceing-table ul {
  list-style: none;
  margin-bottom: 20px;
}
.priceing-table ul li {
  padding: 10px 0px;
  font-family: "Ubuntu", sans-serif;
}
.priceing-table ul li:last-child {
  border-bottom: none;
}
.priceing-table .btn {
  padding: 15px 45px;
  position: absolute;
  left: 50%;
  min-width: 180px;
  transform: translateX(-50%);
  bottom: -25px;
  font-family: "Ubuntu", sans-serif;
}
.priceing-table .btn:hover {
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
}

.div-popular {
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  margin: -30px;
  background: #fff;
  z-index: 1;
  position: relative;
  border: 2px solid transparent;
  padding: 60px;
}

.ci-icon-section {
  text-align: center;
}
.ci-icon-section .box-icon {
  font-size: 70px;
  margin-bottom: 35px;
}
.ci-icon-section .box-title {
  margin-bottom: 15px;
}

.elementor-ci-service-post .service-grid {
  padding: 40px;
  border: 2px solid #e6efff;
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s;
}
.elementor-ci-service-post .service-grid:hover {
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  border: 2px solid transparent;
}
.elementor-ci-service-post .service-grid:hover .icon {
  top: 15px;
  right: 15px;
}
.elementor-ci-service-post .service-grid span.icon {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  display: block;
}
.elementor-ci-service-post .service-grid .blog-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.elementor-ci-service-post .service-grid a {
  color: #001a4b;
}
.elementor-ci-service-post .blog-grid {
  transition: 0.3s;
  border: 2px solid #d4dded;
}
.elementor-ci-service-post .blog-grid:hover {
  border: 2px solid transparent;
}
.elementor-ci-service-post .blog-grid p {
  position: relative;
}
.elementor-ci-service-post .blog-grid span.number {
  position: absolute;
  bottom: 100px;
  right: 35px;
  font-weight: 600;
  color: #f6f9ff;
  font-size: 150px;
  font-family: "Ubuntu", sans-serif;
}
.elementor-ci-service-post .blog-grid .cix-featured-image {
  margin-right: -32px;
  margin-left: -32px;
  margin-top: -32px;
}
.elementor-ci-service-post .blog-grid .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 200px;
  z-index: 1;
  right: 45px;
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
}
.elementor-ci-service-post .blog-grid h2 {
  margin-bottom: 20px;
}
.elementor-ci-service-post .blog-grid .read-more {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  color: #001a4b;
}
.elementor-ci-service-post .blog-grid .read-more:hover {
  color: #54cdd5;
}

.elementor-ci-service-post-style-2 .service-grid {
  padding: 40px;
  border: 2px solid #e6efff;
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s;
}
.elementor-ci-service-post-style-2 .service-grid:hover {
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  border: 2px solid transparent;
}
.elementor-ci-service-post-style-2 .service-grid span.icon {
  width: 90px;
  min-height: 100px;
  margin: 0 auto;
  margin-bottom: 25px;
  transition: 0.3s;
  display: block;
  position: relative;
}
.elementor-ci-service-post-style-2 .service-grid .blog-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.elementor-ci-service-post-style-2 .service-grid .read-more {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #001a4b;
  font-size: 15px;
}
.elementor-ci-service-post-style-2 .service-grid .read-more::after {
  content: "\e661";
  font-family: "themify";
  margin-left: 5px;
  font-size: 12px;
}
.elementor-ci-service-post-style-2 .service-grid .read-more:hover {
  color: #16b6c0;
}
.elementor-ci-service-post-style-2 .blog-grid {
  transition: 0.3s;
  border: 2px solid #d4dded;
}
.elementor-ci-service-post-style-2 .blog-grid:hover {
  border: 2px solid transparent;
}
.elementor-ci-service-post-style-2 .blog-grid p {
  position: relative;
}
.elementor-ci-service-post-style-2 .blog-grid span.number {
  position: absolute;
  bottom: 100px;
  right: 35px;
  font-weight: 600;
  color: #f6f9ff;
  font-size: 150px;
  font-family: "Ubuntu", sans-serif;
}
.elementor-ci-service-post-style-2 .blog-grid .cix-featured-image {
  margin-right: -32px;
  margin-left: -32px;
  margin-top: -32px;
}
.elementor-ci-service-post-style-2 .blog-grid .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 200px;
  z-index: 1;
  right: 45px;
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
}
.elementor-ci-service-post-style-2 .blog-grid h2 {
  margin-bottom: 20px;
}
.elementor-ci-service-post-style-2 .blog-grid .read-more {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  color: #001a4b;
}
.elementor-ci-service-post-style-2 .blog-grid .read-more:hover {
  color: #54cdd5;
}

.elementor-ci-service-post-style-3 .service-grid {
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s;
  text-align: left;
}
.elementor-ci-service-post-style-3 .service-grid .service-sort-info {
  min-height: 225px;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
  padding: 25px;
}
.elementor-ci-service-post-style-3 .service-grid .service-sort-info .blog-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.elementor-ci-service-post-style-3 .service-grid .service-sort-info .read-more {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #001a4b;
  font-size: 15px;
}
.elementor-ci-service-post-style-3 .service-grid .service-sort-info .read-more::after {
  content: "\e661";
  font-family: "themify";
  margin-left: 5px;
  font-size: 12px;
}
.elementor-ci-service-post-style-3 .service-grid .service-sort-info .read-more:hover {
  color: #16b6c0;
}
.elementor-ci-service-post-style-3 .blog-grid {
  transition: 0.3s;
  border: 2px solid #d4dded;
}
.elementor-ci-service-post-style-3 .blog-grid:hover {
  border: 2px solid transparent;
}
.elementor-ci-service-post-style-3 .blog-grid p {
  position: relative;
}
.elementor-ci-service-post-style-3 .blog-grid .cix-featured-image {
  margin-right: -32px;
  margin-left: -32px;
  margin-top: -32px;
}
.elementor-ci-service-post-style-3 .blog-grid h2 {
  margin-bottom: 20px;
}
.elementor-ci-service-post-style-3 .blog-grid .read-more {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  color: #001a4b;
}
.elementor-ci-service-post-style-3 .blog-grid .read-more:hover {
  color: #54cdd5;
}

.elementor-ci-portfolio-post .blog-grid {
  position: relative;
  transition: 0.3s;
  border: 2px solid #ebf3fd;
}
.elementor-ci-portfolio-post .blog-grid:hover {
  border: 2px solid transparent;
}
.elementor-ci-portfolio-post .blog-grid p {
  position: relative;
}
.elementor-ci-portfolio-post .blog-grid span.number {
  position: absolute;
  bottom: 22px;
  right: -7px;
  font-weight: 600;
  color: #ebf3fd;
  font-size: 100px;
  font-family: "Ubuntu", sans-serif;
}
.elementor-ci-portfolio-post .blog-grid .cix-featured-image {
  margin-right: -32px;
  margin-left: -32px;
  margin-top: -32px;
}
.elementor-ci-portfolio-post .blog-grid h2 {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.elementor-ci-portfolio-post .blog-grid .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 95px;
  z-index: 1;
  right: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
}

.portfolio-info-box {
  padding: 0px 30px !important;
}
.portfolio-info-box li {
  border-bottom: 2px solid #f4fcff;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  font-size: 18px;
}
.portfolio-info-box li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0px !important;
}
.portfolio-info-box li i {
  margin-right: 6px;
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.portfolio-info-box li strong {
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}
.portfolio-info-box li span {
  margin-top: 5px;
}

.no-opcity {
  opacity: 0;
}

.ci-slider-next,
.ci-slider-prev {
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 60px;
  cursor: pointer;
  z-index: 1;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.ci-slider-next {
  right: 20px;
}

.ci-slider-prev {
  left: 20px;
}

.ci-hero-slider {
  z-index: 1;
  font-family: "Roboto", sans-serif;
}
.ci-hero-slider .container {
  padding-top: 150px;
  padding-bottom: 170px;
  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;
  font-size: 70px;
}
.ci-hero-slider .btn {
  border-radius: 5px;
  padding: 13px 40px;
  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;
}

.ci-logo-carousel .item {
  margin: 0 15px;
  opacity: 0.8;
  transition: 0.3s;
}
.ci-logo-carousel .item:hover {
  opacity: 1;
}
.ci-logo-carousel .item:focus {
  outline: none;
}
.ci-logo-carousel .slick-arrow {
  font-size: 22px;
}
.ci-logo-carousel .slick-dots {
  bottom: -60px;
}
.ci-logo-carousel .slick-dots li button:hover {
  background: transparent;
}
.ci-logo-carousel .slick-dots li button:before {
  font-size: 0px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
}
.ci-logo-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
}

.ci-testimonial-carousel {
  position: relative;
}
.ci-testimonial-carousel .item {
  background: #fff;
  margin: 0 10px;
  padding: 30px;
  padding-top: 70px;
  border-radius: 5px;
  margin-top: 48px;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
}
.ci-testimonial-carousel .image {
  position: absolute;
  top: 0px;
  padding: 6px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.1);
}
.ci-testimonial-carousel .image img {
  border-radius: 3px;
}
.ci-testimonial-carousel .hero-info {
  position: relative;
}
.ci-testimonial-carousel .hero-info .hero-name {
  margin-right: 15px;
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
}
.ci-testimonial-carousel .hero-info .hero-title {
  font-weight: 500;
  letter-spacing: 1px;
  color: #54cdd5;
  font-size: 15px;
}
.ci-testimonial-carousel .hero-info:after {
  font-family: Flaticon;
  content: "\f119";
  position: absolute;
  right: 0;
  font-size: 100px;
  top: -40px;
  opacity: 0.2;
  color: #54cdd5;
}
.ci-testimonial-carousel .slick-dots {
  bottom: -60px;
}
.ci-testimonial-carousel .slick-dots li button:hover {
  background: transparent;
}
.ci-testimonial-carousel .slick-dots li button:before {
  font-size: 0px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
}
.ci-testimonial-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
}
.ci-testimonial-carousel .testimonial-s2 {
  padding: 50px 40px;
  position: relative;
  background-color: #f8fbff;
}
.ci-testimonial-carousel .testimonial-s2 .quote-icon {
  position: absolute;
  top: 45px;
  right: 50px;
  font-size: 60px;
  color: #54cdd5;
}
.ci-testimonial-carousel .testimonial-s2 .rating-star {
  margin-bottom: 40px;
}
.ci-testimonial-carousel .testimonial-s2 .rating-star ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ci-testimonial-carousel .testimonial-s2 .rating-star ul li {
  float: left;
  margin-right: 2px;
}
.ci-testimonial-carousel .testimonial-s2 .rating-star .fa-star {
  color: #f7b500;
}
.ci-testimonial-carousel .testimonial-s2 .admin-info {
  display: flex;
  margin-top: 20px;
}
.ci-testimonial-carousel .testimonial-s2 .admin-info .admin-image {
  border-radius: 50px;
  display: block;
  overflow: hidden;
}
.ci-testimonial-carousel .testimonial-s2 .admin-info .admin-content {
  margin-left: 20px;
  margin-top: 14px;
  align-items: center;
  /* display: flex; */
}
.ci-testimonial-carousel .testimonial-s2 .admin-info h3.admin-name {
  font-size: 22px;
}
.ci-testimonial-carousel .testimonial-s2 .admin-info .admin-title {
  font-size: 15px;
  color: #54cdd5;
  font-weight: 500;
}

ul.ci-busniess-class {
  list-style: none;
  padding: 0;
}
ul.ci-busniess-class li {
  display: block;
  margin: 10px 0px;
}
ul.ci-busniess-class li .bh-day {
  text-align: left;
  font-size: 14px;
  float: left;
}
ul.ci-busniess-class li .bh-time {
  font-size: 14px;
  text-align: right;
}

.ci-cf7-wrapper .wpcf7-select {
  width: 100%;
  padding-left: 40px;
}
.ci-cf7-wrapper .form-item-btn.doct {
  top: 6px;
}

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

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

.elementor-ci-team-post .each-team-member {
  margin-bottom: 30px;
}
.elementor-ci-team-post .each-team-member:hover {
  transition: 0.2s;
}
.elementor-ci-team-post .each-team-member:hover .ci-team-wrapper {
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  color: #fff;
}
.elementor-ci-team-post .each-team-member:hover .post-cat a {
  background: #fff;
  color: #001a4b;
  transition: none;
  cursor: pointer;
}
.elementor-ci-team-post .each-team-member:hover h3 a,
.elementor-ci-team-post .each-team-member:hover .km {
  color: #fff;
  cursor: pointer;
}
.elementor-ci-team-post .each-team-member:hover ul.team-single-social-links {
  margin-top: -305px;
  opacity: 1;
}
.elementor-ci-team-post .each-team-member:hover ul.team-single-social-links li {
  cursor: pointer;
}
.elementor-ci-team-post .ci-team-wrapper {
  background: #f8fcff;
  padding-top: 285px;
  margin-top: -270px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  display: block;
}
.elementor-ci-team-post .post-cat {
  margin-left: 35px;
}
.elementor-ci-team-post h3 {
  font-size: 24px;
}
.elementor-ci-team-post h3 a {
  color: #001a4b;
}
.elementor-ci-team-post .km {
  color: #001a4b;
}
.elementor-ci-team-post .km span {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}
.elementor-ci-team-post .team-overley {
  position: relative;
  margin: 0 auto;
  width: 320px;
  display: block;
}
.elementor-ci-team-post ul.team-single-social-links {
  padding: 0;
  opacity: 0;
  transition: all 0.2s ease;
  list-style: none;
  position: absolute;
  z-index: 1;
  right: 50px;
  margin-top: -280px;
}
.elementor-ci-team-post ul.team-single-social-links a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  font-size: 1rem;
  text-align: center;
  margin-right: 5px;
  background: #fff;
  margin-top: 15px;
}
.elementor-ci-team-post ul.team-single-social-links a:hover {
  background-color: #54cdd5;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.1450980392) 0%, rgba(20, 181, 192, 0) 100%);
  color: #fff;
}

.nice-select ul.list li {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# 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 */
.admin-bar .cix-sidemenu {
  margin-top: 45px;
}

.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.navbar-brand {
  background: #f1f6ff;
  width: 100%;
}
.cix-sidemenu a {
  display: block;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
}
.cix-sidemenu a:hover,
.cix-sidemenu button:hover,
.cix-sidemenu .current-menu-parent > button,
.cix-sidemenu .active a {
  color: #54cdd5;
  box-shadow: none;
}
.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: 10px 30px;
  text-align: left;
  background: transparent;
  border: 0;
  font-family: "Roboto", sans-serif;
}
.cix-sidemenu-submenu button:hover {
  color: #54cdd5;
}
.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);
}

/*--------------------------------------------------------------
# Responsive CSS
--------------------------------------------------------------*/
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1269px) {
  .elementor-ci-team-post .team-overley {
    width: 100%;
  }
}
/* 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) {
  .ci-hero-slider .container {
    padding: 100px 20px;
  }
  .elementor-ci-team-post .team-overley {
    width: 100%;
  }
  .fw-service-single article {
    padding: 20px;
    padding-top: 0px;
    margin-top: 0px;
  }
  .fw-service-single .pl-50 {
    padding: 15px;
  }
  .fw-service-single .service-feature-img {
    margin-right: -20px;
    margin-left: -20px;
  }
  .widget-area .widget:first-child {
    margin-top: 40px;
  }
  .medixer-pagination-single {
    margin-bottom: 50px;
  }
  .breadcumb-list {
    margin-left: 0px;
  }
  .breadcumb-list:before {
    display: none;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  footer .widget-title {
    margin-top: 40px;
  }
}
/* 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) {
  .blog .site-content,
  .single-post .site-content,
  .single .site-content,
  .archive .site-content,
  .search .site-content,
  .page-template-default .site-content {
    padding: 60px 0px;
  }
  .site-footer > .container:first-child {
    margin: 60px auto;
    width: 70%;
  }
  .fw-service-single article {
    padding: 20px;
    padding-top: 0px;
    margin-top: 0px;
  }
  .fw-service-single .service-feature-img {
    margin-right: -20px;
    margin-left: -20px;
  }
}
/* 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) {
  .calendar_wrap td {
    padding: 2px;
  }
  .comments-area {
    padding-top: 15px;
  }
  .comments-area .comment-item {
    margin-top: 30px;
  }
  .comments-area .comment-item .hero-image {
    float: none;
    display: block;
  }
  .comments-area .comment-item .hero-content {
    padding-left: 0;
    margin-top: 15px;
  }
  .comments-area .comment-item .hero-content .reply-btn {
    position: static;
    margin-top: 5px;
    display: block;
  }
  .comments-area .comment-item .hero-content .reply-btn a {
    border: 2px solid #54cdd5;
  }
  .entry-meta {
    margin-bottom: 5px !important;
    margin-top: 10px;
  }
  .entry-meta .list-inline-item {
    margin-right: 8px;
  }
  .blog-list .child-wrapper {
    padding: 20px;
  }
  .blog-list .post-cat {
    margin-top: -40px;
    margin-bottom: 10px;
  }
  .blog-single .post-cat {
    margin-left: 20px;
  }
  .medixer-pagination-single .post-navigation .nav-links:after {
    display: none;
  }
  .mb-50 {
    margin-bottom: 20px;
  }
  .blog-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .blog-single .post-cat {
    margin-top: -15px;
    margin-bottom: 8px;
    padding: 0px;
  }
  .blog-single .post-cat:first-child {
    margin-left: 20px;
  }
  .blog-single .post-cat a {
    padding: 0px 10px;
  }
  .pl-50 {
    padding-left: 15px;
  }
  .content-area .grid:last-child .blog-grid {
    margin-bottom: 0px;
  }
  .blog-single article {
    padding: 20px;
  }
  .single-entry-title {
    font-size: 26px;
  }
  .display-4 {
    font-size: 32px;
  }
  .team-single .team-info-box li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    margin-bottom: 15px;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous,
  .comment-navigation .post-title,
  .posts-navigation .post-title,
  .post-navigation .post-title,
  .post-navigation .nav-next .post-title,
  .post-navigation .nav-next {
    width: 100%;
    float: left;
    text-align: left;
  }
  .site-footer > .container {
    margin: 30px 0px;
    margin-bottom: 20px;
  }
  .breadcrumb-section h1 {
    font-size: 32px;
    max-width: 100%;
  }
  .breadcumb-list {
    margin-left: 0px;
  }
  .blog .site-content,
  .single-post .site-content,
  .single .site-content,
  .archive .site-content,
  .search .site-content,
  .page-template-default .site-content {
    padding: 50px 0px;
  }
  .breadcrumb-section,
  .skrillbar-section {
    padding: 50px 0px;
  }
  .skrillbar-section h5 {
    margin-top: 50px;
  }
  .cix-pagination .page-link,
  .cix-pagination .active .page-link {
    padding: 8px 13px;
    font-size: 14px;
    border: none;
  }
  .cix-pagination .next-btn .page-link,
  .cix-pagination .prev-btn .page-link,
  .cix-pagination .next-btn a,
  .cix-pagination .prev-btn a {
    background: transparent;
    padding: 8px 13px;
  }
  .wp-block-latest-comments article,
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
  .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    padding: 0px;
    margin: 0px !important;
  }
}/*# sourceMappingURL=style.css.map */