/*
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 {
    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: 26px;
    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;
    font-weight: 700;
    padding: 25px 30px;
    position: relative;
}

.search-btn-popup {
    background-color: #fde428;
    color: #00162c;
    padding: 22px;
    text-align: center;
    display: 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;
}

.header-search-btn {
    margin-right: 20px;
}

/*
::::::::::::::::::::::
3. Menu style
::::::::::::::::::::::
*/
ul.header-navigation-menu {
    margin-bottom: 0;
    padding: 0;
}

ul.header-navigation-menu > li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    float: left;
    display: inline-block;
    padding: 0;
}

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%;
    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: 15px 20px;
    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;
}

.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 0;
    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: 90%;
    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: #2c85ff;
}

.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-style-two .container-boxed {
    position: relative;
    background: #ffff;
    z-index: 3;
}

.header-style-two .container-boxed::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 */
.full-bar-search-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    width: 100%;
    max-width: calc(100% - 30px);
    height: 100%;
    visibility: hidden;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    background: #fff;
    z-index: 99;
    padding: 15px 0px;
}

.full-bar-search-wrap.active {
    visibility: visible;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    padding: 15px;
}

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

.search-form-wrapper {
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.search-form-wrapper .search-form {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.close.header-search-btn {
    z-index: 99;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    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: #2c85ff;
}

.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;
    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: 82px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -3px;
    margin-bottom: 40px;
}

.hero-banner-content-2 {
    padding-right: 120px;
}

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

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

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

.about-one-intro::after {
    content: '//';
    position: relative;
    color: #fde428;
    margin-left: 10px;
}

.about-section-heading {
    font-size: 60px;
    font-weight: 700;
    color: #002e5b;
    letter-spacing: -1.8px;
    margin-bottom: 30px;
}

.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: 25px auto;
}

.btn-border,
.btn-border:visited {
    color: #002e5b;
    font-weight: 700;
    border: 2px solid #e5eaee;
    padding: 22px 40px;
    line-height: 1;
    display: inline-block;
}

.btn-border:hover {
    background: #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;
    font-weight: 700;
    color: #002e5b;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1.8px;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
}

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

/*
::::::::::::::::::::::
7. Service style
::::::::::::::::::::::
*/
.service-icon {
    font-size: 60px;
    line-height: 1;
    color: #002e5b;
}

.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 {
    padding: 40px;
    background: #fff;
    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;
}

.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 {
    background: #fde428;
    padding: 22px 45px;
    color: #002e5b;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}

.counter-block{
    padding-top: 30px;
}

.counter-icon {
    font-size: 30px;
    line-height: 1;
    color: #fde428;
    margin-bottom: 20px;
    text-align: center;
}

.counter-icon span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #fff;
    display: block;
    margin: 0 auto;
    color: #002d5b;
}

.counter-title {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 20px;
    padding:0 15px;
    word-break:break-all;
}

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

.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;
    border-bottom: 1px solid #6f8aa5;
    background: transparent;
    width: 100%;
    display: block;
    height: 71px;
    padding-right: 220px;
    color: #fff;
}

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

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

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

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

.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-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: 140px;
    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 !important;
    min-width: 60px;
    min-height: 60px;
    color: #fff !important;
    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 !important;
    color: #002e5b !important;
}

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: 700;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #002e5b;
}

.testimonial-quote {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #002e5b;
}

.reviewer-designation {
    color: #002e5b;
    font-size: 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 {
    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 {
    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 {
    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: 150px;
    top: auto;
    bottom: 100%;
    padding: 30px 30px 20px 30px;
    margin: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    background: #00162c;
    color: #fff;
}

.language-switcher ul > li:hover ul {
    visibility: visible;
    opacity: 1;
    list-style-type: none;
    z-index: 101;
}

.language-switcher > ul > li {
    position: relative;
    padding: 0 15px;
}

.language-switcher:hover > ul > li:after {
    color: #002e5b;
}

.language-switcher a,
.language-switcher a:visited {
    color: #fff;
    font-weight: 700;
}

.language-switcher > ul > li > a {
    padding: 15px 30px;
    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: 30px;
}

.hero-banner-description {
    color: #fff;
    line-height: 26px;
}

.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: 30px;
}

.btn-primary {
    color: #002e5b;
    font-weight: 700;
    border: none;
    padding: 22px 40px;
    line-height: 1;
    display: inline-block;
    background: #fde428;
}

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

.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::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;
    color: #002e5b;
}

.service-read-more a:hover {
    text-decoration: underline;
}

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

.about-block-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #002e5b;
    overflow: hidden;
    padding: 20px 50px;
}

.about-block:hover .about-block-overlay {
    padding: 50px;
}

.about-block-description {
    display: none;
}

.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;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #002e5b;
    background: #f0f4f8;
    margin-right: 30px;
}

.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 !important;
    color: #ffffff !important;
    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;
}

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

.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: 20px;
}

.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: 40px 0;
}

.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;
    height: 55px;
    padding: 10px 25px;
}

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

.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;
    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: 82px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 30px 0;
    line-height: -2.16px;
}

.slide-description {
    font-size: 16px;
    line-height: 26px;
}

.slide-buttons {
    margin-top: 30px;
}

.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 !important;
    color: #ffffff !important;
    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 !important;
    color: #002e5b !important;
}

.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: 50px;
}

.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: 30px;
}

/*
::::::::::::::::::::::
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: 26px;
    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-highlight {
    position: relative;
    color: #fff;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #002e5b;
    opacity: 0.9;
}

.con-btn {
    margin-top: 30px;
}

.con-btn a {
    border: 2px solid #2b5175;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding: 20px 40px;
}

.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;
    margin-bottom: 30px;
}

.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: 285px 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;
}

.page-breadcrumb {
    position: absolute;
    right: 0;
    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: #000;
}

.section-title-md {
    font-size: 24px;
}

.appointment-block {
    border: 2px solid #e9eff5;
    padding: 48px;
}

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

.post-block-item:not(:last-child) {
    margin-bottom: 40px;
}

.post-block-content {
    background: #fff;
    padding: 50px;
}

.post-block-tags ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.post-block-tags ul li {
    margin-right: 20px;
}

.post-block-tags ul li a,
.post-block-tags ul li a:visited {
    background: #fde428;
    color: #002e5b;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
}

.post-block-title {
    font-size: 34px;
    line-height: 46px;
    color: #002e5b;
    letter-spacing: -1.02px;
    margin: 30px auto 20px;
    display: block;
}

.post-block-title a,
.post-block-title a:visited {
    color: #002e5b;
}

.post-block-meta {
    margin-bottom: 30px;
    font-size: 14px;
}

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

.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 {
    padding: 15px;
    color: #001d23;
    font-size: 14px;
    font-weight: 700;
}

.page-item.active .page-link {
    z-index: 3;
    color: #002e5b;
    background-color: #fde428;
    border-color: #fde428;
}

/* 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;
    padding: 5px 20px;
    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;
}

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

.post-categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.post-categories ul li {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-categories ul li:not(:last-child) {
    margin-bottom: 10px;
}

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

.post-categories ul li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f9f9f9;
    color: #002e5b;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
}

.post-categories ul li .active{
    background: #fde428;
}

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

.post-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;
    padding: 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 {
    margin-top: 30px;
}

.post-content blockquote,
.service-content blockquote {
    background: #fde428;
    color: #002e5b;
    margin: 30px 0px;
    padding: 60px 70px;
    text-align: center;
    position: relative;
    z-index: 2;
}

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

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

.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 {
    text-align: right;
}

.post-box-next {
    margin-left: auto;
}

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

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

.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-author-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.comment-date {
    font-size: 12px;
    font-weight: 700;
}

.comment-message {
    font-size: 14px;
}

.comment-reply-btn button {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #002e5b;
}

.comment-list .comment-list-item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.comment-form {
    background: #f5f5f5;
    padding: 50px;
}

.comment-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
}

.comment-form .comment-form-control {
    width: 100%;
    min-height: 60px;
    padding: 10px 30px;
    border: none;
    background: #fff;
}

.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 {
    margin-top: -40px;
    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-bottom: 100px;
}

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

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

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

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .about-features .af-details {
        margin-top: 0;
        margin-left: 10px;
    }

    .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;
        font-size: 20px;
        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;
    }

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

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

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .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;
    }

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

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

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

.broker-table {
    text-align: center;
    margin: 24px 0;
    border: 1px solid #002e5b;
    margin-bottom: 50px;
    background: #f4f8fc;
}

.broker-table tr {
    border-top: 1px solid #002e5b;
}

.broker-table th {
    padding: 12px;
    font-size: 18px;
    border-right: 1px solid #002e5b;
    color: #fde428;
    background: #002e5b;
}

.broker-table td {
    padding: 12px;
    border-right: 1px solid #002e5b;
}

.broker-table td a img {
    margin-bottom: 12px;
    max-width: 150px;
}

.broker-table td a {
    color: #002e5b
}

.broker-table td a span {
    font-size: 20px;
    color: #002e5b;
    display: block;
}

.broker-table td p {
    font-size: 16px;
}

.broker-table td .more {
    width: 120px;
    text-align: center;
    padding: 4px 0;
    display: block;
    margin: 0 auto;
    background: #fde428;
    border: 1px solid #fde428;
}

.broker-table td .more:hover {
    background: #002e5b;
    color: #fde428;
}

.broker-table td .open {
    width: 120px;
    text-align: center;
    padding: 4px 0;
    display: block;
    margin: 0 auto;
    background: #002e5b;
    color: #fde428;
    border: 1px solid #002e5b;
}

.broker-table td .open:hover {
    background: #fde428;
    color: #002e5b;
}

.broker-remark {
    background: #f6f6f6;
    padding: 16px;
}

.broker-remark .broker-logo {
    text-align: center;

}

.broker-remark .broker-logo img {
    display: block;
    margin: 10px auto;
    max-width: 164px;
}

.broker-remark .broker-logo h3 {
    font-size: 24px;
    line-height: 36px;
}

.broker-remark .broker-logo h4 {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

.broker-remark .broker-logo a {
    display: block;
    width: 150px;
    margin: 5px auto;
    padding: 5px;
}

.broker-remark .broker-logo .get-rebates {
    background: #fde428;
    color: #002e5b;
    border: 1px solid #fde428;
}

.broker-remark .broker-logo .get-rebates:hover {
    background: #002e5b;
    color: #fde428;
}

.broker-remark .broker-logo .demo-account {
    background: #002e5b;
    color: #fde428;
    border: 1px solid #002e5b;
}

.broker-remark .broker-logo .demo-account:hover {
    background: #fde428;
    color: #002e5b;
}

.broker-content {
    padding: 36px;
    color: #333333;
    line-height: 30px;
}

.button-sub a {
    display: block;
    margin: 10px auto;
    text-align: center;
    padding: 6px 0;
    max-width: 170px;
    font-size: 18px;
}

.button-sub .button-sub-register {
    background: #fde428;
    color: #002e5b;
    border: 1px solid #fde428;
}

.button-sub .button-sub-register:hover {
    background: #002e5b;
    color: #fde428;
}

.button-sub .button-sub-choose {
    background: #002e5b;
    color: #fde428;
    border: 1px solid #002e5b;
}

.button-sub .button-sub-choose:hover {
    background: #fde428;
    color: #002e5b;
}

.button-sub .button-sub-rebate {
    background: #f6f6f6;
    color: #002e5b;
    border: 1px solid #f6f6f6;
}

.button-sub .button-sub-rebate:hover {
    color: #f6f6f6;
    background: #002e5b;
}

.section-title-intro a{
    color: #002e5b;
}

.features-block_descriptions p{
    width: 50%;
    text-align: left;
    display: inline-block;
}

.features-block_descriptions span{
    width: 50%;
    text-align: right;
    display: inline-block;
}

.details-content table{
    width: 100%;
    border: 1px solid #002e5b;
}
.details-content tr{
    border-bottom: 1px solid #002e5b;

}

.details-content th{
    width: 240px;
    font-size: 20px;
    font-weight: 600;
    color: #002e5b;
    padding: 8px 12px;
    border-right: 1px solid #002e5b;
}

.details-content tr:nth-child(odd)
{
    background: #fff;
}
.details-content tr:nth-child(even)
{
    background: #f4f8fc;
}
.details-content td{
    font-size: 20px;
    font-weight: 400;
    color: #2b2b2b;
    text-align: left;
    padding: 8px 12px;
}
.my-rp-thumb{
    display: block;
    width: 100%;
}

.my-rp-thumb a img{
    max-width: 164px;
    display: block;
    margin: 10px auto;
}

.my-rp-details .open{
    display: block;
    margin: 10px auto;
    text-align: center;
    padding: 6px 0;
    max-width: 170px;
    font-size: 18px;
    background: #002e5b;
    color: #fde428;
    border: 1px solid #002e5b;
}

.my-rp-details .open:hover{
    background: #fde428;
    color: #002e5b;
}

.my-rp-details p{
    font-size: 14px;
}

.my-widget-title{
    font-size: 24px;
    font-weight: 700;
    color: #002e5b;
    position: relative;
    border-left: 2px solid #e6e6e6;
    padding-left: 30px;
    margin-bottom: 20px;
}

.btn-style-five{
    font-size:28px;
    color: #fde428;
    line-height: 90px;
    font-weight: 700;
    max-width: 400px;
    height: 90px;
    text-align: center;
    background: #002e5b;
    letter-spacing: 1px;
    border: 1px solid #002e5b;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    margin: 30px auto;
}
.btn-style-five:hover{
    color: #002e5b;
    border: 1px solid #002e5b;
    background: #fde428;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}


.btn-style-six{
    font-size:28px;
    color: #002e5b;
    line-height: 90px;
    font-weight: 700;
    max-width: 400px;
    height: 90px;
    text-align: center;
    background: #fde428;
    letter-spacing: 1px;
    border: 1px solid #002e5b;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    margin: 30px auto;
}
.btn-style-six:hover{
    color: #fde428;
    border: 1px solid #002e5b;
    background: #002e5b;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}

.my-section-title h2{
    font-size: 36px;
    color: red;
    line-height: 46px;
    font-weight: 600;
    margin: 30px 0;
}
.my-section-title h3{
    font-size: 30px;
    color: #1556A6;
    line-height: 46px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.my-section-title h4{
    font-size: 26px;
    color: #136ee0;
    line-height: 46px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.my-section-title p{
    font-size: 18px;
    color: #636363;
    font-weight: 500;
    line-height: 28px;
    margin-top: 8px;
    font-family: 'Antic', sans-serif;
}

.my-section-title img{
    max-width: 1100px;
    max-height: 700px;
}
.my-section-title ul li a{
    font-size: 16px;
    padding-left: 10px;
}
.my-title-table-one {
    border: 1px solid #1556A6;
    width: 600px;
}
.my-title-table-one th{
    font-size: 18px;
    color: #1556A6;
    padding: 8px 24px;
    text-align: center;
    border-right: 1px solid #1556A6;
    width: 300px;
}
.my-title-table-one td{
    font-size: 16px;
    color: #222222;
    padding: 8px 24px;
    text-align: center;
    border-right: 1px solid #1556A6;
    width: 300px;
    border-top: 1px solid #1556A6;
}

.my-title-table-one tr:nth-child(odd)
{
    background: #fff;
}
.my-title-table-two {
    border: 1px solid #1556A6;
    width: 900px;
}
.my-title-table-two th{
    font-size: 18px;
    color: #1556A6;
    padding: 8px 24px;
    text-align: center;
    border-right: 1px solid #1556A6;
    width: 300px;
}
.my-title-table-two td{
    font-size: 16px;
    color: #222222;
    padding: 8px 24px;
    text-align: center;
    border-right: 1px solid #1556A6;
    width: 300px;
    border-top: 1px solid #1556A6;
}

.my-title-table-two tr:nth-child(odd)
{
    background: #fff;
}
.my-title-table-three {
    border: 1px solid #1556A6;
    width:900px;
}
.my-title-table-three th{
    font-size: 18px;
    color: #1556A6;
    padding: 8px 24px;
    text-align: center;
    border-right: 1px solid #1556A6;
    width: 160px;
}
.my-title-table-three td{
    font-size: 16px;
    color: #222222;
    padding: 8px 24px;
    text-align: center;
    border-right: 1px solid #1556A6;
    width: 160px;
    border-top: 1px solid #1556A6;
}

.my-title-table-three tr:nth-child(odd)
{
    background: #fff;
}

.my-section-title ul li
{
    list-style: none;
}
.contact-block h2{
    color: #fde428;
}

.contact-block .contact-block-h2{
    color: #fde428;
    font-size: 36px;
    margin-bottom: 15px;
}

.contact-block .my-theme-btn{
    background: #fde428;
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #002e5b;
}

.office-info-text h2{
    margin-bottom: 15px;
}

.mask{
    width: 100%;
    height: 773px;
    position: absolute;
    z-index: 9999;
    bottom:0;
    left: 0;
}

.yellow-button:hover{
    background-color:#fff;opacity: 0.2;
}