/*
Theme Name: studefly Entreprise
Theme URI: https://studefly.com
Author: studefly
Author URI: https://studefly.com
Description: studefly official WordPress of studefly.com. A theme based on studefly, a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 1.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: studefly
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Media Queries
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

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

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
}

body {
}

a {
  text-decoration: none;
}

a:visited {
}

a:focus {
  outline: thin dotted;
}

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

a:hover {
  text-decoration: underline;
}

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

address {
  font-style: italic;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}


code,
kbd,
pre,
samp {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
}

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px; /* Don't cut off the webkit search cancel button */
  width: 270px;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

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

hr {
  background: url(images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
  clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
  content: "";
  display: table;
}

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Images */
img {
  max-width: 100%;
}

img {
  height: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/* Body Typography */
p {
  margin: 0 0 10px;
  line-height: 1.6;
}

blockquote {
  text-align: center;
  background: #fff9f5;
  padding: 20px 40px;
  margin: 0;
  position: relative;
}

blockquote::before, blockquote::after {
  position: absolute;
  content: "\f114";
  font-family: themegrill-icons;
  display: block;
  top: 10px;
  left: 20px;
}

blockquote::after {
  content: "\f115";
  top: auto;
  left: auto;
  right: 20px;
  bottom: 10px;
}

blockquote cite {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  margin-top: 20px;
}

blockquote cite::before {
  content: "";
  background-color: #363b40;
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

code {
  background-color: #f1f3f5;
  padding: 0.125em 0.25em;
}

pre {
  background-color: #f8f9fa;
  padding: 20px;
}

.entry-content {
  line-height: 1.8;
}

.entry-content p {
  line-height: inherit;
}

/* Input */

textarea {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #16181a;
  border: 1px solid #dee2e6;
  padding: 15px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #51585f;
  outline: none;
  border-color: #343a40;
}

select {
  border: 1px solid #dee2e6;
}

/* Button */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #007bff;
  border-color: #dbdbdb;
  border: none;
  border-width: 1px;
  color: #ffffff;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(.5em - 1px);
  padding: 0.7rem 1rem;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #007bff;
  color: #fff;
}

.button:hover::after,
button:hover::after,
input[type="button"]:hover::after,
input[type="reset"]:hover::after,
input[type="submit"]:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.button-arrow::after {
  content: "\f103";
  font-family: themegrill-icons;
  display: inline-block;
  font-size: 8px;
  margin-left: 10px;
  -webkit-transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.wp-block-button.is-style-fill .wp-block-button__link {
  text-decoration: none;
  color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #000000;
  text-decoration: none;
}

/* Comments */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comments-area .comment-list .comment-meta {
  position: relative;
  margin-bottom: 10px;
  min-height: 60px;
}

.comments-area .comment-list .comment-meta .comment-author img.avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
}

.comments-area .comment-list .comment-meta .comment-author .says {
  display: none;
}

.comments-area .comment-list .comment-meta .fn,
.comments-area .comment-list .comment-meta .comment-metadata,
.comments-area .comment-list .comment-meta .comment-awaiting-moderation {
  margin-left: 80px;
}

.comments-area .comment-list .comment-meta .fn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.comments-area .comment-list .comment-meta .comment-metadata {
  margin-bottom: 3px;
}

.comments-area .comment-list .comment-meta .comment-metadata a {
  color: #868e96;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}

.comments-area .comment-list .comment-meta .comment-awaiting-moderation {
  color: #868e96;
  font-size: 12px;
  font-weight: 400;
}

.comments-area .comment-list .comment-body {
  border-bottom: 1px solid #f1f3f5;
  padding: 40px 0;
}

.comments-area .comment-list .comment-body .reply {
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
}

.comments-area .comment-list .comment-body .reply a::before {
  content: "\f117";
  font-family: themegrill-icons;
  display: inline-block;
  font-size: 8px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 1px;
}

.comments-area .comment-list .comment-body .comment-content {
  margin-bottom: 20px;
}

.comments-area .comment-list .children {
  list-style-type: none;
}

.comments-area .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comments-area .comment-form .comment-notes {
  margin-bottom: 30px;
}

.comments-area .comment-form label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.comments-area .comment-form p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p input[type="email"],
.comments-area .comment-form p input[type="url"] {
  width: 100%;
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.comments-area .comment-form .comment-form-author input,
.comments-area .comment-form .comment-form-email input {
  width: 100%;
}

.comments-area .comment-form .form-submit {
  text-align: right;
  margin-top: 30px;
}

.comments-area .comment-form .form-submit button.submit {
  padding: 20px 25px;
  font-size: 14px;
}

.comments-title,
.comment-reply-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

/* Auther Box */
.tg-author-box {
  margin-top: 100px;
  padding: 40px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #343a40;
  border-bottom: 2px solid #343a40;
}

.tg-author-box .tg-author__avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.tg-author-box .tg-author__avatar img {
  border-radius: 100%;
}

.tg-author-box .tg-author-info {
  padding-left: 40px;
}

.tg-author-box .tg-author__name {
  margin: 0 0 20px;
}

.tg-author-box .tg-author__bio {
  margin-bottom: 15px;
}

.tg-author-box .tg-author-meta {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tg-author-box .tg-author__website {
  padding-right: 10px;
}

.tg-author-box .tg-author__website a {
  color: #007bff;
}

.tg-author-box .tg-author__website a:hover {
  color: #363b40;
}

/* Search */
.search-form label {
  position: relative;
}

.search-form label::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  display: block;
  content: "\f002";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 14px;
  color: #adb5bd;
}

.search-form .search-field {
  -webkit-appearance: textarea;
  font-size: 14px;
  color: #adb5bd;
}

.search-form .search-field::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
}

.search-form .search-field:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
}

.search-form .search-field::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
}

.search-form .search-field::placeholder {
  color: inherit;
  font-size: inherit;
}

/* Widget */
.widget {
  margin: 0 0 30px;
  /* Make sure select elements fit in widgets. */
}

.widget ul {
  margin: 0 0 0 15px;
  line-height: 1.6;
}

.widget ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.widget ul li a {
  display: block;
  text-decoration: none;
}

.widget ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

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

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

.widget .widget-title {
  font-size: 14px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  color: #16181a;
}

.widget .widget-title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #007bff;
  left: calc(100% + 10px);
  top: calc(50% - 1px);
}

/* Search Widget */
.widget_search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget_search label {
  width: 100%;
}

.widget_search .search-field,
.widget_search .search-submit {
  padding: 10px;
}

.widget_search .search-submit {
  display: block;
  font-size: 12px;
}

.widget_search .search-field {
  width: 100%;
}

.tg_widget_recent_posts ul,
.tg-post-ribbon ul {
  margin: 0;
}

.tg_widget_recent_posts ul li,
.tg-post-ribbon ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tg_widget_recent_posts ul li:hover,
.tg-post-ribbon ul li:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tg_widget_recent_posts ul li a:hover,
.tg-post-ribbon ul li a:hover {
  -webkit-transform: none;
  transform: none;
}

.tg_widget_recent_posts ul li .tg-post-thumbnail,
.tg-post-ribbon ul li .tg-post-thumbnail {
  padding-right: 20px;
}

.tg_widget_recent_posts ul li .tg-post-thumbnail img,
.tg-post-ribbon ul li .tg-post-thumbnail img {
  max-width: 70px;
}

.tg_widget_recent_posts ul li .tg-post-info a,
.tg-post-ribbon ul li .tg-post-info a {
  font-size: 14px;
  font-weight: 700;
}

.tg_widget_recent_posts ul li .tg-post-info .post-date,
.tg-post-ribbon ul li .tg-post-info .post-date {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
  color: #868e96;
}

.tg-post-ribbon {
  background-color: #f7f7f7;
  padding: 40px 0 30px;
}

.tg-post-ribbon ul {
  margin: 0 -10px;
}

.tg-post-ribbon ul li {
  padding-right: 10px;
  padding-left: 10px;
  width: 25%;
  margin-bottom: 10px;
}

.tg-post-ribbon ul li .tg-post-info .tg-post-title {
  margin-bottom: 10px;
  display: block;
}

.widget_calendar caption {
  margin-bottom: 1.5em;
}

.widget_calendar table th,
.widget_calendar table td {
  padding: 10px;
}

.widget_recent_comments ul li {
  color: #868e96;
}

.widget_media_gallery .gallery-item {
  margin: 0;
}

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

table th,
table td,
table .wp-block-table th,
table .wp-block-table td {
  text-align: left;
  border: 1px solid #e9ecef;
  padding: 1em;
}

.entry-content table a {
  text-decoration: none;
  color: #363b40;
}

.entry-content table a:hover {
  color: #01b6f4;
}

.archive .archive-header {
  background-color: #dee2e6;
  padding: 40px 0;
  position: relative;
}

.archive .archive-header .page-title {
  margin: 0;
  font-size: 2.25rem;
}

.archive .archive-header .archive-description {
  margin-top: 10px;
  font-size: 14px;
  color: #f8f9fa;
}

.archive .archive-header .archive-description p {
  margin-bottom: 0;
}

/* Error Page */
.error404 #primary {
  width: 100%;
}

.error404 .error-img {
  margin: 0 auto 50px;
  max-width: 500px;
}

.error404 .error-404 {
  text-align: center;
  padding: 5rem 1rem;
}

.error404 .page-title {
  font-size: 2.25rem;
  margin: 0 0 20px;
}

.error404 .page-content p {
  color: #adb5bd;
  font-size: 1.125rem;
  font-weight: 500;
}

.error404 .page-content a {
  text-decoration: none;
}

.error404 .error-404__search .search-form {
  margin-top: 30px;
  position: relative;
  max-width: 481px;
  margin: 0 auto;
}

.error404 .error-404__search .search-form label {
  display: block;
}

.error404 .error-404__search .search-form label input {
  width: 100%;
  padding-right: 6rem;
}

.error404 .error-404__search .search-form .search-submit {
  top: 0;
  position: absolute;
  height: 100%;
  right: 0;
}

/* Posts and Pages */
img {
  margin-bottom: 0;
}

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

.page-links {
  clear: both;
}

.hentry {
  margin-bottom: 80px;
  line-height: 1.6;
}

.entry-thumbnail {
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
  background-color: #000;
}

.entry-thumbnail img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
}

.entry-thumbnail .post-thumbnail__letter {
  position: absolute;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  font-size: 7.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.entry-thumbnail:hover img {
  opacity: 0.6;
}

.entry-thumbnail:hover .post-thumbnail__letter {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cat-links .cat-seperator {
  margin: 0 5px;
}

.tg-top-cat .cat-links {
  font-size: 12px;
}

.tg-top-cat .cat-links a {
  text-transform: uppercase;
  display: inline-block;
  color: #3298dc;
}

.tg-top-cat .cat-links a:hover {
  color: #363b40;
}

.entry-content {
  margin-bottom: 18px;
}

.entry-title {
  margin: 0 0 10px;
  font-size: 62px !important;
}

.entry-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .cat-links {
  letter-spacing: 1px;
  cursor: pointer;
}

.entry-meta a {
  color: #3298dc;
}

.entry-meta a:hover {
  color: #363b40;
}

.entry-meta .posted-on {
  position: relative;
  padding-left: 3.75rem;
}

.entry-meta .posted-on::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #3298dc;
  left: 10px;
  top: calc(50% - 1px);
}

.entry-footer {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .edit-link {
  display: block;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
  margin-bottom: 1.25rem;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
  display: inline-block;
  margin: 0 5px 5px;
}

.entry-footer .cat-links a:first-child,
.entry-footer .tags-links a:first-child {
  margin-left: 1.25rem;
}

.entry-footer .cat-links a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  background-color: #3298dc;
  color: #fff;
}

.entry-footer .cat-links a:hover {
  background-color: #363b40;
}

.tg-readmore-link {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
}

.tg-readmore-link::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  top: calc(50% - 1px);
  width: 30px;
  height: 1px;
  background-color: #212529;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.tg-readmore-link:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tg-readmore-link:hover::before {
  background-color: #3298dc;
}

/* Single Page */
.single .hentry .entry-thumbnail {
  margin-bottom: 1.25rem;
  background-color: transparent;
}

.single .hentry .entry-thumbnail img {
  margin-bottom: 0;
}

.single .hentry .tg-top-cat {
  margin-bottom: 10px;
}

.single .hentry .entry-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.single .hentry .entry-meta {
  margin-bottom: 40px;
}

.single .hentry .entry-meta a {
  color: #363b40;
}

.single .hentry .entry-meta a:hover {
  color: #3298dc;
}

.single .hentry .entry-meta .posted-on::before {
  background-color: #363b40;
}

.single .hentry .entry-content {
  margin-bottom: 70px;
}

/* Page template */
.post-template-cover #primary {
  width: 100%;
}

.post-template-cover .hentry:not(.has-post-thumbnail) .entry-header {
  min-height: 500px;
}

.post-template-cover .entry-thumbnail--template {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-template-cover .entry-thumbnail--template::before, .post-template-cover .entry-thumbnail--template::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 9;
  position: absolute;
}

.post-template-cover .entry-thumbnail--template::after {
  bottom: auto;
  top: 0;
}

.post-template-cover .entry-thumbnail--template .entry-info {
  z-index: 999;
  text-align: center;
  margin: 0 auto;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat {
  margin-bottom: 10px;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat .cat-links a {
  color: #fff;
  background-color: #16181a;
  padding: 10px;
  text-transform: uppercase;
  margin: 0 5px;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat .cat-links a:hover {
  background-color: #3298dc;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat .cat-links .cat-seperator {
  display: none;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-title {
  color: #fff;
  font-size: 2.5rem;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-meta {
  margin-bottom: 0;
  font-size: 14px;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-meta a {
  color: #fff;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-meta .posted-on::before {
  background-color: #fff;
}

.post-template-cover .entry-header--cover {
  position: relative;
  text-align: center;
  background-color: #868e96;
  margin-bottom: 60px;
}

.post-template-cover .entry-header--cover .entry-thumbnail {
  padding-bottom: 80px;
}

.post-template-cover .entry-center-content {
  width: calc(100% - 200px);
  margin: 0 auto;
}

.post-template-cover .tg-author-box {
  margin-bottom: 80px;
}

.post-template-cover .hentry {
  margin-bottom: 0;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin-bottom: 60px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1rem 0 1rem;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 50%;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
  transition: transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
  transition: transform 0.45s cubic-bezier(0.79, 1, 0.92, 1), -webkit-transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  font-size: 1.313rem;
  font-weight: 500;
  color: #333;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  color: #333;
  text-decoration: none;
}

.comment-navigation .nav-previous .nav-links__label,
.comment-navigation .nav-next .nav-links__label,
.posts-navigation .nav-previous .nav-links__label,
.posts-navigation .nav-next .nav-links__label,
.post-navigation .nav-previous .nav-links__label,
.post-navigation .nav-next .nav-links__label {
  display: block;
  height: 1.25rem;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
  transition: transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
  transition: transform 0.35s cubic-bezier(0.55, 1, 0.22, 1), -webkit-transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
  margin-bottom: 5px;
}

.comment-navigation .nav-previous .nav-links__label::before, .comment-navigation .nav-previous .nav-links__label::after,
.comment-navigation .nav-next .nav-links__label::before,
.comment-navigation .nav-next .nav-links__label::after,
.posts-navigation .nav-previous .nav-links__label::before,
.posts-navigation .nav-previous .nav-links__label::after,
.posts-navigation .nav-next .nav-links__label::before,
.posts-navigation .nav-next .nav-links__label::after,
.post-navigation .nav-previous .nav-links__label::before,
.post-navigation .nav-previous .nav-links__label::after,
.post-navigation .nav-next .nav-links__label::before,
.post-navigation .nav-next .nav-links__label::after {
  content: "";
  font-family: themegrill-icons;
  display: inline-block;
  font-size: 8px;
  -webkit-transition: font-size 0.35s cubic-bezier(0.55, 1, 0.22, 1);
  transition: font-size 0.35s cubic-bezier(0.55, 1, 0.22, 1);
}

.comment-navigation .nav-previous:hover .nav-links__label::before, .comment-navigation .nav-previous:hover .nav-links__label::after,
.comment-navigation .nav-next:hover .nav-links__label::before,
.comment-navigation .nav-next:hover .nav-links__label::after,
.posts-navigation .nav-previous:hover .nav-links__label::before,
.posts-navigation .nav-previous:hover .nav-links__label::after,
.posts-navigation .nav-next:hover .nav-links__label::before,
.posts-navigation .nav-next:hover .nav-links__label::after,
.post-navigation .nav-previous:hover .nav-links__label::before,
.post-navigation .nav-previous:hover .nav-links__label::after,
.post-navigation .nav-next:hover .nav-links__label::before,
.post-navigation .nav-next:hover .nav-links__label::after {
  font-size: 0;
}

.comment-navigation .nav-previous .nav-links__label::before,
.posts-navigation .nav-previous .nav-links__label::before,
.post-navigation .nav-previous .nav-links__label::before {
  content: "\f060" /*rtl:"\f103"*/;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 10px;
}

.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.comment-navigation .nav-previous:hover .nav-links__label,
.posts-navigation .nav-previous:hover .nav-links__label,
.post-navigation .nav-previous:hover .nav-links__label {
  -webkit-transform: translateX(-1.25rem);
  transform: translateX(-1.25rem);
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
  margin-left: auto;
}

.comment-navigation .nav-next .nav-links__label::after,
.posts-navigation .nav-next .nav-links__label::after,
.post-navigation .nav-next .nav-links__label::after {
  content: "\f061" /*rtl:"\f102"*/;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-left: 10px;
}

.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.comment-navigation .nav-next:hover .nav-links__label,
.posts-navigation .nav-next:hover .nav-links__label,
.post-navigation .nav-next:hover .nav-links__label {
  -webkit-transform: translateX(1.25rem);
  transform: translateX(1.25rem);
}

@media screen and (max-width: 991.98px) {
  .comment-navigation .nav-next a,
  .comment-navigation .nav-previous a,
  .posts-navigation .nav-next a,
  .posts-navigation .nav-previous a,
  .post-navigation .nav-next a,
  .post-navigation .nav-previous a {
    font-size: 14px;
  }
  .comment-navigation .nav-next .nav-links__label,
  .comment-navigation .nav-previous .nav-links__label,
  .posts-navigation .nav-next .nav-links__label,
  .posts-navigation .nav-previous .nav-links__label,
  .post-navigation .nav-next .nav-links__label,
  .post-navigation .nav-previous .nav-links__label {
    font-size: 11px;
  }
  .comments-area .comment-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comments-area .comment-form .comment-form-author,
  .comments-area .comment-form .comment-form-email {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .comments-title,
  .comment-reply-title {
    line-height: 1.3;
  }
}

/* Navigation */
#navbar {
  z-index: 3;
  width: 100%;
}

#navbar ul {
  line-height: 2;
  position: relative;
}

#navbar ul li {
  display: inline-block;
}

#navbar ul li a {
  display: block;
  margin: 0;
  padding: 0 1rem;
  color: #333;
  font-weight: 500;
  font-size: 1rem;
}

#navbar ul li a:last-child {
  padding: 0 0 0 1rem;
}

#navbar ul li.current_page_item a {
  color: #007bff;
}

/* Active link */
#navbar ul li a:hover {
  color: #007bff;
}










/**
 * 3.0 Basic Structure studefly
 * ----------------------------------------------------------------------------
 */
   
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.1/font/bootstrap-icons.css");


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    font-size: 1rem;
    overflow-x: hidden !important;
    font-family: 'Inter', sans-serif !important;
   }
  body {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem;
    overflow: hidden !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    text-decoration: none !important;
  }

  .blue-text{
    color: #005598;
  }
  h1 {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
  }
  
  p {
    font-weight: 200 !important;
    font-size: 21px !important;
  }

 /***********************Header***********************/
 #header {
  background: linear-gradient(90deg, rgba(0, 85, 152, 0.3) 0%, rgba(167, 139, 249, 0.11) 100%) !important;
  background-image: radial-gradient(ellipse at top left, rgba(0, 85, 152, 0.32) 0%, rgba(0, 85, 152, 0) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
 #header .navbar .navbar-brand img {
  max-width: 100%;
  width: 100px;
  max-height: 100%;
 }
 #header .navbar.sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(0, 85, 152, 0.48);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 20 !important;
}
#header .navbar.sticky .menu-item a {
  color: #FFF;
}
 #menu-menu-1 {
  align-items: center;
 }

 #menu-menu-1 li{
  /* margin: 1rem 0 !important; */
 }
 #menu-menu-1 .sub-menu li{
	margin: 0 !important;
 }
 #header .navbar a {
  font-size: 0.9rem;
  margin: 0 1rem 1rem 1rem;
 }
 #header a.navbar-brand {
  margin: 0 ;
 }
 #header .navbar .menu-item a{
  color: #212529;
 }
 #header .navbar .menu-item-58,
 #header .navbar .menu-item-84 {
  position: relative;
  z-index: 10;
 }
 #header .navbar .sub-menu{
  display: none;
  position: absolute;
  list-style: none;
  display: none;
  padding: 1rem;
  margin: 0;
  background-color: #FFF;
  min-width: 180px;
  z-index: 20;
  font-size: 0.9rem;
  border-radius: 10px;
  border-color: #dbdbdb;
 }
 #header .navbar .menu-item-58:hover .sub-menu,
 #header .navbar .menu-item-84:hover .sub-menu {
  display: block !important;
 }
 #header .navbar.sticky .sub-menu a {
  color: #212529;
  margin-left: 0;
 }
 #header .navbar .sub-menu a {
  line-height: 30px;
  margin-left: 0;
 }
 
 #header .navbar .menu-item-26 {
  background: #005598;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
 }
 header .navbar .menu-item-26 a {
  color: #fff !important;
  text-align: center;
 }
#banner {
  background: linear-gradient(90deg, rgba(0, 85, 152, 0.3) 0%, rgba(167, 139, 249, 0.11) 100%) !important;
  background-image: radial-gradient(ellipse at top left, rgba(0, 85, 152, 0.32) 0%, rgba(0, 85, 152, 0) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
#banner .hero h1 {
  font-weight: 600 !important;
  margin-bottom: 1rem;
}
.page-template-pack #banner .hero h1 > span {
  line-height: 2;
}
.page-template-pack #banner .hero h1{
  line-height: 0;
}
#banner .hero h1 > span {
  color: #005598;
  border-radius: 25px;
}
#banner .hero p {
  font-weight: 200;
  font-size: 20px;
  margin-bottom: 2rem;
  z-index: 10;
}
#banner .hero .btn-banner {
  background: #005598;
  padding: 0.8rem 2rem;
  color: #fff;
  font-weight: 400;
  border-radius: 50px;
}
#banner .hero .img-banner {
  position: relative;
}
#banner .run-banner {
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #EAC400;
  border-radius: 50%;
  left: 25%;
  z-index: -1;
}


/***********************Features***********************/
#feature {
  position: relative;
}
#feature .flip-feature {
  margin: 0 auto;
  max-width: 700px;
}
#feature .flip-feature h2{
  font-size: 33px;
}
#feature .flip-feature p {
  font-weight: 300;
  font-size: 21px !important;
  padding-bottom: 3rem;
}
#feature .bg-feature {
  background: #F4F9FF;
  border-top-left-radius: 150px;
}
#feature .box {
  padding: 1.8rem 2rem;
  border: 1px solid #e2e2e2;
  border-radius: 25px;
  background: #fff;
}
#feature .img-box {
  background:#EEF9FF;
  border-radius: 25px;
}
#feature .img-box-2 {
  background:#F0EEFF;
  border-radius: 25px;
}
#feature .img-box-3 {
  background:#eac300c1;
  border-radius: 25px;
}
#feature .img-box-4 {
  background:#FFEEF1;
  border-radius: 25px;
}
#feature .content-box h3{
  font-weight: 600;
  font-size: 22px;
}
#feature .content-box p {
  font-weight: 300;
  font-size: 21px;
}
#feature .content-box a,
.feature-content-one a {
  font-weight: 500;
  font-size: 0.8rem;
  color: #242525;
}
#feature .bg-row-feature::after{
  position: absolute;
  content: "";
  left: 20%;
  width: 82%;
  height: 70vh;
  top: 30%;
  background: #F4F9FF;
  z-index: -1;
  border-top-left-radius: 150px;
}

/***********************Another Features***********************/
#another-feature {
  position: relative;
}

#another-feature .flip-feature {
  margin: 0 auto;
  max-width: 700px;
}
#another-feature .flip-feature  p{
  font-size: 21px !important;
}

#another-feature .feature-content-one p,
#another-feature .title p{
  font-size: 16px !important;
}
#another-feature .flip-feature {
  background: url('images/rectangle.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
#another-feature .bg-rotate {
  position: relative;
  background-color: #005598;
  height: 430px;
  width: 300px;
  border-radius: 30px;
  margin-left: 4rem;
}

#another-feature .bg-rotate .rotate-img {
  position: absolute;
  background: url(images/statistic.png);
  background-position: center center;
  background-size: cover;
  top: 0;
  right: 80px;
  width: 100%;
  height: 100%;
  z-index: 1; 
}

#another-feature .bg-rotate .rotate-box {
  position: absolute;
  background-color: #fff;
  width: 310px;
  height: 320px;
  top: 12%;
  left: 60%;
  z-index: 1;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#another-feature .bg-rotate .rotate-box .title {
  padding: 0.8rem 1rem 0 ;
}
#another-feature .bg-rotate .rotate-box .title h3 {
  font-weight: 600;
  font-size: 1rem;
}
#another-feature .bg-rotate .rotate-box .title p {
  font-weight: 300;
  font-size: 0.8rem;
}
#another-feature .bg-rotate .rotate-box .title {
  border-bottom: 1px solid #b3b3b3;
}

.barprogress{
  position: relative;
  margin: 4px;
  float:left;
  text-align: center;
}
.baroverflow{ 
  position: relative;
  overflow: hidden;
  width: 180px; height: 90px; 
  margin-bottom: -47px;
}
.bar{
  position: absolute;
  top: 0; 
  left: 0;
  width: 180px; 
  height: 180px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 15px solid #eee;   
  border-bottom-color: #646F79;
  border-right-color: #646F79;
}
.bar-text{
  font-weight:600;
  font-size:20px;
}
.signal i {
  background-color: #0056986c;
  text-align: center;
  padding: 0.4rem 0.5rem;
  border-radius: 50%;
  color: #005598;
}
#another-feature .another-feature-one {
  border-left: 3px solid #005598;
  padding: 0 0 1rem;
  margin-bottom: 3rem;
}
#another-feature .another-feature-one .feature-content-one,
#another-feature .another-feature-two .feature-content-one
 {
  margin-left: 2rem;
}
#another-feature .another-feature-two {
  border-left: 3px solid #EAEAEA;
  padding: 0 0 1rem;
  margin-bottom: 3rem;
}
#another-feature .another-feature-two .feature-content-two {
  margin-left: 2rem;
}
#another-feature h4 {
  font-size: 30px;
}

#bg-step {
  background: linear-gradient(90deg, rgba(0, 85, 152, 0.3) 0%, rgba(167, 139, 249, 0.11) 100%) !important;
  background-image: radial-gradient(ellipse at top left, rgba(0, 85, 152, 0.32) 0%, rgba(0, 85, 152, 0) 100%);
  height: 200px;
}

/********************* Banner ***********************/

#banner-ship {
  background: linear-gradient(to bottom, #F5F5F5 0%, rgba(0, 85, 152, 0.65) 100%);
}
#banner-ship .run-one, #banner-ship .run-two{
  position: relative;
  background: linear-gradient(to bottom, rgba(234, 196, 0, 0.65) 0%, rgba(234, 196, 0, 0) 100%);
  width: 480px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
}
#banner-ship .run-one {
  margin-left: -15rem;
}
#banner-ship .run-two {
  margin-right: -15rem;
}
#banner-ship .run-one .img-run-one {
  position: absolute;
  background: url(images/run-one.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  top: 50px;
  right: 50px;
  height: 60%;
}
#banner-ship .run-two .img-run-two {
  position: absolute;
  background: url(images/run-two.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  top: 67px;
  left: 15px;
  height: 60%;
}
#banner-ship .title {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#banner-ship h2 {
  font-weight: 700;
}
#banner-ship h2 span {
  color: #005598;
}
#banner-ship .btn {
  background: #005598;
  padding: 0.8rem 2rem;
  margin-top: 2rem;
  color: #fff;
  font-weight: 400;
  border-radius: 50px;
}

/*********************** Newsletter ***********************/

#newsletter .block-newsletter {
  position: relative;
  background-color: #F4F9FF;
  padding: 5rem 3rem;
  border-radius: 30px;
}

#newsletter .block-newsletter h3 {
  font-weight: 700;
}
#newsletter .block-newsletter span {
  font-weight: 200;
}
#newsletter .block-newsletter .form-control {
  position: relative;
  width: 470px;
  height: 50px;
  border-radius: 30px;
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#newsletter .block-newsletter .form-control:focus {
  outline: 0;
  box-shadow: none;
}
#newsletter .block-newsletter .btn {
  position: absolute;
  background-color: #005598;
  color: #FFF;
  top: 2px;
  right: 0px;
  border-radius: 30px;
  z-index: 7;
}
#newsletter .block-newsletter .bg-block::after {
  position: absolute;
  content: '';
  background-color: #EAC400;
  padding: 5rem 0;
  height: 100%;
  width: 40%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 86px;
  border-bottom-left-radius: 125px;
  top: 0%;
  right: 0%;
}
#newsletter .newsletter-bg {
  background: url(images/rectangle.png) left bottom no-repeat, url(images/dots.png) right top no-repeat;
  background-size: 110px;
  padding: 2rem;
}

/*********************** Annexes ***********************/

#services .tips-services h3,
#services .tips-services-two h3,
#services .tips-services-three h3,
#services .tips-services-four h3 {
  font-weight: 700;
  font-size: 1.7rem;
}
#services .tips-services ul,
#services .tips-services-two ul,
#services .tips-services-three ul,
#services .tips-services-four ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#services .tips-services ul li,
#services .tips-services-two ul li,
#services .tips-services-three ul li,
#services .tips-services-four ul li {
  font-weight: 400;
  line-height: 40px;
}
#services .tips-services img,
#services .tips-services-two img,
#services .tips-services-three img,
#services .tips-services-four img  {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#services .tips-services-two,
#services .tips-services-four {
  text-align: end;
}

#services img {
  border-radius: 30px !important;
}


/*********************** Post *****************/
#header-post .navbar .navbar-brand img {
  max-width: 80px;
}
#header-post .navbar .nav-link {
font-size: 0.9rem;
margin: 0 1rem 0 0;
}
#header-post .navbar .dropdown-item {
font-size: 0.9rem;
}
#header-post .navbar .btn-cnx {
background: #005598;
color: #fff;
height: 40px;
width: 120px;
text-align: center;
border-radius: 50px;
}
#body-post .line {
  width: 100%;
  height: 1px;
  background-color: #242525;
  margin: 30px auto;
}
#body-post .post-content p {
  text-align: justify;
}
#body-post .info-name p {
  font-weight: 500 !important;
}
#body-post img {
  border-radius: 10px;
}
#body-post .author img{
  max-width: 100%;
  width: 50px !important;
  max-height: 100%;
  border-radius: 50% !important;
  border: 1px solid #EAC400 !important;
}

/*********************** FAQ *****************/
#faq .title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2rem;
}
#faq .title > span {
  color: #EAC400;
}
#faq .accordion .accordion-item .accordion-button {
  background-color: #005598;
  color: #FFF;
  margin-bottom: 1rem;
  border-radius: 0px;
  white-space: normal;
}
#faq .accordion .accordion-item .accordion-button:focus{
  outline: 0 !important;
  box-shadow: none !important;
}
#faq .accordion .accordion-body {
  font-weight: 300;
}

/*********************** About *****************/

#about .about-text h2{
  font-weight: 600 !important;
  margin-bottom: 2rem;
}
#about .abt-img img {
  border-radius: 20px;
}
#teams {
  background-color: #dee2e6;
}
#teams h2 {
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
#teams .team-block {
  position: relative;
  margin-bottom: 2rem;
}
#teams .team-block .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid #ffffff;
  box-shadow: 0 30px 30px rgba(0,0,0,0.40);
  max-width: 300px;
  margin: 0 auto;
  transition: all 500ms ease;
}
#teams .team-block .inner-box .img-box {
  position: relative;
}
#teams .team-block .img-box image {
  position: relative;
  margin-bottom: 0;
}
#teams .team-block .info-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  background-color: rgb(234,196,0,.80);
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform: scale(0, 1);
  transform-origin: right center;
}
#teams .team-block .info-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 40px;
  color: #fff;
}
#teams .team-block .info-box .inner h3 {
  font-weight: 600;
  font-size: 1.2rem;
}
#teams .team-block .info-box .inner span {
  font-weight: 200;
  font-size: 1rem;
}
#teams .team-block .info-box .inner .social li {
  display: inline-block;
}
#teams .team-block .inner-box:hover {
  box-shadow: none;
}
#teams .team-block .inner-box:hover .info-box {
  transform: scale(1, 1);
  transform-origin: left center;
  opacity: 1;
}
#statistic h2 {
  font-weight: 600 !important;
  margin-bottom: 2rem;
  text-align: center;
}
#statistic h3 {
  font-weight: 800;
  font-size: 2.5rem;
  color: #005598;
}
#statistic span {
  font-weight: 300;
  font-size: 1.2rem;
}

/*********************** Login *****************/

#login .bg-login,
#login .bg-register {
  background-color: #DFEEFF;
  height: 100vh;
}
#login .bg-login img {
  display: block;
  max-width: 100%;
  width: 420px;
  max-height: 100%;
  margin: auto;
  top: 50%;
  transform: translateY(40%);
}
#login .bg-register img {
  display: block;
  max-width: 100%;
  width: 620px;
  max-height: 100%;
  margin: auto;
  transform: translateY(45%);
}

#login .bg-formular img {
  max-width: 100%;
  width: 120px;
  max-height: 100%;
}
#login .bg-formular h1 {
  font-weight: 700;
  font-size: 1.5rem !important;
}
#login .bg-formular h1 > span {
  color: #005598;
}
#login .bg-formular form {
  padding: 2rem 4rem;
}
#login .bg-formular .input-group i {
  position: absolute;
  top: 12px;
  left: 95%;
}
#login .bg-formular .form-control {
  border-radius: 7px;
  height: 50px !important;
}
#login .bg-formular .form-control::placeholder {
  font-size: 0.8rem;
}
#login .bg-formular .btn-cnx {
  background-color: #005598;
  color: #FFF;
  padding: 1rem 2rem;
  border-radius: 30px;
}
#login .bg-formular .form-check-input {
  border-color: #EAC400;
}
#login .bg-formular a {
  color: #005598;
}


/*********************** Packages Views *****************/

.stabilise-img2 img{
  margin: -12rem 0;
  width: 85%;
}

#presentation h2{
  font-size: 42px;
}

#presentation p{
  font-size: 20px !important;
  font-weight: 500 !important;
}

#packages h2{
  font-size: 2rem;
  font-weight: 800;
}

#packages .nav span{
  color: #000;
  font-size: 1.3rem;
  font-weight: 800;
}


#packages .nav a{
  margin: 1rem 0;
}

#packages .nav a span:hover,
#packages .nav a span:focus,
#packages .nav a.active span{
  color: #eac402;
  border-bottom: 4px solid;
}

#packages .pack-title {
  color: #EAC400;
}
#packages .pack-price span{
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
}

#packages .content-tab{
  background: #005598;
  padding: 4rem;
  color: #fff;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(0, 85, 152, 0.42)
}
.content-tab ul{
  margin: 1.5rem 0;
  padding: 0;
  list-style-type: none;
  font-weight: 300;
}

.content-tab ul li {
  padding-left: 30px;
  background-image: url('images/check.png');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  color: #fff;
  margin: 1rem 0;
}

.content-tab a {
  background-color: #fff;
  color: #000;
  padding: 10px 30px;
  border-radius: 25px;
}

li span {
  display: inline-block;
  margin-left: 2rem;
}


/*********************** Blog Views ***********************/

#banner.actuality-bg{
  background: url(images/discover-right2.png) left bottom no-repeat, url(images/discover-right3.png) right bottom no-repeat;
  background-size: contain;
}
.actuality-bg img{
  width: 65%;;
}
#blog h3 {
  position: relative;
  font-size: 1.4rem;
}
#blog h2 {
  font-size: 2rem;
  text-align: center;
}
#blog h2 span {
  color: #FFF;
  background-color: #EAC400;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  padding: 0.5rem 0;
}
#blog .post-img img{
  border-top-right-radius: 25px !important;
  border-top-left-radius: 25px !important;
}

.blog-content{
  padding: 2rem 1rem;
  border-radius: 25px;
  border: 1px solid #EAEAEA;
  background: #fff;
  margin: -1.5rem 0px;
  z-index: 5;
  position: relative;
}

.blog-content h2{
  font-size: 22px;
  font-weight: 500;
}

.blog-content p{
  font-size: 16px !important;
  font-weight: 300;
  margin: 2rem 0;
}

.blog-content a{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
}

.blog-content a i{
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: -4px;
  right: -28px;
}


/*********************** Contact ***********************/

/* #banner .contact {
  background: url(images/contact.png) left bottom no-repeat;
  background-size: contain;
} */
#formular .info .phone i,
#formular .info .email i{
  background-color: #EAC400;
  font-size: 2rem;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#formular .info .phone h4,
#formular .info .email h4 {
  margin-top: 2rem;
  font-weight: 300;
  font-size: 1rem;
}
#formular .info .phone {
  margin-bottom: 2rem;
}
#formular .form-label {
  font-weight: 600;
  font-size: 0.9rem;
}
#formular .form-control,
#formular .form-select  {
  border: 1px solid #b3b3b3;
}
#formular .form-select {
  height: 55px;
}
#formular input {
  height: 50px;
}
#formular .form-control:focus,
#formular .form-select:focus {
  outline: 0;
  box-shadow: none;
}
#formular .form-control::placeholder {
  font-size: 0.8rem;
}
#formular .btn {
  background-color: #005598;
  color: #FFF;
  float: right;
  margin-top: 1rem;
  width: 150px;
  border-radius: 30px;
}

/*********************** Footer ***********************/

#footer {
  background: url(images/svg_1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .logo img {
  max-width: 100%;
  width: 100px;
  max-height: 100%;
  margin-top: 1.5rem;
}
#footer .bg-img {
  background: url(images/bg-fig.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  height: 40vh;
}
#footer h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #005598;
  text-transform: uppercase;
  margin-top: 3rem;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
#footer ul li {
  margin-bottom: 1rem;
}
#footer ul li a {
  font-weight: 300;
  font-size: 1rem;
  color: #646F79;
}
#footer ul li a:hover {
  color: #005598;
}
#footer .rs li {
  display: inline-block;
  margin: 0 0.7rem;
}
#footer .rs li a i {
  font-size: 1.3rem;
}


.special-size h1,
.special-size h1 > span{
  font-size: 52px !important;
}

.country-select .country-list{
  width: 470px !important;
  border-radius: 20px;
}

/***********************Formular by Step***********************/

#post-274 .entry-header{
	background-color: #FFF !important;
	padding: 2rem 2.8rem;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 50px;
	text-align: center;
	margin-top: -7rem !important;
}
#post-274 .entry-header h1 {
  font-size: 2rem !important;
}
#formular-step-title .formular-step-title {
  background-color: #FFF !important;
  padding: 4rem 2.8rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50px;
  margin-top: -6rem;
}
.cf7mls-btns .cf7mls_back.action-button,
.cf7mls_back.action-button {
  padding: 0.8rem 1.5rem !important;
  background-color: #005598 !important;
  border-radius: 50px !important;
  color: #fff !important;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  padding: 0.8rem 1.5rem !important;
  background-color: #005598 !important;
  color: #fff !important;
  border-radius: 50px !important;
} 
/*form styles*/
#msform {
  position: relative;
  margin-top: 30px;
}

#msform label {
  font-weight: 600;
  margin-bottom: 0.6rem;
}
/*inputs*/
#msform .form-control, 
#msform .form-select {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif !important;
  color: #2C3E50;
  font-size: 13px;
}

#msform .form-control:focus,
#msform .form-select:focus{
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #005598;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

/*buttons*/
/* #msform .action-button {
width: 200px;
background: #005598;
font-weight: 700;
color: #fff;
border: 0 none;
border-radius: 25px;
cursor: pointer;
padding: 16px 5px;
margin: 10px 5px;
} */

li.cf7mls-steps-item-finish:after {
  background: #eac402 !important;
}


.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li 
.cf7_mls_steps_item_icon, .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li 
.cf7_mls_steps_item_icon {
  left: 43% !important;
}
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:after {
  width: 90% !important;
  left: -65% !important;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs {
  border: 0px !important;
}

.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:before {
  top: 10px !important;
  width: 50px !important;
  height: 50px !important;
}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
  padding: 0.8rem 1.5rem !important;
  background-color: #005598 !important;
  border-radius: 50px !important;
}

.cf7mls_progress_bar li .cf7_mls_count_step {
  font-size: 25px !important;
}

.cf7_mls_steps_item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon {
  top: 10px !important;
}

.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:after {
  top: 25px !important;
}
/**
* Soucription
* ----------------------------------------------------------------------------
*/


#subscribe label {
font-weight: 600;
margin-bottom: 0.6rem;
}
#subscribe .form-control,
#subscribe .form-select {
  height: 45px;
  border: 1px solid #b3b3b3;
}
#subscribe .btn {
  background-color: #005598;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 1rem 3rem;
}


/**
* Forum
* ----------------------------------------------------------------------------
*/

#bbp_search_submit {
  background: #005598 !important;
  padding: 0.8rem 3rem !important;
  border-radius: 50px !important;
  font-weight: 500 !important;
  font-size: 0.8rem !important;
  margin-bottom: 1rem !important;
}
#bbp_search {
  border-radius: 7px !important;
}
.bbp-submit-wrapper .submit {
  background: #005598;
  padding: 0.8rem 3rem;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.8rem;
}
div.bbp-template-notice, div.indicator-hint,
div.bbp-template-notice li, div.bbp-template-notice p {
  background-color: #005598 !important;
  color: #FFF !important;
  padding: 8px 0.6em !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  border-color: transparent !important;
}
#bbpress-forums a {
  color: #000 !important;
}
#bbpress-forums a:hover {
  color: #3298dc !important;
}
#bbpress-forums fieldset.bbp-form {
  border-radius: 7px;
}
#bbpress-forums fieldset.bbp-form input[type=password], 
#bbpress-forums fieldset.bbp-form input[type=text], 
#bbpress-forums fieldset.bbp-form select {
  min-height: 50px;
  margin-top: 0.8rem;
  border-radius: 7px;
}
.wp-editor-container{
  border-radius: 7px;
}

/**
  * Woocommerce
  * ----------------------------------------------------------------------------
  */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #005598 !important;
  border-radius: 50px;
}
.woocommerce table.shop_table{
  border-radius: 7px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  border-radius: 7px;
}
.select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 9px !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background-color: #005598 !important;
  border-radius: 50px;
}

.entry-header{
  text-align: center !important;
}

.country-select ul.country-list{
  border-radius: 20px !important;
}

**
   * Transaction model page search
   * ----------------------------------------------------------------------------
   */
   #statuts input {
    border-radius: 15px !important;
   }
   #statuts button {
    height: 48px !important;
    background: #005598 !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 50px !important;
   }
   #statuts .saw {
    color: #005598;
    text-decoration: underline !important;
   }


   #transaction-result .box-verify {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px
   }
   #transaction-result .box-verify .box-title {
    background-color: #005598;
    color: #fff;
  }
  #transaction-result .box-verify .box-title h4 {
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0;
    font-weight: 300;
  }
  #transaction-result .box-verify .box-content p {
    padding: 1rem 1rem 2rem 1.5rem;
  }
  #transaction-result .box-verify .box-content .btn {
    background: #005598;
    color: #fff;
    padding: 0.5rem 3rem;
    margin: 1rem 0 1rem 0;
    border-radius: 50px;
  }
/**
* 5.3 Media Queries
* ----------------------------------------------------------------------------
*/

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
#menu-menu-1 li{
  margin: 1rem 0;
}
.box-1{
  margin-bottom: 1.5rem;
}
#post-274 .entry-header {
  margin-top: 0rem !important;
}
.country-select .country-list{
  width: 250px !important;
}
.country-select .country-list .country-name, .country-select .country-list .flag {
  font-size: 15px !important;
}
#menu-menu-1 li ul li{
  margin: 0rem 0;
}
#banner{
  padding-bottom: 3.5rem !important;
}
#banner .hero h1 , 
#banner .hero h1 > span{
  font-size: 40px !important;
  line-height: normal;
}


#newsletter .block-newsletter .bg-block::after {
  position: initial;
  content: '';
}

#newsletter .block-newsletter .btn {
  position: initial;
  background-color: #005598;
  color: #FFF;
  z-index: initial;
}

#newsletter .block-newsletter .form-control {
  position: relative;
  width: 100%;
  height: initial;
  margin-top: 1rem;
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#newsletter .block-newsletter {
  padding: 5rem 1rem;
}
#another-feature .bg-rotate .rotate-box {
  width: 260px;
  top: 14%;
  left: 20%;
}

#another-feature .bg-rotate {
  width: 280px !important;
}

/* Packs */
.pack-title{
  margin: 1rem 0;
}
#presentation h2{
  font-size: 2rem;
  margin-bottom: 1rem;
}
#packages .nav{
  text-align: center;
}
#packages .content-tab {
  padding: 2rem;
}

#packages .pack-price span {
  font-size: 2rem;
}

/*  */

#another-feature .py-11{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Annexes */
#banner .run-banner{
  background-color: initial;
}

#services h3{
  margin: 1rem 0;
}
.navbar-toggler {
  background-color: initial;
  border: 1px solid initial;
}

/* Removed Py-11 */

#presentation.py-11,
.page-template-pack  #banner.py-11,
.page-template-front-page  #banner.py-11,
#services.py-11{
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.page-template-pack  #banner .pt-11{
  padding-top: 0 !important;
}
.page-template-front-page  #banner.py-11{
  padding-bottom: 2rem !important;
  padding-top: 0rem !important;
}

.page-template-pack #banner.py-11,
.page-template-pack #banner .py-11,
#packages .py-11{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
#banner .run-banner{
  background-color: initial;
}
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 

}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
}





