/*
CSS Table of Contents:
:::::::::::::::::::::
0. Basic configuration 
1. Preloader Style  
2. Header 1 style
3. Menu style 
4. Header 2 style
5. Hero baner one style
6. About section one style  
7. Service style 
8. Impressions styles
9. Team styles 
10. Subscription styles
11. Feature styles  
12. Portfolio styles
13. Partner styles
14. Testimonial styles
15. Footer one styles
16. Hero banner 2 styles
17. Service 2 styles
18. About 2 styles
19. Portfolio carousel styles
20. FAQ styles
21. Testimonials 2 styles
22. Post block styles
23. contact form styles
24. Latest post styles
25. Header 3 styles
26. Home slider styles
27. About 3 styles
28. Video block styles
29. Service 3 styles
30. Portfolio 3 styles
31. Line counter styles
32. Contact styles
33. Google Map styles
34. Call block styles
35. Page hero styles
36. Counter 2 styles
37. Features 3 styles
38. Service 3 styles
39. History styles
40. News Page styles
41. News Details Page styles
42. Portfolio Details Page styles
43. Staff block styles
44. Service nav styles
45. Responsive styles
::::::::::::::::::::::
*/
/* 0. Basic configuration */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
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%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post,
.page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
  color: #32383e;
  font-size: 14px;
  font-weight: 500;
  background-size: inherit;
  border-radius: 0;
  border: 0;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  text-align: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  text-align: center;
}
html {
  color: #002e5b;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  color: #002e5b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1.1;
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
:active,
:focus {
  outline: none !important;
}
a,
a:visited {
  text-decoration: none;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: none !important
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
::-moz-selection {
  background: #002e5b;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #002e5b;
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " ("attr(href) ")";
  }
  abbr[title]::after {
    content: " ("attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.site-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
/* 
::::::::::::::::::::::
1. Preloader Style  
::::::::::::::::::::::
*/
.preloader-app {
  background-color: #002e5b;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0;
  top: 0;
  z-index: 9999;
}
.preloader-hide .preloader-app {
  display: none;
}
.loader-block {
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-circle {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fce328;
}
.loader-1 {
  -webkit-animation: loading_one 1.5s infinite;
  animation: loading_one 1.5s infinite
}
.loader-2 {
  -webkit-animation: loading_two 1.5s infinite;
  animation: loading_two 1.5s infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}
.loader-3 {
  -webkit-animation: loading_three 1.5s infinite;
  animation: loading_three 1.5s infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
@-webkit-keyframes loading_one {
  75% {
    -webkit-transform: scale(0)
  }
}
@keyframes loading_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
}
@-webkit-keyframes loading_two {
  75% {
    -webkit-transform: scale(0)
  }
}
@keyframes loading_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
}
@-webkit-keyframes loading_three {
  75% {
    -webkit-transform: scale(0)
  }
}
@keyframes loading_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
}
/* 
.preloader-app {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}
.preloader-app .preloader {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 50px;
  margin: -20px 0 0 -71px;
  filter: contrast(20);
}
.preloader-app .preloader .dot {
  background-color: #002e5b;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  left: 15px;
  filter: blur(1px);
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}
.preloader-app .preloader .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}
.preloader-app .preloader .dots span {
  background-color: #002e5b;
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  filter: blur(1px);
  border-radius: 50%;
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
} */
/* 
::::::::::::::::::::::
2. Header 1 style  
::::::::::::::::::::::
*/
.header-one-container,
.container-boxed {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 40px;
}
.navigation-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.navigation-menu>li>a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 0px 16px 0px 0px;
}
.navigation-menu>li {
  padding: 45px 15px;
}
.search-btn-popup {
  background-color: #fde428;
  color: #00162c;
  padding: 22px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.search-btn-popup:hover {
  background-color: #00162c;
  color: #fff;
}
.header-btn>a,
.header-btn>a:visited {
  padding: 22px 38px;
  border: 2px solid #556f8b;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.header-btn>a:hover {
  background: #fde428;
  border: 2px solid #fde428;
  color: #00162c;
}
/* 
::::::::::::::::::::::
3. Menu style  
::::::::::::::::::::::
*/
ul.header-navigation-menu {
  margin-bottom: 0;
  padding: 0;
}
ul.header-navigation-menu>li {
  margin: 0;
  position: relative;
  list-style: none;
  display: inline-block;
}
ul.header-navigation-menu a {
  text-decoration: none;
}
.header-navigation-menu .active a {
  color: #fde428;
}
@media (max-width: 1199.98px) {
  ul.header-navigation-menu>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.menu-item-has-children>a {
  position: relative;
}
ul.header-navigation-menu>li:last-child>a:before {
  display: none;
}
ul.header-navigation-menu>li:hover>a,
ul.header-navigation-menu>li:active>a,
ul.header-navigation-menu>li:focus>a,
ul.header-navigation-menu>li.current_page_parent>a {
  color: #fce328;
}
ul.header-navigation-menu>li:hover>a .menu-arrow,
ul.header-navigation-menu>li:active>a .menu-arrow,
ul.header-navigation-menu>li:focus>a .menu-arrow,
ul.header-navigation-menu>li.current_page_parent>a .menu-arrow {
  bottom: -7px;
  opacity: 1;
}
ul.header-navigation-menu>li>.submenu-inner {
  border: 1px solid #F7EAE8;
}
ul.header-navigation-menu>li .submenu-inner {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
ul.header-navigation-menu>li .submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 100%;
  margin-left: 0px !important;
  z-index: 99;
  margin-top: -1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 250px;
  padding: 0px;
  background: #fff;
  list-style-type: none;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
ul.header-navigation-menu>li .submenu-inner li,
ul.header-navigation-menu>li ul.submenu-inner li {
  background: transparent;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #F7EAE8;
  padding: 5px 0;
}
.submenu-inner>li>ul>li:last-child {
  border-bottom: 0px solid #F7EAE8 !important;
}
ul.header-navigation-menu>li .submenu-inner li a:hover{
  color: #000;
}
.megamenu-wrap-inner>li {
  border-bottom: 0px solid #F7EAE8 !important;
}
@media (max-width: 991.98px) {
  ul.header-navigation-menu>li .submenu-inner li,
  ul.header-navigation-menu>li ul.submenu-inner li {
    border-bottom: 0;
  }
}
.megamenu-wrap-inner li:last-child {
  border-bottom: none;
}
ul.header-navigation-menu>li .submenu-inner:not(.megamenu-wrap-inner) li:last-child,
ul.header-navigation-menu>li ul.submenu-inner:not(.megamenu-wrap-inner) li:last-child {
  border-bottom: none;
}
ul.header-navigation-menu>li .submenu-inner li a,
ul.header-navigation-menu>li ul.submenu-inner li a {
  display: block;
  line-height: 1.4;
  padding: 8px 20px;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  color: #817a78;
}
ul.header-navigation-menu>li .submenu-inner li a .caret,
ul.header-navigation-menu>li ul.submenu-inner li a .caret {
  top: 16px;
  position: absolute;
  right: 0;
  height: 8px;
  width: 10px;
  display: inline-block;
}
ul.header-navigation-menu>li .submenu-inner li a .caret:after,
ul.header-navigation-menu>li ul.submenu-inner li a .caret:after {
  content: '\e99e';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
  font-family: 'gva-icon';
  line-height: 1;
  font-size: 12px;
}
ul.header-navigation-menu>li .submenu-inner li a:hover,
ul.header-navigation-menu>li .submenu-inner li a:focus,
ul.header-navigation-menu>li .submenu-inner li a:active,
ul.header-navigation-menu>li ul.submenu-inner li a:hover,
ul.header-navigation-menu>li ul.submenu-inner li a:focus,
ul.header-navigation-menu>li ul.submenu-inner li a:active {
  opacity: 0.8;
}
ul.header-navigation-menu>li .submenu-inner li ul.submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner li ul.submenu-inner {
  position: absolute;
  left: 100%;
  top: 0;
}
ul.header-navigation-menu>li .submenu-inner li:hover>ul.submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner li:hover>ul.submenu-inner {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
ul.header-navigation-menu>li:hover>.submenu-inner {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
@media (max-width: 1600px) {
  ul.header-navigation-menu>li:last-child ul.submenu-inner li ul.submenu-inner,
  ul.header-navigation-menu>li:nth-last-child(2) ul.submenu-inner li ul.submenu-inner {
    right: 100%;
    left: auto;
  }
}
ul.header-navigation-menu>li.megamenu-parent {
  position: static !important;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner {
  width: 100%;
  max-width: 1170px;
  left: 0;
  background: #fff;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.megamenu-wrap-inner>li>a {
  font-size: 18px !important;
  font-weight: 600;
  color: #000 !important;
}
.megamenu-wrap-inner>li>a::after {
  content: none;
}
.megamenu-wrap-inner>li>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megamenu-wrap-inner>li {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
@media (max-width: 991.98px) {
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a {
    margin-top: 6px;
  }
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a .caret {
  margin-left: 5px;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: static;
  padding: 0;
  min-width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li {
  list-style: none;
  border: none;
  padding: 0;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li:last-child {
  border: none;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li.menu-item-has-children>a {
  font-weight: 600;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li .submenu-inner {
  padding-left: 20px !important;
  display: block;
}
ul.header-navigation-menu>li.megamenu-parent:hover .megamenu-wrap-inner {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.offcanvas-content {
  position: fixed;
  left: -250px;
  width: 250px;
  max-width: 85%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.offcanvas-content a {
  color: #3F3836;
}
.offcanvas-content a:hover {
  color: #2c85ff;
}
.offcanvas-content .close-canvas {
  background: #fee026;
  position: absolute;
  left: 100%;
  top: 100px;
  z-index: 999;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #F7EAE8;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.offcanvas-content .close-canvas a {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #3F3836;
}
.offcanvas-content .close-canvas a:hover {
  cursor: pointer;
  color: #2c85ff;
}
.offcanvas-content .instagram-pics>li {
  width: 33.333% !important;
  overflow: hidden;
  padding: 10px !important;
}
.offcanvas-content .instagram-pics>li a {
  padding: 0 !important;
}
.offcanvas-content .wp-sidebar .widget {
  padding-top: 20px;
  margin-bottom: 10px;
}
.offcanvas-content .wp-sidebar .widget:last-child {
  border-bottom: 0;
}
.offcanvas-content .wp-sidebar .widget .widget-title {
  color: #fff;
  text-align: center;
}
.offcanvas-content .wp-sidebar .widget .widget-title span {
  font-size: 18px;
  color: #3F3836;
}
.offcanvas-content .wp-sidebar .widget .widget-title:before {
  left: 50%;
  margin-left: -40px;
}
.offcanvas-content .wp-sidebar .widget .widget-title:after {
  left: 50%;
  margin-left: -25px;
}
.offcanvas-content .wp-sidebar {
  overflow-x: hidden;
  height: 100%;
  padding: 20px;
}
.offcanvas-content #mobile-menu {
  padding: 0;
}
.offcanvas-content #mobile-menu ul.mobile-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li {
  position: relative !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  padding: 0;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li>.submenu-inner {
  padding-bottom: 15px !important;
  -webkit-transition: 0s;
  transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a {
  padding: 12px 0 12px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #19203f;
  position: relative;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a .caret {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a:after {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a:hover {
  color: #fde428;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret::after {
  border: none;
  position: absolute;
  top: 20px;
  margin-top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  color: #002e5b;
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-left: 7px;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret:hover {
  cursor: pointer;
  color: #fce328;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children.menu-active .caret::after {
  border: none;
  position: absolute;
  top: 20px;
  margin-top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  color: #fce328;
  content: '\f106';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-left: 7px;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li>a {
  display: block;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li>ul {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
  background: none;
  left: auto;
  top: auto;
  padding: 0;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:before,
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:before,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
  content: " ";
  display: table;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
  clear: both;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner .caret,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner .caret {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner li a,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner li a {
  padding: 8px 0;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul {
  width: 100%;
  padding-left: 15px;
  display: block !important;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul>li,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul>li {
  padding: 0;
  display: block;
  width: 100%;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner {
  padding-left: 20px;
}
.offcanvas-content.open {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.megamenu-parent .megamenu-wrap-inner {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.megamenu-parent .widget {
  text-align: left;
  color: #3f3836;
}
.megamenu-parent .widget .widget-title,
.megamenu-parent .widget .widgettitle {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  border: none;
}
.megamenu-parent .widget ul {
  list-style: none;
  padding: 0;
}
.megamenu-parent .widget.widget-html ul li {
  line-height: 32px;
  padding: 5px 0;
}
.megamenu-parent .widget.widget-html ul li strong {
  color: #2c85ff;
  font-weight: 600;
}
.megamenu-parent .widget .product-block {
  margin-bottom: 10px;
}
#mobile-header-expander .hamburger-menu {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
  top: 0;
  width: 15px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
  top: 0;
  right: 0;
  left: auto;
  width: 10px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-3 {
  top: 12px;
  width: 100%;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-4 {
  bottom: 0;
  width: 100%;
}
#mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
  width: 10px;
}
#mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
  width: 25px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* 
::::::::::::::::::::::
4. Header 2 style  
::::::::::::::::::::::
*/
.header-style-two .navigation-menu>li>a {
  color: #002e5b;
}
.header-style-two .header-btn>a {
  border: 2px solid #556f8b;
  color: #002e5b;
}
.header-style-two .header-btn>a:hover {
  border: 2px solid #002e5b;
  color: #fff;
  background: #002e5b;
}
.header_line .elementor-container {
  position: relative;
  z-index: 3;
}
.header_line .elementor-container::before {
  background: #fde428;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 100%;
  padding: 20px 0 0 0 !important;
  max-width: calc(100% - 40px);
}
.header-style-two {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 30px;
}
.header-style-two .navigation-menu>li>a {
  padding: 45px 30px;
}
/* 4 - search styles */
.search-form-group {
  position: relative;
}
.full-bar-search-wrap .form-control {
  height: 100%;
  min-height: 60px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  border: none;
  border-bottom: 1px solid rgba(204, 204, 204, .5);
  background-color: transparent;
}
.full-bar-search-wrap .form-control:focus {
  border: none;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, .25) !important;
  border-bottom: 1px solid rgba(204, 204, 204, .5);
}
.search-form-wrapper {
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.search-form-wrapper .search-form {
  width: 100%;
}
.close.header-search-btn {
  z-index: 99;
  position: absolute;
  display: block;
  right: 0;
  top: -45px;
  color: #8a91ac;
  overflow: hidden;
  z-index: 2;
  background-color: transparent;
}
.close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  -ms-filter: "alpha(opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close:before,
.close:after {
  position: absolute;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
  right: 15px;
  top: 8px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
.close:before,
.close:after {
  background: #002e5b;
}
.close:hover:before,
.close:hover:after {
  transform: rotate(90deg);
  transition: all ease .4s;
}
.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 
::::::::::::::::::::::
5. Hero baner one style  
::::::::::::::::::::::
*/
.hero-banner-one {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-banner-one::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 46, 91, 0.8);
  z-index: 1;
}
.hero-banner-wrapper {
  position: relative;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-content {
  vertical-align: middle;
}
.hero-heading {
  font-size: 100px;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 40px;
}
.hero-heading-2 {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  letter-spacing: -2.16px;
  margin-bottom: 20px;
}
.hero-banner-content-2 {
  padding-right: 50px;
}
.headring-left-one {
  margin-left: 70px;
}
.headring-left-two {
  margin-left: 100px;
}
.video-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  color: #002e5b;
  z-index: 99;
}
.hero-video-pulse {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 35px;
}
.hero-video-pulse:before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  background: #ffffff;
}
.hero-video-pulse:after {
  z-index: 1;
  transition: all 200ms;
  background: #fde428;
}
.hero-video-pulse:before,
.hero-video-pulse:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.hero-video-pulse i {
  color: #002e5b;
  z-index: 2;
  position: absolute;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  left: 1px;
  top: 2px;
  font-size: 16px;
  text-align: center;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.hero-image {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 2;
}
.hero-image img {
  z-index: 3;
}
.hero-image::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 20%;
  display: block;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fde428;
  z-index: 0;
  -webkit-animation: scale-up-center-2 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
  animation: scale-up-center-2 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
}
.hero-image::before {
  content: "";
  position: absolute;
  right: 10%;
  top: 20%;
  display: block;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #fde428;
  z-index: -1;
  -webkit-animation: scale-up-center-2 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
  animation: scale-up-center-2 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
}
@-webkit-keyframes scale-up-center-2 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center-2 {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hero-sub-heading {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 17px;
}
.hero-sub-heading::before {
  content: '';
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #fde428;
}
.hero-banner-one-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: #002447;
  padding: 0;
}
.hero-banner-one-footer .banner-footer-content {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.banner-footer-content a {
  color: #fff;
}
.banner-footer-icon {
  color: #fde428;
  margin-right: 6px;
}
.banner-footer-content {
  margin-right: 40px;
}
.hero-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
/* 
::::::::::::::::::::::
6. About section one style  
::::::::::::::::::::::
*/
.founded-year {
  font-size: 200px;
  line-height: 1;
  color: #f9f8f8;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 200px;
  z-index: -1;
  left: -200px;
}
.about-one {
  padding-left: 50px;
}
.section-padding {
  padding: 100px 0;
}
.about-one-intro {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #002e5b;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.about-one-intro::after {
  content: '//';
  position: relative;
  color: #fde428;
  margin-left: 10px;
}
.about-section-heading {
  font-size: 60px;
  font-weight: 800;
  color: #002e5b;
  letter-spacing: -1.8px;
  margin-bottom: 30px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: currentColor;
  -webkit-text-stroke-width: 2px;
  text-shadow: 3px 3px 8px rgba(150, 150, 150, 0.81);
}
.about-quote,
.quote-box {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding-left: 25px;
  border-left: 2px solid #fde428;
  line-height: 1.5;
  color: #002e5b;
  margin: 0px auto;
}
.btn-border,
.btn-border:visited {
  color: #002e5b;
  font-weight: 700;
  border: 2px solid #e5eaee;
  padding: 22px 40px;
  line-height: 1;
  display: inline-block;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.btn-border span,
.header-search-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #fde428;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-border:hover span,
.header-search-btn:hover span {
  width: 335%;
  height: 562.5px;
}
.btn-border:hover {
  border: 2px solid #fce328;
}
.mt-30 {
  margin-top: 30px;
}
.mb-100 {
  margin-bottom: 100px;
}
.about-certificates {
  padding-left: 50px;
}
.bg-light {
  background: #f6f6f6;
}
.section-title-intro {
  background: #fde428;
  display: inline-block;
  color: #002e5b;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
  position: relative;
  z-index: 0;
}
.section-title {
  font-size: 60px;
  line-height: 1.17;
  font-weight: 700;
  color: #002e5b;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1.8px;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}
.section-title-stroke .section-title {
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: currentColor;
  -webkit-text-stroke-width: 2px;
  text-shadow: 3px 3px 8px rgba(150, 150, 150, 0.81);
}
.section-title-lg {
  font-size: 48px;
  font-weight: 700;
  color: #002e5b;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1.44px;
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.impressions-section .section-title {
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: currentColor;
  -webkit-text-stroke-width: 2px;
  margin-bottom: 40px;
  display: block;
}
.impressions-section .counter-title {
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: #002e5b;
  -webkit-text-stroke-width: 2px;
}
/* 
::::::::::::::::::::::
7. Service style  
::::::::::::::::::::::
*/
.service-icon {
  font-size: 60px;
  line-height: 1;
  color: #002e5b;
  position: relative;
}
.service-icon i{
  z-index: 2;
  position: relative;
}
.service-block::before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px;
  left: 0;
  background-color: #002e5b;
  -webkit-transition: height 0.30s ease-out, width 0.30s ease-out 0.30s;
  transition: height 0.30s ease-out, width 0.30s ease-out 0.30s;
  z-index: -1;
}
.service-block:hover::before{
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.30s ease-out, height 0.30s ease-out 0.30s;
  transition: width 0.30s ease-out, height 0.30s ease-out 0.30s;
}
.service-block:hover .service-icon, .service-block:hover .service-title a, .service-block:hover .service-excerpt{
  color: #fff;
}
.service-title-block {
  padding-left: 25px;
}
.service-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  color: #002e5b;
  margin-bottom: 0;
  letter-spacing: -0.54px
}
.service-title a,
.service-title a:visited {
  color: #002e5b;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.service-title a:hover {
  color: #fde428;
  text-decoration: none;
}
.service-excerpt {
  position: relative;
  margin-top: 25px;
  color: #002e5b;
  padding-left: 20px;
}
.service-excerpt::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -1px;
  background: #f0f4f8;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.service-excerpt::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0px;
  top: 0;
  left: -1px;
  background: #fde428;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.service-block:hover .service-excerpt::after {
  height: 100%;
}
.service-block {
  position: relative;
  padding: 40px;
  background: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.service-block:hover {
  -webkit-transform: translate(0, -10px);
  -khtml-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}
.mb-50 {
  margin-bottom: 50px;
}
.service-block .service-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* 
::::::::::::::::::::::
8. Impressions styles  
::::::::::::::::::::::
*/
.impressions-section {
  background: #002e5b;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.btn-bg,
.btn-bg:visited {
  background: #fde428;
  padding: 22px 45px;
  color: #002e5b;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.btn-bg span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-bg:hover span,
.email-subscription-form [type="submit"]:hover span {
  width: 335%;
  height: 562.5px;
}
.email-subscription-form [type="submit"] {
  transition: 0.4s ease-in-out;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.email-subscription-form [type="submit"] span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.counter-icon {
  font-size: 50px;
  line-height: 1;
  color: #fde428;
  margin-bottom: 20px;
}
.counter-title {
  font-size: 48px;
  line-height: 70px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.counter-description {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding-left: 10px;
  border-left: 2px solid #fde428;
}
.parallax-section {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.parallax-item {
  left: 2% !important;
  top: 0 !important;
  bottom: 0px !important;
  background-repeat: no-repeat;
}
.section-title-intro-tp {
  position: relative;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.section-title-intro-tp::after {
  content: '//';
  position: relative;
  color: #fde428;
  margin-left: 10px;
}
.color-text {
  color: #fde428;
}
/* 
::::::::::::::::::::::
9. Team styles  
::::::::::::::::::::::
*/
.team-item {
  border: 2px solid #f2f6f9;
  padding: 40px;
  text-align: center;
  color: #002e5b;
  font-size: 14px;
}
.team-designation {
  background: #fde428;
  color: #002e5b;
  font-weight: 700;
  display: inline-block;
  padding: 6px 10px 14px;
  margin-bottom: -10px;
}
.team-name {
  color: #002e5b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1;
  display: block;
  letter-spacing: -0.6px;
  font-family: 'Montserrat', sans-serif;
}
.team-name a,
.team-name a:visited {
  color: #002e5b;
}
.team-description {
  line-height: 24px;
}
.team-photo-block {
  position: relative;
  border-radius: 50%;
  margin-bottom: 30px;
}
.team-item:hover .team-photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #002e5b;
  opacity: 0.9;
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.team-photo-block::after,
.team-photo-block::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 0px;
  top: 40px;
  background: #fde428;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.team-photo-block::before {
  right: -40px;
}
.team-photo-block::after {
  left: -40px;
}
.team-item:hover .team-photo-block::after,
.team-item:hover .team-photo-block::before {
  height: 100px;
}
.team-social-icons ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.team-social-icons ul a,
.team-social-icons ul a:visited {
  display: block;
  padding: 7px;
  color: #fff;
  font-size: 14px;
}
.team-social-icons ul a:hover {
  text-decoration: none;
  color: #fde428;
}
.team-social-icons {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.team-item:hover .team-social-icons {
  opacity: 1;
  visibility: visible;
  -webkit-animation: scale-up-ver-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
  animation: scale-up-ver-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
/* 
::::::::::::::::::::::
10. Subscription styles  
::::::::::::::::::::::
*/
.dark-bg {
  background: #002e5b;
}
.email-input-field {
  border: none !important;
  border-bottom: 1px solid #6f8aa5 !important;
  background: transparent;
  width: 100%;
  display: block;
  height: 71px;
  padding-right: 220px;
  color: #fff !important;
}
.email-subscription-form {
  position: relative;
}
.email-subscription-form [type="submit"] {
  background: #fde428;
  border: none;
  color: #002e5b;
  font-weight: 700;
  font-size: 16px;
  padding: 22px 35px;
  position: absolute;
  top: 0;
  right: 0;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.email-input-field:focus {
  border-bottom: 1px solid #fde428;
}
.email-input-field::-webkit-input-placeholder {
  color: #6f8aa5;
}
.email-input-field:-ms-input-placeholder {
  color: #6f8aa5;
}
.email-input-field::placeholder {
  color: #6f8aa5;
}
.subscription-block {
  margin-top: 65px;
  display: block;
}
.subs-details {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.stars-texts {
  color: #fde428;
  margin-right: 5px;
}
.email-subscription-form {
  margin-bottom: 30px;
}
.subscription-section .section-title {
  color: transparent;
  -webkit-text-stroke: 2px #f13737;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
/* 
::::::::::::::::::::::
11. Feature styles  
::::::::::::::::::::::
*/
.feature-icon {
  font-size: 75px;
  line-height: 1;
  color: #fde428;
  margin-right: 40px;
}
.feature-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}
.features-description {
  color: #a9bdd1;
}
.features-list:not(:last-child) {
  margin-bottom: 40px;
}
/* 
::::::::::::::::::::::
12. Portfolio styles
::::::::::::::::::::::
*/
.portfolio-section {
  position: relative;
}
.portfolio-section::before {
  content: '';
  position: absolute;
  bottom: -70px;
  max-width: 1400px;
  width: 1400px;
  height: 70px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio-item {
  border: 2px solid #f5f8fb;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.pc-image {
  position: relative;
}
.pc-image::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 0%;
  z-index: 1;
  opacity: 0.80;
  transform: scale(0.0);
  transform-origin: top;
  transform-style: preserve-3d;
  transition: all 700ms ease;
  background: #002E5B;
}
.portfolio-item:hover .pc-image::after {
  transform: scaleX(1.0);
}
.case-details,
.case-details:visited {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: #fde428;
  color: #002e5b;
  text-align: center;
  padding: 17px 40px;
  font-size: 16px;
  font-weight: 700;
  z-index: 22;
}
.portfolio-item:hover .case-details {
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease 800ms;
}
.case-details:hover {
  background-color: #fff;
  color: #002e5b;
}
.portfolio-block-content {
  padding: 30px;
}
.portfolio-block-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.9px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}
.portfolio-block-title a,
.portfolio-block-title a:visited {
  color: #002e5b;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.portfolio-block-title a:hover {
  color: #fce328;
}
.portfolio-category {
  position: relative;
  color: #002e5b;
  font-size: 14px;
  font-weight: 700;
}
.portfolio-item-classic .portfolio-category {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.portfolio-category a,
.portfolio-category a:visited {
  color: #002e5b;
}
.portfolio-category::after {
  content: '//';
  position: relative;
  color: #fde428;
  margin-left: 10px;
}
/* 
::::::::::::::::::::::
13. Partner styles
::::::::::::::::::::::
*/
.partner-section {
  background: #f5f5f5;
  padding: 170px 0px 100px;
}
.partner-logo {
  max-width: 225px;
  margin: 0px auto;
  text-align: center;
}
/* 
::::::::::::::::::::::
14. Testimonial styles
::::::::::::::::::::::
*/
.testimonial-item {
  position: relative;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  margin: 0px 30px 30px;
  z-index: 1;
}
.testimonial-slider .owl-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin-top: 0 !important;
}
.testimonial-slider .owl-nav button {
  border: none !important;
  background: #002e5b;
  min-width: 60px;
  min-height: 60px;
  color: #fff;
  font-size: 18px !important;
  line-height: 1 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 0 !important;
}
.testimonial-slider .owl-nav button:hover {
  background: #fde428;
  color: #002e5b;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.testimonial-item::after {
  content: "\f11a";
  font-family: Flaticon;
  font-size: 200px;
  font-style: normal;
  margin-left: 0px;
  color: #f5f7f9;
  position: absolute;
  right: 50px;
  bottom: 150px;
  z-index: -1;
}
.testimonial-content {
  padding-left: 20px;
}
.reviewer-name {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #002e5b;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: #002e5b;
  -webkit-text-stroke-width: 1px;
  text-shadow: 3px 3px 8px rgba(150, 150, 150, 0.81);
}
.testimonial-quote {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #002e5b;
}
.reviewer-designation {
  color: #002e5b;
  font-weight: 14px;
  font-weight: 700;
}
.testimonials-section {
  position: relative;
}
.testimonial-slider {
  position: relative;
}
.testimonial-slider::after {
  position: absolute;
  content: '';
  width: 150px;
  height: 150px;
  background: #fde428;
  border-radius: 50%;
  top: -50px;
  left: -50px;
  z-index: -1;
  -webkit-animation: scale-up-center 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
  animation: scale-up-center 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
}
.testimonial-reviewers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reviewer-1 {
  position: absolute;
  left: 5%;
  top: 5%;
}
.reviewer-2 {
  position: absolute;
  left: 15%;
  bottom: 2%;
}
.reviewer-3 {
  position: absolute;
  right: 25%;
  top: 8%;
}
.reviewer-4 {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.pb-70 {
  padding-bottom: 70px;
}
/* 
::::::::::::::::::::::
15. Footer one styles
::::::::::::::::::::::
*/
.footer-style-one-content {
  background: #002e5b;
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding-right: 65px;
  padding-left: 65px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
}
.footer-menu ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.footer-menu li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
.footer-menu li a,
.footer-menu li a:visited {
  color: #b3c4d5;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.footer-menu li a:hover {
  color: #fff;
}
.footer-menu li a:after {
  background-color: #fff;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: 0;
}
.footer-menu li a:hover:after {
  left: 0;
  width: 100%;
}
.footer-widget-title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 40px;
}
.contact-icon {
  color: #fde428;
  font-size: 16px;
  line-height: 24px;
}
.contact-details {
  padding-left: 30px;
  line-height: 24px;
  color: #fff;
}
.contact-list:not(:last-child) {
  margin-bottom: 30px;
}
.footer-content {
  padding: 60px 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #002e5b;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
}
.mt-lg-40 {
  margin-top: 40px;
}
.social-media a,
.social-media a:visited {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  line-height: 60px;
  text-align: center;
  color: #002e5b;
  display: block;
  margin: 0px 5px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.social-media a:hover {
  background: #fde428;
  text-decoration: none;
}
.footer-bottom {
  background: #f5f5f5;
  color: #002e5b;
  font-weight: 700;
  padding: 30px 0;
}
.footer-bottom-2 {
  background: #00274e;
  color: #ffffff;
  font-weight: 700;
  padding: 30px 0;
}
.footer-bottom-menu .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.footer-bottom-menu li {
  margin-left: 50px;
}
.footer-bottom-menu li a,
.footer-bottom-menu li a:visited {
  color: #002e5b;
  font-weight: 700;
}
.footer-bottom-2 .footer-bottom-menu li a,
.footer-bottom-2 .footer-bottom-menu li a:visited {
  color: #fff;
  font-weight: 700;
}
.language-switcher {
  margin-left: auto;
  float: right;
  display: inline-block;
  background: #002e5b;
}
.language-switcher:hover {
  background: #fde428;
}
.language-switcher ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.language-switcher ul ul {
  position: absolute;
  right: 0px;
  min-width: 145px;
  top: auto;
  bottom: 100%;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  padding: 10px 30px 10px 30px;
  margin: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  background: #00162c;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.language-switcher ul>li:hover ul {
  visibility: visible;
  opacity: 1;
  list-style-type: none;
  z-index: 101;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.language-switcher>ul>li {
  position: relative;
  padding-left: 30px;
  background-color: #002447;
  min-width: 145px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.language-switcher>ul>li:hover {
  background-color: #fde428;
}
.language-switcher>ul>li:hover>a {
  color: #002e5b;
}
.language-switcher>ul>li:after {
  content: "\f062";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 20px;
  top: 15px;
  line-height: 26px;
  font-weight: 300;
  transition: 350ms ease 0s;
  color: #fde428;
}
.language-switcher:hover>ul>li:after {
  color: #002e5b;
}
.language-switcher a,
.language-switcher a:visited {
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.language-switcher>ul>li>a {
  padding: 15px 30px 15px 10px;
  display: inline-block;
}
.language-switcher a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.language-switcher .sub-menu li {
  padding: 10px 0;
}
.language-switcher .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #002447;
}
/* 
::::::::::::::::::::::
16. Hero banner 2 styles
::::::::::::::::::::::
*/
.hero-banner-2 {
  background: #002e5b;
  position: relative;
  min-height: 100vh;
}
.hero-banner-2 .hero-banner-wrapper {
  padding: 250px 0 120px;
}
.hero-banner-2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/hero-map.png) no-repeat;
}
.hero-banner-2 .hero-sub-heading {
  margin-bottom: 27px;
  display: block;
}
.hero-banner-description {
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
}
.hero-banner-2 .hero-video-pulse {
  position: absolute;
  left: 0;
  bottom: 65px;
}
.hero-banner-2 .banner-content {
  z-index: 999;
}
.hero-banner-button {
  margin-top: 25px;
}
.btn-primary,
.btn-primary:visited {
  color: #002e5b;
  font-weight: 700;
  border: none;
  padding: 22px 40px;
  line-height: 1;
  display: inline-block;
  background: #fde428;
}
.btn-primary:hover {
  color: #fff;
}
.btn-secondary {
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 22px 40px;
  line-height: 1;
  display: inline-block;
  background: #001830;
}
.btn-grey {
  color: #002e5b;
  font-weight: 700;
  border: 2px solid #f3f6f9;
  padding: 22px 40px;
  line-height: 1;
  display: inline-block;
  background: #f3f6f9;
}
.hero-btn:nth-child(2),
.slide-buttons a:nth-child(2) {
  margin-left: 20px;
}
.pt-100 {
  padding-top: 100px;
}
/* 
::::::::::::::::::::::
17. Service 2 styles
::::::::::::::::::::::
*/
.section-title-line {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #002e5b;
  position: relative;
  padding: 0px 10px;
  display: block;
  margin-bottom: 10px;
}
.section-title-line::after {
  margin-left: 10px;
}
.section-title-line::before {
  margin-right: 10px;
}
.section-title-line::after,
.section-title-line::before {
  content: '//';
  position: relative;
  color: #fde428;
}
/* service 2  */
.service-block-2 {
  text-align: center;
  padding: 45px 15px;
  position: relative;
}
.service-block-2:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.service-block-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #002e5b;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service-block-2:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.service-title {
  font-family: 'Montserrat', sans-serif;
  margin-top: 28px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #002e5b;
}
.service-read-more {
  margin-top: 20px;
}
.service-read-more a,
.service-read-more a:visited {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #002e5b;
  position: relative;
  display: inline-block;
  padding-right: 14px;
}
.service-read-more a:hover {
  text-decoration: none;
  color: #fde428;
}
.service-read-more a::before {
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: '\f054';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #002e5b;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
  transition: all 500ms ease;
}
.service-read-more a:hover::before {
  right: -5px;
  color: #fde428;
}
/* 
::::::::::::::::::::::
18. About 2 styles
::::::::::::::::::::::
*/
.founder-message-box {
  text-align: right;
  position: relative;
  padding-right: 60px;
  margin-right: 30px
}
.founder-message-box::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  width: 2px;
  background: #fde428;
}
.founder-quote {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #002e5b;
  margin-bottom: 25px;
}
.founder-name {
  font-size: 24px;
  font-weight: 700;
  color: #002e5b;
  line-height: 34px;
  font-family: 'Montserrat', sans-serif;
}
.founder-ceo-designation {
  font-weight: 700;
  font-size: 14px;
  color: #002e5b;
}
.founder-photo {
  max-width: 70px;
  margin-left: 30px;
}
.founder-ceo-designation {
  position: relative;
}
.founder-ceo-designation::after {
  content: '//';
  position: relative;
  color: #fde428;
  margin-left: 10px;
}
.about-block {
  position: relative;
  overflow: hidden;
}
.about-block-overlay {
  position: absolute;
  top: calc(100% - 75px);
  bottom: 0;
  left: 0;
  width: 100%;
  background: #002e5b;
  overflow: hidden;
  padding: 20px 50px;
  transition: all .3s ease;
}
.about-block:hover .about-block-overlay {
  padding: 50px;
}
.about-block-icon {
  font-size: 32px;
  color: #fde428;
  line-height: 1;
  margin-right: 20px;
}
.about-block-title {
  font-size: 18px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  letter-spacing: -0.54px;
}
.about-block-description {
  color: #fff;
  line-height: 26px;
  margin-top: 25px;
}
.list-icon {
  display: inline-block;
  text-align: center;
  line-height: 1;
  color: #002e5b;
  background: #f0f4f8;
  margin-right: 30px;
  padding: 10px;
}
.list-title {
  display: inline-block;
}
.advanced-list ul {
  list-style: none;
  padding-left: 0;
}
.al-item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.al-item:not(:last-child) {
  margin-bottom: 15px;
}
.whychoose-block {
  padding-left: 60px;
  position: relative;
}
.experience-counter {
  background: #002e5b;
  color: #fff;
  padding: 45px 28px;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 3px solid #fde428;
}
.experience-counter:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #002e5b transparent transparent;
  left: -10px;
  top: 0;
}
.ex-year {
  font-size: 48px;
  line-height: 70px;
  font-weight: 700;
  color: #fde428;
  font-family: 'Montserrat', sans-serif;
  display: block;
}
.experience-title {
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
.experience-title::after {
  background: #fde428;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 16px;
}
/* 
::::::::::::::::::::::
19. Portfolio carousel styles
::::::::::::::::::::::
*/
.portfolio-carousel .portfolio-item {
  background: #fff;
}
.portfolio-carousel .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.portfolio-carousel .owl-prev,
.portfolio-carousel .owl-next {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  background: #002e5b;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 60px !important;
  height: 60px;
  width: 60px;
  top: -50px;
}
.portfolio-carousel .owl-prev:hover,
.portfolio-carousel .owl-next:hover {
  background: #fde428 !important;
  color: #002e5b !important;
}
.portfolio-carousel .owl-prev {
  left: -50px;
  right: auto;
}
.portfolio-carousel .owl-next {
  right: -50px;
  left: auto;
}
.portfolio-carousel:hover .owl-prev,
.portfolio-carousel:hover .owl-next {
  opacity: 1;
  visibility: visible;
}
.portfolio-carousel:hover .owl-prev {
  left: 20px;
}
.portfolio-carousel:hover .owl-next {
  right: 20px;
}
/* 
::::::::::::::::::::::
20. FAQ styles
::::::::::::::::::::::
*/
.f-ml-130 {
  margin-left: -130px;
}
.accrodion-inner {
  background: #f6f6f6;
  padding: 15px;
  display: block;
  overflow: hidden;
}
.accrodion-box:not(:last-child) .accrodion-inner {
  margin-bottom: 15px;
}
.accrodion-title {
  padding: 15px 30px 15px 70px;
  cursor: pointer;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.accrodion-title h5 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #002e5b;
}
.accrodion-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #002e5b;
  padding: 30px;
  background: #ffffff;
  margin-top: 5px;
}
.accrodion-title:after {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f063";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #002e5b;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.accrodion-box.active .accrodion-title:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f062";
  font-size: 16px;
}
.faq-section {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.faq-photo {
  position: absolute;
  width: 45%;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* 
::::::::::::::::::::::
21. Testimonials 2 styles
::::::::::::::::::::::
*/
.color-white {
  color: #fff;
}
.testimonial-style-two-content {
  font-size: 18px;
  line-height: 34px;
  z-index: 5;
}
.reviewer-name-2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.72px;
  font-family: 'Montserrat', sans-serif;
}
.revier-title-2 {
  font-size: 14px;
  font-weight: 700;
  color: #fde428;
  position: relative;
}
.revier-title-2::after {
  content: '//';
  position: relative;
  color: #fde428;
  margin-left: 10px;
}
.reviewer-meta-2 {
  padding-left: 20px;
}
.testimonial-style-two-content {
  margin-bottom: 45px;
}
.testimonials-style-two .owl-dot span {
  width: 20px !important;
  height: 6px !important;
  margin: 0px 5px !important;
  background: #396086 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.testimonials-style-two .owl-dot.active span,
.testimonials-style-two .owl-dot:hover span {
  background: #fde428;
}
.testimonials-style-two .owl-dots {
  margin-top: 18px;
}
.reviewer-photo-2 {
  max-width: 70px;
}
.testimonial-happy-face {
  position: absolute;
  bottom: -100px;
}
/* 
::::::::::::::::::::::
22. Post block styles
::::::::::::::::::::::
*/
.post-comment {
  color: #bed0e1;
}
.post-block-one .post-thumb {
  position: relative;
}
.post-block-one .posted-date {
  width: 70px;
  height: 70px;
  background: #fde428;
  color: #002e5b;
  position: absolute;
  right: -20px;
  top: -20px;
  padding: 10px;
  text-align: center;
  line-height: 1;
}
.post-block-one .date-day {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.post-block-one .date-month {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.post-block-one .post-category {
  margin-bottom: 10px;
}
.post-block-one .post-category a,
.post-block-one .post-category a:visited {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #002e5b;
  position: relative;
  display: inline-block;
}
.post-block-one .post-category a::after {
  content: '//';
  position: relative;
  color: #fde428;
  margin-left: 10px;
}
.post-block-one .post-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.6px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.post-block-one .post-title a,
.post-block-one .post-title a:visited {
  color: #002e5b;
}
.post-block-one .post-content {
  padding: 35px 0px 40px 0px;
}
.post-block-one .post-meta {
  border-top: 1px solid#f5f5f5;
  padding-top: 20px;
  margin-top: 20px;
}
.post-block-one .post-author {
  font-size: 16px;
  line-height: 1;
}
.post-block-one .post-author a,
.post-block-one .post-author a:visited {
  color: #002e5b;
  font-weight: 700;
}
.post-block-one .post-author span {
  color: #fde428;
  margin-right: 8px;
}
.post-slider .owl-stage-outer,
.post-slider-2 .owl-stage-outer {
  padding-top: 20px;
}
.post-block-one {
  padding-right: 20px;
}
.quote-img {
  margin-left: -220px;
}
/* 
::::::::::::::::::::::
23. contact form styles
::::::::::::::::::::::
*/
.wpcf7-form-control-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.wpcf7-icon {
  position: absolute;
  z-index: 1;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c4cfda;
  font-size: 16px;
}
.wpcf7-form-control {
  position: relative;
  width: 100%;
  background: #f5faff;
  border: none;
  min-height: 70px !important;
  padding: 10px 35px 10px 65px !important;
}
.wpcf7-form-control:focus {
  border: 1px solid #fce328;
}
select.wpcf7-form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-textarea {
  min-height: 140px;
  padding-top: 30px;
}
.wpcf7-form-control-wrap .wpcf7-textarea-icon {
  position: absolute;
  z-index: 1;
  left: 35px;
  top: 30px;
  color: #c4cfda;
  font-size: 16px;
}
.getquote-form .wpcf7-textarea {
  padding-top: 35px !important;
}
.wpcf7-form [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.wpcf7-form .row {
  margin-right: -10px;
  margin-left: -10px;
}
.wpcf7-submit {
  background: #002e5b;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 10px 55px !important;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  background: #fde428;
  color: #002e5b;
}
.quote-block-one {
  border: 2px solid #e9eff5;
  padding: 80px;
}
/* 
::::::::::::::::::::::
24. Latest post styles
::::::::::::::::::::::
*/
.latest-post-widget .post-thumb {
  max-width: 110px;
  margin-right: 30px;
}
.latest-post-widget .post-date,
.latest-post-widget .post-author {
  font-size: 12px;
  color: #b3c4d5;
}
.latest-post-widget .post-date {
  margin-right: 15px;
}
.latest-post-widget .fp-icon {
  color: #fde428;
  margin-right: 5px;
}
.latest-post-widget .post-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.latest-post-widget .post-title a,
.latest-post-widget .post-title a:visited {
  color: #fff;
}
.latest-post-widget .latest-post-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0f3a65;
}
.pb-100 {
  padding-bottom: 100px;
}
/* 
::::::::::::::::::::::
25. Header 3 styles
::::::::::::::::::::::
*/
.header-style-three {
  background: #002e5b;
  padding: 0px 50px;
  position: relative;
}
@media (min-width: 1600px) {
  .header-style-three {
    background: #002e5b;
    padding: 0px 120px;
  }
}
.header-call-heading {
  color: #fce328;
  display: block;
}
.header-phone-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}
.header-style-three .navigation-menu>li>a {
  padding: 55px 30px;
}
@media (max-width: 1299.98px) {
  .header-style-three .navigation-menu>li>a {
    padding: 55px 10px;
  }
}
@media (min-width: 1499.98px) {
  .d-xxl-block {
    display: block !important;
  }
}
/* 
::::::::::::::::::::::
26. Home slider styles
::::::::::::::::::::::
*/
.slide-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 820px;
  padding: 0;
  z-index: 9;
}
.slide-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0px;
}
.micro-slider .slide-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.micro-slider .active .slide-image {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear;
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.slide-container {
  background: #fff;
  border-bottom: 4px solid #fce328;
  padding: 60px 65px;
  max-width: 650px;
}
.slide-intro {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #002e5b;
  border-left: 2px solid #fce328;
  padding-left: 20px;
}
.slide-title {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 16px 0px 23px 0px;
  letter-spacing: -2.16px;
}
.slide-description {
  font-size: 16px;
  line-height: 26px;
}
.slide-buttons {
  margin-top: 24px;
}
.micro-slider .owl-dots {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.micro-slider .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #fce328;
}
.micro-slider .owl-dots .owl-dot.active span {
  background: #fce328;
}
/* 
::::::::::::::::::::::
27. About 3 styles
::::::::::::::::::::::
*/
.af-icon {
  width: 70px;
  height: 70px;
  font-size: 50px;
  padding: 10px;
  line-height: 1;
  text-align: center;
  background: #fce328;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.af-title {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.6px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
}
.af-details {
  padding-left: 30px;
}
.about-features:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eaf0f6;
}
.about-features:hover .af-icon {
  background: #002d5b;
  color: #fce328;
}
/* 
::::::::::::::::::::::
28. Video block styles
::::::::::::::::::::::
*/
.video-block-3 {
  position: relative;
  padding-right: 50px;
  margin-right: 20px;
}
.video-button-3 a {
  width: 70px;
  height: 70px;
  font-size: 16px;
  padding: 10px;
  line-height: 50px;
  text-align: center;
  background: #fce328;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #002e5b;
  display: block;
}
.video-button-3 a:hover {
  background: #fff;
}
.video-title-3 {
  margin-right: 25px;
  font-size: 18px;
  font-weight: 700;
}
.video-block-3::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  width: 2px;
  background: #6381a0;
}
/* 
::::::::::::::::::::::
29. Service 3 styles
::::::::::::::::::::::
*/
.db-vertical-split {
  position: relative;
}
.db-vertical-split::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 225px);
  background: #002d5b;
  z-index: -1;
}
.service-block-three {
  background: #fff;
  padding: 60px;
  text-align: center;
  -webkit-box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 30px rgba(11, 38, 83, 0.08);
}
.service-block-three .service-block-icon {
  font-size: 75px;
  line-height: 1;
  display: block;
}
.service-slider .owl-stage-outer {
  padding-bottom: 30px;
}
.service-block-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 30px auto 15px;
  letter-spacing: -0.72px;
}
.service-block-title a,
.service-block-title a:visited {
  color: #002e5b;
}
/* 
::::::::::::::::::::::
30. Portfolio 3 styles
::::::::::::::::::::::
*/
.portfolio-carousel-2 .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.portfolio-carousel-2 .owl-prev,
.portfolio-carousel-2 .owl-next {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  background: #002e5b;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 60px !important;
  height: 60px;
  width: 60px;
  top: -50px;
}
.portfolio-carousel-2 .owl-prev:hover,
.portfolio-carousel-2 .owl-next:hover {
  background: #fde428;
  color: #002e5b;
}
.portfolio-carousel-2 .owl-prev {
  left: -webkit-calc((100% - 1200px)/2);
  left: calc((100% - 1200px)/2);
  right: auto;
}
.portfolio-carousel-2 .owl-next {
  left: auto;
  right: -webkit-calc((100% - 1200px)/2);
  right: calc((100% - 1200px)/2);
}
.portfolio-carousel-2:hover .owl-prev,
.portfolio-carousel-2:hover .owl-next {
  opacity: 1;
  visibility: visible;
}
.portfolio-carousel-2:hover .owl-prev {
  margin-left: 50px;
}
.portfolio-carousel-2:hover .owl-next {
  margin-right: 50px;
}
.portfolio-item-classic {
  position: relative;
}
.portfolio-item-classic img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.portfolio-item-classic .portfolio-block-content {
  position: absolute;
  padding: 0 15px;
  margin-bottom: -4px;
  bottom: -40px;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  text-align: center;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 10;
}
.center .portfolio-block-content {
  bottom: 30px;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.center .portfolio-item-classic img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.center .portfolio-item-classic::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #002e5b;
  background: -webkit-linear-gradient(to top, #002e5b, transparent);
  background: linear-gradient(to top, #002e5b, transparent);
}
.portfolio-item-classic .portfolio-block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
}
.portfolio-item-classic .portfolio-block-title a,
.portfolio-item-classic .portfolio-block-title a:visited,
.portfolio-item-classic .portfolio-category a,
.portfolio-item-classic .portfolio-category a:visited {
  color: #fff;
}
.portfolio-carousel-2 .owl-dot span {
  width: 30px !important;
  height: 5px !important;
  margin: 0px 7px !important;
  background: #ebebeb !important;
  border-radius: 0px !important;
}
.portfolio-carousel-2 .active.owl-dot span {
  background: #002e5b !important;
}
.portfolio-carousel-2 .owl-dots {
  margin-top: 37px;
}
.line-divider {
  min-height: 2px;
  background: #f5f5f5;
}
.partner-style-2 .partner-logo {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner-style-2 .partner-logo:hover {
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
/* 
::::::::::::::::::::::
31. Line counter styles
::::::::::::::::::::::
*/
.bar-line {
  background: #ffffff;
  height: 4px;
  margin-top: 15px;
}
.bar-line-active {
  position: relative;
  display: block;
  width: 0px;
  height: 10px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
  background: #002e5b;
}
.skill-title {
  font-size: 16px;
  line-height: 1;
  color: #002e5b;
  font-weight: 700;
  margin-bottom: 0;
}
.count-text {
  font-size: 16px;
  font-weight: 700;
  color: #002e5b;
  background: #fff;
  position: relative;
  padding: 15px;
  margin-bottom: -15px;
}
.bar-box {
  position: relative;
}
.bar-box:not(:last-child) {
  margin-bottom: 36px;
}
/* 
::::::::::::::::::::::
32. Contact styles
::::::::::::::::::::::
*/
.contact-block {
  background: #f8f8f8;
  padding: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.con-icon {
  font-size: 80px;
  line-height: 1;
}
.con-details {
  margin: 28px auto 35px;
  font-size: 16px;
  font-weight: 700;
}
.con-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.72px;
  margin-bottom: 0;
}
.contact-block {
  position: relative;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-block::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: transparent;
  opacity: 0.9;
}
.con-btn {
  margin-top: 30px;
}
.con-btn a,
.con-btn a:visited {
  border: 2px solid #2b5175;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  color: #fff;
  padding: 20px 40px;
}
.con-btn a:hover {
  border: 2px solid #fce328;
  color: #2b5175;
  background: #fce328;
}
.contact-highlight .con-icon {
  color: #fce328;
}
/* 
::::::::::::::::::::::
33. Google Map styles
::::::::::::::::::::::
*/
.map-canvas {
  min-height: 550px;
}
.mt-n150 {
  margin-top: -150px;
}
.gm-style .gm-style-iw-c {
  z-index: 99;
}
/* 
::::::::::::::::::::::
34. Call block styles
::::::::::::::::::::::
*/
.call-block {
  background: #002e5b;
  color: #fff;
  padding: 0px 70px;
}
.call-person {
  margin-top: -50px;
}
.call-block-content {
  text-align: center;
}
.call-block-title {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1.44px;
}
.call-block-subtitle {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  display: block;
}
.call-block-phone {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1.44px;
  color: #fce328;
}
.call-block-parallax {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.cbp-item {
  bottom: 0;
  height: 100%;
}
/* 
::::::::::::::::::::::
34. Footer 3 styles
::::::::::::::::::::::
*/
.footer-style-three {
  color: #002e5b;
}
.footer-style-three .footer-widget-title {
  color: #002e5b;
}
.footer-style-three .footer-menu li a,
.footer-style-three .footer-menu li a:visited {
  color: #002e5b;
}
.footer-style-three .contact-details {
  color: #002e5b;
}
.footer-style-three .contact-icon {
  color: #002e5b;
}
.footer-style-three .latest-post-widget .post-date,
.footer-style-three .latest-post-widget .post-author {
  color: #002e5b;
}
.footer-style-three .latest-post-widget .post-title a,
.footer-style-three .latest-post-widget .post-title a:visited {
  color: #002e5b;
}
.footer-style-three .latest-post-widget .fp-icon {
  color: #002e5b;
}
.footer-bottom-3 {
  background: #f7f7f7;
  padding: 30px 0;
}
.footer-style-three .latest-post-widget .latest-post-item:not(:last-child) {
  border-bottom: 2px solid #e8e8e8;
}
.copyright-text {
  font-weight: 700;
}
.container-full {
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.btn-primary,
.btn-secondary,
.btn-grey {
  position: relative;
  z-index: 1;
  transition: all .5s;
}
.btn-primary::before,
.btn-secondary::before,
.btn-grey::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #002e5b;
  transition: all .5s;
  z-index: -1;
}
.btn-primary:hover::before,
.btn-secondary:hover::before,
.btn-grey:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.btn-grey:hover {
  color: #fff;
}
/* 
::::::::::::::::::::::
35. Page hero styles
::::::::::::::::::::::
*/
.page-hero {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 265px 0px 180px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-hero::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #002e5b;
  opacity: 0.8;
  z-index: -1;
}
.page-title {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1.8px;
  color: #fff;
  margin-bottom: 20px;
}
.page-breadcrumb {
  position: absolute;
  right: 15px;
  bottom: -180px;
}
.page-breadcrumb .breadcrumb {
  background: #fff;
}
.page-breadcrumb .breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item a:visited {
  font-size: 16px;
  font-weight: 700;
  color: #002e5b;
}
.breadcrumb-item a:hover {
  color: #fce328;
}
.breadcrumb-seperator {
  margin: 0px 10px;
}
.section-title-md {
  font-size: 24px;
  margin-bottom: 30px;
}
.appointment-block {
  border: 2px solid #e9eff5;
  padding: 48px 48px 25px;
  background-color: #fff;
}
/* 
::::::::::::::::::::::
36. Counter 2 styles
::::::::::::::::::::::
*/
.counter-style-2 {
  background: #002e5b;
  padding: 35px;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin-bottom: 30px;
}
.counter-style-2:hover {
  -webkit-transform: translate(0, -10px);
  -khtml-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}
.counter-style-2::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 0px;
  top: 0;
  right: 0;
  background: #fde428;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.counter-style-2:hover::after {
  height: 100%;
}
/* split heading  */
.heading-split {
  border-right: 2px solid #fce328;
  padding-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.team-photo {
  max-width: 180px;
  position: relative;
  margin: 0px auto;
}
/* 
::::::::::::::::::::::
37. Features 3 styles
::::::::::::::::::::::
*/
.features_read-more,
.features_read-more:visited {
  position: relative;
  color: #002e5b;
  font-size: 14px;
  font-weight: 700;
}
.features_read-more:hover {
  color: #fde428;
}
.features_read-more::after {
  content: '//';
  position: relative;
  color: #fde428;
  margin-left: 10px;
}
.features-block {
  background: #fff;
  padding: 50px 40px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.features-block:hover {
  -webkit-transform: translate(0, -10px);
  -khtml-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}
.features-block_icon {
  font-size: 60px;
  color: #002e5b;
  display: block;
  line-height: 1;
}
.features-block_title {
  margin: 40px auto 25px;
  color: #002e5b;
  letter-spacing: -0.54px
}
.features-block_descriptions {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}
.p-100 {
  padding: 100px;
}
.subs-left-block {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top right;
}
/* 
::::::::::::::::::::::
38. Service 3 styles
::::::::::::::::::::::
*/
.service-block_content {
  position: relative;
  max-width: calc(100% - 20px);
  background: #fff;
  margin-left: 20px;
  margin-top: -45px;
  padding: 30px 35px;
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}
.service-block_content .service-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.service-more-btn {
  position: absolute;
  top: -30px;
  right: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
}
.service-block-3:hover .service-more-btn {
  opacity: 1;
  visibility: visible;
  right: 20px;
}
.service-more-btn a,
.service-more-btn a:visited {
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  color: #002e5b;
  text-align: center;
  background: #fde428;
  display: inline-block;
  text-decoration: none;
}
.service-more-btn a:hover {
  background: #002e5b;
  color: #fff;
}
.service-block-3 {
  margin-bottom: 30px;
}
.service-block-3,
.service-block_thumbnail {
  position: relative;
}
.service-block_thumbnail:before {
  position: absolute;
  content: "";
  background-color: #141414;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service-block-3:hover .service-block_thumbnail:before {
  opacity: 0.7;
}
.cf-block {
  background: #fff;
  padding: 40px 80px;
  z-index: 2;
  position: relative;
}
.af-img {
  max-width: 140px;
}
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
/* 
::::::::::::::::::::::
39. History styles
::::::::::::::::::::::
*/
.history-list {
  position: relative;
  padding-left: 0;
  margin-left: 0;
  height: 100%;
}
.history-list::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #063768;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.history-block {
  padding: 0px 30px 30px;
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.history-title {
  margin: 35px auto 25px;
  font-size: 24px;
}
.history-block::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 175px);
  background: #033463;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hostory-item:hover .history-block::before {
  background: #fff;
}
.hostory-item:hover .history-block {
  color: #002e5b;
}
.hostory-item:hover .history-year {
  background: #fde428;
  color: #002e5b;
}
.hostory-item {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hostory-item:not(:last-child) {
  margin-bottom: 60px;
}
.hostory-item:nth-child(odd) .history-block {
  float: right;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  clear: both;
}
.hostory-item:nth-child(even) .history-block {
  float: left;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  clear: both;
}
.history-year {
  background: #002e5b;
  border: 2px solid #063768;
  width: 95px;
  height: 95px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  line-height: 95px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.hostory-item:nth-child(odd) .history-year::after {
  position: absolute;
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  left: 140px;
  color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.hostory-item:nth-child(even) .history-year::after {
  position: absolute;
  content: '\f060';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  right: 140px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.hostory-item:nth-child(odd):hover .history-year::after {
  left: 150px;
  color: #fde428;
}
.hostory-item:nth-child(even):hover .history-year::after {
  right: 150px;
  color: #fde428;
}
/* 
::::::::::::::::::::::
40. News Page styles
::::::::::::::::::::::
*/
.post-block-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.post-block-item:not(:last-child) {
  margin-bottom: 40px;
}
.post-block-content {
  background: #fff;
  padding: 50px;
}
.cat-links a {
  margin-right: 20px;
}
.cat-links a,
.cat-links a:visited {
  background: #fde428;
  color: #002e5b;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.cat-links a:hover {
  background: #002e5b;
  color: #fff;
}
.post-block-title {
  font-size: 34px;
  line-height: 1.3;
  color: #002e5b;
  letter-spacing: -1.02px;
  margin: 13px auto 10px;
  display: block;
  word-break: break-word;
}
.post-block-title a,
.post-block-title a:visited {
  color: #002e5b;
}
.post-block-meta {
  margin-bottom: 30px;
  font-size: 14px;
}
.post-block-meta a,
.post-block-meta a:visited {
  color: #002e5b;
}
.post-block-views,
.post-block-comments {
  margin-right: 30px;
}
.post-read-more {
  position: relative;
}
.post-read-more a,
.post-read-more a:visited {
  color: #002e5b;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.post-read-more a:hover {
  letter-spacing: 1.5px;
}
.post-read-more a::before {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  right: 140px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin-right: 7px;
}
.author-avater {
  margin-right: 15px;
}
.author-avater img {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.posted-by {
  font-size: 16px;
  font-weight: 700;
  color: #002e5b;
}
.posted-by a,
.posted-by a:visited {
  color: #002e5b;
}
.post-block-footer {
  position: relative;
  display: block;
  margin-top: 40px;
}
.post-thumbnail {
  position: relative;
}
.video-post-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  background: #fde428;
  color: #002e5b;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  line-height: 80px;
}
.quote-title {
  position: relative;
  padding-left: 100px;
}
.quote-title::before {
  font-family: Flaticon;
  font-size: 60px;
  font-style: normal;
  margin-left: 20px;
  color: #333;
  content: "\f12d";
  position: absolute;
  left: 0;
  top: 15px;
}
.post-quote .post-block-content {
  background: #fde428;
}
.page-link,
.page-link:visited {
  padding: 15px;
  color: #001d23;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 1;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  height: 100%;
    line-height: 1;
}
.page-link:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}
.finpress-pagintion-item{
  height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
    background: #002e5b;
    color: #ffffff;
    border-color: #002e5b;
    box-shadow: 0px 8px 16px 0px rgba(0, 46, 91, 0.3);
    display: inline-block;
    margin: 0 5px;
}

.finpress-pagintion-item a, .finpress-pagintion-item a:visited, .finpress-pagintion-item:hover a{
  color: #ffff;
}
.finpress-pagintion-item.active, .finpress-pagintion-item:hover{
  background: #fde428;
  color: #002e5b;
  border-color: #fde428;
    box-shadow: 0px 8px 16px 0px rgba(253, 228, 40, 0.3);
}
.finpress-pagintion-item.active a{
  color: #002e5b;
}
/* sidebar widgets  */
.finpress-sidebar {
  margin-left: 20px;
}
.widget-box {
  padding: 40px;
  background: #fff;
  margin-bottom: 40px;
}
.widget-title {
  font-size: 20px;
  font-weight: 700;
  color: #002e5b;
  position: relative;
  border-left: 2px solid #e6e6e6;
  padding-left: 30px;
  margin-bottom: 40px;
}
.author-social-accounts ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.author-social-accounts ul li {
  margin: 0px;
}
.author-social-accounts ul li a,
.author-social-accounts ul li a:visited {
  color: #b3bed3;
  font-size: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  line-height: 30px;
}
.author-social-accounts ul li a:hover {
  background: #fde428;
  color: #002e5b;
}
.author-photo {
  max-width: 140px;
  margin: 0px auto;
}
.author-details,
.author-photo {
  text-align: center;
}
.author-name {
  margin: 30px auto 25px;
}
.author-social-accounts {
  margin-top: 25px;
}
.search-input {
  height: 60px;
  background: #f9f9f9;
  border: none !important;
  padding: 5px 20px !important;
  max-width: calc(100% - 60px);
  width: 100%;
}
.search-submit {
  height: 60px;
  width: 60px;
  background: #fde428;
  color: #002e5b;
  border: none;
  font-size: 14px;
  text-align: center;
  float: right;
  -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.search-submit:hover{
  background: #002e5b;
  color: #fff;
}
.rp-thumb {
  max-width: 80px;
  margin-right: 20px;
}
.post-title-sm {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.post-title-sm a,
.post-title-sm a:visited {
  color: #002e5b;
}
.recent-post-item:not(:last-child) {
  margin-bottom: 60px;
}
.widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.widget_categories ul .children{
margin-top: 10px;
}
.widget_categories ul li {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_categories ul li:not(:last-child) {
  margin-bottom: 10px;
}
.widget .post-count {
  background: #ffed6a;
  font-size: 14px;
  color: #002e5b;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  float: right;
}
.wp-block-archives .post-count {
  background: transparent;
  margin-left: 10px;
}
.wp-block-archives a,
.wp-block-archives a:visited,
.wp-block-calendar a,
.wp-block-calendar a:visited,
.single-post-wrapper a,
.single-post-wrapper a:visited {
  color: #002d5b;
}
.widget_categories ul li a {
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
  background: #f9f9f9;
  color: #002e5b;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
}
.widget_categories ul li a::after {
  content: '';
  position: absolute;
  background: #fde428;
  width: 0px;
  height: 100%;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}
.widget_categories ul li a:hover::after {
  width: 100%;
}
.social-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-widget ul li {
  margin: 0px 5px;
}
.social-widget ul li a,
.social-widget ul li a:visited {
  display: block;
  background: #f9f9f9;
  color: #002e5b;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.social-widget ul li a:hover {
  background: #fde428;
}
.fp-tags-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.fp-tags-widget ul li {
  display: inline-block;
  margin: 5px;
}
.fp-tags-widget ul li a,
.fp-tags-widget ul li a:visited {
  background: #f9f9f9;
  color: #002e5b;
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.fp-tags-widget ul li a:hover {
  background: #fde428;
}
/* 
::::::::::::::::::::::
41. News Details Page styles
::::::::::::::::::::::
*/
.single-post-content {
  background: #fff;
}
.single-post-inner{
  padding: 50px 50px 0px;
  position: relative;
}
.post-single-inside{
  padding: 0px 50px;
}
.styled-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: 15px;
}
.styled-list li {
  margin-bottom: 15px;
  position: relative;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.single-post-wrapper {
  background: #f6f6f6;
}
.post-content blockquote,
.service-content blockquote {
  background: #fde428;
  color: #002e5b;
  margin: 30px 0px;
  padding: 60px 70px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 30px 0px;
  padding: 60px 70px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 90%;
  background: transparent;
}
.post-content blockquote .fp-ba,
.service-content blockquote .fp-ba {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
blockquote p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: -0.84px;
}
.post-content blockquote::before,
.service-content blockquote::before {
  font-family: Flaticon;
  font-size: 120px;
  line-height: 1;
  font-style: normal;
  color: #002e5b;
  content: "\f12f";
  position: absolute;
  right: 50px;
  bottom: 30px;
  z-index: -1;
  opacity: 0.1;
}
.single-post-meta {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-post-tags {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-post-tags li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.single-post-tags li a,
.single-post-tags li a:visited {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  display: block;
  color: #002e5b;
  background: #f9f9f9;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-post-tags li a:hover {
  background: #fde428;
}
.post-meta-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.post-share-box ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.post-share-box ul li {
  margin-left: 15px;
}
.post-share-box ul li a,
.post-share-box ul li a:visited {
  color: #b5becc;
  font-size: 18px;
}
.post-share-box ul li a:hover {
  color: #fde428;
}
.post-nav-box {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.post-nav-box .btn-bg span{
  background: #002e5b !important;
}
.post-nav-box a:hover{
  color: #fff;
}
.post-box-next {
  margin-left: auto;
  float: right;
}
.single-post-nav {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 50px 0;
}
.post-nav-title {
  font-size: 14px;
  font-weight: 700;
  color: #002e5b;
  margin-bottom: 15px;
}
.post-nav-content {
  font-size: 28px;
  font-weight: 700;
}
.post-nav-content a,
.post-nav-content a:visited {
  color: #002e5b;
  line-height: 1.3;
  word-break: break-word;
}
.post-nav-content a:hover {
  color: #fce328;
}
.post-nav-home {
  font-size: 40px;
  color: #d4e1ed;
}
.related-post-title {
  font-size: 26px;
  margin-bottom: 40px;
}
.related-post-box {
  padding: 50px 0;
}
.related-post-box .post-block-title {
  font-size: 22px;
  line-height: 1.4;
  margin: 10px auto 15px;
}
.related-post-box .post-block-title a:hover {
  color: #fde428;
}
.related-post-box .post-block-content {
  padding: 20px;
}
.related-post-box .post-block-meta {
  margin-bottom: 10px;
}
.related-post-box .post-block-item {
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}
.related-post-box .post-block-item:hover .post-block-content {
  background: #f9f9f9;
}
.post-author-box {
  background: #f9f9f9;
  padding: 40px;
  margin-top: 50px;
}
.posted-by-title {
  font-size: 12px;
  font-weight: 700;
}
.post-author-name {
  font-size: 36px;
  margin-bottom: 25px;
}
.author-descriptions {
  font-size: 14px;
  line-height: 26px;
}
/* comment box  */
.comment-content-box {
  padding: 50px 0;
}
.comment-total {
  font-size: 26px;
  margin-bottom: 40px;
}
.comment-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.comment-avatar {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  overflow: hidden;
  margin-right: 30px;
}
.comment-form-box {
  margin-top: 45px;
}
.comment-author-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.comment-author-name a,
.comment-author-name a:visited {
  color: #002e5b;
}
.comment-date {
  font-size: 12px;
  font-weight: 700;
}
.comment-message {
  font-size: 14px;
  margin-top: 27px;
}
.comment-reply-btn button {
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #002e5b;
}
.comment-reply-btn a,
.comment-reply-btn a:visited {
  color: #002e5b;
}
.comment-reply-btn a:hover, .comment-reply-btn:hover{
  color: #fce328;
}
.comment-form-cookies-consent {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  margin-bottom: 40px;
}
#wp-comment-cookies-consent {
  margin-right: 10px;
  margin-top: 0px;
}
.comment-form-cookies-consent label {
  font-size: 15px;
  margin-bottom: 0;
}
.comment-list-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.comment-list-item .children {
  padding-left: 30px;
  margin-top: 30px;
}
.comment-form {
  background: #f5f5f5;
  padding: 50px;
}
.comment-respond{
  margin-top: 50px;
  display: block;
}
#cancel-comment-reply-link{
  font-size: 15px;
  margin-left: 10px;
  color: #a2a2a2;
}
.comment-reply-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}
.comment-form .comment-form-control {
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
  border: none;
  background: #fff;
}
.comment-form #comment{
  min-height: 150px;
  padding: 20px;
}
.comment-form-group {
  margin-bottom: 30px;
}
.map-data h6 {
  font-size: 18px;
}
.contact-box {
  background: #fff;
  padding: 100px;
  margin-top: -100px;
}
.contact-box .wpcf7-submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* 
::::::::::::::::::::::
42. Portfolio Details Page styles
::::::::::::::::::::::
*/
.pd-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.pd-item span {
  font-size: 16px;
  font-weight: 700;
}
.portfolio-details {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  position: relative;
  max-width: calc(100% - 80px);
  margin-left: 40px;
  padding: 50px;
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}
.pd-item:not(:last-child) {
  padding-right: 10px;
}
.portfolio-nav-box {
  padding: 20px;
  border: 2px solid #edf2f7;
  margin-top: 60px;
}
.portfolio-nav a,
.portfolio-nav a:visited {
  color: #002e5b;
}
.pn-post {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.pn-left .pn-thumb {
  margin-right: 20px;
  max-width: 130px;
}
.pn-right .pn-thumb {
  margin-left: 20px;
  max-width: 130px;
}
.pn-title {
  font-size: 14px;
  font-weight: 700;
}
.portfolio-content {
  padding: 60px 0;
}
/* 
::::::::::::::::::::::
43. Staff block styles
::::::::::::::::::::::
*/
.staff-box {
  background: #002e5b;
  padding: 0px 10px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.staff-name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.staff-role {
  font-size: 14px;
  color: #fde428;
}
.staff-photo {
  max-width: 150px;
  margin-top: -30px;
  margin-right: 10px;
}
.staff-box:hover {
  background: #fde428;
}
.staff-box:hover .staff-name,
.staff-box:hover .staff-role {
  color: #002e5b;
}
.mt-50 {
  margin-top: 50px;
}
/* 
::::::::::::::::::::::
44. Service nav styles
::::::::::::::::::::::
*/
.service-nav-box ul,
.sidebar-nav-box ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sn-icon {
  margin-right: 10px;
}
.service-nav-box ul li:not(:last-child),
.sidebar-nav-box ul li:not(:last-child) {
  margin-bottom: 7px;
}
.service-nav-box ul li a,
.service-nav-box ul li a:visited {
  padding: 20px 40px;
  display: block;
  background: #f7f7f7;
  color: #002e5b;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.service-nav-box ul li a:hover {
  background: #fde428;
}
.service-nav-box ul li a::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  right: 60px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.service-nav-box ul li a:hover::before {
  visibility: visible;
  opacity: 1;
  right: 40px;
}
.sidebar-nav-box ul li a,
.sidebar-nav-box ul li a:visited {
  padding: 20px 40px;
  display: block;
  border: 2px solid #f7f7f7;
  color: #002e5b;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.sidebar-nav-box ul li a:hover {
  color: #fce328;
}
.sidebar-widget {
  margin-bottom: 40px;
}
.tw-slider {
  position: relative;
}
.tw-slider::before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 65px;
  position: absolute;
  right: 30px;
  bottom: 50px;
  z-index: 0;
  color: #f7f7f7;
}
.tw-content {
  font-size: 14px;
}
.tw-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.tw-photo {
  max-width: 55px;
  margin-right: 15px;
}
.tw-meta {
  margin-top: 25px;
}
.tw-role {
  font-size: 12px;
  font-weight: 700;
}
.tw-item {
  padding: 20px;
  border: 2px solid #f7f7f7;
}
.fp-sidebar {
  padding-left: 20px;
}
.mc-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #002e5b;
  background: #fff;
  margin-right: 30px;
}
.team-member-details {
  background: #f2f6f9;
  padding: 50px;
  margin-bottom: 50px;
}
.tm-name {
  font-size: 48px;
  font-weight: 700;
  color: #002e5b;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1.8px;
  z-index: 1;
  position: relative;
}
.mc-item:not(:last-child) {
  margin-bottom: 15px;
}
.mc-content {
  font-weight: 700;
  font-size: 16px;
}
.member-contact-details {
  margin-bottom: 30px;
}
.ts-connect-item a,
.ts-connect-item a:visited {
  background: #fff;
  color: #002e5b;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: block;
  font-size: 16px;
  color: #002e5b;
  background: #fff;
}
.ts-connect-item a:hover {
  background: #002e5b;
  color: #fff;
}
.ts-connect-item {
  margin-right: 10px;
}
.ts-connect {
  margin-left: 10px;
}
.tm-photo {
  padding-right: 20px;
}
.tm-descriptions p:first-child:first-letter {
  float: left;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  color: #002e5b;
  background: #fce328;
  width: 120px;
  height: 120px;
  overflow: hidden;
  padding: 20px 30px;
}
#site-overlay.open {
  display: block;
  background: #333;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: .7;
}
.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  text-align: center;
  z-index: 9999;
  opacity: 0.9;
  background: #002e5b;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.back-to-top.in {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.back-to-top:hover {
  background: #fce328;
  color: #002e5b;
}
.mobile-header {
  padding: 20px 0;
  position: relative;
}
.portfolio-item::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .35) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .35)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .35) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.portfolio-item:hover::before {
  -webkit-animation: shaft-effect 1s;
  animation: shaft-effect 1s;
}
@-webkit-keyframes shaft-effect {
  100% {
    left: 125%;
  }
}
@keyframes shaft-effect {
  100% {
    left: 125%;
  }
}
.site-title,
.site-title a,
.site-title a:visited {
  font-size: 20px;
  color: #002e5b;
}
.footer-about {
  font-size: 24px;
  line-height: 40px;
}
.site-main {
  padding: 100px 0;
  background-color: #f7f8f9;
}
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
}
.widget_archive ul li,
.widget_recent_entries ul li {
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.widget_categories ul li {
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 46px;
}
.widget_categories ul li a,
.widget_categories ul li a:visited {
  text-align: left;
  display: inline-block;
  color: #002e5b;
}
.widget_categories ul li a:hover {
  color: #002e5b;
}
.widget_recent_entries li {
  margin-bottom: 20px;
}
.widget_pages ul li,
.widget_meta ul li {
  position: relative;
}
.widget_recent_comments ul li,
.widget_rss ul li {
  position: relative;
  margin-bottom: 20px;
}
.widget_nav_menu ul li {
  position: relative;
  line-height: 60px;
}
.widget_recent_comments ul li a,
.widget_recent_comments ul li a:visited,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a:visited,
.widget_nav_menu ul li a,
.widget_nav_menu ul li a:visited {
  color: #717483;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  transition: .3s all;
}
.widget_rss ul li a,
.widget_rss ul li a:visited{
  color: #002d5b;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  transition: .3s all;
}
.rsswidget{
  display: block;
  margin: 15px auto 10px;
}
.rss-date {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  font-size: 15px;
}
.widget_rss cite{
  display: block;
  margin-top: 15px;
  color: #1b1b1b;
}
.widget_rss li:not(:last-child){
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child {
  margin-bottom: 0px;
}
.widget_archive ul li a,
.widget_archive ul li a:visited,
.widget_pages ul li a,
.widget_pages ul li a:visited,
.widget_meta ul li a,
.widget_meta ul li a:visited,
.widget_nav_menu ul li a:visited {
  color: #717483;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  position: relative;
  transition: .3s all;
  padding: 10px 0;
}
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover {
  color: #002e5b;
  text-decoration: none;
}
.widget_meta ul li a::after {
  content: '';
  color: #717483;
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  text-align: right;
  float: right;
  transition: .3s all;
  transition-delay: .2s;
  line-height: 1;
  padding: 5px 0;
}
.widget_nav_menu ul li a::after {
  content: '';
  color: #717483;
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  text-align: right;
  float: right;
  transition: .3s all;
  transition-delay: .2s;
  line-height: 60px;
}
.widget_pages ul li a:hover::after,
.widget_meta ul li a:hover:after,
.widget_nav_menu ul li a:hover::after {
  margin-right: -10px;
  color: #2c85ff;
}
.tagcloud {
  list-style: none;
  padding-left: 0;
}
.tagcloud a,
.tagcloud a:visited {
  font-size: 12px !important;
  color: #002e5b;
  background-color: #f9f9f9;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 0px 20px;
  margin: 0px 10px 10px 0px;
  -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.tagcloud a:not(:last-child)::after {
  content: ',';
  position: relative;
}
.tagcloud a:hover {
  color: #2c85ff;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a::after{
  content: none;
}
.widget_tag_cloud .tagcloud a:hover{
  background-color: #fde428;
  color: #002e5b;
}
.widget_archive .nice-select,
.widget_categories .nice-select,
.widget_text .nice-select {
  width: 100%;
  float: unset;
  height: 58px;
  line-height: 58px;
}
.widget_archive .list .option,
.widget_categories .list .option {
  margin-bottom: 0px;
}
.widget_categories {
  position: relative;
  display: block;
}
.wp-calendar-table {
  width: 100%
}
.wp-calendar-table caption {
  color: #19203f
}
.wp-calendar-table th {
  color: #fff;
  background: #19203f !important;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px
}
.wp-calendar-table td {
  border: 2px solid #f2f2f2;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px
}
.wp-calendar-table td a {
  color: #19203f
}
.wp-calendar-table #today,
.wp-calendar-table #today a {
  background: #19203f;
  color: #fff
}
.widget_calendar nav a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #002e5b;
  color: #fff;
}
.widget_calendar nav a:hover {
  color: #002e5b;
  text-decoration: none;
  background: #fce328;
}
.widget_text img {
  max-width: 100%;
  height: auto;
}
.posted-on a,
.posted-on a:visited {
  color: #002e5b;
}
.header-position-relative {
  position: relative;
}
.header-position-absolute {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.menu-align-right {
  float: right;
}
.flex-align-left .elementor-widget-wrap {
  display: -webkit-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.flex-align-center .elementor-widget-wrap {
  display: -webkit-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.flex-align-right .elementor-widget-wrap {
  display: -webkit-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.flex-align-left .elementor-widget-wrap>div,
.flex-align-right .elementor-widget-wrap>div,
.flex-align-center .elementor-widget-wrap>div {
  padding-right: 0px;
  width: auto;
  margin-bottom: 0;
}
.edit-comment,
.comment-edit-link,
.comment-edit-link:visited {
  color: #4e555b;
}
.comment-form .logged-in-as a,
.comment-form .logged-in-as a:visited {
  color: #717483;
}
.comment-form .logged-in-as a:hover {
  color: #002e5b;
}
.post-archive-wrapper {
  background: #f6f6f6;
}
.about-block:hover .about-block-overlay {
  top: 0;
}
.about-block .about-block-description {
  transition: 200ms all;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  display: none;
}
.about-block:hover .about-block-description {
  transition: 500ms all;
  opacity: 1;
  visibility: visible;
  transition-delay: 200ms;
  display: block;
  transform: translateY(0px);
}
.scroll-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #002d5b;
  font-size: 28px;
  line-height: 1;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  z-index: 99;
}
.scroll-top:hover {
  cursor: pointer;
  background: #fce328;
}
.site-footer-default {
  background: #002d5b;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.site-footer-default a,
.site-footer-default a:visited {
  color: #fff;
}
.notfound-search-form {
  max-width: 500px;
  margin: 30px auto;
}
.error-404 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 300px 0;
  background-position: center center;
}
.sticky.post-block-item::after {
  content: '\f08d';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 10px;
}
.post-content>ul,
.post-content>ol {
  padding-left: 20px;
}
.wp-block-archives li {
  position: relative;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.wp-block-archives,
.wp-block-calendar,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-search,
.wp-block-tag-cloud,
.wp-block-rss {
  margin-bottom: 30px;
}
.wp-block-button__link {
  color: #fff !important;
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}
.blocks-gallery-grid,
.wp-block-gallery {
  padding: 0 !important;
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  font-size: 36px;
  line-height: 1.5;
}
.page-links-title {
  font-weight: 500;
  color: #002d5b;
  display: inline-block;
  margin-right: 15px;
}
.page-links .post-page-numbers {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  background: #f4f6f9;
  color: #a29fa6;
  display: inline-block;
  transition: all 0.3s;
}
.page-links .post-page-numbers:hover,
.post-page-numbers.current {
  background: #002d5b;
  color: #fff;
  text-decoration: none;
}
.wp-block-group {
  margin-bottom: 30px;
}
pre {
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  overflow: auto;
  padding: 2em;
  line-height: 2em;
  font-size: 12px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: -ms-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
  -webkit-background-size: 100% 4em;
  -moz-background-size: 100% 4em;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  margin-bottom: 30px;
  position: relative;
  left: 0;
  text-transform: none;
}
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}
table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
  border-color: #dee2e6;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  padding: 0.5rem;
}
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th {
  color: #3F3836;
  font-weight: 600;
  word-wrap: normal;
}
table>thead>tr>th.views,
table>tbody>tr>th.views,
table>tfoot>tr>th.views {
  min-width: 120px;
}
table>thead>tr>th,
table>thead>tr>td {
  border-bottom-width: 2px;
  color: #3F3836;
  white-space: nowrap;
}
.wp-block-table td,
.wp-block-table th {
  padding: .5em;
  border: 1px solid;
  word-break: normal;
}
.widget .children {
  margin-top: 0px;
}
.comment-author-link a,
.comment-author-link a:visited {
  font-weight: 600 !important;
  color: #002d5b !important;
}
.form_password_input {
  min-height: 60px;
  padding-left: 15px;
}
.form_password_button {
  background: #19203f;
  color: #fff;
  border: 2px solid #19203f;
  height: 60px;
  width: 60px;
}
.commentlist {
  list-style: none;
  padding-left: 0;
}
.comment-content-box .children {
  list-style: none;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 20px;
}
.comment-content blockquote {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  padding: 40px 15px;
  position: relative;
  text-align: center;
  background-color: #f5f5f5;
  margin-left: 0;
}
.comment-content ul,
.comment-content ol {
  margin-left: 20px;
}
.comment-content {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
#wp-calendar {
  width: 100%;
  margin-bottom: 0;
}
#wp-calendar caption {
  font-weight: 600;
}
.header-search-btn {
  transition: 0.4s ease-in-out;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.about-des {
  font-size: 16px;
  line-height: 26px;
  color: #002e5b;
}
/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1499.98px) {
  .hero-video-pulse {
    display: none;
  }
}
.hover-3d-card {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}
.elementor-widget-finpress-nav ul {
  list-style: none;
}
.yellow-color {
  color: #fde428;
}
.elementor-section .elementor-container>.elementor-row>.elementor-column>.elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}
.micro-navigation-menu>ul>li.has-dropdown>a:before {
  position: absolute;
  display: inline-block;
  content: "\f063";
  top: 2px;
  right: 0px;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  color: #cfdeec;
  font-weight: 300;
  transform: rotate(0deg);
  transition: all 500ms ease;
}
.testimonials-style-two .owl-dot {
  background: transparent;
}
.testimonial-style-two-content {
  position: relative;
}
.testimonial-style-two-content::before {
  font-family: Flaticon;
  content: "\f12e";
  position: absolute;
  font-size: 125px;
  height: 125px;
  top: 45px;
  z-index: -1;
  color: #0f3a65;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpcf7-message-icon {
  top: 80px;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  margin-top: 27px;
}
.get-quote-message .wpcf7-textarea {
  padding-top: 30px !important;
}
.full-bar-search-wrap {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  z-index: 10;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.full-bar-search-wrap.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 999;
}
.full-bar-search-wrap {
  background-color: rgba(255, 255, 255, 0.97);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.owl-theme .owl-dots .owl-dot {
  background: transparent;
}
.appointment-submit {
  padding: 25px 0px;
  border: none;
  display: inline-block;
  background: #002e5b !important;
  color: #fff !important;
}
.appointment-submit:hover{
  color: #002e5b !important;
}
.appointment-submit.btn-bg span{
  background: #fce328;
}
.about-descrip {
  display: block;
  margin-bottom: 25px;
}
.mb-35 {
  margin-bottom: 35px;
  display: block;
}
.subs-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subs-content {
  padding: 100px 120px;
}
.bordertitle {
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
/* 
::::::::::::::::::::::
45. Responsive styles
::::::::::::::::::::::
*/
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container-right {
    margin-left: -webkit-calc((100% - 1200px)/2);
    margin-left: calc((100% - 1200px)/2);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
  }
  .pl-lg-35 {
    padding-left: 35px;
  }
  .ml-lg-n75 {
    margin-left: -75px;
  }
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-heading,
  .section-title {
    font-size: 40px;
  }
  .hero-banner-one-footer {
    position: relative;
    padding: 15px 0;
    margin-top: 50px;
  }
  .hero-video-pulse {
    margin-top: 60px;
    margin-left: 50px;
  }
  .language-switcher {
    margin-top: 30px;
  }
  .hero-banner-one-footer .banner-footer-content {
    margin-right: 10px;
    font-size: 14px;
  }
  .bordertitle {
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-width: 1px;
  }
  .portfolio-details {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pd-item:not(:last-child){
    margin-bottom: 30px;
    display: block;
  }
  .portfolio-header{
    margin-bottom: 40px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .video-block-3 {
    padding-right: 0px;
    margin-right: 0px;
  }
  .video-title-3{
    margin-bottom: 10px;
    display: block;
  }
  .portfolio-details {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pd-item:not(:last-child){
    margin-bottom: 30px;
    display: block;
  }
  .portfolio-header{
    margin-bottom: 40px;
  }
  .bordertitle {
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-width: 1px;
  }
  .subs-content {
    padding: 15px;
  }
  .header-search-btn {
    margin-right: 0;
    text-align: revert;
    float: right;
  }
  .about-features .af-details {
    margin-top: 0;
    margin-left: 10px;
  }
  .why-chhose-details {
    margin-left: 0px !important;
    margin-top: 20px !important;
  }
  .footer-bottom-menu .menu {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .founder-message-box::after,
  .video-block-3::after {
    content: none;
  }
  .full-bar-search-wrap .form-control {
    font-size: 14px;
  }
  .service-block .service-title {
    margin-top: 10px;
  }
  .testimonial-reviewers {
    display: none;
  }
  .hero-banner-one {
    min-height: auto;
    height: auto;
  }
  .hero-banner-wrapper {
    min-height: auto;
    height: auto;
    padding: 100px 0;
  }
  .hero-video-pulse {
    margin-left: 30px;
  }
  .service-title-block {
    padding-left: 0px;
  }
  .headring-left-one,
  .headring-left-two {
    margin-left: 0px;
  }
  .search-btn-popup {
    background-color: transparent !important;
    font-size: 28px;
    padding: 0;
  }
  .ml-lg-n150 {
    margin-left: 0px;
  }
  .cf-block {
    padding: 15px;
  }
  .mr-lg-n150 {
    margin-right: 0px;
  }
  .history-list::before {
    left: 45px;
    -webkit-transform: translateX(-0%);
    transform: translateX(-0%);
  }
  .history-year {
    left: 10px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .hostory-item:nth-child(odd) .history-block,
  .hostory-item:nth-child(even) .history-block {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    float: right;
  }
  .history-block::before {
    height: calc(100% - 110px);
  }
  .hostory-item:nth-child(even) .history-year::after,
  .hostory-item:nth-child(odd) .history-year::after {
    left: 110px;
    content: '\f061';
  }
  .hostory-item:nth-child(odd):hover .history-year::after {
    left: 110px;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .hero-banner-one-footer {
    position: relative;
  }
  .hero-sub-heading {
    z-index: 2;
  }
  .hero-image {
    position: relative;
    right: 0;
    z-index: 99;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .text-xs-center {
    text-align: center;
  }
  .banner-footer-content {
    margin-right: 0px;
    padding: 10px 0px;
  }
  .hero-banner-one-footer {
    padding: 20px 0px;
  }
  .language-switcher {
    float: left;
    margin-top: 20px;
  }
  .about-one {
    padding-left: 0px;
  }
  .about-section-heading {
    font-size: 28px;
    -webkit-text-stroke-width: 1px;
  }
  .about-quote,
  .quote-box {
    font-size: 18px;
  }
  .section-title {
    font-size: 28px;
  }
  .email-subscription-form [type="submit"] {
    position: relative;
    margin-top: 15px;
  }
  .email-input-field {
    padding-right: 20px;
  }
  .feature-icon {
    font-size: 45px;
    margin-right: 20px;
  }
  .feature-title {
    font-size: 20px;
  }
  .portfolio-section::before {
    content: none;
  }
  .partner-section {
    padding: 100px 0px 100px;
  }
  .reviewer-1 {
    top: 1%;
  }
  .reviewer-3 {
    right: 5%;
    top: 2%;
  }
  .testimonial-item {
    padding: 20px;
    margin: 0px;
  }
  .testimonial-quote {
    font-size: 17px;
    padding-top: 20px;
  }
  .testimonial-slider .owl-nav {
    position: relative;
    right: auto;
    left: 0;
    bottom: 0;
  }
  .footer-menu li {
    width: 100%;
  }
  .footer-style-one-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-details {
    padding-left: 15px;
  }
  .footer-widget-title {
    margin-bottom: 20px;
  }
  .footer-content {
    font-size: 17px;
    line-height: 1.5;
  }
  .footer-bottom-menu {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    display: block !important;
    margin-top: 15px;
  }
  .footer-bottom-menu li {
    margin-left: 0px;
    display: block;
    padding: 10px 0;
  }
  .social-media a,
  .social-media a:visited {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .back-to-top {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .portfolio-block-title {
    font-size: 24px;
    line-height: 32px;
  }
  .page-hero {
    padding: 100px 0px 150px;
  }
  .page-breadcrumb {
    bottom: -150px;
  }
  .page-title {
    font-size: 40px;
    line-height: 50px;
  }
  .appointment-block {
    padding: 15px;
  }
  .ml-n5 {
    margin-left: 0px !important;
  }
  .section-title-lg {
    font-size: 28px;
  }
  .contact-box {
    padding: 45px 15px 100px;
  }
  .post-block-content {
    padding: 15px;
  }
  .post-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .quote-title::before {
    font-size: 40px;
    margin-left: 0px;
  }
  .quote-title {
    padding-left: 60px;
  }
  .finpress-sidebar {
    margin-left: 0px;
    margin-top: 50px;
  }
  .testimonial-happy-face {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .portfolio-details {
    margin-top: 0px;
    max-width: 100%;
    margin-left: 0px;
    padding: 15px;
  }
  .pd-item:not(:last-child) {
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .pn-post {
    font-size: 18px;
  }
  .pn-left {
    margin-bottom: 20px;
  }
  .staff-name {
    font-size: 16px;
  }
  .staff-role {
    font-size: 12px;
  }
  .post-content blockquote,
  .service-content blockquote {
    padding: 40px 20px;
  }
  .call-block-phone {
    font-size: 24px;
  }
  .call-block-title {
    font-size: 24px;
    margin-top: 20px;
  }
  .call-block {
    padding: 30px 15px;
  }
  .single-post-content {
    padding: 15px;
  }
  .post-box-next {
    margin-top: 15px;
  }
  .post-nav-home {
    display: none;
  }
  .single-post-tags li {
    margin-bottom: 10px;
  }
  .post-share-box ul {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .post-nav-box {
    text-align: left;
  }
  .post-block-views,
  .post-block-comments {
    margin-right: 10px;
    font-size: 12px;
  }
  .post-author-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .posted-by-title {
    margin-top: 30px;
    display: block;
  }
  .comment-avatar {
    margin-bottom: 15px;
  }
  .comment-form {
    padding: 15px;
  }
  .search-form {
    position: relative;
  }
  .p-100 {
    padding: 15px;
  }
  .team-member-details {
    padding: 15px;
  }
  .ts-connect {
    margin-left: 0;
    margin-top: 15px;
  }
  .tm-name {
    font-size: 24px;
  }
  .tm-photo {
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .hero-banner-content-2 {
    padding-right: 0px;
  }
  .hero-heading-2 {
    font-size: 40px;
    line-height: 1.3;
  }
  .f-ml-130 {
    margin-left: 0px;
  }
  .hero-banner-2 .hero-banner-wrapper {
    padding: 100px 15px;
  }
  .hero-banner-2 .hero-video-pulse {
    left: 60px;
  }
  .quote-img {
    margin-left: 0px;
  }
  .quote-block-one {
    padding: 15px;
  }
  .hero-btn:nth-child(2),
  .slide-buttons a:nth-child(2) {
    margin-left: 0px;
  }
  .founder-message-box {
    margin-right: 15px;
    padding-right: 30px;
  }
  .founder-photo {
    margin-left: 0;
    margin-right: 15px;
  }
  .founder-name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .experience-counter {
    position: relative;
    padding: 30px 15px;
    right: 0;
    top: 15px;
  }
  .whychoose-block {
    padding-left: 0px;
  }
  .slide-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .slide-container {
    padding: 60px 20px;
  }
  .section-padding {
    padding: 75px 0;
  }
  .pt-100 {
    padding-top: 75px;
  }
  .pb-100 {
    padding-bottom: 75px;
  }
  .fp-sidebar {
    padding-left: 0px;
  }
  .pd-title {
    font-size: 18px;
  }
  .af-details {
    padding-left: 0;
    margin-top: 15px;
  }
  .history-title {
    font-size: 18px;
  }
  .founder-message-box {
    text-align: left;
  }
  .flex-column-sm-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .hero-banner-button .hero-btn:first-child {
    margin-bottom: 20px;
  }
  .case-details {
    padding: 10px 30px;
  }
  .hero-banner-one .hero-sub-heading {
    margin-left: 0px;
  }
  .section-title-stroke .section-title {
    -webkit-text-stroke-width: 1px;
  }
  .impressions-section .section-title {
    -webkit-text-stroke-width: 1px;
  }
  .counter-block {
    margin-bottom: 60px;
  }
  .impressions-section {
    padding: 100px 15px 40px 15px;
  }
}
@media (max-width: 349.98px) {
  .hero-heading {
    font-size: 28px;
  }
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-image {
    position: relative;
  }
  .history-block::before {
    height: calc(100% - 75px);
  }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .history-block::before {
    height: calc(100% - 75px);
  }
  .portfolio-details {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pd-item:not(:last-child){
    margin-bottom: 30px;
    display: block;
  }
  .portfolio-header{
    margin-bottom: 40px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .hero-image {
    position: relative;
  }
  .hero-banner-one {
    padding: 100px 0;
  }
  .hero-heading {
    font-size: 60px;
    line-height: 1.2;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .header-mobile-logo {
    text-align: center;
  }
  .hero-banner-one-footer .banner-footer-content {
    margin-right: 10px;
    font-size: 14px;
  }
  .about-section-heading {
    font-size: 40px;
  }
  .service-title-block {
    padding-left: 0px;
  }
  .service-block {
    padding: 15px;
  }
  .section-title {
    font-size: 30px;
  }
  .counter-title {
    font-size: 28px;
  }
  .team-item {
    padding: 15px;
  }
  .portfolio-block-title {
    font-size: 24px;
    line-height: 32px;
  }
  .footer-bottom-menu li {
    margin-left: 10px;
  }
  .back-to-top {
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .headring-left-one {
    margin-left: 40px;
    display: block;
  }
  .headring-left-two {
    margin-left: 60px;
    display: block;
  }
  .hero-video-pulse {
    margin-left: 30px;
    margin-right: 30px;
  }
  .about-certificates,
  .about-one {
    padding-left: 0px;
  }
  .contact-block {
    padding: 15px;
  }
  .page-hero {
    padding: 80px 0px;
  }
  .page-breadcrumb {
    bottom: -80px;
  }
  .finpress-sidebar {
    margin-left: 0;
    margin-top: 50px;
  }
  .testimonial-happy-face {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .search-btn-popup {
    background-color: transparent;
    margin-left: auto;
    float: right;
  }
  .call-block-title {
    font-size: 28px;
  }
  .call-block {
    padding: 30px;
  }
  .tm-name {
    font-size: 28px;
  }
  .f-ml-130 {
    margin-left: 0px;
  }
  .quote-img {
    margin-left: 0px;
  }
  .hero-banner-content-2 {
    padding-right: 0px;
  }
  .hero-banner-2 .hero-banner-wrapper {
    padding: 100px 15px;
  }
  .hero-banner-2 .hero-video-pulse {
    left: 80px;
  }
  .service-icon {
    margin-bottom: 30px;
  }
  .impressions-section .section-title {
    -webkit-text-stroke-width: 1px;
  }
  .section-title-stroke .section-title {
    -webkit-text-stroke-width: 1px;
  }
  .hero-banner-wrapper {
    min-height: auto;
    height: auto;
  }
  .hero-banner-one {
    min-height: auto;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .plr-lg-100 {
    padding: 0px 100px;
  }
  .ml-lg-n150 {
    margin-left: -140px;
  }
  .mr-lg-n150 {
    margin-right: -140px;
  }
}
/* Large devices (desktops, less than 1200px)  */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .history-block::before {
    height: calc(100% - 100px);
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 900px;
  }
  .hero-heading {
    font-size: 60px;
    line-height: 70px;
  }
  .hero-image {
    max-width: 45%;
  }
  .service-title-block {
    padding-left: 0px;
  }
  .section-title {
    font-size: 40px;
  }
  .pr-lg-100 {
    padding-right: 0px;
  }
  .pl-lg-100 {
    padding-left: 0px;
  }
  .email-subscription-form [type="submit"] {
    position: relative;
    margin-top: 15px;
  }
  .portfolio-block-title {
    font-size: 24px;
  }
  .section-title-lg {
    font-size: 32px;
  }
  .appointment-block {
    padding: 15px;
  }
  .header-one-container,
  .container-boxed {
    max-width: 100%;
  }
  .hero-banner-2 {
    padding: 15px;
  }
}
@media (min-width: 991.98px) and (max-width: 1399.98px) {
  .hero-image {
    max-width: 40%;
  }
}
.cat-links {
  display: block;
}
.post-content p, .elementor-text-editor{
  margin: 0px 0px 11px 0px;
}
.comment-reply-title small {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  margin-right: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.button-submit{
  border: none;
}
.widget-area{
  padding-left: 30px;
}
.post-title-sm a:hover{
  color: #fde428;
}
.cf-submit{
  border: none;
}
.no-results .page-title{
color: #002e5b;
}
.no-results .search-form{
max-width: 600px;
}
.post-block-tags{
  margin-bottom: 20px;
  display: block;
}
.wp-block-quote:before, blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #fde428;
}
.wp-block-quote, blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px auto;
  position: relative;
  padding: 0 4% 6px 42px;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  color: #002e5b;
  font-size: 26px;
  line-height: 1.231em;
  letter-spacing: 0;
  font-style: italic;
  text-transform: none;
  quotes: none;
  z-index: 1;
}
.header-logo h1, .site-logo-text{
  font-size: 28px;
  color: #fff;
}
.site-logo-text a, .site-logo-text a:visited{
  color: #fff;
}
.site-logo-text a:hover{
  color: #fde428;
}
.footer-logo-1{
margin-left: auto;
margin-right: auto;
}
.no-results .search-input{
  border: 2px solid #fce328 !important;
}
.gallery-caption, .wp-caption, figcaption {
  font-size: 13px!important;
  line-height: 1em!important;
  color: #002e5b;
}
.gallery-caption a, .wp-caption a, figcaption a, .gallery-caption a:visited, .wp-caption a:visited, figcaption a:visited{
  color: #002e5b;
}