/*
Theme Name: Insubux
Theme URI: https://ifingerstudio.com/insubux
Author: https://themeforest.net/user/johanspond
Author URI: http://pluginspoint.com
Support: johanspond@gmail.com
Description: Insubux - Insurance Company WordPress Theme.
Version: 1.0.4
License: GNU General Public License v2 or later
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header & Menu
3. Mobile-menu
4. Search modal
5. Offcanvas-menu
6. Breadcrumb CSS
7. Slider & Banner
8. Services
9. Case-study
10. About
11. Expertise
12. Work-process
13. Office-map
14. Brand
15. Team
16. CTA
17. Appointment
18. Testimonial
19. Faq
20. Insurance-cat
21. Video
22. Fun-fact
23. Blog
24. Pagination
25. Contact
26. Preloader
27. Header Language
28. Form submit btn
29. Extra CSS
30. 404
31. Footer Style
32. Copyright CSS
33. Scroll to Top Style

*/


/* 1. Theme default css 
============================================================*/
html,
body {
    overflow-x: hidden;
}
body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #777777;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #2B96CC;
    text-decoration: none;
}
a,
button {
    color: #003478;
    outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans', sans-serif;
    color: #003478;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #777777;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #003478;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #003478;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #003478;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
.theme-overlay {
    position: relative
}
.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.separator {
    border-top: 1px solid #f2f2f2
}
.slick-slide:focus {
    outline: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: inherit;
}

/* All color */
.header-top-lang form select option,
.menu-area .mobile-nav-toggler,
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.navbar-wrap > ul > li .submenu li:hover > a,
.banner-agent-nav li a.nav-link.active,
.services-item .content h4 a:hover,
.services-item:hover .icon,
.about-list ul li i,
.about-list ul li,
.team-content h4 a:hover,
.brand-content p > span,
.blog-post-meta ul li a,
.blog-post-content .title a:hover,
.testimonial-active .slick-arrow,
.video-wrap .icon a,
.mobile-menu .navigation li.active > a,
.mobile-menu .social-links li a:hover {
    color: #003478;
}
.scroll-top,
.btn.border-btn:hover,
.header-top-wrap,
.navbar-wrap > ul > li .submenu li a::before,
.banner-content .title::before,
.services-item .services-link,
.section-title .title::before,
.about-list ul li:hover i,
.team-thumb .team-social,
.blog-post-content::before,
.testimonial-item .content::before,
.testimonial-active .slick-arrow:hover,
.video-bg::before,
.footer-top-area::before,
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    background: #003478;
}
header.default-header.default-class .menu-area {
    padding-left: 30px;
}
header.default-header.default-class ul.navigation.insubux-main-menu {
    margin-right: 0px;
}
header.default-header.default-class ul li a{
    padding: 37px 0px;
}

header.default-header.default-class .transparent-header {
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 4%);
    position: unset;
}
header.default-header.default-class .transparent-header .menu-area {
    box-shadow: none;
    padding-left:0;
}
header.default-header.default-class .transparent-header ul li{
    margin-left:30px;
}
header.default-header.default-class .transparent-header ul li ul li{
    margin-left:0;
}
header.default-header.default-class .transparent-header ul li a{
    padding-right: 0px;
    color:#0a174c;
}
header.default-header.default-class .transparent-header ul li a:hover{
    color:#003478;
}

header.default-header.default-class .transparent-header .navbar-wrap ul li .submenu{
    padding:10px 0px;
    min-width:220px;
}

.header-style-two .header-top-area,
.header-style-two .navbar-wrap > ul > li .submenu li > a::before {
    background: #7dba2f;
}
#search-modal .modal-dialog .modal-content form button,
.header-style-two .navbar-wrap > ul > li > a:hover,
.header-style-two .navbar-wrap > ul > li.active > a,
.header-style-two .navbar-wrap > ul > li .submenu li:hover > a,
.header-style-two .navbar-wrap > ul > li .submenu li.active > a {
    color: #7dba2f;
}

/* button style */
.btn {
    user-select: none;
    -moz-user-select: none;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #003478;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 22px 40px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.btn.border-btn {
    border: 2px solid #f0f0f0;
    padding: 20px 40px;
}
.btn.gradient-btn {
    background-image: linear-gradient(to right, #ff0084 0%, #374fc0 50%, #ff0084 100%);
    background-image: -webkit-linear-gradient(to right, #ff0084 0%, #374fc0 50%, #ff0084 100%);
    background-image: -ms-linear-gradient(to right, #ff0084 0%, #374fc0 50%, #ff0084 100%);
    background-size: 200% auto;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 22px 41px;
    border-radius: 50px;
    box-shadow: none;
    color: #fff;
}
.gradient-btn:hover {
    color: #fff;
    box-shadow: none;
    background-position: right center;
}
.btn.border-btn i,
.btn.gradient-btn i {
    margin-left: 10px;
}
.btn.border-btn:hover {
    border-color: #003478;
    color: #fff;
}
.rounded-btn {
    border-radius: 50px;
    background: #7dba2f;
    color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(125, 186, 47, 0.3);
}
.rounded-btn:hover {
    box-shadow: none;
    color: #fff;
}
.rounded-btn i,
.border-rounded-btn i {
    margin-left: 6px;
}
.border-rounded-btn {
    border: 2px solid #f0f0f0;
    padding: 20px 40px;
    background: transparent;
    border-radius: 50px;
    box-shadow: none;
    color: #2c3459;
}
.border-rounded-btn:hover {
    border: 2px solid #2c3459;
    background: #2c3459;
    color: #fff;
}
.breadcrumb > .active {
    color: #888;
}

/* 2. Header & Menu */
.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}
.header-top-wrap {
    display: flex;
    align-items: center;
    margin-left: 45px;
    position: relative;
    margin-right: 300px;
    padding: 6px 50px;
}
.header-top-wrap.whitespace{
    margin-right: 0px;
}
.header-top-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
.header-top-contact ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}
.header-top-contact ul li {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    display: inline-block;
}
.header-top-contact ul li::before {
    content: "|";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #2d558a;
    font-size: 14px;
}
.header-top-contact ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header-top-contact ul li:last-child::before {
    display: none;
}
.header-top-contact ul li a {
    display: block;
    font-size: 14px;
    color: #ffffff;
}
.header-top-contact ul li span {
    display: block;
    color: #ffffff;
}
.header-top-lang {
    margin-left: auto;
}
.header-top-lang form select {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    outline: none;
}
.menu-area {
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.04);
    padding: 0 0 0 40px;
}
.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.navbar-wrap {
    display: flex;
    flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: 45px;
    margin-bottom: 0;
    padding:0;
}
.navbar-wrap ul li {
    display: block;
    position: relative;
}
.navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #999999;
    padding: 37px 32.5px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 0;
    padding:0;
}
.header-action > ul > li {
    position: relative;
    margin-left: 30px;
    display: inline-block;
}
.header-action > ul > li:first-child {
    margin-left: 0;
}
.header-action > ul > li.header-shop-cart > a {
    padding-right: 10px;
}
.header-action > ul > li > a {
    color: #222;
    font-size: 14px;
}
.header-action .header-btn .btn {
    color: #fff;
    font-size: 14px;
    padding: 13px 22px;
}
.header-support {
    text-align: center;
    background: #002d68;
    position: relative;
    min-width: 300px;
    min-height: 140px;
    margin-top: -40px;
    padding: 42px 45px;
    z-index: 1;
}
.header-support::before {
    content: "\f11c";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 100px;
    color: #083672;
    font-family: flaticon;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: -1;
}
.header-support span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #6888b2;
    margin-bottom: 6px;
}
.header-support h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}
.header-support h3 a:hover {
    color: #fff;
}
.navbar-wrap ul li .submenu {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    display: block;
    left: 0;
    opacity: 0;
    padding: 18px 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
    margin: 0;
    transform: scale(1 , 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
    margin-left: 0;
    text-align: left;
    display: block;
}
.navbar-wrap ul li .submenu li a {
    padding: 10px 15px 10px 25px;
    line-height: 1.5;
    font-weight: 700;
    color: #5d5d5d;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap > ul > li .submenu li a::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 0;
    height: 2px;
    top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-wrap > ul > li .submenu li:hover > a,
.navbar-wrap > ul > li .submenu li.active > a {
    padding-left: 45px;
}
.navbar-wrap > ul > li .submenu li:hover > a::before,
.navbar-wrap > ul > li .submenu li.active > a::before {
    width: 15px;
}
.navbar-wrap ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}
.sticky-menu .header-top-wrap {
    display: none;
}
.sticky-menu .menu-area {
    padding: 0;
}
.sticky-menu .header-support {
    min-height: 88px;
    margin-top: 0;
    padding: 19px 45px;
}
.sticky-menu .header-support h3 {
    font-size: 22px;
}
.sticky-menu .header-support::before {
    display: none;
}
.header-style-two .header-top-wrap {
    display: flex;
    align-items: center;
    margin-left: 0;
    position: relative;
    margin-right: 0;
    padding: 8px 0;
    background: transparent;
}
.header-style-two .header-top-wrap::before {
    display: none;
}
.header-top-right {
    margin-left: auto;
}
.header-top-right > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-area .header-top-right > ul > li {
    margin-left: 30px;
}
.header-top-right > ul > li:last-child {
    margin-right: 0;
}
.header-top-right > ul > li.header-top-lang {
    margin-left: 20px;
}
.header-top-right > ul > li > a {
    color: #fff;
    font-size: 14px;
}

.main-header-contact {
    flex-grow: 1;
}
.main-header-contact ul,
.main-header-contact .header-contact-box {
    display: flex;
    align-items: center;
}
.main-header-contact ul {
    margin: 0;
    padding: 0;
}
.main-header-contact ul li{
    list-style: none;
}
.main-header-contact ul {
    justify-content: flex-end;
}
.main-header-contact ul li + li {
    margin-left: 40px;
}
.h-contact-icon {
    margin-right: 15px;
}
.h-contact-icon i::before {
    color: #003478;
    font-size: 45px;
    line-height: 48px;
}
.h-contact-content h5 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}
.h-contact-content span,
.h-contact-content span a{
    display: block;
    font-family: DM sans;
    font-size: 14px;
    font-weight: 700;
    color: #0a174c;
    line-height: 1;
}
.mobile-menu .main-header-contact ul {
    display: block;
    padding: 30px 25px;
}
.mobile-menu .main-header-contact ul li + li {
    margin-left: 0;
    margin-top: 25px;
}
.header-style-two .header-top-contact ul li::before {
    color: #a9d571;
}
.header-style-two .menu-area {
    background: #2c3459;
    box-shadow: none;
    padding: 6px 0;
}
.header-style-two .menu-area.sticky-menu {
    padding: 0 0;
}
.header-style-two .navbar-wrap ul li {
    margin-left: 40px;
}
.header-style-two .navbar-wrap ul li:first-child {
    margin-left: 0;
}
.header-style-two .navbar-wrap ul li a {
    color: #aaafc7;
    padding: 37px 15px;
}
.header-style-two .navbar-wrap ul li.menu-item-has-children > a::before {
    content: "\f107";
    position: absolute;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.header-action > ul > li a.rounded-btn {
    box-shadow: none;
    font-size: 16px;
    color: #fff;
}
.header-action > ul > li a.rounded-btn:hover {
    background: #565d7a;
    color: #fff;
}
.header-action > ul > li a.icon {
    display: block;
    width: 30px;
}
.header-action > ul > li a.icon i {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}
.header-action > ul > li a.off-canvas-menu i {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}
.header-action > ul > li a.icon img {
    max-width: 100%;
}
.header-style-three {
    padding: 40px 40px 0;
}
.header-style-three .header-top-area,
.header-style-three .navbar-wrap > ul > li .submenu li > a::before {
    background: #2c3459;
}
.header-style-three .header-top-contact ul li::before {
    color: #535b82;
}
.header-style-three .menu-area {
    background: #384ebf;
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
}
.header-style-three .header-action > ul > li a.icon img {
    filter: brightness(100);
}
.header-style-three .navbar-wrap ul li a {
    color: #fff;
    padding: 37px 15px;
}
.header-style-three .navbar-wrap > ul > li.active > a,
.header-style-three .navbar-wrap > ul > li:hover > a {
    color: #fff;
}
.header-style-three .navbar-wrap > ul > li .submenu li.active > a,
.header-style-three .navbar-wrap > ul > li .submenu li:hover > a {
    color: #2c3459;
}
.header-style-three .header-action > ul > li a.rounded-btn {
    color: #2c3459;
    background: #fff;
}
.header-style-three .header-action > ul > li a.rounded-btn:hover {
    color: #fff;
    background: #2c3459;
}

header.default-header .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
header.default-header .row-table .header-logo {
    display: flex;
    flex: 1;
}
header.default-header .col-cell.header-logo {
    position: relative;
}

header.header-style-two .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
header.header-style-two .row-table .header-logo {
    display: flex;
    flex: 1;
}
header.header-style-two .col-cell.header-logo {
    position: relative;
}

header.header-style-two .navbar-wrap ul{
    margin-right:35px;
}
header.header-style-two .navbar-wrap ul li{
    margin-left:40px;
}
header.header-style-two .navbar-wrap ul li ul{
    margin-right:0;
}
header.header-style-two .navbar-wrap ul ul li{
    margin-left:0;
}
header.header-style-two .navbar-wrap ul li a{
   color: #ececec;
}
header.header-style-two .navbar-wrap ul li a:hover{
   color: #7dba2f;
}
header.header-style-two .navbar-wrap ul ul li a{
   color: #001d67;
   padding: 10px 15px 10px 25px;
}
header.header-style-two.header-two-default .navbar-wrap ul {
    margin-right: 0;
}
header.header-style-two a.default-logo{
   color: #fff;
}
header.header-style-two .site-description {
    color: #cfcfcf;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}
/*header.header-style-two .menu-area {
    padding: 0;
}*/
header.header-style-two .col-cell.header-logo .logo {
    padding: 12px 0px;
}
header.header-style-two .col-cell.menu-navigation .navbar-wrap ul li:hover a {
    color: #7dba2f;
}
header.header-style-two .navbar-wrap > ul > li .submenu li:hover > a, 
header.header-style-two .navbar-wrap > ul > li .submenu li.active > a {
    padding-left: 45px;
}
header.header-style-two .col-cell.menu-navigation .navbar-wrap ul li ul.submenu li:hover > a {
    color: #7dba2f;
}
header.header-style-two .col-cell.menu-navigation .navbar-wrap ul li ul.submenu li.current-menu-ancestor > a, 
header.header-style-two .col-cell.menu-navigation .navbar-wrap ul li ul.submenu li.current_page_item > a {
    color: #7dba2f;
}
header.header-style-two .col-cell.menu-navigation .navbar-wrap ul li.current-menu-ancestor a,
header.header-style-two .col-cell.menu-navigation .navbar-wrap ul li.current_page_item a {
    color: #7dba2f;
}
header.header-style-two .col-cell.menu-navigation .navbar-wrap ul li ul.submenu li a{
    color:#001d67;
}


/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}
.nav-logo img {
    width: 150px;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
    display: block !important;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}
.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .site-description {
    margin-bottom: 0;
    margin-top: 10px;
}
.mobile-menu .menu-outer ul li a.fallbackcd {
    margin-left: 30px;
    float:left;
}
.mobile-menu .navigation li.current>a:before {
    height: 100%;
}
.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}
.mobile-menu-visible .menu-backdrop {
    opacity: 0.80;
    visibility: visible;
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 32px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    background: #003478;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}
.menu-outer ul.navigation.insubux-main-menu {
    margin: 0;
    padding: 0;
}
.menu-outer ul.navigation.insubux-main-menu ul.submenu {
    margin: 0;
    padding: 0;
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 700;
    color: #797979;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 25px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #003478;
    background: #efefef;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}
.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 15px 25px;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #797979;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    display: none;
    margin-top: 0px;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    color: #fff;
}

/* 4. Search modal */
#search-modal {
    background-color: rgba(23,26,33,.95);
}
#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: none;
    outline: 0;
    margin: 0;
    min-width: 700px;
}
#search-modal .modal-dialog .modal-content {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
#search-modal .modal-dialog .modal-content form {
    width: 100%;
    position: relative;
}
#search-modal .modal-dialog .modal-content form input {
    width: 100%;
    font-size: 36px;
    border: none;
    border-bottom: 3px solid rgba(255,255,255,.1);
    background: 0 0;
    color: #fff;
    padding: 0 85px 12px 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
    font-size: 35px;
}
#search-modal .modal-dialog .modal-content form input::placeholder {
    font-size: 35px;
}
#search-modal .modal-dialog .modal-content form button {
    position: absolute;
    right: 40px;
    margin-bottom: 0;
    font-size: 30px;
    background: 0 0;
    border: none;
    cursor: pointer;
    top: 8px;
}
.modal-backdrop {
    z-index: 1;
}

/* 5. Offcanvas-menu */
.extra-info {
    background: #2c3459 none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    width: 340px;
    z-index: 9999;
    transform: translateX(101%);
}
.extra-info.active {
    transform: translateX(0);
}
.extra-info .insubux_socials_widget .widget-title h4 {
    color: #fff;
}
.close-icon {
    margin-top: -16px;
    text-align: right;
}
.close-icon > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color:#fff;
    border: 0 none;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}
.side-info-area .logo-side {
    margin-bottom: 30px;
}
.logo-side img {
    max-width: 185px;
}
.side-info {
    border-top: 1px solid #484747;
    padding-top: 25px;
}
.extra-info .contact-list {
    margin-bottom: 30px;
}
.extra-info .insubux_offcanvas_widget .widget-title h4{
    color:#fff;
}
.extra-info .widget_block{
    margin-bottom: 30px;
}
.contact-list h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.contact-list p {
    color: #fff;
    opacity: .6;
    margin-bottom: 5px;
    line-height: 28px;
    padding-right: 40px;
}
.side-instagram {
    overflow: hidden;
    margin: 0 -4px;
}
.side-instagram > a {
    float: left;
    width: 33.33%;
    padding: 0 4px;
    margin-bottom: 7px;
}
.side-instagram img {
    width: 100%;
}
.social-icon-right > a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    visibility: hidden;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    opacity: .5;
}
.offcanvas-overly.active {
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

/* 6. Breadcrumb CSS */
.breadcrumb-area.default-breadcrumb {
    background: #e8e8e8;
    padding-top: 118px !important;
    padding-bottom: 120px !important;
}
.breadcrumb-area.default-breadcrumb::before{
    background: #e8e8e8;
}
.breadcrumb-bg {
    background-position: center;
    background-size: cover !important;
    position: relative;
    padding: 214px 0 127px;
    z-index: 1;
}
.breadcrumb-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    position: relative;
}
.breadcrumb-content .title {
    font-size: 50px;
    letter-spacing: 0px;
    margin-bottom: 15px;
    line-height: 1.2;
    word-break:break-word;
}
.breadcrumb-content .breadcrumb li {
    color: #003478;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
    color: #003478;
    content: none;
}
.breadcrumb-content .breadcrumb li a {
    color: #003478;
}
.breadcrumb-content .breadcrumb li {
    color: #003478;
    display: inline-block;
    word-break: break-word;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom:10px;
}
.breadcrumb-content .breadcrumb li:after {
    content: "|";
    position: absolute;
    padding: 0;
    right: -3px;
}

.breadcrumb-content .breadcrumb li:last-child {
    padding: 0;
    margin-bottom:0;
    margin-right: 0;
}

.breadcrumb-content .breadcrumb li:last-child:after {
    content: none;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-content nav{
    line-height: 1;
}

/* 7. Slider & Banner */
.banner-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner-bg::before,
.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .94;
    z-index: -1;
}
.banner-inner-wrap {
    position: relative;
    padding: 265px 0 184px;
}
.banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner-content .title {
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: -3px;
    padding-top: 17px;
    position: relative;
    margin-bottom: 40px;
}
.banner-content .title > span {
    text-decoration: underline;
}
.banner-content .title::before,
.section-title .title::before,
.testimonial-item .content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 2px;
}
.testimonial-item.testimonial-style-three .testimonial-quote i::before {
    font-size: 110px;
    line-height: 120px;
}
.banner-agent-nav {
    border-bottom: none;
}
.banner-agent-nav li.nav-item {
    margin-right: 10px;
    margin-bottom: 0;
}
.banner-agent-nav li.nav-item:last-child {
    margin-right: 0;
}
.banner-agent-nav li a.nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #003478;
    color: #fff;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 700;
}
.banner-agent-nav li a.nav-link.active {
    border-color: transparent;
    background: #fff;
}
.banner-agent-nav li:nth-child(3) a.nav-link {
}
.banner-agent-nav li:nth-child(3) a.nav-link.active {
    background: #fff;
}
.banner-agent-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-right: 60px;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
    padding: 26px 30px 5px 40px;
}
.banner-agent-form input, 
.banner-agent-form input[type='email'] {
    border: none;
    border-bottom: 1px solid #efefef;
    padding: 0 20px 20px 0;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 200px;
    flex: 0 0 200px;
    transition: .3s linear;
    font-family: DM sans;
}
.banner-agent-form input::placeholder {
    font-size: 16px;
    color: #b5b5b5;
}
.banner-agent-form input:focus {
    border-color: #003478;
}
.banner-agent-form button {
    margin-bottom: 20px;
    color: #777777;
}
.banner-agent-form button.border-btn i {
    margin-right: 5px;
    color: #cfcfcf;
    margin-left: 0;
}
.slider-bg {
    background-position: center;
    background-size: cover;
    padding: 125px 0;
}
.slider-content {
    padding: 60px;
    padding-top: 55px !important;
    background: #fff;
}
.slider-content > span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #7dba2f;
    margin-bottom: 12px;
}
.slider-content .title {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1.15;
    color: #2c3459;
    margin-bottom: 12px;
}
.slider-content p {
    margin-bottom: 0;
}
.slider-btn-wrap .btn {
    margin-top: 15px;
}
.slider-btn-wrap .rounded-btn {
    margin-right: 15px;
}
.slider-btn-wrap {
    margin-top: 20px;
}
.slider-btn-wrap .btn i {
    margin-right: 5px;
    margin-left: 0;
}
.slider-style-two .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(44, 52, 89, 0.4);
    border: none;
    z-index: 1;
    padding: 0;
    font-size: 18px;
    transition: .3s ease-in-out;
    color: #fff;
}
.slider-style-two .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}
.slider-style-two .slick-arrow:hover {
    background: #7dba2f;
}
.slider-area.slider-style-one .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(44, 52, 89, 0.4);
    border: none;
    z-index: 1;
    padding: 0;
    font-size: 18px;
    transition: .3s ease-in-out;
    color: #fff;
}
.slider-area.slider-style-one .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}
.slider-area.slider-style-one .slick-arrow:hover {
    background: #7dba2f;
}
.slider-style-two {

}
.slider-style-two .slider-content {
    padding: 0;
    padding-top:0 !important;
    background: transparent;
    text-align: center;
}
.slider-style-two .slider-content .title {
    font-size: 160px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: .75;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.6);
}
.slider-style-two .slider-bg {
    padding-top: 235px;
    padding-bottom: 215px;
    display: flex !important;
    align-items: center;
    position: relative;
}
.slider-style-two .slider-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1;
}
.slider-style-two .slick-arrow {
    left: 3%;
    background-color: #fff;
    font-size: 20px;
    color: #2c3459;
    cursor: pointer;
}
.slider-style-two .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}
.slider-style-two .slick-arrow:hover {
    background: #2c3459;
    color: #fff;
}
.slider-area.slider-style-one .slick-arrow {
    left: 3%;
    background-color: rgba(44, 52, 89, 0.4);
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}
.slider-area.slider-style-one .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}
.slider-area.slider-style-one .slick-arrow:hover {
    background: #7dba2f;
    color: #fff;
}

/* 8. Services */
.services-item {
    background: #fff;
    border: 2px solid #f0f0f0;
    text-align: center;
    padding: 50px 40px 45px 40px;
    transition: .3s linear;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    position: relative;
}
.services-item:hover {
    box-shadow: none;
}
.services-item .icon {
    font-size: 80px;
    line-height: 0;
    color: #d3ddea;
    margin-bottom: 20px;
    transition: .3s ease-in-out;
}
.services-item .content h4 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
.services-item .content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}
.services-item .services-link {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    line-height: 50px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: .3s ease-in-out;
}
.services-item:hover .services-link {
    opacity: 1;
    visibility: visible;
}
.section-title .title {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: -2px;
    margin-bottom: 0;
    position: relative;
    padding-top: 17px;
}
.services-area.gray-bg .section-title {
    margin-bottom: 30px;
    padding-left: 30px;
}
.services-details-thumb img {
    max-width: 100%;
}
.services-details-content > p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.services-details-list ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.services-details-list ul li i {
    width: 40px;
    height: 40px;
    border: 2px solid #f0f0f0;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    flex: 0 0 40px;
    font-size: 16px;
    color: #003478;
    margin-right: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}
.services-blockquote {
    border: 2px solid #f0f0f0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
    padding: 35px 40px;
    font-size: 24px;
    line-height: 1.5;
    margin: 35px 0 45px;
}
.services-blockquote > p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    color: #003478;
    margin-top: 14px;
}
.services-blockquote > p span {
    font-weight: 400;
}
.services-progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.services-progress-top .title {
    font-size: 16px;
    display: block;
}
.services-progress-top .target {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #003478;
}
.services-details-progress .progress {
    background: #f0f0f0;
    border-radius: 0;
    height: 4px;
    overflow: visible;
}
.services-details-progress .progress-bar {
    background: #003478;
    position: relative;
    overflow: visible;
}
.services-details-progress .progress-bar::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #003478;
    border-radius: 50%;
}
.services-details-progress {
    margin-bottom: 50px;
}
.services-details-content .services-details-thumb {
    margin-bottom: 30px;
}
.services-details-faq.faq-wrapper .card {
    margin-bottom: 20px;
}
.services-details-faq {
    margin: 45px 0 40px;
}
.services-details-faq .row,
.services-details-form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.services-details-faq .row [class*="col-"],
.services-details-form .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.services-details-form .form-grp input,
.services-details-form .form-grp textarea {
    padding: 19px 55px 19px 30px !important;
}
.sidebar-faq-form .form-grp input,
.sidebar-faq-form .form-grp textarea {
    padding: 19px 55px 19px 30px !important;
}
.services-details-form .form-grp > i {
    top: 24px;
}
.services-form-btn {
    text-align: right;
}
.services-form-btn .btn {
    background: #003478;
    color: #fff;
}
.services-form-btn .btn i {
    margin-right: 5px;
}
.services-details-form {
    margin-top: 45px;
}
.services-sidebar .widget {
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    border: 2px solid #f0f0f0;
    padding: 35px 40px;
    margin-bottom: 30px;
}
.service-widget-title h4.title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sevice-details-thumbnail img {
    width: 100%;
}
.services-sidebar .widget_media_image img {
    width: 100%;
    margin: 0;
}
.services-sidebar .widget_media_image{
    margin-bottom: 30px;
}
.services-sidebar .widget-title-two {
    margin-bottom: 25px;
}
.sidebar-services-list ul li + li {
    margin-top: 12px;
}
.sidebar-services-list ul{
    margin:0;
    padding:0;
}
.sidebar-services-list ul li{
    list-style: none;
}
.sidebar-services-list ul li a {
    display: flex;
    font-size: 15px;
    color: #777777;
    align-items: center;
}
.sidebar-services-list ul li a i {
    margin-left: auto;
}
.sidebar-services-list ul li a:hover {
    color: #003478;
}
.services-claim {
    text-align: center;
}
.services-claim .icon {
    margin-bottom: 15px;
}
.services-claim .content h5 {
    font-size: 18px;
    line-height: 1.4;
    padding: 0 20px;
    margin-bottom: 15px;
}
.services-claim .content .btn {
    font-size: 14px;
    color: #777777;
    padding: 16px 34px;
}
.services-claim .content .btn:hover {
    color: #fff;
}
.services-sidebar .services-claim {
    padding: 40px;
    margin-bottom:25px;
}
.services-sidebar .services-add-banner {
    padding: 0;
    border: none;
    text-align: center;
    box-shadow: none;
}
.services-sidebar .services-add-banner a {
    display: inline-block;
}
.services-sidebar .services-add-banner img {
    max-width: 100%;
}
.services-sidebar .sidebar-ans-wrap {
    padding: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 40px;
    margin-top: 35px;
}

/* CSS for single Service */
.inner-blog.service-details.case-details {
    margin-top: 120px;
    margin-bottom: 90px;
}
.inner-blog.service-details {
    margin-top: 120px;
    margin-bottom:100px;
    font-family: 'DM Sans', sans-serif;
}
.inner-blog.service-details .wp-block-columns {
    margin-bottom: 0;
}
.services-sidebar .service-widget {
    background-color: transparent !important;
}
.services-sidebar .service-widget .sidebar-faq-form {
    margin-bottom: 15px;
    margin-top: 20px;
    display: block;
    overflow: hidden;
}
.sevice-details-thumbnail {
    margin-bottom: 40px;
}
.services-details-content p {
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #777777;
    font-family: 'DM Sans', sans-serif;
}
.services-details-content .wp-block-quote {
    border: 2px solid #f0f0f0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 6%);
    padding: 35px 40px !important;
    margin: 35px 0 30px;
}
.service-details-content blockquote.wp-block-quote {
    text-align: left;
}
.services-details-content .wp-block-quote p {
    font-size: 24px !important;
    line-height: 1.5 !important;
    font-style: normal !important;
    letter-spacing: .5px;
    text-transform: none;
}
blockquote::before {
    content: none;
}
.wp-block-quote cite {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: normal;
    color: #003478;
    margin-top: 14px;
    letter-spacing: .5px;
    font-family: 'DM Sans', sans-serif; 
}
.wp-block-column .wp-block-image {
    margin-bottom: 20px;
    margin-top: 20px;
}
.inner-blog article.page.type-page .blog--post--item .blog--post--content {
    padding-top: 30px;
}
.services-details-content .wp-block-contact-form-7-contact-form-selector {
    margin-top: 40px;
}
.inner-blog.service-details .services-form-btn .btn {
    margin-bottom: 30px;
}
.services-details-content figure.wp-block-image.size-large {
    margin-top: 30px;
    margin-bottom: 18px;
}
.services-item.text-center.mb-30 {
    margin-bottom: 30px;
}
.service-shortcode-one .services-item .icon i:before {
    font-size: 80px;
    line-height: 1;
}
.service-shortcode-two .about-item-wrap .icon i:before {
    font-size: 40px;
    line-height: 1;
}
.service-form .wpcf7 form {
    background: #fff;
    padding: 50px 50px 0;
    border-radius: 20px 20px 0px 0px;
    position: relative;
}
.service-form .wpcf7 form input,
.service-form .wpcf7 form textarea {
    width: 100%;
    font-size: 16px;
    color: #777777;
    border: none;
    padding: 0 0 15px;
    border-bottom: 2px solid #f3f2f6;
    margin-bottom: 0px;
    font-family: 'DM Sans', sans-serif;
    transition: .3s linear;
}
.service-form .wpcf7 form input::placeholder,
.service-form .wpcf7 form textarea::placeholder {
    font-size: 16px;
    color: #777777;
    font-family: 'DM Sans', sans-serif;
}
.service-form .wpcf7 form textarea {
    max-height: 135px;
    min-height: 135px;
    margin-bottom: 25px;
}
.service-form .wpcf7 form input:focus,
.service-form .wpcf7 form textarea:focus {
    border-color: #7dba2f;
}
.service-form .wpcf7 form::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    border-radius: 20px;
    z-index: -1;
}

/* 9. Case-study */
.section-title-three {
    position: relative;
    padding-bottom: 14px;
}
.section-title-three::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 2px;
    background: #ebebeb;
    margin: 0 auto;
}
.section-title-three > .sub-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #7dba2f;
    line-height: 1;
    margin-bottom: 13px;
}
.section-title-three .title {
    font-size: 60px;
    letter-spacing: -3px;
    color: #2c3459;
    margin-bottom: 0;
}
.case-study-item {
    position: relative;
}
.case-study-thumb {
    text-align: center;
}
.case-study-thumb img {
    max-width: 100%;
    width: 100%;
    display: inline-block;
}
.case-overlay-wrap {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 40px;
    transition: .4s ease-in-out;
    transform: scale(1 , 0);
    transform-origin: 0 100%;
    opacity: 0;
    z-index: 1;
}
.case-overlay-wrap .content {
    margin-right: 50px;
}
.case-overlay-wrap .content span {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}
.case-overlay-wrap .content h3 {
    font-size: 30px;
    margin-bottom: 0;
    color: #2c3459;
    letter-spacing: -1px;
}
.case-overlay-wrap .case-btn {
    margin-left: auto;
}
.slick-active.slick-center .case-overlay-wrap {
    transform: scale(1);
    opacity: 1;
}
.case-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.case-slider-nav button {
    box-shadow: none;
    color: #777777;
    margin: 0 10px;
}
.case-slider-nav button:hover {
    border-color: #7dba2f;
    background: #7dba2f;
}
.case-slider-nav button.slick-prev i {
    margin-right: 7px;
    margin-left: 0;
}
.case-slider-nav button.slick-next i {
    margin-left: 7px;
}
.case-study-two .case-slider-nav {
    justify-content: flex-end;
    margin-top: 0;
}
.case-study-two .case-slider-nav button {
    box-shadow: none;
    color: #777777;
    margin: 0 0 0 20px;
    border-radius: 0;
    padding: 20px 31px;
}
.case-study-two .case-slider-nav button:hover {
    background: #003478;
    border-color: #003478;
    color: #fff;
}
.case-study-two .case-overlay-wrap .case-btn .btn {
    background: #003478;
    border-color: #003478;
    color: #fff;
}
.case-study-two .case-overlay-wrap .case-btn .btn i {
    margin-left: 6px;
}
.case-overlay-wrap .content h3 a:hover {
    color: #003478;
}
.case-menu-active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.case-menu-active button {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #999999;
    background: #f8f8f8;
    padding: 17px 22px;
    line-height: 1;
    border-radius: 0;
    margin: 0 6px 10px;
    text-transform: capitalize;
}
.case-menu-active button.active {
    color: #fff;
    background: #003478;
}

.case-menu-active button:hover {
    cursor: pointer;
}
.inner-case-item {
    position: relative;
    overflow: hidden;
}
.inner-case-item .thumb img {
    max-width: 100%;
}
.inner-case-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    padding: 20px 50px 20px 30px;
    transition: .4s ease-in-out;
    transform: translateY(50%);
    opacity: 0;
}
.inner-case-content > span {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
.inner-case-content > .title {
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: -.5px;
}
.inner-case-content > .title a:hover {
    color: #003478;
}
.inner-case-content > .read-more {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #003478;
    color: #fff;
    border-radius: 0 0 0 20px;
}
.inner-case-item:hover .inner-case-content {
    transform: translateY(0);
    opacity: 1;
}

.case-details-video {
    position: relative;
    margin: 45px 0 40px;
}
.case-details-video img {
    max-width: 100%;
}
.case-details-video .popup-video {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 120px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    color: #003478;
    z-index: 1;
}
.case-details-video .popup-video:hover {
    background: #003478;
    color: #fff;
}
.case-details-process {
    margin-top: 25px;
}
.case-details-process .row {
    margin-left: -10px;
    margin-right: -10px;
}
.case-details-process [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.case-process-box {
    text-align: center;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
    border: 2px solid #f0f0f0;
    padding: 60px 55px 55px;
    margin-top: 20px;
}
.case-process-box .icon {
    font-size: 80px;
    color: #d3ddea;
    line-height: 0;
    margin-bottom: 25px;
}
.case-process-box .title {
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: -.5px;
}

/* 10. About */
.about-img-wrap img:first-child {
    margin-top: 120px;
    position: relative;
    z-index: 1;
    border: 10px solid #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.about-img-wrap img:last-child {
    float: right;
    margin-left: -106px;
}
.about-content > p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
}
.about-list ul{
    padding:0;
}
.about-list ul li {
    display: flex;
    align-items: center;
}
.about-list ul li + li {
    margin-top: 14px;
}
.about-list ul li i {
    width: 36px;
    height: 36px;
    border: 2px solid #f0f0f0;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    flex: 0 0 36px;
    font-size: 16px;
    margin-right: 30px;
    transition: .3s ease-in-out;
}
.about-content .about-list {
    margin-bottom: 40px;
}
.about-list ul li:hover i {
    color: #fff;
    border-color: #003478;
}
.about-style-two {
    position: relative;
    padding: 120px 0 0;
}
.about-bg {
    background-image: url(../img/bg/about_bg.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 564px;
    z-index: -1;
}
.section-title-two .sub-title {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #7dba2f;
    margin-bottom: 10px;
}
.section-title-two .title {
    color: #2c3459;
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 1.15;
    margin-bottom: 0;
}
.white-title .sub-title,
.white-title .title {
    color: #fff;
}
.about-title-paragraph {
    text-align: right;
}
.about-title-paragraph p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
}
.about-title-paragraph {
    text-align: right;
    margin-right: 10px;
    padding: 0 40px 0 35px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.about-style-two .about-item-wrap,
.about-style-three .about-item-wrap {
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    position: relative;
}
.about-style-three .about-item-wrap {
    box-shadow: none;
    transition: .4s ease-in-out;
}
.about-item-wrap:hover {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.about-item-wrap .thumb img {
    width: 100%;
}
.about-item-wrap .content {
    padding: 40px;
    position: relative;
    transform: translateY(0px);
    background: #fff;
    transition: .4s ease-in-out;
}
.about-item-wrap .content .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
    text-align: center;
    font-size: 40px;
    color: #7dba2f;
    position: absolute;
    right: 30px;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 80px;
    z-index: 1;
}
.about-item-wrap .content .icon i {
    line-height: 0;
}
.about-item-wrap .content .title {
    font-size: 24px;
    color: #2c3459;
    letter-spacing: -.5px;
    margin-bottom: 11px;
}
.about-item-wrap .content p {
    margin-bottom: 0;
}
.about-item-wrap .content-btn {
    position: absolute;
    left: 56px;
    bottom: 70px;
    right: 54px;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease-in-out;
}
.about-item-wrap:hover .content-btn {
    visibility: visible;
    opacity: 1;
}
.about-item-wrap .content-btn .btn {
    margin-top: 25px;
}
.about-item-wrap .content-btn .rounded-btn i {
    margin-right: 5px;
    margin-left: 0;
}
.about-item-wrap .content-btn .rounded-btn {
    padding: 21px 35px;
}
.about-item-wrap:hover .content {
    transform: translateY(-84px);
}
.about-item-wrap .content .title a:hover {
    color: #7dba2f;
}
.inner-about-area .about-img-wrap img:last-child {
    margin-left: -190px;
}
.insubux-animate-image-wrapper .about-img-wrap-two {

}
.insubux-animate-image-wrapper .about-img-wrap-two .top-img {
    text-align: right;
}
.insubux-animate-image-wrapper .about-img-wrap-two .bottom-img {
    text-align: left;
    margin-top: -300px;
}
.insubux-animate-image-wrapper .about-img-wrap-two .bottom-img img {
    border: 10px solid #fff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
}
.inner-about-content-wrap {
    padding: 0 30px 0 40px;
}
.about-avatar-info-wrap {
    display: flex;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #e4e4e4;
}
.about-avatar-info-wrap .thumb {
    max-width: 70px;
    flex: 0 0 70px;
    margin-right: 20px;
}
.about-avatar-info-wrap .thumb img {
    max-width: 100%;
}
.about-avatar-info-wrap .info {
    margin-right: 60px;
}
.about-avatar-info-wrap .info h5 {
    font-size: 20px;
    margin-bottom: 5px;
}
.about-avatar-info-wrap .info span {
    display: block;
    font-size: 14px;
}
.about-item-wrap .content .icon,
.about-item-wrap .content .title,
.about-item-wrap .content .title a:hover {
    color: #003478;
}
.about-item-wrap .content-btn .btn {
    background: #003478;
    color: #fff;
    box-shadow: none;
    padding: 22px 36px;
}
.about-item-wrap .content-btn .btn i {
    margin-right: 5px;
}
.about-style-three {
    padding: 120px 0 90px;
    background: #f7f7f7;
}
.about-video-area {
    position: relative;
    z-index: 1;
}
.about-video-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f7f7f7;
    height: 49%;
    width: 100%;
    z-index: -1;
}
.about-video-wrap {
    position: relative;
}
.about-video-wrap img {
    max-width: 100%;
}
.about-ply-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.about-ply-icon a {
    height: 120px;
    width: 120px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 120px;
    color: #003478;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
}
.about-ply-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 130px;
    width: 130px;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    }
}
.about-history-wrap {
    padding: 50px 55px 100px;
    position: relative;
}
.about-history-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    background: #e7e7e7;
}
.about-history-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
}
.about-history-item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 71px;
    height: 1px;
    background: #e7e7e7;
}
.about-history-item:last-child {
    margin-bottom: 0;
}
.about-history-item .history-year,
.about-history-item .history-content {
    width: 43.1%;
    flex: 0 0 43.1%;
}
.about-history-item .history-year {
    text-align: right;
}
.about-history-item .history-year h2 {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 0;
    color: #d3d3d3;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d3d3d3;
}
.about-history-item .history-content {
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    padding: 35px 40px;
}
.about-history-item .history-content .count {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}
.about-history-item .history-content h4 {
    font-size: 24px;
    margin-bottom: 22px;
}
.about-history-item .history-content p {
    margin-bottom: 0;
}
.about-history-item:nth-child(even) {
    flex-direction: row-reverse;
}
.about-history-item:nth-child(even) .history-year {
    text-align: left;
}
.more-about-history {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    text-align: center;
}
.more-about-history a {
    display: block;
    color: #003478;
    line-height: 60px;
    font-size: 18px;
    width: 60px;
    height: 60px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04) !important;
    background: #fff;
}
.more-about-history a:hover {
    color: #fff;
    background: #003478;
}
.home-three-about .row [class*="col-"]:last-child {
    padding: 0 65px;
}
.home-three-title .title {
    color: #2c3459;
}
.home-three-title .title::before {
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
}
.home-three-about .about-content .about-list ul li {
    color: #2c3459;
}
.home-three-about .about-content .about-list ul li i {
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.checkbox_list .about-list ul li i:before {
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.home-three-about .about-content .about-list ul li:hover i {
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #f0f0f0;
    color: inherit;
}
.about-style-three .about-item-wrap .content-btn .btn:hover,
.appointment-form [type="submit"]:hover,
.comment-form .btn:hover,
.sidebar-faq-form .btn:hover,
.cta-style-three .cta-form-wrap form .btn:hover,
.services-form-btn .btn:hover,
.team-details-form button.btn:hover {
    background: #01234e;
}

/* 11. Expertise */
.expertise-box-wrap {
    margin-right: 60px;
}
.expertise-item {
    border: 2px solid #f3f3f3;
    padding: 25px 30px;
    position: relative;
    margin-bottom: 20px;
}
.expertise-item .icon {
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 9px;
    color: #ededed;
    line-height: 1;
    transform: rotate(-45deg);
}
.expertise-item h5 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #2c3459;
}
.expertise-item p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.expertise-item:last-child {
    margin-bottom: 0;
}
.expertise-img-wrap {
    position: relative;
    margin-bottom: 40px;
}
.expertise-img-wrap .second-img {
    float: right;
    margin-bottom: -278px;
}
.expertise-img-wrap .exp-box {
    width: 470px;
    height: 458px;
    position: absolute;
    left: 40px;
    bottom: -40px;
    border: 10px solid #7dba2f;
}
.expertise-img-wrap .exp-content {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #7dba2f;
    text-align: center;
    padding: 40px 35px 30px;
}
.expertise-img-wrap .exp-content .icon {
    font-size: 70px;
    color: #fff;
    line-height: .7;
    margin-bottom: 10px;
}
.expertise-img-wrap .exp-content .icon i {
    line-height: 0;
}
.expertise-img-wrap .exp-content .icon i:before {
    font-size: 70px;
    line-height: 70px;
}
.expertise-img-wrap .exp-content h2 {
    font-size: 80px;
    color: #fff;
    line-height: .8;
    margin-bottom: 0;
}
.expertise-img-wrap .exp-content h2 .plus {
    font-size: 16px;
}
.expertise-img-wrap .exp-content p {
    margin-bottom: 0;
    color: #fff;
}
.home-three-expertise .about-img-wrap {
    padding-left: 0;
    padding-right: 90px;
}
.home-three-expertise .about-img-wrap img:first-child {
    margin-top: 220px;
}
.home-three-expertise .about-img-wrap img:last-child {
    margin-left: -180px;
    max-width: 370px;
}
.expertise-content-wrap {
    margin-left: -40px;
}
.expertise-list ul li {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}
.expertise-list .icon {
    width: 61px;
    flex: 0 0 61px;
    margin-right: 40px;
}
.expertise-list .content {
    flex-grow: 1;
}
.expertise-list .content h4 {
    font-size: 24px;
    margin-bottom: 3px;
    letter-spacing: -.5px;
    color: #2c3459;
}
.expertise-list .content p {
    margin-bottom: 0;
    font-size: 18px;
}
.expertise-count-wrap {
    display: flex;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}
.expertise-count-wrap .counter-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.expertise-count-wrap .counter-item .title {
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 15px;
}
.expertise-count-wrap .counter-item > span {
    color: #777777;
}
.expertise-count-wrap .counter-item::after {
    display: none;
}

/* 12. Work-process */
.work-process-area {
    background: #fafafa;
    padding: 120px 0 90px;
}
.work-process-item {
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    text-align: center;
    padding: 50px 40px 40px;
    border: 2px solid #f0f0f0;
    transition: .3s linear;
    margin-bottom: 30px;
}
.work-process-icon {
    margin-bottom: 25px;
}
.work-process-content .title {
    font-size: 24px;
    color: #2c3459;
    margin-bottom: 10px;
    letter-spacing: -.5px;
}
.work-process-content span {
    display: block;
    font-size: 14px;
}
.work-process-item:hover {
    box-shadow: none;
}
.work-process-area .home-three-title.text-center .title {
    margin-bottom: 0;
}

/* 13. Office-map */
.office-map-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 602px;
}
.map-overlay-office {
    position: absolute;
    max-width: 433px;
    left: 18%;
    bottom: 25%;
    z-index: 1;
}
.map-overlay-office .office-info {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding: 27px 30px;
}
.map-overlay-office .office-info .thumb {
    margin-right: 20px;
    width: 80px;
    flex: 0 0 80px;
}
.map-overlay-office .office-info .content h5 {
    font-size: 20px;
    color: #2c3459;
    margin-bottom: 12px;
}
.map-overlay-office .office-info .content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
}
.office-map-marker {
    margin-top: 25px;
}
.office-map-marker img {
    margin-left: 35%;
}
.map-overlay-office .office-info::after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #fff transparent transparent transparent;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/* 14. Brand */
.brand-inner-wrap {
    padding: 60px 0 60px;
    border-top: 1px solid #f1f1f1;
}
.brand-content {
    max-width: 70%;
}
.brand-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
}
.brand-content p > span {
    font-weight: 700;
}
.brand-active {
    margin-left: -15px;
    margin-right: -15px;
}
.brand-active .brand-item {
    padding-left: 15px;
    padding-right: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 31px;
}
.brand-active .brand-item img {
    max-width: 100%;
}
.brand-style-two .brand-active .brand-item {
    min-height: 51px;
}
.brand-style-two .brand-active .brand-item img {
    filter: grayscale(1) contrast(2);
    transition: .3s linear;
}
.brand-style-two .brand-active .brand-item:hover img {
    filter: grayscale(0) contrast(1);
}

/* 15. Team */
.section-title.text-center {
    position: relative;
    z-index: 1;
}
.section-title.text-center .overlay-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 160px;
    color: #f0f0f0;
    margin-bottom: 0;
    top: -25px;
    letter-spacing: -2px;
    line-height: .8;
    z-index: -1;
}
.section-title.text-center .title {
    margin-bottom: 14px;
}
.section-title.text-center .title::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section-title.text-center p {
    margin-bottom: 0;
}
.team-item {
    text-align: center;
    margin-bottom:30px;
    background: #fffdfd;
}
.team-item .team-content {
    padding-bottom: 20px;
}
.team-thumb {
    position: relative;
    margin-bottom: 15px;
}
.team-thumb a img {
    max-width: 100%;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #f0f0f0;
    transition: .3s linear;
}
.team-thumb .team-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 2px;
    z-index: 1;
    padding: 10px 15px;
    transition: .4s ease-in-out;
    transform: scale(1 , 0);
    transform-origin: 0 100%;
    opacity: 0;
    visibility: hidden;
}
.team-thumb .team-social a {
    display: block;
    margin: 0 10px;
    font-size: 14px;
    color: #fff;
}
.team-item:hover .team-thumb .team-social {
    transform: scale(1 , 1);
    opacity: 1;
    visibility: visible;
}
.team-content > span {
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
}
.team-content h4 {
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: -.3px;
}
.team-item:hover .team-thumb > img {
    box-shadow: none;
}
.expert-skill-area {
    padding: 120px 0 120px;
    background: #f7f7f7;
}
.expert-skill-area .expertise-img-wrap {
    margin-bottom: 0;
}
.expert-skill-area .expertise-img-wrap .second-img {
    margin-bottom: -345px;
}
.expert-skill-area .expertise-img-wrap .main-img {
    margin-left: -90px;
}
.es-content-wrap {
    padding: 0 70px 0 50px;
}
.es-content-wrap p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.es-progress-wrap {
    margin-top: 40px;
}
.es-progress-item .skill-caption {
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 1;
    margin-bottom: 20px;
}
.es-progress-item .progress {
    height: 4px;
    overflow: visible;
    line-height: 0;
    background-color: transparent;
    border-radius: 0;
}
.es-progress-item .progress .progress-bar {
    background: #003478;
    overflow: visible;
    position: relative;
}
.es-progress-item .progress .progress-bar > span {
    position: absolute;
    right: 0;
    top: -25px;
    color: #003478;
    font-size: 14px;
    font-weight: 700;
}
.es-progress-item {
    overflow: hidden;
    margin-bottom: 30px;
}
.es-progress-item:last-child {
    margin-bottom: 0;
}
.team-details-img img {
    max-width: 100%;
}
.team-details-area {
    padding: 120px 0 95px;
}
.team-details-img {
    margin-bottom: 75px;
}
.team-details-content {
    margin-left: 30px;
    margin-top:73px;
}
.team-details-content .title {
    font-size: 60px;
    letter-spacing: -3px;
    line-height: .9;
    margin-bottom: 15px;
}
.team-details-content .team-info-list {
    margin-top: 40px;
}
.team-details-content .team-info-list ul{
    padding:0;
}
.team-details-content .team-info-list ul li {
    font-size: 18px;
    color:#777777;
    margin-bottom: 20px;
    list-style:none;
}
.team-details-content .team-info-list ul li a {
    font-size: 18px;
    color:#777777;
    margin-bottom: 20px;
}
.team-details-content .team-info-list ul li a:hover{

}
.team-details-content .team-info-list ul li span {
    font-weight: 700;
    color: #003478;
    margin-right: 5px;
}
.team-details-content .team-info-list ul li:last-child {
    margin-bottom: 0;
}
.team-details-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 34px;
    padding:0;
}
.team-details-social ul li {
    margin-right: 10px;
    margin-top: 10px;
    list-style: none;
}
.team-details-social ul li:last-child {
    margin-right: 0;
}
.team-details-social ul li a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #e0e0e0;
    text-align: center;
    font-size: 16px;
    color: #777777;
}
.team-details-social ul li a:hover {
    background: #003478;
    border-color: #003478;
    color: #fff;
}
.team-other-details-content h2,
.team-other-details-content h5,
.team-other-details-content h3 {
    padding-bottom: 17px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 22px;
}
.team-other-details-content h4 {
    font-size: 18px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 22px;
}
.team-other-details-content p {

}
.team-other-details-content {
    margin-bottom: 53px;
}
.team-other-details-content:last-child {
    margin-bottom: 0;
}
.team-skill-item {
    margin-right: 25px;
    position: relative;
    margin-top: 33px;
}
.team-skill-item .title {
    font-size: 16px;
    letter-spacing: -.5px;
    margin-bottom: 19px;
}
.team-skill-item .progress {
    height: 4px;
    background-color: #e9ecef;
    border-radius: 0;
    position: relative;
    overflow: visible;
}
.team-skill-item .progress-bar {
    background-color: #003478;
}
.team-skill-item .progress-bar .progress-percentage {
    color: #003478;
    position: absolute;
    right: 0;
    top: -38px;
    font-size: 16px;
    font-weight: 700;
}
.team-exp-item {
    margin-top: 22px;
}
.team-exp-item .sub-title {
    display: block;
    margin-bottom: 4px;
}
.team-exp-item .title {
    margin-bottom: 0;
    font-size: 30px;
    letter-spacing: -.5px;
    border: none;
}
.team-details-form {
    margin-top: 30px;
}
.team-details-form .form-grp {
    margin-bottom: 30px;
}
.team-details-form button.btn {
    min-width: 200px;
    background: #003478;
    color: #fff;
    margin-left: auto;
    display: block;
}

/* 16. CTA */
.cta-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 36px 60px 21px 60px;
    z-index: 1;
    margin-top: -50px;
}
.cta-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(0,52,120) 0%, rgba(0,52,120,0.50196) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,52,120) 0%, rgba(0,52,120,0.50196) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,52,120) 0%, rgba(0,52,120,0.50196) 100%);
    z-index: -1;
}
.cta-content {
    width: 70%;
    flex: 0 0 70%;
    margin-bottom: 15px;
}
.cta-content h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.cta-content h5 > span {
    font-size: 18px;
    font-weight: 400;
}
.cta-bg .cta-link {
    margin-left: auto;
    margin-bottom: 15px;
}
.cta-bg .cta-link a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}
.cta-form-wrap form {
    background: #fff;
    padding: 50px 50px 0;
    border-radius: 20px 20px 0px 0px;
    position: relative;
}
.cta-form-wrap form input,
.cta-form-wrap form textarea {
    width: 100%;
    font-size: 16px;
    color: #777777;
    border: none;
    padding: 0 0 15px;
    border-bottom: 2px solid #f3f2f6;
    margin-bottom: 40px;
    font-family: 'DM Sans', sans-serif;
    transition: .3s linear;
}
.cta-form-wrap form input::placeholder,
.cta-form-wrap form textarea::placeholder {
    font-size: 16px;
    color: #777777;
    font-family: 'DM Sans', sans-serif;
}
.cta-form-wrap form textarea {
    max-height: 135px;
    min-height: 135px;
    margin-bottom: 25px;
}
.cta-form-wrap form input:focus,
.cta-form-wrap form textarea:focus {
    border-color: #7dba2f;
}
.cta-form-wrap form::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    border-radius: 20px;
    z-index: -1;
}
.cta-style-two {
    padding: 120px 0 0;
    position: relative;
    z-index: 1;
}
.cta-contact-number p {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 5px;
}
.cta-contact-number .number {
    font-size: 30px;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.cta-contact-number .number a:hover,
.case-overlay-wrap .content h3 a:hover {
    color: #7dba2f;
}
.cta-style-three .section-title-two .sub-title {
    color: #777777;
}
.cta-style-three .section-title-two .title,
.cta-style-three .cta-contact-number .number,
.cta-style-three .cta-contact-number .number a:hover {
    color: #003478;
}
.cta-style-three .cta-form-wrap form,
.cta-style-three .cta-form-wrap form::before {
    border-radius: 0;
}
.cta-style-three .cta-form-wrap form .btn {
    background: #003478;
    color: #fff;
}
.cta-style-three .cta-form-wrap form .btn i {
    margin-left: 7px;
}
.cta-style-three .cta-form-wrap form .btn:hover {
    box-shadow: none;
}
.cta-style-three .cta-form-wrap form input:focus,
.cta-style-three .cta-form-wrap form textarea:focus {
    border-color: #003478;
}
.home-three-cta {
    background-position: top center;
    background-size: cover;
    padding: 120px 0;
}
.home-three-cta .banner-agents-wrap {
    margin-right: 60px;
}
.home-three-cta-form {
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0 10px 10px 10px;
    padding: 40px;
}
.home-three-cta-form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.home-three-cta-form .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.home-three-cta-form input,
.home-three-cta-form input[type='email'] {
    width: 100%;
    border: 2px solid #ededed;
    font-size: 16px;
    color: #999999;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    padding: 16px 30px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.home-three-cta-form input::placeholder {
    font-size: 16px;
    color: #999999;
}
.home-three-cta-form .custom-select,
.home-three-cta-form .wpcf7-select {
    display: block;
    padding: 13px 45px 13px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #999999;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #ededed;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out,;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 50px;
}
.home-three-cta-form .btn[type=submit] {
    min-width: 200px;
    box-shadow: none;
    background: #2c3459;
    display: block;
    margin-left: auto;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.home-three-cta-form .btn[type=submit]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: -1;
}
.home-three-cta-form .btn[type=submit]:hover::before {
    opacity: 1;
}
.home-three-cta-nav li a.nav-link,
.home-three-cta-nav li a.nav-link,
.home-three-cta-nav li a.nav-link {
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    border-radius: 10px 10px 0 0;
}
.home-three-cta-nav li a.nav-link.active {
    background: #fff;
    color: #fff;
    color: #2c3459;
}
.home-three-cta .tab-pane.active {
    animation: slide-down-two .3s ease-out;
}
@-webkit-keyframes slide-down-two {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-down-two {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* 17. Appointment */
.appointment-navs {
    margin-bottom: 15px;
}
.appointment-navs .nav {
    margin-left: -15px;
    margin-right: -15px;
    border: none;
    justify-content: center;
}
.appointment-navs .nav li {
    margin-bottom: 30px;
    width: 16.6666%;
    flex: 0 0 16.6666%;
    padding: 0 15px;
}
.appointment-navs .nav li a {
    border-radius: 0;
    border: 2px solid #f0f0f0;
    padding: 34px 20px;
    text-align: center;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    font-size: 18px;
    font-weight: 700;
    color: #003478;
    text-transform: capitalize;
    letter-spacing: -.3px;
}
.appointment-navs .nav li a i {
    display: block;
    font-size: 80px;
    color: #d3ddea;
    line-height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 16px;
}
.appointment-navs .nav-tabs .nav-item.show .nav-link,
.appointment-navs .nav-tabs .nav-link.active {
    color: #003478;
    background-color: #fff;
    border-color: #f0f0f0;
    box-shadow: none;
}
.appointment-navs .nav-tabs .nav-item.show .nav-link i,
.appointment-navs .nav-tabs .nav-link.active i {
    color: #003478;
}
.appointment-docs-upload {
    margin-bottom: 20px;
}
.appointment-form .form-grp textarea {
    min-height: 130px;
    max-height: 130px;
}
.appointment-form .form-grp input[type='email'] {
    border: 2px solid #f0f0f0;
}
.appointment-docs-upload input[type="file"] {
    height: 285px;
    width: 263px;
    cursor: pointer !important;
    display: block;
    overflow: hidden;
}
.appointment-form .row .row {
    margin-left: -10px;
    margin-right: -10px;
}
.appointment-form .row .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.appointment-form .form-grp > i {
    position: absolute;
    top: 23px;
    right: 30px;
    font-size: 14px;
    color: #999999;
}
.appointment-form .form-grp input {
    padding: 18px 55px 18px 30px !important;
}
.appointment-form [type="submit"] {
    background: #003478;
    color: #fff;
    box-shadow: none;
    min-width: 200px;
    margin-top: 10px;
}
.appointment-form [type="submit"] i {
    margin-right: 5px;
}
.appointment-docs-upload .dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #f0f0f0;
    border-radius: 3px;
    text-align: center;
    position: relative;
    min-height: 302px;
    padding: 40px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.appointment-docs-upload .dropzone > i {
    font-size: 70px;
    line-height: 0;
    color: #e2e2e2;
    width: 100%;
}
.appointment-docs-upload .dropzone > span {
    font-size: 20px;
    font-weight: 700;
    color: #003376;
    letter-spacing: -.5px;
    display: block;
    width: 100%;
    line-height: 1;
    margin-top: 11px;
}
.appointment-docs-upload .upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.appointment-area .tab-pane.active {
    animation: slide-down .3s ease-out;
}
@-webkit-keyframes slide-down {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-down {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}
.appointment-docs-upload {
    margin-bottom: 20px;
}

/* 18. Testimonial */
.testimonial-item {
    padding: 0px 90px;
    text-align: center;
    position: relative;
    margin-top: 25px;
}
.testimonial-item .content {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 0;
    letter-spacing: -1px;
    position: relative;
    padding-top: 17px;
}
.testimonial-item .content::before {
    right: 0;
    margin: 0 auto;
}
.testi-avatar-info {
    margin-top: 41px;
}
.testi-avatar-info .name {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}
.testi-avatar-info > span {
    display: block;
    line-height: 1;
    font-size: 14px;
}
.testimonial-item::before {
    content: "\f11b";
    position: absolute;
    left: 50%;
    top: -12%;
    transform: translateX(-50%);
    font-size: 250px;
    line-height: 0;
    color: #f1f1f1;
    font-family: flaticon;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: -1;
}
.testimonial-img-wrap ul li {
    position: absolute;
    display: inline-block;
}
.testimonial-img-wrap ul li img {
    border-radius: 50%;
}
.testimonial-img-wrap ul li:first-child {
    left: 8.5%;
    top: 22%;
}
.testimonial-img-wrap ul li:nth-child(2) {
    left: 35%;
    bottom: 7%;
}
.testimonial-img-wrap ul li:nth-child(3) {
    right: 39%;
    top: 5%;
}
.testimonial-img-wrap ul li:last-child {
    right: 9%;
    bottom: 17%;
}
.testimonial-active .slick-arrow {
    position: absolute;
    left: -56px;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    height: 66px;
    border: 2px solid #e7e7e7;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 66px;
    cursor: pointer;
    transition: .3s ease-in-out;
    background: #fff;
    font-size: 24px;
    z-index: 1;
}
.testimonial-active .slick-next {
    left: auto;
    right: -56px;
}
.testimonial-active .slick-arrow:hover {
    box-shadow: none;
    border-color: #003478;
    color: #fff;
}
.testimonial-two-area {
    position: relative;
    z-index: 1;
    margin-top: -101px;
    padding-bottom: 80px;
    overflow: hidden;
}
.testi-two-active {
    width: calc(100% + 365px);
    width: -webkit-calc(100% + 365px);
    width: -ms-calc(100% + 365px);
    width: -o-calc(100% + 365px);
}
.testi-two-active.owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.testimonial-two-item {
    background: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
    padding: 50px 50px 57px;
    margin-bottom: 40px;
}
.testi-two-brand {
    margin-bottom: 35px;
}
.testi-two-content p {
    margin-bottom: 0;
}
.testi-two-avatar {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.testi-two-avatar .thumb {
    width: 50px;
    flex: 0 0 50px;
    margin-right: 18px;
}
.testi-two-avatar .thumb img {
    max-width: 100%;
    border-radius: 50%;
}
.testi-two-avatar .info {
    flex-grow: 1;
}
.testi-two-avatar .info h5 {
    font-size: 18px;
    letter-spacing: -.5px;
    margin-bottom: 3px;
    color: #2c3459;
}
.testi-two-avatar .info span {
    display: block;
    font-size: 14px;
    color: #7dba2f;
}
.testi-two-active.owl-carousel .owl-stage-outer {
    margin-left: -25px;
}
.testi-two-active.owl-carousel.owl-drag .owl-item {
    margin: 0 25px 0px !important;
}
.testimonial-three-area {
    background: #f6f6f6;
}
.testimonial-three-active .testimonial-two-item {
    background: #fff;
    box-shadow: none;
    padding: 50px 49px 57px;
    margin-bottom: 40px;
    transition: .3s linear;
}
.testimonial-three-active .slick-active.slick-center .testimonial-two-item {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.testimonial-three-active .testi-two-avatar .info span {
    color: #777777;
}
.testimonial-style-three::before {
    display: none;
}
.testimonial-style-three {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: left;
}
.testimonial-style-three .testimonial-quote {
    width: 270px;
    flex: 0 0 270px;
    height: 270px;
    border: 14px solid #f7f7f7;
    border-radius: 50%;
    font-size: 110px;
    text-align: center;
    line-height: 270px;
    margin-right: 50px;
}
.testimonial-style-three .testimonial-quote i {
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.testimonial-style-three .testimonial-content .content {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 0;
    letter-spacing: -1.5px;
    position: relative;
    padding-top: 17px;
    color: #2c3459;
}
.testimonial-style-three .testimonial-content .content::before {
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    margin: 0;
}
.testimonial-style-three .testi-avatar-info .name {
    color: #2c3459;
}
.home-three-testimonial .testimonial-active .slick-arrow {
    border-radius: 50%;
    color: #2c3459;
    left: -110px;
}
.home-three-testimonial .testimonial-active .slick-next {
    left: auto;
    right: -110px;
}
.home-three-testimonial .testimonial-active .slick-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    border-radius: 50%;
    transition: .3s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.home-three-testimonial .testimonial-active .slick-arrow:hover::before {
    opacity: 1;
}
.home-three-testimonial .testimonial-active .slick-arrow:hover {
    color: #fff;
    border-color: transparent;
    background: transparent;
}

/* 19. Faq */
.faq-wrapper .card {
    border-radius: 0 !important;
    background: #fff;
    border: 2px solid #f0f0f0;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
    padding: 21px 30px 21px 30px;
}
.faq-wrapper .card:last-child {
    margin-bottom: 0;
}
.faq-wrapper .card .card-header {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    border: none;
}
.faq-wrapper .card .card-header button {
    padding: 0 30px 0 0;
    background: transparent;
    color: #003478;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    white-space: unset;
    box-shadow: none;
    text-decoration: none;
    position: relative;
}
.faq-wrapper .card .card-body {
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 5px;
}
.faq-wrapper .card .card-header button::after {
    position: absolute;
    content: "\f068";
    top: 2px;
    right: 0;
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #003478;
    border-radius: 50%;
}
.faq-wrapper .card .card-header button.collapsed:after {
    content: "\f067";
    color: #c9c9c9;
}
.widget-title-two {
    font-size: 18px;
    letter-spacing: -.5px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.form-grp {
    position: relative;
    margin-bottom: 20px;
}
.form-grp input,
.form-grp textarea,
.form-grp input[type="email"] {
    width: 100%;
    border: 2px solid #f0f0f0;
    padding: 22px 55px 22px 30px;
    font-size: 14px;
    color: #999999;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.form-grp input::placeholder,
.form-grp textarea::placeholder {
    font-size: 14px;
    color: #999999;
}
.form-grp > i {
    position: absolute;
    top: 27px;
    right: 30px;
    font-size: 14px;
    color: #999999;
    z-index: 1;
}
.form-grp textarea {
    min-height: 200px;
    max-height: 200px;
    padding: 22px 30px;
}
.sidebar-faq-form .btn {
    min-width: 200px;
    background: #003477;
    color: #fff;
    box-shadow: none;
    display: block;
    margin-left: auto;
}

/* 20. Insurance-cat */
.insurance-cat-area {
    padding: 0 25px;
    margin-top: 40px;
}
.insurance-cat-item{
}
.insurance-cat-item img {
    max-width: 100%;
    width: 100%;
}
.insurance-cat-item a {
    display: block;
    position: relative;
    text-align: center;
}
.insurance-cat-item a > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
    z-index: 1;
}
.insurance-cat-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.insurance-cat-item a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.insurance-cat-item:hover a::before {
    opacity: 0;
}
.insurance-cat-item:hover a::after {
    opacity: .5;
}
.insurance-cat-item .insurance-cat-single {
    display: block;
    position: relative;
    text-align: center;
}
.insurance-cat-item .insurance-cat-single > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
    z-index: 1;
}
.insurance-cat-item .insurance-cat-single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.insurance-cat-item .insurance-cat-single::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.insurance-cat-item:hover .insurance-cat-single::before {
    opacity: 0;
}
.insurance-cat-item:hover .insurance-cat-single::after {
    opacity: .5;
}

/* 21. Video */
.video-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 120px 0 70px;
    z-index: 1;
}
.video-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
}
.video-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.video-wrap .icon {
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    flex: 0 0 80px;
    line-height: 80px;
    margin-right: 25px;
    font-size: 18px;
}
.video-wrap .icon > a {
    display: block;
}
.video-wrap .content {
    flex-grow: 1;
}
.video-wrap .content > span {
    display: block;
    color: #fff;
    line-height: 1;
    margin-bottom: 9px;
}
.video-wrap .content > h5 {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}
.counter-content .title {
    font-size: 60px;
    color: #fff;
    line-height: 1.11;
    letter-spacing: -2px;
    margin-bottom: 0;
}
.counter-content {
    margin-bottom: 50px;
}
.counter-item > h3 {
    font-size: 48px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.counter-item > span {
    display: block;
    font-size: 16px;
    color: #95b0d3;
    line-height: 26px;
    max-width: 70%;
}
.counter-item {
    position: relative;
    margin-bottom: 45px;
}
.counter-item::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background: #fff;
    opacity: .1;
}
.counter-wrap .row:last-child [class*="col-"]:last-child .counter-item::after {
    display: none;
}
.video-style-two {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 200px 0 200px;
    z-index: 1;
}
.video-style-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    z-index: -1;
}
.video-style-two .video-wrap {
    margin-bottom: 50px;
    justify-content: center;
}
.video-style-two .video-wrap .content {
    flex-grow: unset;
}
.video-style-two .video-wrap .icon > a {
    color: #7dba2f;
}
.video-style-two .counter-content {
    margin-bottom: 0;
    text-align: center;
}
.video-style-two .counter-content .title {
    line-height: 1.15;
}
.h3-video-wrap {
    position: relative;
}
.h3-video-wrap img {
    max-width: 100%;
    border-radius: 20px;
}
.h3-video-wrap > a {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #ff0084 0%, #374fc0 50%, #ff0084 100%);
    background-image: -webkit-linear-gradient(to right, #ff0084 0%, #374fc0 50%, #ff0084 100%);
    background-image: -ms-linear-gradient(to right, #ff0084 0%, #374fc0 50%, #ff0084 100%);
    background-size: 200% auto;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 140px;
    font-size: 18px;
    color: #fff;
}
.h3-video-wrap > a:hover {
    background-position: right center;
}
.ripple-white {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    transition: .5s;
    -webkit-transition: .5s;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3), 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3), 0 0 0 30px rgba(255,255,255,0);
    }
}
@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.3), 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3), 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.3), 0 0 0 20px rgba(255,255,255,0.3), 0 0 0 30px rgba(255,255,255,0);
    }
}
.home-three-video-area {
    position: relative;
}
.home-three-video-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 51%;
    background: #fafafa;
    z-index: -1;
}

/* 22. Fun-fact */
.fun-fact-img img {
    max-width: 100%;
}
.fun-fact-list {
    margin-right: 70px;
}
.fun-fact-list ul {
    margin:0;
    padding:0;
}
.fun-fact-list ul li {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}
.fun-fact-list ul li:last-child {
    padding-bottom: 40px;
    margin-bottom: 0;
}
.fun-fact-list ul li:last-child {
    border-bottom: none;
}
.fun-fact-list .icon {
    max-width: 60px;
    flex: 0 0 60px;
    margin-right: 40px;
}
.fun-fact-list .icon img {
    max-width: 100%;
}
.fun-fact-list .content {
    flex-grow: 1;
}
.fun-fact-list .content h4 {
    font-size: 24px;
    margin-bottom: 2px;
}
.fun-fact-list .content span {
    display: block;
    font-size: 18px;
}

/* 23. Blog */
.blog-post-item {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    transition: .3s linear;
    background: #fff;
}
.blog-post-item.bp-style-two.v1 {
    margin-bottom: 30px;
}
.blog-post-item:hover {
    box-shadow: none;
}
.blog-post-thumb img {
    max-width: 100%;
}
.blog-post-content {
    position: relative;
    border: 2px solid #e7e7e7;
    border-top: none;
    padding: 35px 40px 40px;
}
.blog-post-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
    padding:0;
}
.blog-post-meta ul li {
    font-size: 14px;
    display: inline-block;
}
.blog-post-meta ul li + li::before {
    content: "/";
    padding: 0 15px;
    color: #cecece;
    font-size: 14px;
}
.blog-post-content .title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 25px;
}
.blog-post-content > .btn.border-btn {
    padding: 19px 34px;
    transition: 0s;
}
.blog-post-content::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-top-left-radius: 50px;
}
.blog-post-content .blog-post-count {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    bottom: 12px;
    right: 12px;
    line-height: 1;
    color: #fff;
}
.blog-style-two .blog-post-meta ul li a,
.blog-style-two .blog-post-content .title {
    color: #2c3459;
}
.blog-style-two .blog-post-meta ul li a:hover,
.blog-style-two .blog-post-content .title a:hover {
    color: #7dba2f;
}
.blog-style-two .blog-post-content .border-rounded-btn:hover {
    border-color: #7dba2f;
    background: #7dba2f;
    box-shadow: 0px 16px 32px 0px rgba(125, 186, 47, 0.3);
}
.blog-style-two .blog-post-content::before {
    background: #efffda;
    transition: .3s linear;
}
.blog-style-two .blog-post-content .blog-post-count {
    color: #7dba2f;
    transition: .3s linear;
}
.blog-style-two .blog-post-item:hover .blog-post-content::before {
    background: #7dba2f;
}
.blog-style-two .blog-post-item:hover .blog-post-count {
    color: #fff;
}
.blog--post--item {
    background: #fff;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
    margin-bottom:40px;
    position: relative;
    overflow: hidden;
}
.blog--post--thumb {
    position: relative;
    text-align: center;
}
.blog--post--thumb img {
    max-width: 100%;
}
.inner-blog.single-blog-page {
    padding-top: 115px;
    padding-bottom: 80px;
}
.inner-blog.single-blog-page .blog--post--item{
    overflow: unset;
}
.inner-blog.page-details .page-details-content {
    margin-bottom: 38px;
}
.bpost-content {
    overflow: hidden;
    background: #fff;
    padding: 40px;
    padding-bottom:35px;
    margin-bottom: 40px;
    border: 2px solid #ededed;
}
.bdetails-content {
    width: 100%;
    display: inline-block;
}
.bdetails-content blockquote p {
    margin: 0;
}
.blog--post--content--single.blog-details-content .the-content blockquote p {
    margin: 0;
}
.inner-blog.page-details .page-details-content .page-links {
    margin-bottom: 0;
}
.inner-blog.page-details .page-details-content .bdetails-content ol{
}
.inner-blog.page-details .page-details-content .bdetails-content ol li{
    margin-top:10px;
}
.inner-blog.page-details .page-details-content .bdetails-content ol li a{
    color:#003478;
}
.blog--post--content {
    border: 2px solid #e8e8e8;
    padding: 40px;
}
.blog--post--content--single {
    border: 2px solid #e8e8e8;
}
.blog--post--content--single .details-content{ 
    padding:40px;
    padding-bottom: 30px;
}
.blog--post--top ul {
    margin:0;
    padding:0;
}
.blog--post--top ul li{
    display: inline-block;
    list-style:none;
}
.blog--post--top ul .tags > a,
.blog-details-content .blog--tag > a {
    font-size: 14px;
    font-weight: 700;
    color: #003478;
    background: #fff;
    display: inline-block;
    border: 2px solid #e8e8e8;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 10px 17px;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 10px;
}
.blog--post--top ul .tags > a:hover,
.blog-details-content .blog--tag > a:hover {
    color: #fff;
    background: #003478;
    border-color: #003478;
}
.blog--post--top ul .tags > a:last-child {
    margin-right: 0;
}
.blog--post--top ul li.avatar {
    margin-left: auto;
    align-items: center;
    background: #fff;
    border: 2px solid #e8e8e8;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 6px;
    overflow: hidden;
}
.blog--post--top ul li.avatar .thumb {
    width: 25px;
    margin-right: 10px;
    display: inline-block;
}
.blog--post--top ul li.avatar .thumb img {
    border-radius: 0;
}
.blog--post--top ul li.avatar .thumb img {
     border-radius: 100%; 
     display: inherit; 
     height: inherit; 
     min-height: inherit; 
     width: inherit; 
    width: 25px;
}
.blog--post--top ul li.avatar{
    border-radius: 0; 
    display: inherit; 
    height: inherit; 
    min-height: inherit; 
    width: inherit; 
}
.blog--post--top ul li.avatar .info {
    display: inline-block;
    float: right;
    color: #003478;
}
.blog--post--top ul li.avatar .info > a,
.blog--post--content .post-title a:hover,
.blog--post--meta ul li a:hover,
.user-widget-social a:hover {
    color: #003478;
}
.blog--post--top {
    position: relative;
    z-index: 1;
}

.blog--post--content .post-title {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 15px;
    word-break:break-word;
}
.blog--post--content p {
    margin-bottom: 20px;
}
.blog--post--meta {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}
.blog--post--meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}
.blog--post--meta ul li {
    margin-top: 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.blog--post--meta ul li + li::before {
    content: "|";
    padding: 0 20px;
}
.blog--post--meta ul li a {
    color: #777777;
}
.blog--post--meta ul li i {
    margin-right: 5px;
}
.blog--post--thumb .video--icon {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    border-radius: 0;
    color: #003478;
    background: #fff;
    font-size: 14px;
}
.blog--post--thumb .video--icon:hover {
    background: #003478;
    color: #fff;
}
.blog-thumb-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #fff;
    z-index: 9;
    opacity: .4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.blog-thumb-active .slick-arrow.slick-next {
    right: 40px;
    left: auto;
}
.blog-thumb-active .slick-arrow:hover {
    opacity: 1;
}
.blog--post--item.format-audio .blog--post--content,
.blog--post--item.no-post-thumbnail .blog--post--content,
.blog--post--item.format-quote .blog--post--content {
    padding: 40px 50px 50px;
}
.blog--post--item.no-post-thumbnail .blog--post--content,
.blog--post--item.format-quote .blog--post--content {
    margin-top: 0;
}
.blog--post--item .blog--post--content.format-quote {
    margin: 0;
    padding: 0;
    border: none;
}
.blog--post--item .blog--post--content.format-quote h2{
    margin:0;
}
.blog--post--item .blog--post--content.format-quote .blog--post--content {
    padding: 40px 50px 50px;
}
.format-quote .blog--post--content {
}
.format-quote .blog--post--content .quote-icon {
    width: 77px;
    flex: 0 0 77px;
    margin-right: 30px;
}
.format-quote .blog--post--content .post-title {
}
.blog-sidebar {
    margin-left: 20px;
}
aside.blog-sidebar.sidebar-default .widget.widget_block {
    padding-bottom: 24px;
}
.blog-sidebar .widget {
    border: 2px solid #e8e8e8;
    background: #fff;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 35px 40px 40px;
    margin-bottom: 40px;
    position: relative;
}
.blog-sidebar .widget.insubux_about_me_widget {
    padding-bottom: 35px;
}
.blog-sidebar .widget .user-widget {
    text-align: center;
}
.blog-sidebar .widget-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}
.blog-sidebar .widget-title h4{
    margin-bottom: 0;
}
.blog-sidebar .widget-title h4 span{
    letter-spacing: -3px;
    margin-right:5px;
}
.blog-sidebar .blog-about .blog-avatar-img{
    width: 150px;
    height: 150px;
    margin:0 auto;
    margin-bottom: 20px;
}
.widget-title .title {
    font-size: 20px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.user-widget .thumb {
    margin-bottom: 20px;
}
.user-widget .content .title {
    font-size: 18px;
    letter-spacing: -.5px;
    margin-bottom: 10px;
}
.user-widget .content p {
    font-size: 14px;
    margin-bottom: 0;
}
.user-widget-social {
    margin-top: 20px;
}
.user-widget-social a {
    color: #d4d4d4;
    font-size: 14px;
    margin: 0 10px;
}
.ws-input {
    position: relative;
}
.ws-input input {
    width: 100%;
    border: none;
    padding: 18px 30px;
    background: #f9f9f9;
    border: 2px solid #e8e8e8;
    padding-right: 65px;
}
.ws-input button {
    top: 0;
    right: 0;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    background: #003478;
    padding: 20px 23px;
}
.ws-input button .dashicons {
    font-size: 22px;
    line-height: 22px;
}
body.search .search-none-search-bar .ws-input button {
    padding: 21px 23px;
}
.blog-sidebar .rc-post {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.blog-sidebar .rc-post-thumb {
    margin-right: 20px;
    width: 80px;
    flex: 0 0 80px;
}
.blog-sidebar .rc-post-thumb img {
    max-width: 100%;
}
.blog-sidebar .rc-post-content .title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: -.3px;
}
.blog-sidebar .rc-post-content .title a:hover {
    color: #003478;
}
.blog-sidebar .rc-post-date {
    display: block;
    font-size: 14px;
    color: #777777;
}
.blog-sidebar .rc-post-date i {
    margin-right: 8px;
}
.blog-sidebar .rc-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.blog-sidebar .widget.widget_media_image img {
    margin: 0;
    padding: 0;
}
.sidebar-cat ul li {
    margin-bottom: 10px;
}
.sidebar-cat ul li a {
    padding: 13px 30px;
    display: block;
    color: #777777;
    background: #fff;
    position: relative;
    font-size: 14px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 700;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
    border: 2px solid #e8e8e8;
}
.sidebar-cat ul li a > span {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    border-radius: 0;
    transition: .3s;
    color: #777777;
    background: #ececec;
}
.sidebar-cat ul li a:hover span {
    background: #00224e;
    color: #fff;
}
.sidebar-cat ul li a:hover,
.widget-tag ul li a:hover {
    color: #fff;
    background: #003478;
    border-color: #003478;
    box-shadow: none;
}
.sidebar-cat ul li:last-child {
    margin-bottom: 0px;
}
.widget-tag ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
}
.widget-tag ul li {
    padding: 0 5px 10px;
}
.widget-tag ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 12px;
    color: #777777;
    padding: 5px 19px;
    border-radius: 0;
    background: #f9f9f9;
    font-weight: 500;
    border: 2px solid #e8e8e8;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.sponsor-add-banner {
    text-align: center;
}
.sponsor-add-banner img {
    max-width: 100%;
}
.blog--post--content.blog-details-content {
    padding: 50px 50px 50px;
}
.blog--post--content.blog-details-content .title {
    margin-bottom: 7px;
}
.blog-details-content .blog--tag {
    margin-bottom: 10px;
}
.blog-details-content .blog--post--meta {
    border-top: none;
    padding-top: 0;
    margin-bottom: 20px;
}
.blog-details-content p {
    margin-bottom: 20px;
}
.blog-details-post-thumb {
    padding-top: 25px;
    margin-bottom: 40px;
}
.blog-details-post-thumb img {
    width: 100%;
}
.blog-details-content .blog-details-wrap .title {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: -1.2px;
}
.blog-details-wrap p {
    margin-bottom: 0;
    font-size: 16px;
}
.blog-details-wrap {
    padding-bottom: 35px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
}
.blog--post--content--single .the-content ul {
    margin-bottom:1rem;
}
.blog--post--content--single .the-content ul li {
    margin-bottom: 7px;
    font-size: 16px;
    list-style: inherit;
}
.blog--post--content--single .the-content ul li.blocks-gallery-item {
    margin-bottom: 15px;
}
.blog--post--content--single .the-content ul li.blocks-gallery-item:last-child{
    margin-bottom: 15px;
}
.blog--post--content--single .the-content ul li:last-child {
    margin-bottom: 0;
}
.blog--post--content--single .the-content ul li ul {
    margin: 0;
}
.blog--post--content--single .the-content ul li i {
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
}
.blog-details-content blockquote {
    margin: 25px 0px;
    font-size: 28px;
    color: #003376;
    padding: 55px 65px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.blog-details-content figure.wp-block-pullquote blockquote {
    margin: 0;
}
.blog-details-content blockquote::before {
    content: "";
}
.blog-details-content blockquote span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #777777;
}
.blog-details-content blockquote span > a {
    color: #777777;
}
.blog-details-wrap.border-none {
    border: none;
    padding-bottom: 0;
}
.blog-details-content ul.tags-list {
    padding: 0;
    margin: 0;
}
.d-post-tag h5,
.post-share h5 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
}
.d-post-tag ul li {
    display: inline-block;
    margin-right: 7px;
}
.d-post-tag ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 12px;
    color: #777777;
    padding: 8px 15px;
    border-radius: 0;
    background: #f9f9f9;
    font-weight: 500;
    border: 2px solid #e8e8e8;
}
.post-footer-meta {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
}
.d-post-tag {
    display: block;
    overflow: hidden;
    margin-bottom: 35px;
}
.post-share ul li {
    margin-left: 20px;
    display: inline-block;
}
.post-share ul li a {
    font-size: 18px;
    display: inline-block;
    color: #999999;
}
.d-post-tag ul li a:hover,
.post-share ul li a:hover {
    color: #003376;
}
.post-share ul li:first-child {
    margin-left: 0;
}

.bpost-navigation {
    padding-top: 35px;
    border-top: 1px solid #f3f3f3;
}
.bpost-navigation .prev-link h4,
.bpost-navigation .next-link h4 {
    font-size: 24px;
    word-break: break-word;
    text-transform: capitalize;
    transition: all .3s linear;
}
.bpost-navigation .prev-link a:hover h4,
.bpost-navigation .next-link a:hover h4 {
    color: #003478;
}
.prev-link span, 
.next-link span {
    display: block;
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.blog-comment-area {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    padding-top: 35px;
    border-top: 1px solid #f3f3f3;
}
.blog-comment-area.form-wrapper {
    padding-top: 30px;
}
.blog-comment-area.form-wrapper h3.comment-form-title {
    margin-bottom: 30px;
}
.single-comment a {
    color: #003478;
}
.single-comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}
.single-comment .comments-avatar img {
    border-radius: 50%;
}

.sidebar-social a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background: #f9f9f9;
    color: #001d23;
    font-size: 14px;
    margin-right: 8px;
    border-radius: 0;
}
.sidebar-social a:hover {
    color: #fff;
}
.extra-info .sidebar-social a:hover{
    color:#001d23;
}
.rp-content h4 a:hover {
    color: #003376;
}
.related-post h3 {
    font-size: 26px;
    margin-bottom: 35px;
    letter-spacing: -1px;
}
.rp-thumb img {
    width: 100%;
}
.rp-content {
    padding: 35px 30px;
    border: 2px solid #e8e8e8;
    border-top: none;
}
.rp-content .rp-date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.rp-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
    letter-spacing: -.5px;
}
.rp-content .rp-date i {
    margin-right: 5px;
}
.rp-content p {
    margin-bottom: 0;
    font-size: 14px;
}
.single-rp {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.blog-avatar-wrap {
    overflow: hidden;
    background: #fff;
    padding: 40px 35px 40px 40px;
    display: flex;
    align-items: center;
    border: 2px solid #e8e8e8;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.blog-post-avatar-img {
    margin-right: 40px;
}
.bd-avatar-info span {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    color: #777777;
}
.bd-avatar-info h4 {
    font-size: 34px;
    margin-bottom: 10px;
    letter-spacing: -1.5px;
}
.bd-avatar-info p {
    margin-bottom: 0;
    font-size: 14px;
}
.comment-wrap-title h5 {
    font-size: 26px;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.single-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
}
.single-comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}
.comment-text {
    overflow: hidden;
}
.comment-text .avatar-name {
    overflow: hidden;
}
.comment-text .avatar-name h6 {
    font-size: 19px;
    margin-bottom: 3px;
    letter-spacing: -.5px;
}
.comment-text .avatar-name span {
    font-size: 15px;
    color: #777777;
    font-weight: 500;
}
.comment-text .avatar-name .comment-reply {
    float: right;
    border-radius: 0;
    font-size: 14px;
    margin-top: -24px;
    color: #777777;
    font-weight: 400;
    border: 2px solid #e8e8e8;
    padding: 7px 22px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.comment-text .avatar-name .comment-reply i {
    margin-right: 5px;
}
.comment-text p {
    margin-bottom: 0;
}
.comment-text .avatar-name .comment-reply:hover {
    border-color: #003376;
    background: #003376;
    color: #fff;
}
.single-comment.children {
    margin-left: 130px;
}
.single-comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #cacfef;
    margin-left: 15px;
}
.comment-form {
}
.comment-form .comment-field {
    position: relative;
}
.comment-form .comment-field i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #e3e3e3;
    font-size: 14px;
}
.comment-form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}
.comment-form .comment-field textarea {
    height: 150px;
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #fff;
    border: 2px solid #e8e8e8;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
    color: #999999;
}
.comment-form .comment-field input {
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #fff;
    border: 2px solid #e8e8e8;
    color: #999999;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
}
.comment-form .comment-field textarea::placeholder,
.comment-form .comment-field input::placeholder {
    font-size: 14px;
    color: #999999;
}
.comment-form .btn {
    border-radius: 0;
    margin-top: 10px;
    background: #003477;
    padding: 23px 34px;
    color: #fff;
    font-size: 14px;
}
.comment-form .btn i {
    margin-left: auto;
    margin-right: 5px;
}
.blog-details-content {
    margin-top: 0;
}
.blog-style-three .blog-post-content::before {
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
}
.blog-style-three .blog-post-content .title,
.blog-style-three .blog-post-meta ul li a {
    color: #2c3459;
}
.blog-style-three .blog-post-content .border-rounded-btn {
    position: relative;
    z-index: 1;
}
.blog-style-three .blog-post-content .border-rounded-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: -1;
}
.blog-style-three .blog-post-content .border-rounded-btn:hover {
    border-color: transparent;
    background: transparent;
    color: #fff;
}
.blog-style-three .blog-post-content .border-rounded-btn:hover::before {
    opacity: 1;
}

aside.blog-sidebar.sidebar-default .widget.widget_block h2 {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search .wp-block-search__label{
    color:#001d67;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 21px;
    border-bottom: 1px solid #f1f1f1;
    text-transform: capitalize;
    font-weight: 700;
    font-style: normal;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search{
    padding-bottom:40px;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search .wp-block-search__inside-wrapper{
    position: relative;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search .wp-block-search__inside-wrapper input{
    width: 100%;
    background: #f6f4ff;
    border-radius: 0px;
    padding: 15px 15px;
    padding-right: 70px;
    border:1px solid #e8e8e8;
}
aside.blog-sidebar.sidebar-default .widget.widget_block.widget_search .wp-block-search__inside-wrapper button.wp-block-search__button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    height: 56px;
    width: 90px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    background-color: #003478;
}

aside.blog-sidebar.sidebar-default .widget.widget_block ol,
aside.blog-sidebar.sidebar-default .widget.widget_block ul{
    margin:0;
    padding:0;
    list-style: none;
}
aside.blog-sidebar.sidebar-default .widget.widget_block ol li,
aside.blog-sidebar.sidebar-default .widget.widget_block ul li{
    position: relative;
    padding-left:18px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .3s;
    list-style: none;
    line-height: unset;
    padding-bottom: unset;
}
aside.blog-sidebar.sidebar-default .widget.widget_block ol li a{
    font-size: 16px;
    color: #001d67;
    font-weight: 500;
}
aside.blog-sidebar.sidebar-default .widget.widget_block ol li:hover,
aside.blog-sidebar.sidebar-default .widget.widget_block ul li:hover{

}
aside.blog-sidebar.sidebar-default .widget.widget_block ol li:before,
aside.blog-sidebar.sidebar-default .widget.widget_block ul li:before {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    color: #003478;
    content: "\f345";
    margin-right: 7px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    font-family: dashicons;
}
aside.blog-sidebar.sidebar-default .widget.widget_block ol li:hover::before,
aside.blog-sidebar.sidebar-default .widget.widget_block ul li:hover::before {
    padding-left: 0px;
    color:#a2b4cd;
}

.blog-sidebar .widget.widget_tag_cloud {
    padding-bottom: 23px;
}
.blog-sidebar .widget.widget_meta,
.blog-sidebar .widget.widget_pages,
.blog-sidebar .widget.widget_rss,
.blog-sidebar .widget.widget_categories,
.blog-sidebar .widget.widget_recent_comments,
.blog-sidebar .widget.widget_recent_entries,
.blog-sidebar .widget.widget_nav_menu,
.blog-sidebar .widget.widget_archive{
    padding-bottom: 30px;
}
.blog-sidebar .widget_categories select,
.blog-sidebar .widget_archive select {
    margin-bottom: 10px;
}
.blog-sidebar .widget.widget_rss ul{
    margin-bottom: 0px;
}


/* 24. Pagination */
.pagination-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination-wrap ul li {
    display: block;
    margin: 10px 5px 0;
}
.pagination-wrap ul li a {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 2px solid #e8e8e8;
    font-weight: 700;
    background: #fff;
    color: #777777;
    font-size: 14px;
}
.pagination-wrap ul li a:hover,
.pagination-wrap ul li.active a {
    color: #fff;
    background: #003478;
    border-color: #003478;
}
.pagination-wrap ul li.prv-next a,
.pagination-wrap ul li.prv-right a {
    font-size: 12px;
}

/* 25. Contact */
#contact-map {
    height: 700px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    margin-bottom: -150px;
}
.contact-info-item {
    text-align: center;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    border: 2px solid #f0f0f0;
    padding: 50px 45px;
    transition: .3s linear;
    margin-bottom:30px;
}
.contact-info-item:hover {
    box-shadow: none;
}
.contact-info-item .icon {
    line-height: 0;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}
.contact-info-item .icon i:before {
    line-height: 76px;
    font-size: 76px;
    color: #e3e3e3;
}
.contact-info-item .content .title {
    font-size: 24px;
    letter-spacing: -.5px;
    margin-bottom: 17px;
}
.contact-info-item .content > span {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

/* 26. Preloader */
#preloader{
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}
.loader .loader-outter {
    position: absolute;
    border: 4px solid #003478;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader .loader-inner {
    position: absolute;
    border: 4px solid #003478;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
#preloader.preloader-two {
    background-color: #2c3459;
}
.preloader-two .loader .loader-outter {
    position: absolute;
    border: 4px solid #7dba2f;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.preloader-two .loader .loader-inner {
    position: absolute;
    border: 4px solid #7dba2f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

 @-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

 @keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/* 27. Header Language */
.header-top-right ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
.header-top-right ul li.header-careers a i {
    margin-right: 10px;
}
.header-top-right ul li.header-lang a i {
    margin-left: 7px;
}
.header-top-right ul li {
    position: relative;
    list-style: none;
}
.header-top-right ul li.header-lang {
    padding-left: 30px;
    margin-left: 30px;
}
.header-top-right ul li.header-lang a {
    font-size: 14px;
    display: block;
    line-height: 1;
}
.header-top-right .lang-sub-menu {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 120px;
    text-align: left;
    background-color: #fff;
    color: #0a174c;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #003478;
    padding: 5px 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-top-right .lang-sub-menu.active {
    top: 195%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.header-top-right .lang-sub-menu li {
    display: block;
}
.header-top-right .lang-sub-menu li a {
    display: block;
    font-weight: 700;
    color: #0a174c;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
}
.header-top-right .lang-sub-menu li:last-child a {
    border: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
    border-radius: 0;
}

/* 28. Form submit btn*/
.wpcf7-submit {
    width: unset !important;
    user-select: none;
    -moz-user-select: none;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #003478;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 22px 40px !important;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
form.wpcf7-form.init p br {
    display: none !important;
}
.h2-form .wpcf7 form {
    background: #fff;
    padding: 50px 50px 0;
    position: relative;
}
.h2-form .wpcf7 form input,
.h2-form .wpcf7 form textarea {
    width: 100%;
    font-size: 16px;
    color: #777777;
    border: none;
    padding: 0 0 15px;
    border-bottom: 2px solid #f3f2f6;
    margin-bottom: 0px;
    font-family: 'DM Sans', sans-serif;
    transition: .3s linear;
}
.h2-form .wpcf7 form input::placeholder,
.h2-form .wpcf7 form textarea::placeholder {
    font-size: 16px;
    color: #777777;
    font-family: 'DM Sans', sans-serif;
}
.h2-form .wpcf7 form textarea {
    max-height: 135px;
    min-height: 135px;
    margin-bottom: 25px;
}
.h2-form .wpcf7 form input:focus,
.h2-form .wpcf7 form textarea:focus {
    border-color: #7dba2f;
}
.h2-form .wpcf7 form::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    z-index: -1;
}
 .h2-form .wpcf7 form,
 .h2-form .wpcf7 form::before {

}
 .h2-form .wpcf7 form .wpcf7-submit {
    background: #003478;
    color: #fff;
}
 .h2-form .wpcf7 form .wpcf7-submit i {
    margin-left: 7px;
}
 .h2-form .wpcf7 form .wpcf7-submit:hover {
    box-shadow: none;
}
 .h2-form .wpcf7 form input:focus,
 .h2-form .wpcf7 form textarea:focus {
    border-color: #003478;
}
.about-item-wrap.mb-30 {
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
}
.mb-30 {
    margin-bottom: 30px;
}
input[type="email"]{
    height: auto;
    padding: 22px 55px 22px 30px;
}
.form-grp br{
    display: none;
}
.about-item-wrap .content-btn .btn:hover {
    background: #01234e;
}

/* 29. Extra CSS */
 .service-form .wpcf7 form,
 .service-form .wpcf7 form::before {
    border-radius: 0;
}
 .service-form .wpcf7 form .wpcf7-submit {
    background: #003478;
    color: #fff;
}
 .service-form .wpcf7 form .wpcf7-submit i {
    margin-left: 7px;
}
 .service-form .wpcf7 form .wpcf7-submit:hover {
    box-shadow: none;
}
 .service-form .wpcf7 form input:focus,
 .service-form .wpcf7 form textarea:focus {
    border-color: #003478;
}
.h2-form .wpcf7 form input[type=submit]:hover,
.service-form .wpcf7 form input[type=submit]:hover {
    background: #01234e;
}
.h2-form form .btn {
    background: #003478;
    color: #fff;
}
.h2-form form .btn:hover {
    background: #01234e;
}
.home3_btn .blog-post-content .btn.border-btn:hover {
    border: none;
    padding: 21px 36px;
    transition: 0s;
}
.checkbox_list ul li:hover i {
    background: none !important;
}
.margin_right{
	margin-right: 20px;
}
.margin_zero {
    margin-left: 0 !important;
}
.wpcf7-select:focus-visible {
  outline: none;
}
.banner-agent-form p {
    margin-bottom: 0;
}
.banner-agent-form input {
    line-height: 0;
}
.custom-btn-h2-form {
    background: #7dba2f !important;
}
.main-menu ul ul li > .submenu{
    top: 0;
    left: auto;
    right: 100%;
}
.header-style-two .main-header.menu-area .main-menu ul ul li.menu-item-has-children a:before {
    content: "";
}
.h3-counter .counter-item .countter {
    background-image: -webkit-linear-gradient( 
0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -moz-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -webkit-linear-gradient( 
0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,0,132) 0%, rgb(55,79,192) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.nav-link i:before {
    font-size: 80px;
    line-height: 1;
    font-weight: normal;
}

.counter-item.hide-line::after {
    content: none;
}
.inline-label label {
	display: inline;
}
.cta-form-wrap label {
	display: inline;
    margin-bottom: .5rem;
}
.home1.banner-content .custom:hover {
    background: #003478;
    border: 2px solid #003478;
}
.home1.banner-content .custom {
    background: #00264f;
    color: #fff;
    border: 2px solid #00264f;
    margin-right: 15px;
}
.home1 h2.title.wow.fadeInUp {
    margin-top: 60px;
}
.home1 .wow.fadeInUp {
    margin-top: 60px;
}
.slider-btn-wrap .rounded-btn {
    box-shadow: 0px 16px 32px 0px rgb(125 186 47 / 30%);
}
.slider-btn-wrap .rounded-btn:hover {
    box-shadow: none;
}
.rSlider-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.rSlider-top .title {
    display: block;
    width: 50%;
    flex: 0 0 50%;
}
.rSlider-top .count-demo {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #003478;
    position: relative;
}
.rSlider-top .count-demo::before {
    content: "$";
}
.rSlider {
    position: relative;
    line-height: 1;
    margin-bottom: 43px;
}
.rSlider .slide {
    background: #003478;
    height: 5px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 2;
}
.rSlider input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #f0f0f0;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.rSlider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #003478;
    cursor: pointer;
    border-radius: 50%;
}
.rSlider input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #003478;
    cursor: pointer;
    border-radius: 50%;
}

/* 30. 404 */
.error-bg {
    background-position: right center;
    background-size: cover;
}
.error-content span {
    font-size: 24px;
    display: block;
    margin-bottom: 35px;
}
.error-content h2 {
    font-size: 200px;
    letter-spacing: -3px;
    line-height: .7;
    margin-bottom: 50px;
}
.error-btn .gray-btn {
    margin-left: 30px;
}
.error-area.default .error-content h2 {
    margin-top: 5px;
}
.error-area .error-btn .btn.gray-btn:hover {

}
.error-area.default .error-content span {
    font-size: 46px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 25px;
}
.error-area.default .error-content p {
    margin-bottom: 40px;
}
.error-btn a {
    background: #003478;
    color: #fff;
    box-shadow: none;
}
section.no-results.not-found {
    padding-left: 15px;
    padding-right: 15px;
}
section.no-results.not-found .search-header h1.blog-title {
    margin-top: -10px;
}


/* 31. Footer Style */
.footer-top-area {
    background: #002454;
    position: relative;
}
footer.footer-area ul{
    margin:0;
    padding:0;
}
footer.footer-area  .widget_nav_menu .footer-widget ul li ul{
    margin:0;
    padding:0;
}
footer.footer-area .widget_recent_entries .footer-widget ul li ,
footer.footer-area .widget_pages .footer-widget ul li ,
footer.footer-area .widget_categories .footer-widget ul li ,
footer.footer-area .widget_archive .footer-widget ul li ,
footer.footer-area .widget_meta .footer-widget ul li ,
footer.footer-area .widget_nav_menu .footer-widget ul li{
    margin-bottom: 5px !important;
    margin-top: 0px;
}
footer.footer-area .widget_recent_comments .footer-widget ul li {
    padding: 3px 0 3px 17px !important;
    margin:0px !important;
}
footer.footer-area .widget_recent_comments .footer-widget ul li::before {
    top:7px;
}

footer.footer-area .widget_recent_comments ul li a,
footer.footer-area .widget_recent_comments span.comment-author-link a{
    font-weight:400 !important;
}
.footer-area .footer-wd-social {
    margin-top: 40px;
}
.footer-area.footer-default {
    background:#002454;
}
.footer-area .footer-widget .footer-widget-title {
    margin-bottom: 20px;
}
.footer-area .footer-widget .footer-widget-title h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: -.5px;
}
.footer-top-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
}
.footer-cta-wrap {
    position: relative;
    padding: 45px 0;
}
.footer-cta-wrap .content {
    margin-left: 270px;
}
.footer-cta-wrap .f-cta-img {
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-cta-wrap .content > span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.footer-cta-wrap .content > h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.footer-social {
    padding: 40px 0;
}
.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.footer-social ul li {
    margin-right: 35px;
}
.footer-social ul li:last-child {
    margin-right: 0;
}
.footer-social ul li a {
    font-size: 24px;
    color: #527097;
    display: block;
}
.footer-social ul li a:hover {
    color: #fff;
}
.footer-wd-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}
.footer-wd-social ul li {
    list-style: none;
}
.footer-wd-social ul li + li {
    margin-left: 10px;
}
.footer-wd-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #97a2cc;
    background: #05103d;
    font-size: 14px;
}
.footer-wd-social ul li a:hover {
    color: #fff;
}
.footer-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 115px 0 70px;
    z-index: 1;
}
.footer-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.footer-widget {
    margin-bottom: 50px;
}
.footer-widget .fw-title {
    margin-bottom: 35px;
}
.footer-widget .fw-title .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: -.5px;
}
.footer-widget .footer-text p {
    margin-bottom: 0;
    color: #a2b4cd;
    font-size: 18px;
    line-height: 1.8;
}
.footer-widget .fw-link ul li a {
    font-size: 16px;
    color: #a2b4cd;
    display: inline-block;
}
.footer-widget .fw-link ul li a:hover {
    color: #fff;
}
.footer-widget .fw-link ul li + li {
    margin-top: 25px;
}
.insubux_rp_footer_widget.footer-widget .fw-post ul {
    margin: 0;
    padding: 0;
}
.fw-post > ul > li {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.fw-post > ul > li:last-child {
    margin-bottom: 0;
}
.fw-post .fw-post-thumb {
    width: 70px;
    flex: 0 0 70px;
    margin-right: 25px;
}
.fw-post .fw-post-thumb img {
    max-width: 100%;
    border-radius: 10px;
}
.fw-post-content .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.fw-post-content .title a:hover {
    color: #fff;
}
.footer-widget .fw-post-content .title {
    font-size: 18px;
}
.footer-widget .fw-post-content .title a:hover {
    color: #a2b4cd;
}
.footer-widget .fw-post-content.fw-post-meta {
    margin-top: 5px;
}
.fw-post-meta {
    margin-top: 10px;
}
.fw-post-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0;
}
.fw-post-meta ul li {
    font-size: 14px;
    color: #93a9c6;
    display: inline-block;
}
.fw-post-meta ul li + li::before {
    content: "|";
    padding: 0 15px;
    font-size: 14px;
    color: #1f4576;
}
.fw-post-meta ul li a {
    color: #93a9c6;
    font-weight: 700;
}
.fw-post-meta ul li a:hover {
    color: #fff;
}
.fw-post-meta ul li > span {
    font-style: italic;
    color: #44638d;
}
footer.footer-area span.wp-calendar-nav-next a,
footer.footer-area span.wp-calendar-nav-prev a {
    color: #fff;
}

/* 32. Copyright CSS*/
.copyright-area {
    background: #001a3b;
    padding: 40px 0;
}
.copyright-logo-area-one {
    width: 160px;
}
.default-copyright-text {
}
.default-copyright-text h6 {
    color: #aabbcf;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}
.copyright-text-area {
    display: inline-block;
    overflow: hidden;
}
.copyright-menu-link {
    display: inline-block;
    overflow: hidden;
    float: right;
}
.copyright-text {
    padding-left: 90px;
}
.copyright-text-area.no-menu-assign {
    float: right;
}
.copyright-text-area.no-menu-assign .copyright-text {
    padding: 0;
}
.copyright-text-area.no-logo-assign {
    float: left;
}
.copyright-text-area.no-logo-assign .copyright-text {
    padding: 0;
}
.copyright-text-area.no-menu-assign.no-logo-assign {
    float: none;
}
.copyright-text p {
    margin-bottom: 0;
    color: #aabbcf;
}
.copyright-text p > span {
    color: #fff;
    font-weight: 700;
}
.copyright-link ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.copyright-link ul li {
    margin-right: 60px;
    display: inline-block;
}
.copyright-link ul li:last-child {
    margin-right: 0;
}
.copyright-link ul li a {
    color: #aabbcf;
}
.copyright-link ul li a:hover {
    color: #fff;
}
.footer-style-two .footer-bg::before {}

.fa, .fas {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
}
.footer-style-two .footer-widget .fw-title .title,
.footer-style-two .footer-widget .fw-link ul li a:hover,
.footer-style-two .fw-post-meta ul li > a:hover,
.footer-style-two .copyright-link ul li a:hover {
    color: #2c3459;
}
.footer-style-two .footer-widget .footer-text p,
.footer-style-two .footer-widget .fw-link ul li a,
.footer-style-two .fw-post-meta ul li,
.footer-style-two .fw-post-meta ul li > span,
.footer-style-two .fw-post-meta ul li > a,
.footer-style-two .copyright-text p,
.footer-style-two .copyright-text p > span,
.footer-style-two .copyright-link ul li a {
    color: #777777;
}
.footer-style-two .fw-post-content .title,
.footer-style-two .fw-post-content .title a:hover {
    color: #273258;
}
.footer-style-two .fw-post-meta ul li + li::before {
    color: #c6c6c6;
}
.footer-style-two .copyright-area {
    background: #fbfbfb;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(246,246,246) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(246,246,246) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(246,246,246) 100%);
}

/* 33. Scroll to Top Style */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 0;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    opacity: 0;
}
.scroll-top.open {
    bottom: 30px;
    opacity: 1;
}
.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
    background: #a3a3a3;
}

a.yes-sticky {
    display: none;
    visibility: hidden;
}
.navbar-fixed-top a.yes-sticky {
    display: inline-block;
    visibility: visible;
}
.navbar-fixed-top a.no-sticky {
    display: none;
    visibility: hidden;
}