/*----------------------------------------
#. Defaults
----------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*Typography*/
body,
button,
input,
select,
textarea {
  color: #282828;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em 20px;
}
blockquote {
  margin: 0 1.5em 20px;
  background: #f5f5f5;
  padding: 24px 20px 30px 30px;
  border-radius: 5px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  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;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*lements*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid #dedede;
  padding: 10px;
}
/*orms*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #ff0000;
  border: medium none;
  color: #fff;
  padding: 5px 20px;
  height: inherit !important;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #505050;
}
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: #ffffff;
  border: 1px solid #ccc;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
/*avigation*/
/*Links*/
a:link,
a:visited {
  color: #003282;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #ff0000;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*ccessibility*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*lignments*/
.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;
}
/*learings*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*idgets*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*ontent*/
/*Posts and pages*/
.sticky {
  display: block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  padding: 20px 0;
}
.page-links a {
  text-decoration: underline;
  font-weight: 500;
}
/*Comments*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*nfinite 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;
}
/*edia*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*Captions*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*Galleries*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
@media (max-width: 992px) {
  .elementor-size-default > br {
    display: none;
  }
}
@media (max-width: 992px) {
  .elementor-icon-list-text > br {
    display: none;
  }
}
@media (max-width: 992px) {
  .elementor-text-editor.elementor-clearfix > br {
    display: none;
  }
}
html {
  width: 100%;
}
body {
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  vertical-align: baseline;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  color: #003282;
  height: auto;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1230px;
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.article-body ol,
.article-body p,
.article-body ul {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.g-0 > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1400px) {
  .row-35 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-35 > [class*="col"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-40 > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row-45 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row-45 > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .row-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-40 > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px 0;
  color: #003282;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #003282;
}
dd,
dt {
  line-height: 1.6;
}
.mt50 {
  margin-top: 30px;
}
.p-r-30 {
  padding-right: 30px !important;
}
h1,
.h1 {
  font-size: 55px;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 46px;
    line-height: 1.4;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
.h2,
h2 {
  font-size: 25px;
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .h2,
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
.h3,
h3 {
  font-size: 23px;
}
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 30px;
  margin-top: 0em;
}
p > img {
  margin: 20px 0;
}
.primary {
  color: #ff0000;
}
.wrapper-area.opt-slideInUp {
  padding-top: 110px;
}
@media only screen and (max-width: 959px) {
  .wrapper-area.opt-slideInUp {
    padding-top: 70px;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #003282;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:visited {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: #ff0000;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: disc;
  line-height: 1.8;
}
.header-nav-main.stick {
  padding: 10px 0;
}
.acurate {
  margin: 0;
  padding: 0;
}
.padding-left {
  padding-left: 0;
}
.padding-right {
  padding-right: 0;
}
.wrapper-area {
  overflow: hidden !important;
  width: 100%;
}
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .section-padding {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding-bottom: 60px;
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.section-padding-top {
  padding-top: 75px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-padding-top {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding-top {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .section-padding-top {
    padding-top: 40px;
  }
}
.section-padding-bottom {
  padding-bottom: 84px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-padding-bottom {
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: 40px;
  }
}
.section-spacing {
  padding: 76px 0 80px;
}
@media only screen and (max-width: 991px) {
  .section-spacing {
    padding: 54px 0 60px;
  }
}
.section-spacing .section-title {
  padding: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section-spacing .section-title {
    margin-bottom: 30px;
  }
}
.no-padding {
  padding: 0px !important;
}
.blog-button {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .blog-button {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-button {
    margin-top: 10px;
  }
}
.btn {
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.blog-post .post-info {
  border: 1px solid #f5f5f5;
  padding: 16px;
}
.entry-meta.post-info.single-blog-post.text-left {
  margin-bottom: 30px;
  margin-top: 15px;
}
.post-info ul {
  text-transform: uppercase;
  margin: 0;
}
.post-info ul li.right {
  float: right;
}
.post-info ul li.right i {
  color: #ff0000;
}
.post-info ul li.right:hover {
  color: #ff0000;
}
.post-info ul li.right a:hover {
  color: #ff0000;
}
.post-info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  color: #ff0000;
  font-size: 18px;
  font-weight: 700;
}
.post-info ul li a {
  color: #ff0000;
}
.post-info ul li i {
  margin-right: 5px;
  color: #ff0000;
}
/*-------------------------------------
1.1 Button style Here 
-------------------------------------*/
.wrapper-area .primary-bg h2 {
  color: #fff !important;
  text-transform: uppercase;
  margin-bottom: 0;
}
.wrapper-area .primary-bg h3 {
  color: #fff;
  margin-bottom: 0;
}
.wrapper-area .primary-bg p {
  color: #fff;
}
.wrapper-area .btn {
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrapper-area .btn:hover {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrapper-area .btn.btn-lg-sec {
  background-color: #003282;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  line-height: 1.6;
  padding: 15px 40px 15px 40px;
  font-size: 16px;
  font-weight: 700;
}
.wrapper-area .btn.btn-lg-sec:hover,
.wrapper-area .btn.btn-lg-sec:active,
.wrapper-area .btn.btn-lg-sec:focus,
.wrapper-area .btn.btn-lg-sec:active {
  outline: none;
  background-color: #ff0000;
  color: #fff;
}
.wrapper-area .btn.btn-lg-primary {
  background-color: #ff0000;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  line-height: 22px;
  padding: 15px 40px 15px 40px;
  font-size: 16px;
  font-weight: 600;
}
.wrapper-area .btn.btn-lg-primary:hover,
.wrapper-area .btn.btn-lg-primary:active,
.wrapper-area .btn.btn-lg-primary:focus,
.wrapper-area .btn.btn-lg-primary:active {
  outline: none;
  background-color: #003282;
  color: #003282;
}
.wrapper-area .btn.btn-lg-light {
  color: #fff;
  background-color: #ff0000;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.6;
  padding: 16px 24px 16px 24px;
  border: none;
  font-size: 16px;
  letter-spacing: 2px;
}
.wrapper-area .btn.btn-lg-light:hover,
.wrapper-area .btn.btn-lg-light:active,
.wrapper-area .btn.btn-lg-light:focus,
.wrapper-area .btn.btn-lg-light:active {
  outline: none;
  background-color: #ff0000;
  color: #fff;
}
@media (max-width: 767px) {
  .wrapper-area .btn.btn-lg-light {
    padding: 15px 16px 14px 16px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .wrapper-area .blog-sidebar-area,
  .wrapper-area .elementor-widget-sidebar {
    margin-top: 50px;
  }
}
.wrapper-area .blog-sidebar-area .lla-info-box .rtin-content h2,
.wrapper-area .elementor-widget-sidebar .lla-info-box .rtin-content h2 {
  font-size: 36px;
}
.wrapper-area .blog-sidebar-area ul,
.wrapper-area .elementor-widget-sidebar ul {
  padding-left: 0;
}
.wrapper-area .blog-sidebar-area h3.widget-title,
.wrapper-area .elementor-widget-sidebar h3.widget-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.wrapper-area .blog-sidebar-area h3.widget-title span.last-word,
.wrapper-area .elementor-widget-sidebar h3.widget-title span.last-word {
  color: #ff0000;
}
.wrapper-area .blog-sidebar-area .widget_search .search-form > label,
.wrapper-area .elementor-widget-sidebar .widget_search .search-form > label {
  width: 100%;
}
.wrapper-area .btn-sm {
  background-color: #ff0000;
  color: #ffffff;
  padding: 15px 30px 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
}
.wrapper-area .btn-sm:hover,
.wrapper-area .btn-sm:active,
.wrapper-area .btn-sm:focus,
.wrapper-area .btn-sm:active {
  outline: none;
  color: #ffffff;
  background-color: #003282;
}
.wrapper-area .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wrapper-area .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
}
.wrapper-area .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label > input {
  width: 50px;
  margin-right: 20px;
  outline: none;
}
.wrapper-area .wpcf7-form label {
  font-weight: 600;
  font-size: 18px;
}
.wrapper-area .wpcf7-form .contact-text-box.enrollment {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrapper-area .wpcf7-form .contact-text-box {
  margin-bottom: 10px;
}
.wrapper-area .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  padding: 0;
  border: none !important;
}
.wrapper-area .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-right: 50px;
  margin-left: 0;
}
.wrapper-area .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  height: 200px;
  padding-top: 20px;
}
.wrapper-area .wpcf7-form .wpcf7-form-control.wpcf7-textarea,
.wrapper-area .wpcf7-form .wpcf7-form-control.wpcf7-text {
  color: #003282;
  font-size: 16px;
  height: 60px;
  padding: 0 0 0 20px;
  text-transform: capitalize;
  font-weight: 400;
  background-color: transparent;
  border: 2px solid #003282;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
}
.wrapper-area .wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus,
.wrapper-area .wpcf7-form .wpcf7-form-control.wpcf7-text:focus {
  box-shadow: none;
}
.wrapper-area .wpcf7-form .wpcf7-submit {
  color: #003282;
  background-color: #AFCFE1;
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  line-height: 22px;
  padding: 15px 60px 15px 60px;
  font-weight: 700;
  border: none;
  width: auto !important;
  height: inherit !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wrapper-area .wpcf7-form .wpcf7-submit:hover,
.wrapper-area .wpcf7-form .wpcf7-submit:active,
.wrapper-area .wpcf7-form .wpcf7-submit:focus,
.wrapper-area .wpcf7-form .wpcf7-submit:active {
  outline: none;
  background-color: #ff0000;
  color: #fff;
}
.wrapper-area .wpcf7-form .wpcf7-submit:hover {
  outline: none;
  background-color: #003282;
  color: #003282;
}
.contact-text-submit .wpcf7-submit {
  border-radius: 5px !important;
  padding: 14px 40px 14px 40px;
  margin-top: 20px;
}
.wrapper-area .affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.wrapper-area .copy-right-area .container-fluid {
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 1199.98px) {
  .wrapper-area .copy-right-area .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .wrapper-area .copy-right-area .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.wrapper-area .footer-area-wrp {
  background-color: #002259;
  background-image: url("../img/footer-banner.jpg");
  padding: 48px 0 0 0;
}
.wrapper-area .footer-area {
  padding-bottom: 48px;
}
.wrapper-area .sn-wrp {
  background-color: #fff;
  padding: 2px;
}
.wrapper-area .sn-wrp input[type="submit"] {
  background-color: #ff0000;
  border: medium none;
  color: #fff;
  padding: 10px 15px;
  height: inherit !important;
  font-weight: 700;
  border-radius: 4px;
  margin-left: -5px;
}
.wrapper-area .sn-wrp input[type="email"] {
  border: none;
  padding-left: 30px;
  background: url("../img/micon.png");
  background-repeat: no-repeat;
  background-position: 6px;
}
@media only screen and (max-width: 767px) {
  .wrapper-area .sn-wrp input[type="email"] {
    width: 127px;
  }
}
.wrapper-area .sn-wrp input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.wrapper-area .sn-wrp input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.wrapper-area .sn-wrp input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.wrapper-area .sn-wrp input:-ms-input-placeholder {
  /* IE */
  color: #ffffff;
}
.wrapper-area .sn-wrp input::-ms-input-placeholder {
  /* IE Edge */
  color: #ffffff;
}
.section-title-wrp {
  margin-bottom: 20px;
}
.section-title-wrp .lla-title {
  margin-bottom: 15px;
  color: #003282;
  position: relative;
  text-transform: uppercase;
  font-size: 23px;
}
@media only screen and (max-width: 460px) {
  .section-title-wrp .lla-title {
    font-size: 18px;
  }
}
.section-title-wrp .divider {
  background-color: #ff0000;
  height: 4px;
  width: 60px;
  position: relative;
}
.section-title-wrp .divider:after {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  width: 20px;
  background-color: #003282;
}
.lla-title span {
  color: #ff0000;
}
.service-single-wrp {
  text-align: center;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 991px) {
  .service-single-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .service-single-wrp {
    margin-bottom: 20px;
  }
}
.service-single-wrp .service-single-mid {
  text-align: center;
  position: relative;
}
.service-single-wrp .service-single-mid:after {
  background-color: rgba(14, 19, 36, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.service-single-wrp .service-single-mid .service-single-overlayer {
  z-index: 2;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
@media (max-width: 991px) {
  .service-single-wrp .service-single-mid .image-box img {
    width: 100%;
  }
}
.service-single-wrp .service-single-mid h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 1199px) {
  .service-single-wrp .service-single-mid h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .service-single-wrp .service-single-mid h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .service-single-wrp .service-single-mid h3 {
    font-size: 26px;
  }
}
.service-single-wrp .service-single-mid h3 a {
  display: block;
  color: #fff;
}
.service-single-wrp .service-single-mid h3 a:hover {
  color: #ff0000;
}
.service-single-wrp .service-single-mid.secndery {
  position: absolute;
  background-color: rgba(0, 50, 130, 0.7);
  width: 100%;
  top: 40%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-single-wrp .service-single-mid.secndery h3 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 991px) {
  .service-single-wrp .service-single-mid.secndery h3 {
    font-size: 24px;
  }
}
.service-single-wrp .service-single-mid.secndery h3 a:hover {
  color: #ff0000;
}
.service-single-wrp .read-more {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.service-single-wrp .read-more:hover {
  color: #003282;
}
.service-single-wrp .read-more i {
  color: #003282;
}
.wpcf7-form .row > .col-md-3 {
  margin-bottom: 20px;
}
.service-single-area {
  overflow: hidden;
  position: relative;
}
.service-single-area h2 a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #ffffff;
}
.service-single-area h2 a:hover {
  color: #003282;
}
.service-single-area .img-box img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.service-single-area .img-box img:hover {
  opacity: .8;
}
.service-single-area h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1199px) {
  .service-single-area h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .service-single-area h2 {
    font-size: 22px;
  }
}
.service-single-area h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
  .service-single-area h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .service-single-area h3 {
    font-size: 26px;
  }
}
.service-single-area .service-single-mid {
  position: relative;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-single-area a.btn-sm {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
@media (max-width: 991px) {
  .service-single-area a.btn-sm {
    font-size: 16px;
    padding: 9;
  }
}
.service-single-area:hover a.btn-sm {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}
.service-single-area:hover .service-single-mid {
  top: 25%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.inner-myblog .inner-myblog-box {
  border: 2px solid #efefef;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 199px) {
  .inner-myblog .inner-myblog-box {
    margin-bottom: 30px;
  }
}
.inner-myblog .inner-myblog-box .img-holder img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.inner-myblog .inner-myblog-box .img-holder img:hover {
  opacity: .8;
}
.inner-myblog .inner-myblog-box .inner-myblog-details {
  background: #ffffff;
  padding: 30px;
  border-bottom: 5px solid #ff0000;
}
.inner-myblog .inner-myblog-box .inner-myblog-details h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .inner-myblog .inner-myblog-box .inner-myblog-details h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .inner-myblog .inner-myblog-box .inner-myblog-details h3 {
    font-size: 20px;
  }
}
.inner-myblog .inner-myblog-box .inner-myblog-details h3 a {
  color: #003282;
}
.inner-myblog .inner-myblog-box .inner-myblog-details h3 a:hover {
  color: #ff0000;
}
.inner-myblog .inner-myblog-box .inner-myblog-details .short_content p {
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767px) {
  .inner-myblog .inner-myblog-box .inner-myblog-details .short_content p {
    line-height: 1.6;
  }
}
.inner-myblog .inner-myblog-box .inner-myblog-details p.hash {
  margin-bottom: 0;
  font-size: 18px;
}
.inner-myblog .inner-myblog-box .inner-myblog-details p.hash .btn-txt {
  color: #ff0000;
  margin: 5px;
  text-decoration: underline;
}
.inner-myblog .inner-myblog-box .inner-myblog-details p.hash .btn-txt:hover {
  color: #003282;
}
.inner-myblog .inner-myblog-box .inner-myblog-details p.date-time-p {
  display: block;
  margin-bottom: 5px;
  color: #ff0000;
  font-size: 15px;
}
.inner-myblog .inner-myblog-box .inner-myblog-details p.date-time-p a:hover {
  color: #003282;
}
.inner-myblog .inner-myblog-box:hover .inner-myblog-details {
  border-bottom: 5px solid #003282;
}
@media only screen and (max-width: 991px) {
  .inner-myblog .col-lg-6.col-md-6:last-child .inner-myblog-box {
    margin-bottom: 0;
  }
}
.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  margin-right: 12px;
  border-right: 1px solid #fff;
  padding-right: 12px;
  margin-top: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-menu ul li:last-child {
  border-right: 0;
}
.footer-menu ul li a {
  color: #ffffff;
}
.footer-menu ul li a:hover {
  color: #ff0000;
}
.right-footer {
  text-align: right;
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 767px) {
  .right-footer {
    text-align: center;
  }
}
.right-footer a.btn-book {
  background-color: #4096ca;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  padding: 7px 20px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .right-footer a.btn-book {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .left-footer {
    text-align: center;
  }
}
.left-footer h3 {
  font-size: 36px;
  color: #ff0000;
}
@media only screen and (max-width: 1199px) {
  .left-footer h3 {
    font-size: 30px;
  }
}
.left-footer h4 {
  font-size: 24px;
  text-transform: uppercase;
}
.page-template-page-full .banner-area {
  padding: 115px 0 120px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  position: relative;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1199px) {
  .page-template-page-full .banner-area {
    padding: 80px 0 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-page-full .banner-area {
    padding: 89px 0 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-full .banner-area {
    padding: 63px 0 50px 0;
  }
}
.page-template-page-full .banner-area .banner {
  position: relative;
  z-index: 9;
}
.page-template-page-full .banner-area h1 {
  font-size: 60px;
  color: #ff0000;
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
  padding: 6px 15px;
}
@media (max-width: 991px) {
  .page-template-page-full .banner-area h1 {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .page-template-page-full .banner-area h1 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.page-template-page-full .banner-area h2 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .page-template-page-full .banner-area h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .page-template-page-full .banner-area h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .page-template-page-full .banner-area h2 {
    font-size: 32px;
  }
}
.page-template-page-full .banner-area .btn-area {
  margin-top: 15px;
}
.page-template-page-full .banner-area .subtitle p {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 0;
}
@media (max-width: 991px) {
  .page-template-page-full .banner-area .subtitle p {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .page-template-page-full .banner-area .subtitle p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-full .banner-area .subtitle p {
    font-size: 24px;
    line-height: 1.3;
  }
}
.banner-area {
  padding: 115px 0 120px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  position: relative;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1199px) {
  .banner-area {
    padding: 80px 0 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-area {
    padding: 70px 0 70px 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-area {
    padding: 60px 0 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area {
    padding: 65px 0 60px 0;
  }
}
.banner-area:after {
  content: " ";
  width: 100%;
  background-color: rgba(45, 99, 172, 0.5);
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  opacity: .9;
}
.banner-area .banner {
  position: relative;
  z-index: 9;
}
.banner-area h1 {
  font-size: 55px;
  color: #FFF;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 991px) {
  .banner-area h1 {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .banner-area h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.banner-area .subtitle p {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  margin: 0;
}
.single-post .banner-area {
  padding: 115px 0 120px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  background-color: rgba(37, 35, 33, 0.8);
  text-align: center;
  background-position: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1199px) {
  .single-post .banner-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .single-post .banner-area {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 991px) {
  .single-post .banner-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .banner-area {
    padding: 50px 0;
  }
}
.single-post .banner-area:after {
  content: " ";
  width: 100%;
  background-color: rgba(45, 99, 172, 0.5);
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  opacity: .9;
}
.single-post .banner-area .banner {
  position: relative;
  z-index: 9;
}
.single-post .banner-area h1 {
  font-size: 55px;
  color: #fff;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 991px) {
  .single-post .banner-area h1 {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .single-post .banner-area h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.single-post .banner-area h1 span {
  color: #ff0000;
}
.single-post .banner-area h2 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .single-post .banner-area h2 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .single-post .banner-area h2 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .single-post .banner-area h2 {
    font-size: 24px;
  }
}
.single-post .banner-area .btn-area {
  margin-top: 15px;
}
.site-content {
  background-color: #f8f8f8;
  padding-top: 40px;
}
.site-content .main-page-content ul {
  margin: 0 0 26px 0px;
}
.site-content .main-page-content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.site-content .main-page-content ul li:before {
  color: #ff0000;
  font-size: 16px;
  line-height: 0.5em;
  margin-right: 0.27em;
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 10px;
}
.breadcrumbs {
  padding: 22px 15px;
  border-top: 1px solid #dad6d8;
  border-bottom: 1px solid #dad6d8;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #010101;
  font-family: 'Roboto', sans-serif;
}
.breadcrumbs .fas.fa-caret-right {
  margin: 0px 8px 0 8px;
  color: #dad6d8;
}
.breadcrumbs a {
  color: #003282;
}
.breadcrumbs a:hover {
  color: #ff0000;
}
.breadcrumbs span {
  font-size: 20px;
  line-height: 1.2;
}
.breadcrumbs .row > span {
  margin-right: 10px;
  font-size: 20px;
}
.breadcrumbs .row > span a {
  color: #003282;
}
.breadcrumbs .row > span a:hover {
  color: #ff0000;
}
.breadcrumbs .fas.fa-arrow-alt-circle-right {
  margin: 0 12px;
  font-size: 20px;
  color: #b6b6b6;
}
.breadcrumbs li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
  color: #ff0000;
}
.breadcrumbs li a {
  color: #ff0000;
}
.breadcrumbs li a:hover {
  color: #003282;
}
.wp-block-table {
  margin-bottom: 30px;
}
blockquote {
  font-size: 22px !important;
  border-radius: 0;
  padding-left: 30px !important;
  margin-bottom: 40px !important;
  background: #ffffff;
  position: relative;
  border-left: 4px solid #ff0000 !important;
  margin-left: 40px !important;
}
blockquote p {
  font-size: 22px !important;
}
.sidebar-main h2.widget-title {
  margin-bottom: 55px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  text-transform: uppercase;
}
.sidebar-main h2.widget-title:after {
  content: " ";
  width: 80%;
  background: #ff0000;
  height: 3px;
  position: absolute;
  bottom: -18px;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .developed-by {
    text-align: center !important;
  }
}
.developed-by.text-right {
  color: #ababab;
}
@media (max-width: 991px) {
  .developed-by.text-right {
    text-align: center !important;
  }
}
.developed-by.text-right a {
  color: #ababab;
}
.developed-by.text-right a:hover {
  color: #ff0000;
}
.developed-by.text-right {
  font-size: 14px;
}
.copy-right p {
  font-size: 14px;
}
@media (max-width: 991px) {
  .copy-right p {
    text-align: center !important;
  }
}
.copy-right-area .border-top {
  border-top: 2px solid #4a6289;
  padding: 30px 0;
}
.copy-right-area p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.copy-right-area p .widget {
  margin: 0;
  padding: 0;
}
.copy-right-area a {
  color: #8e8c8c;
}
.copy-right-area a:hover {
  color: #ff0000;
}
.single .blog-image {
  margin-bottom: 20px;
}
.comment-form .col-sm-12 {
  padding: 0;
}
.comments-area {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}
.comments-area h3 {
  margin-bottom: 0;
  font-size: 26px;
}
.comments-area .comment-meta.clearfix {
  font-size: 18px;
  margin-bottom: 15px;
}
.comments-area .main-comments .imgholder {
  margin-right: 30px;
  margin-bottom: 10px;
}
.comments-area .main-comments .imgholder img {
  border-radius: 5px;
}
.comments-area .main-comments .comments-body p {
  margin-bottom: 10px;
}
.comments-area .main-comments .comments-body .replay-area {
  padding-top: 10px;
}
.comments-area .main-comments .comments-body .replay-area a {
  color: #252D27;
}
.comments-area .main-comments .comments-body .replay-area a:hover {
  color: #ff0000;
}
.comments-area .main-comments .comments-body .replay-area a i {
  color: #ff0000;
  margin-right: 8px;
}
.comment-time {
  color: #252D27;
  margin-bottom: 15px;
}
.main-comments {
  border-bottom: 1px solid #e3e3e3;
}
.each-comment {
  padding: 30px 0;
  display: flex;
}
.main-comments ul.children {
  margin-left: 50px;
}
.avatar-disabled .main-comments ul.children {
  margin-left: 50px;
}
.children .main-comments {
  border-bottom: medium none;
  border-top: 1px solid #e3e3e3;
}
.no-comments {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
}
.comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
.comment-navigation ul {
  margin-top: 30px;
}
.comment-navigation ul li {
  margin-right: 5px;
  margin-top: 0;
}
.comment-navigation ul li a {
  display: inline;
  font-size: 12px;
  height: 49px;
  line-height: inherit;
  padding: 10px;
  width: inherit;
}
#respond .comment-reply-title {
  color: #252D27;
  margin-bottom: 10px;
}
#respond .comment-notes,
#respond .logged-in-as {
  margin-bottom: 30px;
}
#respond .form-group {
  margin-bottom: 25px;
}
.comments-area ul li {
  list-style: none;
}
#respond form .submit.btn-send {
  background-color: #fff;
  background-color: #ff0000;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.42857;
  margin: 0;
  padding: 16px 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#respond form .submit.btn-send:focus {
  border: none;
}
#respond form .submit.btn-send:hover {
  color: #252D27;
  background-color: #003282;
}
h3.comment-reply-title {
  position: relative;
}
p.logged-in-as a {
  color: #252D27;
}
p.logged-in-as a:hover {
  color: #ff0000;
}
.comment-respond {
  padding-top: 20px;
}
.wrapper-area .wpb_button,
.wrapper-area .wpb_content_element,
.wrapper-area ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.visible-mobile {
  display: none;
}
@media (max-width: 960px) {
  .visible-mobile {
    display: block;
  }
}
@media (max-width: 960px) {
  .visible-dtop {
    display: none;
  }
}
.services-box {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.services-box .services-img-holder {
  padding: 10px;
  background-color: #fff;
  width: 144px;
  border-radius: 100%;
  height: 144px;
  border: 2px solid #ff0000;
  margin: 0 auto 0 auto;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
}
.services-box .services-img-holder:hover {
  background-color: #ff0000;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.services-box .services-img-holder .services-img {
  vertical-align: middle;
  display: table-cell;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #003282;
}
.services-box .rtin-button {
  margin-top: 10px;
}
.services-box .rtin-button h3 {
  font-weight: 400;
  color: #003282;
  font-size: 20px;
}
.services-box .rtin-button h3 a {
  color: #003282;
}
.services-box .rtin-button h3 a:hover {
  color: #ff0000;
}
.blog-post .media-left {
  float: left;
  margin-right: 15px;
  max-width: 300px;
}
.blog-post .media-body p {
  margin-bottom: 10px;
}
.blog-post .post-info {
  padding-top: 15px;
}
.blog-post h2 {
  line-height: 1.3;
  text-transform: capitalize;
  font-size: 30px;
}
.blog-post h2 a {
  color: #111;
}
.blog-post h2 a:hover {
  color: #003282;
}
.blog-post h2 a:hover {
  color: #ff0000;
}
.blog-post .post-info a.comment:hover {
  color: #ff0000;
}
.elementor-widget-sidebar .attachment-full.size-full.wp-post-image,
.single-blog-post .attachment-full.size-full.wp-post-image {
  width: 100%;
}
.elementor-widget-sidebar .entry-thumbnail,
.single-blog-post .entry-thumbnail {
  margin-bottom: 30px;
}
.elementor-widget-sidebar .entry-meta ul,
.single-blog-post .entry-meta ul {
  margin: 0;
  padding-left: 0;
}
.nav-links {
  overflow: hidden;
  padding: 15px 0;
}
/* 6.7 Widgets */
.widget .contact-link {
  background-color: #003282;
  font-size: 28px;
  color: #fff;
  display: block;
  padding: 6px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget .contact-link:hover {
  background-color: #ff0000;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  letter-spacing: 0;
  margin: 0 0 30px;
  font-size: 22px;
}
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_nav_menu li {
  margin-top: 10px;
  list-style: none;
}
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu li a {
  color: #252D27;
}
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover {
  color: #ff0000;
  text-decoration: none;
}
.widget_categories li {
  text-align: right;
}
.widget_categories li a {
  float: left;
}
/* 6.7.1 Widget Search */
.search-form {
  position: relative;
}
.search-form .search-field {
  border-color: transparent;
  background-color: #f3f3f3;
  padding: 5px;
}
.search-form .search-field:focus {
  background: none;
}
.search-submit:focus {
  outline: none;
}
/* 6.7.2 Widget Twitter */
.widget ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.widget_twitter li {
  margin-bottom: 20px;
}
.widget_twitter li:last-child {
  margin-bottom: 0;
}
.widget_twitter li a {
  color: #ff0000;
}
.widget-all-items:hover {
  text-decoration: none;
}
/* 6.7.3 Widget Recent Posts */
.widget_recent_posts li {
  overflow: hidden;
  margin-bottom: 30px;
}
.widget_recent_posts li:last-child {
  margin-bottom: 0;
}
.recent-post-thumbnail {
  float: left;
  margin-right: 25px;
}
.recent-post-content {
  overflow-y: hidden;
  line-height: 1.29;
}
.post-title {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  color: #003282;
}
.post-title:hover {
  color: #cee002;
  text-decoration: none;
}
.post-time {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.857rem;
}
.secondary-overlayer h2 {
  color: #fff !important;
  margin-bottom: 0 !important;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .secondary-overlayer h2 {
    font-size: 45px;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  .secondary-overlayer h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .secondary-overlayer h2 {
    font-size: 30px;
    margin-bottom: 15px !important;
  }
}
.secondary-overlayer h3 {
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1199px) {
  .secondary-overlayer h3 {
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .secondary-overlayer h3 {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .secondary-overlayer h3 {
    line-height: 1.5;
  }
}
.primary-overlayer h2 {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .primary-overlayer h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .primary-overlayer h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .primary-overlayer h2 {
    font-size: 30px;
  }
}
.primary-overlayer h3 {
  color: #003282;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1199px) {
  .primary-overlayer h3 {
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .primary-overlayer h3 {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .primary-overlayer h3 {
    line-height: 1.5;
  }
}
.right-footer .footer-icon {
  color: #fff;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .right-footer .footer-icon {
    margin-top: 0;
  }
}
.right-footer .footer-icon ul {
  margin: 0;
}
.right-footer .footer-icon ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
@media (max-width: 991px) {
  .right-footer .footer-icon ul li {
    margin: 0 3px;
  }
}
.right-footer .footer-icon ul li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 28px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .right-footer .footer-icon ul li a {
    font-size: 22px;
  }
}
.right-footer .footer-icon ul li a:hover {
  color: #ff0000;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-form-control.wpcf7-text {
  width: 100%;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e500;
  color: #fff;
}
.services-area {
  border-radius: 50%;
  overflow: hidden;
}
.services-area .service-single-overlayer {
  text-align: center;
}
.services-area .service-single-overlayer h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.services-area .service-single-overlayer h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.services-area .service-single-overlayer a.btn-sm {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.services-area .service-single-overlayer:hover a.btn-sm {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
}
.services-area .service-single-overlayer:hover .service-single-mid {
  top: 25%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.nav-control-middle .owl-controls i {
  color: #ffffff;
  display: block;
  line-height: 2;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.nav-control-middle .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle .owl-controls .owl-nav > div {
  background: #ff0000;
  opacity: 1;
  font-size: 20px;
  margin: 0 4px;
  height: 50px;
  width: 50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
  opacity: 0;
}
.nav-control-middle .owl-controls .owl-prev {
  left: -45px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-middle .owl-controls .owl-prev {
    left: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-control-middle .owl-controls .owl-prev {
    left: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-middle .owl-controls .owl-prev {
    left: -15px;
  }
}
.nav-control-middle .owl-controls .owl-prev:hover {
  background: #003282;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.nav-control-middle .owl-controls .owl-prev:hover i {
  color: #ff0000;
}
.nav-control-middle .owl-controls .owl-next {
  right: -45px;
}
@media only screen and (max-width: 1199px) {
  .nav-control-middle .owl-controls .owl-next {
    right: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-control-middle .owl-controls .owl-next {
    right: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-middle .owl-controls .owl-next {
    right: -15px;
  }
}
.nav-control-middle .owl-controls .owl-next:hover {
  background: #003282;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.nav-control-middle .owl-controls .owl-next:hover i {
  color: #ff0000;
}
.nav-control-middle:hover .owl-nav > div {
  opacity: 1;
}
.dot-control .owl-controls {
  line-height: 1;
  margin-top: 5px;
}
.dot-control .owl-controls .owl-dots .owl-dot span {
  margin: 0 10px 0 0;
  height: 15px;
  width: 15px;
  background: transparent;
  border: 1px solid #ff0000;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.dot-control .owl-controls .owl-dots .owl-dot:last-child span {
  margin: 0;
}
.dot-control .owl-controls .owl-dots .active span {
  background: #ff0000;
}
.dot-control .owl-nav {
  margin-top: 0;
}
.wpb_image_grid .wpb_image_grid_ul a.prettyphoto {
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.wpb_image_grid .wpb_image_grid_ul img {
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.wpb_image_grid .wpb_image_grid_ul a.prettyphoto img:hover {
  opacity: .95;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.footer-top-banner > .widgets {
  padding: 0 15px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 5px 15px;
  margin: 2px;
}
.footer-widget-social {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .footer-widget-social {
    text-align: center ;
    margin-top: 0;
  }
}
.footer-widget-social li {
  list-style: none;
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.footer-widget-social li a {
  color: #ff0000;
}
.footer-widget-social li a:hover {
  color: #003282;
}
.post.type-post.status-publish .pagination-area {
  margin-top: 30px;
}
.pagination-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.pagination-area ul li {
  display: inline-block;
}
.pagination-area ul li a,
.pagination-area ul li span {
  background-color: #F9F9F9;
  color: #252D27;
  font-weight: 400;
  transition: all 0.5s ease-out;
  padding: 12px 20px;
  margin: 0 3px;
  display: block;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li span.current {
  background-color: #ff0000;
  color: #ffffff;
}
.footer-area .footer-widget-about {
  margin-bottom: 20px;
}
.footer-area .footer-widget-about {
  color: #003282;
  margin-bottom: 20px;
  line-height: 1.4;
}
.email-subscribe .name-box {
  display: none;
}
.email-subscribe .mc4wp-form-fields {
  max-width: 583px;
  margin: auto;
}
.email-subscribe .mc4wp-form-fields .email-box {
  float: left;
  text-align: left;
  font-size: 24px;
  padding-left: 12px;
  border: navajowhite;
  height: 55px;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .email-subscribe .mc4wp-form-fields .email-box {
    width: 100%;
    float: inherit;
  }
}
/*-------------------------------------
#. EL: Title
---------------------------------------*/
.lla-title2 {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-top: 35px;
}
.lla-title2 .rtin-title {
  line-height: 1;
  font-weight: 400;
  color: #003282;
  position: relative;
  margin-bottom: 22px;
  font-size: 48px;
}
@media all and (max-width: 1024px) {
  .lla-title2 .rtin-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .lla-title2 .rtin-title {
    font-size: 30px;
  }
}
.lla-title2 .rtin-title:before {
  content: "";
  width: 62px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  background-color: #ff0000;
  margin: auto;
  border-radius: 20px;
}
.lla-title2 .rtin-subtitle {
  font-size: 24px;
  margin-bottom: 0;
  color: #ff0000;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .lla-title2 .rtin-subtitle {
    font-size: 22px;
  }
}
.lla-title2 .rtin-subtitle p {
  line-height: 1.3;
  color: #ff0000;
}
.lla-title.light {
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}
.lla-title.light .rtin-title {
  line-height: 1;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .lla-title.light .rtin-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .lla-title.light .rtin-title {
    line-height: 1.2;
  }
}
.lla-title.light .rtin-subtitle {
  font-size: 24px;
  margin-bottom: 0;
  color: #003282;
  font-weight: 400;
}
.lla-title.light .rtin-subtitle p {
  line-height: 1.5;
  color: #003282;
  text-transform: uppercase;
}
.wrapper-area .header-area.home-page-header {
  background-color: transparent;
  padding: 15px 0 0 0;
  position: absolute;
  z-index: 99;
  width: 100%;
}
.wrapper-area .header-area.home-page-header .top-left a {
  font-size: 36px;
  font-weight: 400;
}
.wrapper-area .header-area.home-page-header .top-right {
  text-align: right;
  margin-top: 20px;
}
.entry-content-area.search {
  margin-bottom: 40px;
}
a.tag-cloud-link {
  color: #505050;
}
a.tag-cloud-link:hover {
  color: #ff0000;
}
.services-box-info {
  position: relative;
  overflow: hidden;
}
.services-box-info .item-image img {
  width: 100%;
}
.services-box-info .services-content-area-hover {
  position: absolute;
  z-index: 99;
  bottom: 0;
  display: none;
  opacity: 0;
  padding: 35px;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.services-box-info .services-content-area-hover .services-title {
  font-size: 28px;
  margin-top: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.services-box-info .services-content-area-hover .services-small-img {
  display: none;
}
.services-box-info .services-content-area-hover .services-small-img svg {
  width: 86px;
  height: 92px;
}
.services-box-info .services-content-area-hover .services-small-img i {
  font-size: 70px;
  color: #fff;
}
.services-box-info .services-content-area-hover .services-small-img i:before {
  font-size: 70px;
}
.services-box-info .services-content-area {
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: left;
  padding: 35px;
}
@media (max-width: 640px) {
  .services-box-info .services-content-area {
    padding: 15px;
  }
}
.services-box-info .services-content-area .item-btn {
  padding-top: 15px;
}
.services-box-info .services-content-area .services-title {
  font-size: 28px;
  margin-top: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .services-box-info .services-content-area .services-title {
    font-size: 30px;
  }
}
.services-box-info .services-content-area .services-small-img svg {
  width: 86px;
  height: 92px;
}
.services-box-info .services-content-area .services-small-img i {
  font-size: 70px;
  color: #ff0000;
}
@media (max-width: 640px) {
  .services-box-info .services-content-area .services-small-img i {
    font-size: 45px;
    line-height: 1;
  }
}
.services-box-info .services-content-area .services-small-img i:before {
  font-size: 70px;
}
@media (max-width: 640px) {
  .services-box-info .services-content-area .services-small-img i:before {
    font-size: 45px;
  }
}
.services-box-info:hover .services-content-area-hover {
  display: block;
  opacity: 1;
}
.services-box-info:hover .services-content-area {
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
  background-color: rgba(138, 15, 18, 0.5);
}
.services-box-info:hover .services-content-area .btn {
  background-color: #003282;
}
.services-box-info:hover .services-content-area .btn:hover {
  background-color: #ff0000;
}
.services-box-info:hover .services-title {
  color: #fff;
}
.services-box-info:hover .services-content-area {
  opacity: 0;
  display: none;
}
.services-box-info:hover .services-small-img {
  display: block;
  opacity: 1;
}
.services-box-info:hover .services-small-img i {
  color: #fff;
}
.services-box-info:hover .services-small-img i {
  color: #fff;
}
.services-box-info.yes {
  position: relative;
  overflow: hidden;
}
.services-box-info.yes .services-content-area-hover {
  position: absolute;
  z-index: 99;
  bottom: 0;
  display: none;
  opacity: 0;
  padding: 35px;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.services-box-info.yes .services-content-area-hover .services-title {
  font-size: 28px;
  margin-top: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.services-box-info.yes .services-content-area-hover .services-small-img svg {
  width: 86px;
  height: 92px;
}
.services-box-info.yes .services-content-area-hover .services-small-img i {
  font-size: 70px;
  color: #fff;
}
.services-box-info.yes .services-content-area-hover .services-small-img i:before {
  font-size: 70px;
}
.services-box-info.yes .services-content-area {
  background-color: rgba(138, 15, 18, 0.5);
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: left;
  padding: 35px;
}
.services-box-info.yes .services-content-area .services-title {
  font-size: 28px;
  margin-top: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
}
.services-box-info.yes .services-content-area .services-small-img {
  display: none;
}
.services-box-info.yes .services-content-area .services-small-img svg {
  width: 86px;
  height: 92px;
}
.services-box-info.yes .services-content-area .services-small-img i {
  font-size: 70px;
  color: #fff;
}
.services-box-info.yes .services-content-area .services-small-img i:before {
  font-size: 70px;
}
.services-box-info.yes .services-content-area-hover {
  display: block;
  opacity: 1;
}
.services-box-info.yes:hover .services-title {
  color: #fff;
}
.services-box-info.yes .services-small-img {
  display: block;
  opacity: 1;
}
.services-box-info.yes .services-small-img i {
  color: #fff;
}
.single-step-info-old .step-small-img {
  width: 90px;
  height: 90px;
  background: #ff0000;
  border-radius: 100%;
  text-align: center;
  font-size: 41px;
  border: 8px solid #f4912b;
  position: relative;
  left: 43px;
  color: #fff;
}
.single-step-info-old .step-small-img i:before {
  font-size: 42px;
}
.single-step-info-old .step-content-area.align-items-start {
  background: #fff;
  padding: 30px 64px 30px 64px;
  border-radius: 15px;
  text-align: center;
}
.single-step-info-old .step-content-area.align-items-start h3 {
  margin-bottom: 0;
  font-size: 36px;
  color: #354f7b;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .single-step-info-old .step-content-area.align-items-start h3 {
    font-size: 24px;
  }
}
.single-step-info-old .step-content-area.align-items-start .step-content {
  font-size: 20px;
  margin-bottom: 0;
}
.entry-content {
  /* border-top: 1px solid #f2f2f2;
    padding-top: 30px;*/
}
.entry-content a {
  color: #ff0000;
}
.entry-content a:hover {
  color: #003282;
}
.developed-by {
  font-size: 14px;
}
/*-------------------  Error Page -------------------*/
.error-page-wrap-layout1 {
  padding: 150px 0;
}
.error-page-box-layout1 {
  text-align: center;
}
.error-page-box-layout1 .error-img {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .error-img {
    margin-bottom: 40px;
  }
}
.error-page-box-layout1 .item-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .error-page-box-layout1 .item-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .error-page-box-layout1 .item-title {
    font-size: 28px;
  }
}
.error-page-box-layout1 .item-subtitle {
  font-size: 24px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .error-page-box-layout1 .item-subtitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .item-subtitle {
    font-size: 20px;
  }
}
.error-page-box-layout1 .item-btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #5ee4a5;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 14px 30px;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.error-page-box-layout1 .item-btn:hover {
  background-color: #e47791;
  color: #5ee4a5;
  border-color: #e47791;
}
@media only screen and (max-width: 767px) {
  .error-page-box-layout1 .item-btn {
    margin-bottom: 40px;
    padding: 10px 20px;
    font-size: 15px;
  }
}
html {
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media (max-width: 767px) {
  .logo-area-wrp {
    text-align: center;
    margin-bottom: 20px;
  }
}
.logo-area-wrp .logo-area .light-logo {
  display: none;
}
.header-menu-stuck .logo-area .light-logo {
  display: block;
}
.header-menu-stuck .logo-area .dark-logo {
  display: none;
}
/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
/* Logo */
.header-nav-main.masthead-container {
  background: #fff;
}
.header-main-block .site-logo {
  transition: all 0.5s ease-out;
}
@media all and (max-width: 991.98px) {
  .header-main-block .site-logo {
    text-align: center;
    margin-top: 0;
  }
}
.header-main-block .site-logo a img {
  max-height: 60px;
  width: auto;
  padding: 5px 0;
  transition: all 0.5s ease-out;
}
/* Main Navigation */
.header-main-block {
  background-color: #fff;
  transition: all 0.5s ease-out;
}
.header-main-block .main-navigation-area {
  display: flex;
  align-items: center;
}
@media all and (max-width: 991.98px) {
  .header-main-block .main-navigation-area {
    display: block !important;
    text-align: center;
    min-height: inherit;
  }
}
.header-main-block .main-navigation-area .main-navigation {
  flex: 1 1 auto;
}
.header-main-block .main-navigation-area .main-navigation ul {
  transition: all .5s;
  text-align: right;
}
@media all and (max-width: 767.98px) {
  .header-main-block .main-navigation-area .main-navigation ul {
    text-align: center;
  }
}
.header-main-block .main-navigation-area .main-navigation ul li {
  display: inline-block;
  position: relative;
}
.header-main-block .main-navigation-area .main-navigation ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.5s ease-out;
  color: #fff;
  font-size: 14px;
  padding: 20px 0 20px 0;
}
.header-main-block .main-navigation-area .main-navigation ul > li:hover > a,
.header-main-block .main-navigation-area .main-navigation ul > li.current-menu-item > a,
.header-main-block .main-navigation-area .main-navigation ul > li.current_page_item > a,
.header-main-block .main-navigation-area .main-navigation ul > li.current-menu-parent > a,
.header-main-block .main-navigation-area .main-navigation ul > li.current > a {
  color: #AFCFE1;
}
.header-main-block .main-navigation-area .main-navigation ul.menu > li:hover > a,
.header-main-block .main-navigation-area .main-navigation ul.menu > li.current-menu-item > a,
.header-main-block .main-navigation-area .main-navigation ul.menu > li.current-menu-parent > a,
.header-main-block .main-navigation-area .main-navigation ul.menu > li.current > a {
  color: #AFCFE1;
}
.header-main-block .main-navigation-area .main-navigation ul.menu > li:first-child > a {
  padding-left: 0;
}
.header-main-block .main-navigation-area .main-navigation > nav > ul > li {
  margin: 0 15px;
}
@media only screen and (max-width: 1540px) {
  .header-main-block .main-navigation-area .main-navigation > nav > ul > li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .header-main-block .main-navigation-area .main-navigation > nav > ul > li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-main-block .main-navigation-area .main-navigation > nav > ul > li {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 1100px) {
  .header-main-block .main-navigation-area .main-navigation > nav > ul > li {
    margin: 0 6px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-main-block .main-navigation-area .main-navigation > nav > ul > li {
    margin: 0 5px;
  }
}
.header-main-block .main-navigation-area .main-navigation > nav > ul > li > a {
  display: block;
  position: relative;
}
/* Submenu */
.header-main-block .main-navigation-area .main-navigation ul > li > ul ul {
  border: none;
}
.header-main-block .main-navigation-area .main-navigation ul li ul {
  left: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  position: absolute;
  top: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  z-index: 99 !important;
  width: 220px;
  text-align: left;
  border-radius: 5px;
  background: #f9f9f9;
}
.header-main-block .main-navigation-area .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
  color: #003282;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  right: 36px;
  top: 5px;
}
.header-main-block .main-navigation-area .main-navigation ul li ul.sub-menu li.menu-item-has-children:hover:after {
  color: #fff;
}
.header-main-block .main-navigation-area .main-navigation ul li ul li {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}
.header-main-block .main-navigation-area .main-navigation ul li ul li:hover > a {
  color: #ff0000;
}
.header-main-block .main-navigation-area .main-navigation ul li ul li:last-child {
  border-bottom: none;
}
.header-main-block .main-navigation-area .main-navigation ul li ul li a {
  display: block;
  color: #252D27;
  border-radius: 8px;
  padding: 6px 5px !important;
  font-weight: 500;
  font-size: 14px;
}
.header-main-block .main-navigation-area .main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/* 3rd Level Menu */
.header-main-block .main-navigation-area .main-navigation ul li ul li ul {
  left: 100%;
  top: 0;
  width: 240px;
}
.header-main-block .main-navigation-area .main-navigation ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/* Multi Column Menu */
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu {
  padding: 20px 10px;
  width: 460px;
  top: 100%;
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu > li {
  display: block;
  float: left;
  margin: 0 5px;
  width: 210px;
  border: none;
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
  border-radius: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #003282;
  font-weight: 600;
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu > li > a:hover {
  color: #ff0000;
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu > li:hover > a {
  background-color: inherit;
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
  position: relative;
  width: 100%;
  left: inherit;
  box-shadow: none;
  background: inherit;
  padding-top: 0;
  padding-bottom: 10px;
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu > li ul li {
  padding: 0;
  font-size: 14px;
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu > li ul li a {
  color: #252D27;
  font-size: 14px;
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu > li ul li a:hover {
  color: #ff0000;
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu > li ul li.mega-menu-header a {
  color: #003282;
  font-weight: 600;
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu > ul.sub-menu li:after {
  content: '';
}
.header-main-block .main-navigation-area .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
  display: none;
}
/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
  border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
  display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
/*---------------------------------------------
#. Mobile Menu
-----------------------------------------------*/
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-bar img {
  padding: 4px 15px;
  width: 71px;
}
.mean-container .mean-bar .mean-logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mean-container .mean-bar .mean-logo-area .logo-small {
  padding: 5px 15px;
}
.mean-container .mean-bar a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 10px 9px 10px;
  position: absolute;
  top: 0;
  right: 15px !important;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
  overflow: hidden;
  text-align: right;
}
.mean-container .mean-bar a.meanmenu-reveal i {
  right: 0;
  left: inherit;
  font-size: 22px;
}
.mean-container .mean-bar a.meanmenu-reveal span {
  display: block;
  background-color: #fff;
  height: 4px;
  margin-top: 3px;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav ul.menu {
  padding-top: 10px;
}
@media all and (max-height: 500px) {
  .mean-container .mean-nav ul.menu {
    overflow-y: scroll;
  }
}
.mean-container .mean-nav ul li.menu-item a:hover,
.mean-container .mean-nav > ul > li.current-menu-item > a {
  color: #AFCFE1;
}
.mean-container .mean-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.mean-container .mean-nav ul li.menu-item {
  border-top: 1px solid #f8f8fb;
  position: relative;
  width: 100%;
}
.mean-container .mean-nav ul li.menu-item a {
  display: block;
  color: #fff;
  font-size: 14px;
  width: 90%;
  padding: 15px;
  margin: 0;
  text-align: left;
  text-decoration: none;
  font-weight: 800;
  line-height: 21px;
}
.mean-container .mean-nav ul li.menu-item li a {
  width: 80%;
  padding: 0.5em 10%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li.menu-item li li a {
  width: 70%;
  padding: 0.5em 15%;
}
.mean-container .mean-nav ul li.menu-item li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li.menu-item li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li.menu-item a.mean-expand {
  position: absolute;
  right: 19px;
  top: 7px;
  z-index: 2;
  font-weight: 700;
  display: inline;
  margin: 0;
  text-align: right;
  font-size: 14px !important;
  line-height: 1;
  padding: 10px;
  width: initial;
  color: #fff;
}
.mean-container .mean-nav ul li.menu-item a.mean-expand:hover {
  background: none;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}
.el-services-box .el-services-wrp.active-yes {
  transform: scale(1.07);
  z-index: 22;
}
.el-services-box .el-services-wrp.active-yes:hover {
  transform: scale(1.09);
  z-index: 22;
}
.el-services-box .el-services-wrp {
  position: relative;
  transition: all 0.3s ease 0s;
}
.el-services-box .el-services-wrp .el-box-img img {
  width: 100%;
}
.el-services-box .el-services-wrp .el-box-content {
  position: absolute;
  bottom: 0;
  padding: 15px 15px 15px 30px;
  z-index: 10;
  background-color: #ff0000;
  width: 100%;
}
.el-services-box .el-services-wrp .el-box-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #003282;
  margin-bottom: 0;
}
@media only screen and (max-width: 1450px) {
  .el-services-box .el-services-wrp .el-box-content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .el-services-box .el-services-wrp .el-box-content h3 {
    font-size: 28px;
  }
}
.el-services-box .el-services-wrp .el-box-content h3 img {
  width: 60px;
  margin-right: 15px;
}
.el-services-box .el-services-wrp .el-box-content h3 a {
  color: #003282;
}
.el-services-box .el-services-wrp .el-box-content h3 a:hover {
  color: #fff;
}
.el-services-box:hover .el-services-wrp {
  transform: scale(1.03);
  z-index: 22;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"] {
  height: 42px;
}
.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"],
.wpcf7-form .primary-list li::before {
  padding: 10px 25px;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.3s ease-out;
}
.widget_gftheme_posts .media {
  border-bottom: 1px solid #D8D8D8;
  padding-top: 23px;
  padding-bottom: 8px;
}
.widget_gftheme_posts .media:last-child {
  border-bottom: 0;
}
.widget_gftheme_posts .media a.pull-left img.wp-post-image {
  width: 80px;
  margin-right: 20px;
}
.widget_gftheme_posts p.date {
  margin-bottom: 10px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}
.widget_gftheme_posts h4 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 27px;
  font-weight: 700;
  margin-top: -8px;
}
.widget_gftheme_posts h4 i {
  font-size: 20px;
  color: #ff0000;
  margin-right: 15px;
}
.widget_gftheme_posts h4 a {
  color: #003282;
}
.widget_gftheme_posts h4 a:hover {
  color: #ff0000;
}
.section-title-wrp.widget {
  margin-bottom: 40px;
}
.section-title-wrp.widget ul {
  padding-top: 10px;
}
.section-title-wrp.widget ul li {
  font-size: 16px;
  border-bottom: 1px solid #D8D8D8;
  padding-top: 5px;
  padding-bottom: 15px;
  font-weight: 700;
}
.section-title-wrp.widget ul li a {
  color: #003282;
}
.section-title-wrp.widget ul li a:hover {
  color: #ff0000;
}
.team-box-layout1 {
  position: relative;
  border-bottom: 3px solid #f0b945;
  margin-bottom: 30px;
}
.team-box-layout1 .item-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  line-height: 1;
  padding: 30px;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
  width: 100%;
  background: #000000;
  background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0.14047626) 0%, rgba(0, 0, 0, 0.32815133) 1%, rgba(0, 0, 0, 0.13767514) 12%);
  background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0.14047626) 0%, rgba(0, 0, 0, 0.32815133) 1%, rgba(0, 0, 0, 0.13767514) 12%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.14047626) 0%, rgba(0, 0, 0, 0.32815133) 1%, rgba(0, 0, 0, 0.13767514) 12%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.team-box-layout1 .item-content h3 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
.team-box-layout1 .item-content h3 a {
  color: #ff0000;
}
.team-box-layout1 .item-content p.designation {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 5px;
}
.team-box-layout1 .item-content p {
  margin-bottom: 15px;
}
.team-box-layout1 .item-content .btn-bar {
  display: none;
  opacity: 0;
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
}
.team-box-layout1 .item-content .btn-bar a.btn-lg-1 {
  padding: 10px;
  font-size: 16px;
}
.team-box-layout1 .item-content .btn-bar a.btn-lg-1:hover {
  background-color: #111;
}
.team-box-layout1:hover .item-content {
  background-color: #003282;
}
.team-box-layout1:hover .btn-bar {
  -webkit-transition: all all 0.3s ease-out;
  -moz-transition: all all 0.3s ease-out;
  -o-transition: all all 0.3s ease-out;
  transition: all all 0.3s ease-out;
  opacity: 1;
  display: block;
}
@media only screen and (max-width: 768px) {
  .blog-post .media {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .blog-post .media .media-left {
    float: inherit;
    max-width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
.blog-post .media .media-left img {
  width: 100%;
}
.content-program-box {
  background-color: #fff;
  position: relative;
}
.content-program-box h2 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .content-program-box h2 {
    font-size: 32px;
  }
}
.content-program-box .title-before {
  font-weight: 400;
  font-size: 20px;
  color: #ff0000;
  display: block;
  margin-bottom: 20px;
}
.content-program-box .inner-content {
  margin-bottom: 30px;
}
.header-menu-stuck {
  z-index: 99;
}
.header-menu-stuck .site-header {
  background: #FFFFFF;
  box-shadow: 6px 7px 38px rgba(0, 0, 0, 0.1);
}
.wpcf7-form .newsletter-wrp {
  display: flex;
}
.wpcf7-form .newsletter-wrp .wpcf7-validates-as-email {
  border: 0;
  border: none;
  background: #F9F9F9;
  height: 55px;
}
.wpcf7-form .newsletter-wrp .newsletter-submit .wpcf7-submit {
  padding: 16px 26px 16px 26px;
}
.social-icon-widget ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .social-icon-widget ul {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.social-icon-widget ul li {
  list-style: none;
  margin-left: 22px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}
.social-icon-widget ul li a {
  color: #fff;
  background: transparent;
  border-radius: 5px;
  line-height: 2;
  font-size: 18px;
  width: 37px;
  height: 37px;
  border: 1px solid #fff;
  display: block;
}
.social-icon-widget ul li a:hover {
  color: #fff;
}
.section-lr-spacing {
  padding-left: 218px;
  padding-right: 218px;
}
@media (max-width: 1500px) {
  .section-lr-spacing {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (max-width: 1450px) {
  .section-lr-spacing {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1300px) {
  .section-lr-spacing {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .section-lr-spacing {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .section-lr-spacing {
    padding-left: 145px;
    padding-right: 145px;
  }
}
@media (max-width: 992px) {
  .section-lr-spacing {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .section-lr-spacing {
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media (max-width: 600px) {
  .section-lr-spacing {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 460px) {
  .section-lr-spacing {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 375px) {
  .section-lr-spacing {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.header-nav-main.masthead-container {
  transition: all 0.5s ease-out;
  background: #fff;
}
.header-nav-main.masthead-container .site-header {
  background-color: #003282;
  transition: all 0.5s ease-out;
}
.header-nav-main.masthead-container .site-header .logo-area {
  transition: all 0.5s ease-out;
  position: absolute;
  top: 12px;
}
.header-nav-main.masthead-container .site-header .logo-area img {
  transition: all 0.5s ease-out;
}
.blog-post article {
  margin-bottom: 40px;
}
.blog-post article .post-info-bottom {
  padding-top: 20px;
}
.blog-post article .post-info-bottom h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
}
.blog-post article .post-info-bottom ul {
  display: flex;
}
.blog-post article .post-info-bottom ul li {
  list-style: none;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
}
.blog-post article .post-info-bottom ul li a {
  color: #003282;
}
.blog-post article .post-info-bottom ul li a:hover {
  color: #ff0000;
}
.blog-post article .post-info-bottom ul li:last-child {
  margin-right: 0;
}
.blog-post-top {
  margin-bottom: 80px;
}
.blog-post-top .categoryLabel {
  text-transform: uppercase;
  color: #ff0000;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}
.blog-post-top .blog-single-title {
  font-size: 50px;
}
.blog-post-top .post-info-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-post-top .post-info-bottom ul li {
  list-style: none;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
}
.blog-post-top .post-info-bottom ul li a {
  color: #003282;
}
.blog-post-top .post-info-bottom ul li a:hover {
  color: #ff0000;
}
.blog-post-top .post-info-bottom ul li:last-child {
  margin-right: 0;
}
.tab-plans-wrapper.tab-layout-2 {
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .tab-plans-wrapper.tab-layout-2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .tab-plans-wrapper.tab-layout-2 {
    padding-top: 30px;
  }
}
.tab-plans-wrapper.tab-layout-2:after {
  background-color: #ff0000;
  content: "";
  position: absolute;
  width: 100%;
  height: 420px;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.tab-plans-wrapper.tab-layout-2 > .row {
  position: relative;
  z-index: 11;
}
.tab-plans-wrapper.tab-layout-2 .save-subtitle {
  background-image: url(../img/vectorbg.png);
  background-repeat: no-repeat;
  background-position: 17px 16px;
  color: #82D173;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
}
.tab-plans-wrapper.tab-layout-2 .save-subtitle p {
  margin-bottom: 0;
  padding-left: 69px;
  padding-top: 9px;
}
.price-option-list-wrp {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.nav.tab-nav.tab-swipe {
  list-style: none;
  justify-content: center;
  display: inline-block;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 5px;
}
.nav.tab-nav.tab-swipe li {
  list-style: none;
  padding: 0;
  display: inline-block;
  font-style: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
.nav.tab-nav.tab-swipe li .tabnav.active .wooc-icon-wrp {
  background: #fff;
  color: #ff0000;
}
.nav.tab-nav.tab-swipe li .wooc-icon-wrp {
  transition: all 0.3s ease 0s;
  background: transparent;
  padding: 6px 40px;
  color: #fff;
}
.price-title-header {
  color: #fff;
}
.price-title-header .lla-title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.price-title-header .lla-subtitle p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}
.price-wrp-mid {
  /* Brand Color/White */
  background: #FFFFFF;
  box-shadow: 6px 7px 38px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 50px 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .price-wrp-mid {
    padding: 50px 15px;
  }
}
.price-wrp-mid .price-option-list {
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .price-wrp-mid .price-option-list {
    height: inherit !important;
  }
}
.price-wrp-mid .price-option-list li {
  list-style: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  margin-bottom: 18px;
  text-align: left;
  display: flex;
  align-items: first baseline;
  line-height: 20px;
}
.price-wrp-mid .price-option-list li span {
  color: #898989;
}
.price-wrp-mid .price-option-list li i {
  margin-right: 15px;
}
.price-wrp-mid .price-option-list li.text-list.list-yes {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 15px;
}
.price-wrp-mid .price-option-list li.text-list.list-yes i {
  margin-right: 10px;
  color: #82D173;
}
.price-wrp-mid .title-header {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 30px;
}
.price-wrp-mid .title-header .price-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .price-wrp-mid .title-header .price-text {
    font-size: 40px;
  }
}
.price-wrp-mid .title-header span.price-info {
  font-size: 14px;
  color: #898989;
  font-weight: 400;
  text-align: left;
}
.price-wrp-mid .title-header span.price-price {
  margin-right: 15px;
}
.price-wrp-mid .btn-button-area .gf-button {
  display: block;
}
.testimonial-carousel {
  background: #003282;
}
.testimonial-box-carousel {
  border-radius: 10px;
  padding: 40px 30px;
}
.testimonial-box-carousel .testimonial-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
.testimonial-box-carousel .testimonial-text-sm {
  font-size: 20px;
  line-height: 32px;
}
body .owl-theme .owl-dots {
  margin-top: 30px !important;
}
body .owl-theme .owl-dots .owl-dot {
  background: transparent;
  padding: 0;
  margin: 3px;
}
body .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease-out;
  margin: 0 5px;
}
body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
  background: #003282;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  width: 14px;
  height: 14px;
}
.col-12.align-item-center {
  justify-content: center;
}
.elementor-tab-content.elementor-active {
  padding-left: 40px;
  padding-bottom: 22px;
}
.elementor-accordion .elementor-tab-title {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .header-nav-main.masthead-container.header-menu-stuck .site-header {
    display: none !important;
  }
}
.mean-container .mean-nav ul li.menu-item {
  list-style: none;
}
body a.scrollToTop {
  background-color: #ff0000;
  color: #ffffff;
  display: block;
  position: fixed;
  z-index: 5;
  bottom: -50px;
  right: 20px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  box-shadow: 0 1px 6px rgba(255, 0, 0, 0.275);
}
body a.scrollToTop i {
  display: inline-block;
  transition: all 0.5s ease-out;
  font-weight: 900;
}
body a.scrollToTop:hover,
body a.scrollToTop:focus {
  color: #fff;
}
body a.scrollToTop:hover i,
body a.scrollToTop:focus i {
  animation: toBottomFromTop 0.5s forwards;
}
a.scrollToTop.back-top {
  bottom: 20px;
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.content-block-gap {
  margin-top: 30px;
}
.elementor-editor-active .elementor.elementor-edit-mode .elementor-element > .elementor-element-overlay {
  z-index: 999;
}
@keyframes toBottomFromTop10 {
  49% {
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}
.page-loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ff0000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.page-loader-img {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ff0000;
  z-index: 9999999;
}
.loader-bars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
}
.loader-bars {
  display: flex;
  height: 40px;
  justify-content: center;
}
.loader-bars .loader-bar {
  animation: loader-bars 0.5s infinite alternate ease-in;
  border-radius: 200px;
  height: 100%;
  margin-right: 4px;
  transform: scaleY(0.2);
  width: 4px;
}
.loader-bars .loader-bar:last-child {
  margin-right: 0;
}
.loader-bars .loader-bar:nth-child(1) {
  background-color: #e9f0f9;
}
.loader-bars .loader-bar:nth-child(2) {
  animation-delay: 0.1s;
  background-color: #ecf2fa;
}
.loader-bars .loader-bar:nth-child(3) {
  animation-delay: 0.2s;
  background-color: #eff4fb;
}
.loader-bars .loader-bar:nth-child(4) {
  animation-delay: 0.3s;
  background-color: #f3f7fc;
}
.loader-bars .loader-bar:nth-child(5) {
  animation-delay: 0.4s;
  background-color: #f6f9fc;
}
.loader-bars .loader-bar:nth-child(6) {
  animation-delay: 0.5s;
  background-color: #f9fbfd;
}
.loader-bars .loader-bar:nth-child(7) {
  animation-delay: 0.6s;
  background-color: #fcfdfe;
}
.loader-bars .loader-bar:nth-child(8) {
  animation-delay: 0.7s;
  background-color: #ffffff;
}
@keyframes loader-bars {
  0% {
    transform: scaleY(0.2);
  }
  100% {
    transform: scaleY(1);
  }
}
@media only screen and (max-width: 575px) {
  .wfooter1.footer-menu {
    margin-top: 30px;
  }
}
.copy-left {
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .copy-left {
    text-align: center;
  }
}
.header-navigation-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-navigation-right .top-icon-list.endn {
  display: flex;
  justify-content: end;
  list-style: none;
  margin-right: 20px;
}
@media (max-width: 1199.99px) {
  .header-navigation-right .top-icon-list.endn {
    margin-right: 15px;
  }
}
.header-navigation-right .top-icon-list.endn li {
  margin-left: 5px;
  list-style: none;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  color: #003282;
}
.header-navigation-right .top-icon-list.endn li a {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  color: #AFCFE1;
}
.header-navigation-right .top-icon-list.endn li a.en {
  color: #003282;
}
.header-navigation-right .top-icon-list.endn li a.en:hover {
  color: #AFCFE1;
}
.header-navigation-right .top-icon-list.endn li a.dn {
  color: #AFCFE1;
}
.header-navigation-right .top-icon-list.endn li a.dn:hover {
  color: #003282;
}
.header-navigation-right .top-icon-list.ls {
  display: flex;
  list-style: none;
  justify-content: end;
}
.header-navigation-right .top-icon-list.ls li {
  margin-left: 15px;
  list-style: none;
}
.header-navigation-right .top-icon-list.ls li:first-child {
  margin-right: 0;
}
.site-header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1199.98px) {
  .site-header .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .site-header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.testimonial-box-single {
  background: #FFFFFF;
  box-shadow: 6px 7px 38px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.testimonial-box-single .testimonial-text-sm {
  font-size: 24px;
  text-align: left;
  line-height: 32px;
}
.testimonial-box-single .testimonial-mid-area {
  padding: 60px 30px;
  text-align: center;
}
.testimonial-box-single .testimonial-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.testimonial-box-single .testimonial-img {
  margin-bottom: 20px;
}
.testimonial-box-single .testimonial-sub-title {
  font-size: 14px;
  font-weight: 400px;
}
.testimonial-box-single .company-img {
  margin-top: 30px;
}
.header-area.header-main-block.transition-on {
  position: absolute;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.header-area.header-main-block.transition-on .header-nav-main.masthead-container {
  background: transparent;
}
.header-area.header-main-block.transition-on .main-navigation-area .main-navigation ul li a {
  color: #fff;
}
.header-area.header-main-block.transition-on .top-icon-list li a {
  color: #fff;
}
.header-area.header-main-block.transition-on .header-nav-main.masthead-container .site-header {
  background: #ff0000;
}
.header-area.header-main-block.transition-on .main-navigation-area .main-navigation ul.menu > li > a:hover {
  color: #AFCFE1;
}
.header-area.header-main-block.transition-on .main-navigation-area .main-navigation ul.menu > li.current-menu-item > a {
  color: #AFCFE1;
}
.elementor-widget-tabs.custom-tabs .elementor-tab-content {
  padding: 50px 100px !important;
}
@media (max-width: 1024px) {
  .elementor-widget-tabs.custom-tabs .elementor-tab-content {
    padding: 30px 50px !important;
  }
}
@media (max-width: 767px) {
  .elementor-widget-tabs.custom-tabs .elementor-tab-content {
    padding: 30px !important;
  }
}
@media (max-width: 600px) {
  .elementor-widget-tabs.custom-tabs .elementor-tab-content {
    padding: 15px !important;
  }
}
@media (max-width: 460px) {
  .elementor-widget-tabs.custom-tabs .elementor-tab-content {
    padding: 20px !important;
  }
}
@media (max-width: 375px) {
  .elementor-widget-tabs.custom-tabs .elementor-tab-content {
    padding: 15px !important;
  }
}
.elementor-widget-tabs.custom-tabs .elementor-tab-title.elementor-active {
  border-left: 2px solid #82D173;
}
.footer-area .wfooter1.wfooter2 {
  padding-right: 200px;
}
@media (max-width: 767px) {
  .footer-area .wfooter1.wfooter2 {
    padding-right: 0;
  }
}
.single-blog-post-content {
  padding-top: 100px;
}
.post-info-content {
  padding-top: 15px;
}
.post-info-content .categoryLabel a {
  font-weight: 700;
  font-size: 14px;
  color: #898989;
}
.post-info-content h2 {
  margin-bottom: 10px;
}
.post-info-content h2 .entry-title {
  font-size: 24px;
  font-weight: 700;
  color: #003282;
  line-height: 30px;
}
.post-info-content h2 .entry-title:hover {
  color: #ff0000;
}
.ThisNationrelated-post .ThisNationtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
.ThisNationrelated-post .post-related-top {
  padding-top: 15px;
}
.ThisNationrelated-post .post-related-top .categoryLabel {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
}
.ThisNationrelated-post .post-related-top .categoryLabel a {
  color: #898989;
}
.ThisNationrelated-post .post-related-top .categoryLabel a:hover {
  color: #ff0000;
}
.ThisNationrelated-post .post-related-top h3 .entry-title {
  font-size: 24px;
  color: #003282;
  line-height: 30px;
}
.ThisNationrelated-post .post-related-top h3 .entry-title:hover {
  color: #ff0000;
}
.blog-post .col-lg-12 .post-info-content {
  max-width: 50%;
}
@media (max-width: 1024px) {
  .blog-post .col-lg-12 .post-info-content {
    max-width: 100%;
  }
}
.top-icon-list a.gf-button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  height: 42px;
  line-height: 41px;
  padding: 0 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .order-one-tab .elementor-container .elementor-column:first-child {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .row.order-one-tab .col-lg-6:first-child {
    order: 1;
  }
}
.transition-on a.gf-button.btn-transparent::before,
.transition-on button.gf-button.btn-transparent::before {
  border: 2px solid #fff;
}
.header-area.header-main-block.transition-on .top-icon-list li a.dn {
  color: #AFCFE1;
}
@media (max-width: 767px) {
  .bg-primary-mobile {
    background: #ff0000;
  }
}
.elementor-widget-container .custom-search-input {
  width: 100%;
  border-bottom: 1px solid #282828 !important;
}
.elementor-widget-container .custom-search-input .input-group .form-control {
  border: none;
  border-radius: 0;
  padding: 12px 0 15px 0;
  font-size: 18px;
  font-weight: 600;
}
.elementor-widget-container .custom-search-input input[type="text"]:focus {
  color: #fff;
}
.elementor-widget-container .custom-search-input .input-group-btn .btn {
  background: transparent;
  color: #003282;
}
.elementor-widget-container .custom-search-input .input-group-btn .btn:hover {
  color: #ff0000;
}
.log-frm {
  margin-bottom: 100px;
}
.log-frm .user-input {
  width: 100%;
  background: transparent;
  border: none;
  color: #003282;
  border-bottom: 1px solid #003282;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
}
.log-frm .user-input::placeholder {
  color: #898989 !important;
}
.log-frm .user-input:focus {
  border: none;
  box-shadow: none;
  outline: none;
  color: #898989;
  border-bottom: 1px solid #003282;
}
.log-frm fieldset {
  border: none;
}
.log-frm .submit_button {
  background: #afcfe1;
  text-transform: uppercase;
  color: #003282;
  font-size: 18px;
  font-weight: 800;
  padding: 20px 122px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.log-frm .submit_button:hover {
  background: #afcfe1;
}
.log-frm .user-bottom-wrp {
  padding-top: 50px;
  position: relative;
}
.log-frm .lost {
  font-size: 14px;
  font-weight: 400;
  color: #82D173;
  right: 0;
  position: absolute;
  top: 0;
}
.log-frm .lost:hover {
  color: #ff0000;
}
.reg-frm {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .reg-frm {
    margin-bottom: 0;
  }
}
.reg-frm #loginform p .input::placeholder,
.reg-frm #register-form p .input::placeholder,
.reg-frm #lostpasswordform p .input::placeholder {
  color: #fff !important;
}
.reg-frm .user-input {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff !important;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
}
.reg-frm .user-input::placeholder {
  color: #fff !important;
}
.reg-frm .user-input:focus {
  border: none;
  box-shadow: none;
  outline: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.reg-frm fieldset {
  border: none;
}
.footer-rg-title {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-rg-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
#register-form .gf-button {
  background: #fff;
  text-transform: uppercase;
  color: #003282;
  font-size: 18px;
  font-weight: 800;
  padding: 6px 60px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#register-form .gf-button:hover {
  background: #afcfe1;
}
#loginform p,
#register-form p,
#lostpasswordform p {
  margin-bottom: 15px;
}
#loginform p label,
#register-form p label,
#lostpasswordform p label {
  display: block;
}
#loginform p .input,
#register-form p .input,
#lostpasswordform p .input {
  background: transparent;
  color: #003282;
  border: 1px solid #003282;
  padding: 8px 10px;
  width: 80%;
}
#loginform p .input::placeholder,
#register-form p .input::placeholder,
#lostpasswordform p .input::placeholder {
  color: #282828 !important;
}
#loginform p .input:focus,
#register-form p .input:focus,
#lostpasswordform p .input:focus {
  box-shadow: none;
  outline: none;
  color: #003282;
  border: 1px solid #003282;
}
#loginform p .button.button-primary,
#register-form p .button.button-primary,
#lostpasswordform p .button.button-primary,
#loginform p .lostpassword-button,
#register-form p .lostpassword-button,
#lostpasswordform p .lostpassword-button,
#loginform p .register-button,
#register-form p .register-button,
#lostpasswordform p .register-button {
  text-transform: uppercase;
  color: #003282;
  font-size: 18px;
  font-weight: 800;
  padding: 14px 80px;
  background: #afcfe1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#loginform p .button.button-primary:hover,
#register-form p .button.button-primary:hover,
#lostpasswordform p .button.button-primary:hover,
#loginform p .lostpassword-button:hover,
#register-form p .lostpassword-button:hover,
#lostpasswordform p .lostpassword-button:hover,
#loginform p .register-button:hover,
#register-form p .register-button:hover,
#lostpasswordform p .register-button:hover {
  background: #ff0000;
  color: #fff;
}
.like-label {
  margin-right: 20px;
  font-weight: 600;
  font-size: 14px;
}
.info-like-label {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  font-size: 14px;
  color: #82D173;
}
.mid-box {
  background: #FFFFFF;
  box-shadow: 6px 7px 38px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 40px 40px;
}
.post-info-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.info-like-back {
  text-align: right;
}
.info-like-back .alg_back_button_input {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  height: 44px;
  line-height: 46px;
  padding: 0 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0;
  background: transparent;
  color: #003282;
  border: 2px solid #003282;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.info-like-back .alg_back_button_input:hover {
  background: #003282;
  color: #fff;
}
.knowledge-base-page .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .knowledge-base-page .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mid-box-top {
  padding-top: 80px;
}
.knowledge-wrap .category-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
.knowledge-wrap .category-title a {
  color: #356C90;
}
.knowledge-wrap .btn.btn-lg-2 {
  padding: 0;
  color: #003282;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}
.knowledge-wrap .btn.btn-lg-2:hover {
  color: #356C90;
}
.knowledge-wrap .entry-title {
  margin-bottom: 14px;
}
.knowledge-wrap .entry-title a {
  color: #003282;
}
.post-info-content h4 a {
  color: #003282;
}
.post-info-content h4 a:hover {
  color: #356C90;
}
.webinars-box.webinars-primary .title-box {
  background: #ff0000;
  color: #fff;
}
.webinars-box.webinars-primary .title-box a {
  color: #fff;
}
.webinars-box.webinars-light .title-box {
  background: #AFCFE1;
}
.webinars-box.webinars-light .title-box .entry-title {
  color: #003282;
}
.webinars-box.webinars-light .title-box .entry-title a {
  color: #003282;
}
.webinars-box {
  margin-bottom: 40px;
}
.webinars-box .title-box {
  text-align: center;
  padding: 100px 40px 90px 40px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.webinars-box .title-box .item-img {
  position: absolute;
  right: 42px;
  bottom: -24px;
}
.webinars-box .title-box .item-img img {
  border-radius: 100%;
}
.webinars-box .title-box .entry-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}
.webinars-box .content-box {
  padding-top: 20px;
}
.webinars-box .content-box .content-box-link p {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 32px;
}
.webinars-box .content-box .content-box-link span {
  font-style: 14px;
  color: #898989;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
.webinars-box .content-box-bottom {
  text-align: center;
}
.webinars-box .content-box-bottom a {
  color: #003282;
}
.webinars-box .content-box-bottom a:hover {
  color: #356C90;
}
h1.category-label {
  margin-bottom: 60px;
}
.login-form-container {
  position: relative;
}
.login-form-container .forgot-password {
  position: absolute;
  right: 0;
  bottom: 64px;
  color: #82D173;
}
.login-form-container .forgot-password:hover {
  color: #356C90;
}
@media (max-width: 767px) {
  .footer-area .register-form p {
    margin-bottom: 10px;
  }
}
.footer-area .register-form .gf-button {
  background: #fff;
  text-transform: uppercase;
  color: #003282;
  font-size: 18px;
  font-weight: 800;
  padding: 6px 60px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .footer-area .register-form .gf-button {
    padding: 9px 60px;
    font-size: 16px;
  }
}
.footer-area .register-form .gf-button:hover {
  background: #afcfe1;
}
.footer-area .register-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.footer-area .register-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.footer-area .register-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.footer-area .register-form input:-ms-input-placeholder {
  /* IE */
  color: #ffffff;
}
.footer-area .register-form input::-ms-input-placeholder {
  /* IE Edge */
  color: #ffffff;
}
.wfooter1.wfooter2 p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .wfooter1.wfooter2 p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wfooter1.wfooter2 p br {
    display: none;
  }
}
.container-60 {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .container-60 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area.header-main-block.transition-on .top-icon-list a.gf-button.btn-transparent,
.header-area.header-main-block.transition-on .top-icon-list button.gf-button.btn-transparent {
  border: 2px solid #fff;
}
.header-main-block {
  position: relative;
}
.languages_list_footer {
  position: absolute;
  top: 69px;
  right: 20px;
  top: 28px;
  z-index: 99;
  display: none;
}
@media (max-width: 1024px) {
  .languages_list_footer {
    display: block;
  }
}
.languages_list_footer .top-icon-list.endn {
  display: flex;
  justify-content: end;
  list-style: none;
  margin-right: 20px;
}
@media (max-width: 1199.99px) {
  .languages_list_footer .top-icon-list.endn {
    margin-right: 15px;
  }
}
.languages_list_footer .top-icon-list.endn li {
  margin-left: 5px;
  list-style: none;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  color: #003282;
}
.languages_list_footer .top-icon-list.endn li a {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  color: #AFCFE1;
}
.languages_list_footer .top-icon-list.endn li a.en {
  color: #003282;
}
.languages_list_footer .top-icon-list.endn li a.en:hover {
  color: #AFCFE1;
}
.languages_list_footer .top-icon-list.endn li a.dn {
  color: #AFCFE1;
}
.languages_list_footer .top-icon-list.endn li a.dn:hover {
  color: #003282;
}
@media (max-width: 767px) {
  .register-form .register-form .col-lg-2.col-md-12,
  .register-form .register-form .col-lg-5.col-md-12 {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wrapper-area .footer-area .widgets .menu li {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .wfooter1.wfooter2 .widgets.widget_ThisNation_social_icon {
    display: none;
  }
}
.header-main-block.transition-on .header-navigation-right .top-icon-list.endn li {
  color: #FFFFFF;
}
.header-area.header-main-block.transition-on .top-icon-list.endn li:last-child a {
  color: #AFCFE1;
}
@media (max-width: 1024px) {
  .mean-container .mean-bar {
    width: 100%;
    position: relative;
    background: #003282;
  }
}
@media (max-width: 767px) {
  .price-option-list-wrp {
    margin-bottom: 40px;
    display: block;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tab-plans-wrapper.tab-layout-2 .save-subtitle {
    margin: 17px 0 0 auto;
    width: 163px;
  }
}
@media (max-width: 767px) {
  .price-title-header .lla-title {
    color: #003282;
  }
}
@media (max-width: 767px) {
  .price-title-header {
    color: #003282;
  }
}
@media (max-width: 767px) {
  .light-color-txt .price-title-header .lla-title {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .light-color-txt .price-title-header {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .tab-plans-wrapper.tab-layout-2:after {
    height: 510px;
  }
}
.anwendungen-tab-plans-wrapper .tab-content {
  background-color: #89898933;
  padding: 50px 100px;
}
@media (max-width: 767px) {
  .anwendungen-tab-plans-wrapper .tab-content {
    padding: 30px;
  }
}
.anwendungen-tab-plans-wrapper .tab-content .img-box {
  margin-bottom: 40px;
}
.anwendungen-tab-plans-wrapper .nav.tab-nav.tab-swipe {
  list-style: none;
  justify-content: center;
  display: block;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 0;
  border: 0;
}
.anwendungen-tab-plans-wrapper .nav.tab-nav.tab-swipe li .tabnav.active .wooc-icon-wrp {
  background: #003282;
  background-color: #89898933;
  border-left: 2px solid #82D173;
}
.anwendungen-tab-plans-wrapper .nav.tab-nav.tab-swipe li .tabnav.active .wooc-icon-wrp h3 {
  color: #003282;
}
.anwendungen-tab-plans-wrapper .nav.tab-nav.tab-swipe li {
  list-style: none;
  padding: 0;
  display: block;
  font-style: 16px;
  font-weight: 800;
}
.anwendungen-tab-plans-wrapper .nav.tab-nav.tab-swipe li .wooc-icon-wrp {
  padding: 20px 25px;
  border-left: 2px solid #fff;
}
.anwendungen-tab-plans-wrapper .nav.tab-nav.tab-swipe li h3 {
  list-style: none;
  font-size: 16px;
  font-weight: 800;
  color: #898989;
  margin-bottom: 0;
  text-transform: capitalize;
}
.top-icon-list .gf-button.btn-extra02-color.btn-solid.btn-medium {
  line-height: 45px;
}
.list-blog-post-1 .blog-post-wrp {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .list-blog-post-1 .blog-post-wrp {
    display: block;
  }
}
.list-blog-post-1 .blog-post-wrp .blgo-posts-img {
  margin-right: 24px;
}
@media (max-width: 991px) {
  .list-blog-post-1 .blog-post-wrp .blgo-posts-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .list-blog-post-1 .blog-post-wrp .blgo-posts-img img {
    width: 100%;
  }
}
.list-blog-post-1 .blog-post-wrp .item-content {
  flex: 1;
}
.list-blog-post-1 .blog-post-wrp .item-content p {
  margin-bottom: 0;
}
.list-blog-post-1 .blog-post-wrp .item-content h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}
.list-blog-post-1 .blog-post-wrp .item-content h3 a {
  color: #003282;
}
.list-blog-post-1 .blog-post-wrp .item-content h3 a:hover {
  color: #ff0000;
}
.list-blog-post-1 .blog-post-wrp .item-content .post-cat {
  margin-bottom: 10px;
}
.latest-blog-post-1 {
  /*  .col-lg-7 {
            flex: 0 0 auto;
            width: 61.22222222%;
        }
      .col-lg-5 {
        flex: 0 0 auto;
        width: 38.7777777%;
    }*/
}
.latest-blog-post-1 .blog-post-wrp1 .post-cat {
  margin-bottom: 15px !important;
}
.latest-blog-post-1 .blog-post-wrp1 {
  background-color: #fff;
}
.latest-blog-post-1 .blog-post-wrp1 .item-content {
  padding: 28px 28px 28px 28px;
  border: 1px solid #ddeeff;
  border-top: none;
}
.latest-blog-post-1 .blog-post-wrp1 .item-content p {
  margin-bottom: 0;
}
.latest-blog-post-1 .blog-post-wrp1 .item-content .item-title h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.latest-blog-post-1 .blog-post-wrp1 .item-content .item-title a {
  color: #003282;
}
.latest-blog-post-1 .blog-post-wrp1 .item-content .item-title a:hover {
  color: #ff0000;
}
.latest-blog-post-1 .blog-post-wrp1 .blgo-posts-img {
  border: 1px solid #d7cccc;
}
.latest-blog-post-1 .tn-content {
  background-color: #fff;
  border: 1px solid #ddeeff;
  padding: 20px 20px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .latest-blog-post-1 .tn-content {
    margin-top: 30px;
  }
}
.latest-blog-post-1 .tn-content .blog-post-wrp {
  border-bottom: 1px solid #ddeeff;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.latest-blog-post-1 .tn-content .blog-post-wrp:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.latest-blog-post-1 .tn-content .item-content p {
  margin-bottom: 0;
  line-height: 23px;
}
.latest-blog-post-1 .tn-content .post-cat {
  margin-bottom: 10px;
}
.latest-blog-post-1 .item-content h4 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}
.latest-blog-post-1 .item-content h4 a {
  color: #003282;
}
.latest-blog-post-1 .item-content h4 a:hover {
  color: #ff0000;
}
.latest-blog-post-1 .item-content p {
  margin-bottom: 10px;
}
.latest-blog-post-1 .item-content .post-cat {
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .grid-blog-post-1 .blog-post-wrp {
    margin-bottom: 30px;
  }
}
.grid-blog-post-1 .blog-post-wrp .blgo-posts-img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .grid-blog-post-1 .blog-post-wrp .blgo-posts-img img {
    width: 100%;
  }
}
.grid-blog-post-1 .blog-post-wrp .item-content p {
  margin-bottom: 0;
}
.grid-blog-post-1 .blog-post-wrp .item-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.grid-blog-post-1 .blog-post-wrp .item-content h3 a {
  color: #003282;
}
.grid-blog-post-1 .blog-post-wrp .item-content h3 a:hover {
  color: #ff0000;
}
.grid-blog-post-1 .blog-post-wrp .item-content .post-cat {
  margin-bottom: 10px;
}
.single-blog-post-1 .blog-post-wrp .blgo-posts-img {
  margin-bottom: 20px;
}
.single-blog-post-1 .blog-post-wrp .item-content h3 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}
.single-blog-post-1 .blog-post-wrp .item-content h3 a {
  color: #003282;
}
.single-blog-post-1 .blog-post-wrp .item-content h3 a:hover {
  color: #ff0000;
}
.single-blog-post-1 .blog-post-wrp .item-content .post-cat {
  margin-bottom: 15px;
}
.newsticker-blog-post-1 .slick-activation {
  padding-left: 20px;
}
.newsticker-blog-post-1 .slick-list {
  padding-left: 20px;
  border-left: 1px solid #e7e7e7;
}
.newsticker-blog-post-1 .newsticker-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.newsticker-blog-post-1 .newsticker-title span {
  color: #ff0000;
}
.newsticker-blog-post-1 .title-medium {
  font-size: 14px;
  margin-bottom: 0;
}
.newsticker-blog-post-1 .text-right {
  text-align: right;
}
.custom-search-input {
  padding-left: 40px;
}
.custom-search-input input[type="text"]:focus {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .custom-search-input {
    padding-left: 10px;
  }
}
.custom-search-input .search-query {
  background-color: #1853b2;
  color: #fff !important;
  border: none;
}
.custom-search-input .btn {
  background-color: #1853b2;
}
.custom-search-input .btn i {
  color: #fff;
  font-size: 18px;
}
.post-cat a.hover-flip-item-wrapper:link,
.post-cat a.hover-flip-item-wrapper:visited {
  color: #ff0000;
}
.post-cat a.hover-flip-item-wrapper:hover {
  color: #003282;
}
.header-nav-main.masthead-container.header-menu-stuck .site-header .logo-area img {
  transition: all 0.5s ease-out;
  width: 69px;
}
.theiaStickySidebar .blog-post-wrp {
  margin-bottom: 30px;
}
header.page-header {
  padding-bottom: 40px;
  background-color: #f6f8fa;
  padding-top: 20px;
}
.tn-breadcrumb {
  padding: 0;
}
.tn-breadcrumb li {
  list-style: none;
  margin-right: 10px;
}
.post-info-top {
  margin-bottom: 40px;
}
.post-info-top .entry-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .post-info-top .entry-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.post-info-top .categoryLabel a {
  font-weight: 700;
  font-size: 14px;
  color: #898989;
}
.author-thumb-wrp {
  display: flex;
  align-items: center;
}
.author-thumb-wrp .author-thumb {
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .author-thumb-wrp .author-thumb {
    display: none;
  }
}
.author-thumb-wrp .author-thumb img {
  border-radius: 50%;
}
.author-thumb-wrp .author-thumb-content {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .author-thumb-wrp .author-thumb-content {
    padding-left: 0;
  }
}
.author-thumb-wrp .author-thumb-content h5 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #001941;
}
@media only screen and (max-width: 575px) {
  .author-thumb-wrp .author-thumb-content h5 {
    font-size: 18px;
  }
}
.author-thumb-wrp .author-thumb-content h5 span.nation {
  color: #ff0000;
}
.author-thumb-wrp .author-thumb-content h5 .auvcard {
  color: #001941;
  text-decoration: underline;
}
.author-thumb-wrp .author-thumb-content h6 {
  margin-bottom: 0px;
  color: #bcbcbc;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .author-thumb-wrp .author-thumb-content h6 {
    font-size: 18px;
  }
}
.social-share-transparent {
  display: flex;
}
.social-share-transparent li {
  list-style: none;
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .social-share-transparent li {
    margin-right: 5px;
  }
}
.social-share-transparent li a {
  width: 48px;
  height: 48px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  .social-share-transparent li a {
    width: 40px;
    height: 40px;
  }
}
.social-share-transparent li a.aw-facebook {
  color: #5872a7;
  border-color: #5872a7;
}
.social-share-transparent li a.aw-facebook:hover {
  background-color: #5872a7;
  color: #fff;
}
.social-share-transparent li a.aw-twitter {
  color: #1ea1f2;
  border-color: #1ea1f2;
}
.social-share-transparent li a.aw-twitter:hover {
  background-color: #1ea1f2;
  color: #fff;
}
.social-share-transparent li a.aw-reddit {
  color: #ff4500;
  border-color: #ff4500;
}
.social-share-transparent li a.aw-reddit:hover {
  background-color: #ff4500;
  color: #fff;
}
.single-header-top {
  margin-bottom: 30px;
}
.blog-sidebar-area ul li {
  list-style: none;
}
.blog-content-wrp {
  padding-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .blog-content-wrp {
    padding-right: 0;
  }
}
.input-group input {
  font-size: 13px;
}
.input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.input-group input:-ms-input-placeholder {
  /* IE */
  color: #ffffff;
}
.input-group input::-ms-input-placeholder {
  /* IE Edge */
  color: #ffffff;
}
.wrapper-area .sn-wrp {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
}
.wrapper-area .sn-wrp input {
  font-size: 13px;
  outline: none;
}
.wrapper-area .sn-wrp input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c4c4;
}
.wrapper-area .sn-wrp input:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4;
}
.wrapper-area .sn-wrp input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4;
}
.wrapper-area .sn-wrp input:-ms-input-placeholder {
  /* IE */
  color: #c4c4c4;
}
.wrapper-area .sn-wrp input::-ms-input-placeholder {
  /* IE Edge */
  color: #c4c4c4;
}
.newsticker-blog-post-1 {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 2px solid #ddeeff;
}
@media only screen and (max-width: 1024px) {
  .newsticker-blog-post-1 {
    display: none;
  }
}
.advertisement_header {
  background-color: #F6F8FA;
  padding: 20px 0;
  text-align: center;
}
.advertisement_footer {
  padding: 20px 0 20px 0;
  text-align: center;
}
.single-post .advertisement_header {
  background-color: transparent;
  padding: 20px 0;
  text-align: center;
}
.single-post .entry-content {
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
}
.search-page-re .custom-search-input {
  padding-left: 0;
}
.search-page-re .custom-search-input .search-query {
  background-color: #ffffff;
  color: #012660;
  border: 1px solid #e2e9f3;
  padding: 12px;
  font-size: 18px;
  font-weight: 400;
}
.search-page-re input {
  font-size: 13px;
  outline: none;
}
.search-page-re input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c4c4;
}
.search-page-re input:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4;
}
.search-page-re input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4;
}
.search-page-re input:-ms-input-placeholder {
  /* IE */
  color: #c4c4c4;
}
.search-page-re input::-ms-input-placeholder {
  /* IE Edge */
  color: #c4c4c4;
}
.search-page-re .custom-search-input .btn {
  background-color: #e21708;
  color: #fff;
  padding: 13px 20px;
}
.search-section {
  padding-top: 40px;
}
/* -----------------------
Pagination 
--------------------------*/
.nav-links {
  width: 100%;
  padding: 20px 4px;
}
@media only screen and (max-width: 991px) {
  .nav-links {
    margin-top: 45px;
  }
}
.nav-links ul li {
  list-style: none;
  margin-right: 10px;
}
.nav-links ul {
  position: relative;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
  padding: 0;
}
.nav-links ul li a,
.nav-links ul li .page-numbers {
  line-height: 42px;
  min-width: 42px;
  text-align: center;
  display: block;
  padding: 0 15px;
  transition: all 0.5s;
  border: 1px solid ;
  border-radius: 4px;
}
.nav-links ul li a:hover,
.nav-links ul li .page-numbers:hover {
  background: #003282;
  color: #ffffff;
  border-color: #003282;
}
.nav-links ul li a.current,
.nav-links ul li .page-numbers.current {
  background: #003282;
  color: #ffffff;
  border-color: #003282;
}
@media only screen and (max-width: 575px) {
  .nav-links ul li a,
  .nav-links ul li .page-numbers {
    line-height: 35px;
    min-width: 35px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.archive.category .advertisement_footer {
  background-color: #F6F8FA;
}
.txt-limit .elementor-widget-container,
.gf-related-post .grid-blog-post-1 .blog-post-wrp .item-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.txt-limit .elementor-heading-title.elementor-size-default,
.grid-blog-post-1 .blog-post-wrp .item-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-template.page-id-191 .advertisement_footer {
  background-color: transparent;
}
.page-template.page-id-191 .advertisement_header {
  background-color: transparent;
}
.page-template.page-id-199 .advertisement_footer {
  background-color: #F6F8FA;
}
.page-template.page-id-199 .advertisement_header {
  background-color: transparent;
}
.header-navigation-right .custom-search-input .btn span {
  display: none;
}
.tn-breadcrumb li:last-child {
  display: none;
}
@media only screen and (max-width: 575px) {
  .tn-breadcrumb {
    display: none !important;
  }
}
.post-cat-list ul li {
  list-style: none;
}
.post-cat-list ul li:first-child {
  display: none;
}
.search-page-re .custom-search-input .search-query {
  color: #012660 !important;
}
.header-nav-main.masthead-container .site-header .logo-area {
  transition: all 0.5s ease-out;
  position: absolute;
  top: 12px;
  max-width: 186px;
}
